/* ==========================================================================
   3rsoft — public site. Apple.com-inspired: white + #f5f5f7, SF typography,
   Apple blue accent, pill buttons. A little brand red (logo + headline word).
   ========================================================================== */

:root {
  --ink:      #1d1d1f;   /* Apple near-black */
  --gray:     #6e6e73;   /* Apple secondary text */
  --gray-2:   #6c6c71;   /* tertiary — meets WCAG AA on white and #f5f5f7 */
  --bg:       #ffffff;
  --bg-alt:   #f5f5f7;   /* Apple's signature light gray band */
  --line:     #d2d2d7;
  --line-2:   #e8e8ed;

  --blue:      #0071e3;  /* Apple blue */
  --blue-hover:#0077ed;
  --blue-dark: #0058b8;  /* text-on-tint for contrast */
  --blue-tint: #eef4ff;

  --red:      #c21f1f;   /* brand accent — logo tile + hero headline word */
  --wa:       #25d366;   /* WhatsApp green (functional) */

  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
          "Helvetica Neue", Helvetica, Arial, sans-serif;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 22px;
  --r-pill: 980px;

  --sh-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-md: 0 6px 20px rgba(0,0,0,.08);
  --sh-win: 0 30px 60px -24px rgba(0,0,0,.22), 0 10px 24px -14px rgba(0,0,0,.12);

  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 40px);
  --nav-h: 52px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(0,113,227,.16); }

h1, h2, h3, h4 { color: var(--ink); font-weight: 600; line-height: 1.08; letter-spacing: -0.015em; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(60px, 9vw, 120px); }
.section--soft { background: var(--bg-alt); }

.eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 0; color: var(--blue-dark); }
.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4.4vw, 48px); margin-top: 12px; line-height: 1.08; }
.section-head p { margin-top: 16px; font-size: clamp(17px, 1.9vw, 21px); color: var(--gray); line-height: 1.42; }

/* ---------- buttons (Apple pills) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 22px; border-radius: var(--r-pill);
  font-weight: 500; font-size: 16px; letter-spacing: -0.01em;
  transition: background .2s var(--ease), color .2s, border-color .2s, transform .15s var(--ease);
}
.btn svg { width: 15px; height: 15px; }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-hover); }
.btn--secondary { background: transparent; color: var(--blue); border: 1px solid var(--line); }
.btn--secondary:hover { background: var(--bg-alt); border-color: #c7c7cf; }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: #ececf0; }
.btn--ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn--ghost-light:hover { background: rgba(255,255,255,.12); }
.btn--sm { padding: 7px 16px; font-size: 14px; }

.ext { font-size: 11px; opacity: .55; display: inline-block; vertical-align: 1px; margin-left: 2px; }

/* ---------- Font Awesome icon sizing (glyphs inherit color via currentColor) ---------- */
.btn i { font-size: 14px; }
.feature__ic i { font-size: 21px; }
.check__ic i { font-size: 12px; }
.panel__row .l .d i { font-size: 14px; }
.citem .ic i { font-size: 18px; }
.window__addr i { font-size: 12px; color: var(--gray-2); }
.captcha__reload i { font-size: 17px; }
.wa-fab i { font-size: 27px; }
.footer__brand .socials i { font-size: 16px; }
.pill i.ext { margin-left: 0; }

/* ==========================================================================
   Nav
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: 100;
  display: flex; align-items: center;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.nav__inner { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 9px; margin-right: auto; }
.brand__logo { height: 30px; width: auto; display: block; }
.brand__name { font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a { padding: 6px 11px; border-radius: 8px; font-size: 14px; font-weight: 400; color: var(--ink); opacity: .85; transition: opacity .15s, background .15s; }
.nav__links a:hover { opacity: 1; background: rgba(0,0,0,.05); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r-pill); overflow: hidden; }
.lang a { padding: 4px 10px; font-size: 12px; font-weight: 600; color: var(--gray); transition: background .15s, color .15s; }
.lang a.is-active { background: var(--ink); color: #fff; }
.nav__burger { display: none; width: 38px; height: 38px; border-radius: 9px; align-items: center; justify-content: center; }
.nav__burger span, .nav__burger span::before, .nav__burger span::after { content: ""; position: absolute; width: 18px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: .28s var(--ease); }
.nav__burger span { position: relative; }
.nav__burger span::before { top: -6px; } .nav__burger span::after { top: 6px; }
body.menu-open .nav__burger span { background: transparent; }
body.menu-open .nav__burger span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav__burger span::after { top: 0; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 90; background: var(--bg);
  padding: 20px var(--gutter) 36px; transform: translateX(100%);
  transition: transform .34s var(--ease); display: flex; flex-direction: column; gap: 2px; overflow-y: auto;
}
body.menu-open .mobile-menu { transform: none; }
.mobile-menu a:not(.btn) { padding: 15px 4px; font-size: 20px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line-2); display: flex; align-items: center; justify-content: space-between; }
.mobile-menu .lang { align-self: flex-start; margin-top: 16px; }
/* Keep the language pill intact inside the mobile menu: the generic
   `.mobile-menu a:not(.btn)` rule would otherwise override the active link to
   black text (black-on-black) and add list styling. */
.mobile-menu .lang a { padding: 6px 14px; font-size: 13px; font-weight: 600; color: var(--gray); border-bottom: 0; justify-content: center; }
.mobile-menu .lang a.is-active { color: #fff; }
.mobile-menu .btn { margin-top: 16px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; text-align: center; padding-top: calc(var(--nav-h) + clamp(44px, 7vw, 90px)); padding-bottom: clamp(36px, 6vw, 64px); }
.hero--page { padding-bottom: clamp(24px, 4vw, 48px); }
.hero__dots {
  position: absolute; inset: 0; z-index: -2;
  background-image: radial-gradient(rgba(0,0,0,.045) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(60% 55% at 50% 18%, #000, transparent 78%);
  mask-image: radial-gradient(60% 55% at 50% 18%, #000, transparent 78%);
}
.hero__lines { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none;
  -webkit-mask-image: radial-gradient(72% 64% at 50% 22%, #000 36%, transparent 84%);
  mask-image: radial-gradient(72% 64% at 50% 22%, #000 36%, transparent 84%); }
/* Slow, out-of-phase drift — each line has its own speed, offset and direction. */
.hero__lines path { fill: none; stroke-width: 1.5; stroke-linecap: round; }
.hero__lines .l-blue  { stroke: #0071e3; opacity: .32; stroke-dasharray: 9 15;  animation: hero-dash 19s linear -2s  infinite; }
.hero__lines .l-blue2 { stroke: #5ac8fa; opacity: .28; stroke-dasharray: 5 18;  animation: hero-dash 27s linear -13s infinite reverse; }
.hero__lines .l-gray  { stroke: #aeaeb2; opacity: .26; stroke-dasharray: 13 11; animation: hero-dash 23s linear -7s  infinite; }
@keyframes hero-dash { to { stroke-dashoffset: -300; } }

.pill { display: inline-flex; align-items: center; gap: 8px; padding: 5px 13px 5px 6px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); font-size: 13px; color: var(--gray); margin-bottom: 22px; }
.pill b { background: var(--blue-tint); color: var(--blue-dark); font-weight: 600; padding: 2px 9px; border-radius: var(--r-pill); font-size: 11.5px; }
.hero h1 { font-size: clamp(40px, 6.2vw, 64px); line-height: 1.06; letter-spacing: -0.02em; max-width: 17ch; margin-inline: auto; }
.hero h1 .accent { color: var(--red); }
.hero__sub { margin: 20px auto 0; max-width: 58ch; font-size: clamp(18px, 2.1vw, 22px); color: var(--gray); line-height: 1.4; }
.hero__cta { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero__note { margin-top: 15px; font-size: 13px; color: var(--gray-2); }

.showcase { margin-top: clamp(40px, 6vw, 68px); }
.window { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--sh-win); overflow: hidden; margin-inline: auto; max-width: 1040px; }
.window__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.window__dots { display: flex; gap: 6px; }
.window__dots i { width: 11px; height: 11px; border-radius: 50%; background: #d8d8de; display: inline-block; }
.window__addr { margin-left: 6px; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--gray); background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 4px 12px; }
.window__addr svg { width: 12px; height: 12px; color: var(--gray-2); }
.window__img { display: block; width: 100%; height: auto; }

/* ==========================================================================
   Trust + brand rows / marquee
   ========================================================================== */
.trust { padding-block: 40px; }
.trust__label { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: var(--gray-2); }
.trust > .reveal, .trust__row-wrap { margin-top: 22px; }

.brand-row { display: flex; gap: clamp(24px, 4vw, 56px); align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.brand-chip { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.brand-chip__logo { height: 34px; width: auto; max-width: 130px; object-fit: contain; }
.brand-chip__mono { width: 36px; height: 36px; border-radius: 9px; background: var(--bg-alt); border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.brand-chip__name { color: var(--ink); }
a.brand-chip:hover .brand-chip__name { color: var(--blue); }

.marquee { overflow: hidden; width: 100%; margin-top: 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee__track { display: inline-flex; align-items: center; gap: clamp(36px, 5vw, 64px); width: max-content; padding-inline: 32px; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ==========================================================================
   Feature grid
   ========================================================================== */
.features { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.features--4 { grid-template-columns: repeat(4, 1fr); }
.feature { background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 26px; transition: transform .2s var(--ease), box-shadow .2s; }
.feature:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.feature__ic { width: 44px; height: 44px; border-radius: 11px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; margin-bottom: 16px; }
.feature__ic svg { width: 22px; height: 22px; }
.feature h3 { font-size: 19px; }
.feature p { margin-top: 8px; font-size: 15px; color: var(--gray); line-height: 1.45; }
.section--soft .feature { background: #fff; border-color: var(--line-2); }

/* ==========================================================================
   Split
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.split__h { font-size: clamp(26px, 3.6vw, 40px); margin-top: 12px; }
.split__p { margin-top: 14px; color: var(--gray); font-size: 18px; }
.split__list { margin-top: 26px; display: grid; gap: 16px; }
.check { display: flex; gap: 12px; align-items: flex-start; }
.check__ic { flex: none; width: 24px; height: 24px; border-radius: 7px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; margin-top: 1px; }
.check__ic svg { width: 13px; height: 13px; }
.check h4 { font-size: 16px; }
.check p { font-size: 14.5px; color: var(--gray); margin-top: 2px; }
.panel { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 26px; box-shadow: var(--sh-sm); }
.panel__row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line-2); }
.panel__row:last-child { border-bottom: 0; }
.panel__row .l { display: flex; align-items: center; gap: 11px; font-size: 15px; color: var(--ink); font-weight: 500; }
.panel__row .l .d { width: 30px; height: 30px; border-radius: 8px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; }
.panel__row .l .d svg { width: 15px; height: 15px; }
.panel__row .v { font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.panel__row .v.muted { color: var(--gray); font-weight: 500; font-size: 13px; }

/* ==========================================================================
   Stats + process + cases
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat__num { font-size: clamp(32px, 4.4vw, 52px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.stat__label { margin-top: 9px; font-size: 15px; color: var(--gray); }

.process { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pstep { border-top: 1px solid var(--line); padding-top: 18px; }
.pstep__n { font-size: 13px; font-weight: 600; color: var(--blue); }
.pstep h4 { font-size: 18px; margin-top: 8px; }
.pstep p { font-size: 14.5px; color: var(--gray); margin-top: 7px; }

.cases { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.case { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 32px; display: flex; flex-direction: column; }
.case__head { display: flex; align-items: center; gap: 13px; }
.case__badge { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; font-weight: 700; font-size: 17px; flex: none; }
.case__logo { width: 46px; height: 46px; border-radius: 12px; object-fit: contain; background: #fff; border: 1px solid var(--line-2); padding: 5px; flex: none; }
.case__meta .n { font-weight: 600; font-size: 17px; color: var(--ink); }
.case__meta .c { font-size: 13px; color: var(--gray-2); }
.case__tag { margin-left: auto; font-size: 12px; font-weight: 600; color: var(--blue-dark); background: var(--blue-tint); padding: 5px 11px; border-radius: var(--r-pill); }
.case__lead { margin-top: 20px; font-size: 19px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.case__body { margin-top: 12px; font-size: 15px; color: var(--gray); flex: 1; }
.case__stats { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-2); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case__stat b { display: block; font-size: 16px; color: var(--ink); font-weight: 600; }
.case__stat span { font-size: 12.5px; color: var(--gray); }

/* ==========================================================================
   CTA band (dark)
   ========================================================================== */
.cta { background: var(--ink); color: #fff; }
.cta__inner { text-align: center; padding-block: clamp(56px, 8vw, 96px); }
.cta h2 { color: #fff; font-size: clamp(30px, 4.4vw, 48px); }
.cta p { color: rgba(255,255,255,.8); max-width: 52ch; margin: 16px auto 0; font-size: clamp(17px, 2vw, 20px); }
.cta__row { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.empty-state { text-align: center; color: var(--gray); font-size: 18px; padding: 40px 0; }

/* ==========================================================================
   Contact + form
   ========================================================================== */
.contact { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.contact__aside h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 12px; }
.contact__aside p { margin-top: 14px; color: var(--gray); font-size: 17px; }
.contact__list { margin-top: 26px; display: grid; gap: 14px; }
.citem { display: flex; gap: 13px; align-items: flex-start; }
.citem .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--blue-tint); color: var(--blue); display: grid; place-items: center; flex: none; }
.citem .ic svg { width: 20px; height: 20px; }
.citem .k { font-size: 12.5px; color: var(--gray-2); }
.citem .v { font-weight: 600; color: var(--ink); font-size: 16px; }
.citem a.v:hover { color: var(--blue); }

.form { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: clamp(22px, 3vw, 32px); box-shadow: var(--sh-sm); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; border-radius: var(--r-sm); border: 1px solid var(--line); background: #fff; font: inherit; font-size: 15px; color: var(--ink); transition: border-color .18s, box-shadow .18s; }
.field textarea { resize: vertical; min-height: 104px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,113,227,.15); }
.captcha { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.captcha img { border: 1px solid var(--line); border-radius: 8px; height: 46px; width: auto; }
.captcha input { flex: 1; min-width: 120px; }
.captcha__reload { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 8px; display: grid; place-items: center; color: var(--gray); background: #fff; transition: color .15s, border-color .15s; }
.captcha__reload:hover { color: var(--blue); border-color: var(--blue); }
.captcha__reload svg { width: 18px; height: 18px; }
.form .btn { width: 100%; margin-top: 4px; }
.form__note { margin-top: 12px; font-size: 12.5px; color: var(--gray-2); text-align: center; }
.form-alert { border-radius: var(--r-sm); padding: 11px 14px; font-size: 14px; margin-bottom: 16px; }
.form-alert--ok { background: #e7f6ec; color: #17663a; border: 1px solid #b8e6c8; }
.form-alert--err { background: #fdecec; color: #a11a1a; border: 1px solid #f4c9c9; }

/* ==========================================================================
   Footer (light)
   ========================================================================== */
.footer { background: var(--bg-alt); color: var(--gray); padding-block: 54px 30px; border-top: 1px solid var(--line-2); }
.footer a { color: var(--gray); transition: color .15s; }
.footer a:hover { color: var(--ink); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.footer__brand .brand__name { color: var(--ink); }
.footer__brand p { margin-top: 14px; font-size: 14px; max-width: 32ch; color: var(--gray); }
.footer__brand .socials { display: flex; gap: 9px; margin-top: 18px; }
.footer__brand .socials a { width: 36px; height: 36px; border-radius: 9px; background: #fff; border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; }
.footer__brand .socials svg { width: 17px; height: 17px; }
.footer__col h5 { color: var(--ink); font-size: 12.5px; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.footer__col a { display: block; padding: 5px 0; font-size: 14px; }
.footer__col a .ext { margin-left: 4px; }
.footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-2); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--gray-2); }

/* ==========================================================================
   WhatsApp floating button
   ========================================================================== */
.wa-fab { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 54px; height: 54px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.4); transition: transform .18s var(--ease); }
.wa-fab:hover { transform: scale(1.06); }
.wa-fab svg { width: 30px; height: 30px; }

/* ==========================================================================
   Reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; }
.reveal[data-delay="1"] { transition-delay: .07s; }
.reveal[data-delay="2"] { transition-delay: .14s; }
.reveal[data-delay="3"] { transition-delay: .21s; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 940px) {
  .features, .features--4 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer__brand { grid-column: span 2; }
}
@media (max-width: 820px) {
  .nav__links, .nav__actions .lang, .nav__actions .btn { display: none; }
  .nav__burger { display: inline-flex; }
  .split { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .features, .features--4 { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__brand { grid-column: span 1; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .window__addr { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__lines path, .marquee__track { animation: none !important; }
}
