@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
  --green: #07983c;
  --green-dark: #066e30;
  --green-soft: #eaf8ef;
  --ink: #111512;
  --muted: #5d665f;
  --line: #dfe6e1;
  --surface: #f5f8f6;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(12, 35, 20, 0.07);
  --shadow-lg: 0 24px 70px rgba(12, 35, 20, 0.14);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section--soft { background: var(--surface); }
.section--dark { background: var(--ink); color: var(--white); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .115em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 800;
}
.section-title--small { font-size: clamp(2rem, 4vw, 3.45rem); }
.section-intro { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 1.09rem; }
.section--dark .section-intro { color: #b9c4bc; }

.skip-link {
  position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%);
  padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0;
  border-bottom: 1px solid rgba(223, 230, 225, .78);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 222px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #353b37; font-size: .94rem; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line);
  border-radius: 13px; background: #fff;
}
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--ink); transition: .2s ease; }
.mobile-panel { display: none; }

.btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 13px;
  font-size: .95rem; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 12px 26px rgba(7, 152, 60, .2); }
.btn--primary:hover { background: var(--green-dark); box-shadow: 0 15px 32px rgba(7, 152, 60, .26); }
.btn--secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.btn--secondary:hover { border-color: #bdc9c0; box-shadow: var(--shadow-sm); }
.btn--ghost { min-height: 44px; padding-inline: 17px; border-color: var(--line); background: #fff; }
.btn svg { width: 18px; height: 18px; }

.hero { overflow: hidden; padding: 66px 0 84px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); align-items: center; gap: 44px; }
.hero-copy { position: relative; z-index: 2; padding: 34px 0; }
.hero-title {
  max-width: 700px; margin: 0;
  font-size: clamp(3.35rem, 6vw, 6.35rem); line-height: .96; letter-spacing: -.07em; font-weight: 800;
}
.hero-title .accent { color: var(--green); }
.hero-text { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 32px; color: #343a36; font-size: .92rem; font-weight: 650; }
.hero-point { display: inline-flex; align-items: center; gap: 9px; }
.hero-point::before { content: ""; width: 10px; height: 10px; border: 3px solid var(--green); border-radius: 50%; }

.hero-visual { position: relative; min-height: 680px; }
.hero-image-wrap {
  position: absolute; inset: 0 0 0 3%; overflow: hidden; border-radius: var(--radius-lg);
  background: #e6ebe7; box-shadow: var(--shadow-lg);
}
.hero-image-wrap::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.12) 38%, rgba(7, 24, 13, .08) 100%);
  pointer-events: none;
}
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.calc-card {
  position: absolute; z-index: 3; right: -14px; bottom: 24px; width: min(430px, 86%);
  padding: 26px; border: 1px solid rgba(255,255,255,.65); border-radius: 22px;
  background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(8, 30, 16, .22); backdrop-filter: blur(12px);
}
.calc-mini-title { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; font-size: 1.15rem; font-weight: 800; letter-spacing: -.025em; }
.calc-mini-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--green-soft); color: var(--green); }
.calc-mini-icon svg { width: 20px; height: 20px; }
.calc-mini-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 12px 0; border-top: 1px solid #eef2ef; }
.calc-mini-row:first-of-type { border-top: 0; }
.calc-mini-row span { color: var(--muted); font-size: .84rem; }
.calc-mini-row strong { font-size: .93rem; }
.calc-mini-result { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.calc-mini-result small { display: block; color: var(--muted); font-size: .76rem; }
.calc-mini-result strong { color: var(--green); font-size: 1.7rem; line-height: 1; letter-spacing: -.045em; }

.trust-strip { padding: 18px 0 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.trust-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.trust-icon svg { width: 24px; height: 24px; }
.trust-card h3 { margin: 0 0 8px; font-size: 1.05rem; letter-spacing: -.02em; }
.trust-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 58px; }
.step { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; }
.step-icon { display: grid; width: 70px; height: 70px; place-items: center; margin-bottom: 24px; border-radius: 20px; background: var(--green-soft); color: var(--green); }
.step-icon svg { width: 33px; height: 33px; }
.step h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.03em; }
.step p { margin: 0; color: var(--muted); }

.calculator-shell { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 42px; align-items: stretch; margin-top: 52px; }
.calculator-form, .calculator-result { border-radius: var(--radius-lg); }
.calculator-form { padding: 34px; border: 1px solid var(--line); background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 750; }
.input-wrap { position: relative; }
.input-wrap input, .field input, .field select, .field textarea {
  width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px;
  outline: 0; background: #fff; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 130px; padding-top: 14px; resize: vertical; }
.input-wrap input { padding-right: 62px; }
.input-suffix { position: absolute; top: 50%; right: 16px; transform: translateY(-50%); color: var(--muted); font-size: .82rem; font-weight: 700; pointer-events: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(7,152,60,.11); }
.field-help { color: var(--muted); font-size: .76rem; }
.calculator-result {
  display: flex; flex-direction: column; justify-content: space-between; padding: 38px;
  background: var(--ink); color: #fff; box-shadow: var(--shadow-lg);
}
.result-label { color: #aeb9b1; font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.result-main { margin: 10px 0 0; font-size: clamp(3.2rem, 7vw, 6.2rem); line-height: .95; letter-spacing: -.07em; color: #65e992; font-weight: 800; }
.result-main span { display: block; margin-top: 8px; color: #fff; font-size: 1rem; letter-spacing: 0; font-weight: 600; }
.result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.result-item { padding: 18px; border: 1px solid #2b342e; border-radius: 15px; background: #181e1a; }
.result-item small { display: block; color: #aeb9b1; font-size: .76rem; }
.result-item strong { display: block; margin-top: 7px; font-size: 1.25rem; letter-spacing: -.03em; }
.result-note { margin: 28px 0 0; color: #aeb9b1; font-size: .82rem; }

.definition-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li::before { content: "✓"; display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }
.definition-card { padding: 36px; border-radius: var(--radius-lg); background: var(--surface); }
.definition-card h3 { margin: 0 0 24px; font-size: 1.45rem; letter-spacing: -.035em; }
.criteria { display: grid; gap: 14px; }
.criterion { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 18px; border-radius: 16px; background: #fff; }
.criterion b { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; background: var(--green); color: #fff; }
.criterion h4 { margin: 0 0 4px; font-size: .98rem; }
.criterion p { margin: 0; color: var(--muted); font-size: .88rem; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.audience-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.audience-card:hover { transform: translateY(-5px); border-color: #b9c7bd; box-shadow: var(--shadow-sm); }
.audience-card span { display: inline-flex; margin-bottom: 34px; padding: 7px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .74rem; font-weight: 800; }
.audience-card h3 { margin: 0 0 9px; font-size: 1.12rem; }
.audience-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.article-card { display: flex; min-height: 315px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.article-card .meta { color: var(--green-dark); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-card h3 { margin: 22px 0 12px; font-size: 1.42rem; line-height: 1.2; letter-spacing: -.04em; }
.article-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.article-card .read-more { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 28px; color: var(--green-dark); font-weight: 800; }

.faq-list { max-width: 900px; margin: 52px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 750; }
.faq-question span:last-child { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--surface); color: var(--green); transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 780px; margin: 0; padding: 0 0 24px; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.acquire { position: relative; overflow: hidden; padding: 72px; border-radius: 34px; background: var(--ink); color: #fff; }
.acquire::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(41, 229, 108, .25), transparent 70%); }
.acquire-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; }
.acquire h2 { max-width: 710px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.055em; }
.acquire p { max-width: 700px; margin: 24px 0 0; color: #b9c4bc; }
.acquire-actions { display: flex; justify-content: flex-end; }
.acquire .btn--primary { background: #5ee78f; color: #0c2b17; box-shadow: none; }
.acquire .btn--primary:hover { background: #79efa1; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.contact-details { display: grid; gap: 18px; margin-top: 32px; }
.contact-detail { display: flex; align-items: center; gap: 14px; color: var(--muted); }
.contact-detail strong { color: var(--ink); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.form-status { color: var(--muted); font-size: .84rem; }

.site-footer { padding: 64px 0 28px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 50px; }
.footer-brand img { width: 210px; }
.footer-brand p { max-width: 440px; margin: 20px 0 0; color: var(--muted); font-size: .9rem; }
.footer-col h3 { margin: 5px 0 16px; font-size: .83rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); font-size: .9rem; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); color: #7a837d; font-size: .8rem; }

/* Article pages */
.article-hero { padding: 88px 0 60px; }
.article-hero .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .83rem; }
.article-hero h1 { max-width: 930px; margin: 28px 0 0; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.article-lead { max-width: 790px; margin: 28px 0 0; color: var(--muted); font-size: 1.2rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: var(--muted); font-size: .84rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 70px; align-items: start; padding-bottom: 110px; }
.prose { font-size: 1.04rem; }
.prose h2 { margin: 54px 0 18px; font-size: clamp(1.8rem, 4vw, 2.65rem); line-height: 1.12; letter-spacing: -.045em; }
.prose h3 { margin: 36px 0 12px; font-size: 1.3rem; letter-spacing: -.025em; }
.prose p { margin: 0 0 20px; color: #414943; }
.prose ul, .prose ol { margin: 0 0 24px; padding-left: 24px; color: #414943; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.answer-box { margin: 34px 0; padding: 26px; border-left: 4px solid var(--green); border-radius: 0 18px 18px 0; background: var(--green-soft); }
.answer-box strong { display: block; margin-bottom: 6px; color: var(--green-dark); }
.article-sidebar { position: sticky; top: 112px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.article-sidebar h3 { margin: 0 0 16px; font-size: .9rem; }
.article-sidebar nav { display: grid; gap: 10px; }
.article-sidebar a { color: var(--muted); font-size: .85rem; }
.article-sidebar a:hover { color: var(--green); }
.related { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.related a { display: block; margin-top: 12px; color: var(--green-dark); font-size: .85rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .nav-actions .btn--ghost { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel {
    position: fixed; z-index: 99; inset: 82px 0 auto; display: grid; transform: translateY(-120%);
    padding: 20px 20px 32px; border-bottom: 1px solid var(--line); background: #fff;
    box-shadow: var(--shadow-lg); transition: transform .28s ease;
  }
  .mobile-panel.open { transform: translateY(0); }
  .mobile-panel a { padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-panel .btn { margin-top: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { padding-bottom: 6px; }
  .hero-visual { min-height: 610px; }
  .hero-image-wrap { inset: 0; }
  .calc-card { right: 18px; }
  .calculator-shell, .definition-grid, .contact-grid { grid-template-columns: 1fr; }
  .calculator-result { min-height: 480px; }
  .acquire-grid { grid-template-columns: 1fr; }
  .acquire-actions { justify-content: flex-start; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 190px; }
  .mobile-panel { top: 72px; }
  .hero { padding: 34px 0 64px; }
  .hero-title { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-visual { min-height: 590px; }
  .hero-image-wrap { height: 430px; }
  .hero-image-wrap::after { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(7,24,13,.14)); }
  .hero-image { object-position: 66% center; }
  .calc-card { right: 10px; bottom: 0; left: 10px; width: auto; padding: 22px; }
  .trust-grid, .steps, .audience-grid, .articles-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .result-grid { grid-template-columns: 1fr; }
  .acquire { padding: 42px 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .article-hero { padding-top: 60px; }
}

@media (max-width: 520px) {
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; gap: 12px; }
  .hero-visual { min-height: 630px; }
  .hero-image-wrap { height: 390px; border-radius: 24px; }
  .calc-mini-row { gap: 8px; }
  .calc-mini-row span { font-size: .78rem; }
  .calc-mini-result { align-items: flex-start; flex-direction: column; }
  .calculator-form, .calculator-result { padding: 24px; border-radius: 24px; }
  .result-main { font-size: 4.2rem; }
  .definition-card { padding: 24px; }
  .criterion { grid-template-columns: 40px 1fr; padding: 14px; }
  .criterion b { width: 40px; height: 40px; }
}

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


/* v1.1 modernisering */

:root {
  --green: #08a045;
  --green-dark: #057535;
  --green-soft: #eefbf3;
  --ink: #101713;
  --muted: #5f6963;
  --line: #e5ede8;
  --surface: #f7faf8;
  --surface-2: #fbfdfc;
  --shadow-xs: 0 4px 18px rgba(14, 38, 23, 0.04);
  --shadow-sm: 0 14px 34px rgba(14, 38, 23, 0.08);
  --shadow-lg: 0 30px 80px rgba(14, 38, 23, 0.12);
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 36px;
}
html { scroll-padding-top: 88px; }
body {
  background:
    radial-gradient(circle at top left, rgba(8,160,69,0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 52%, #f8fbf9 100%);
}
body.menu-open::after {
  content: ""; position: fixed; inset: 0; background: rgba(8,18,13,0.22); z-index: 88;
}
.site-header {
  border-bottom: 1px solid rgba(229,237,232,.9);
  box-shadow: 0 10px 26px rgba(13, 35, 22, 0.04);
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(24px);
}
.desktop-nav a, .footer-links a { transition: color .25s ease, opacity .25s ease; }
.btn {
  min-height: 54px;
  border-radius: 16px;
  letter-spacing: -.01em;
  box-shadow: var(--shadow-xs);
}
.btn--primary {
  background: linear-gradient(180deg, #0ab24d 0%, #07983c 100%);
  box-shadow: 0 16px 34px rgba(7, 152, 60, .20);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #08aa48 0%, #067b31 100%);
  transform: translateY(-3px) scale(1.01);
}
.btn--secondary, .btn--ghost {
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
}
.hero {
  position: relative;
  padding: 82px 0 90px;
}
.hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 40px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,160,69,0.12), rgba(8,160,69,0.03) 42%, transparent 70%);
  pointer-events: none;
  filter: blur(8px);
}
.hero-grid { gap: 54px; }
.hero-copy { padding: 18px 0 26px; }
.hero-title { letter-spacing: -.085em; }
.hero-text { max-width: 620px; font-size: clamp(1.06rem, 1.6vw, 1.18rem); }
.hero-points { gap: 12px; }
.hero-point {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(10px);
}
.hero-point::before { width: 9px; height: 9px; border-width: 2px; }
.hero-image-wrap {
  inset: 0 0 0 1%;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 34px 90px rgba(12, 36, 22, .14);
}
.hero-image-wrap::after {
  background: linear-gradient(92deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.52) 28%, rgba(10, 27, 15, .06) 100%);
}
.hero-image { transform: scale(1.02); }
.calc-card, .calculator-form, .calculator-result, .trust-card, .step, .definition-card, .criterion, .audience-card, .article-card, .contact-card, .article-sidebar {
  border-color: rgba(229,237,232,.95);
  box-shadow: var(--shadow-sm);
}
.calc-card {
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 34px 80px rgba(11, 31, 18, .18);
  animation: floatCard 6s ease-in-out infinite;
}
.trust-card, .step, .audience-card, .article-card, .contact-card, .criterion {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.trust-card:hover, .step:hover, .contact-card:hover, .criterion:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.section--soft { background: linear-gradient(180deg, #f7faf8 0%, #fbfdfc 100%); }
.steps, .trust-grid, .audience-grid, .articles-grid { gap: 20px; }
.step, .trust-card, .audience-card, .article-card { background: rgba(255,255,255,.88); backdrop-filter: blur(10px); }
.step-icon, .trust-icon { box-shadow: inset 0 0 0 1px rgba(8,160,69,.06); }
.calculator-shell { gap: 24px; }
.calculator-form {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
}
.calculator-result {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  color: var(--ink);
}
.calculator-result::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,160,69,.15), transparent 70%);
}
.result-label { color: var(--green-dark); }
.result-main { color: var(--ink); }
.result-main span { color: var(--green-dark); font-weight: 700; }
.result-grid { position: relative; z-index: 1; }
.result-item {
  border-color: rgba(8,160,69,.09);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-xs);
}
.result-item small, .result-note { color: var(--muted); }
.definition-card { background: linear-gradient(180deg, #f6fbf8 0%, #ffffff 100%); }
.acquire {
  padding: 62px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 38px;
  box-shadow: 0 30px 80px rgba(12, 28, 19, 0.24);
}
.acquire p { max-width: 650px; }
.acquire-actions { gap: 12px; flex-wrap: wrap; }
.contact-card { background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.contact-detail {
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}
.faq-list {
  padding: 6px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-sm);
}
.faq-question { font-size: 1.02rem; }
.site-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}
.reveal { transform: translateY(28px) scale(.985); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { transform: translateY(0) scale(1); }
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulseSoft { 0%,100% { box-shadow: 0 0 0 0 rgba(8,160,69,.10); } 50% { box-shadow: 0 0 0 12px rgba(8,160,69,0); } }
.contact-card .btn--primary { animation: pulseSoft 4s ease-in-out infinite; }
.mobile-dock { display: none; }
@media (max-width: 1040px) {
  .mobile-panel {
    inset: auto 10px 14px 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 60px rgba(10,25,17,0.22);
    z-index: 120;
  }
  .mobile-panel a { border-bottom-color: rgba(229,237,232,.95); }
  .mobile-panel .btn { width: 100%; }
  .calculator-shell { gap: 20px; }
}
@media (max-width: 780px) {
  body { padding-bottom: 92px; }
  .section { padding: 74px 0; }
  .hero { padding: 26px 0 60px; }
  .hero-grid { gap: 22px; }
  .hero-copy {
    padding: 14px 0 4px;
  }
  .hero-title { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .hero-text { margin-top: 20px; }
  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .hero-point { width: fit-content; max-width: 100%; }
  .hero-visual {
    min-height: 610px;
  }
  .hero-image-wrap {
    height: 410px;
    border-radius: 30px;
  }
  .calc-card {
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    padding: 22px;
    border-radius: 26px;
  }
  .calculator-form, .calculator-result, .contact-card, .faq-list { border-radius: 26px; }
  .calculator-form, .calculator-result { padding: 24px; }
  .calculator-result { min-height: auto; }
  .result-main { font-size: clamp(2.6rem, 12vw, 4rem); }
  .section-title, .section-title--small { letter-spacing: -.06em; }
  .steps, .trust-grid, .audience-grid, .articles-grid { gap: 16px; }
  .step, .trust-card, .audience-card, .article-card, .contact-card {
    border-radius: 24px;
  }
  .site-footer { padding-bottom: 110px; }
  .mobile-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 130;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(229,237,232,.95);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 50px rgba(10, 22, 15, .16);
  }
  .mobile-dock a {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 10px 6px;
    border-radius: 18px;
    color: #3d4841;
    font-size: .71rem;
    font-weight: 700;
    text-align: center;
  }
  .mobile-dock a:hover, .mobile-dock a:focus {
    background: var(--green-soft);
    color: var(--green-dark);
  }
  .mobile-dock__icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 12px;
    background: #f2f7f4;
    box-shadow: inset 0 0 0 1px rgba(8,160,69,.06);
    font-size: .95rem;
  }
}
@media (max-width: 520px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .site-header { border-bottom-color: rgba(229,237,232,.82); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 184px; }
  .menu-toggle { width: 44px; height: 44px; border-radius: 14px; }
  .mobile-panel { inset: auto 8px 88px 8px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-image-wrap { height: 360px; }
  .hero-image { object-position: 68% center; }
  .calc-card { padding: 20px; }
  .faq-list { padding: 6px 18px; }
}

.mobile-dock a.is-active { background: var(--green-soft); color: var(--green-dark); }
.mobile-dock a.is-active .mobile-dock__icon { background: rgba(8,160,69,.12); color: var(--green-dark); }


/* v1.2 premium redesign */

:root {
  --green: #0cb253;
  --green-dark: #07863d;
  --green-soft: #eefaf3;
  --ink: #0d1511;
  --muted: #627068;
  --line: rgba(14, 42, 25, 0.10);
  --surface: #f6f9f7;
  --white: #ffffff;
  --premium-dark: #09120d;
  --premium-dark-2: #0d1a13;
  --shadow-xs: 0 8px 20px rgba(11, 25, 18, 0.05);
  --shadow-sm: 0 18px 40px rgba(11, 25, 18, 0.08);
  --shadow-lg: 0 36px 90px rgba(11, 25, 18, 0.12);
}
body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(12,178,83,0.05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 35%, #f7faf8 100%);
  color: var(--ink);
}
.hero-title,
.section-title,
.section-title--small,
.acquire h2,
.article-hero h1,
.prose h2,
.prose h3,
.calculator-result .result-main {
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
}
.site-header {
  border-bottom: 1px solid rgba(20, 48, 32, 0.08);
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(22px) saturate(1.1);
  box-shadow: 0 8px 30px rgba(12, 28, 19, 0.04);
}
.brand img { filter: saturate(1.05); }
.desktop-nav a { font-size: .95rem; font-weight: 700; }
.btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.btn--primary {
  background: linear-gradient(180deg, #12c95f 0%, #0ca34c 100%);
  box-shadow: 0 18px 35px rgba(12, 178, 83, 0.24);
}
.btn--secondary,
.btn--ghost {
  background: rgba(255,255,255,0.88);
  border-color: rgba(13, 21, 17, 0.08);
  box-shadow: var(--shadow-xs);
}
.btn:hover { transform: translateY(-3px); }
.hero {
  position: relative;
  padding: 84px 0 92px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 36px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,178,83,0.12), rgba(12,178,83,0.02) 48%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}
.hero-grid { grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr); gap: 52px; }
.hero-copy { padding-top: 10px; }
.eyebrow {
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.hero-title {
  max-width: 720px;
  font-size: clamp(3.7rem, 6vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -.08em;
  font-weight: 700;
}
.hero-text {
  max-width: 590px;
  margin-top: 24px;
  color: #5c6861;
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}
.hero-actions { margin-top: 30px; gap: 14px; }
.hero-points { gap: 12px; margin-top: 30px; }
.hero-point {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 40, 24, 0.08);
  background: rgba(255,255,255,0.84);
  box-shadow: var(--shadow-xs);
  font-size: .9rem;
}
.hero-visual { min-height: 720px; }
.hero-image-wrap {
  inset: 0;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 42px 100px rgba(10, 24, 17, 0.14);
}
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 130px;
  height: 130px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(12,178,83,0.17), rgba(12,178,83,0.02));
  z-index: 1;
  pointer-events: none;
}
.hero-image-wrap::after {
  background: linear-gradient(92deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.58) 34%, rgba(9,18,13,0.08) 100%);
}
.hero-image { object-position: 64% center; }
.calc-card {
  right: -20px;
  bottom: 28px;
  width: min(470px, 90%);
  padding: 28px 28px 26px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(9,18,13,0.96) 0%, rgba(13,26,19,0.96) 100%);
  color: #fff;
  box-shadow: 0 34px 90px rgba(9, 18, 13, 0.34);
  backdrop-filter: blur(18px);
}
.calc-card::before {
  content: "";
  position: absolute;
  inset: auto -18px -28px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,178,83,0.34), rgba(12,178,83,0.02) 68%, transparent 75%);
  pointer-events: none;
}
.calc-mini-title {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-size: 1.18rem;
  font-weight: 800;
}
.calc-mini-icon { background: rgba(255,255,255,0.08); color: #7ff2ad; }
.calc-mini-row { border-top-color: rgba(255,255,255,0.10); }
.calc-mini-row span { color: rgba(255,255,255,0.68); }
.calc-mini-row strong { color: #ffffff; }
.calc-mini-result {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding-top: 18px;
  border-top-color: rgba(255,255,255,0.12);
}
.calc-mini-result small { color: rgba(255,255,255,0.66); }
.calc-mini-result strong {
  color: #7ff2ad;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 2rem;
  letter-spacing: -.05em;
}
.trust-strip { padding-top: 24px; }
.trust-grid { gap: 20px; }
.trust-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(20, 48, 32, 0.08);
  box-shadow: var(--shadow-sm);
}
.trust-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(12,178,83,0.04);
}
.trust-card h3 { font-size: 1.1rem; letter-spacing: -.03em; }
.trust-card p { font-size: .95rem; line-height: 1.65; }
.section { padding: 112px 0; }
.section--soft { background: linear-gradient(180deg, #f7faf8 0%, #fbfdfc 100%); }
.steps, .audience-grid, .articles-grid { gap: 20px; }
.step, .audience-card, .article-card, .contact-card, .definition-card, .criterion, .article-sidebar {
  border-radius: 30px;
  border: 1px solid rgba(20, 48, 32, 0.08);
  box-shadow: var(--shadow-sm);
  background: rgba(255,255,255,0.88);
}
.step { padding: 34px; }
.step-number {
  width: 42px; height: 42px;
  box-shadow: 0 8px 18px rgba(12,178,83,0.25);
}
.step-icon { border-radius: 22px; width: 74px; height: 74px; }
.step h3 { font-size: 1.22rem; }
#kalkylator {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #08120d 0%, #0d1a13 100%);
  color: #ffffff;
}
#kalkylator::before {
  content: "";
  position: absolute;
  inset: auto auto -130px -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12,178,83,0.18), rgba(12,178,83,0.04) 48%, transparent 72%);
  pointer-events: none;
}
#kalkylator .eyebrow { color: #8cf4b7; }
#kalkylator .section-title,
#kalkylator .section-intro { position: relative; z-index: 1; }
#kalkylator .section-intro { color: rgba(255,255,255,0.74); }
.calculator-shell {
  position: relative;
  z-index: 1;
  gap: 28px;
  align-items: stretch;
  margin-top: 44px;
}
.calculator-form {
  padding: 38px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 36px 80px rgba(0,0,0,0.18);
}
.field label { color: var(--ink); font-size: .88rem; }
.input-wrap input, .field input, .field select, .field textarea {
  min-height: 58px;
  border-radius: 16px;
  border-color: rgba(15, 40, 24, 0.09);
  background: #fcfefd;
}
.calculator-result {
  position: relative;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(180deg, #0fc45b 0%, #0d9c48 52%, #0b7d39 100%);
  color: #ffffff;
  box-shadow: 0 42px 100px rgba(12,178,83,0.22);
}
.calculator-result::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -28px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.22), rgba(255,255,255,0.04) 58%, transparent 72%);
}
.calculator-result::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 120px; height: 120px; border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02));
}
.result-label { color: rgba(255,255,255,0.74); }
.result-main {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  text-shadow: 0 10px 28px rgba(0,0,0,0.10);
}
.result-main span { color: rgba(255,255,255,0.9); }
.result-grid { gap: 14px; }
.result-item {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}
.result-item small, .result-note { color: rgba(255,255,255,0.72); }
.result-item strong { font-size: 1.3rem; }
.definition-card { background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%); }
.criterion { background: rgba(255,255,255,0.94); }
.audience-card span,
.article-card .meta { letter-spacing: .1em; }
.audience-card:hover,
.article-card:hover,
.step:hover,
.trust-card:hover,
.criterion:hover,
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.faq-list {
  max-width: 940px;
  padding: 6px 28px;
  border: 1px solid rgba(20, 48, 32, 0.08);
  border-radius: 32px;
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-sm);
}
.faq-question { padding: 26px 0; font-size: 1rem; }
.faq-question span:last-child { width: 34px; height: 34px; }
.acquire {
  padding: 68px;
  border-radius: 38px;
  background: linear-gradient(180deg, #08120d 0%, #0c1812 100%);
  box-shadow: 0 40px 100px rgba(9,18,13,0.24);
}
.acquire::after { right: -100px; bottom: -140px; }
.contact-grid { gap: 48px; }
.contact-card {
  padding: 38px;
  background: rgba(255,255,255,0.94);
}
.contact-detail {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(20,48,32,0.08);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-xs);
}
.site-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}
.mobile-dock { display: none; }
.mobile-dock__icon svg { width: 17px; height: 17px; }
.reveal {
  opacity: 0;
  transform: translateY(26px) scale(.985);
  transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }
@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); }
  .calc-card { right: 10px; }
}
@media (max-width: 1040px) {
  .mobile-panel {
    inset: auto 12px 16px 12px;
    padding: 16px 18px 18px;
    border-radius: 26px;
    border: 1px solid rgba(20,48,32,0.10);
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(10,25,17,.18);
    z-index: 120;
  }
  .mobile-panel a { font-weight: 750; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-visual { min-height: 650px; }
  .hero-image-wrap { height: 440px; }
  .calc-card { width: min(520px, calc(100% - 22px)); left: 11px; right: 11px; bottom: 0; }
  .calculator-shell { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  body { padding-bottom: 98px; }
  .section { padding: 82px 0; }
  .hero { padding: 30px 0 68px; }
  .hero-title { font-size: clamp(2.9rem, 14vw, 4.7rem); line-height: 0.96; }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr; }
  .hero-point { width: fit-content; max-width: 100%; }
  .hero-visual { min-height: 620px; }
  .hero-image-wrap { height: 390px; border-radius: 30px; }
  .hero-image-wrap::after { background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(9,18,13,0.18)); }
  .hero-image { object-position: 70% center; }
  .calc-card {
    padding: 20px;
    border-radius: 24px;
  }
  .trust-card, .step, .audience-card, .article-card, .contact-card, .definition-card, .criterion, .faq-list { border-radius: 24px; }
  .calculator-form, .calculator-result { padding: 24px; border-radius: 28px; }
  .result-main { font-size: clamp(2.8rem, 12vw, 4.3rem); }
  .mobile-dock {
    position: fixed;
    left: 10px; right: 10px; bottom: 10px; z-index: 130;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(20,48,32,0.10);
    border-radius: 24px;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 70px rgba(10,25,17,.18);
  }
  .mobile-dock a {
    display: grid; justify-items: center; gap: 5px; padding: 9px 6px; border-radius: 18px;
    color: #344039; font-size: .7rem; font-weight: 750;
  }
  .mobile-dock a.is-active { background: var(--green-soft); color: var(--green-dark); }
  .mobile-dock__icon {
    display: grid; width: 34px; height: 34px; place-items: center;
    border-radius: 12px; background: #f1f7f3; color: inherit;
    box-shadow: inset 0 0 0 1px rgba(12,178,83,0.06);
  }
  .mobile-dock a.is-active .mobile-dock__icon { background: rgba(12,178,83,0.12); }
}
@media (max-width: 520px) {
  .container { width: min(calc(100% - 20px), var(--container)); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 184px; }
  .mobile-panel { inset: auto 8px 88px 8px; }
  .hero-image-wrap { height: 350px; }
  .calc-mini-result strong { font-size: 1.6rem; }
  .trust-card, .step, .audience-card, .article-card { padding: 24px; }
  .calculator-form, .calculator-result, .contact-card { padding: 22px; }
}
