/* =========================================================
   ZUHAL ESTETİK — Luxury Beauty Design System
   ========================================================= */

:root {
    --gold: #c9a24b;
    --gold-soft: #e2c98d;
    --gold-deep: #a9822f;
    --blush: #e7c4c0;
    --blush-soft: #f6e7e4;
    --rose: #d98a86;
    --ink: #17131a;
    --ink-2: #241d28;
    --plum: #2c2230;
    --cream: #faf6f1;
    --cream-2: #f3ece3;
    --white: #ffffff;
    --text: #332c34;
    --text-soft: #6f6570;
    --line: rgba(23, 19, 26, 0.10);
    --line-light: rgba(255, 255, 255, 0.14);

    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', system-ui, -apple-system, sans-serif;

    --shadow-sm: 0 4px 18px rgba(23, 19, 26, 0.07);
    --shadow-md: 0 18px 45px rgba(23, 19, 26, 0.12);
    --shadow-lg: 0 34px 80px rgba(23, 19, 26, 0.20);
    --gold-grad: linear-gradient(135deg, #e2c98d 0%, #c9a24b 45%, #a9822f 100%);

    --radius: 18px;
    --radius-lg: 28px;
    --container: 1240px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 120px; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--sans);
    color: var(--text);
    background: var(--cream);
    line-height: 1.7;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 17px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 2000;
    background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 15px 30px; border-radius: 100px;
    font-family: var(--sans); font-weight: 500; font-size: 15px; letter-spacing: 0.02em;
    cursor: pointer; border: none; transition: all .35s var(--ease);
    position: relative; overflow: hidden; white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: var(--gold-grad); color: #fff; box-shadow: 0 10px 26px rgba(169,130,47,.34); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(169,130,47,.46); }
.btn--wa { background: #25d366; color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.34); }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(37,211,102,.46); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--gold-deep); transform: translateY(-3px); }
.btn--outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }
.btn--outline-light { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn--outline-light:hover { background: #fff; color: var(--ink); }
.btn--lg { padding: 18px 38px; font-size: 16px; }
.btn--ghost { background: transparent; color: var(--gold-deep); padding-left: 0; padding-right: 0; }
.btn--ghost svg { transition: transform .35s var(--ease); }
.btn--ghost:hover svg { transform: translateX(6px); }

/* ---------- Section helpers ---------- */
.section { padding: 110px 0; }
.section--tight { padding: 80px 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--dark { background: var(--ink); color: rgba(255,255,255,.82); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--sans); font-size: 13px; font-weight: 500;
    letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-deep);
    margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 30px; height: 1.5px; background: var(--gold); display: inline-block; }
.eyebrow--center { justify-content: center; }
.eyebrow--light { color: var(--gold-soft); }

.section-head { max-width: 680px; }
.section-head--center { margin: 0 auto; text-align: center; }
.section-title { font-size: clamp(2.1rem, 4vw, 3.4rem); margin-bottom: 18px; }
.section-title em { font-style: italic; color: var(--gold-deep); }
.section-desc { color: var(--text-soft); font-size: 1.05rem; }
.section--dark .section-desc { color: rgba(255,255,255,.66); }

/* ============ TOPBAR ============ */
.topbar { background: var(--ink); color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .01em; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.72); transition: color .3s; }
.topbar a:hover { color: var(--gold-soft); }
.topbar svg { width: 15px; height: 15px; color: var(--gold); }
.topbar__left { display: flex; align-items: center; gap: 16px; }
.topbar__right { display: flex; align-items: center; gap: 16px; }
.topbar__divider { width: 1px; height: 16px; background: rgba(255,255,255,.18); }
.topbar__hours { display: inline-flex; align-items: center; gap: 7px; }
.topbar__hours svg { width: 15px; height: 15px; color: var(--gold); }

/* ============ HEADER ============ */
.header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(250,246,241,.86); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    transition: all .4s var(--ease);
}
.header.scrolled { background: rgba(250,246,241,.96); box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 86px; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand__mark {
    width: 46px; height: 46px; border-radius: 50%;
    display: grid; place-items: center; background: var(--gold-grad); color: #fff; flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(169,130,47,.3);
}
.brand__mark svg { width: 24px; height: 24px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.brand__name span { color: var(--gold-deep); }
.brand__sub { font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-soft); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav__link {
    position: relative; padding: 10px 16px; font-size: 15px; font-weight: 400; color: var(--text);
    transition: color .3s; border-radius: 8px;
}
.nav__link::after {
    content: ""; position: absolute; bottom: 4px; left: 16px; right: 16px; height: 1.5px;
    background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav__link:hover, .nav__link.active { color: var(--gold-deep); }
.nav__link:hover::after, .nav__link.active::after { transform: scaleX(1); }
.nav__caret { font-size: 10px; opacity: .6; }

.nav__dropdown { position: relative; }
.nav__menu {
    position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(10px);
    background: #fff; border-radius: 16px; box-shadow: var(--shadow-md); padding: 12px;
    min-width: 264px; opacity: 0; visibility: hidden; transition: all .3s var(--ease); border: 1px solid var(--line);
}
.nav__dropdown:hover .nav__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__menu::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.nav__menu a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; font-size: 14.5px; color: var(--text); transition: all .25s; }
.nav__menu a svg { width: 20px; height: 20px; color: var(--gold-deep); flex-shrink: 0; }
.nav__menu a:hover { background: var(--blush-soft); color: var(--ink); padding-left: 18px; }
.nav__menu-all { margin-top: 6px; border-top: 1px solid var(--line); border-radius: 0; color: var(--gold-deep) !important; font-weight: 500; }
.nav__menu-all:hover { background: transparent !important; }

.header__cta { display: flex; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1100; }
.hamburger span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .35s var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-overlay { position: fixed; inset: 0; background: rgba(23,19,26,.5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: all .35s; z-index: 900; }
.nav-overlay.show { opacity: 1; visibility: visible; }

/* ============ HERO ============ */
.hero { position: relative; padding: 70px 0 90px; overflow: hidden; background: radial-gradient(ellipse at 80% -10%, #efe1cf 0%, var(--cream) 45%); }
.hero::before {
    content: ""; position: absolute; top: -10%; right: -8%; width: 520px; height: 520px;
    background: radial-gradient(circle, rgba(201,162,75,.18), transparent 68%); border-radius: 50%; pointer-events: none;
}
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero__badge {
    display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line);
    padding: 8px 18px; border-radius: 100px; font-size: 13px; color: var(--text-soft); margin-bottom: 24px; box-shadow: var(--shadow-sm);
}
.hero__badge svg { width: 16px; height: 16px; color: var(--gold); }
.hero__badge strong { color: var(--ink); font-weight: 600; }
.hero__title { font-size: clamp(2.6rem, 5.4vw, 4.7rem); line-height: 1.02; margin-bottom: 24px; }
.hero__title em { font-style: italic; color: var(--gold-deep); }
.hero__title .accent { position: relative; display: inline-block; }
.hero__title .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 12px; background: rgba(201,162,75,.24); z-index: -1; border-radius: 4px; }
.hero__desc { font-size: 1.12rem; color: var(--text-soft); max-width: 500px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero__stats { display: flex; gap: 34px; flex-wrap: wrap; }
.hero__stat-num { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--ink); line-height: 1; }
.hero__stat-num span { color: var(--gold-deep); }
.hero__stat-label { font-size: 13.5px; color: var(--text-soft); margin-top: 6px; }

/* Hero vertical video (9:16 reels style) */
.hero__media { position: relative; display: flex; justify-content: center; }
.phone-frame {
    position: relative; width: 320px; max-width: 100%; aspect-ratio: 9 / 16;
    border-radius: 40px; overflow: hidden; background: #000;
    box-shadow: var(--shadow-lg), 0 0 0 8px #fff, 0 0 0 9px var(--line);
    border: 3px solid #1a1620;
}
.phone-frame video { width: 100%; height: 100%; object-fit: cover; }
.phone-frame::after {
    content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
    width: 90px; height: 6px; background: rgba(0,0,0,.55); border-radius: 100px; z-index: 3;
}
.phone-frame__tag {
    position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 3;
    display: flex; align-items: center; gap: 10px; color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,.55)); padding: 24px 14px 12px; border-radius: 0 0 20px 20px;
    font-size: 13px;
}
.phone-frame__tag svg { width: 22px; height: 22px; color: #fff; }
.hero__media-badge {
    position: absolute; z-index: 5; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md);
    padding: 14px 18px; display: flex; align-items: center; gap: 12px;
}
.hero__media-badge svg { width: 30px; height: 30px; color: var(--gold-deep); }
.hero__media-badge b { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); line-height: 1; }
.hero__media-badge small { font-size: 12px; color: var(--text-soft); }
.hero__media-badge--tl { top: 24px; left: -18px; }
.hero__media-badge--br { bottom: 40px; right: -22px; }

.hero-marquee { background: var(--ink); overflow: hidden; padding: 16px 0; }
.hero-marquee__track { display: flex; gap: 50px; white-space: nowrap; animation: marquee 28s linear infinite; width: max-content; }
.hero-marquee__track span { display: inline-flex; align-items: center; gap: 14px; font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: rgba(255,255,255,.85); }
.hero-marquee__track span::after { content: "✦"; color: var(--gold); font-size: 1rem; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ TRUST / FEATURES ============ */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card { background: #fff; border-radius: var(--radius); padding: 34px 26px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: all .4s var(--ease); }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature-card__icon { width: 58px; height: 58px; border-radius: 15px; background: var(--blush-soft); display: grid; place-items: center; margin-bottom: 20px; color: var(--gold-deep); transition: all .4s var(--ease); }
.feature-card:hover .feature-card__icon { background: var(--gold-grad); color: #fff; }
.feature-card__icon svg { width: 28px; height: 28px; }
.feature-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.feature-card p { font-size: 15px; color: var(--text-soft); }

/* ============ SERVICES ============ */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-card {
    position: relative; background: #fff; border-radius: var(--radius-lg); padding: 42px 38px;
    box-shadow: var(--shadow-sm); border: 1px solid var(--line); overflow: hidden;
    transition: all .45s var(--ease); display: flex; flex-direction: column;
}
.service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { transform: scaleX(1); }
.service-card__num { position: absolute; top: 30px; right: 34px; font-family: var(--serif); font-size: 3.6rem; font-weight: 700; color: var(--cream-2); line-height: 1; z-index: 0; }
.service-card__icon { width: 64px; height: 64px; border-radius: 18px; background: var(--blush-soft); display: grid; place-items: center; color: var(--gold-deep); margin-bottom: 24px; position: relative; z-index: 1; transition: all .4s var(--ease); }
.service-card:hover .service-card__icon { background: var(--gold-grad); color: #fff; transform: rotate(-6deg); }
.service-card__icon svg { width: 32px; height: 32px; }
.service-card h3 { font-size: 1.7rem; margin-bottom: 14px; position: relative; z-index: 1; }
.service-card p { color: var(--text-soft); font-size: 15.5px; margin-bottom: 22px; flex-grow: 1; position: relative; z-index: 1; }
.service-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; position: relative; z-index: 1; }
.service-card__tags span { font-size: 12.5px; padding: 5px 13px; background: var(--cream); border: 1px solid var(--line); border-radius: 100px; color: var(--text-soft); }
.service-card__link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-deep); font-weight: 500; font-size: 15px; position: relative; z-index: 1; }
.service-card__link svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.service-card:hover .service-card__link svg { transform: translateX(6px); }

/* ============ ABOUT / SPLIT ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split__img--wide { aspect-ratio: 4/3; }
.split__badge {
    position: absolute; bottom: -26px; left: -26px; background: #fff; border-radius: 20px; padding: 24px 28px;
    box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 16px; max-width: 260px;
}
.split__badge-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--gold-grad); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.split__badge-icon svg { width: 26px; height: 26px; }
.split__badge b { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); display: block; line-height: 1.2; }
.split__badge span { font-size: 13px; color: var(--text-soft); }
.split__deco { position: absolute; top: -22px; right: -22px; width: 130px; height: 130px; border: 2px solid var(--gold-soft); border-radius: 20px; z-index: -1; }

.checklist { display: grid; gap: 16px; margin: 28px 0 34px; }
.checklist li { display: flex; align-items: flex-start; gap: 14px; font-size: 15.5px; color: var(--text); }
.checklist li svg { width: 22px; height: 22px; color: #fff; background: var(--gold-grad); border-radius: 50%; padding: 4px; flex-shrink: 0; margin-top: 2px; }
.split__body p { color: var(--text-soft); margin-bottom: 16px; }

/* ============ STATS BAND ============ */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat__num { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 700; color: var(--gold-soft); line-height: 1; }
.stat__label { font-size: 14px; letter-spacing: .06em; color: rgba(255,255,255,.66); margin-top: 12px; text-transform: uppercase; }
.section--dark .stat__divider { }

/* ============ GALLERY ============ */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(23,19,26,.65)); opacity: 0; transition: opacity .4s; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item__cap { position: absolute; bottom: 16px; left: 18px; right: 18px; color: #fff; z-index: 2; transform: translateY(10px); opacity: 0; transition: all .4s var(--ease); }
.gallery-item:hover .gallery-item__cap { transform: translateY(0); opacity: 1; }
.gallery-item__cap b { font-family: var(--serif); font-size: 1.2rem; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--hero { grid-column: span 2; grid-row: span 2; }
.gallery-item--hero .gallery-item__cap b { font-size: 1.5rem; }

/* before-after */
.ba-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.ba-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.ba-card img { width: 100%; }
.ba-card__label { position: absolute; top: 16px; left: 16px; background: rgba(23,19,26,.72); color: #fff; padding: 7px 16px; border-radius: 100px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(4px); }

/* ============ TESTIMONIALS ============ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card { background: #fff; border-radius: var(--radius-lg); padding: 38px 32px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; transition: all .4s var(--ease); }
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.testi-card__quote { color: var(--gold-soft); width: 44px; height: 44px; margin-bottom: 8px; }
.testi-card__stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 16px; }
.testi-card__stars svg { width: 18px; height: 18px; fill: var(--gold); }
.testi-card p { color: var(--text); font-size: 16px; margin-bottom: 24px; font-style: italic; }
.testi-card__author { display: flex; align-items: center; gap: 14px; }
.testi-card__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gold-grad); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.testi-card__author b { display: block; font-family: var(--sans); font-weight: 600; color: var(--ink); font-size: 15px; }
.testi-card__author span { font-size: 13px; color: var(--text-soft); }

/* ============ PAGE HERO (inner pages) ============ */
.page-hero { position: relative; padding: 76px 0 66px; background: var(--ink); color: #fff; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 20%, rgba(201,162,75,.20), transparent 60%); }
.page-hero__inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.9rem); margin-bottom: 18px; }
.page-hero h1 em { font-style: italic; color: var(--gold-soft); }
.page-hero p { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 620px; }
.breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 13.5px; color: rgba(255,255,255,.55); margin-bottom: 22px; }
.breadcrumb a { color: rgba(255,255,255,.7); transition: color .3s; }
.breadcrumb a:hover { color: var(--gold-soft); }
.breadcrumb span { color: var(--gold-soft); }

/* ============ SERVICE DETAIL ============ */
.svc-detail { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 60px; align-items: start; }
.svc-list { display: grid; gap: 18px; }
.svc-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow-sm); transition: all .35s var(--ease); }
.svc-item:hover { box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.svc-item h3 { font-size: 1.4rem; margin-bottom: 8px; display: flex; align-items: center; gap: 12px; }
.svc-item h3 .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold-grad); flex-shrink: 0; }
.svc-item p { color: var(--text-soft); font-size: 15.5px; }
.svc-aside { position: sticky; top: 120px; display: grid; gap: 22px; }
.svc-cta-box { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 36px 32px; }
.svc-cta-box h3 { color: #fff; font-size: 1.55rem; margin-bottom: 12px; }
.svc-cta-box p { color: rgba(255,255,255,.68); font-size: 15px; margin-bottom: 24px; }
.svc-cta-box .btn { width: 100%; justify-content: center; margin-bottom: 12px; }
.svc-img-box { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.svc-img-box img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chips a, .chips span { padding: 9px 18px; border-radius: 100px; background: #fff; border: 1px solid var(--line); font-size: 14px; color: var(--text); transition: all .3s; }
.chips a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }

/* ============ FAQ ============ */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s; }
.faq-item.open { box-shadow: var(--shadow-md); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: var(--ink); }
.faq-q__icon { width: 30px; height: 30px; border-radius: 50%; background: var(--blush-soft); color: var(--gold-deep); display: grid; place-items: center; flex-shrink: 0; transition: all .35s var(--ease); font-size: 20px; }
.faq-item.open .faq-q__icon { background: var(--gold-grad); color: #fff; transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a__inner { padding: 0 28px 26px; color: var(--text-soft); font-size: 15.5px; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; display: flex; gap: 18px; align-items: flex-start; box-shadow: var(--shadow-sm); transition: all .35s var(--ease); }
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-card__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--blush-soft); color: var(--gold-deep); display: grid; place-items: center; flex-shrink: 0; }
.contact-card__icon svg { width: 26px; height: 26px; }
.contact-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--text-soft); font-size: 15px; }
.contact-card a:hover { color: var(--gold-deep); }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; color: var(--ink); }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px;
    font-family: var(--sans); font-size: 15px; color: var(--text); background: var(--cream); transition: all .3s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(201,162,75,.12); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--text-soft); margin-top: 8px; }
.form-alert { padding: 15px 18px; border-radius: 12px; margin-bottom: 22px; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.form-alert svg { width: 20px; height: 20px; flex-shrink: 0; }
.form-alert--ok { background: #e7f6ec; color: #1c7a43; border: 1px solid #b6e3c6; }
.form-alert--err { background: #fdeaea; color: #b53535; border: 1px solid #f3c4c4; }

.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 440px; border: 0; display: block; filter: grayscale(0.2) contrast(1.05); }

/* ============ CTA BAND ============ */
.cta-band { background: linear-gradient(135deg, #1f1922, #2c2230); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -40%; right: -6%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(201,162,75,.22), transparent 68%); border-radius: 50%; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 74px 0; position: relative; z-index: 2; flex-wrap: wrap; }
.cta-band__eyebrow { font-size: 13px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 14px; }
.cta-band__title { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 14px; max-width: 620px; }
.cta-band__text { color: rgba(255,255,255,.7); max-width: 540px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.footer { background: var(--ink-2); color: rgba(255,255,255,.62); padding-top: 76px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 46px; padding-bottom: 56px; }
.brand--footer .brand__name { color: #fff; }
.brand--footer .brand__sub { color: rgba(255,255,255,.5); }
.footer__desc { margin: 22px 0; font-size: 14.5px; line-height: 1.8; max-width: 340px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.07); display: grid; place-items: center; color: rgba(255,255,255,.8); transition: all .35s var(--ease); }
.footer__social a svg { width: 20px; height: 20px; }
.footer__social a:hover { background: var(--gold-grad); color: #fff; transform: translateY(-4px); }
.footer__title { color: #fff; font-size: 1.25rem; margin-bottom: 22px; }
.footer__links li { margin-bottom: 12px; }
.footer__links a { font-size: 14.5px; transition: all .3s; position: relative; }
.footer__links a:hover { color: var(--gold-soft); padding-left: 6px; }
.footer__contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14.5px; line-height: 1.6; align-items: flex-start; }
.footer__contact svg { width: 19px; height: 19px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer__contact a { display: flex; gap: 12px; }
.footer__contact a:hover span { color: var(--gold-soft); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13.5px; }
.footer__credit a { color: var(--gold-soft); }
.footer__credit a:hover { text-decoration: underline; }

/* ============ FLOATING ACTIONS ============ */
.floating-actions { position: fixed; bottom: 26px; right: 22px; z-index: 800; display: flex; flex-direction: column; gap: 14px; }
.fab { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-md); position: relative; transition: transform .35s var(--ease); }
.fab svg { width: 28px; height: 28px; }
.fab:hover { transform: scale(1.1); }
.fab--wa { background: #25d366; }
.fab--ig { background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 80%, #4f5bd5 100%); }
.fab--call { background: var(--gold-grad); }
.fab__pulse { position: absolute; inset: 0; border-radius: 50%; background: #25d366; animation: pulse 2.2s infinite; z-index: -1; }
@keyframes pulse { 0% { transform: scale(1); opacity: .6; } 70% { transform: scale(1.6); opacity: 0; } 100% { opacity: 0; } }

.scroll-top { position: fixed; bottom: 26px; left: 22px; z-index: 800; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; border: none; cursor: pointer; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .4s var(--ease); }
.scroll-top svg { width: 22px; height: 22px; transform: rotate(-90deg); }
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* ============ BLOG ============ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
    background: #fff; border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid var(--line);
    display: flex; flex-direction: column; transition: all .45s var(--ease);
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.blog-card__media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.blog-card:hover .blog-card__media img { transform: scale(1.07); }
.blog-card__cat {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(23,19,26,.72); color: #fff; padding: 6px 14px; border-radius: 100px;
    font-size: 12px; letter-spacing: .04em; backdrop-filter: blur(4px);
}
.blog-card__cat svg { width: 14px; height: 14px; color: var(--gold-soft); }
.blog-card__body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex-grow: 1; }
.blog-card__meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 14px; font-size: 12.5px; color: var(--text-soft); }
.blog-card__meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-card__meta svg { width: 15px; height: 15px; color: var(--gold-deep); }
.blog-card__title { font-size: 1.5rem; line-height: 1.2; margin-bottom: 12px; }
.blog-card__title a { transition: color .3s; }
.blog-card__title a:hover { color: var(--gold-deep); }
.blog-card__excerpt { color: var(--text-soft); font-size: 15px; margin-bottom: 22px; flex-grow: 1; }
.blog-card__link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-deep); font-weight: 500; font-size: 15px; }
.blog-card__link svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.blog-card:hover .blog-card__link svg { transform: translateX(6px); }

/* Blog post (single) */
.blog-post__cat {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    color: var(--gold-soft); padding: 7px 16px; border-radius: 100px; font-size: 13px; letter-spacing: .04em;
}
.blog-post__cat svg { width: 16px; height: 16px; }
.blog-post__meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.7); }
.blog-post__meta span { display: inline-flex; align-items: center; gap: 8px; }
.blog-post__meta svg { width: 17px; height: 17px; color: var(--gold-soft); }

.blog-post__hero { max-width: 900px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.blog-post__hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.blog-post__body { max-width: 760px; margin: 48px auto 0; }
.blog-post__lead { font-size: 1.2rem; line-height: 1.7; color: var(--ink); font-family: var(--serif); font-style: italic; margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.blog-post__body h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 40px 0 16px; }
.blog-post__body h3 { font-size: 1.5rem; margin: 30px 0 12px; }
.blog-post__body p { color: var(--text-soft); font-size: 17px; margin-bottom: 18px; }
.blog-post__list { display: grid; gap: 14px; margin: 8px 0 26px; }
.blog-post__list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: var(--text); }
.blog-post__list li svg { width: 22px; height: 22px; color: #fff; background: var(--gold-grad); border-radius: 50%; padding: 4px; flex-shrink: 0; margin-top: 3px; }
.blog-post__share { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--line); }

/* ============ REVEAL ANIMATION ============ */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
    .hero__inner { grid-template-columns: 1fr; gap: 50px; }
    .hero__media { order: -1; }
    .features { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .svc-detail { grid-template-columns: 1fr; }
    .svc-aside { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .topbar { display: none; }
    .header__cta { display: none; }
    .hamburger { display: flex; }
    .nav {
        position: fixed; top: 0; right: -100%; width: 320px; max-width: 86vw; height: 100vh;
        background: var(--cream); flex-direction: column; align-items: stretch; gap: 0;
        padding: 100px 26px 40px; box-shadow: -20px 0 60px rgba(0,0,0,.2); transition: right .4s var(--ease); z-index: 1000; overflow-y: auto;
    }
    .nav.open { right: 0; }
    .nav__link { padding: 15px 12px; font-size: 17px; border-bottom: 1px solid var(--line); }
    .nav__link::after { display: none; }
    .nav__dropdown { border-bottom: 1px solid var(--line); }
    .nav__menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 0 0 12px 12px; min-width: 0; border: none; }
    .nav__dropdown .nav__link { border-bottom: none; }
    .services-grid, .split, .split--reverse .split__media, .contact-grid, .ba-wrap { grid-template-columns: 1fr; }
    .split--reverse .split__media { order: 0; }
    .split { gap: 50px; }
    .split__badge { left: 20px; }
    .testi-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-band { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
    .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: left; }
    .section { padding: 78px 0; }
}
@media (max-width: 560px) {
    body { font-size: 16px; }
    .container { padding: 0 18px; }
    .features { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; }
    .svc-aside { grid-template-columns: 1fr; }
    .stats-band { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    .gallery-item--wide { grid-column: span 1; }
    .gallery-item--hero { grid-column: span 1; grid-row: span 1; }
    .hero__stats { gap: 22px; }
    /* Mobilde: telefon tam görünsün, rozetler videonun üstünü kapatmasın */
    .hero__media { flex-wrap: wrap; gap: 14px; }
    .phone-frame { flex: 1 0 100%; width: auto; max-width: min(300px, 82vw); margin: 0 auto; }
    .hero__media-badge { position: static; padding: 12px 16px; }
    .hero__media-badge--tl,
    .hero__media-badge--br { top: auto; bottom: auto; left: auto; right: auto; }
    .hero__media-badge svg { width: 26px; height: 26px; }
    .hero__media-badge b { font-size: 1.02rem; }
    .contact-form { padding: 26px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .fab { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
    html { scroll-behavior: auto; }
}
