:root {
  --bg: #060810;
  --bg-soft: #0b0e1a;
  --panel: rgba(255,255,255,0.045);
  --panel-border: rgba(255,255,255,0.09);
  --panel-strong: rgba(255,255,255,0.07);
  --blue: #3b7bff;
  --blue-glow: #5b8dff;
  --ink: #f4f5fa;
  --muted: #9aa1bd;
  --muted-light: #c3c8de;
  --border: rgba(255,255,255,0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Instrument Sans', sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; margin: 0; letter-spacing: -0.02em; }
a { color: var(--blue-glow); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; }

/* persistent ambient background mesh */
@keyframes mesh-drift {
  0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(2%, -3%) rotate(6deg); }
  100% { transform: translate(-2%, 2%) rotate(-4deg); }
}
body::after {
  content: ""; position: fixed; inset: -10%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(700px circle at 15% 20%, rgba(59,123,255,0.10), transparent 60%),
    radial-gradient(600px circle at 85% 60%, rgba(120,90,255,0.08), transparent 60%),
    radial-gradient(500px circle at 50% 90%, rgba(59,123,255,0.07), transparent 60%);
  animation: mesh-drift 40s ease-in-out infinite alternate;
}

/* ambient glow backgrounds, pure CSS, animated drift */
@keyframes drift {
  0% { transform: translate(-50%, 0) scale(1); }
  50% { transform: translate(-46%, 40px) scale(1.08); }
  100% { transform: translate(-54%, -20px) scale(0.96); }
}
@keyframes drift-side {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 30px) scale(1.1); }
  100% { transform: translate(20px, -20px) scale(0.94); }
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 6px var(--blue-glow); }
  50% { box-shadow: 0 0 18px var(--blue-glow); }
}
.hero, .benefits, .faq, .contact { position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -220px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 700px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(59,123,255,0.35), rgba(120,90,255,0.12) 45%, rgba(59,123,255,0) 70%);
  filter: blur(10px); pointer-events: none; z-index: 0;
  animation: drift 16s ease-in-out infinite alternate;
}
.benefits::before {
  content: ""; position: absolute; top: 10%; right: -200px; width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(59,123,255,0.18), rgba(59,123,255,0) 72%);
  filter: blur(6px); pointer-events: none; z-index: 0;
  animation: drift-side 20s ease-in-out infinite alternate;
}
.faq::before {
  content: ""; position: absolute; bottom: -180px; left: -160px; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(59,123,255,0.16), rgba(59,123,255,0) 72%);
  filter: blur(6px); pointer-events: none; z-index: 0;
  animation: drift-side 22s ease-in-out infinite alternate-reverse;
}
.contact::before {
  content: ""; position: absolute; top: -160px; right: 10%; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(59,123,255,0.22), rgba(59,123,255,0) 72%);
  filter: blur(6px); pointer-events: none; z-index: 0;
  animation: drift-side 18s ease-in-out infinite alternate;
}
.hero > *, .benefits > *, .faq > *, .contact > * { position: relative; z-index: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(500px circle at var(--mx, 50%) var(--my, 30%), rgba(91,141,255,0.16), transparent 60%);
}
.hero-img { transition: transform 0.1s linear; }
.hero-inner { transition: opacity 0.1s linear; }
.btn-primary-lg, .btn, .contact-form button { transition: transform 0.2s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease, background 0.3s ease; }
.service-card, .process-card, .stat-card, .review-card { transition: transform 0.35s cubic-bezier(.16,1,.3,1), border-color 0.4s ease, box-shadow 0.4s ease; will-change: transform; }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(28px) scale(0.985); filter: blur(6px); transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1), filter 0.9s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: none; filter: blur(0); }

/* scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 100;
  background: linear-gradient(90deg, var(--blue), #9db8ff, var(--blue-glow)); box-shadow: 0 0 12px rgba(91,141,255,0.7); }

/* film grain depth */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* nav */
.nav-header {
  position: sticky; top: 16px; z-index: 50; margin: 0 16px;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(10,12,22,0.65); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--panel-border); border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand span { font-weight: 600; font-size: 17px; letter-spacing: -0.02em; font-family: 'Space Grotesk', sans-serif; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--muted-light); }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: #fff; text-shadow: 0 0 12px rgba(91,141,255,0.6); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-link { color: var(--muted-light); font-size: 13px; font-weight: 600; }
.lang-link:hover { color: #fff; }
.btn {
  position: relative; overflow: hidden;
  background: var(--blue); color: #fff; padding: 10px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 600; border: none; cursor: pointer; font-family: inherit;
  display: inline-block; box-shadow: 0 0 0 rgba(59,123,255,0); transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.btn:hover { background: var(--blue-glow); color: #fff; box-shadow: 0 0 24px rgba(91,141,255,0.55); transform: translateY(-1px); }

/* hero */
.hero { background: transparent; padding: 160px 32px 0; }
.hero-inner {
  max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 32px;
}
.badge {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--panel-border);
  background: var(--panel); border-radius: 999px; padding: 8px 18px; font-size: 13px; color: var(--muted-light);
}
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-glow); display: inline-block; animation: pulse-dot 2.4s ease-in-out infinite; }
.hero h1 {
  font-size: 92px; font-weight: 700; letter-spacing: -0.045em; line-height: 1.0;
  max-width: 980px; text-wrap: balance;
}
.hero h1 .word {
  display: inline-block; opacity: 0; transform: translateY(28px) scale(0.96);
  transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1);
  background: linear-gradient(180deg, #ffffff 0%, #c9d2f2 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero h1 .word.in { opacity: 1; transform: none; }
.hero p { font-size: 20px; line-height: 1.6; color: var(--muted-light); max-width: 640px; margin: 0; }
.hero-ctas { display: flex; gap: 16px; align-items: center; }
.btn::after, .btn-primary-lg::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg); transition: left 0.6s ease;
}
.btn:hover::after, .btn-primary-lg:hover::after { left: 130%; }
.btn-primary-lg {
  position: relative; overflow: hidden;
  background: var(--blue); color: #fff; padding: 16px 32px; border-radius: 999px;
  font-size: 16px; font-weight: 600; border: none; cursor: pointer; font-family: inherit;
  box-shadow: 0 0 0 rgba(59,123,255,0); transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.btn-primary-lg:hover { box-shadow: 0 0 36px rgba(91,141,255,0.6); transform: translateY(-2px); }
.btn-text {
  color: var(--ink); padding: 16px 10px; font-size: 16px; font-weight: 500;
  border-bottom: 1px solid var(--panel-border);
}
.btn-text:hover { color: var(--blue-glow); border-color: var(--blue-glow); }
.hero-img {
  width: 100%; height: 560px; margin-top: 36px; border-radius: 28px; overflow: hidden; position: relative;
  border: 1px solid var(--panel-border); box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 0 80px rgba(59,123,255,0.12);
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip {
  position: absolute; display: flex; flex-direction: column; gap: 2px; padding: 14px 20px; border-radius: 16px;
  background: rgba(10,12,22,0.6); border: 1px solid var(--panel-border); backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4); animation: chip-float 6s ease-in-out infinite;
}
.hero-chip strong { font-family: 'Space Grotesk', sans-serif; font-size: 20px; color: #fff; }
.hero-chip span { font-size: 12px; color: var(--muted-light); }
.hero-chip-1 { top: 28px; left: 28px; animation-delay: 0s; }
.hero-chip-2 { bottom: 28px; right: 28px; animation-delay: 1.2s; }
@keyframes chip-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* sticky KPI bar */
.kpi-bar {
  position: fixed; top: 78px; left: 50%; transform: translateX(-50%) translateY(-14px); z-index: 45;
  opacity: 0; pointer-events: none; transition: opacity 0.4s ease, transform 0.4s ease;
}
.kpi-bar.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.kpi-bar-inner {
  display: flex; gap: 28px; padding: 12px 28px; border-radius: 999px;
  background: rgba(10,12,22,0.72); border: 1px solid var(--panel-border); backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4); font-size: 13px; color: var(--muted-light); white-space: nowrap;
}
.kpi-bar-inner strong { color: #fff; font-family: 'Space Grotesk', sans-serif; }
@media (max-width: 900px) { .kpi-bar { display: none; } }
.scroll-cue { margin-top: 8px; display: flex; justify-content: center; }
.scroll-cue span {
  width: 22px; height: 34px; border: 1px solid var(--panel-border); border-radius: 12px; position: relative; display: block;
}
.scroll-cue span::before {
  content: ""; position: absolute; top: 6px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px;
  background: var(--blue-glow); animation: cue-scroll 1.8s ease-in-out infinite;
}
@keyframes cue-scroll { 0% { opacity: 1; transform: translateY(0); } 70%, 100% { opacity: 0; transform: translateY(10px); } }

/* statement */
.statement { padding: 80px 32px; }
.statement-text {
  max-width: 920px; margin: 0 auto; text-align: center; font-family: 'Space Grotesk', sans-serif;
  font-size: 40px; font-weight: 500; line-height: 1.35; letter-spacing: -0.02em; color: var(--muted-light);
}
.statement-text .hl { color: #fff; font-weight: 700; background: linear-gradient(135deg, var(--blue-glow), #9db8ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* cta band */
.cta-band { padding: 60px 32px; }
.cta-band-inner {
  background: linear-gradient(135deg, var(--blue) 0%, #2450c9 100%); border-radius: 28px; padding: 56px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  box-shadow: 0 30px 80px rgba(37,99,255,0.35);
}
.cta-band-inner h2 { color: #fff; font-size: 34px; max-width: 560px; letter-spacing: -0.02em; }
.btn-dark {
  background: #fff; color: #0b1030; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 15px;
  white-space: nowrap; transition: transform 0.2s ease;
}
.btn-dark:hover { color: #0b1030; transform: translateY(-2px); }

/* placeholder image blocks */
.img-placeholder {
  width: 100%; height: 100%; min-height: 160px;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 10px, rgba(255,255,255,0.02) 10px, rgba(255,255,255,0.02) 20px);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--muted); font-family: 'SFMono-Regular', Consolas, monospace; font-size: 13px; padding: 12px;
}

/* section header */
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue-glow); }
.section-title { font-size: 48px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; text-wrap: balance; color: #fff; }

/* about */
.about { padding: 160px 32px 100px; }
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.about-copy { display: flex; flex-direction: column; gap: 22px; }
.about-copy p { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; }
.about-copy a { font-weight: 600; font-size: 16px; }
.about-img { height: 420px; border-radius: 24px; overflow: hidden; border: 1px solid var(--panel-border); box-shadow: 0 30px 80px rgba(0,0,0,0.5); transition: transform 0.1s linear; }
.about-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.stats-grid { margin: 90px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-card {
  position: relative; overflow: hidden;
  background: var(--panel); border: 1px solid var(--panel-border); border-radius: 22px; padding: 36px;
  backdrop-filter: blur(12px); transition: transform 0.4s ease, border-color 0.4s ease;
}
.stat-card:hover { transform: translateY(-4px); border-color: rgba(91,141,255,0.4); }
.stat-num { font-size: 56px; font-weight: 700; color: #fff; font-family: 'Space Grotesk', sans-serif; }
.stat-num span { background: linear-gradient(135deg, var(--blue-glow), #9db8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-size: 17px; font-weight: 600; margin-top: 10px; color: #fff; }
.stat-desc { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 8px 0 0; }

/* services */
.services { padding: 100px 32px; }
.section-lead { max-width: 640px; display: flex; flex-direction: column; gap: 18px; margin-bottom: 56px; }
.section-lead p { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(300px, auto); gap: 24px;
}
.service-card.featured { grid-column: span 2; grid-row: span 2; }
.service-card.featured img { height: 100% !important; min-height: 220px; }
.stat-card::before, .service-card::before, .process-card::before, .review-card::before, .faq-card::before, .contact-form::before {
  content: ""; position: absolute; top: 0; left: 16px; right: 16px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
}
.service-card {
  position: relative; overflow: hidden;
  border: 1px solid var(--panel-border); border-radius: 22px; padding: 30px;
  display: flex; flex-direction: column; gap: 14px; background: var(--panel);
  backdrop-filter: blur(12px); transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(91,141,255,0.45); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.service-card h3 { font-size: 22px; font-weight: 700; color: #fff; }
.service-card p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0; }
.service-card img, .service-card .img-placeholder { height: 180px; margin-top: auto; border-radius: 14px; }

/* benefits */
.benefits { padding: 100px 32px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.accordion-item { border-bottom: 1px solid var(--border); padding: 22px 0; cursor: pointer; }
.accordion-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.accordion-head h4 { font-size: 20px; font-weight: 700; color: #fff; }
.accordion-toggle { font-size: 20px; color: var(--blue-glow); transition: transform 0.3s ease; }
.accordion-item.open .accordion-toggle { transform: rotate(180deg); }
.accordion-panel { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 12px 0 0; display: none; }
.accordion-item.open .accordion-panel { display: block; }
.benefits-img { height: 560px; position: sticky; top: 130px; border-radius: 24px; overflow: hidden; border: 1px solid var(--panel-border); box-shadow: 0 30px 80px rgba(0,0,0,0.5); transition: transform 0.1s linear; }
.benefits-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }

/* deals (kept for CSS parity, unused) */
.deals { padding: 100px 32px; }
.deals .section-lead p { color: var(--muted); }
.deals-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.deal-card { background: var(--panel); border: 1px solid var(--panel-border); border-radius: 22px; overflow: hidden; }
.deal-card .img-placeholder { height: 260px; }
.deal-body { padding: 26px; display: flex; flex-direction: column; gap: 8px; }
.deal-tag { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue-glow); }
.deal-body h4 { font-size: 22px; font-weight: 700; color: #fff; }
.deal-body p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0; }

/* process */
.process { padding: 100px 32px; }
.process-lead { max-width: 680px; display: flex; flex-direction: column; gap: 18px; margin-bottom: 56px; }
.process-lead p { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-grid::before {
  content: ""; position: absolute; top: 46px; left: 6%; right: 6%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91,141,255,0.5), transparent);
}
.process-card:nth-child(even) { transform: translateY(28px); }
.process-card {
  position: relative; overflow: hidden;
  background: var(--panel); border: 1px solid var(--panel-border); border-radius: 22px; padding: 32px;
  display: flex; flex-direction: column; gap: 14px; backdrop-filter: blur(12px);
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.process-card:hover { transform: translateY(-6px); border-color: rgba(91,141,255,0.45); }
.process-num { font-size: 42px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; background: linear-gradient(135deg, var(--blue-glow), #9db8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.process-card h4 { font-size: 21px; font-weight: 700; color: #fff; }
.process-card ul { margin: 0; padding-left: 18px; font-size: 15px; line-height: 1.9; color: var(--muted); }

/* testimonials */
.testimonials { padding: 100px 0; overflow: hidden; }
.testimonials-lead { max-width: 1200px; margin: 0 auto 48px; padding: 0 32px; display: flex; flex-direction: column; gap: 18px; }
.testimonials-lead h2 { max-width: 640px; text-wrap: balance; }
.marquee {
  display: flex; width: max-content; gap: 24px; animation: mes-marquee 45s linear infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.marquee:hover { animation-play-state: paused; }
.marquee-track { display: flex; gap: 24px; }
@keyframes mes-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.review-card { position: relative; overflow: hidden; width: 380px; background: var(--panel); border: 1px solid var(--panel-border); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; gap: 18px; backdrop-filter: blur(12px); }
.review-card p { font-size: 16px; line-height: 1.65; margin: 0; color: var(--muted-light); }
.review-person { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.review-name { font-weight: 600; font-size: 15px; color: #fff; }
.review-role { font-size: 13px; color: var(--muted); }
.featured-quote {
  max-width: 760px; margin: 0 auto 56px; text-align: center; position: relative; padding: 0 24px;
}
.quote-mark {
  font-family: 'Space Grotesk', sans-serif; font-size: 120px; line-height: 1; color: rgba(91,141,255,0.18);
  display: block; margin-bottom: -30px;
}
.featured-quote p {
  font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em;
  color: #fff; margin: 0 0 24px;
}
.featured-quote .review-person { justify-content: center; }

/* faq */
.faq { padding: 100px 32px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.faq-card {
  position: relative; overflow: hidden;
  background: var(--panel); color: var(--ink); border: 1px solid var(--panel-border); border-radius: 24px; padding: 40px;
  display: flex; flex-direction: column; gap: 16px; position: sticky; top: 130px; backdrop-filter: blur(12px);
}
.faq-card h2 { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; color: #fff; }
.faq-card p { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }
.faq-card .btn { align-self: flex-start; }
.faq-list .accordion-item h4 { font-size: 19px; }

/* contact */
.contact { padding: 100px 32px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.contact-copy { display: flex; flex-direction: column; gap: 20px; }
.contact-copy h2 { font-size: 46px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; text-wrap: balance; color: #fff; }
.contact-copy p { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 0; }
.contact-info { display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: var(--muted-light); }
.contact-form {
  position: relative; overflow: hidden;
  background: var(--panel); border: 1px solid var(--panel-border); border-radius: 24px;
  padding: 36px; display: flex; flex-direction: column; gap: 16px; backdrop-filter: blur(12px);
}
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 500; color: var(--muted-light); }
.contact-form input, .contact-form select, .contact-form textarea {
  background: rgba(255,255,255,0.05); border: 1px solid var(--panel-border); border-radius: 12px;
  padding: 13px 16px; color: #fff; font-size: 15px; font-family: inherit;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue-glow); }
.contact-form select option { color: var(--ink); background: #10142b; }
.contact-form textarea { resize: vertical; }
.contact-form button {
  background: var(--blue); color: #fff; border: none; padding: 16px; border-radius: 12px;
  font-size: 16px; font-weight: 600; cursor: pointer; font-family: inherit; transition: box-shadow 0.3s ease;
}
.contact-form button:hover { box-shadow: 0 0 30px rgba(91,141,255,0.55); }
.contact-success {
  position: relative;
  background: var(--panel); border: 1px solid rgba(91,141,255,0.4); border-radius: 24px; padding: 48px;
  display: none; flex-direction: column; align-items: center; text-align: center; gap: 14px; backdrop-filter: blur(12px);
}
.contact-success.show { display: flex; }
.contact-form.hide { display: none; }
.success-icon {
  width: 56px; height: 56px; border-radius: 50%; background: var(--blue);
  display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 0 30px rgba(91,141,255,0.6);
}
.contact-success h3 { font-size: 26px; font-weight: 700; color: #fff; }
.contact-success p { font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0; }

/* footer */
.site-footer { background: var(--bg-soft); color: var(--muted-light); padding: 80px 32px 32px; border-top: 1px solid var(--border); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; }
.footer-brand-row img { width: 36px; height: 36px; object-fit: contain; }
.footer-brand-row span { font-weight: 700; font-size: 18px; color: #fff; font-family: 'Space Grotesk', sans-serif; }
.footer-brand p { font-size: 15px; line-height: 1.65; margin: 0; max-width: 340px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h5 { font-size: 15px; font-weight: 700; color: #fff; }
.footer-col a { color: var(--muted-light); font-size: 15px; }
.footer-col a:hover { color: #fff; }
.footer-col span { font-size: 15px; }
.footer-bottom {
  max-width: 1200px; margin: 56px auto 0; padding-top: 24px; border-top: 1px solid var(--border);
  font-size: 13px; display: flex; justify-content: space-between; gap: 16px;
}

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 6px;
  width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }

@media (max-width: 900px) {
  * { -webkit-tap-highlight-color: transparent; }
  .wrap { padding: 0 20px; }
  .nav-header { margin: max(12px, env(safe-area-inset-top)) 12px 0; }
  .nav-inner { padding: 8px 8px 8px 16px; gap: 8px; }
  .brand span { font-size: 15px; }
  .brand img { width: 28px; height: 28px; }
  .nav-toggle { display: flex; width: 44px; height: 44px; }
  .nav-right { gap: 6px; flex-wrap: nowrap; }
  .lang-link { font-size: 13px; padding: 8px; }
  .nav-right .btn { padding: 10px 14px; font-size: 13px; white-space: nowrap; }
  .nav-links {
    display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: rgba(10,12,22,0.94); border: 1px solid var(--panel-border); border-radius: 20px;
    backdrop-filter: blur(18px);
    flex-direction: column; align-items: stretch; gap: 2px; padding: 10px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 12px; width: 100%; min-height: 44px; display: flex; align-items: center; border-radius: 12px; font-size: 16px; }
  .nav-links a:active { background: rgba(255,255,255,0.06); }

  .hero { padding: 0; }
  .hero-inner {
    position: relative; min-height: 100svh; justify-content: flex-end; align-items: flex-start;
    text-align: left; padding: 28px 20px max(32px, env(safe-area-inset-bottom)); gap: 20px;
  }
  .hero-img {
    position: absolute; inset: 0; height: 100%; width: 100%; margin: 0; border-radius: 0;
    border: none; box-shadow: none; z-index: 0;
  }
  .hero-img::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,8,16,0.2) 0%, rgba(6,8,16,0.6) 55%, var(--bg) 100%);
  }
  .badge, .hero h1, .hero p, .hero-ctas { position: relative; z-index: 1; }
  .hero h1 {
    font-size: 36px; line-height: 1.14; letter-spacing: -0.03em;
    text-shadow: 0 4px 24px rgba(0,0,0,0.5);
  }
  .hero h1 .word { -webkit-text-fill-color: #fff; color: #fff; background: none; }
  .hero p { font-size: 16px; line-height: 1.55; }
  .badge { font-size: 12px; padding: 8px 16px; }
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .btn-primary-lg, .btn-text { text-align: center; width: 100%; padding: 16px 20px; min-height: 52px; display: flex; align-items: center; justify-content: center; }
  .btn-primary-lg:active { transform: scale(0.97); }

  section { scroll-margin-top: 90px; }
  .about { padding: 64px 0 48px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; }
  .about-img { height: 220px; order: -1; border-radius: 20px; }
  .section-title { font-size: 30px; line-height: 1.15; }
  .about-copy p { font-size: 16px; }
  .wrap > .stats-grid, .stats-grid {
    display: flex; grid-template-columns: none; gap: 12px; margin-top: 36px;
    overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 20px 4px; -webkit-overflow-scrolling: touch;
  }
  .stat-card { flex: 0 0 80%; scroll-snap-align: center; padding: 24px; }
  .stat-num { font-size: 36px; }
  .stat-desc { font-size: 14px; }
  .carousel-dots { margin-top: 14px; }

  .services { padding: 64px 0; }
  .section-lead { margin-bottom: 28px; padding: 0 20px; }
  .section-lead p { font-size: 16px; }
  .services-grid {
    display: flex; grid-template-columns: none; gap: 12px; overflow-x: auto;
    scroll-snap-type: x mandatory; padding: 4px 20px 4px; -webkit-overflow-scrolling: touch;
  }
  .service-card { flex: 0 0 82%; scroll-snap-align: center; padding: 24px; }
  .service-card h3 { font-size: 20px; }
  .service-card:active { transform: scale(0.98); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .benefits { padding: 64px 20px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
  .benefits-img { height: 220px; position: static; order: -1; border-radius: 20px; }
  .accordion-item { padding: 18px 0; min-height: 44px; }
  .accordion-head h4 { font-size: 17px; line-height: 1.3; }
  .accordion-panel { font-size: 14.5px; }

  .deals { padding: 64px 20px; }
  .deals-grid { grid-template-columns: 1fr; gap: 16px; }

  .process { padding: 64px 0; }
  .process-lead { margin-bottom: 28px; padding: 0 20px; }
  .process-grid {
    display: flex; grid-template-columns: none; gap: 12px; overflow-x: auto;
    scroll-snap-type: x mandatory; padding: 4px 20px 4px; -webkit-overflow-scrolling: touch;
  }
  .process-grid::before { display: none; }
  .process-card { flex: 0 0 80%; scroll-snap-align: center; transform: none; padding: 26px; }

  .hero-chip { padding: 10px 14px; border-radius: 14px; }
  .hero-chip strong { font-size: 15px; }
  .hero-chip span { font-size: 10px; }
  .hero-chip-1 { top: max(16px, env(safe-area-inset-top)); left: 16px; }
  .hero-chip-2 { bottom: 16px; right: 16px; }
  .scroll-cue { display: none; }

  .statement { padding: 52px 20px; }
  .statement-text { font-size: 22px; line-height: 1.4; }

  .service-card.featured { flex: 0 0 90%; }

  .cta-band { padding: 40px 20px; }
  .cta-band-inner { padding: 36px 24px; flex-direction: column; text-align: center; gap: 20px; border-radius: 24px; }
  .cta-band-inner h2 { font-size: 24px; line-height: 1.25; }
  .btn-dark { width: 100%; padding: 16px; min-height: 52px; }

  .featured-quote { padding: 0 8px; margin-bottom: 28px; }
  .quote-mark { font-size: 64px; margin-bottom: -14px; }
  .featured-quote p { font-size: 19px; line-height: 1.45; }

  .testimonials { padding: 64px 0; }
  .testimonials-lead { padding: 0 20px; margin-bottom: 32px; }
  .review-card { width: 280px; padding: 22px; }
  .review-card p { font-size: 15px; }

  .faq { padding: 64px 20px; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .faq-card { position: static; padding: 28px; }
  .faq-card h2 { font-size: 26px; }
  .faq-card p { font-size: 15px; }
  .faq-card .btn { width: 100%; min-height: 48px; }
  .faq-list .accordion-item h4 { font-size: 16.5px; }

  .contact { padding: 64px 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-copy h2 { font-size: 28px; line-height: 1.2; }
  .contact-copy p { font-size: 16px; }
  .contact-form { padding: 24px; border-radius: 20px; }
  .contact-form input, .contact-form select, .contact-form textarea { padding: 14px 16px; font-size: 16px; min-height: 48px; }
  .contact-form textarea { min-height: 96px; }
  .contact-form button { min-height: 52px; }
  .contact-form button:active { transform: scale(0.98); }

  .site-footer { padding: 48px 20px max(32px, env(safe-area-inset-bottom)); }
  .footer-grid { gap: 28px; }
  .footer-col a { padding: 6px 0; display: inline-block; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 30px; }
  .section-title { font-size: 24px; }
  .stat-num { font-size: 32px; }
  .service-card, .process-card { padding: 22px; }
  .stat-card { flex-basis: 84%; }
  .service-card { flex-basis: 86%; }
  .process-card { flex-basis: 84%; }
}

/* confetti burst */
@keyframes confetti-fall {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(160px) rotate(360deg); opacity: 0; }
}
.confetti-piece { position: absolute; top: 0; width: 8px; height: 14px; border-radius: 2px; animation: confetti-fall 1.1s ease-out forwards; pointer-events: none; }

/* mobile carousel dots */
.carousel-dots { display: none; justify-content: center; gap: 8px; margin-top: 12px; }
.carousel-dots .dot-ind { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); transition: background 0.3s ease, transform 0.3s ease; }
@media (max-width: 900px) {
  .carousel-dots { display: flex; }
}
.carousel-dots .dot-ind.active { background: var(--blue-glow); transform: scale(1.3); }

/* card ignite on reveal */
@keyframes ignite {
  0% { box-shadow: 0 0 0 rgba(91,141,255,0); }
  45% { box-shadow: 0 0 45px rgba(91,141,255,0.4); }
  100% { box-shadow: 0 0 0 rgba(91,141,255,0); }
}
.service-card.in-view, .stat-card.in-view, .process-card.in-view, .review-card.in-view {
  animation: ignite 1.1s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .hero::before, .benefits::before, .faq::before, .contact::before, body::after,
  .badge .dot, .hero-chip, .btn::after, .btn-primary-lg::after {
    animation: none !important;
  }
}
