@font-face {
    font-family: 'BarbieFont';
    src: url('/fonts/barbie.woff2') format('woff2'),
         url('/fonts/barbie.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barbie';
    src: url('../fonts/barbie-font/Barbie-2vvLw.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarbieDoll';
    src: url('../fonts/barbie-doll-font/BarbieDoll-p7Yqd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarbieSomeone';
    src: url('../fonts/barbie-someone-font/BarbieSomeone-51LYV.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'BarbieDisplay';
    src: url('../fonts/barbiedol-display-font/BarbiedolDisplayRegular-e9253.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'BarbieDol';
    src: url('../fonts/barbiedol-font/BarbiedolRegular-1GgE4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'Bartex';
    src: url('../fonts/bartex-font/Bartex-2Opnd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'Bontex';
    src: url('../fonts/bontex-font/Bontex-w10d9.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'CanetaScript';
    src: url('../fonts/caneta-script-font/CanetaScriptPersonalUseRegular-RpaBo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'DollieScript';
    src: url('../fonts/dollie-script-font/DollieScriptPersonalUse-K3P7.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FabulousPink';
    src: url('../fonts/fabulous-pink-font/FabulousPinkDemo-K7LJ7.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HappySwirly';
    src: url('../fonts/happy-swirly-font/HappySwirly-KVB7l.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'Kentaki';
    src: url('../fonts/kentaki-font/Kentaki-e9eqO.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'LemonstyleSweet';
    src: url('../fonts/lemonstyle-sweet-font/LemonstyleSweetTrial-V4q1B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: 'ShinyCrystal';
    src: url('../fonts/shiny-crystal-font/ShinyCrystal-Yq3z4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SouthernAire';
    src: url('../fonts/southern-aire-font/SouthernAirePersonalUseOnly-Ky9A.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}

:root {
    --barbie-pink: #FF69B4;
    --barbie-dark-pink: #FF1493;
    --barbie-light-pink: #FFB6C1;
    --background: #ffffff;
    --text-primary: #333333;
    --text-secondary: #666666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.nav-wrapper {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    background: linear-gradient(45deg, var(--barbie-pink), var(--barbie-dark-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--barbie-pink);
}

.language-selector {
    position: relative;
    margin-left: 2rem;
}

.language-selector select {
    padding: 0.5rem;
    border: 1px solid var(--barbie-light-pink);
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--barbie-pink), var(--barbie-dark-pink));
    color: white;
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 10h80v80h-80z" fill="none" stroke="white" stroke-width="1" opacity="0.1"/></svg>') repeat;
    opacity: 0.1;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hero-text {
    flex: 1;
    text-align: left;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero .art-domain {
    display: inline-block;
    background: white;
    color: var(--barbie-dark-pink);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 1rem;
}

.hero-visual {
    flex: 1;
    position: relative;
}

.floating-letters {
    position: absolute;
    font-size: 4rem;
    color: rgba(255,255,255,0.9);
    animation: float 3s ease-in-out infinite;
    font-family: 'BarbieFont', cursive;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    transform-origin: center;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0) rotate(-5deg); 
    }
    50% { 
        transform: translateY(-20px) rotate(5deg); 
    }
}

/* Features Section */
.features {
    padding: 80px 0;
    background: #f9f9f9;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-card h3 {
    color: var(--barbie-pink);
    margin-bottom: 15px;
}

/* History Section */
.history {
    padding: 80px 0;
}

.timeline {
    margin-top: 40px;
    position: relative;
}

.timeline-item {
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 2px solid var(--barbie-pink);
}

.timeline-item h3 {
    color: var(--barbie-pink);
    margin-bottom: 10px;
}

/* Font Showcase */
.font-showcase {
    padding: 80px 0;
    background: #f9f9f9;
}

.font-examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.font-example {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.font-preview {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--barbie-pink);
}

/* Usage Section */
.usage {
    padding: 80px 0;
    background: #fff;
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.usage-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.faq {
    padding: 80px 0;
}

.faq-item {
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
    color: var(--barbie-pink);
    margin-bottom: 10px;
    cursor: pointer;
}

/* Footer */
footer {
    background: var(--text-primary);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section {
    text-align: left;
}

.footer-section h3 {
    color: var(--barbie-pink);
    margin-bottom: 1rem;
}

.footer-section a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--barbie-pink);
}

/* Common Styles */
section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

section p {
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.art-domain-link {
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .features-grid,
    .font-examples,
    .usage-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none;
    }
}
