/* ============================================
   LILI NAILS — Complete Stylesheet
   ============================================ */

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

:root {
    --bg:           #faf7f2;
    --bg-soft:      #f3ede3;
    --bg-card:      #ffffff;
    --gold:         #B8860B;
    --gold-light:   #d4a843;
    --gold-dark:    #8B6508;
    --dark:         #1c1409;
    --text:         #3d3022;
    --text-muted:   #6b5a3e;
    --white:        #ffffff;
    --border:       rgba(184,134,11,0.18);
    --border-dark:  rgba(184,134,11,0.35);
    --font-display: 'Cormorant Garamond', serif;
    --font-body:    'Jost', sans-serif;
    --transition:   0.4s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ============================================
   NAVIGATION
   ============================================ */

.section-header {
    background-color: rgba(250,247,242,0.97);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    top: 0; left: 0; right: 0;
    z-index: 999;
    height: 7rem;
    border-bottom: 1px solid var(--border);
}

.section-header .header {
    max-width: 155rem;
    margin: 0 auto;
    display: flex;
    padding: 0 3.2rem;
    justify-content: space-between;
    align-items: center;
    height: 7rem;
}

.section-header .main-logo .logo-link {
    display: flex;
    color: var(--dark);
    font-family: var(--font-display);
    font-size: 1.8rem;
    text-decoration: none;
    align-items: center;
    height: 7rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-style: italic;
}

.section-header .logo-link img { height: 100%; max-width: 8rem; }

.section-header .main-nav { display: flex; justify-content: flex-end; }

.section-header .main-ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.section-header .main-a-link {
    color: var(--text-muted);
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    margin-left: 2.8rem;
    font-family: var(--font-body);
    transition: color 0.3s;
}
.section-header .main-a-link:hover { color: var(--gold); border-bottom: 1px solid var(--gold); }

.section-header .nav-cta {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font-body);
    border: none;
    margin-left: 2.4rem;
    background-color: var(--gold);
    color: var(--white);
    padding: 1rem 2.2rem;
    transition: background 0.3s;
}
.section-header .nav-cta:hover { background-color: var(--gold-dark); }

.section-header .nav-item { position: relative; }

.section-header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 18rem;
    padding: 0.5rem 0;
    background-color: var(--white);
    border: 1px solid var(--border-dark);
    box-shadow: 0 8px 24px rgba(184,134,11,0.1);
    list-style: none;
}
.section-header .nav-item:hover .dropdown-menu { display: block; }

.section-header .dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.8rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: var(--font-body);
    color: var(--text);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    background: transparent;
    border: none;
}
.section-header .dropdown-item:hover { background-color: var(--bg-soft); color: var(--gold); }

.section-header .main-flag { margin-left: 2rem; }
.section-header .link-flag { display: flex; align-items: center; }

.section-header .navbar-toggler {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 999;
}
.section-header .navbar-toggler svg { fill: var(--gold); }
.section-header .navbar-toggler span {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: #8B6508;
    font-family: var(--font-body);
}

@media (max-width: 84em) {
    .section-header { height: 6rem; }
    .section-header .header { height: 6rem; }
    .section-header .main-nav { display: none !important; }
    .section-header .main-nav.navbar-collapse.show {
        background-color: var(--white);
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100vh;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 998;
    }
    .section-header .main-nav.navbar-collapse.show .main-ul { flex-direction: column; gap: 2.4rem; padding-left: 0; text-align: center; }
    .section-header .main-nav.navbar-collapse.show .main-a-link { margin-left: 0; font-size: 1.1rem; }
    .section-header .main-nav.navbar-collapse.show .nav-cta { margin-left: 0; }
    .section-header .navbar-toggler { display: flex; }
}

/* ============================================
   TYPOGRAPHY & UTILITIES
   ============================================ */

.label {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7a5c00;
}

.sec-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    color: var(--dark);
    margin-top: 12px;
}
.sec-title em { font-style: italic; color: var(--gold); }

.body-text { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 18px; }
.section-pad { padding: clamp(80px,10vw,130px) clamp(24px,6vw,80px); }
.sec-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; flex-wrap: wrap; gap: 20px; }

/* ============================================
   BUTTONS
   ============================================ */

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 38px;
    background: #7a5c00;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}
.btn-gold:hover { background: var(--gold-dark); }

.btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: transparent;
    color: #7a5c00;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid #7a5c00;
    cursor: pointer;
    transition: var(--transition);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(184,134,11,0.06); color: var(--gold-dark); }

/* ============================================
   HOMEPAGE HERO
   ============================================ */

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 900px;
    padding-top: 7rem;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 64px;
    background: var(--bg);
    overflow: hidden;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; }
.eyebrow-line { width: 36px; height: 1px; background: var(--gold); }

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(3rem,5.5vw,5.5rem);
    font-weight: 300;
    line-height: 1.05;
    color: var(--dark);
    margin-bottom: 28px;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-title-sub {
    display: block;
    font-size: 0.45em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-style: normal;
    font-family: var(--font-body);
    font-weight: 300;
    margin-bottom: 12px;
}
.hero-desc { font-size: 0.93rem; color: var(--text-muted); line-height: 1.9; max-width: 420px; margin-bottom: 48px; }
.cta-row { display: flex; align-items: center; gap: 20px; margin-bottom: 52px; flex-wrap: wrap; }

.proof {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 64px;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.avatars { display: flex; }
.av { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--bg); object-fit: cover; }
.av:not(:first-child) { margin-left: -11px; }
.av-placeholder { width: 42px; height: 42px; border-radius: 50%; background: var(--gold); border: 2px solid var(--bg); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--white); font-weight: 500; }
.proof-text strong { display: block; color: var(--dark); font-size: 1rem; font-weight: 500; }
.proof-text span { font-size: 0.82rem; color: var(--text-muted); }

.hero-right {
    position: relative;
    overflow: hidden;
    background: var(--bg-soft);
    align-self: stretch;
}

.hero-badge {
    position: absolute;
    bottom: 60px; left: 0;
    z-index: 3;
    background: var(--white);
    border: 1px solid var(--border-dark);
    border-left: 3px solid var(--gold);
    padding: 18px 26px;
    box-shadow: 0 8px 32px rgba(184,134,11,0.1);
    animation: float 4s ease-in-out infinite;
}
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.hero-badge-num { font-family: var(--font-display); font-size: 2rem; color: var(--gold); line-height: 1; }
.hero-badge-text { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: #5c4a2a }
.hero-vert { position: absolute; right: 36px; bottom: 40px; z-index: 3; writing-mode: vertical-rl; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); opacity: 0.7; }

/* ============================================
   MARQUEE
   ============================================ */

.marquee { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; overflow: hidden; background: var(--bg-soft); }
.marquee-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; }
.mitem { display: inline-flex; align-items: center; gap: 22px; padding: 0 36px; font-family: var(--font-display); font-style: italic; color: #6b5a3e; font-size: 0.95rem; }
.mdot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ============================================
   SERVICES
   ============================================ */

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.service-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; background: var(--bg-soft); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.4,0,0.2,1); }
.service-card:hover img { transform: scale(1.06); }
.scard-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(28,20,9,0.85) 0%,rgba(28,20,9,0.2) 50%,transparent 100%); transition: var(--transition); }
.service-card:hover .scard-overlay { background: linear-gradient(to top,rgba(28,20,9,0.92) 0%,rgba(28,20,9,0.4) 60%,rgba(28,20,9,0.05) 100%); }
.scard-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 36px 28px; }
.scard-num { font-size: 0.65rem; letter-spacing: 0.2em; color: var(--gold-light); margin-bottom: 8px; }
.scard-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 300; color: var(--white); margin-bottom: 10px; }
.scard-desc { font-size: 0.82rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 16px; }
.scard-link { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); }
.scard-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; letter-spacing: 0.2em; color: var(--text-muted); text-transform: uppercase; }

/* ============================================
   STORY / ABOUT
   ============================================ */

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-img-wrap { position: relative; }
.story-img-wrap img { width: 100%; height: 580px; object-fit: cover; }
.story-img-ph { width: 100%; height: 580px; background: var(--bg-soft); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.story-accent { position: absolute; bottom: -28px; right: -28px; width: 180px; height: 180px; border: 1px solid var(--border-dark); background: var(--white); box-shadow: 0 8px 32px rgba(184,134,11,0.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 20px; }
.story-accent-num { font-family: var(--font-display); font-size: 2.8rem; color: var(--gold); line-height: 1; }
.story-accent-text { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); text-align: center; }
.story-content .label { margin-bottom: 16px; display: block; }
.story-content .sec-title { margin-bottom: 24px; }
.story-content .btn-outline { margin-top: 16px; }

/* ============================================
   TEAM
   ============================================ */

.team-header { text-align: center; margin-bottom: 64px; }
.team-header .label { margin-bottom: 14px; display: block; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.team-card { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 4px 24px rgba(184,134,11,0.07); }
.team-img { overflow: hidden; }
.team-img img { width: 100%; height: 380px; object-fit: cover; object-position: center; transition: transform 0.7s ease; }
.team-card:hover .team-img img { transform: scale(1.04); }
.team-img-ph { width: 100%; height: 380px; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; }
.team-body { padding: 44px 36px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.team-role { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.team-name { font-family: var(--font-display); font-size: 1.7rem; font-weight: 300; color: var(--dark); margin-bottom: 18px; }
.team-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.8; }

/* ============================================
   ZERTIFIKATE
   ============================================ */

.zlist { margin-top: 28px; display: flex; flex-direction: column; gap: 2px; }
.zitem { border: 1px solid var(--border); }
.zitem summary { padding: 12px 18px; cursor: pointer; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s; background: var(--bg); }
.zitem summary:hover { background: rgba(184,134,11,0.05); }
.zitem summary::after { content: '+'; font-size: 1.1rem; transition: transform 0.3s; }
.zitem[open] summary::after { transform: rotate(45deg); }
.zitem div { padding: 16px; border-top: 1px solid var(--border); background: var(--white); }
.zitem img { max-width: 260px; }

/* ============================================
   PRICING
   ============================================ */

.section-pricing { position: relative; overflow: hidden; }
.section-pricing::before { content: 'PREISE'; position: absolute; top: 60px; right: 40px; font-family: var(--font-display); font-size: clamp(80px,12vw,160px); font-weight: 300; color: rgba(184,134,11,0.05); letter-spacing: 0.1em; pointer-events: none; line-height: 1; }
.pricing-header { text-align: center; margin-bottom: 64px; }
.pricing-header .label { margin-bottom: 14px; display: block; }
.ptables { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; max-width: 1000px; margin: 0 auto 52px; }
.ptable { background: var(--white); border: 1px solid var(--border); box-shadow: 0 2px 16px rgba(184,134,11,0.06); }
.ptable-head { padding: 20px 32px; border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.prow { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 32px; gap: 20px; border-bottom: 1px solid rgba(184,134,11,0.08); transition: background 0.3s; }
.prow:last-child { border-bottom: none; }
.prow:hover { background: rgba(184,134,11,0.04); }
.prow-name { font-size: 0.86rem; color: var(--text); font-weight: 300; line-height: 1.5; flex: 1; }
.prow-price { font-family: var(--font-display); font-size: 1.05rem; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
.pricing-cta { text-align: center; }

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-header { text-align: center; margin-bottom: 64px; }
.contact-header .label { margin-bottom: 14px; display: block; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2px; max-width: 1000px; margin: 0 auto; }
.cinfo { background: var(--bg-soft); border: 1px solid var(--border); padding: 52px 44px; display: flex; flex-direction: column; gap: 32px; }
.cinfo-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 300; color: var(--dark); }
.cinfo-item h3 { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: #7a5c00; margin-bottom: 7px; font-weight: 500; font-family: var(--font-body); }
.cinfo-item p, .cinfo-item a { font-size: 0.9rem; color: var(--text-muted); transition: color 0.3s; }
.cinfo-item a:hover { color: var(--gold); }
.cform { background: var(--white); border: 1px solid var(--border); padding: 52px 44px; }
.cform-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 300; color: var(--dark); margin-bottom: 6px; }
.cform-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 32px; }
.fgroup { margin-bottom: 18px; }
.fgroup label { display: block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; font-weight: 500; }
.fgroup input, .fgroup textarea { width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--text); font-family: var(--font-body); font-size: 0.88rem; font-weight: 300; padding: 13px 16px; outline: none; transition: border-color 0.3s; }
.fgroup input::placeholder, .fgroup textarea::placeholder { color: rgba(138,122,101,0.5); }
.fgroup input:focus, .fgroup textarea:focus { border-color: var(--gold); }
.fgroup textarea { height: 110px; resize: vertical; }
.frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-btn { width: 100%; margin-top: 8px; padding: 15px; background: var(--gold); color: var(--white); border: none; font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.3s; }
.submit-btn:hover { background: var(--gold-dark); }

/* ============================================
   FADE IN
   ============================================ */

.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   FOOTER
   ============================================ */

.section-footer { background-color: var(--dark); text-align: center; }
.section-footer .fo-name { font-family: var(--font-body); font-size: 0.78rem; font-weight: 300; line-height: 2; color: rgba(255,255,255,0.6); padding: 0 1.6rem 1.6rem 1.6rem; letter-spacing: 0.1em; }
.section-footer .footer { padding: 5rem 3.2rem 2rem 3.2rem; max-width: 145rem; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); align-items: start; gap: 2.4rem; }
.section-footer .footer-font { margin-bottom: auto; }
.section-footer .fo-adress { font-family: var(--font-body); font-size: 0.85rem; font-weight: 300; line-height: 2.2; color: rgba(255,255,255,0.55); text-decoration: none; letter-spacing: 0.05em; display: block; transition: color 0.3s; }
.section-footer .fo-adress:hover { color: var(--gold-light); }
.section-footer a.fo-adress { color: rgba(255,255,255,0.55); }
.section-footer a.fo-adress:hover { color: var(--gold-light); }

@media (max-width: 57em) {
    .section-footer .footer { grid-template-columns: repeat(1,1fr); padding: 3.2rem 1rem; text-align: left; }
}

/* ============================================
   BACK TO TOP
   ============================================ */

.back-top { position: fixed; bottom: 15px; right: 15px; background-color: var(--gold); width: 40px; height: 40px; z-index: 99; border-radius: 5px; opacity: 0.8; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; }
.back-top:hover { opacity: 1; }
.back-top svg { fill: var(--white); }

/* ============================================
   SIDE CONTACT
   ============================================ */

.side-contact { position: fixed; z-index: 99; top: 50%; transform: translateY(-100px); right: 0; display: flex; flex-direction: column; }
.side-contact p { display: none; }
.side-contact svg { fill: #fff; transition-duration: 0.3s; border-radius: 5px; }
.side-contact a { text-decoration: none; }
.side-contact .viber-side { padding: 4px; }
.side-contact .item { opacity: 0.85; position: relative; right: 0; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; margin-bottom: 4px; background: var(--gold); border-radius: 5px 0 0 5px; }
.side-contact .item:hover { opacity: 1; background: var(--gold-dark); }
.side-contact .icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }

/* ============================================
   SCROLLBAR
   ============================================ */

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-soft); border-radius: 10px; }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }

/* ============================================
   PAGE HERO (manikure, gellack, etc.)
   ============================================ */

.breadcrumb { padding: 8rem clamp(24px,6vw,80px) 0; background: var(--bg); display: flex; align-items: center; gap: 8px; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--text-muted); }
.breadcrumb a { color: var(--gold); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb-sep { color: var(--border-dark); }

.page-hero { padding-top: 7rem; min-height: 70vh; display: grid; grid-template-columns: 1fr 1fr; }

.page-hero-left { display: flex; flex-direction: column; justify-content: center; padding: 60px 64px; background: var(--bg); }

.page-hero-right { position: relative; overflow: hidden; background: var(--bg-soft); }
.page-hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.page-hero-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 300; line-height: 1.1; color: var(--dark); margin-bottom: 24px; }
.page-hero-title em { font-style: italic; color: var(--gold); }

.page-hero-desc { font-size: 0.93rem; color: var(--text-muted); line-height: 1.9; max-width: 420px; margin-bottom: 40px; }

/* ============================================
   SERVICE DETAIL
   ============================================ */

.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: clamp(60px,8vw,100px) clamp(24px,6vw,80px); }
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-detail-img { overflow: hidden; }
.service-detail-img img { width: 100%; height: 420px; object-fit: cover; transition: transform 0.7s ease; }
.service-detail-img:hover img { transform: scale(1.03); }
.service-detail-content .label { margin-bottom: 14px; display: block; }
.service-detail-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 300; color: var(--dark); margin-bottom: 20px; }
.service-detail-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.9; }

/* ============================================
   CTA BANNER
   ============================================ */

.cta-banner { background: var(--dark); padding: clamp(60px,8vw,100px) clamp(24px,6vw,80px); text-align: center; }
.cta-banner .label { margin-bottom: 16px; display: block; color: var(--gold-light); }
.cta-banner-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: #fff; margin-bottom: 12px; }
.cta-banner-title em { font-style: italic; color: var(--gold-light); }
.cta-banner-desc { font-size: 0.92rem; color: rgba(255,255,255,0.55); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ============================================
   FAQ
   ============================================ */

.faq-section { padding: clamp(60px,8vw,100px) clamp(24px,6vw,80px); background: var(--bg-soft); }
.faq-header { text-align: center; margin-bottom: 56px; }
.faq-header .label { margin-bottom: 14px; display: block; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: var(--white); border: 1px solid var(--border); }
.faq-item summary { padding: 20px 28px; cursor: pointer; font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; color: var(--dark); list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s; }
.faq-item summary:hover { background: var(--bg-soft); }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold); transition: transform 0.3s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item div { padding: 16px 28px 20px 28px; font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; border-top: 1px solid var(--border); }



.footer-credit {
    font-family: var(--font-body);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    text-align: center;
    padding-bottom: 1.6rem;
}
.footer-credit span {
    font-weight: 300;
    font-size: .65rem;
    color: rgba(255,255,255,.70);
    display: block;
    margin: .2rem 0;
}
.footer-credit a {
    color: var(--gold-light);
    border-bottom: 1px solid rgba(212,168,67,.35);
    padding-bottom: 1px;
    transition: color .2s, border-color .2s;
}
.footer-credit a:hover {
    color: #fff;
    border-color: var(--gold-light);
}
/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .hero { grid-template-columns: 1fr; height: auto; padding-top: 6rem; }
    .hero-left { padding: 36px 32px; }
    .hero-right { height: 55vw; min-height: 280px; max-height: 480px; }
    .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .story-grid { grid-template-columns: 1fr; gap: 48px; }
    .story-img-wrap img, .story-img-ph { height: 320px; }
    .story-accent { right: 0; bottom: -20px; width: 150px; height: 150px; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { grid-template-columns: 1fr; }
    .team-img img, .team-img-ph { height: 260px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .ptables { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .page-hero { grid-template-columns: 1fr; min-height: auto; }
    .page-hero-left { padding: 60px 32px; }
    .page-hero-right { height: 50vw; min-height: 280px; }
    .service-detail { grid-template-columns: 1fr; gap: 32px; }
    .service-detail.reverse { direction: ltr; }
}

@media (max-width: 640px) {
    .hero { grid-template-columns: 1fr; height: auto; padding-top: 6rem; }
    .hero-left { padding: 32px 20px; overflow: visible; }
    .hero-right { height: 70vw; min-height: 260px; max-height: 320px; }
    .hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center ; }
    .proof { padding: 16px 20px; }
    .cta-row { flex-direction: column; align-items: flex-start; }
    .services-grid { grid-template-columns: 1fr; }
    .frow2 { grid-template-columns: 1fr; }
    .team-card { grid-template-columns: 1fr; }
    .cinfo, .cform { padding: 36px 24px; }
    .section-pad { padding: 60px 20px; }
    .side-contact { display: none; }
    .page-hero-left { padding: 40px 20px; }
    .service-detail { padding: 48px 20px; }
    .faq-section { padding: 48px 20px; }
    .cta-banner { padding: 60px 20px; }
    .section-pad div[style*="grid-template-columns:1fr 1fr"] {
        display: flex !important;
        flex-direction: column !important;
    }
}
