/* =================================================================
   RIKILUZ · Design System v2
   Warm · organic · soft green + soft blue
   ================================================================= */

@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* ---------- Tokens ---------- */
:root {
  --bg:           #fbfdfc;
  --bg-soft:      #f4faf7;
  --bg-elev:      #ffffff;
  --ink:          #0c1f1a;
  --ink-2:        #4f615a;
  --ink-3:        #87938e;
  --line:         #e3ede8;
  --line-2:       #eef5f1;

  --green:        #10b981;
  --green-2:      #059669;
  --blue:         #0ea5e9;
  --blue-2:       #0284c7;
  --accent:       var(--green);
  --accent-2:     var(--blue);
  --accent-soft:  #ecfdf5;
  --blue-soft:    #f0f9ff;
  --accent-ink:   #0a7d5a;

  --ok:           #10b981;
  --ok-soft:      #ecfdf5;
  --warn:         #c2790f;

  --font-display: 'Satoshi', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Plus Jakarta Sans', system-ui, sans-serif;

  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --maxw: 1180px;

  --sh-1: 0 1px 2px rgba(12,31,26,.04), 0 1px 3px rgba(12,31,26,.06);
  --sh-2: 0 4px 24px rgba(12,31,26,.07), 0 1px 3px rgba(12,31,26,.04);
  --sh-3: 0 30px 80px rgba(16,185,129,.13), 0 12px 30px rgba(12,31,26,.06);
  --sh-green: 0 12px 30px rgba(16,185,129,.30);
  --sh-blue:  0 12px 30px rgba(14,165,233,.26);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

[data-theme="dark"] {
  --bg:           #081311;
  --bg-soft:      #0d1a16;
  --bg-elev:      #112019;
  --ink:          #ecf6f1;
  --ink-2:        #a4bcb1;
  --ink-3:        #6a8077;
  --line:         #1d2c26;
  --line-2:       #16221d;
  --green:        #10b981;
  --green-2:      #34d399;
  --blue:         #38bdf8;
  --blue-2:       #0ea5e9;
  --accent:       var(--green);
  --accent-2:     var(--blue);
  --accent-soft:  #06281e;
  --blue-soft:    #07273a;
  --accent-ink:   #6ee7b7;
  --ok:           #10b981;
  --ok-soft:      #06281e;
  --sh-1: 0 2px 10px rgba(0,0,0,.4);
  --sh-2: 0 14px 34px rgba(0,0,0,.5);
  --sh-3: 0 28px 60px rgba(0,0,0,.6);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background .4s var(--ease), color .4s var(--ease);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: color-mix(in srgb, var(--green) 28%, transparent); color: var(--ink); }
svg { flex-shrink: 0; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: 104px 0; }
.section--tight { padding: 64px 0; }
.bg-soft { background: var(--bg-soft); }

/* ---------- Type ---------- */
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; color: var(--ink); }
.display { font-size: clamp(2.6rem, 6vw, 4.9rem); font-weight: 900; line-height: 1.04; letter-spacing: -.03em; }
h2.h-sec { font-size: clamp(2rem, 4vw, 3.05rem); font-weight: 800; letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--ink-2); line-height: 1.6; font-weight: 400; max-width: 62ch; }
.muted { color: var(--ink-2); }
.tiny { font-size: .82rem; color: var(--ink-3); }
.grad-text { background: linear-gradient(100deg, var(--green) 5%, var(--blue) 95%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent-ink); padding: 8px 15px; border-radius: 100px;
  background: var(--accent-soft); border: 1px solid color-mix(in srgb, var(--green) 22%, transparent);
}
.eyebrow.neutral { color: var(--ink-2); background: var(--bg-soft); border-color: var(--line); }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 18%, transparent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: .98rem; padding: 14px 26px; border-radius: 100px;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), filter .25s, background .25s, border-color .25s, color .25s;
  will-change: transform; line-height: 1;
}
.btn svg { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.btn--primary { background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; box-shadow: var(--sh-green); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(21,184,137,.5); filter: saturate(1.05); }
.btn--primary:hover svg { transform: translateX(3px); }
.btn--primary:active { transform: translateY(0) scale(.985); }
.btn--accent { background: var(--green); color: #fff; box-shadow: var(--sh-green); }
.btn--accent:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--accent:hover svg { transform: translateX(3px); }
.btn--accent:active { transform: translateY(0) scale(.985); }
.btn--ghost { background: var(--bg-elev); color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--green); color: var(--accent-ink); transform: translateY(-2px); }
.btn--sm { padding: 11px 19px; font-size: .9rem; }
.btn--wa { background: #1faf54; color: #fff; box-shadow: 0 12px 30px -10px rgba(31,175,84,.5); }
.btn--wa:hover { transform: translateY(-2px); filter: brightness(1.05); }

/* ---------- Navbar ---------- */
.nav-spacer { height: 88px; }
.nav { position: fixed; top: 14px; left: 0; right: 0; z-index: 200; display: flex; justify-content: center; padding-inline: 16px; }
.nav__inner {
  width: 100%; max-width: var(--maxw);
  display: flex; align-items: center; gap: 18px;
  padding: 11px 12px 11px 22px; border-radius: 100px;
  background: color-mix(in srgb, var(--bg) 74%, transparent);
  backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--line); box-shadow: var(--sh-2);
  transition: box-shadow .3s, border-color .3s;
}
.nav.scrolled .nav__inner { box-shadow: var(--sh-3); border-color: color-mix(in srgb, var(--green) 16%, var(--line)); }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 900; font-size: 1.2rem; letter-spacing: -.03em; flex-shrink: 0; }
.brand__mark { width: 31px; height: 31px; border-radius: 10px; flex-shrink: 0; background: linear-gradient(135deg, var(--green), var(--blue)); display: grid; place-items: center; box-shadow: var(--sh-green); }
.brand__mark svg { width: 17px; height: 17px; color: #fff; }
.nav__links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav__links a { font-size: .92rem; font-weight: 600; color: var(--ink-2); padding: 8px 13px; border-radius: 100px; transition: color .2s, background .2s; }
.nav__links a:hover { color: var(--ink); background: var(--bg-soft); }
.nav__links a.active { color: var(--accent-ink); background: var(--accent-soft); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.theme-toggle { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink-2); transition: .25s var(--ease); }
.theme-toggle:hover { color: var(--green); transform: rotate(-12deg); border-color: var(--green); }
.theme-toggle svg { width: 17px; height: 17px; }
.theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .sun { display: block; }
[data-theme="dark"] .theme-toggle .moon { display: none; }
.nav__burger { display: none; width: 40px; height: 40px; border-radius: 50%; place-items: center; border: 1px solid var(--line); color: var(--ink); }
.nav__burger svg { width: 20px; height: 20px; }

.drawer { position: fixed; inset: 0; z-index: 300; pointer-events: none; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(8,20,16,.42); opacity: 0; transition: opacity .3s; backdrop-filter: blur(3px); }
.drawer__panel { position: absolute; top: 12px; right: 12px; left: 12px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--sh-3); transform: translateY(-12px) scale(.98); opacity: 0; transition: .35s var(--ease-out); }
.drawer.open { pointer-events: auto; }
.drawer.open .drawer__scrim { opacity: 1; }
.drawer.open .drawer__panel { transform: none; opacity: 1; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.drawer__panel a { display: flex; justify-content: space-between; align-items: center; padding: 14px 12px; font-size: 1.05rem; font-weight: 700; border-radius: 14px; color: var(--ink); }
.drawer__panel a:hover, .drawer__panel a.active { background: var(--accent-soft); color: var(--accent-ink); }
.drawer__panel a svg { width: 16px; height: 16px; }
.drawer__panel hr { border: none; border-top: 1px solid var(--line); margin: 10px 0; }
.drawer__close { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink); }

/* ---------- Organic background ---------- */
.hero { position: relative; padding: 76px 0 88px; overflow: hidden; }
.hero__bg { position: absolute; inset: -10% -10% 0 -10%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(38% 50% at 82% 12%, color-mix(in srgb, var(--green) 30%, transparent), transparent 70%),
    radial-gradient(34% 46% at 14% 4%, color-mix(in srgb, var(--blue) 26%, transparent), transparent 70%),
    radial-gradient(40% 40% at 60% 0%, color-mix(in srgb, var(--green) 14%, transparent), transparent 72%);
  filter: blur(6px); opacity: .9;
}
.hero__grid { display: none; }
.hero .display { max-width: 17ch; margin: 22px 0 22px; }
.hero .lead { max-width: 56ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--ink-2); font-weight: 600; }
.hero__trust svg { width: 18px; height: 18px; color: var(--green); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--bg-elev); box-shadow: var(--sh-1); }
.stat { padding: 28px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat__num { font-family: var(--font-display); font-size: 1.95rem; font-weight: 900; letter-spacing: -.03em; }
.stat__num.accent { background: linear-gradient(120deg, var(--green), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__lbl { font-size: .85rem; color: var(--ink-2); margin-top: 4px; }

/* ---------- Section head ---------- */
.shead { max-width: 660px; margin-bottom: 56px; }
.shead.center { margin-inline: auto; text-align: center; }
.shead.center .eyebrow { margin-inline: auto; }
.shead .lead { margin-top: 16px; }
.shead.center .lead { margin-inline: auto; }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px; box-shadow: var(--sh-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: color-mix(in srgb, var(--green) 30%, var(--line)); }
.card__ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; background: linear-gradient(140deg, var(--accent-soft), var(--blue-soft)); color: var(--green); border: 1px solid color-mix(in srgb, var(--green) 14%, transparent); }
.card__ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-2); font-size: .98rem; }
.card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 700; font-size: .92rem; color: var(--green); }
.card__link svg { width: 15px; height: 15px; transition: transform .25s; }
.card:hover .card__link svg { transform: translateX(4px); }

.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }

.flist { display: grid; gap: 14px; }
.flist li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.flist .ck { flex-shrink: 0; width: 23px; height: 23px; border-radius: 8px; background: var(--ok-soft); color: var(--ok); display: grid; place-items: center; margin-top: 2px; border: 1px solid color-mix(in srgb, var(--green) 18%, transparent); }
.flist .ck svg { width: 13px; height: 13px; }
.flist b { color: var(--ink); }

/* ---------- Tariff ---------- */
.tariff { background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; position: relative; box-shadow: var(--sh-1); transition: transform .4s var(--ease), box-shadow .4s var(--ease); display: flex; flex-direction: column; }
.tariff:hover { transform: translateY(-6px); box-shadow: var(--sh-3); }
.tariff.featured { border-color: color-mix(in srgb, var(--green) 45%, transparent); box-shadow: var(--sh-green); }
.tariff.featured::before { content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; background:linear-gradient(135deg, var(--green), var(--blue)); -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; opacity:.5; }
.tariff__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; padding: 7px 14px; border-radius: 100px; box-shadow: var(--sh-green); white-space: nowrap; }
.tariff__logo { height: 30px; margin-bottom: 10px; display: flex; align-items: center; justify-content: flex-start; }
.tariff__logo img { height: 100%; width: auto; max-width: 130px; object-fit: contain; }
.tariff.featured .tariff__logo { height: 34px; }
.tariff__brand { font-family: var(--font-display); font-weight: 900; font-size: 1.05rem; letter-spacing: -.02em; color: var(--green); }
.tariff h3 { font-size: 1.2rem; margin: 6px 0 18px; }
.rate { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.rate:last-of-type { border-bottom: none; }
.rate .lbl { color: var(--ink-2); display: flex; gap: 8px; align-items: center; }
.rate .lbl svg { width: 15px; height: 15px; color: var(--green); }
.rate .val { font-family: var(--font-display); font-weight: 800; color: var(--ink); white-space: nowrap; }
.tariff__note { margin: 16px 0; padding: 13px 15px; background: var(--bg-soft); border-radius: 14px; font-size: .85rem; color: var(--ink-2); border: 1px solid var(--line-2); display: flex; gap: 9px; align-items: flex-start; }
.tariff__note svg { width: 16px; height: 16px; color: var(--green); margin-top: 2px; }
.tariff__note.hot { background: linear-gradient(140deg, var(--accent-soft), var(--blue-soft)); color: var(--accent-ink); border-color: color-mix(in srgb, var(--green) 22%, transparent); }
.tariff__note.hot svg { color: var(--accent-ink); }
.tariff .btn { margin-top: auto; }
.tariff__expiry { text-align: center; font-size: .78rem; color: var(--warn); margin-top: 12px; font-weight: 700; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; gap: 18px; }
.steps.cols { grid-template-columns: repeat(3,1fr); }
.step { position: relative; background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--sh-1); transition: transform .4s var(--ease), box-shadow .4s; overflow: hidden; }
.step::after { content:""; position:absolute; top:-30px; right:-30px; width:120px; height:120px; border-radius:50%; background:radial-gradient(circle, color-mix(in srgb,var(--green) 14%,transparent), transparent 70%); opacity:0; transition:opacity .4s; }
.step:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.step:hover::after { opacity:1; }
.step__n { font-family: var(--font-display); font-weight: 900; font-size: 2.4rem; letter-spacing: -.04em; line-height: 1; background: linear-gradient(120deg, var(--green), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; opacity:.32; transition: opacity .4s; }
.step:hover .step__n { opacity: 1; }
.step h3 { margin: 12px 0 8px; font-size: 1.2rem; }
.step p { color: var(--ink-2); font-size: .95rem; }
.step__meta { display: inline-flex; gap: 7px; align-items: center; margin-top: 16px; font-size: .82rem; font-weight: 700; color: var(--green); }
.step__meta svg { width: 15px; height: 15px; }

.tl { position: relative; max-width: 760px; margin-inline: auto; padding-left: 8px; }
.tl::before { content: ''; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--green), var(--blue)); }
.tl__item { position: relative; padding: 0 0 38px 62px; }
.tl__item:last-child { padding-bottom: 0; }
.tl__dot { position: absolute; left: 8px; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--bg); border: 2px solid var(--green); display: grid; place-items: center; z-index: 1; }
.tl__dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.tl__yr { font-family: var(--font-display); font-weight: 900; color: var(--green); font-size: .95rem; }
.tl__item h3 { font-size: 1.15rem; margin: 4px 0 6px; }
.tl__item p { color: var(--ink-2); font-size: .95rem; }

/* ---------- Case ---------- */
.case { background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-1); transition: transform .4s var(--ease), box-shadow .4s; display: flex; flex-direction: column; }
.case:hover { transform: translateY(-6px); box-shadow: var(--sh-3); }
.case__top { padding: 30px 30px 0; }
.case__stars { color: #f2a93b; letter-spacing: 3px; font-size: .95rem; }
.case blockquote { font-size: 1.05rem; color: var(--ink); line-height: 1.5; margin: 16px 0 22px; font-weight: 500; }
.case__who { display: flex; align-items: center; gap: 12px; padding: 0 30px 22px; }
.case__avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; flex-shrink: 0; }
.case__name { font-weight: 800; font-size: .95rem; }
.case__role { font-size: .82rem; color: var(--ink-3); }
.case__saving { margin-top: auto; background: var(--ok-soft); color: var(--accent-ink); padding: 15px 30px; font-weight: 800; font-size: .95rem; display: flex; align-items: center; gap: 8px; border-top: 1px solid color-mix(in srgb, var(--green) 18%, transparent); }
.case__saving svg { width: 17px; height: 17px; }

/* ---------- Calculator ---------- */
.calc { background: var(--bg-elev); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 38px; box-shadow: var(--sh-2); }
.calc__field { margin-bottom: 22px; }
.calc__field label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; font-size: .9rem; margin-bottom: 10px; }
.calc input[type=range] { width: 100%; accent-color: var(--green); height: 6px; }
.calc__val { font-family: var(--font-display); font-weight: 900; font-size: 1.15rem; color: var(--green); }
.calc__seg { display: flex; gap: 6px; background: var(--bg-soft); padding: 5px; border-radius: 100px; border: 1px solid var(--line); }
.calc__seg button { flex: 1; padding: 10px; border-radius: 100px; font-weight: 700; font-size: .88rem; color: var(--ink-2); transition: .2s; }
.calc__seg button.on { background: var(--bg-elev); color: var(--accent-ink); box-shadow: var(--sh-1); }
.calc__result { margin-top: 24px; padding: 28px; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; text-align: center; box-shadow: var(--sh-green); }
.calc__result .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.4rem,7vw,3.4rem); letter-spacing: -.03em; line-height: 1; }
.calc__result small { opacity: .9; display: block; margin-top: 8px; font-size: .9rem; }

/* ---------- Accordion ---------- */
.acc { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--bg-elev); box-shadow: var(--sh-1); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__item:last-child { border-bottom: none; }
.acc__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px; text-align: left; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.acc__q .pm { flex-shrink: 0; width: 28px; height: 28px; border-radius: 9px; border: 1px solid var(--line); display: grid; place-items: center; transition: .3s var(--ease); color: var(--green); }
.acc__item.open .pm { transform: rotate(45deg); background: var(--green); color: #fff; border-color: var(--green); }
.acc__q .pm svg { width: 14px; height: 14px; }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.acc__a-in { padding: 0 24px 24px; color: var(--ink-2); }

/* ---------- Tabs ---------- */
.tabs { display: flex; gap: 6px; background: var(--bg-soft); padding: 6px; border-radius: 100px; border: 1px solid var(--line); width: fit-content; max-width: 100%; overflow-x: auto; }
.tabs button { padding: 10px 20px; border-radius: 100px; font-weight: 700; font-size: .92rem; color: var(--ink-2); white-space: nowrap; transition: .25s; }
.tabs button.on { background: var(--bg-elev); color: var(--accent-ink); box-shadow: var(--sh-1); }
.tabpane { display: none; }
.tabpane.on { display: block; animation: fadeUp .5s var(--ease-out); }

/* ---------- Breadcrumbs ---------- */
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--ink-3); margin-bottom: 18px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--green); }
.crumbs svg { width: 13px; height: 13px; }
.crumbs .cur { color: var(--ink); font-weight: 700; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 10px 18px; border: 1px solid var(--line); border-radius: 100px; font-weight: 700; font-size: .9rem; color: var(--ink-2); background: var(--bg-elev); transition: .25s var(--ease); cursor: pointer; }
.chip:hover { border-color: var(--green); color: var(--accent-ink); transform: translateY(-2px); }
.chip.on { background: var(--green); color: #fff; border-color: var(--green); box-shadow: var(--sh-green); }

/* logo wall */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 16px; width: max-content; animation: scrollX 36s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.logo-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 14px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--sh-1); }
.logo-chip img { height: 30px; width: auto; max-width: 120px; object-fit: contain; display: block; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; padding: 68px 48px; text-align: center; box-shadow: var(--sh-green); }
.cta-band__glow { position: absolute; inset: 0; background: radial-gradient(50% 90% at 50% 0%, rgba(255,255,255,.22), transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem,4vw,2.9rem); position: relative; letter-spacing: -.025em; }
.cta-band p { color: rgba(255,255,255,.92); margin: 14px auto 30px; max-width: 48ch; position: relative; }
.cta-band__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-band .btn--primary { background: #fff; color: var(--green-2); box-shadow: 0 14px 30px -10px rgba(0,0,0,.25); }
.cta-band .btn--primary:hover { filter: none; transform: translateY(-2px); }
.cta-band .btn--wa { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); box-shadow: none; backdrop-filter: blur(6px); }

/* ---------- Page header ---------- */
.phead { padding: 60px 0 44px; position: relative; overflow: hidden; }
.phead__bg { position: absolute; inset: -20% -10% auto -10%; height: 360px; z-index: -1;
  background:
    radial-gradient(34% 70% at 84% 0%, color-mix(in srgb, var(--green) 26%, transparent), transparent 70%),
    radial-gradient(30% 60% at 12% 0%, color-mix(in srgb, var(--blue) 22%, transparent), transparent 70%);
  filter: blur(4px); }
.phead .display { font-size: clamp(2.2rem,5vw,3.7rem); max-width: 19ch; margin: 14px 0 18px; }
.phead .lead { max-width: 60ch; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--wide { grid-template-columns: 1.05fr .95fr; }

/* ---------- Portrait (centered fix) ---------- */
.portrait { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/5; background: linear-gradient(160deg, var(--accent-soft), var(--blue-soft)); border: 1px solid var(--line); position: relative; box-shadow: var(--sh-2); }
.portrait__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.portrait__mono { position:absolute; inset:0; display:grid; place-items:center; font-family: var(--font-display); font-weight: 900; font-size: 5rem; color: var(--green); opacity: .3; }
.portrait__badge { position: absolute; bottom: 16px; left: 16px; right: 16px; background: color-mix(in srgb, var(--bg-elev) 88%, transparent); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; box-shadow: var(--sh-2); z-index: 2; }

/* ---------- Form ---------- */
.form-grid { display: grid; gap: 18px; }
.form-grid .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 700; font-size: .88rem; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); color: var(--ink); font-family: inherit; font-size: .98rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px var(--accent-soft); }

/* ---------- Contact ---------- */
.cinfo { display: grid; gap: 14px; }
.cinfo a { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg-elev); transition: .25s var(--ease); box-shadow: var(--sh-1); }
.cinfo a:hover { border-color: var(--green); transform: translateX(4px); }
.cinfo__ico { width: 44px; height: 44px; border-radius: 13px; background: linear-gradient(140deg, var(--accent-soft), var(--blue-soft)); color: var(--green); display: grid; place-items: center; flex-shrink: 0; border: 1px solid color-mix(in srgb, var(--green) 14%, transparent); }
.cinfo__ico svg { width: 19px; height: 19px; }
.cinfo b { font-size: .96rem; }
.cinfo span { font-size: .85rem; color: var(--ink-3); display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 66px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.footer__brand p { color: var(--ink-2); font-size: .92rem; margin: 16px 0; max-width: 32ch; }
.footer h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-3); margin-bottom: 16px; font-family: var(--font-body); font-weight: 800; }
.footer ul li { margin-bottom: 11px; }
.footer ul a { color: var(--ink-2); font-size: .92rem; transition: color .2s; }
.footer ul a:hover { color: var(--green); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 26px; flex-wrap: wrap; }
.footer__bottom p { font-size: .85rem; color: var(--ink-3); }
.footer__legal { display: flex; gap: 18px; }
.footer__legal a { font-size: .85rem; color: var(--ink-3); }
.footer__legal a:hover { color: var(--ink); }

/* ---------- Animations ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes scrollX { to { transform: translateX(-50%); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .09s; }
.reveal[data-d="2"] { transition-delay: .18s; }
.reveal[data-d="3"] { transition-delay: .27s; }
.reveal[data-d="4"] { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav__links { display: none; }
  .nav__burger { display: grid; }
  .nav__inner { padding: 10px 10px 10px 18px; }
  .split, .split--wide { grid-template-columns: 1fr; gap: 36px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--line); }
  .grid-3, .steps.cols { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 70px 0; }
  .wrap { padding-inline: 18px; }
  .grid-3, .grid-2, .grid-4, .steps.cols { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .hero { padding: 44px 0 60px; }
  .cta-band { padding: 48px 24px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .form-grid .row2 { grid-template-columns: 1fr; }
  .cta-band__btns, .hero__cta { flex-direction: column; }
  .cta-band__btns .btn, .hero__cta .btn { width: 100%; }
}
