/* ===================================================================
   Zirve Ekip — Kurumsal Tandem Uçuş Organizasyonu
   Art direction: sinematik yükseklik · altın saat · Ölüdeniz turkuazı
   Type: Fraunces (editorial display) + Manrope (kurumsal sans)
   Palet: bg #0A1C36 · surface #12294A · ink #EAF1FA · air #38BDF8 · altın #FBBF24
   =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #0A1C36;
  --bg-deep: #071630;
  --surface: #12294A;
  --surface-2: #183459;
  --surface-3: #1e3f6b;
  --ink: #EAF1FA;
  --ink-soft: #aec3dd;
  --ink-mute: #7d95b5;
  --accent: #4EC5F2;          /* hava / gökyüzü */
  --accent-deep: #0e9ad6;
  --accent-2: #FBBF24;        /* altın saat / zirve */
  --accent-2-deep: #d99a0a;
  --accent-2-soft: #ffd76a;
  --line: rgba(160, 190, 225, 0.14);
  --line-strong: rgba(160, 190, 225, 0.30);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --header-h: 72px;
  --maxw: 1240px;
  --pad: clamp(16px, 3.5vw, 48px);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 22px 50px -30px rgba(0, 8, 24, 0.92);
  --shadow-lift: 0 30px 66px -30px rgba(20, 140, 210, 0.55);
  --shadow-gold: 0 30px 64px -32px rgba(251, 191, 36, 0.45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease2: cubic-bezier(.4, 0, .2, 1);
  interpolate-size: allow-keywords;
}

/* ---------- reset ---------- */
* { box-sizing: border-box; }
html, body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: -0.002em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
  margin: 0 0 .5em;
  color: var(--ink);
}
h4, h5 { font-weight: 600; letter-spacing: -0.01em; }
/* editorial italic accent inside any heading */
h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-2);
}
p { margin: 0 0 1rem; }
a { color: var(--accent); text-decoration: none; transition: color .2s var(--ease2); }
a:hover { color: var(--accent-2); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
strong { color: var(--ink); font-weight: 700; }

::selection { background: var(--accent); color: #05233a; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 2000;
  background: var(--accent);
  color: #05233a;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; color: #05233a; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.15rem;
  padding: 7px 14px 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(78, 197, 242, .07);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, .16);
  flex-shrink: 0;
}
.section-head.center .eyebrow { margin-inline: auto; }

.section { padding: clamp(66px, 9vw, 132px) 0; position: relative; }
:target, [id] { scroll-margin-top: calc(var(--header-h) + 18px); }
.section-head { max-width: 730px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.6vw, 3.3rem); letter-spacing: -0.022em; }
.section-head p { color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.18rem); margin-top: .55rem; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); color: var(--ink-soft); line-height: 1.6; }

/* hairline divider utility */
.hairline { height: 1px; border: 0; background: linear-gradient(90deg, transparent, var(--line-strong) 20%, var(--line-strong) 80%, transparent); margin: 0; }

/* ================= HEADER ================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(11, 31, 58, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .24s var(--ease2), box-shadow .24s var(--ease2), height .24s var(--ease2), border-color .24s var(--ease2);
}
.site-header.is-scrolled {
  background: rgba(9, 26, 49, 0.97);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, .55);
  border-bottom-color: var(--line);
  height: 62px;
}
.header-inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 1.16rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.brand:hover { color: var(--ink); }
.brand .mark {
  width: 34px; height: 34px;
  flex-shrink: 0;
  color: var(--accent);
}
.brand small {
  display: block;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}
.nav-desktop a {
  position: relative;
  color: var(--ink-soft);
  font-size: .96rem;
  font-weight: 600;
  padding: 6px 2px;
  transition: color .2s var(--ease2);
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}
.nav-desktop a:hover { color: var(--ink); }
.nav-desktop a:hover::after,
.nav-desktop a.is-active::after { transform: scaleX(1); }
.nav-desktop a.is-active { color: var(--ink); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-2);
  color: #3a2a02 !important;
  padding: 10px 20px !important;
  border-radius: 999px;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px -12px rgba(251, 191, 36, .8);
  transition: transform .22s var(--ease), background .22s var(--ease2), color .2s var(--ease2);
}
.nav-desktop .nav-cta::after { display: none; }
.nav-cta:hover {
  background: #ffcf4d;
  color: #3a2a02 !important;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: rgba(24, 52, 89, .6);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav-toggle span {
  position: absolute;
  left: 11px;
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease2), top .3s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ================= DRAWER ================= */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s var(--ease2), visibility .24s;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 1050;
  width: min(360px, 92vw);
  background: #0c223f;
  border-left: 1px solid var(--line-strong);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2, .7, .2, 1);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 12px) 26px 30px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  display: block;
  color: var(--ink);
  font-size: 1.14rem;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  transition: color .2s var(--ease2), padding-left .2s var(--ease2);
}
.drawer a:hover { color: var(--accent); padding-left: 6px; }
.drawer .drawer-cta {
  margin-top: 22px;
  text-align: center;
  background: var(--accent-2);
  color: #3a2a02 !important;
  border-radius: 999px;
  border: none;
  font-weight: 700;
}
.drawer .drawer-cta:hover { background: #ffcf4d; color: #3a2a02 !important; padding-left: 0; }
.drawer-meta {
  margin-top: auto;
  padding-top: 24px;
  color: var(--ink-mute);
  font-size: .86rem;
}
.drawer-meta a { display: inline; border: 0; padding: 0; font-size: .86rem; color: var(--accent); }

/* ================= BUTTONS ================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  transition: transform .22s var(--ease), background .22s var(--ease2), color .2s var(--ease2), box-shadow .22s var(--ease2);
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--accent-2);
  color: #3a2a02;
  box-shadow: 0 14px 30px -16px rgba(251, 191, 36, .75);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, .5) 50%, transparent 68%);
  transform: translateX(-130%);
  transition: transform .65s var(--ease);
  pointer-events: none;
}
.btn-primary:hover::after, .btn-primary:focus-visible::after { transform: translateX(130%); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: #ffcf4d;
  color: #3a2a02;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px -16px rgba(251, 191, 36, .85);
}
.btn-ghost {
  background: rgba(56, 189, 248, .08);
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: rgba(56, 189, 248, .16);
  color: var(--ink);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.btn-accent {
  background: var(--accent);
  color: #05233a;
  box-shadow: 0 14px 30px -16px rgba(56, 189, 248, .7);
}
.btn-accent:hover, .btn-accent:focus-visible {
  background: #5fcbfb;
  color: #05233a;
  transform: translateY(-2px);
}

/* ================= HERO ================= */
/* ================= HERO — cinematic photo ================= */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--header-h) + 48px);
  padding-bottom: clamp(52px, 8vh, 104px);
  background: #071831;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  transform: scale(1.06);
  animation: heroKen 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKen {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.16) translate3d(-1.5%, -2.2%, 0); }
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,15,33,.86) 0%, rgba(5,15,33,.5) 42%, rgba(5,15,33,.06) 74%, rgba(5,15,33,0) 100%),
    linear-gradient(180deg, rgba(5,15,33,.5) 0%, rgba(5,15,33,.1) 26%, rgba(5,15,33,.42) 66%, rgba(5,15,33,.9) 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 760px;
}
.hero .eyebrow {
  color: #eaf1fa;
  margin-bottom: 1.1rem;
  text-shadow: 0 1px 12px rgba(3, 10, 24, .55);
}
.hero .eyebrow::before { background: linear-gradient(90deg, var(--accent-2), transparent); }
.hero-title {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: clamp(2.5rem, 7.6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.026em;
  margin: 0 0 .42em;
  color: #fff;
  text-shadow: 0 2px 34px rgba(3, 10, 24, .5);
}
.hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-2);
  text-shadow: 0 2px 30px rgba(251, 191, 36, .28);
}
.word-span { white-space: nowrap; }
.hero-sub {
  font-size: clamp(1.05rem, 2.1vw, 1.38rem);
  color: #d7e4f4;
  max-width: 580px;
  margin-bottom: 2rem;
  line-height: 1.6;
  text-shadow: 0 1px 16px rgba(3, 10, 24, .6);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2.2rem; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  font-weight: 600;
  color: #e2ecf8;
  text-shadow: 0 1px 12px rgba(3, 10, 24, .6);
}
.trust-strip svg { width: 18px; height: 18px; color: var(--accent-2); flex-shrink: 0; }

/* ================= STAT BAND ================= */
.stat-band {
  position: relative;
  background: linear-gradient(180deg, #0a1d38, #0d2445);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat-band::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(78,197,242,.5), rgba(251,191,36,.4), transparent);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(40px, 5vw, 60px) 0;
}
.stat {
  text-align: center;
  border-left: 1px solid var(--line);
  padding-left: clamp(12px, 2vw, 24px);
}
.stat:first-child { border-left: 0; }
.stat .num {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.stat .num .suf { color: var(--accent-2); font-style: italic; }
.stat .lbl {
  color: var(--ink-soft);
  font-size: .82rem;
  margin-top: .6rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ================= CASE (storytelling longread) ================= */
.case { background: var(--bg); }
.case-narrative {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 64px);
}
.case-chapter {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}
.case-chapter:nth-child(even) .case-media { order: -1; }
.case-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  transition: box-shadow .5s var(--ease), border-color .5s var(--ease2);
}
.case-chapter:hover .case-media { box-shadow: var(--shadow-lift); border-color: var(--line-strong); }
.case-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}
.case-chapter:hover .case-media img { transform: scale(1.05); }
.case-media .tag {
  position: absolute;
  left: 16px; top: 16px;
  background: rgba(9, 26, 49, .82);
  border: 1px solid var(--line-strong);
  color: var(--accent-2);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.case-step-no {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: .78rem;
  text-transform: uppercase;
  color: var(--accent);
  letter-spacing: .16em;
  margin-bottom: .8rem;
}
.case-text h3 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: .55rem; letter-spacing: -0.02em; }
.case-text p { color: var(--ink-soft); }
.case-text .time-mark {
  display: inline-block;
  margin-top: .4rem;
  font-size: .74rem;
  font-weight: 700;
  color: var(--accent-2);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-quote {
  margin-top: clamp(40px, 6vw, 72px);
  padding: clamp(30px, 5vw, 56px);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #12294A, #0d2748);
  border: 1px solid var(--line-strong);
  position: relative;
  overflow: hidden;
}
.case-quote::before {
  content: "\201C";
  position: absolute;
  top: -34px; left: 18px;
  font-size: 12rem;
  color: rgba(78, 197, 242, .12);
  font-family: var(--font-display);
  line-height: 1;
}
.case-quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: var(--ink);
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.case-quote cite {
  display: block;
  margin-top: 1.4rem;
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
  font-size: .96rem;
}
.case-quote cite span { display: block; color: var(--ink-mute); font-weight: 400; font-size: .84rem; margin-top: 2px; }

/* ================= WHY (benefits) ================= */
.why { background: linear-gradient(180deg, #0a1c37, #0c2140); }
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
.why-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  position: relative;
}
.why-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.why-media .overlay-stat {
  position: absolute;
  left: 18px; bottom: 18px;
  background: rgba(9, 26, 49, .85);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 14px 18px;
  backdrop-filter: blur(8px);
}
.why-media .overlay-stat b { display: block; font-size: 1.7rem; color: var(--accent-2); font-weight: 700; }
.why-media .overlay-stat span { font-size: .8rem; color: var(--ink-soft); }

.benefit-list { display: grid; gap: 16px; }
.benefit-list--2col { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) {
  .benefit-list--2col { grid-template-columns: 1fr; }
}
.benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 41, 74, .5);
  transition: transform .3s var(--ease), border-color .3s var(--ease2), background .3s var(--ease2), box-shadow .3s var(--ease2);
}
.benefit:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  background: rgba(24, 52, 89, .7);
  box-shadow: var(--shadow-lift);
}
.benefit-icon {
  grid-row: 1 / 2;
  width: 54px; height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 25%, rgba(78,197,242,.3), rgba(78,197,242,.05));
  border: 1px solid var(--line-strong);
  color: var(--accent);
  flex-shrink: 0;
  transition: color .3s var(--ease2), border-color .3s var(--ease2);
}
.benefit:hover .benefit-icon { color: var(--accent-2); border-color: rgba(251,191,36,.4); }
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-body { min-width: 0; }
.benefit-body h3 { font-size: 1.18rem; margin-bottom: .3rem; letter-spacing: -0.015em; }
.benefit-body p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ================= PACKAGES ================= */
.packages { background: var(--bg); }
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: stretch;
}
.pkg-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #12294A, #0f2444);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .3s var(--ease), border-color .3s var(--ease2), box-shadow .3s var(--ease2);
}
.pkg-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: var(--shadow-lift);
}
.pkg-card.featured {
  border-color: var(--accent-2);
  box-shadow: var(--shadow-gold);
}
.pkg-card.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(251,191,36,.6), transparent 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.pkg-card { position: relative; }
@media (min-width: 1025px) {
  .pkg-card.featured { margin-top: -16px; margin-bottom: -16px; }
}
.pkg-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.pkg-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.pkg-card:hover .pkg-media img { transform: scale(1.06); }
.pkg-badge {
  position: absolute;
  right: 14px; top: 14px;
  background: var(--accent-2);
  color: #3a2a02;
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: .04em;
}
.pkg-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.pkg-name { font-size: 1.4rem; margin-bottom: .25rem; letter-spacing: -0.02em; }
.pkg-cap { color: var(--ink-mute); font-size: .86rem; margin-bottom: 1rem; }
.pkg-price {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.35rem;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: .25rem;
}
.pkg-price .cur { font-size: 1.05rem; color: var(--accent-2); vertical-align: 22%; margin-right: 2px; }
.pkg-price-note { font-size: .8rem; color: var(--ink-mute); margin-bottom: 1.2rem; }
.pkg-feats { display: grid; gap: 10px; margin-bottom: 1.2rem; }
.pkg-feats li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: .93rem; color: var(--ink-soft); align-items: start; }
.pkg-feats li svg { width: 18px; height: 18px; color: var(--accent); margin-top: 2px; }
.pkg-feats li.no { color: var(--ink-mute); }
.pkg-feats li.no svg { color: var(--ink-mute); }
.pkg-card .btn { margin-top: auto; width: 100%; }
.pkg-disclaimer {
  text-align: center;
  color: var(--ink-mute);
  font-size: .85rem;
  margin-top: clamp(24px, 4vw, 40px);
}

/* addon strip */
.addon-strip {
  margin-top: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.addon {
  position: relative;
  padding: 18px 20px 18px 22px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--accent-2);
  border-radius: var(--radius);
  background: rgba(18, 41, 74, .4);
  transition: transform .28s var(--ease), background .28s var(--ease2), border-color .28s var(--ease2);
}
.addon:hover { transform: translateY(-3px); background: rgba(24, 52, 89, .55); }
.addon b { color: var(--accent-2); display: block; font-size: 1.08rem; font-weight: 700; margin-bottom: 2px; }
.addon span { color: var(--ink-soft); font-size: .88rem; }

/* ================= PROCESS ================= */
.process { background: linear-gradient(180deg, #0c2140, #0a1c37); }
.timeline {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  padding-left: 8px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 26px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: .5;
}
.tl-step {
  position: relative;
  padding: 0 0 38px 78px;
}
.tl-step:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute;
  left: 8px; top: -2px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, var(--surface-2), var(--surface));
  border: 2px solid var(--accent);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 600;
  font-size: 1.05rem;
  font-family: var(--font-display);
  box-shadow: 0 0 0 6px rgba(78,197,242,.08), 0 10px 24px -14px rgba(78,197,242,.6);
  z-index: 1;
  transition: transform .3s var(--ease), border-color .3s var(--ease2), color .3s var(--ease2), box-shadow .3s var(--ease2);
}
.tl-step:hover .tl-dot {
  transform: scale(1.08);
  border-color: var(--accent-2);
  color: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(251,191,36,.1), 0 12px 26px -12px rgba(251,191,36,.6);
}
.tl-step h3 { font-size: 1.28rem; margin-bottom: .3rem; letter-spacing: -0.018em; }
.tl-step p { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.tl-time { display: inline-block; margin-top: .5rem; font-size: .74rem; font-weight: 700; color: var(--accent-2); letter-spacing: .1em; text-transform: uppercase; }

/* ================= TESTIMONIALS ================= */
.testimonials { background: var(--bg); }
.tm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 26px);
}
.tm-card {
  position: relative;
  padding: 28px 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(20,45,80,.6), rgba(15,36,68,.5));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s var(--ease2), box-shadow .3s var(--ease2);
}
.tm-card::before {
  content: "\201C";
  position: absolute;
  top: 2px; right: 20px;
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1;
  color: rgba(78,197,242,.12);
  pointer-events: none;
}
.tm-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-lift); }
.tm-card .stars { color: var(--accent-2); font-size: 1.02rem; letter-spacing: 3px; margin-bottom: 14px; position: relative; }
.tm-card blockquote { margin: 0 0 18px; color: var(--ink); font-size: 1.02rem; line-height: 1.62; position: relative; }
.tm-meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.tm-meta b { color: var(--accent); font-size: .98rem; font-weight: 700; }
.tm-meta span { display: block; color: var(--ink-mute); font-size: .82rem; margin-top: 2px; }

/* ================= OFFER / FORM ================= */
.offer { background: linear-gradient(180deg, #0a1c37, #08182f); }
.offer-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: start;
}
.offer-info h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.offer-info .lead { margin-bottom: 1.6rem; }
.offer-points { display: grid; gap: 14px; margin-bottom: 1.8rem; }
.offer-points li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  color: var(--ink-soft);
  align-items: start;
}
.offer-points li svg { width: 22px; height: 22px; color: var(--accent-2); margin-top: 2px; }
.offer-contact-mini { display: grid; gap: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.offer-contact-mini a { color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; gap: 9px; }
.offer-contact-mini a svg { width: 18px; height: 18px; color: var(--accent); }
.offer-contact-mini a:hover { color: var(--accent); }

/* forms */
.form-card {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-soft);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  background: rgba(9, 26, 49, .6);
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--ink);
  font-family: inherit;
  font-size: .98rem;
  transition: border-color .2s var(--ease2), background .2s var(--ease2);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-mute); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(9, 26, 49, .85);
  box-shadow: 0 0 0 3px rgba(78, 197, 242, .16);
}
.field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2338BDF8' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.field.kvkk {
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
  grid-column: 1 / -1;
}
.field.kvkk span { font-size: .84rem; color: var(--ink-soft); font-weight: 400; line-height: 1.5; }
.field.kvkk a { color: var(--accent); }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 2px 0 0;
  accent-color: var(--accent);
  cursor: pointer;
}
.form-card .btn { width: 100%; margin-top: 4px; }
.form-note { font-size: .8rem; color: var(--ink-mute); text-align: center; margin: 12px 0 0; }

/* CTA panel (replaces on-page forms outside the contact page) */
.cta-panel { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.cta-panel h3 { font-size: clamp(1.3rem, 3vw, 1.7rem); margin: 0; }
.cta-panel p { color: var(--ink-soft); margin: 0; max-width: 420px; }
.cta-panel .btn { width: auto; margin: 4px 0 2px; }
.cta-panel .offer-contact-mini { align-items: center; text-align: center; }

/* ================= FAQ ================= */
.faq { background: var(--bg); }
.faq-wrap { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 41, 74, .45);
  overflow: hidden;
  transition: border-color .24s var(--ease2), background .24s var(--ease2);
}
.faq-item:hover { border-color: var(--line-strong); background: rgba(22, 48, 84, .5); }
.faq-item[open] { border-color: var(--accent); background: rgba(18, 41, 74, .6); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 21px clamp(18px, 3vw, 28px);
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.14rem;
  letter-spacing: -0.015em;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--accent);
  transition: transform .3s var(--ease);
}
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .answer {
  height: 0;
  padding: 0 clamp(18px, 3vw, 26px);
  overflow: hidden;
  color: var(--ink-soft);
  transition: height 360ms cubic-bezier(.4,0,.2,1), padding-block-end 360ms cubic-bezier(.4,0,.2,1);
}
.faq-item[open] .answer { height: auto; padding-block-end: 24px; }
.faq-item .answer p { margin: 0 0 .7rem; }
.faq-item .answer p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-item .answer { transition: none; }
}

/* ================= CTA BAND ================= */
.cta-band {
  background:
    radial-gradient(100% 140% at 80% 0%, rgba(251,191,36,.16), transparent 55%),
    linear-gradient(135deg, #103257, #0a1f3c);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.9rem, 4.6vw, 3rem); }
.cta-band p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 1.8rem; font-size: 1.1rem; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ================= FOOTER ================= */
.site-footer {
  background: #07162c;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding: clamp(48px, 6vw, 76px) 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 52px);
  margin-bottom: 44px;
}
.footer-col h4 {
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.footer-col.about .brand { margin-bottom: 14px; }
.footer-col.about p { font-size: .92rem; color: var(--ink-soft); max-width: 320px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: var(--ink-soft); font-size: .93rem; }
.footer-col a:hover { color: var(--accent); }
.foot-contact li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; font-size: .92rem; color: var(--ink-soft); align-items: start; }
.foot-contact li svg { width: 18px; height: 18px; color: var(--accent); margin-top: 2px; }
.foot-social { display: flex; gap: 10px; margin-top: 16px; }
.foot-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--ink);
  transition: border-color .2s var(--ease2), color .2s var(--ease2), transform .2s var(--ease);
}
.foot-social a:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-3px); }
.foot-social svg { width: 19px; height: 19px; }
.footer-bottom {
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  font-size: .82rem;
  color: var(--ink-mute);
}
.footer-bottom a { color: var(--ink-mute); }
.footer-bottom a:hover { color: var(--accent); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* ================= COOKIE ================= */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  z-index: 9999;
  background: #0c223f;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.7);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), opacity 240ms;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
.cookie-banner h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.cookie-banner p { font-size: .88rem; color: var(--ink-soft); margin-bottom: 1rem; }
.cookie-banner p a { color: var(--accent); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  font-family: inherit;
  border: 1px solid var(--line-strong);
  transition: transform .2s var(--ease), background .2s var(--ease2), color .2s var(--ease2);
}
.cookie-actions .c-accept { background: var(--accent-2); color: #3a2a02; border-color: var(--accent-2); }
.cookie-actions .c-accept:hover { background: #ffcf4d; color: #3a2a02; transform: translateY(-2px); }
.cookie-actions .c-reject { background: var(--surface-2); color: var(--ink); border-color: var(--line-strong); }
.cookie-actions .c-reject:hover { background: var(--surface-3); color: var(--ink); transform: translateY(-2px); }
.cookie-actions .c-settings { background: transparent; color: var(--ink-soft); }
.cookie-actions .c-settings:hover { background: var(--surface-2); color: var(--ink); }
@media (min-width: 720px) {
  .cookie-banner { left: 24px; right: auto; max-width: 420px; }
}

/* cookie modal */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(4, 12, 26, .7);
}
.cookie-modal.is-open { display: grid; }
.cookie-modal-inner {
  background: #0c223f;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 34px);
  max-width: 480px;
  width: 100%;
  box-shadow: var(--shadow-soft);
}
.cookie-modal h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.cookie-modal > .cookie-modal-inner > p { color: var(--ink-soft); font-size: .9rem; margin-bottom: 1.2rem; }
.consent-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.consent-row h4 { font-size: 1rem; margin-bottom: .2rem; }
.consent-row p { font-size: .82rem; color: var(--ink-mute); margin: 0; }
.toggle { position: relative; width: 46px; height: 26px; flex-shrink: 0; margin-top: 3px; }
.toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.toggle .track {
  position: absolute; inset: 0;
  background: var(--surface-3);
  border-radius: 999px;
  transition: background .2s var(--ease2);
}
.toggle .track::after {
  content: "";
  position: absolute;
  left: 3px; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--ink);
  transition: transform .22s var(--ease);
}
.toggle input:checked + .track { background: var(--accent); }
.toggle input:checked + .track::after { transform: translateX(20px); }
.toggle input:disabled + .track { opacity: .55; }
.cookie-modal .modal-actions { margin-top: 22px; display: flex; gap: 10px; }
.cookie-modal .modal-actions .btn { flex: 1; }

/* ================= PAGE HERO (interior) ================= */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 56px) 0 56px;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(90% 100% at 85% 0%, rgba(251,191,36,.14), transparent 50%),
    radial-gradient(80% 90% at 10% 100%, rgba(56,189,248,.18), transparent 55%),
    linear-gradient(180deg, #081831, #0d2547);
  border-bottom: 1px solid var(--line);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(10,28,54,.5));
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); letter-spacing: -0.026em; }
.page-hero p { color: var(--ink-soft); max-width: 620px; font-size: 1.1rem; }
.page-hero .breadcrumb { font-size: .82rem; color: var(--ink-mute); margin-bottom: 1.1rem; letter-spacing: .02em; }
.page-hero .breadcrumb a { color: var(--ink-soft); }
.page-hero .breadcrumb a:hover { color: var(--accent); }

/* ================= CONTACT ================= */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 18px;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(18, 41, 74, .5);
  transition: transform .28s var(--ease), border-color .28s var(--ease2), box-shadow .28s var(--ease2);
}
.contact-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: var(--shadow-soft);
}
.contact-card .cc-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: radial-gradient(circle at 30% 25%, rgba(56,189,248,.28), rgba(56,189,248,.06));
  border: 1px solid var(--line-strong);
  color: var(--accent);
  margin-bottom: 15px;
}
.contact-card .cc-icon svg { width: 24px; height: 24px; }
.contact-card h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.contact-card a, .contact-card .val { color: var(--ink); font-weight: 600; font-size: 1rem; word-break: break-word; }
.contact-card a:hover { color: var(--accent); }
.contact-card .sub { display: block; color: var(--ink-mute); font-size: .84rem; margin-top: .3rem; font-weight: 400; }

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.hours-day {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(18, 41, 74, .4);
  font-variant-numeric: tabular-nums;
}
.hours-day.today { border-color: var(--accent-2); background: rgba(251,191,36,.08); }
.hours-day .d { font-weight: 700; color: var(--ink); font-size: .92rem; }
.hours-day .t { color: var(--ink-soft); font-size: .88rem; margin-top: 3px; }
.hours-day.today .t { color: var(--accent-2); }

/* ================= TABLE ================= */
.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
table th, table td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: .93rem;
}
table th { background: rgba(9,26,49,.6); color: var(--accent); font-weight: 700; }
table td { color: var(--ink-soft); }
table tr:last-child td { border-bottom: 0; }

/* ================= LEGAL / PROSE ================= */
.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 2.2rem 0 .8rem; }
.prose h3 { font-size: 1.15rem; margin: 1.6rem 0 .5rem; color: var(--accent); }
.prose p { color: var(--ink-soft); margin-bottom: 1rem; }
.prose ul { display: grid; gap: 8px; margin: 0 0 1.2rem; padding-left: 22px; list-style: disc; }
.prose ul li { color: var(--ink-soft); }
.prose ul li::marker { color: var(--accent); }
.prose .updated { color: var(--ink-mute); font-size: .86rem; margin-bottom: 2rem; }

/* sitemap page */
.sitemap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.sitemap-col { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: rgba(18,41,74,.4); }
.sitemap-col h3 { font-size: 1.05rem; color: var(--accent); margin-bottom: 1rem; }
.sitemap-col ul { display: grid; gap: 9px; }
.sitemap-col a { color: var(--ink-soft); }
.sitemap-col a:hover { color: var(--accent); }

/* 404 */
.err-wrap { min-height: 68vh; display: grid; place-items: center; text-align: center; padding: calc(var(--header-h) + 40px) var(--pad) 60px; }
.err-code { font-size: clamp(5rem, 18vw, 11rem); font-weight: 600; color: var(--accent); line-height: 1; font-family: var(--font-display); font-optical-sizing: auto; letter-spacing: -0.03em; }
.err-wrap h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
.err-wrap p { color: var(--ink-soft); max-width: 460px; margin: 0 auto 1.8rem; }

/* thank you */
.thanks-wrap { min-height: 72vh; display: grid; place-items: center; text-align: center; padding: calc(var(--header-h) + 50px) var(--pad) 70px; }
.thanks-card { max-width: 560px; }
.thanks-icon {
  width: 88px; height: 88px;
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 26px;
  background: radial-gradient(circle at 30% 25%, rgba(56,189,248,.3), rgba(56,189,248,.05));
  border: 1px solid var(--accent);
  color: var(--accent);
}
.thanks-icon svg { width: 44px; height: 44px; }
.thanks-wrap h1 { font-size: clamp(1.9rem, 5vw, 2.8rem); }
.thanks-wrap p { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 2rem; }

/* connector line motif divider */
.connector {
  height: 2px;
  background-image: linear-gradient(90deg, transparent, var(--accent) 30%, var(--accent-2) 70%, transparent);
  opacity: .35;
  margin: 0;
}

/* ================= REVEAL ================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms var(--ease), transform 640ms var(--ease);
  transition-delay: calc(var(--i, 0) * 80ms);
}
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-photo { animation: none !important; transform: scale(1.04) !important; }
  .btn-primary::after { transition: none !important; }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
  .case-chapter { grid-template-columns: 1fr; }
  .case-chapter:nth-child(even) .case-media { order: 0; }
  .why-layout { grid-template-columns: 1fr; }
  .offer-layout { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .tm-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .stat:nth-child(3) { border-left: 0; }
  .pkg-grid { grid-template-columns: 1fr; }
  .tm-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { min-height: 84vh; padding-bottom: clamp(44px, 7vh, 72px); }
  .hero-photo { object-position: 52% 38%; }
  .hero-title { font-size: clamp(2.3rem, 9.4vw, 3.4rem); }
}
@media (max-width: 480px) {
  .stat { border-left: 0; padding-left: 0; }
  .benefit { padding: 16px; grid-template-columns: 44px 1fr; }
  .benefit-icon { width: 44px; height: 44px; }
  .contact-card { padding: 20px; }
  .cookie-actions button { flex-basis: 100%; }
}

/* long text safety */
.break-anywhere { word-break: break-word; overflow-wrap: anywhere; }

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}
