 :root {
        --bg-color: #f7f5f2;
        --text-main: #1a1a1a;
        --text-muted: #666666;
        --accent-sage: #8f937e;
        --accent-dark: #6b7a58;
        --card-bg: #ffffff;
        --border-color: #e3e0da;
        --radius: 20px;
        --font-serif: "Playfair Display", serif;
        --font-sans: "Plus Jakarta Sans", sans-serif;
      }
      
.nav-highlight {
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--accent-sage);
    color: var(--accent-sage) !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 18px rgba(143, 147, 126, 0.18);
}

/* =========================
   CLEAN NAVBAR FINAL FIX
========================= */
/* RANDEVU ESKİ SAĞ KONUM + ERKEK BAKIM SABİT */

.beauty-nav-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.beauty-brand {
    flex-shrink: 0;
}

.beauty-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
}

.nav-highlight {
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--accent-sage);
    color: var(--accent-sage) !important;
    font-weight: 700 !important;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(143, 147, 126, 0.18);
}

.nav-highlight:hover {
    background: var(--accent-sage);
    color: white !important;
}

.nav-booking-btn {
    margin-left: 0;
    flex-shrink: 0;
}

.menu-toggle {
    display: none;
}

/* MOBİL */
@media (max-width: 900px) {
    .beauty-nav-container {
        padding: 11px 16px;
        gap: 9px;
    }

    .beauty-brand {
        flex: 1;
        min-width: 0;
    }

    .beauty-brand img {
        width: 44px;
        height: 44px;
    }

    .brand-text span {
        font-size: 15px;
        white-space: nowrap;
    }

    .brand-text small {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .nav-highlight {
        padding: 8px 11px;
        font-size: 12px !important;
    }

    .nav-booking-btn {
        padding: 8px 11px;
        font-size: 12px;
    }

    .menu-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        border: 1px solid var(--border-color);
        border-radius: 50%;
        background: #ffffff;
        color: var(--text-main);
        align-items: center;
        justify-content: center;
        font-size: 17px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .beauty-menu {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        background: rgba(255, 255, 255, 0.97);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(14px);
        margin: 0 !important;
        z-index: 99999;
    }

    .beauty-menu.active {
        display: flex !important;
    }

    .beauty-menu li {
        width: 100%;
    }

    .beauty-menu a {
        display: block;
        width: 100%;
        padding: 13px 14px;
        border-radius: 13px;
        font-size: 14px;
        color: var(--text-main);
    }
}

/* Küçük telefonlarda sığsın */
@media (max-width: 520px) {
    .beauty-nav-container {
        gap: 6px;
        padding: 10px 10px;
    }

    .beauty-brand img {
        width: 39px;
        height: 39px;
    }

    .brand-text span {
        font-size: 13px;
    }

    .brand-text small {
        font-size: 6px;
        letter-spacing: 2px;
    }

    .nav-highlight {
        padding: 7px 8px;
        font-size: 10.5px !important;
    }

    .nav-booking-btn {
        padding: 7px 8px;
        font-size: 10.5px;
    }

    .menu-toggle {
        width: 37px;
        height: 37px;
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .brand-text {
        display: none;
    }

    .beauty-brand {
        flex: 0 0 auto;
    }
}
.beauty-navbar {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(247, 245, 242, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-color);
}

.beauty-nav-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.beauty-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-main);
    flex-shrink: 0;
}

.beauty-brand img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-color);
    background: white;
    padding: 3px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text span {
    font-size: 21px;
    font-weight: 500;
    font-family: var(--font-serif);
    color: var(--text-main);
}

.brand-text small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--accent-sage);
}

.beauty-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
}

.beauty-menu a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: 0.25s ease;
}

.beauty-menu a:hover {
    color: var(--accent-sage);
}

.nav-highlight {
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--accent-sage);
    color: var(--accent-sage) !important;
    font-weight: 700 !important;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(143, 147, 126, 0.18);
    transition: 0.25s ease;
    flex-shrink: 0;
}

.nav-highlight:hover {
    background: var(--accent-sage);
    color: white !important;
    transform: translateY(-2px);
}

.beauty-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--accent-sage);
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
    border: none;
    box-shadow: 0 8px 18px rgba(143, 147, 126, 0.25);
    white-space: nowrap;
    flex-shrink: 0;
}

.beauty-btn:hover {
    background: var(--accent-dark);
    color: white;
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    background: #ffffff;
    color: var(--text-main);
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
    transition: 0.25s ease;
    flex-shrink: 0;
}

/* TABLET / MOBILE */
@media (max-width: 900px) {
    .beauty-nav-container {
        padding: 11px 16px;
        gap: 9px;
    }

    .beauty-brand {
        flex: 1;
        min-width: 0;
    }

    .beauty-brand img {
        width: 44px;
        height: 44px;
    }

    .brand-text span {
        font-size: 15px;
        white-space: nowrap;
    }

    .brand-text small {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .nav-highlight {
        padding: 8px 11px;
        font-size: 12px !important;
    }

    .nav-booking-btn {
        padding: 8px 11px;
        font-size: 12px;
    }

    .menu-toggle {
        display: flex;
    }

    .beauty-menu {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        background: rgba(255, 255, 255, 0.97);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(14px);
        margin: 0 !important;
        z-index: 99999;
    }

    .beauty-menu.active {
        display: flex !important;
    }

    .beauty-menu li {
        width: 100%;
    }

    .beauty-menu a {
        display: block;
        width: 100%;
        padding: 13px 14px;
        border-radius: 13px;
        font-size: 14px;
        color: var(--text-main);
    }

    .beauty-menu a:hover {
        background: #f7f5f2;
        color: var(--accent-sage);
    }
}

/* SMALL MOBILE */
@media (max-width: 520px) {
    .beauty-nav-container {
        padding: 10px 12px;
        gap: 7px;
    }

    .beauty-brand img {
        width: 40px;
        height: 40px;
    }

    .brand-text span {
        font-size: 13px;
    }

    .brand-text small {
        font-size: 6px;
        letter-spacing: 2px;
    }

    .nav-highlight {
        padding: 7px 9px;
        font-size: 11px !important;
    }

    .nav-booking-btn {
        padding: 7px 9px;
        font-size: 11px;
    }

    .menu-toggle {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}

/* Çok dar ekranda logo yazısı gizlensin */
@media (max-width: 390px) {
    .brand-text {
        display: none;
    }

    .beauty-brand {
        flex: 0 0 auto;
    }
}

.nav-highlight:hover {
    background: var(--accent-sage);
    color: white !important;
    transform: translateY(-2px);
}
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        background-color: var(--bg-color);
        color: var(--text-main);
        font-family: var(--font-sans);
        overflow-x: hidden;
      }

      /* NAVBAR */
      .beauty-navbar {
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 999;
        background: rgba(247, 245, 242, 0.9);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid var(--border-color);
      }

    .beauty-nav-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
}

      .beauty-brand {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: var(--text-main);
      }

      .beauty-brand img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid var(--border-color);
        background: white;
        padding: 3px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
      }

      .brand-text {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
      }

      .brand-text span {
        font-size: 21px;
        font-weight: 500;
        letter-spacing: -0.4px;
        font-family: var(--font-serif);
        color: var(--text-main);
      }

      .brand-text small {
        margin-top: 4px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: var(--accent-sage);
      }

     .beauty-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0 20px 0 auto;
    padding: 0;
}

      .beauty-menu a {
        text-decoration: none;
        color: var(--text-muted);
        font-size: 14px;
        font-weight: 500;
        transition: 0.25s ease;
      }

      .beauty-menu a:hover {
        color: var(--accent-sage);
      }

      .beauty-btn {
        display: inline-block;
        padding: 10px 22px;
        border-radius: 999px;
        background: var(--accent-sage);
        color: white !important;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        transition: 0.25s ease;
        border: none;
        box-shadow: 0 8px 18px rgba(143, 147, 126, 0.25);
      }

      .beauty-btn:hover {
        background: var(--accent-dark);
        color: white;
        transform: translateY(-2px);
      }

      /* HERO */
      .hero {
        padding: 80px 8% 60px;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 60px;
        align-items: center;
      }

      .hero h1 {
        font-family: var(--font-serif);
        font-size: 50px;
        font-weight: 400;
        line-height: 1.2;
        max-width: 650px;
      }

      .hero p {
        margin-top: 16px;
        color: var(--text-muted);
        line-height: 1.8;
        font-size: 16px;
        max-width: 560px;
      }

      .hero img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: var(--radius);
        filter: saturate(0.85) contrast(0.95) brightness(1.05);
        transition: 0.5s;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
      }

      .hero img:hover {
        transform: scale(1.04);
      }

      /* STATS */
      .stats {
        max-width: 1100px;
        margin: 50px auto;
        padding: 40px 8%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        text-align: center;
        background: white;
        border-radius: 24px;
        border: 1px solid var(--border-color);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
      }

      .stats h3 {
        font-size: 34px;
        font-family: var(--font-serif);
        color: var(--accent-sage);
        margin-bottom: 6px;
      }

      .stats p {
        color: var(--text-muted);
        font-size: 14px;
        margin: 0;
      }

      /* SECTIONS */
      .section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 8%;
      }

      .section h2 {
        text-align: center;
        font-family: var(--font-serif);
        margin-bottom: 50px;
        font-size: 46px;
        font-weight: 400;
        line-height: 1.2;
      }

      .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
      }

      .card {
        background: var(--card-bg);
        border-radius: 24px;
        overflow: hidden;
        border: 1px solid #ebe7e0;
        transition: all 0.3s ease;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
      }

      .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
      }

      .card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: 0.5s;
        filter: saturate(0.85) contrast(0.95) brightness(1.05);
      }

      .card:hover img {
        transform: scale(1.05);
      }

      .card-content {
        padding: 24px;
      }

      .card h3 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 12px;
        font-family: var(--font-serif);
      }

      .card p {
        color: var(--text-muted);
        line-height: 1.8;
        text-align: center;
        font-size: 15px;
        margin: 0;
      }

      .alt {
        background: #f1efe9;
        max-width: 100%;
      }

      .alt-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 8%;
      }

      .alt-inner h2 {
        text-align: center;
        font-family: var(--font-serif);
        margin-bottom: 50px;
        font-size: 46px;
        font-weight: 400;
      }

      .grid2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
      }

      .grid2 p {
        color: var(--text-muted);
        line-height: 1.8;
        font-size: 16px;
        margin: 0;
      }

      .box {
        background: #fff;
        padding: 26px;
        border-radius: 18px;
        border: 1px solid var(--border-color);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.035);
      }

      .box ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .box li {
        margin-bottom: 13px;
        color: #555;
        font-size: 15px;
      }

      .box li:last-child {
        margin-bottom: 0;
      }
      /* HAYRETTIN CONTACT SECTION */

.hayrettin-contact-section {
    background: #f1efe9;
    padding: 85px 8%;
}

.hayrettin-contact-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.contact-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 45px;
}

.contact-title span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--accent-sage);
    font-size: 13px;
    font-weight: 700;
}

.contact-title h2 {
    font-family: var(--font-serif);
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--text-main);
}

.contact-title p {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 15px;
}

.hayrettin-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hayrettin-contact-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 26px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 14px 35px rgba(0,0,0,0.045);
    transition: 0.3s ease;
}

.hayrettin-contact-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}

.contact-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #f7f5f2;
    color: var(--accent-sage);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border: 1px solid var(--border-color);
}

.hayrettin-contact-card h3 {
    font-family: var(--font-serif);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 8px;
}

.hayrettin-contact-card p {
    color: var(--text-main);
    font-weight: 600;
    margin-bottom: 6px;
}

.hayrettin-contact-card small {
    color: var(--text-muted);
    font-size: 13px;
}

.social-contact-box {
    margin-top: 32px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 28px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.045);
}

.social-contact-box h3 {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 6px;
}

.social-contact-box p {
    color: var(--text-muted);
    margin: 0;
}

.social-contact-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social-contact {
    min-width: 145px;
    padding: 13px 16px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.25s ease;
    border: 1px solid var(--border-color);
}

.social-contact i {
    font-size: 18px;
}

.social-contact.whatsapp {
    background: #f7f5f2;
    color: var(--accent-sage);
    border-color: var(--border-color);
}

.social-contact.whatsapp:hover {
    background: var(--accent-sage);
    color: white;
    border-color: var(--accent-sage);
} 

.social-contact.instagram {
    background: #ffffff;
    color: #1a1a1a;
}

.social-contact.appointment {
    background: var(--accent-sage);
    color: white;
    border-color: var(--accent-sage);
}

.social-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.10);
}

/* MOBILE */
@media (max-width: 900px) {
    .hayrettin-contact-section {
        padding: 65px 22px;
    }

    .hayrettin-contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-title h2 {
        font-size: 36px;
    }

    .social-contact-box {
        flex-direction: column;
        text-align: center;
    }

    .social-contact-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hayrettin-contact-section {
        padding: 55px 16px;
    }

    .contact-title h2 {
        font-size: 30px;
    }

    .hayrettin-contact-card {
        padding: 26px 20px;
    }

    .social-contact-box {
        padding: 24px 18px;
    }

    .social-contact {
        width: 100%;
    }

    .social-contact-links {
        width: 100%;
    }
}

      /* STEPS */
      .steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
      }

      .steps div {
        background: #fff;
        padding: 18px 14px;
        border-radius: 14px;
        border: 1px solid var(--border-color);
        text-align: center;
        font-size: 14px;
        color: var(--text-muted);
        transition: 0.3s;
      }

      .steps div:hover {
        transform: translateY(-5px);
        border-color: var(--accent-sage);
        color: var(--text-main);
      }

      /* FAQ */
      .faq {
        max-width: 900px;
        margin: 0 auto;
      }

      .faq details {
        background: #fff;
        padding: 18px;
        border-radius: 12px;
        margin-bottom: 10px;
        border: 1px solid var(--border-color);
      }

      .faq summary {
        cursor: pointer;
        font-weight: 500;
      }

      .faq p {
        margin-top: 10px;
        color: var(--text-muted);
        line-height: 1.6;
      }

      /* FOOTER */
      .footer {
        background: #f1efe9;
        padding: 60px 8% 20px;
        border-top: 1px solid var(--border-color);
      }

      .footer-container {
        max-width: 1100px;
        margin: auto;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 40px;
      }

      .footer h3 {
        font-family: var(--font-serif);
        font-size: 26px;
        margin-bottom: 10px;
      }

      .footer h3 em {
        color: var(--accent-sage);
      }

      .footer p {
        color: var(--text-muted);
        line-height: 1.6;
        font-size: 14px;
        margin: 0;
      }

      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .footer-links a {
        text-decoration: none;
        color: var(--text-main);
        font-size: 14px;
        transition: 0.3s;
      }

      .footer-links a:hover {
        color: var(--accent-sage);
      }

      .footer-social {
        display: flex;
        gap: 12px;
        align-items: center;
      }

      .icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: white;
        border: 1px solid var(--border-color);
        color: var(--text-main);
        font-size: 16px;
        transition: 0.3s;
        text-decoration: none;
      }

      .icon:hover {
        background: var(--accent-sage);
        color: white;
        transform: translateY(-3px);
        border-color: var(--accent-sage);
      }

      .footer-bottom {
        text-align: center;
        margin-top: 40px;
        font-size: 13px;
        color: #777;
      }

      /* MOBILE */
      @media (max-width: 900px) {
        .hero {
          grid-template-columns: 1fr;
          padding-top: 55px;
          gap: 35px;
        }

        .hero h1 {
          font-size: 40px;
        }

        .hero img {
          height: 330px;
        }

        .grid,
        .stats,
        .grid2,
        .steps,
        .footer-container {
          grid-template-columns: 1fr;
        }

        .beauty-menu {
          display: none;
        }

        .section,
        .alt-inner {
          padding: 65px 8%;
        }

        .section h2,
        .alt-inner h2 {
          font-size: 38px;
        }
      }

      @media (max-width: 576px) {
        .beauty-nav-container {
          padding: 12px 16px;
        }

        .beauty-brand img {
          width: 50px;
          height: 50px;
        }

        .brand-text span {
          font-size: 17px;
        }

        .brand-text small {
          font-size: 9px;
          letter-spacing: 4px;
        }

        .beauty-btn {
          padding: 10px 15px;
          font-size: 13px;
        }

        .hero h1 {
          font-size: 34px;
        }

        .footer-social {
          align-items: flex-start;
        }
      }


      /* ------ */
      /* =========================
   RESPONSIVE + ANIMATION FIX
========================= */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(28px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.beauty-navbar {
    animation: fadeUp .55s ease both;
}

.hero > div:first-child {
    animation: fadeLeft .75s ease both;
}

.hero > img {
    animation: fadeRight .75s ease both;
}

.stats,
.section h2,
.alt-inner h2,
.card,
.box,
.steps div,
.faq details {
    animation: fadeUp .7s ease both;
}

.card:nth-child(1) {
    animation-delay: .05s;
}

.card:nth-child(2) {
    animation-delay: .12s;
}

.card:nth-child(3) {
    animation-delay: .19s;
}

.card:nth-child(4) {
    animation-delay: .26s;
}

.card:nth-child(5) {
    animation-delay: .33s;
}

.card:nth-child(6) {
    animation-delay: .40s;
}

/* =========================
   NAVBAR FIX
========================= */

.beauty-nav-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
}

.beauty-brand {
    flex-shrink: 0;
}

.beauty-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0 22px 0 auto;
    padding: 0;
}

.beauty-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
    .hero {
        padding: 65px 6% 50px;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero img {
        height: 360px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats {
        margin: 35px 6%;
    }

    .section,
    .alt-inner {
        padding: 70px 6%;
    }

    .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
    .beauty-nav-container {
        padding: 11px 16px;
        gap: 12px;
    }

    .beauty-brand {
        flex: 1;
        min-width: 0;
    }

    .beauty-brand img {
        width: 46px;
        height: 46px;
    }

    .brand-text span {
        font-size: 16px;
        white-space: nowrap;
    }

    .brand-text small {
        font-size: 8px;
        letter-spacing: 3px;
    }

    .beauty-menu {
        display: none !important;
    }

    .beauty-btn {
        padding: 9px 13px;
        font-size: 12px;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 45px 20px 35px;
        gap: 30px;
        text-align: center;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.15;
        margin: 0 auto;
    }

    .hero p {
        font-size: 15px;
        margin: 15px auto 0;
        max-width: 100%;
    }

    .hero img {
        height: 300px;
        border-radius: 22px;
    }

    .stats {
        grid-template-columns: 1fr;
        margin: 30px 20px;
        padding: 28px 20px;
        gap: 24px;
    }

    .stats h3 {
        font-size: 31px;
    }

    .section {
        padding: 55px 20px;
    }

    .section h2,
    .alt-inner h2 {
        font-size: 34px;
        margin-bottom: 32px;
    }

    .grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .card {
        border-radius: 22px;
    }

    .card img {
        height: 230px;
    }

    .card-content {
        padding: 22px;
    }

    .card h3 {
        font-size: 24px;
    }

    .card p {
        font-size: 15px;
    }

    .alt-inner {
        padding: 55px 20px;
    }

    .grid2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .box {
        padding: 22px;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .steps div {
        padding: 16px 10px;
    }

    .faq details {
        padding: 16px;
    }

    .footer {
        padding: 45px 20px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .footer-links {
        align-items: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
    .beauty-nav-container {
        padding: 10px 13px;
    }

    .beauty-brand img {
        width: 42px;
        height: 42px;
    }

    .brand-text span {
        font-size: 14px;
    }

    .brand-text small {
        font-size: 7px;
        letter-spacing: 2px;
    }

    .beauty-btn {
        padding: 8px 11px;
        font-size: 11px;
    }

    .hero {
        padding: 38px 16px 30px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero img {
        height: 250px;
    }

    .stats {
        margin: 25px 16px;
        padding: 24px 16px;
    }

    .section,
    .alt-inner {
        padding: 48px 16px;
    }

    .section h2,
    .alt-inner h2 {
        font-size: 30px;
    }

    .card img {
        height: 205px;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 40px 16px 18px;
    }
}

/* Telefonlarda hover efektleri takılmasın */
@media (hover: none) {
    .card:hover,
    .hero img:hover,
    .beauty-btn:hover,
    .steps div:hover,
    .icon:hover {
        transform: none;
    }
}

.hero-btn {
    margin-top: 22px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--accent-sage);
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

.hero-image-wrap {
    width: 100%;
}

.hero-image-wrap img {
    width: 100%;
}

/* ANIMATION CLASSES */
.reveal-up {
    animation: fadeUp .75s ease both;
}

.reveal-left {
    animation: fadeLeft .75s ease both;
}

.reveal-right {
    animation: fadeRight .75s ease both;
}

.grid .card:nth-child(1) {
    animation-delay: .05s;
}

.grid .card:nth-child(2) {
    animation-delay: .12s;
}

.grid .card:nth-child(3) {
    animation-delay: .19s;
}

.grid .card:nth-child(4) {
    animation-delay: .26s;
}

.grid .card:nth-child(5) {
    animation-delay: .33s;
}

.grid .card:nth-child(6) {
    animation-delay: .40s;
}

/* MOBILE EXTRA FIX */
@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content {
        order: 1;
    }

    .hero-image-wrap {
        order: 2;
    }

    .hero-badge {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .hero-btn {
        margin-top: 20px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .grid2 {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .steps {
        grid-template-columns: 1fr;
    }

    .hero-badge {
        padding: 7px 13px;
    }
}



/* =========================
   FINAL MOBILE NAVBAR FIX
========================= */

@media (max-width: 900px) {
    .beauty-nav-container {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        padding: 10px 12px !important;
        flex-wrap: nowrap !important;
    }

    .beauty-brand {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 160px !important;
        overflow: hidden !important;
    }

    .beauty-brand img {
        width: 42px !important;
        height: 42px !important;
        flex-shrink: 0 !important;
    }

    .brand-text {
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .brand-text span {
        display: block !important;
        font-size: 14px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .brand-text small {
        font-size: 6px !important;
        letter-spacing: 2px !important;
    }

    .nav-highlight {
        flex-shrink: 0 !important;
        padding: 7px 8px !important;
        font-size: 10.5px !important;
        white-space: nowrap !important;
        position: static !important;
    }

    .nav-booking-btn {
        flex-shrink: 0 !important;
        padding: 7px 8px !important;
        font-size: 10.5px !important;
        white-space: nowrap !important;
    }

    .menu-toggle {
        flex-shrink: 0 !important;
        display: flex !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .beauty-menu {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 12px !important;
        right: 12px !important;
        z-index: 99999 !important;
    }
}

/* iPhone gibi dar ekranlarda yazıyı tamamen gizle */
@media (max-width: 430px) {
    .brand-text {
        display: none !important;
    }

    .beauty-brand {
        flex: 0 0 auto !important;
        max-width: none !important;
    }

    .beauty-nav-container {
        justify-content: space-between !important;
    }
}