:root {
  --orange: #ff6b00;
  --orange-dark: #e95f00;
  --orange-soft: #fff1e7;
  --navy: #071a33;
  --navy-2: #0e2546;
  --text: #162033;
  --muted: #687385;
  --border: #e7ebf0;
  --bg: #fffaf6;
  --white: #ffffff;
  --green: #159a54;
  --red: #df3d3d;
  --red-soft: rgba(223, 61, 61, .055);
  --green-soft: rgba(21, 154, 84, .055);
  --shadow: 0 22px 70px rgba(13, 32, 57, 0.12);
  --shadow-soft: 0 12px 36px rgba(13, 32, 57, 0.08);
  --radius: 28px;
  --container: 1180px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #fffaf6 45%, #fff 100%);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.compact-container { width: min(980px, calc(100% - 40px)); }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px); background: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(231,235,240,0.9); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; letter-spacing: -0.03em; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; }
.brand strong { display: block; font-size: 25px; line-height: 1; }
.brand small { display: block; margin-top: 2px; color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: 0.08em; font-weight: 800; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 19px; font-size: 13px; font-weight: 800; color: #27344a; white-space: nowrap; }
.site-nav a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 10px 14px; color: var(--navy); font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 22px; border-radius: 10px; font-weight: 850; font-size: 15px; border: 1px solid transparent; cursor: pointer; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 28px rgba(255,107,0,0.24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { background: #fff; border-color: rgba(255,107,0,0.55); color: var(--orange-dark); }
.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 14px 28px rgba(7,26,51,0.18); }
.btn-ghost { background: #fff; border-color: var(--border); color: var(--navy); }
.btn-light { background: #fff; color: var(--orange-dark); }
.btn-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.section { padding: 80px 0; }
.section-tight { padding-top: 42px; padding-bottom: 76px; }
.section-hero { position: relative; padding-top: 50px; padding-bottom: 24px; overflow: hidden; }
.section-head { text-align: center; margin: 0 auto 34px; max-width: 740px; }
.section-head h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -0.045em; color: var(--navy); }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.section-head-subtle { margin-bottom: 18px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); text-transform: uppercase; font-weight: 900; letter-spacing: 0.1em; font-size: 13px; }
.card { background: rgba(255,255,255,0.94); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.hover-lift { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.hover-lift:hover { transform: translateY(-6px) scale(1.018); box-shadow: var(--shadow); border-color: rgba(255,107,0,.32); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(410px, 0.93fr); align-items: center; gap: 34px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 6vw, 72px); line-height: 0.98; letter-spacing: -0.06em; max-width: 720px; }
.lead { margin: 24px 0 16px; color: var(--orange-dark); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.25; font-weight: 800; max-width: 680px; }
.hero-bullets { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 11px; color: #263248; font-weight: 700; }
.hero-bullets li { position: relative; padding-left: 32px; }
.hero-bullets li::before { content: "✓"; position: absolute; left: 0; top: .12em; width: 20px; height: 20px; border: 2px solid var(--orange); border-radius: 50%; display: grid; place-items: center; color: var(--orange); font-size: 13px; font-weight: 950; background: #fff; line-height: 1; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-cta { flex-wrap: nowrap; gap: 12px; }
.hero-cta .btn { min-width: 0; padding-inline: 20px; }
.trust-strip { display: flex; flex-wrap: nowrap; gap: 18px; margin-top: 30px; color: #4d5b70; font-size: 14px; font-weight: 760; align-items: center; }
.trust-strip span { position: relative; display: inline-flex; align-items: center; gap: 9px; }
.trust-strip span::before { content: attr(data-icon); display: inline-grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: var(--orange); box-shadow: 0 7px 18px rgba(7,26,51,.06); font-weight: 900; }
.hero-media { position: relative; min-height: 500px; display: grid; align-items: start; justify-items: end; overflow: visible; }
.hero-media picture { position: relative; z-index: 1; width: min(100%, 620px); margin-top: -34px; margin-right: -28px; border-radius: 0 0 34px 34px; overflow: hidden; box-shadow: 0 28px 70px rgba(7,26,51,.08); }
.hero-media img { width: 100%; height: auto; filter: none; }
.calculator-card { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(250px, 0.78fr) minmax(270px, 0.9fr); gap: 34px; padding: 28px; align-items: stretch; }
.calc-inputs { border-right: 1px solid var(--border); padding-right: 28px; }
.calc-inputs h2 { font-size: 24px; line-height: 1.15; margin: 0 0 26px; color: var(--navy); letter-spacing: -0.035em; white-space: nowrap; }
.field { display: grid; gap: 10px; margin-bottom: 20px; color: var(--navy); font-weight: 800; }
.field small { display: block; color: var(--muted); font-weight: 650; }
.number-stepper { display: grid; grid-template-columns: minmax(0,1fr) 52px 52px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; height: 58px; background: #fff; }
.number-stepper input, .percent-box input { border: 0; min-width: 0; padding: 0 15px; font-size: 24px; font-weight: 850; color: var(--navy); outline: none; }
.number-stepper button { border: 0; border-left: 1px solid var(--border); background: #fff; color: var(--navy); font-size: 28px; cursor: pointer; }
.number-stepper button:hover { background: var(--orange-soft); color: var(--orange-dark); }
.hint, .calc-note { margin: -8px 0 24px; color: var(--muted); font-size: 13px; }
.slider-row { display: grid; grid-template-columns: minmax(0,1fr) 128px; gap: 18px; align-items: center; }
input[type="range"] { appearance: none; width: 100%; height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--orange) var(--range-progress, 80%), #e6ebf1 var(--range-progress, 80%)); outline: none; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); border: 4px solid #fff; box-shadow: 0 0 0 1px var(--orange), 0 8px 20px rgba(255,107,0,.3); cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); border: 4px solid #fff; box-shadow: 0 0 0 1px var(--orange), 0 8px 20px rgba(255,107,0,.3); cursor: pointer; }
.percent-box { height: 58px; display: grid; grid-template-columns: minmax(0,1fr) 34px; align-items: center; border: 1px solid var(--border); border-radius: 12px; background: #fff; overflow: hidden; }
.percent-box input { text-align: center; padding: 0 4px; font-size: 22px; }
.percent-box span { color: var(--navy); font-weight: 900; }
.range-scale { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-top: -2px; }
.calc-result { display: grid; align-content: center; gap: 24px; }
.result-main p { margin: 0 0 6px; color: var(--green); font-weight: 900; }
.result-main strong { display: block; color: var(--green); font-size: clamp(48px, 5vw, 76px); line-height: .95; letter-spacing: -0.06em; }
.result-main span { color: var(--muted); font-weight: 700; }
.result-yearly span { display: block; color: var(--text); font-weight: 850; margin-bottom: 6px; }
.result-yearly strong { display: block; color: var(--navy); font-size: clamp(38px, 4vw, 54px); letter-spacing: -0.06em; line-height: 1; }
.result-advice { margin: 0; padding: 14px 16px; border-radius: 14px; background: #fff7f5; color: #9b2b2b; font-weight: 750; border: 1px solid rgba(223,61,61,.18); }
.calculator-card.is-no-savings .result-main p, .calculator-card.is-no-savings .result-main strong { color: var(--red); }
.calculator-card.is-no-savings .saving-badge strong { color: var(--red); }
.calculator-card.is-no-savings .bar-future { background: linear-gradient(180deg, #f18565, #dc4b30); }
.calc-chart { display: grid; grid-template-columns: minmax(0,1fr) 130px; gap: 16px; align-items: center; }
.chart-wrap { height: 250px; display: grid; grid-template-columns: 1fr 70px 1fr; gap: 0; align-items: end; padding: 10px 0 0; }
.bar-col { min-height: 230px; display: grid; grid-template-rows: auto 1fr auto; justify-items: center; align-items: end; color: var(--navy); font-size: 12px; text-align: center; font-weight: 800; }
.bar-col strong { font-size: 18px; margin-bottom: 6px; }
.bar { width: 72px; border-radius: 10px 10px 2px 2px; min-height: 24px; transition: height .25s ease; }
.bar-current { background: linear-gradient(180deg, #7c8899, #4a5568); height: 180px; }
.bar-future { background: linear-gradient(180deg, #18b96a, #0a8c4c); height: 90px; }
.bar-arrow { align-self: center; justify-self: center; color: var(--green); font-size: 48px; font-weight: 900; transform: translateY(20px); }
.saving-badge { width: 126px; height: 126px; border-radius: 50%; background: #fff; border: 1px solid var(--border); display: grid; place-items: center; align-content: center; box-shadow: var(--shadow-soft); text-align: center; color: var(--navy); }
.saving-badge span { font-size: 12px; font-weight: 800; color: #4f5d70; }
.saving-badge strong { color: var(--green); font-size: 26px; line-height: 1; }
.calc-details-wrap { grid-column: 1 / -1; border-top: 1px solid var(--border); padding-top: 12px; }
.details-toggle { display: block; margin: 0 auto; color: var(--orange-dark); border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.calc-details { margin-top: 16px; padding: 20px; border-radius: 18px; background: #fbfcfe; border: 1px solid var(--border); }
.details-intro, .details-source { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.details-grid { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.details-grid div { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px; }
.details-grid dt { color: var(--muted); font-size: 12px; font-weight: 850; }
.details-grid dd { margin: 5px 0 0; color: var(--navy); font-weight: 900; }
.calc-ctas { grid-column: 1 / -1; justify-content: center; margin-top: 6px; }
.experiences-section { padding-top: 62px; padding-bottom: 84px; }
.story-slider { position: relative; display: grid; align-items: center; touch-action: pan-y; }
.story-card { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 32px; align-items: center; padding: 28px 34px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; -webkit-user-drag: none; user-select: none; }
.story-card:hover { transform: translateY(-3px); border-color: rgba(255,107,0,.35); box-shadow: var(--shadow); }
.story-visual { position: relative; min-height: 185px; display: grid; place-items: center; }
.story-logo { width: 122px; height: 122px; object-fit: contain; transform: translateX(-34px); }
.story-person { position: absolute; right: 16px; bottom: 12px; width: 132px; height: 132px; border-radius: 50%; object-fit: cover; border: 7px solid #fff; box-shadow: 0 14px 34px rgba(7,26,51,.16); }
.story-company { margin: 0 0 4px; color: var(--navy); font-weight: 900; }
.story-content h3 { margin: 0 0 12px; color: var(--navy); font-size: 24px; line-height: 1.15; letter-spacing: -0.035em; }
.story-content p { margin: 0 0 12px; color: #3f4d62; }
.story-content blockquote { margin: 16px 0 12px; padding-left: 18px; border-left: 4px solid var(--orange); color: var(--orange-dark); font-weight: 900; font-size: 17px; }
.story-author { color: var(--navy) !important; font-weight: 900; }
.story-link { display: inline-flex; color: var(--orange-dark); font-weight: 900; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: #fff; color: var(--navy); box-shadow: var(--shadow-soft); cursor: pointer; font-size: 34px; line-height: 1; }
.slider-prev { left: -64px; }
.slider-next { right: -64px; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.slider-dots button { width: 9px; height: 9px; border: 0; border-radius: 50%; background: #d2d8e1; padding: 0; }
.slider-dots button[aria-current="true"] { background: var(--orange); }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.mini-card { border: 1px solid var(--border); background: #fff; border-radius: 22px; padding: 22px 14px; text-align: center; box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(255,107,0,.3); }
.icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); font-size: 25px; margin-bottom: 10px; font-weight: 900; }
.mini-card h3 { margin: 0 0 6px; color: var(--navy); font-size: 16px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 13px; }
.comparison { position: relative; display: grid; grid-template-columns: 1fr 56px 1fr; overflow: hidden; }
.compare-side { padding: 30px 34px; }
.compare-side h3 { margin: 0 0 16px; text-align: center; }
.compare-side ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.compare-side li { position: relative; padding-left: 27px; font-weight: 700; }
.compare-bad { background: linear-gradient(180deg, rgba(223,61,61,.075), rgba(223,61,61,.028)); }
.compare-good { background: linear-gradient(180deg, rgba(21,154,84,.075), rgba(21,154,84,.028)); }
.compare-bad h3 { color: var(--red); }
.compare-good h3 { color: var(--green); }
.compare-bad li::before { content: "x"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 900; }
.compare-good li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.compare-vs { align-self: center; justify-self: center; width: 60px; height: 60px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--navy); font-weight: 900; border: 1px solid var(--border); box-shadow: var(--shadow-soft); z-index: 2; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 22px; align-items: stretch; }
.price-card, .price-notes { padding: 32px; text-align: center; }
.price-card-featured { border: 2px solid var(--orange); position: relative; transform: translateY(-8px); }
.price-card-featured:hover { transform: translateY(-13px) scale(1.018); }
.popular-badge { position: absolute; left: 50%; top: -17px; transform: translateX(-50%); background: var(--orange); color: #fff; border-radius: 999px; padding: 7px 16px; font-size: 12px; font-weight: 900; white-space: nowrap; }
.price-card h3 { margin: 0 0 10px; color: var(--navy); }
.price { margin: 8px 0 14px; color: var(--navy); }
.price strong { color: var(--orange); font-size: 46px; letter-spacing: -0.06em; }
.price span { font-weight: 900; }
.price-card p:not(.price) { margin: 0; color: var(--muted); }
.price-notes ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; text-align: left; }
.price-notes li { position: relative; padding-left: 28px; font-weight: 750; }
.price-notes li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.process { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 26px; }
.process article { position: relative; padding: 10px 22px; }
.process article:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 42px; width: 1px; height: 78px; background: var(--border); }
.process-icon { position: relative; display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: var(--orange-soft); color: var(--orange); font-size: 27px; font-weight: 900; margin-bottom: 12px; border: 1px solid rgba(255,107,0,.22); }
.process-icon::after { content: attr(data-step); position: absolute; left: -7px; top: -7px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 12px; box-shadow: 0 6px 14px rgba(255,107,0,.22); }
.process h3 { margin: 0 0 6px; color: var(--navy); }
.process p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.feature-grid article { text-align: center; padding: 22px 12px; }
.feature-grid p { margin: 0; color: #3e4b60; font-weight: 750; font-size: 14px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-card { display: flex; align-items: center; gap: 22px; padding: 24px; }
.team-card img { width: 132px; height: 132px; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 30px rgba(7,26,51,.12); }
.team-card h3 { margin: 0 0 4px; color: var(--navy); }
.team-card p { margin: 0 0 8px; color: var(--muted); font-weight: 750; }
.team-card a { display: block; color: var(--orange-dark); font-weight: 850; font-size: 14px; word-break: break-word; margin-top: 4px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 0 18px; box-shadow: 0 7px 24px rgba(7,26,51,.04); }
summary { cursor: pointer; padding: 18px 0; color: var(--navy); font-weight: 850; }
details p { margin: 0 0 18px; color: var(--muted); }
.final-cta { background: linear-gradient(135deg, var(--orange), #ff8a00); color: #fff; padding: 34px 0; }
.final-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.final-cta h2 { margin: 0 0 4px; font-size: 30px; line-height: 1.1; letter-spacing: -0.035em; }
.final-cta p { margin: 0; opacity: .9; }
.site-footer { background: var(--navy); color: #fff; padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 28px; align-items: start; }
.footer-brand { color: #fff; }
.site-footer address { font-style: normal; color: rgba(255,255,255,.75); }
.site-footer a { color: rgba(255,255,255,.88); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.facebook-link { justify-self: end; display: inline-flex; align-items: center; gap: 10px; font-weight: 850; }
.facebook-link::before { content: "f"; display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--navy); font-size: 25px; font-family: Arial, sans-serif; font-weight: 900; }
.story-article p { color: #3f4d62; font-size: 17px; }
.story-page-visual { float: right; width: 230px; margin: 0 0 24px 34px; }
@media (max-width: 1200px) {
  .site-nav { gap: 13px; font-size: 12px; }
  .btn-small { padding-inline: 14px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.84fr); }
  .hero-cta .btn { padding-inline: 16px; font-size: 14px; }
}
@media (max-width: 1100px) {
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.is-open { position: absolute; left: 20px; right: 20px; top: 78px; display: grid; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; justify-items: center; }
  .hero-media picture { margin: 0; width: min(100%, 620px); }
  .hero-cta { flex-wrap: wrap; }
  .trust-strip { flex-wrap: wrap; }
  .calculator-card { grid-template-columns: 1fr 1fr; }
  .calc-inputs { border-right: 0; padding-right: 0; }
  .calc-chart { grid-column: 1 / -1; }
  .details-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid { grid-template-columns: repeat(3,1fr); }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .slider-prev { left: -22px; }
  .slider-next { right: -22px; }
}
@media (max-width: 820px) {
  .container, .compact-container { width: min(100% - 28px, var(--container)); }
  .section { padding: 58px 0; }
  .section-hero { padding-top: 26px; }
  .nav-actions { display: none; }
  .brand strong { font-size: 22px; }
  .hero-copy h1 { font-size: 46px; }
  .lead { font-size: 20px; }
  .hero-media { min-height: auto; }
  .hero-media img { width: min(92vw, 430px); }
  .cta-row .btn { width: 100%; }
  .trust-strip { gap: 14px; }
  .calculator-card { grid-template-columns: 1fr; padding: 22px; gap: 26px; }
  .calc-inputs h2 { white-space: normal; }
  .calc-chart { grid-template-columns: 1fr; }
  .chart-wrap { height: 230px; grid-template-columns: 1fr 44px 1fr; }
  .saving-badge { margin: 0 auto; }
  .details-grid { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: 1fr; padding: 22px; gap: 10px; }
  .story-visual { min-height: 160px; }
  .story-logo { width: 120px; height: 120px; transform: translateX(-35px); }
  .story-person { right: calc(50% - 120px); width: 108px; height: 108px; }
  .slider-btn { display: none; }
  .benefit-grid, .pricing-grid, .process, .feature-grid, .team-grid, .faq-grid, .footer-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .price-card-featured { transform: none; }
  .comparison { grid-template-columns: 1fr; }
  .compare-vs { margin: -14px auto; }
  .process article:not(:last-child)::after { display: none; }
  .team-card { align-items: flex-start; }
  .footer-brand, .facebook-link { justify-self: start; }
  .story-page-visual { float: none; width: 220px; margin: 0 auto 24px; }
}
@media (max-width: 520px) {
  .number-stepper { grid-template-columns: 1fr 46px 46px; }
  .slider-row { grid-template-columns: 1fr; }
  .percent-box { width: 132px; }
  .hero-copy h1 { font-size: 39px; }
  .result-main strong { font-size: 52px; }
  .result-yearly strong { font-size: 40px; }
  .team-card { flex-direction: column; text-align: center; align-items: center; }
}
.story-card.is-hidden { display: none; }
.slider-btn:disabled { opacity: .35; cursor: not-allowed; }

.story-slider.is-swiping .story-card { cursor: grabbing; }

/* v5 refinements */
.hero-copy h1 { max-width: 760px; }
.hero-grid { align-items: start; }
.section-hero { padding-top: 44px; padding-bottom: 38px; }
.hero-media { min-height: 520px; align-items: start; }
.hero-media picture { width: min(100%, 680px); margin-top: -64px; margin-right: -58px; border-radius: 0; overflow: visible; box-shadow: none; }
.hero-media img { width: 100%; height: auto; object-fit: contain; }
.hero-kpi { position: absolute; right: 10px; top: 205px; z-index: 4; display: grid; grid-template-columns: 30px 1fr; column-gap: 12px; row-gap: 2px; align-items: center; min-width: 250px; padding: 20px 24px; border-radius: 18px; background: rgba(255,255,255,.96); border: 1px solid rgba(231,235,240,.95); box-shadow: 0 20px 52px rgba(7,26,51,.16); color: var(--navy); font-size: 20px; line-height: 1.12; }
.hero-kpi-check { grid-row: 1 / 3; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 950; font-size: 16px; }
.hero-kpi-accent { color: var(--orange-dark); }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 760px; }
.trust-strip span { gap: 12px; padding: 0; line-height: 1.25; }
.trust-strip span::before { width: 48px; height: 48px; border-radius: 18px; font-size: 25px; color: #5a687d; background: #fff; }
.calculator-card.is-no-savings .calc-result { gap: 18px; align-content: center; }
.calculator-card.is-no-savings .result-main { display: grid; gap: 7px; }
.calculator-card.is-no-savings .result-main p { line-height: 1.2; margin-bottom: 2px; font-size: 16px; }
.calculator-card.is-no-savings .result-main strong { font-size: clamp(46px, 4vw, 66px); line-height: 1.02; }
.calculator-card.is-no-savings .result-main span { line-height: 1.25; }
.calculator-card.is-no-savings .result-yearly strong { font-size: clamp(38px, 3.3vw, 52px); }
.calculator-card.is-no-savings .result-advice { font-size: 15px; line-height: 1.45; }
.calculator-card.is-no-savings .bar-arrow { color: var(--red); transform: translateY(-14px); }
.calculator-card.is-no-savings .saving-badge { border-color: rgba(223,61,61,.18); }
.details-source { font-size: 12px; line-height: 1.45; margin-top: 14px; opacity: .88; }
.icon { background-color: var(--orange-soft); background-repeat: no-repeat; background-position: center; background-size: 28px; color: transparent; font-size: 0; }
.icon-coins { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='18' cy='13' rx='11' ry='5'/%3E%3Cpath d='M7 13v10c0 2.8 4.9 5 11 5s11-2.2 11-5V13'/%3E%3Cpath d='M7 18c0 2.8 4.9 5 11 5s11-2.2 11-5'/%3E%3Cellipse cx='30' cy='28' rx='11' ry='5'/%3E%3Cpath d='M19 28v7c0 2.8 4.9 5 11 5s11-2.2 11-5v-7'/%3E%3Cpath d='M19 33c0 2.8 4.9 5 11 5s11-2.2 11-5'/%3E%3C/svg%3E"); }
.icon-refresh { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M38 18a15 15 0 0 0-25-6l-3 3'/%3E%3Cpath d='M10 7v8h8'/%3E%3Cpath d='M10 30a15 15 0 0 0 25 6l3-3'/%3E%3Cpath d='M38 41v-8h-8'/%3E%3C/svg%3E"); }
.icon-zero { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 8c9 0 16 7 16 16s-7 16-16 16S8 33 8 24 15 8 24 8Z'/%3E%3Cpath d='M15 33 33 15'/%3E%3C/svg%3E"); }
.icon-clock { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='24' r='17'/%3E%3Cpath d='M24 13v12l8 5'/%3E%3Cpath d='M8 10l6-5M40 10l-6-5'/%3E%3C/svg%3E"); }
.icon-checklist { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='7' width='24' height='34' rx='4'/%3E%3Cpath d='M19 18l3 3 7-7M19 30l3 3 7-7'/%3E%3C/svg%3E"); }
.icon-team { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='17' r='6'/%3E%3Ccircle cx='32' cy='19' r='5'/%3E%3Cpath d='M7 39c1.5-8 7-12 11-12s9.5 4 11 12'/%3E%3Cpath d='M26 31c2-3 4-4 7-4 3.5 0 7 3.4 8 9'/%3E%3C/svg%3E"); }
.icon-list { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 13h25M14 24h25M14 35h25'/%3E%3Cpath d='M7 13h.1M7 24h.1M7 35h.1'/%3E%3C/svg%3E"); }
.icon-sync { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 18h24l-6-6M37 30H13l6 6'/%3E%3C/svg%3E"); }
.icon-box { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m24 5 16 9v20l-16 9-16-9V14l16-9Z'/%3E%3Cpath d='M8 14l16 9 16-9M24 23v20'/%3E%3C/svg%3E"); }
.icon-truck { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15h24v18H6zM30 22h7l5 6v5H30z'/%3E%3Ccircle cx='15' cy='36' r='4'/%3E%3Ccircle cx='36' cy='36' r='4'/%3E%3C/svg%3E"); }
.icon-doc { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 5h15l9 9v29H14z'/%3E%3Cpath d='M29 5v10h9M20 24h12M20 32h12'/%3E%3C/svg%3E"); }
.icon-tax { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 34 34 14'/%3E%3Ccircle cx='16' cy='16' r='5'/%3E%3Ccircle cx='32' cy='32' r='5'/%3E%3C/svg%3E"); }
@media (max-width: 1200px) {
  .hero-media picture { margin-right: -24px; width: min(100%, 640px); }
  .hero-kpi { right: 0; top: 200px; }
  .trust-strip { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
}
@media (max-width: 1100px) {
  .hero-media picture { margin: -24px auto 0; width: min(100%, 620px); }
  .hero-kpi { right: calc(50% - 280px); top: 170px; }
}
@media (max-width: 820px) {
  .hero-media picture { width: min(100%, 530px); margin-top: 0; }
  .hero-kpi { position: relative; right: auto; top: auto; margin: -28px auto 0; min-width: 0; width: min(92%, 330px); }
  .trust-strip { grid-template-columns: 1fr; }
  .calculator-card.is-no-savings .result-main strong { font-size: 48px; }
}

/* v6 refinements */
.section-hero { padding-top: 44px; padding-bottom: 0; }
.hero-grid { align-items: stretch; gap: 32px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
.hero-media {
  position: relative;
  min-height: 610px;
  align-self: stretch;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  overflow: visible;
}
.hero-media {
  background-image: url("../assets/hero-merchant-bg.jpg");
  background-image: image-set(
    url("../assets/hero-merchant-bg.webp") type("image/webp"),
    url("../assets/hero-merchant-bg.jpg") type("image/jpeg")
  );
}
.hero-media picture,
.hero-media img { display: none !important; }
.hero-kpi {
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 4;
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  min-width: 250px;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(231,235,240,.96);
  box-shadow: 0 22px 52px rgba(7,26,51,.16);
  color: var(--navy);
  font-size: 20px;
  line-height: 1.12;
}
.hero-kpi-accent { color: var(--orange-dark); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 780px;
}
.trust-strip span {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 52px;
  padding: 0;
  line-height: 1.23;
  color: #34445a;
}
.trust-strip span::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(231,235,240,.9);
  box-shadow: 0 10px 24px rgba(7,26,51,.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.trust-item-specialized::before {
  background-color: #fff4ea;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23ff6b00' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='24' r='5.5'/%3E%3Cpath d='M24 9v4M24 35v4M39 24h-4M13 24H9M34.6 13.4l-2.8 2.8M16.2 31.8l-2.8 2.8M34.6 34.6l-2.8-2.8M16.2 16.2l-2.8-2.8'/%3E%3C/svg%3E");
}
.trust-item-support::before {
  background-color: #eef4ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%232f6ef3' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 20a9 9 0 1 1 18 0'/%3E%3Crect x='8' y='21' width='7' height='11' rx='3.5'/%3E%3Crect x='33' y='21' width='7' height='11' rx='3.5'/%3E%3Cpath d='M15 32v2c0 3.3 2.7 6 6 6h6'/%3E%3Crect x='27' y='36' width='8' height='4' rx='2'/%3E%3C/svg%3E");
}
.trust-item-hosting::before {
  background-color: #eefaf5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23159a54' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 7 10 13v10c0 8.4 5.8 16.2 14 18 8.2-1.8 14-9.6 14-18V13L24 7Z'/%3E%3Cpath d='m18.5 24 4 4 8-8'/%3E%3C/svg%3E");
}

.calculator-card.is-no-savings .calc-result {
  align-content: start;
  padding-top: 14px;
  gap: 14px;
}
.calculator-card.is-no-savings .result-main {
  display: grid;
  gap: 10px;
}
.calculator-card.is-no-savings .result-main p {
  max-width: 240px;
  line-height: 1.14;
  margin: 0;
  font-size: 14px;
}
.calculator-card.is-no-savings .result-main strong {
  font-size: clamp(42px, 3.75vw, 60px);
  line-height: .96;
}
.calculator-card.is-no-savings .result-main span {
  display: block;
  max-width: 240px;
}
.calculator-card.is-no-savings .result-yearly strong {
  font-size: clamp(34px, 3vw, 50px);
}
.calculator-card.is-no-savings .result-advice {
  font-size: 14px;
  line-height: 1.45;
}
.calculator-card.is-no-savings .bar-arrow {
  color: var(--red);
  transform: translateY(-8px);
}

@media (max-width: 1200px) {
  .hero-media { min-height: 560px; background-size: auto 100%; }
  .hero-kpi { top: 230px; right: 6px; }
}
@media (max-width: 1100px) {
  .hero-media { min-height: 520px; background-position: center top; background-size: contain; }
  .hero-kpi { right: calc(50% - 260px); top: 175px; }
}
@media (max-width: 820px) {
  .section-hero { padding-bottom: 12px; }
  .hero-grid { gap: 20px; }
  .hero-media { min-height: 420px; background-position: center bottom; background-size: contain; }
  .hero-kpi { position: relative; right: auto; top: auto; margin: 268px auto 0; min-width: 0; width: min(92%, 330px); }
  .trust-strip { grid-template-columns: 1fr; gap: 14px; }
}

/* v7 polish */
@media (min-width: 1101px) {
  .calculator-card { grid-template-columns: minmax(440px, .98fr) minmax(240px, .68fr) minmax(270px, .82fr); gap: 26px; }
  .calc-inputs h2 { font-size: 24px; white-space: nowrap; letter-spacing: -0.035em; }
}
@media (max-width: 1100px) {
  .calc-inputs h2 { white-space: normal; }
}
.calculator-card.is-no-savings .calc-result { padding-top: 18px; }
.calculator-card.is-no-savings .result-main p {
  max-width: none;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.18;
  word-break: normal;
  overflow-wrap: normal;
}
.calculator-card.is-no-savings .result-main strong { margin-top: 2px; }
.calculator-card.is-no-savings .result-main span { max-width: 265px; }
.calculator-card.is-no-savings .result-advice { max-width: 320px; }
.hero-media { background-position: right bottom; }
.hero-kpi { top: 242px; }
@media (max-width: 1100px) {
  .hero-media { background-position: center bottom; }
}

/* v8 hero background treatment */
.section-hero {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(310px, 0.98fr);
  align-items: start;
  gap: 24px;
}
.hero-copy {
  padding-top: 38px;
  padding-bottom: 12px;
}
.hero-media {
  min-height: 620px;
  background: none !important;
}
.hero-kpi {
  right: 24px;
  top: 290px;
}

@media (min-width: 1501px) {
  .section-hero {
    background-image: url("../assets/hero-desktop-c.webp");
  }
}
@media (min-width: 1281px) and (max-width: 1500px) {
  .section-hero {
    background-image: url("../assets/hero-desktop-b.webp");
  }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .section-hero {
    background-image: url("../assets/hero-desktop-a.webp");
  }
  .hero-kpi { right: 10px; top: 282px; }
}
@media (max-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
  }
}
@media (max-width: 1100px) {
  .section-hero {
    background-image: none !important;
    padding-bottom: 10px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero-copy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-media {
    display: none;
  }
}

/* v10 hero KPI alignment + explicit trust icons */
.hero-kpi {
  top: 450px;
  right: 18px;
}
.trust-strip {
  max-width: 820px;
}
.trust-strip .trust-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  color: #34445a;
}
.trust-strip .trust-item::before {
  content: none !important;
  display: none !important;
}
.trust-strip .trust-icon {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}
.trust-strip .trust-item > span:last-child {
  display: block;
}
@media (min-width: 1281px) and (max-width: 1500px) {
  .hero-kpi {
    top: 440px;
    right: 16px;
  }
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .hero-kpi {
    top: 424px;
    right: 8px;
  }
}
@media (max-width: 1100px) {
  .trust-strip .trust-item {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }
  .trust-strip .trust-icon {
    width: 46px;
    height: 46px;
  }
}

/* v11 hero alignment + trust icon fix */
.hero-kpi {
  top: 392px;
  right: 20px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 830px;
}

.trust-strip > .trust-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 56px;
}

.trust-strip > .trust-item::before,
.trust-strip .trust-label::before {
  content: none !important;
  display: none !important;
}

.trust-strip .trust-icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.trust-strip .trust-label {
  display: block;
  color: #34445a;
  line-height: 1.22;
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .hero-kpi {
    top: 388px;
    right: 18px;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .hero-kpi {
    top: 382px;
    right: 10px;
  }
}

@media (max-width: 1100px) {
  .trust-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .trust-strip > .trust-item {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }
  .trust-strip .trust-icon {
    width: 46px;
    height: 46px;
  }
}

/* v12 hero-kpi lower alignment */
.hero-kpi {
  top: 515px;
  right: 20px;
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .hero-kpi {
    top: 505px;
    right: 18px;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .hero-kpi {
    top: 495px;
    right: 10px;
  }
}

@media (max-width: 1100px) {
  .hero-kpi {
    top: auto;
    right: auto;
  }
}
