:root {
  --ink: #10251f;
  --muted: #67766f;
  --green: #0b8b5e;
  --green-dark: #086b4a;
  --mint: #dff8eb;
  --cream: #f5f3eb;
  --white: #fff;
  --orange: #ffb258;
  --shadow: 0 24px 70px rgba(14, 48, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfcf8;
  font-family: "Noto Sans Armenian", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.noise {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  height: 84px; max-width: 1380px; margin: auto; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -.5px; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; background: var(--green); color: white;
  border-radius: 12px; transform: rotate(5deg); box-shadow: 0 10px 25px rgba(11, 139, 94, .24);
}
.brand-mark svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.brand-dot { color: var(--green); }
nav { display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--green); transition: .3s; }
nav a:hover::after { width: 100%; }
.header-cta {
  padding: 12px 20px; border: 1px solid rgba(16, 37, 31, .18); border-radius: 100px; font-size: 12px; font-weight: 700; transition: .3s;
}
.header-cta:hover { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }

.hero {
  max-width: 1380px; min-height: calc(100vh - 84px); margin: auto; padding: 56px 5vw 100px;
  display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 8%; position: relative;
}
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -210px; top: -140px; z-index: -2;
  border-radius: 50%; border: 1px solid rgba(11, 139, 94, .08);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); z-index: -1; }
.orb-one { width: 300px; height: 300px; left: -180px; top: 35%; background: rgba(255, 178, 88, .11); }
.orb-two { width: 390px; height: 390px; right: 25%; top: 20%; background: rgba(118, 234, 181, .12); }
.eyebrow, .section-kicker {
  color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
h1 {
  max-width: 660px; margin: 0; font-size: clamp(47px, 5.1vw, 78px); line-height: 1.04; letter-spacing: -3.5px; font-weight: 700;
}
h1 em { display: block; color: var(--green); font-style: normal; position: relative; }
h1 em::after {
  content: ""; position: absolute; width: 50%; height: 10px; left: 0; bottom: -7px; opacity: .3;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C75 2 215 1 298 7' fill='none' stroke='%230b8b5e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.hero-copy { max-width: 590px; margin: 34px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-button {
  display: inline-flex; align-items: center; gap: 22px; padding: 18px 22px 18px 25px; border-radius: 13px;
  background: linear-gradient(135deg, var(--green), #05724c); color: white; font-size: 13px; font-weight: 700;
  box-shadow: 0 14px 30px rgba(11, 139, 94, .23); transition: transform .3s, box-shadow .3s;
}
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 19px 36px rgba(11, 139, 94, .32); }
.button-arrow { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.16); font-size: 17px; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(16,37,31,.25); padding-bottom: 5px; }
.text-link span { color: var(--green); padding-left: 6px; }
.trust-row { display: flex; align-items: center; gap: 15px; margin-top: 50px; }
.avatars { display: flex; padding-left: 8px; }
.avatars img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; border: 3px solid white; margin-left: -8px; }
.trust-row > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-size: 11px; }
.trust-row span { color: var(--muted); font-size: 10px; }

.hero-visual { height: min(690px, 72vh); position: relative; }
.image-frame { height: 100%; overflow: hidden; border-radius: 160px 16px 160px 16px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.8,.2,1); }
.image-frame:hover img { transform: scale(1.04); }
.image-overlay { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 50%, rgba(5,48,34,.25)); }
.floating-card {
  position: absolute; display: flex; align-items: center; gap: 13px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.7);
  border-radius: 15px; background: rgba(255,255,255,.84); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(16,37,31,.16);
  animation: float 5s ease-in-out infinite;
}
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card strong { font-size: 14px; }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--green); }
.support-card { left: -45px; bottom: 15%; }
.secure-card { right: -25px; top: 16%; animation-delay: -2s; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: #27c784; box-shadow: 0 0 0 7px rgba(39,199,132,.13); }
.decor-lines { position: absolute; width: 100px; height: 100px; left: -55px; top: 8%; }
.decor-lines i { display: block; width: 70px; height: 1px; margin: 15px; background: var(--green); transform: rotate(-35deg); opacity: .3; }
.decor-lines i:nth-child(2) { width: 45px; margin-left: 38px; }
.scroll-hint {
  position: absolute; bottom: 30px; left: 5vw; display: flex; gap: 10px; align-items: center; color: var(--muted);
  font-size: 9px; letter-spacing: 1px; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center;
}
.scroll-hint span { width: 30px; height: 1px; background: var(--muted); animation: scrollLine 2s ease-in-out infinite; }

.benefits, .steps-section { max-width: 1200px; margin: auto; padding: 125px 5vw; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-heading > div, .section-heading > p { min-width: 0; }
.section-heading h2 { max-width: 640px; margin: 13px 0 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.13; letter-spacing: -2px; overflow-wrap: anywhere; }
.section-heading > p { flex: 0 1 440px; max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card {
  min-height: 295px; padding: 28px; border: 1px solid #e6ebe6; border-radius: 18px; background: white; position: relative; overflow: hidden;
  transition: transform .4s, box-shadow .4s, border-color .4s;
}
.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.benefit-card.featured { color: white; border-color: var(--green); background: linear-gradient(145deg, #119b6c, #086644); }
.benefit-number { position: absolute; right: 24px; top: 18px; color: #c9d1cd; font-size: 36px; font-weight: 800; opacity: .55; }
.featured .benefit-number { color: white; opacity: .15; }
.benefit-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 22px 0 48px; border-radius: 15px; color: var(--green); background: var(--mint); font-size: 23px; }
.featured .benefit-icon { color: white; background: rgba(255,255,255,.15); }
.benefit-card h3 { margin: 0 0 11px; font-size: 17px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.7); }

.calculator-section {
  padding: 115px max(5vw, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%;
  align-items: center; color: white; background: radial-gradient(circle at 15% 20%, #126d52 0, transparent 28%), linear-gradient(135deg, #0b352b, #071f1a);
  position: relative; overflow: hidden;
}
.calculator-section::after {
  content: ""; position: absolute; width: 600px; height: 600px; right: -250px; bottom: -350px; border-radius: 50%;
  border: 80px solid rgba(52,194,139,.06);
}
.section-kicker.light { color: #7ce5b7; }
.calculator-intro { position: relative; z-index: 2; }
.calculator-intro h2 { max-width: 490px; margin: 16px 0 25px; font-size: clamp(38px, 4vw, 56px); line-height: 1.15; letter-spacing: -2px; }
.calculator-intro > p { max-width: 450px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.9; }
.privacy-note { display: flex; gap: 14px; align-items: center; margin-top: 40px; }
.privacy-note > span { width: 36px; height: 36px; display: grid; place-items: center; color: #74e5b4; border: 1px solid rgba(116,229,180,.35); border-radius: 50%; }
.privacy-note div { display: flex; flex-direction: column; gap: 4px; }
.privacy-note strong { font-size: 11px; }
.privacy-note small { color: rgba(255,255,255,.45); font-size: 9px; }
.calculator-card {
  min-height: 570px; padding: 32px 40px 40px; color: var(--ink); background: white; border-radius: 23px; box-shadow: 0 35px 80px rgba(0,0,0,.28);
  position: relative; z-index: 2;
}
.progress-wrap { margin-bottom: 35px; }
.progress-label { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.progress-label b { color: var(--green); }
.progress-track { height: 4px; margin-top: 10px; border-radius: 10px; background: #e8eee9; overflow: hidden; }
.progress-track span { display: block; width: 33.33%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #54d79e); transition: width .5s ease; }
.form-step { display: none; animation: formIn .5s cubic-bezier(.2,.8,.2,1); }
.form-step.active { display: block; }
.step-title { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 30px; }
.step-title > span { color: #badfce; font-size: 11px; font-weight: 800; padding-top: 5px; }
.step-title h3 { margin: 0; font-size: 22px; letter-spacing: -.5px; }
.step-title p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 16px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full, .checkbox-card.full { grid-column: 1 / -1; }
.field > span { font-size: 10px; font-weight: 700; }
.field input, .field select, .phone-input, .money-input {
  width: 100%; height: 52px; padding: 0 15px; outline: none; border: 1px solid #dfe7e2; border-radius: 10px; background: #fbfcfa;
  font-size: 12px; transition: border .25s, box-shadow .25s, background .25s;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #728078 50%), linear-gradient(135deg, #728078 50%, transparent 50%); background-position: calc(100% - 17px) 23px, calc(100% - 12px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.field input:focus, .field select:focus, .phone-input:focus-within, .money-input:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px rgba(11,139,94,.08); background: white; }
.phone-input, .money-input { display: flex; align-items: center; gap: 12px; padding: 0 14px; }
.phone-input b, .money-input b { font-size: 11px; color: var(--green); }
.phone-input input, .money-input input { height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none !important; }
.money-input input { flex: 1; }
.error { display: none; color: #d34848; font-size: 8px; }
.field.invalid input, .field.invalid .phone-input, .field.invalid .money-input { border-color: #e36a6a; }
.field.invalid .error { display: block; }
.checkbox-card {
  display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #dfe7e2; border-radius: 10px; cursor: pointer; transition: .25s;
}
.checkbox-card:hover { border-color: #9ccab5; }
.checkbox-card input { display: none; }
.custom-check { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #ccd7d1; border-radius: 7px; color: transparent; font-size: 12px; transition: .25s; }
.checkbox-card input:checked + .custom-check { color: white; border-color: var(--green); background: var(--green); }
.checkbox-card > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.checkbox-card strong { font-size: 10px; }
.checkbox-card small { color: var(--muted); font-size: 8px; }
.criteria-hint { display: none; margin: 14px 0 0; color: #d34848; font-size: 9px; }
.criteria-hint.show { display: block; }
.hero-copy strong { color: var(--green); font-weight: 800; }
.form-next {
  min-width: 145px; height: 48px; margin: 30px 0 0 auto; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 22px;
  color: white; border: 0; border-radius: 10px; background: var(--green); font-size: 11px; font-weight: 700; cursor: pointer; transition: .3s;
}
.form-next:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 12px 20px rgba(11,139,94,.2); }
.form-nav { display: flex; align-items: flex-end; justify-content: space-between; }
.form-back, .restart-button { padding: 13px 0; border: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.result-step { text-align: center; padding-top: 8px; }
.result-icon { width: 55px; height: 55px; margin: auto; padding: 6px; border: 1px solid #a4dbc3; border-radius: 50%; }
.result-icon span { width: 100%; height: 100%; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--green); }
.result-greeting { margin: 20px 0 7px; color: var(--muted); font-size: 11px; }
.result-amount { color: var(--green); font-size: clamp(42px, 5vw, 62px); font-weight: 800; letter-spacing: -2px; }
.result-amount small { font-size: 12px; letter-spacing: 0; }
.result-copy { max-width: 430px; margin: 14px auto 21px; color: var(--muted); font-size: 9px; line-height: 1.7; }
.whatsapp-button {
  max-width: 420px; min-height: 51px; margin: auto; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 10px;
  color: white; border-radius: 11px; background: #22b96f; font-size: 10px; font-weight: 700; transition: .3s;
}
.whatsapp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(34,185,111,.25); background: #18a961; }
.whatsapp-button svg { width: 22px; fill: currentColor; }
.restart-button { display: block; margin: 7px auto 0; text-decoration: underline; }

.steps-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; position: relative; }
.steps-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 24px; border-top: 1px dashed #cdd7d1; }
.process-step { text-align: center; position: relative; }
.process-step > span {
  width: 48px; height: 48px; margin: 0 auto 25px; display: grid; place-items: center; position: relative; z-index: 1;
  border: 1px solid #d3ddd7; border-radius: 50%; color: var(--green); background: #fbfcf8; font-size: 11px; font-weight: 800;
}
.process-step h3 { margin: 0 0 10px; font-size: 15px; }
.process-step p { max-width: 250px; margin: auto; color: var(--muted); font-size: 11px; line-height: 1.7; }
.final-cta {
  min-height: 360px; padding: 70px 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: white; text-align: center; background: linear-gradient(135deg, #0d9364, #075c40); position: relative; overflow: hidden;
}
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.final-cta::before { width: 430px; height: 430px; left: -160px; top: -250px; }
.final-cta::after { width: 550px; height: 550px; right: -180px; bottom: -390px; }
.cta-glow { position: absolute; width: 350px; height: 350px; border-radius: 50%; background: rgba(131,255,200,.15); filter: blur(60px); }
.final-cta > span { position: relative; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #a6efd0; }
.final-cta h2 { position: relative; margin: 13px 0 29px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -2px; }
.light-button { position: relative; color: var(--ink); background: white; box-shadow: 0 15px 30px rgba(0,0,0,.15); }
.light-button .button-arrow { color: white; background: var(--green); }
.apk-section {
  max-width: 1200px; margin: 0 auto; padding: 20px 5vw 40px;
}
.apk-card {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 34px 38px; border: 1px solid #e3ebe6; border-radius: 22px;
  background: linear-gradient(135deg, #f7fbf8, #eef8f2);
  box-shadow: 0 18px 40px rgba(14, 48, 38, .06);
}
.apk-card h2 { margin: 10px 0 12px; font-size: clamp(24px, 3vw, 34px); letter-spacing: -1px; }
.apk-card p { margin: 0; max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.apk-card strong { color: var(--ink); }
.apk-button {
  display: inline-flex; align-items: center; gap: 14px; min-height: 56px; padding: 14px 22px;
  color: white; border-radius: 14px; background: linear-gradient(135deg, var(--green), #05724c);
  font-size: 13px; font-weight: 800; box-shadow: 0 14px 28px rgba(11,139,94,.22); transition: .3s; white-space: nowrap;
}
.apk-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(11,139,94,.3); }
.apk-icon {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px;
  background: rgba(255,255,255,.16); font-size: 18px;
}
footer {
  min-height: 130px; max-width: 1200px; margin: auto; padding: 30px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px;
  color: var(--muted); font-size: 9px;
}
.footer-brand { color: var(--ink); font-size: 14px; }
.footer-brand .brand-mark { width: 31px; height: 31px; border-radius: 9px; }
footer p { max-width: 390px; text-align: center; line-height: 1.6; }
.mobile-sticky-cta { display: none; }
.toast {
  position: fixed; left: 50%; bottom: 25px; z-index: 200; padding: 13px 18px; transform: translate(-50%, 30px);
  color: white; border-radius: 9px; background: var(--ink); box-shadow: var(--shadow); font-size: 10px; opacity: 0; pointer-events: none; transition: .3s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .13s; }
.delay-2 { transition-delay: .26s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes scrollLine { 0%,100% { transform: scaleX(.55); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }
@keyframes formIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }

@media (max-width: 950px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-content { max-width: 700px; }
  .hero-visual { height: 560px; margin: 50px 5vw 0; }
  .scroll-hint { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; }
  .benefit-icon { margin-bottom: 30px; }
  .calculator-section { grid-template-columns: 1fr; gap: 50px; }
  .calculator-intro { text-align: center; }
  .calculator-intro h2, .calculator-intro > p { margin-left: auto; margin-right: auto; }
  .privacy-note { justify-content: center; }
}
@media (max-width: 1150px) and (min-width: 651px) {
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading > p { max-width: 620px; }
}
@media (max-width: 650px) {
  body { padding-bottom: 82px; }
  .site-header {
    height: 66px; padding: 0 20px; position: sticky; top: 0; z-index: 80;
    border-bottom: 1px solid rgba(16,37,31,.06); background: rgba(251,252,248,.82); backdrop-filter: blur(18px);
  }
  .brand { gap: 9px; font-size: 16px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 31px 20px 72px; gap: 0; }
  .hero::before { width: 360px; height: 360px; right: -220px; top: 30px; }
  .orb-one { width: 220px; height: 220px; left: -150px; top: 17%; }
  .orb-two { width: 250px; height: 250px; right: -130px; top: 35%; }
  .eyebrow { max-width: 300px; margin-bottom: 17px; font-size: 8px; line-height: 1.5; letter-spacing: .8px; }
  .eyebrow span { width: 20px; flex: 0 0 auto; }
  h1 { max-width: 355px; font-size: clamp(37px, 11.6vw, 46px); line-height: 1.07; letter-spacing: -2.2px; }
  h1 em::after { height: 7px; }
  .hero-copy { margin: 24px 0 25px; font-size: 13px; line-height: 1.75; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .primary-button { min-height: 58px; justify-content: space-between; padding-left: 20px; }
  .hero-actions .text-link { align-self: flex-start; font-size: 11px; }
  .trust-row { margin-top: 27px; }
  .hero-visual { height: min(106vw, 430px); margin: 38px 0 0; }
  .image-frame { border-radius: 72px 14px 72px 14px; }
  .image-frame img { object-position: 53% center; }
  .floating-card { padding: 12px 13px; border-radius: 12px; }
  .floating-card strong { font-size: 11px; }
  .floating-card small { font-size: 7px; }
  .card-icon { width: 32px; height: 32px; border-radius: 9px; }
  .support-card { left: -7px; bottom: 6%; }
  .secure-card { right: -7px; top: 8%; }
  .decor-lines { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading h2 { font-size: 34px; letter-spacing: -1.4px; }
  .benefits, .steps-section { padding: 78px 20px; }
  .benefit-grid { gap: 14px; }
  .benefit-card { min-height: 205px; padding: 23px; }
  .benefit-icon { margin: 12px 0 28px; }
  .calculator-section { padding: 76px 16px 82px; gap: 35px; }
  .calculator-intro { text-align: left; padding: 0 4px; }
  .calculator-intro h2 { margin: 13px 0 18px; font-size: 35px; letter-spacing: -1.5px; }
  .calculator-intro > p { margin-left: 0; font-size: 11px; }
  .privacy-note { justify-content: flex-start; margin-top: 26px; }
  .calculator-card { width: 100%; min-height: 600px; padding: 23px 18px 26px; border-radius: 18px; }
  .progress-wrap { margin-bottom: 28px; }
  .step-title { margin-bottom: 25px; }
  .step-title h3 { font-size: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .checkbox-card.full { grid-column: auto; }
  .field input, .field select, .phone-input, .money-input { height: 56px; font-size: 16px; }
  .phone-input input, .money-input input { height: auto; font-size: 16px; }
  .form-next { width: 100%; height: 54px; margin-top: 26px; justify-content: space-between; padding: 0 19px; }
  .form-nav { gap: 14px; }
  .form-nav .form-back { min-width: 68px; }
  .form-nav .form-next { flex: 1; }
  .checkbox-card { min-height: 62px; }
  .result-step { padding-top: 14px; }
  .result-amount { margin: 8px 0; font-size: 47px; }
  .whatsapp-button { min-height: 56px; padding: 13px 14px; line-height: 1.45; }
  .steps-line { grid-template-columns: 1fr; gap: 38px; }
  .steps-line::before { display: none; }
  .process-step { display: grid; grid-template-columns: 48px 1fr; column-gap: 17px; text-align: left; }
  .process-step > span { grid-row: 1 / 3; margin: 0; }
  .process-step h3 { align-self: end; }
  .process-step p { max-width: none; margin: 0; }
  .final-cta { min-height: 330px; padding: 65px 20px; }
  .final-cta h2 { font-size: 42px; }
  .apk-section { padding: 10px 20px 30px; }
  .apk-card { flex-direction: column; align-items: flex-start; padding: 26px 22px; gap: 22px; }
  .apk-button { width: 100%; justify-content: center; }
  footer { flex-direction: column; text-align: center; padding: 38px 20px; }
  .mobile-sticky-cta {
    display: flex; align-items: center; justify-content: space-between; position: fixed; left: 12px; right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom)); z-index: 90; min-height: 62px; padding: 10px 12px 10px 18px;
    color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 17px;
    background: linear-gradient(135deg, rgba(11,139,94,.96), rgba(5,102,69,.98)); backdrop-filter: blur(14px);
    box-shadow: 0 14px 35px rgba(6,73,50,.35); transition: opacity .3s, transform .3s;
  }
  .mobile-sticky-cta span { display: flex; flex-direction: column; gap: 2px; font-size: 12px; font-weight: 800; }
  .mobile-sticky-cta small { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 500; }
  .mobile-sticky-cta b { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.16); font-size: 18px; }
  .mobile-sticky-cta.hidden { opacity: 0; transform: translateY(90px); pointer-events: none; }
  .toast { bottom: 86px; width: max-content; max-width: calc(100vw - 32px); text-align: center; }
}
@media (max-width: 380px) {
  .site-header { padding-inline: 16px; }
  .hero { padding-inline: 16px; }
  h1 { font-size: 37px; letter-spacing: -1.8px; }
  .hero-visual { height: 390px; }
  .secure-card { top: 5%; }
  .floating-card { gap: 8px; }
  .benefits, .steps-section { padding-inline: 16px; }
  .calculator-section { padding-inline: 10px; }
  .calculator-card { padding-inline: 15px; }
  .result-amount { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
