
:root {
  --blue: #1559d6;
  --blue-2: #2f73e3;
  --blue-dark: #0a2558;
  --green: #14a46f;
  --green-dark: #0d8057;
  --ink: #10213a;
  --muted: #627188;
  --line: #dfe7f1;
  --soft: #f2f6fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(22, 57, 99, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip; }
body { margin: 0; min-width: 320px; background: #fbfdff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: clip; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; }
button { cursor: pointer; }
svg { display: block; }

.site-header { position: relative; z-index: 20; width: min(1160px, calc(100% - 40px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 22px; font-weight: 850; letter-spacing: -.9px; white-space: nowrap; }
.logo-text > span { color: var(--green); }
.logo-text small { color: var(--blue); font-size: .65em; }
.logo-mark { position: relative; display: grid; place-items: center; width: 39px; height: 39px; overflow: hidden; border-radius: 13px 13px 13px 5px; color: #fff; background: linear-gradient(145deg, var(--blue), #377bea); font-size: 20px; box-shadow: 0 8px 18px rgba(21,89,214,.23); }
.logo-mark::after { content: ""; position: absolute; right: -8px; bottom: -8px; width: 21px; height: 21px; border-radius: 50%; background: var(--green); }
.logo-mark span { position: relative; z-index: 1; }
.desktop-nav { display: flex; gap: 25px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 30px 0; color: #506179; font-size: 14px; font-weight: 680; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; border-radius: 2px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav a:hover::after { right: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 13px; background: var(--blue); color: #fff; font-weight: 760; font-size: 15px; box-shadow: 0 10px 24px rgba(21,89,214,.18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #0f4fc7; box-shadow: 0 14px 28px rgba(21,89,214,.24); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 14px; }
.button-secondary { background: rgba(255,255,255,.8); color: var(--blue); box-shadow: none; }
.button-secondary:hover { background: #edf4ff; box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--blue-dark); }
.mobile-nav { position: absolute; z-index: 18; left: 14px; right: 14px; top: 68px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 12px 14px; border-radius: 10px; color: #40516a; font-size: 14px; font-weight: 700; }
.mobile-nav a:hover { background: var(--soft); color: var(--blue); }

.hero { position: relative; width: min(1160px, calc(100% - 40px)); min-height: 655px; margin: 0 auto; padding: 78px 0 94px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 75px; }
.hero::before { content: ""; position: absolute; right: -245px; top: 5px; z-index: -1; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(20,164,111,.13), rgba(21,89,214,.055) 52%, transparent 71%); }
.hero::after { content: ""; position: absolute; left: -240px; bottom: -120px; z-index: -1; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(21,89,214,.075), transparent 70%); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border-radius: 999px; background: #e9f7f1; letter-spacing: .045em; text-transform: none; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(20,164,111,.12); }
h1 { max-width: 680px; margin: 20px 0 22px; color: var(--blue-dark); font-size: clamp(45px, 4.5vw, 65px); line-height: 1.04; letter-spacing: -2.8px; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin: 32px 0 22px; }
.hero-copy .hero-note { display: flex; align-items: center; gap: 8px; color: #718097; font-size: 13px; }
.check { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; background: #e8f7f1; color: var(--green); font-weight: 900; }
.hero-visual { position: relative; }
.hero-panel { position: relative; z-index: 2; padding: 18px; border: 1px solid rgba(198,212,229,.85); border-radius: 27px; background: rgba(255,255,255,.95); box-shadow: 0 30px 76px rgba(22,57,99,.15); transform: rotate(1deg); }
.float-chip { position: absolute; z-index: 4; display: grid; place-items: center; border: 1px solid rgba(210,222,235,.8); background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(18,55,100,.14); backdrop-filter: blur(8px); }
.chip-eur { right: -22px; top: -32px; width: 66px; height: 66px; border-radius: 21px; color: var(--blue); font-weight: 900; }
.chip-check { left: -26px; bottom: 53px; width: 52px; height: 52px; border-radius: 17px; color: #fff; background: var(--green); font-size: 24px; font-weight: 900; }
.panel-top { display: flex; justify-content: space-between; align-items: center; padding: 3px 4px 16px; color: #7b889a; font-size: 12px; font-weight: 700; }
.status { color: #19805a; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #27b77e; box-shadow: 0 0 0 4px #e8f8f1; }
.summary-card { position: relative; overflow: hidden; padding: 22px; border-radius: 18px; background: linear-gradient(135deg, #1358d5, #2676df); color: white; }
.summary-card::after { content: "€"; position: absolute; right: 13px; bottom: -29px; color: rgba(255,255,255,.1); font-size: 118px; font-weight: 900; }
.summary-card span, .summary-card small { position: relative; z-index: 1; display: block; opacity: .82; font-size: 12px; }
.summary-card strong { position: relative; z-index: 1; display: block; margin: 6px 0; font-size: 32px; }
.summary-line { position: relative; z-index: 1; width: 100%; height: 5px; margin-top: 17px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.2); }
.summary-line i { display: block; width: 62%; height: 100%; border-radius: inherit; background: #8fe2c3; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.feature-grid article { min-height: 114px; padding: 16px; border: 1px solid #e4ebf3; border-radius: 16px; background: #fff; }
.mini-icon { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 12px; border-radius: 10px; background: #eaf1fd; color: var(--blue); font-weight: 850; }
.feature-grid article:nth-child(2) .mini-icon, .feature-grid article:nth-child(4) .mini-icon { background: #eaf8f2; color: var(--green); }
.feature-grid strong, .feature-grid small { display: block; }
.feature-grid strong { font-size: 13px; }
.feature-grid small { margin-top: 4px; color: #8290a2; font-size: 11px; }

.trust-strip { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 22px 26px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #e3eaf2; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(27,59,96,.06); }
.trust-strip > div { display: flex; align-items: center; gap: 13px; padding: 3px 24px; border-right: 1px solid #e8eef4; }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { padding-right: 0; border-right: 0; }
.strip-icon { display: grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; border-radius: 12px; background: #eaf8f2; color: var(--green); font-weight: 900; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { color: var(--blue-dark); font-size: 13px; }
.trust-strip small { margin-top: 3px; color: #7c8a9f; font-size: 11px; line-height: 1.4; }

.section { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 700px; margin: 0 auto 50px; }
.centered { text-align: center; }
.centered .section-kicker { justify-content: center; }
.section h2, .contact-section h2 { margin: 13px 0 16px; color: var(--blue-dark); font-size: clamp(34px, 4vw, 48px); line-height: 1.12; letter-spacing: -1.8px; }
.section-heading p, .how-intro > p, .faq-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.section-categories { position: relative; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.soft-card { position: relative; min-height: 335px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid #e1e9f2; border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(28,63,103,.07); transition: transform .25s ease, box-shadow .25s ease; }
.soft-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(28,63,103,.12); }
.soft-card::after { content: ""; position: absolute; right: -48px; top: -48px; width: 125px; height: 125px; border-radius: 50%; background: #f1f6fd; }
.icon-box { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; }
.icon-box svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icon-box.green { color: var(--green); background: #eaf8f2; }
.icon-box.blue { color: var(--blue); background: #eaf1fd; }
.card-index { display: block; margin-top: 28px; color: #a7b3c3; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.soft-card h3 { margin: 7px 0 11px; color: var(--blue-dark); font-size: 20px; letter-spacing: -.5px; }
.soft-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.coming { align-self: flex-start; margin-top: 23px; padding: 6px 9px; border-radius: 999px; background: var(--soft); color: #738198; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.how-section { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 95px; }
.how-intro > p { max-width: 490px; }
.independent-note { margin-top: 30px; padding: 18px; display: flex; gap: 13px; border: 1px solid #dce9fb; border-radius: 16px; background: #f3f7fd; }
.independent-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 13px; font-weight: 850; }
.independent-note p { margin: 0; color: #5c6d85; font-size: 13px; line-height: 1.6; }
.independent-note strong { color: var(--blue-dark); }
.steps-list { position: relative; margin: 0; padding: 0; list-style: none; }
.steps-list::before { content: ""; position: absolute; left: 68px; top: 61px; bottom: 61px; width: 1px; background: linear-gradient(var(--blue), var(--green)); }
.steps-list li { position: relative; min-height: 140px; margin-bottom: 14px; padding: 24px 27px 24px 146px; display: flex; align-items: center; border: 1px solid #e1e8f1; border-radius: 21px; background: #fff; box-shadow: 0 14px 35px rgba(22,57,99,.065); }
.steps-list li:last-child { margin-bottom: 0; }
.step-number { position: absolute; left: 22px; top: 19px; color: #9cacc0; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.step-icon { position: absolute; z-index: 1; left: 44px; top: 42px; display: grid; place-items: center; width: 49px; height: 49px; border-radius: 15px; background: #eaf1fd; color: var(--blue); }
.steps-list li:nth-child(2) .step-icon { background: #eaf8f2; color: var(--green); }
.step-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.steps-list h3 { margin: 0 0 7px; color: var(--blue-dark); font-size: 19px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.info-section { width: 100%; padding-inline: max(20px, calc((100% - 1160px) / 2)); background: #f2f6fb; }
.metric-grid { width: min(980px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-grid article { min-height: 155px; padding: 20px; border: 1px solid #e0e8f1; border-radius: 18px; background: #fff; }
.metric-grid article > span { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 18px; border-radius: 12px; background: #eaf1fd; color: var(--blue); font-size: 13px; font-weight: 900; }
.metric-grid article:nth-child(even) > span { background: #eaf8f2; color: var(--green); }
.metric-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.58; }
.metric-grid p strong { display: block; margin-bottom: 5px; color: var(--blue-dark); font-size: 14px; }

.demo-section { position: relative; width: 100%; max-width: none; padding: 110px max(20px, calc((100% - 1160px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 105px; overflow: hidden; background: linear-gradient(135deg, #0a2f6b 0%, #0e4c94 58%, #0e7967 145%); color: #fff; }
.demo-section::before { content: ""; position: absolute; left: -170px; bottom: -270px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(20,164,111,.28), transparent 65%); }
.demo-copy { position: relative; z-index: 1; }
.section-kicker.light { color: #7de1bb; }
.demo-copy h2 { color: #fff; }
.demo-copy > p { max-width: 500px; color: #c5d5ea; font-size: 16px; line-height: 1.75; }
.demo-copy ul { margin: 30px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #e0ebf7; font-size: 14px; }
.demo-copy li { display: flex; align-items: center; gap: 10px; }
.demo-copy li span { color: #72d9b2; font-weight: 900; }
.calculator-card { position: relative; z-index: 1; padding: 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 30px 70px rgba(0,22,58,.3); }
.calc-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid #e4eaf2; }
.calc-header span, .calc-header strong { display: block; }
.calc-header span { color: #79879a; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.calc-header strong { margin-top: 4px; color: var(--blue-dark); font-size: 20px; }
.calc-header .demo-badge { padding: 7px 9px; border-radius: 8px; background: #eaf8f2; color: var(--green); }
.calc-field { position: relative; padding: 25px 0 20px; }
.calc-field label, .term-row label { display: block; margin-bottom: 8px; color: #586980; font-size: 12px; font-weight: 750; }
.calc-field output { position: absolute; right: 0; top: 23px; color: var(--blue-dark); font-size: 20px; font-weight: 850; }
input[type="range"] { width: 100%; height: 5px; margin: 17px 0 4px; appearance: none; border-radius: 8px; background: linear-gradient(90deg, var(--blue) 14%, #dfe7f1 14%); accent-color: var(--blue); }
input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; border: 4px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 2px 8px rgba(21,89,214,.4); }
.range-labels { display: flex; justify-content: space-between; color: #94a0b0; font-size: 10px; }
.term-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.term-row input, .term-row select, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dce4ed; border-radius: 12px; outline: none; background: #fbfdff; transition: border .2s ease, box-shadow .2s ease; }
.term-row input, .term-row select { height: 46px; padding: 0 13px; }
.term-row input:focus, .term-row select:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,89,214,.1); }
.calc-result { margin-top: 20px; padding: 17px; border-radius: 15px; background: #eff7f4; }
.calc-result span { display: block; color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calc-result strong { display: block; margin-top: 5px; color: var(--blue-dark); font-size: 18px; }
.calc-result p { margin: 5px 0 0; color: #617286; font-size: 11px; }
.calc-disclaimer { margin: 13px 0 0; color: #8995a4; font-size: 10px; line-height: 1.5; }

.important-section { padding-top: 110px; padding-bottom: 110px; }
.important-card { padding: 45px; border: 1px solid #dce5ef; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.important-title { display: flex; align-items: center; gap: 20px; margin-bottom: 35px; }
.important-title > span { display: grid; place-items: center; flex: 0 0 auto; width: 60px; height: 60px; border-radius: 18px; background: #fff3df; color: #d98713; }
.important-title svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.important-title h2 { margin-bottom: 0; font-size: 34px; }
.notice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 17px; background: #dfe7f0; }
.notice-grid article { min-height: 145px; padding: 25px; display: flex; gap: 16px; background: #f8fafc; }
.notice-grid article > span { flex: 0 0 auto; color: var(--green); font-size: 11px; font-weight: 900; }
.notice-grid h3 { margin: 0 0 7px; color: var(--blue-dark); font-size: 16px; }
.notice-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.faq-heading { position: sticky; top: 115px; }
.faq-heading h2 { font-size: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--blue-dark); font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 9px; background: #edf3fb; color: var(--blue); font-size: 19px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: #eaf8f2; color: var(--green); }
.faq-list details p { margin: -6px 50px 24px 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-section { width: min(1160px, calc(100% - 40px)); margin: 0 auto 40px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, #0a2b63, #0b478e); box-shadow: 0 28px 65px rgba(12,48,95,.2); }
.contact-wrap { padding: 62px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { color: #c5d4e7; font-size: 15px; line-height: 1.75; }
.email-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 13px; }
.email-link > span:first-child { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.1); color: #77dfb8; font-weight: 900; }
.email-link small, .email-link strong { display: block; }
.email-link small { color: #9fb4cf; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.email-link strong { margin-top: 3px; color: #fff; font-size: 14px; }
.future-social { margin-top: 28px; color: #9eb3cc !important; font-size: 12px !important; }
.future-social span { margin-left: 6px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; font-size: 9px; text-transform: uppercase; }
.contact-form { padding: 27px; border-radius: 21px; background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: block; color: #4e6077; font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form textarea { display: block; margin-top: 8px; padding: 0 13px; font-size: 14px; font-weight: 500; resize: vertical; }
.contact-form input { height: 46px; }
.contact-form textarea { min-height: 112px; padding-top: 13px; }
.contact-form > label { margin-top: 15px; }
.contact-form .consent { margin: 16px 0; display: flex; align-items: flex-start; gap: 9px; color: #7b899b; font-size: 10px; font-weight: 500; line-height: 1.5; }
.contact-form .consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: var(--green); }
.submit-button { width: 100%; border-color: var(--green); background: var(--green); box-shadow: 0 10px 24px rgba(20,164,111,.2); }
.submit-button:hover { background: #0d915f; box-shadow: 0 14px 28px rgba(20,164,111,.24); }
.form-note { margin: 12px 0 0; color: #8995a5; font-size: 9px; line-height: 1.45; text-align: center; }
.form-status { min-height: 0; margin: 0; color: var(--green-dark); font-size: 12px; font-weight: 700; text-align: center; }
.form-status:not(:empty) { margin-top: 12px; }

footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.footer-main { padding: 47px 0 37px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.footer-logo { font-size: 20px; }
.footer-logo .logo-mark { width: 35px; height: 35px; font-size: 17px; }
.footer-main > div > p { max-width: 400px; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: #697990; font-size: 12px; }
.footer-links span { cursor: default; opacity: .62; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { padding: 21px 0 30px; display: flex; justify-content: space-between; gap: 20px; color: #8793a2; font-size: 10px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 17px; }
  .hero { gap: 45px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .soft-card { min-height: 295px; }
  .how-section { gap: 55px; }
  .demo-section { gap: 60px; }
  .contact-wrap { gap: 55px; padding: 50px; }
}

@media (max-width: 880px) {
  .desktop-nav { display: none; }
  .site-header { min-height: 70px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 58px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .hero-panel { transform: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div, .trust-strip > div:first-child, .trust-strip > div:last-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid #e8eef4; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .how-section, .demo-section, .faq-section { grid-template-columns: 1fr; gap: 52px; }
  .how-intro > p { max-width: 620px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-section { padding-inline: max(20px, calc((100% - 680px) / 2)); }
  .faq-heading { position: static; }
  .contact-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .site-header, .hero, .trust-strip, .section, .contact-section, footer { width: min(100% - 28px, 1160px); }
  .site-header { gap: 9px; }
  .logo { font-size: 18px; }
  .logo-mark { width: 34px; height: 34px; font-size: 17px; }
  .header-cta { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .menu-toggle { width: 38px; height: 38px; }
  .hero { padding-top: 38px; padding-bottom: 70px; }
  h1 { margin-top: 17px; font-size: 39px; letter-spacing: -1.75px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-copy .hero-note { align-items: flex-start; text-align: left; }
  .float-chip { display: none; }
  .hero-panel { padding: 13px; border-radius: 21px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article { min-height: 106px; padding: 13px; }
  .feature-grid strong { font-size: 12px; }
  .trust-strip { padding: 12px 19px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .section h2, .contact-section h2 { font-size: 34px; letter-spacing: -1.2px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading p, .how-intro > p, .faq-heading > p { font-size: 15px; }
  .category-grid, .metric-grid, .notice-grid { grid-template-columns: 1fr; }
  .soft-card { min-height: 280px; }
  .steps-list::before { display: none; }
  .steps-list li { min-height: 0; padding: 84px 20px 22px; align-items: flex-start; }
  .step-icon { left: 20px; top: 22px; }
  .step-number { left: auto; right: 20px; top: 22px; }
  .info-section, .demo-section { width: 100%; padding-inline: 14px; }
  .demo-section { gap: 38px; }
  .calculator-card { padding: 21px; }
  .term-row, .form-row { grid-template-columns: 1fr; }
  .important-card { padding: 24px 18px; }
  .important-title { align-items: flex-start; gap: 13px; }
  .important-title > span { width: 48px; height: 48px; border-radius: 14px; }
  .important-title h2 { font-size: 27px; }
  .notice-grid article { min-height: 0; }
  .faq-list summary { font-size: 14px; }
  .faq-list details p { margin-right: 8px; }
  .contact-section { border-radius: 22px; }
  .contact-wrap { padding: 34px 18px; gap: 34px; }
  .contact-form { padding: 20px 16px; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: flex-start; gap: 14px 18px; }
}

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