:root {
    --cc-green: #0d6a4d;
    --cc-green-dark: #074b38;
    --cc-green-deep: #063e30;
    --cc-mint: #e8f5ef;
    --cc-mint-2: #d7eee4;
    --cc-ink: #14221d;
    --cc-muted: #6b7973;
    --cc-line: #dfe8e3;
    --cc-surface: #ffffff;
    --cc-bg: #f6f9f7;
    --cc-blue: #3679a9;
    --cc-gold: #bd8b35;
    --cc-danger: #be4651;
    --cc-shadow: 0 18px 55px rgba(14, 55, 42, .09);
    --cc-radius: 22px;
    --bulma-primary-h: 160deg;
    --bulma-primary-s: 77%;
    --bulma-primary-l: 23%;
    --bulma-family-primary: "Alexandria", sans-serif;
}

[data-theme="dark"] {
    --cc-green: #54c69a;
    --cc-green-dark: #8eddbd;
    --cc-green-deep: #b7ead5;
    --cc-mint: #18372d;
    --cc-mint-2: #21483a;
    --cc-ink: #edf7f3;
    --cc-muted: #9db0a8;
    --cc-line: #2b4038;
    --cc-surface: #17241f;
    --cc-bg: #101915;
    --cc-shadow: 0 18px 55px rgba(0, 0, 0, .25);
    color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--cc-bg); }
body { min-height: 100vh; color: var(--cc-ink); background: var(--cc-bg); font-family: "Alexandria", system-ui, sans-serif; padding-bottom: 78px; overflow-x: hidden; }
button, input, select { font-family: inherit; }
a { color: var(--cc-green); }
.container { width: calc(100% - 32px); max-width: 1152px; margin-inline: auto; }
.app-main { position: relative; z-index: 1; }
.app-ambient { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 8% 8%, rgba(60, 166, 119, .08), transparent 23rem), radial-gradient(circle at 95% 45%, rgba(226, 185, 93, .06), transparent 25rem); }

.app-header { height: 70px; position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--cc-surface) 90%, transparent); border-bottom: 1px solid var(--cc-line); backdrop-filter: blur(18px); }
.app-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cc-ink); line-height: 1; }
.brand:hover { color: var(--cc-ink); }
.brand__logo { width: 51px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.brand__logo img { grid-area: 1/1; width: 100%; height: 100%; object-fit: contain; }
.brand__logo-dark { display: none; }
[data-theme="dark"] .brand__logo-light { display: none; }
[data-theme="dark"] .brand__logo-dark { display: block; }
.brand__mark { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #148263, #07513d); border-radius: 13px; box-shadow: 0 8px 20px rgba(13,106,77,.2); font-size: .72rem; font-weight: 800; }
.brand__mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.brand__mark .brand__spark { stroke: #f3ce7b; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: -.03em; }
.brand small { display: block; color: var(--cc-muted); font-size: .58rem; margin-top: 5px; }
.desktop-nav, .header-actions { display: none; }
.mobile-header-actions { display: flex; align-items: center; gap: 7px; }
.mobile-language, .mobile-icon-button { height: 38px; color: var(--cc-ink); background: var(--cc-surface); border: 1px solid var(--cc-line); border-radius: 11px; }
.mobile-language { position: relative; display: flex; align-items: center; gap: 2px; padding-inline-start: 8px; overflow: hidden; }
.mobile-language__icon { color: var(--cc-green); font-size: .9rem; }
.mobile-language select { width: 43px; height: 100%; padding: 0 5px; color: var(--cc-ink); background: transparent; border: 0; outline: 0; font-size: .61rem; font-weight: 800; cursor: pointer; appearance: none; }
.mobile-icon-button { width: 38px; display: grid; place-items: center; padding: 0; cursor: pointer; }
.mobile-icon-button svg { width: 19px; height: 19px; fill: none; stroke: var(--cc-green); stroke-width: 1.7; stroke-linecap: round; }
.theme-picker { position: relative; }
.theme-menu { width: 178px; position: absolute; z-index: 80; inset-inline-end: 0; top: calc(100% + 9px); display: none; overflow: hidden; padding: 6px; background: var(--cc-surface); border: 1px solid var(--cc-line); border-radius: 14px; box-shadow: var(--cc-shadow); }
.theme-picker.is-open .theme-menu { display: grid; }
.theme-menu button { width: 100%; display: grid; grid-template-columns: 25px 1fr 18px; align-items: center; gap: 7px; padding: 9px; color: var(--cc-ink); background: transparent; border: 0; border-radius: 9px; text-align: start; font-size: .61rem; cursor: pointer; }
.theme-menu button:hover, .theme-menu button.is-selected { color: var(--cc-green-dark); background: var(--cc-mint); }
.theme-menu__icon { text-align: center; font-size: .85rem; }
.theme-menu__check { visibility: hidden; color: var(--cc-green); font-weight: 800; }
.theme-menu button.is-selected .theme-menu__check { visibility: visible; }

.mobile-tabbar { position: fixed; z-index: 60; right: 0; left: 0; bottom: 0; height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 8px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, 1fr); background: color-mix(in srgb, var(--cc-surface) 97%, transparent); border-top: 1px solid var(--cc-line); box-shadow: 0 -12px 30px rgba(22,48,39,.08); backdrop-filter: blur(18px); }
.mobile-tabbar > a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #86918c; font-size: .61rem; font-weight: 600; }
.mobile-tabbar svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mobile-tabbar a.is-active { color: var(--cc-green); }
.mobile-tabbar__primary { position: relative; }
.mobile-tabbar__bubble { width: 48px; height: 48px; display: grid; place-items: center; margin-top: -30px; color: #fff; border: 5px solid var(--cc-bg); border-radius: 17px; background: linear-gradient(145deg, #13815f, #07513d); box-shadow: 0 8px 20px rgba(13,106,77,.28); }
.mobile-tabbar__primary > span:last-child { margin-top: -2px; }
.app-footer { display: none; }

.eyebrow, .section-kicker { color: var(--cc-green); font-size: .7rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 8px 11px; color: #27614e; background: rgba(232,245,239,.82); border: 1px solid #d8ece3; border-radius: 999px; }
.status-dot { width: 7px; height: 7px; background: #21a878; border-radius: 50%; box-shadow: 0 0 0 4px rgba(33,168,120,.12); }
.hero-shell { position: relative; padding: 42px 0 54px; overflow: hidden; background: linear-gradient(150deg, #fbfdfc 0%, #f1f8f5 58%, #edf6f2 100%); }
.hero-shell::after { content: ""; position: absolute; width: 340px; height: 340px; left: -190px; bottom: -150px; border: 1px solid rgba(13,106,77,.08); border-radius: 50%; box-shadow: 0 0 0 45px rgba(13,106,77,.025), 0 0 0 90px rgba(13,106,77,.02); }
.hero-grid { display: grid; gap: 42px; }
.hero-copy { text-align: right; }
.hero-copy h1 { margin: 20px 0 16px; color: var(--cc-ink); font-size: clamp(2.25rem, 10vw, 4rem); line-height: 1.19; font-weight: 800; letter-spacing: -.065em; }
.hero-copy h1 span { color: var(--cc-green); position: relative; }
.hero-copy h1 span::after { content: ""; position: absolute; right: 3px; left: 0; bottom: -7px; height: 7px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 12'%3E%3Cpath d='M2 9c68-7 145-6 296-7' fill='none' stroke='%23d9b45e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; opacity: .8; }
.hero-copy__lead { max-width: 590px; color: var(--cc-muted); font-size: .95rem; line-height: 2; }
.hero-actions { display: grid; gap: 10px; margin: 25px 0 20px; }
.app-button { min-height: 48px; padding-inline: 22px; border: 0; border-radius: 14px; font-size: .82rem; font-weight: 700; box-shadow: none; }
.button.is-primary.app-button { color: #fff; background: linear-gradient(135deg, #107455, #07513d); box-shadow: 0 10px 25px rgba(13,106,77,.2); }
.button.is-primary.app-button:hover { background: linear-gradient(135deg, #0e664b, #063f30); transform: translateY(-1px); }
.app-button--soft { color: var(--cc-green-dark); background: #edf5f1; border: 1px solid #deebe5; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 17px; color: #63716b; font-size: .68rem; }
.trust-row span { display: flex; align-items: center; gap: 5px; }
.trust-row svg { width: 16px; height: 16px; fill: none; stroke: #2f8d6d; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; max-width: 390px; margin: 0 auto; padding: 0 15px; }
.phone-card { position: relative; z-index: 2; overflow: hidden; padding: 18px; background: rgba(255,255,255,.96); border: 1px solid rgba(214,229,221,.95); border-radius: 28px; box-shadow: 0 28px 70px rgba(18,72,54,.17); }
.phone-card__top { display: flex; align-items: center; justify-content: space-between; color: #61706a; font-size: .68rem; }
.live-pill { display: flex; align-items: center; gap: 6px; padding: 5px 8px; color: #247357; background: #eaf7f1; border-radius: 999px; }
.live-pill i { width: 6px; height: 6px; background: #24a877; border-radius: 50%; }
.car-orbit { height: 150px; position: relative; display: grid; place-items: center; margin: 10px -18px 0; background: radial-gradient(circle, #edf7f2 0, #f8fbf9 53%, transparent 54%); }
.orbit { position: absolute; width: 140px; height: 140px; border: 1px solid rgba(44,137,104,.12); border-radius: 50%; }
.orbit--two { width: 190px; height: 190px; border-style: dashed; }
.car-illustration { position: relative; z-index: 2; width: 220px; fill: #f7faf8; stroke: #1c5a45; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 13px 10px rgba(17,68,51,.13)); }
.estimate-block { text-align: center; }
.estimate-block small { color: #7a8782; font-size: .65rem; }
.estimate-block strong { display: block; color: var(--cc-green-dark); font-size: 1.85rem; line-height: 1.4; letter-spacing: -.04em; }
.estimate-block strong span { font-size: .75rem; }
.estimate-block p { color: #87938e; font-size: .59rem; }
.cost-bars { display: grid; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #edf1ef; }
.cost-bars > div { display: flex; justify-content: space-between; font-size: .65rem; }
.cost-bars span { color: #6d7a75; }
.cost-bars strong { color: #26352f; }
.bar-dot { width: 7px; height: 7px; display: inline-block; margin-left: 5px; border-radius: 50%; background: #4d9f81; }
.bar-dot--customs { background: #dda94c; }.bar-dot--local { background: #6f8fa4; }
.phone-card__action { display: flex; justify-content: space-between; margin-top: 17px; padding: 12px 13px; color: #fff; background: var(--cc-green); border-radius: 12px; font-size: .68rem; font-weight: 700; }
.phone-card__action:hover { color: #fff; }
.floating-chip { position: absolute; z-index: 3; padding: 10px 12px; background: rgba(255,255,255,.96); border: 1px solid #e0eae5; border-radius: 13px; box-shadow: 0 12px 30px rgba(24,66,52,.13); }
.floating-chip small { display: block; color: #7c8984; font-size: .53rem; }.floating-chip strong { color: #244238; font-size: .69rem; }
.floating-chip--rate { top: 86px; right: -3px; }.floating-chip--saving { left: -1px; bottom: 105px; display: flex; align-items: center; gap: 8px; }
.floating-chip--saving > span { width: 25px; height: 25px; display: grid; place-items: center; color: #20805e; background: #e5f5ed; border-radius: 8px; font-size: .7rem; }

.quick-rates, .how-section, .transparency-section, .final-cta { padding: 60px 0; }
.quick-rates { padding-bottom: 18px; background: #fff; }
.section-heading { margin-bottom: 25px; }.section-heading--inline { display: flex; align-items: end; justify-content: space-between; }
.section-heading h2 { margin: 5px 0 0; color: var(--cc-ink); font-size: 1.55rem; line-height: 1.4; font-weight: 800; letter-spacing: -.04em; }
.section-heading p { color: var(--cc-muted); font-size: .8rem; margin-top: 8px; }.section-heading a { font-size: .7rem; font-weight: 700; }
.rate-strip { display: grid; gap: 10px; }
.mini-rate { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 13px; background: #f8faf9; border: 1px solid #e7edea; border-radius: 17px; }
.currency-avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #2a6c56; background: #e4f2eb; border-radius: 13px; font-weight: 700; }.currency-avatar--blue { color: #356a8d; background: #e6f0f6; }.currency-avatar--red { color: #9a5151; background: #f7eaea; font-size: .7rem; }
.mini-rate div { flex: 1; }.mini-rate small { display: block; color: #7b8883; font-size: .62rem; }.mini-rate strong { font-size: .91rem; }
.rate-kind { padding: 5px 7px; color: #698078; background: #edf2ef; border-radius: 7px; font-size: .53rem; }
.mini-rate--official { background: #0d6048; color: #fff; border-color: transparent; }.mini-rate--official small { color: #bcd9ce; }.mini-rate--official strong { color: #fff; font-size: .73rem; }.mini-rate--official svg { width: 30px; fill: none; stroke: #91c9b5; stroke-width: 1.5; }
.how-section { background: #fff; }.steps-grid { display: grid; gap: 13px; }.step-card { position: relative; overflow: hidden; padding: 24px; background: #fbfcfb; border: 1px solid #e4ebe7; border-radius: 20px; }.step-card__number { position: absolute; left: 15px; top: 9px; color: #e3ebe7; font-size: 2.7rem; font-weight: 800; }.step-card__icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 18px; color: var(--cc-green); background: var(--cc-mint); border-radius: 15px; }.step-card__icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.step-card h3 { font-size: .93rem; font-weight: 700; }.step-card p { margin-top: 8px; color: var(--cc-muted); font-size: .72rem; line-height: 1.8; }.step-card--featured { background: #f3f8f5; border-color: #cfe4da; }
.transparency-section { background: #f1f6f3; }.transparency-card { position: relative; overflow: hidden; display: grid; gap: 30px; padding: 28px 22px; color: #fff; background: linear-gradient(145deg, #0d684d, #064333); border-radius: 27px; box-shadow: 0 25px 60px rgba(7,70,51,.16); }.transparency-card::after { content: ""; position: absolute; width: 250px; height: 250px; left: -110px; top: -100px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }.section-kicker--light { color: #a9d6c5; }.transparency-card h2 { margin: 8px 0 14px; color: #fff; font-size: 1.55rem; line-height: 1.55; font-weight: 800; letter-spacing: -.04em; }.transparency-card > div > p { color: #c2ddd3; font-size: .75rem; line-height: 1.9; }.transparency-card a { display: inline-block; margin-top: 18px; color: #fff; font-size: .68rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }.transparency-points { position: relative; z-index: 2; display: grid; gap: 12px; }.transparency-points > div { display: flex; align-items: center; gap: 12px; padding: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }.transparency-points > div > span { width: 34px; height: 34px; display: grid; place-items: center; color: #a8d8c5; background: rgba(255,255,255,.08); border-radius: 10px; font-size: .62rem; }.transparency-points strong, .transparency-points small { display: block; }.transparency-points strong { color: #fff; font-size: .72rem; }.transparency-points small { margin-top: 4px; color: #a9cabe; font-size: .59rem; line-height: 1.5; }
.final-cta { padding-top: 28px; background: #fff; text-align: center; }.final-cta__icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 15px; color: var(--cc-green); background: var(--cc-mint); border-radius: 50%; font-size: 1.2rem; }.final-cta h2 { font-size: 1.65rem; font-weight: 800; }.final-cta p { margin: 8px 0 20px; color: var(--cc-muted); font-size: .76rem; }

/* Calculator */
.calculator-page { background: #f4f8f6; }
.calculator-hero { padding: 28px 0 64px; color: #fff; background: linear-gradient(145deg, #0d6b4f, #064333); }
.calculator-hero .container { display: flex; flex-direction: column; gap: 20px; }
.back-link { display: inline-block; margin-bottom: 18px; color: #b8d9cd; font-size: .67rem; }.back-link:hover { color: #fff; }.calculator-hero .section-kicker { color: #9dd1bd; }.calculator-hero h1 { margin: 5px 0 8px; color: #fff; font-size: 2rem; line-height: 1.4; font-weight: 800; letter-spacing: -.05em; }.calculator-hero h1 span { color: #b7e5d3; }.calculator-hero__copy p { color: #b9d6cc; font-size: .73rem; }
.rate-status { width: fit-content; display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }.rate-status__icon { width: 31px; height: 31px; display: grid; place-items: center; color: #a9dcc8; background: rgba(255,255,255,.08); border-radius: 9px; }.rate-status svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }.rate-status small, .rate-status strong { display: block; }.rate-status small { color: #b7d5ca; font-size: .56rem; }.rate-status strong { margin-top: 3px; color: #fff; font-size: .59rem; }.rate-status > i { width: 7px; height: 7px; margin-right: 3px; background: #66d6a8; border-radius: 50%; box-shadow: 0 0 0 4px rgba(102,214,168,.1); }.rate-status.is-warning > i { background: #efbf63; }
.calculator-container { margin-top: -38px; padding-bottom: 45px; position: relative; z-index: 2; }
.calculator-layout { display: grid; gap: 18px; }.calculator-card { overflow: hidden; background: #fff; border: 1px solid #e0e9e4; border-radius: 23px; box-shadow: var(--cc-shadow); }.calculator-aside { display: none; }
.form-alert { display: flex; align-items: flex-start; gap: 11px; padding: 13px; color: #743c43; background: #fff1f2; border: 1px solid #f1d1d5; border-radius: 16px; }.form-alert__icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--cc-danger); border-radius: 9px; font-weight: 700; }.form-alert strong { font-size: .72rem; }.form-alert p { margin-top: 4px; font-size: .64rem; }
.journey-progress { display: flex; align-items: flex-start; justify-content: center; padding: 18px 20px 15px; background: #fbfcfb; border-bottom: 1px solid #e9efec; }.journey-progress > i { width: clamp(28px, 12vw, 75px); height: 2px; margin-top: 15px; background: #dfe8e3; }.journey-step { padding: 0; display: grid; justify-items: center; gap: 5px; color: #98a39e; background: none; border: 0; font-size: .57rem; cursor: pointer; }.journey-step > span { width: 31px; height: 31px; display: grid; place-items: center; color: #7c8c85; background: #eef2f0; border: 1px solid #e1e8e4; border-radius: 10px; font-size: .67rem; font-weight: 700; }.journey-step.is-active { color: var(--cc-green); }.journey-step.is-active > span { color: #fff; background: var(--cc-green); border-color: var(--cc-green); box-shadow: 0 7px 15px rgba(13,106,77,.18); }.journey-step.is-complete > span { color: var(--cc-green); background: #dff1e8; border-color: #c9e7da; }
.form-step { padding: 22px 18px 12px; }.form-step[hidden] { display: none !important; }.form-step__heading { display: flex; gap: 12px; margin-bottom: 23px; }.form-step__icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cc-green); background: var(--cc-mint); border-radius: 14px; font-size: .8rem; font-weight: 800; }.form-step__icon--blue { color: #397499; background: #e7f1f7; }.form-step__icon--gold { color: #9b6c20; background: #f8efdc; }.form-step__icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.form-step__heading small { color: var(--cc-green); font-size: .57rem; font-weight: 700; }.form-step__heading h2 { margin: 3px 0 4px; font-size: 1.15rem; font-weight: 800; letter-spacing: -.035em; }.form-step__heading p { color: var(--cc-muted); font-size: .62rem; line-height: 1.6; }
.label { margin-bottom: 8px; color: #33443d; font-size: .68rem; font-weight: 700; }.label-hint { color: #8b9892; font-size: .54rem; font-weight: 500; }.field:not(:last-child) { margin-bottom: 20px; }.form-columns { margin: 0 -.38rem; }.form-columns > .column { padding: .46rem .38rem; }
.scheme-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.choice-card { min-height: 112px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 14px; color: #66736e; background: #fafcfb; border: 1px solid #e1e9e5; border-radius: 16px; cursor: pointer; transition: .2s ease; }.choice-card input { position: absolute; opacity: 0; pointer-events: none; }.choice-card:has(input:checked) { color: var(--cc-green-dark); background: #edf7f2; border-color: #6fb99f; box-shadow: inset 0 0 0 1px #6fb99f; }.choice-card__check { display: none; position: absolute; left: 9px; top: 9px; width: 19px; height: 19px; place-items: center; color: #fff; background: var(--cc-green); border-radius: 50%; font-size: .57rem; }.choice-card:has(input:checked) .choice-card__check { display: grid; }.choice-card__icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--cc-green); background: #e8f3ee; border-radius: 9px; font-size: .9rem; }.choice-card strong { color: inherit; font-size: .68rem; }.choice-card small { font-size: .54rem; }.choice-card.is-disabled { opacity: .55; cursor: not-allowed; }.soon-tag { position: absolute; left: 8px; top: 8px; padding: 3px 5px; color: #97712f; background: #f7edda; border-radius: 6px; font-size: .46rem; }
.fuel-picker { display: flex; gap: 7px; padding-bottom: 5px; overflow-x: auto; scroll-snap-type: x mandatory; }.fuel-chip { min-width: max-content; display: flex; align-items: center; gap: 5px; padding: 9px 11px; color: #61706a; background: #f8faf9; border: 1px solid #e1e8e4; border-radius: 11px; font-size: .6rem; cursor: pointer; scroll-snap-align: start; }.fuel-chip input { position: absolute; opacity: 0; }.fuel-chip:has(input:checked) { color: var(--cc-green-dark); background: #e9f5ef; border-color: #6eb89e; box-shadow: inset 0 0 0 1px #6eb89e; }.fuel-chip > span { font-size: .75rem; }
.app-input, .app-select select { height: 46px; color: #25372f; background: #fbfcfb; border-color: #dfe7e3; border-radius: 12px; box-shadow: none; font-size: .72rem; }.app-input:focus, .app-select select:focus { border-color: #55a689; box-shadow: 0 0 0 3px rgba(57,145,112,.1); }.app-input--large { height: 54px; font-size: 1rem; font-weight: 700; }.control.has-icons-left .app-input { padding-left: 3.5rem; padding-right: .85rem; }.control.has-icons-left .icon.is-left { left: 0; right: auto; width: 3.3rem; color: #7a8983; font-size: .59rem; font-weight: 700; }.input-unit { direction: rtl; }.select.app-select:not(.is-multiple):not(.is-loading)::after { border-color: var(--cc-green); left: 1.1em; right: auto; }.app-select select { width: 100%; padding-right: .85rem; padding-left: 2.5rem; }.help.is-danger { font-size: .57rem; }.field-explainer { margin-top: 6px; color: #8b9892; font-size: .53rem; line-height: 1.5; }
.app-checkbox { display: flex; align-items: center; gap: 7px; margin-top: 10px; color: #66746e; font-size: .58rem; cursor: pointer; }.app-checkbox input { position: absolute; opacity: 0; }.app-checkbox > span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #cfdcd6; border-radius: 6px; }.app-checkbox:has(input:checked) > span { background: var(--cc-green); border-color: var(--cc-green); }.app-checkbox:has(input:checked) > span::after { content: "✓"; color: #fff; font-size: .57rem; }
.rate-context-note, .result-warning { display: flex; align-items: flex-start; gap: 9px; padding: 12px; color: #3e5e52; background: #eef7f3; border: 1px solid #d7eae1; border-radius: 13px; }.rate-context-note > span, .result-warning > span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: #419474; border-radius: 8px; font-size: .6rem; font-weight: 700; }.rate-context-note p { font-size: .57rem; line-height: 1.7; }.rate-context-note strong { display: block; font-size: .61rem; }
.advanced-fields { padding: 12px; background: #f9fbfa; border: 1px solid #e4ebe7; border-radius: 14px; }.advanced-fields summary { display: flex; align-items: center; justify-content: space-between; color: #53635d; font-size: .65rem; font-weight: 700; cursor: pointer; }.advanced-fields[open] summary { margin-bottom: 12px; }.beneficiary-box { padding: 15px; background: #f2f8f5; border: 1px solid #d8e9e1; border-radius: 15px; }.beneficiary-box h3 { margin-bottom: 9px; color: var(--cc-green-dark); font-size: .75rem; font-weight: 700; }
.form-navigation { display: flex; align-items: center; gap: 8px; padding: 14px 18px 18px; border-top: 1px solid #eef2f0; }.form-navigation .button { flex: 1; }.form-navigation__hint { color: #8b9892; font-size: .53rem; white-space: nowrap; }.calculate-submit { flex: 2 !important; }.submit-icon { margin-left: 5px; }

/* Result */
.result-experience { display: grid; gap: 13px; margin-bottom: 25px; scroll-margin-top: 90px; }.result-hero-card { overflow: hidden; position: relative; padding: 19px; color: #fff; background: linear-gradient(145deg, #0e704f, #064334); border-radius: 23px; box-shadow: 0 20px 45px rgba(7,76,53,.19); }.result-hero-card::after { content: ""; position: absolute; width: 230px; height: 230px; left: -110px; top: -120px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }.result-hero-card__header { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; }.result-check { width: 34px; height: 34px; display: grid; place-items: center; color: #0e6a4d; background: #d8f0e6; border-radius: 11px; font-size: .75rem; font-weight: 800; }.result-hero-card__header small, .result-hero-card__header strong { display: block; }.result-hero-card__header small { color: #aad4c4; font-size: .53rem; }.result-hero-card__header strong { margin-top: 2px; color: #fff; font-size: .68rem; }.result-badge { margin-right: auto; padding: 5px 7px; color: #b7dacd; background: rgba(255,255,255,.08); border-radius: 7px; font-size: .5rem; }.result-total { position: relative; z-index: 1; margin: 22px 0 4px; text-align: center; }.result-total strong { display: block; color: #fff; font-size: clamp(2rem, 11vw, 3.5rem); line-height: 1.2; letter-spacing: -.055em; }.result-total span { color: #b8dacf; font-size: .63rem; }.result-total__meta { position: relative; z-index: 1; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 12px 0 18px; }.result-total__meta span { padding: 5px 8px; color: #c5e0d6; background: rgba(255,255,255,.07); border-radius: 7px; font-size: .5rem; }.result-composition { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); }.result-composition > div { display: grid; gap: 4px; min-width: 0; }.result-composition > div > span { width: var(--part); height: 3px; background: #8bd0b5; border-radius: 9px; }.result-composition > div:nth-child(2) > span { background: #edc16d; }.result-composition > div:nth-child(3) > span { background: #8fbbd0; }.result-composition small { color: #a8c9bd; font-size: .46rem; }.result-composition strong { color: #fff; font-size: .56rem; overflow: hidden; text-overflow: ellipsis; }
.result-metrics { display: grid; gap: 9px; }.result-metrics article { position: relative; padding: 15px 54px 15px 13px; background: #fff; border: 1px solid #e1e9e5; border-radius: 16px; }.metric-icon { position: absolute; right: 13px; top: 14px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; font-size: .58rem; font-weight: 800; }.metric-icon--green { color: #28765a; background: #e6f3ed; }.metric-icon--blue { color: #366f93; background: #e8f1f7; font-size: .48rem; }.metric-icon--gold { color: #9e7022; background: #f8edda; }.result-metrics small, .result-metrics strong { display: block; }.result-metrics article > small { color: #7c8984; font-size: .53rem; }.result-metrics article > strong { margin-top: 3px; font-size: .76rem; }.result-metrics p { margin-top: 4px; color: #95a09b; font-size: .49rem; }
.result-details { background: #fff; border: 1px solid #e1e9e5; border-radius: 17px; }.result-details summary { display: flex; align-items: center; justify-content: space-between; padding: 14px; cursor: pointer; }.result-details summary > span { display: flex; align-items: center; gap: 10px; }.result-details summary i { width: 31px; height: 31px; display: grid; place-items: center; color: var(--cc-green); background: var(--cc-mint); border-radius: 9px; font-style: normal; }.result-details summary strong, .result-details summary small { display: block; }.result-details summary strong { font-size: .67rem; }.result-details summary small { margin-top: 3px; color: #89958f; font-size: .5rem; }.result-details summary > b { color: #809089; font-size: .65rem; }.result-details[open] summary > b { transform: rotate(180deg); }.tax-lines { border-top: 1px solid #e9efec; }.tax-line { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 9px; padding: 12px 14px; border-bottom: 1px solid #eef2f0; }.tax-line:last-child { border-bottom: 0; }.tax-code { padding: 5px 3px; color: #47675b; background: #edf4f1; border-radius: 7px; text-align: center; font-size: .49rem; font-weight: 700; direction: ltr; }.tax-line strong, .tax-line small { display: block; }.tax-line > div:nth-child(2) strong { font-size: .6rem; }.tax-line > div:nth-child(2) small { margin-top: 3px; color: #8b9792; font-size: .46rem; }.tax-line__amount { text-align: left; }.tax-line__amount strong { font-size: .59rem; white-space: nowrap; }.tax-line__amount small { margin-top: 3px; color: #5c9a82; font-size: .43rem; }.tax-line--total { background: #f7faf8; }.tax-line--total .tax-line__amount strong { color: var(--cc-green-dark); font-size: .68rem; }
.result-warning { color: #705726; background: #fff8e9; border-color: #f1dfb9; }.result-warning > span { background: #d3a64d; }.result-warning p { font-size: .56rem; line-height: 1.7; }.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.legal-note { color: #89958f; font-size: .5rem; line-height: 1.7; text-align: center; }

/* Generic content */
.content-hero { padding: 50px 0 85px; color: #fff; background: linear-gradient(145deg,#0d6b4f,#064333); text-align: center; }.content-hero h1 { color: #fff; font-size: 2rem; font-weight: 800; }.content-hero p { max-width: 600px; margin: 10px auto 0; color: #bbd8cd; font-size: .75rem; line-height: 1.8; }.content-shell { margin-top: -45px; padding-bottom: 60px; position: relative; }.content-card { padding: 22px; background: #fff; border: 1px solid var(--cc-line); border-radius: 22px; box-shadow: var(--cc-shadow); }.guide-grid, .rates-grid { display: grid; gap: 12px; }.guide-item, .rate-card { padding: 17px; background: #fafcfb; border: 1px solid #e4ebe7; border-radius: 15px; }.guide-item span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--cc-green); background: var(--cc-mint); border-radius: 9px; font-size: .65rem; font-weight: 700; }.guide-item h2 { margin: 10px 0 6px; font-size: .78rem; font-weight: 700; }.guide-item p { color: var(--cc-muted); font-size: .61rem; line-height: 1.8; }.rate-card { display: flex; align-items: center; gap: 12px; }.rate-card > div { flex: 1; }.rate-card small, .rate-card strong { display: block; }.rate-card small { color: var(--cc-muted); font-size: .57rem; }.rate-card strong { margin-top: 3px; font-size: .82rem; }.rate-card .tag { font-size: .5rem; }
.rates-sponsor { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; margin-bottom: 20px; padding: 17px; color: #fff; background: linear-gradient(135deg,#0b6048,#073d31); border-radius: 17px; box-shadow: 0 13px 30px rgba(8,74,54,.16); }
.rates-sponsor::after { content: ""; position: absolute; width: 150px; height: 150px; inset-inline-end: -75px; top: -85px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 27px rgba(255,255,255,.025),0 0 0 54px rgba(255,255,255,.018); }
.rates-sponsor__mark { position: relative; z-index: 1; width: 47px; height: 47px; display: grid; place-items: center; color: #0b6048; background: #fff; border-radius: 14px; box-shadow: 0 8px 20px rgba(0,0,0,.13); font-size: .9rem; font-weight: 800; direction: ltr; }
.rates-sponsor__copy { position: relative; z-index: 1; min-width: 0; }
.rates-sponsor__copy small, .rates-sponsor__copy strong { display: block; }
.rates-sponsor__copy small { color: #9fd2bf; font-size: .49rem; font-weight: 700; }
.rates-sponsor__copy strong { margin-top: 3px; color: #fff; font-size: .72rem; line-height: 1.55; }
.rates-sponsor__copy p { margin-top: 4px; color: #bbdacf; font-size: .53rem; line-height: 1.65; }
.rates-sponsor__button { z-index: 1; grid-column: 1/-1; width: 100%; height: 40px; color: #07513c; background: #fff; border: 0; border-radius: 11px; font-size: .58rem; font-weight: 800; }
.rates-sponsor__button:hover { color: #07513c; background: #eaf6f1; }

@media (min-width: 769px) {
    body { padding-bottom: 0; }.container { width: min(100% - 48px, 1152px); }.app-header { height: 78px; }.mobile-header-actions { display: none; }.desktop-nav { display: flex; align-items: center; gap: 6px; }.desktop-nav a { padding: 9px 12px; color: #65726d; border-radius: 9px; font-size: .7rem; font-weight: 600; }.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--cc-green); background: #eef6f2; }.header-actions { display: flex; align-items: center; gap: 9px; }.language-pill { padding: 8px 10px; color: #68766f; background: transparent; border: 0; font-size: .66rem; }.app-header__cta { height: 39px; padding-inline: 17px; border-radius: 11px; font-size: .65rem; font-weight: 700; }.mobile-tabbar { display: none; }.app-footer { display: block; padding: 38px 0 22px; color: #a9c5ba; background: #073e30; }.app-footer__top, .app-footer__bottom { display: flex; align-items: center; justify-content: space-between; }.brand--light, .brand--light:hover { color: #fff; }.brand--light small { color: #92b4a7; }.app-footer__top p { max-width: 460px; font-size: .66rem; }.app-footer__bottom { margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .55rem; }
    .hero-shell { min-height: 650px; padding: 75px 0 78px; }.hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }.hero-copy h1 { font-size: clamp(3.4rem,6vw,5.4rem); }.hero-copy__lead { font-size: 1rem; }.hero-actions { display: flex; }.hero-actions .button { min-width: 165px; }.hero-visual { width: 390px; }.phone-card { transform: rotate(-1.5deg); }.floating-chip--rate { right: -30px; }.floating-chip--saving { left: -35px; }
    .quick-rates, .how-section, .transparency-section, .final-cta { padding: 78px 0; }.quick-rates { padding-bottom: 25px; }.rate-strip { grid-template-columns: repeat(4,1fr); }.section-heading h2 { font-size: 2rem; }.steps-grid { grid-template-columns: repeat(3,1fr); gap: 17px; }.step-card { min-height: 220px; padding: 30px; }.transparency-card { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 50px 55px; }.transparency-card h2 { font-size: 2.15rem; }.final-cta h2 { font-size: 2.1rem; }
    .calculator-hero { padding: 45px 0 85px; }.calculator-hero .container { flex-direction: row; align-items: end; justify-content: space-between; }.calculator-hero h1 { font-size: 2.8rem; }.calculator-container { margin-top: -50px; }.calculator-layout { grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 20px; }.calculator-card { border-radius: 25px; }.calculator-aside { display: grid; gap: 13px; position: sticky; top: 97px; }.form-step { min-height: 530px; padding: 30px 34px 20px; }.form-navigation { padding: 17px 34px 24px; }.form-navigation .button { flex: 0 0 auto; min-width: 125px; }.form-navigation__hint { margin-left: auto; }.scheme-picker { grid-template-columns: repeat(4,1fr); }.choice-card { min-height: 125px; }.fuel-picker { flex-wrap: wrap; overflow: visible; }.live-summary, .help-card { background: #fff; border: 1px solid #e0e9e4; border-radius: 20px; box-shadow: 0 13px 35px rgba(15,57,44,.07); }.live-summary { padding: 18px; }.live-summary__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid #edf1ef; }.live-summary__head span { font-size: .72rem; font-weight: 700; }.live-summary__head small { color: #8b9792; font-size: .48rem; }.live-summary__amount { padding: 18px 0; text-align: center; }.live-summary__amount small { display: block; color: #85918c; font-size: .53rem; }.live-summary__amount strong { display: block; margin-top: 4px; color: var(--cc-green-dark); font-size: 1.45rem; }.live-summary__amount strong span { font-size: .55rem; }.live-summary__rows { display: grid; gap: 9px; padding: 13px 0; border-block: 1px solid #edf1ef; }.live-summary__rows > div { display: flex; justify-content: space-between; gap: 12px; font-size: .55rem; }.live-summary__rows span { color: #84908b; }.live-summary__rows strong { font-weight: 600; text-align: left; }.live-summary__note { display: flex; gap: 7px; margin-top: 13px; color: #678078; }.live-summary__note > span { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; background: #edf5f1; border-radius: 7px; font-size: .52rem; }.live-summary__note p { font-size: .49rem; line-height: 1.6; }.help-card { display: flex; gap: 10px; padding: 15px; }.help-card > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: #9a722e; background: #f8efdf; border-radius: 9px; font-size: .7rem; font-weight: 700; }.help-card strong { font-size: .61rem; }.help-card p { margin: 4px 0; color: #81908a; font-size: .5rem; line-height: 1.6; }.help-card a { font-size: .52rem; font-weight: 700; }
    .result-experience { grid-template-columns: repeat(3,1fr); }.result-hero-card, .result-details, .result-warning, .result-actions, .legal-note { grid-column: 1/-1; }.result-metrics { grid-column: 1/-1; grid-template-columns: repeat(3,1fr); }.result-hero-card { padding: 27px 32px; }.result-total strong { font-size: 3.7rem; }.result-composition { max-width: 680px; margin-inline: auto; }.tax-line { grid-template-columns: 55px 1fr 190px; padding: 14px 20px; }.result-warning { margin-inline: 0; }.result-actions { justify-content: center; grid-template-columns: 180px 180px; }
    .content-hero { padding: 70px 0 105px; }.content-hero h1 { font-size: 2.8rem; }.content-card { padding: 32px; }.guide-grid, .rates-grid { grid-template-columns: repeat(3,1fr); }.rates-sponsor { grid-template-columns: auto minmax(0,1fr) auto; gap: 17px; padding: 20px 22px; }.rates-sponsor__button { grid-column: auto; width: auto; min-width: 175px; padding-inline: 18px; }
}

@media (min-width: 1024px) { .calculator-layout { grid-template-columns: minmax(0,1fr) 330px; gap: 25px; }.form-step { padding-inline: 42px; }.form-navigation { padding-inline: 42px; } }

/* Bidirectional layout adjustments for Arabic and Latin locales. */
.hero-copy { text-align: start; }
.bar-dot { margin-left: 0; margin-inline-end: 5px; }
[dir="ltr"] .result-badge { margin-right: 0; margin-left: auto; }
[dir="ltr"] .result-metrics article { padding: 15px 13px 15px 54px; }
[dir="ltr"] .metric-icon { right: auto; left: 13px; }
[dir="ltr"] .tax-line__amount,
[dir="ltr"] .live-summary__rows strong { text-align: right; }
[dir="ltr"] .choice-card__check,
[dir="ltr"] .soon-tag { left: auto; right: 9px; }
[dir="ltr"] .select.app-select:not(.is-multiple):not(.is-loading)::after { left: auto; right: 1.1em; }
[dir="ltr"] .app-select select { padding-right: 2.5rem; padding-left: .85rem; }
[dir="ltr"] .form-navigation__hint { margin-left: 0; margin-right: auto; }
@media (min-width: 769px) { .container { width: calc(100% - 48px); max-width: 1152px; } }
@media print { .app-header,.mobile-tabbar,.app-footer,.calculator-hero,.calculator-layout,.result-actions { display:none!important; } body { padding:0;background:#fff; }.calculator-container { margin:0;width:100%; }.result-experience { display:block; }.result-experience > * { margin-bottom:12px; box-shadow:none; } }

/* Partner news */
.news-hero { text-align: start; }
.news-hero .section-kicker { display: block; margin-bottom: 9px; }
.news-hero p { margin-inline: 0; }
.news-shell { padding-inline: 2px; }
.news-grid { display: grid; gap: 14px; }
.news-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cc-line); border-radius: 20px; box-shadow: 0 12px 35px rgba(15,57,44,.07); }
.news-card__image { aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg,#16815f,#074b38); font-size: 1.4rem; font-weight: 800; }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-card__image img { transform: scale(1.025); }
.news-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 18px; }
.news-card__meta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #809089; font-size: .52rem; }
.news-card__meta span, .news-article__partner { padding: 5px 8px; color: #27785b; background: #e9f5ef; border-radius: 999px; font-size: .48rem; font-weight: 700; }
.news-card h2, .news-card h3 { margin: 12px 0 8px; color: #20352c; font-size: .82rem; font-weight: 800; line-height: 1.65; }
.news-card h2 a, .news-card h3 a { color: inherit; }
.news-card p { display: -webkit-box; overflow: hidden; color: var(--cc-muted); font-size: .6rem; line-height: 1.85; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card__read { margin-top: auto; padding-top: 14px; color: var(--cc-green); font-size: .58rem; font-weight: 800; }
.news-empty { text-align: center; }
.news-empty h2 { font-size: 1rem; font-weight: 800; }
.news-empty p { margin-top: 7px; color: var(--cc-muted); font-size: .64rem; }
.news-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 24px; padding: 13px; background: #fff; border: 1px solid var(--cc-line); border-radius: 15px; font-size: .57rem; text-align: center; }
.news-pagination a { color: var(--cc-green); font-weight: 800; }
.news-pagination a:last-child { text-align: end; }
.news-pagination a:first-child { text-align: start; }
.news-article__header { padding: 42px 0 32px; background: linear-gradient(180deg,#f0f8f4 0,#f7faf8 100%); border-bottom: 1px solid #e2ece7; }
.news-article__narrow { width: min(calc(100% - 32px), 760px); }
.news-breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 25px; color: #7b8b84; font-size: .55rem; }
.news-breadcrumb a { color: var(--cc-green); }
.news-article__partner { display: inline-flex; }
.news-article h1 { margin: 13px 0 12px; color: #17372b; font-size: clamp(1.65rem,8vw,2.8rem); font-weight: 800; line-height: 1.45; letter-spacing: -.035em; }
.news-article__lead { color: #60726b; font-size: .76rem; line-height: 1.9; }
.news-article__meta { display: flex; gap: 12px; margin-top: 18px; color: #82918b; font-size: .54rem; }
.news-article__media { width: min(calc(100% - 24px), 1000px); margin-top: 22px; }
.news-article__media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; box-shadow: 0 18px 45px rgba(17,63,47,.12); }
.news-article__content { padding: 30px 0 8px; color: #283a33; font-size: .78rem; line-height: 2.1; }
.news-article__content p, .news-article__content ul, .news-article__content ol, .news-article__content blockquote { margin-bottom: 1.25em; }
.news-article__content h2, .news-article__content h3, .news-article__content h4 { margin: 1.7em 0 .65em; color: #143c2e; font-weight: 800; line-height: 1.55; }
.news-article__content h2 { font-size: 1.25rem; }
.news-article__content h3 { font-size: 1.05rem; }
.news-article__content ul, .news-article__content ol { padding-inline-start: 1.4rem; }
.news-article__content a { color: var(--cc-green); text-decoration: underline; text-underline-offset: 3px; }
.news-article__content blockquote { padding: 14px 18px; color: #426457; background: #edf6f2; border-inline-start: 4px solid #50a383; border-radius: 10px; }
.news-source-box { display: flex; flex-direction: column; gap: 14px; margin: 25px 0 55px; padding: 18px; background: #fff9ec; border: 1px solid #efdfb9; border-radius: 17px; }
.news-source-box strong { color: #6d5422; font-size: .68rem; }
.news-source-box p { margin-top: 4px; color: #85744f; font-size: .55rem; line-height: 1.7; }
.news-source-box a { align-self: flex-start; padding: 9px 12px; color: #72571f; background: #f4e6c4; border-radius: 9px; font-size: .55rem; font-weight: 800; }
.related-news { padding: 48px 0 70px; background: #f0f6f3; }
.news-card--compact .news-card__body > time { color: #809089; font-size: .5rem; }
.news-card--compact h3 { margin-bottom: 0; }

@media (min-width: 600px) {
    .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .news-source-box { flex-direction: row; align-items: center; justify-content: space-between; }
    .news-source-box > div { max-width: 520px; }
    .news-source-box a { flex: 0 0 auto; }
}
@media (min-width: 900px) {
    .news-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
    .news-grid .news-card:first-child { grid-column: span 2; }
    .news-grid .news-card:first-child .news-card__image { aspect-ratio: 2/1; }
    .news-grid--related .news-card:first-child { grid-column: auto; }
    .news-grid--related .news-card:first-child .news-card__image { aspect-ratio: 16/9; }
    .news-card__body { padding: 21px; }
    .news-card h2 { font-size: .92rem; }
    .news-article__header { padding: 65px 0 45px; }
    .news-article__content { padding-top: 42px; font-size: .88rem; }
}

/* Currency flags */
.currency-flag { overflow: hidden; display: inline-grid; place-items: center; padding: 0; background: #fff; border: 1px solid rgba(20,68,51,.1); box-shadow: 0 5px 13px rgba(15,57,44,.1); }
.currency-flag img { width: 100%; height: 100%; display: block; object-fit: cover; }
.currency-flag svg { width: 65%; height: 65%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.currency-avatar.currency-flag { border-radius: 13px; }
.currency-flag--metric { overflow: hidden; padding: 0; background: #fff; border: 1px solid #dbe8e2; }
.currency-flag--step { overflow: hidden; padding: 0; background: #fff; border: 1px solid #d6e6df; }
.currency-flag--tiny { width: 19px; height: 19px; flex: 0 0 auto; border-radius: 6px; box-shadow: 0 3px 8px rgba(15,57,44,.1); }
.currency-input-unit { display: flex !important; align-items: center; justify-content: center; gap: 4px; width: 4.8rem !important; direction: ltr; }
.currency-input-unit > span:last-child { font-size: .48rem; }
.control.has-icons-left:has(.currency-input-unit) .app-input { padding-left: 5rem; }
.currency-select-with-flag { position: relative; }
.currency-select-with-flag .currency-flag--select { position: absolute; z-index: 5; inset-inline-start: 11px; top: 50%; width: 24px; height: 24px; border-radius: 7px; transform: translateY(-50%); pointer-events: none; }
.currency-select-with-flag .app-select select { padding-inline-start: 3rem !important; }
.live-currency { display: inline-flex; align-items: center; gap: 5px; direction: ltr; vertical-align: middle; }

/* Dark theme for custom surfaces outside Bulma components. */
[data-theme="dark"] .app-ambient { background: radial-gradient(circle at 8% 8%, rgba(73, 192, 145, .08), transparent 23rem), radial-gradient(circle at 95% 45%, rgba(226, 185, 93, .04), transparent 25rem); }
[data-theme="dark"] .hero-shell,
[data-theme="dark"] .news-article__header { background: linear-gradient(150deg, #14231d 0%, #101a16 68%, #13231d 100%); }
[data-theme="dark"] .quick-rates,
[data-theme="dark"] .how-section,
[data-theme="dark"] .final-cta,
[data-theme="dark"] .calculator-page,
[data-theme="dark"] .related-news { background: var(--cc-bg); }
[data-theme="dark"] .transparency-section { background: #12211b; }
[data-theme="dark"] .phone-card,
[data-theme="dark"] .floating-chip,
[data-theme="dark"] .mini-rate,
[data-theme="dark"] .step-card,
[data-theme="dark"] .calculator-card,
[data-theme="dark"] .content-card,
[data-theme="dark"] .guide-item,
[data-theme="dark"] .rate-card,
[data-theme="dark"] .result-metrics article,
[data-theme="dark"] .result-details,
[data-theme="dark"] .live-summary,
[data-theme="dark"] .help-card,
[data-theme="dark"] .news-card,
[data-theme="dark"] .news-pagination { color: var(--cc-ink); background: var(--cc-surface); border-color: var(--cc-line); }
[data-theme="dark"] .car-orbit { background: radial-gradient(circle, #1b3128 0, #17241f 53%, transparent 54%); }
[data-theme="dark"] .journey-progress,
[data-theme="dark"] .choice-card,
[data-theme="dark"] .fuel-chip,
[data-theme="dark"] .advanced-fields,
[data-theme="dark"] .beneficiary-box,
[data-theme="dark"] .tax-line--total { color: var(--cc-ink); background: #1a2923; border-color: var(--cc-line); }
[data-theme="dark"] .choice-card:has(input:checked),
[data-theme="dark"] .fuel-chip:has(input:checked),
[data-theme="dark"] .rate-context-note { background: #19342a; border-color: #285442; }
[data-theme="dark"] .app-input,
[data-theme="dark"] .app-select select,
[data-theme="dark"] .select select,
[data-theme="dark"] .textarea { color: var(--cc-ink); background: #101b17; border-color: var(--cc-line); }
[data-theme="dark"] .app-button--soft { color: var(--cc-ink); background: #1b3028; border-color: #2b493e; }
[data-theme="dark"] .desktop-nav a { color: var(--cc-muted); }
[data-theme="dark"] .desktop-nav a:hover,
[data-theme="dark"] .desktop-nav a.is-active { color: var(--cc-green); background: var(--cc-mint); }
[data-theme="dark"] .phone-card__top,
[data-theme="dark"] .cost-bars span,
[data-theme="dark"] .mini-rate small,
[data-theme="dark"] .choice-card,
[data-theme="dark"] .fuel-chip,
[data-theme="dark"] .label,
[data-theme="dark"] .advanced-fields summary,
[data-theme="dark"] .news-card__meta,
[data-theme="dark"] .news-breadcrumb,
[data-theme="dark"] .news-article__lead,
[data-theme="dark"] .news-article__meta,
[data-theme="dark"] .news-article__content { color: var(--cc-muted); }
[data-theme="dark"] .cost-bars strong,
[data-theme="dark"] .floating-chip strong,
[data-theme="dark"] .news-card h2,
[data-theme="dark"] .news-card h3,
[data-theme="dark"] .news-article h1,
[data-theme="dark"] .news-article__content h2,
[data-theme="dark"] .news-article__content h3,
[data-theme="dark"] .news-article__content h4 { color: var(--cc-ink); }
[data-theme="dark"] .news-article__content blockquote { color: #b8d8ca; background: #193229; }
[data-theme="dark"] .news-source-box { background: #2b261a; border-color: #55482b; }
[data-theme="dark"] .news-source-box strong { color: #efdcae; }
[data-theme="dark"] .news-source-box p { color: #c7b98e; }
[data-theme="dark"] .news-source-box a { color: #f2ddb0; background: #4a3d22; }
[data-theme="dark"] .currency-flag,
[data-theme="dark"] .currency-flag--metric,
[data-theme="dark"] .currency-flag--step { background: #fff; }

/* Localized 404 page. */
.not-found-page { padding: 0; display: grid; min-height: 100vh; background: var(--cc-bg); }
.not-found-shell { width: min(calc(100% - 32px), 780px); margin: auto; padding: 28px 0; }
.not-found-brand { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 auto 20px; color: var(--cc-ink); }
.not-found-brand:hover { color: var(--cc-ink); }
.not-found-brand img { width: 51px; height: 42px; object-fit: contain; }
.not-found-brand .brand__logo-dark { display: none; }
[data-theme="dark"] .not-found-brand .brand__logo-light { display: none; }
[data-theme="dark"] .not-found-brand .brand__logo-dark { display: block; }
.not-found-brand strong { font-size: 1.05rem; }
.not-found-card { position: relative; overflow: hidden; padding: 34px 22px; background: var(--cc-surface); border: 1px solid var(--cc-line); border-radius: 28px; box-shadow: var(--cc-shadow); text-align: center; }
.not-found-card::before { content: ""; width: 260px; height: 260px; position: absolute; inset-inline-end: -150px; top: -150px; background: var(--cc-mint); border-radius: 50%; opacity: .65; }
.not-found-visual { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; color: var(--cc-green-dark); font-size: clamp(3.5rem, 18vw, 7rem); font-weight: 800; line-height: 1; }
.not-found-visual i { width: clamp(58px, 18vw, 100px); height: clamp(58px, 18vw, 100px); position: relative; display: block; background: linear-gradient(145deg, #16815f, #074b38); border-radius: 50% 50% 45% 45%; box-shadow: 0 15px 35px rgba(10, 97, 70, .25); }
.not-found-visual i::before { content: ""; width: 52%; height: 32%; position: absolute; left: 24%; top: 29%; border: 4px solid #d9f0e7; border-top: 0; border-radius: 0 0 40px 40px; }
.not-found-card h1 { position: relative; max-width: 570px; margin: 10px auto; color: var(--cc-ink); font-size: clamp(1.55rem, 7vw, 2.45rem); font-weight: 800; line-height: 1.5; }
.not-found-card > p { max-width: 590px; margin: 0 auto; color: var(--cc-muted); font-size: .76rem; line-height: 1.9; }
.not-found-actions { display: grid; gap: 9px; margin: 24px auto 18px; }
.not-found-card nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; padding-top: 17px; border-top: 1px solid var(--cc-line); }
.not-found-card nav a { font-size: .62rem; font-weight: 700; }

@media (min-width: 600px) {
    .not-found-card { padding: 48px; }
    .not-found-actions { width: fit-content; grid-template-columns: repeat(2, minmax(170px, 1fr)); }
}

@media (max-width: 430px) {
    .brand__copy small { display: none; }
    .brand__copy strong { font-size: .9rem; }
    .brand__logo { width: 43px; height: 36px; }
    .mobile-header-actions { gap: 5px; }
}
