:root {
  --ink: #111a3a;
  --ink-soft: #526078;
  --teal: #18c9b5;
  --teal-dark: #087f76;
  --coral: #ff6f61;
  --gold: #ffb648;
  --violet: #7d6cf2;
  --cream: #fff3d6;
  --mint: #e7faf6;
  --lavender: #eeebff;
  --paper: #ffffff;
  --mist: #f5f7fc;
  --line: #dfe5ef;
  --shadow: 0 24px 70px rgba(17, 26, 58, 0.14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(220, 233, 230, .8); background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.3rem; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span span { color: var(--teal-dark); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--ink-soft); font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal-dark); }
.nav-toggle { display: none; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--paper); font-weight: 800; }
.hero { overflow: hidden; background: radial-gradient(circle at 88% 14%, rgba(125,108,242,.2), transparent 29%), radial-gradient(circle at 64% 78%, rgba(24,201,181,.16), transparent 32%), linear-gradient(150deg, #fcfdff 0%, #f4f8ff 48%, #edf9f6 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; padding-block: 68px 76px; }
.eyebrow, .step-kicker { display: inline-block; margin-bottom: 14px; color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .tool-hero h1, .page-hero h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 6vw, 5.45rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--teal-dark); background: linear-gradient(90deg, var(--teal-dark), var(--violet)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: var(--ink-soft); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--ink), #283a70); box-shadow: 0 12px 30px rgba(17,26,58,.24); }
.button--primary:hover { background: linear-gradient(135deg, #1a2854, #33498a); box-shadow: 0 16px 36px rgba(17,26,58,.28); }
.button--quiet { color: var(--ink); background: var(--paper); border: 1px solid var(--line); }
.button--wide { width: 100%; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 26px 0 0; padding: 0; color: var(--ink-soft); font-size: .86rem; font-weight: 700; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--teal-dark); font-weight: 900; }
.hero-mascot { position: relative; display: grid; place-items: center; min-height: 520px; }
.hero-mascot::before { position: absolute; width: 420px; height: 420px; border-radius: 42% 58% 60% 40%; background: linear-gradient(145deg, var(--cream), var(--lavender) 58%, var(--mint)); box-shadow: inset 0 0 0 1px rgba(17,26,58,.05); content: ""; transform: rotate(-8deg); animation: mascot-blob 9s ease-in-out infinite alternate; }
.mascot-stage { --mascot-x: 0px; --mascot-y: 0px; --mascot-rotate: 0deg; position: relative; z-index: 2; display: grid; width: min(520px, 100%); place-items: center; isolation: isolate; transform: translate3d(var(--mascot-x), var(--mascot-y), 0) rotate(var(--mascot-rotate)); transition: transform .28s ease-out; }
.mascot-stage > img { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 24px 24px rgba(10,37,64,.18)); animation: mascot-float 5s ease-in-out infinite; }
.mascot-ripple { position: absolute; z-index: -1; width: 67%; aspect-ratio: 1; border: 2px solid rgba(24,201,181,.18); border-radius: 50%; animation: mascot-ripple 4.8s ease-out infinite; }
.mascot-orbit { position: absolute; z-index: 3; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: white; background: var(--coral); box-shadow: var(--shadow); font-size: 1.6rem; font-weight: 900; transform: rotate(8deg); animation: orbit-one 4.4s ease-in-out infinite; }
.mascot-orbit--one { top: 11%; right: 3%; }
.mascot-orbit--two { bottom: 20%; left: -2%; color: var(--ink); background: var(--gold); transform: rotate(-9deg); animation-name: orbit-two; animation-delay: -.8s; }
.mascot-orbit--three { top: 38%; left: -3%; width: 48px; height: 48px; border-radius: 15px; background: var(--violet); font-size: 1.35rem; animation-name: orbit-three; animation-delay: -1.6s; }
.mascot-note { position: absolute; right: 0; bottom: 2%; z-index: 4; display: flex; flex-direction: column; padding: 14px 18px; border: 1px solid rgba(220,233,230,.9); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); animation: note-float 4.2s ease-in-out infinite; }
.mascot-note strong { font-size: .95rem; }
.mascot-note span { color: var(--ink-soft); font-size: .79rem; }
@keyframes mascot-blob { from { border-radius: 42% 58% 60% 40%; transform: rotate(-8deg) scale(1); } to { border-radius: 55% 45% 42% 58%; transform: rotate(-3deg) scale(1.035); } }
@keyframes mascot-float { 0%, 100% { transform: translateY(0) rotate(-.4deg); } 50% { transform: translateY(-12px) rotate(.7deg); } }
@keyframes mascot-ripple { 0% { opacity: 0; transform: scale(.76); } 28% { opacity: .7; } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes orbit-one { 0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); } 50% { transform: translate3d(5px, -10px, 0) rotate(15deg); } }
@keyframes orbit-two { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-9deg); } 50% { transform: translate3d(-6px, -8px, 0) rotate(-15deg); } }
@keyframes orbit-three { 0%, 100% { transform: translate3d(0, 0, 0) rotate(5deg); } 50% { transform: translate3d(-5px, 8px, 0) rotate(-5deg); } }
@keyframes note-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(-1deg); } }
.section { padding-block: 96px; }
.home-payments-section { padding-block: 72px; background: linear-gradient(135deg, #eef8ff, #edf9f5); }
.home-payments-panel { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #abc6d9; border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 20px 55px rgba(17,26,58,.08); }
.home-payments-panel h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.05em; line-height: 1.04; }.home-payments-panel__copy p { color: var(--ink-soft); }.home-payments-panel__copy > a { display: inline-block; margin-top: .7rem; color: var(--teal-dark); font-weight: 850; text-underline-offset: .25em; }
.home-payments-panel__routes { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cadce7; }.home-payments-panel__routes > span { display: flex; min-height: 4.6rem; align-items: center; gap: .8rem; padding: .8rem; border-bottom: 1px solid #cadce7; font-weight: 800; }.home-payments-panel__routes > span:nth-child(odd) { border-right: 1px solid #cadce7; }.home-payments-panel__routes > span:last-child { grid-column: 1 / -1; border-right: 0; }
.home-payments-panel__routes i { display: grid; width: 2.4rem; height: 2.4rem; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #075e59; background: #c8f3eb; font-size: .72rem; font-style: normal; }.home-payments-panel__routes [data-payment-provider="payoneer"] i { color: #234f9e; background: #dce8ff; }.home-payments-panel__routes [data-payment-provider="paypal"] i { color: #17547f; background: #dff2ff; }.home-payments-panel__routes [data-payment-provider="stripe"] i { color: #5543a4; background: #e7e3ff; }.home-payments-panel__routes [data-payment-provider="bank-transfer"] i { color: #71521a; background: #ffe8b2; }
.section--tools { background: var(--paper); }
.section-heading { max-width: 650px; margin-bottom: 36px; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .promise-grid h2, .article-content > h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { color: rgba(255,255,255,.72); }
.tool-search { display: grid; gap: 6px; min-width: 270px; color: var(--ink-soft); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.tool-search input { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--ink); background: var(--mist); text-transform: none; letter-spacing: normal; }
.tool-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(23,184,166,.12); }
.tool-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.tool-card { grid-column: span 2; display: flex; min-height: 320px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); box-shadow: 0 10px 28px rgba(17,26,58,.045); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.tool-grid--five .tool-card:nth-last-child(2), .tool-grid--five .tool-card:last-child { grid-column: span 3; }
a.tool-card:hover { border-color: rgba(23,184,166,.6); box-shadow: var(--shadow); transform: translateY(-5px); }
.tool-card--planned { background: linear-gradient(180deg, #fbfcff, #f6f8fc); }
.tool-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tool-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--ink); background: #d9f8f2; font-weight: 900; }
a.tool-card:hover .tool-icon { animation: tool-icon-pop .48s cubic-bezier(.2,.8,.2,1); }
@keyframes tool-icon-pop { 0% { transform: rotate(0) scale(1); } 48% { transform: rotate(-8deg) scale(1.13); } 100% { transform: rotate(0) scale(1); } }
.tool-icon--coral { background: #ffe6e1; }.tool-icon--gold { background: #fff0c5; }.tool-icon--blue { background: #e5efff; }.tool-icon--violet { background: #ebe7ff; }
.tool-status { padding: 5px 9px; border-radius: 999px; color: #056e66; background: #dbf8f3; font-size: .7rem; font-weight: 850; }
.tool-card--planned .tool-status { color: #625a9c; background: #edeaff; }
.tool-category { margin-top: 34px; color: var(--teal-dark); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.tool-card h3 { margin: 8px 0 10px; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.025em; }
.tool-card p { margin: 0; color: var(--ink-soft); font-size: .93rem; }
.tool-link { margin-top: auto; padding-top: 22px; font-size: .86rem; font-weight: 850; }
.empty-message { padding: 32px; border-radius: var(--radius); text-align: center; background: var(--mist); }
.section--ink { color: white; background: radial-gradient(circle at 92% 10%, rgba(125,108,242,.3), transparent 28%), linear-gradient(135deg, #101936, #1c315d); }
.eyebrow--light { color: #76eadc; }
.steps-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps li > span { color: #76eadc; font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.steps h3 { margin: 0 0 6px; font-size: 1.18rem; }.steps p { margin: 0; color: rgba(255,255,255,.68); }
.promise-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.promise-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-list article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mint); }
.promise-list article:nth-child(2) { background: var(--cream); }
.promise-list article:nth-child(3) { background: var(--lavender); }
.promise-list article > span { color: var(--teal-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.promise-list h3 { margin: 18px 0 8px; line-height: 1.25; }.promise-list p { margin: 0; color: var(--ink-soft); font-size: .91rem; }
.section--cta { padding-top: 20px; }
.cta-card { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 34px; padding: 34px 44px; overflow: hidden; border: 1px solid rgba(125,108,242,.14); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--cream), var(--mint) 58%, var(--lavender)); box-shadow: 0 22px 55px rgba(17,26,58,.08); }
.cta-card img { width: 150px; margin-bottom: -40px; }.cta-card h2 { margin: 0 0 8px; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: -.04em; }.cta-card p { margin: 0; color: var(--ink-soft); }
.ad-slot { margin-block: 22px; border: 1px solid var(--line); border-radius: 16px; background: #f8f9fc; overflow: hidden; }
.ad-slot[data-ad-status="active"] { display: grid; align-content: center; text-align: center; }
.ad-slot--leaderboard[data-ad-status="active"] { min-height: 122px; }
.ad-slot--in-content[data-ad-status="active"] { min-height: 280px; }
.ad-slot__label { display: block; padding: 7px; color: #718190; font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }

.home-brief-feature { padding-block: var(--brief-space-lg) var(--brief-space-3xl); }
.home-brief-feature__inner { display: grid; gap: var(--brief-space-xl); padding: clamp(var(--brief-space-lg), 4vw, var(--brief-space-2xl)); border: 1px solid var(--brief-rule); border-radius: var(--brief-radius-large); color: var(--brief-ink); background: var(--brief-paper-warm); box-shadow: var(--brief-shadow-small); }
.home-brief-feature__copy { display: grid; gap: var(--brief-space-sm); }
.home-brief-feature__copy h2 { max-width: 18ch; margin: 0; color: var(--brief-ink); font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.06; letter-spacing: -.035em; }
.home-brief-feature__copy p { max-width: 60ch; margin: 0; color: var(--brief-ink-soft); }
.home-brief-feature ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.home-brief-feature li { display: grid; gap: var(--brief-space-3xs); padding-block: var(--brief-space-xs); border-top: 1px solid var(--brief-rule); }
.home-brief-feature li:last-child { border-bottom: 1px solid var(--brief-rule); }
.home-brief-feature li strong { color: var(--brief-ink); }
.home-brief-feature li span { color: var(--brief-muted); font-size: .88rem; }
.home-brief-feature__action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; justify-self: start; padding: var(--brief-space-xs) var(--brief-space-md); border: 1px solid var(--brief-accent-hover); border-radius: 999px; color: var(--brief-accent-ink); background: var(--brief-accent-hover); font-weight: 850; text-decoration: none; white-space: nowrap; transition: background-color var(--brief-dur-hover) var(--brief-ease-out), transform var(--brief-dur-press) var(--brief-ease-out); }
.home-brief-feature__action:focus-visible { outline: 3px solid var(--brief-focus); outline-offset: 3px; }
.home-brief-feature__action:active { transform: translateY(1px); }
@media (hover: hover) and (pointer: fine) { .home-brief-feature__action:hover { background: var(--brief-accent); } }
.home-brief-feature__actions { display: flex; flex-wrap: wrap; gap: var(--brief-space-xs); align-items: center; }
.home-brief-feature__action--secondary { color: var(--brief-ink); background: var(--brief-paper-raised); border-color: var(--brief-rule-strong); }
@media (hover: hover) and (pointer: fine) { .home-brief-feature__action--secondary:hover { color: var(--brief-accent-ink); background: var(--brief-accent-hover); } }
@media (min-width: 60rem) {
  .home-brief-feature__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
    align-items: start;
  }

  .home-brief-feature__actions {
    grid-column: 1 / -1;
    align-self: auto;
    justify-content: flex-end;
  }
}
.tool-hero, .page-hero { background: radial-gradient(circle at 86% 18%, rgba(125,108,242,.16), transparent 26%), linear-gradient(145deg, #f8fbff, var(--mint) 68%, #fff); }
.tool-hero__inner { display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 50px; padding-block: 48px; }
.tool-hero h1, .page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); }.tool-hero p, .page-hero p { max-width: 760px; margin: 20px 0 0; color: var(--ink-soft); font-size: 1.1rem; }
.tool-hero img { filter: drop-shadow(0 18px 22px rgba(10,37,64,.15)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--ink-soft); font-size: .8rem; }.breadcrumbs a { color: var(--teal-dark); }
.calculator-section { padding-block: 44px 68px; background: linear-gradient(180deg, #f1faf8, #f5f7fc); }
.calculator-shell { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 24px; }
.calculator-card, .result-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 16px 50px rgba(10,37,64,.07); }
.calculator-card__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 26px; }.calculator-card h2, .result-card h2 { margin: 0; font-size: 1.65rem; letter-spacing: -.035em; }
.currency-field { display: grid; gap: 5px; color: var(--ink-soft); font-size: .71rem; font-weight: 850; text-transform: uppercase; }.currency-field select { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-weight: 750; }
.input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.field { display: grid; align-content: start; gap: 7px; color: var(--ink); font-size: .87rem; font-weight: 750; }.field small { color: var(--ink-soft); font-size: .73rem; font-weight: 500; line-height: 1.4; }
.input-wrap { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; background: white; }.input-wrap:focus-within { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(23,184,166,.1); }.input-wrap > span { padding-left: 12px; color: var(--ink-soft); font-weight: 700; }.input-wrap input, .input-wrap select { width: 100%; min-width: 0; padding: 12px; border: 0; outline: 0; color: var(--ink); font: inherit; font-weight: 750; background: transparent; }.input-wrap--suffix > span { padding: 0 12px 0 0; white-space: nowrap; font-size: .8rem; }.form-error { padding: 10px 12px; border-radius: 10px; color: #8b2e1c; background: #fff0eb; font-size: .84rem; }.calculator-card .button { margin-top: 24px; }.calculator-note { margin: 12px 0 0; text-align: center; color: var(--ink-soft); font-size: .73rem; }
.result-card { position: sticky; top: 100px; color: white; background: radial-gradient(circle at 95% 5%, rgba(125,108,242,.38), transparent 30%), linear-gradient(145deg, #101936, #17385f); }.result-card .step-kicker { color: #76eadc; }.result-card h2 { color: rgba(255,255,255,.88); }.rate-result { display: flex; flex-direction: column; margin: 25px 0 8px; }.rate-result span { color: white; font-size: clamp(2.8rem, 5vw, 4.3rem); font-weight: 900; line-height: 1; letter-spacing: -.06em; }.rate-result small { margin-top: 7px; color: #8ee6dc; font-weight: 750; }.result-summary { color: rgba(255,255,255,.7); font-size: .87rem; }
.result-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.12); }.result-breakdown div { padding: 15px; background: rgba(8,16,42,.44); }.result-breakdown dt { color: rgba(255,255,255,.6); font-size: .69rem; }.result-breakdown dd { margin: 4px 0 0; font-size: 1rem; font-weight: 850; }.result-tip { padding: 16px; border-radius: 13px; color: var(--ink); background: linear-gradient(135deg, var(--cream), var(--mint)); }.result-tip strong { color: var(--teal-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }.result-tip p { margin: 5px 0 0; font-size: .82rem; line-height: 1.5; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; }.article-content { max-width: 760px; }.article-content p { color: var(--ink-soft); }.article-content h3 { margin: 34px 0 8px; font-size: 1.32rem; }.formula-card, .example-card { margin: 32px 0; padding: 24px; border-radius: var(--radius); background: linear-gradient(135deg, var(--cream), #fff9eb); }.formula-card span { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.formula-card strong { font-size: 1.22rem; line-height: 1.4; }.example-card { background: linear-gradient(135deg, var(--mist), var(--lavender)); }.example-card h3 { margin-top: 0; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 18px 0; cursor: pointer; font-weight: 800; }.faq-list p { margin-top: 0; padding-right: 20px; }.article-aside { display: grid; align-content: start; gap: 18px; }.aside-card { padding: 24px; border-radius: var(--radius); background: linear-gradient(145deg, var(--cream), var(--mint)); }.aside-card img { display: block; width: 108px; margin: -15px auto 10px; }.aside-card h2 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.25; }.aside-card p, .aside-card li { color: var(--ink-soft); font-size: .86rem; }.aside-card--plain { border: 1px solid var(--line); background: white; }.aside-card ul { padding-left: 18px; }
.section--related { background: linear-gradient(180deg, var(--mist), #eef7fb); }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.related-grid article, .related-grid > a { display: block; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: white; box-shadow: 0 12px 30px rgba(17,26,58,.045); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.related-grid > a:hover { border-color: rgba(24,201,181,.7); box-shadow: 0 18px 38px rgba(17,26,58,.1); transform: translateY(-4px); }.related-grid span { color: var(--teal-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.related-grid h3 { margin: 13px 0 8px; }.related-grid p { margin: 0; color: var(--ink-soft); font-size: .89rem; }.related-grid strong { display: inline-block; margin-top: 18px; font-size: .8rem; }
.source-note { margin: 32px 0; padding: 22px 24px; border: 1px solid rgba(24,201,181,.3); border-radius: var(--radius); background: var(--mint); }.source-note > strong { color: var(--teal-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }.source-note p { margin: 7px 0 0; }.source-note a { color: var(--teal-dark); font-weight: 800; }
.page-hero .shell { padding-block: 72px; }.prose-page { max-width: 760px; }.prose-page h2 { margin-top: 34px; font-size: 1.45rem; }.prose-page p { color: var(--ink-soft); }.prose-page a { color: var(--teal-dark); font-weight: 750; }
.site-footer { color: white; background: radial-gradient(circle at 80% 0%, rgba(125,108,242,.24), transparent 30%), linear-gradient(135deg, #091126, #111d40); }.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; padding-block: 62px 44px; }.brand--footer { color: white; }.brand--footer span span { color: #76eadc; }.footer-grid p { max-width: 360px; color: rgba(255,255,255,.64); }.footer-grid h2 { margin: 0 0 15px; color: #86eee2; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }.footer-grid > div:not(:first-child) a { color: rgba(255,255,255,.76); font-size: .87rem; text-decoration: none; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .76rem; }

.reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms); }
.reveal-ready.is-revealed { opacity: 1; transform: translateY(0); }
.solve-cursor { position: fixed; inset: 0; z-index: 9999; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.solve-cursor.is-visible { opacity: 1; }
.solve-cursor__dot, .solve-cursor__ring { position: absolute; top: 0; left: 0; display: grid; place-items: center; border-radius: 50%; will-change: transform; }
.solve-cursor__dot { width: 7px; height: 7px; background: var(--teal); box-shadow: 0 0 0 4px rgba(24,201,181,.14); }
.solve-cursor__ring { width: 32px; height: 32px; border: 1.5px solid rgba(17,26,58,.72); color: var(--ink); background: rgba(255,255,255,.46); backdrop-filter: blur(2px); transition: width .18s ease, height .18s ease, border-color .18s ease, background .18s ease; }
.solve-cursor__mark { font-size: .61rem; font-weight: 900; line-height: 1; opacity: .7; transition: transform .18s ease, opacity .18s ease; }
.solve-cursor.is-interactive .solve-cursor__ring { width: 46px; height: 46px; border-color: rgba(24,201,181,.9); background: rgba(231,250,246,.72); }
.solve-cursor.is-interactive .solve-cursor__mark { color: var(--teal-dark); opacity: 1; transform: rotate(90deg); }
.solve-cursor.is-pressed .solve-cursor__ring { width: 25px; height: 25px; }

@media (pointer: fine) {
  body.custom-cursor-enabled, body.custom-cursor-enabled a, body.custom-cursor-enabled button, body.custom-cursor-enabled input, body.custom-cursor-enabled select, body.custom-cursor-enabled summary, body.custom-cursor-enabled [role="button"] { cursor: none !important; }
}

@media (max-width: 960px) {
  .hero-grid, .steps-grid, .promise-grid, .calculator-shell, .article-grid, .home-payments-panel { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 54px; }.hero-copy { max-width: 720px; }.hero-mascot { min-height: 480px; }.tool-grid { grid-template-columns: 1fr 1fr; }.tool-card, .tool-grid--five .tool-card:nth-last-child(2), .tool-grid--five .tool-card:last-child { grid-column: auto; }.promise-list { grid-template-columns: repeat(3, 1fr); }.result-card { position: static; }.article-aside { grid-template-columns: 1fr 1fr; }.cta-card { grid-template-columns: 120px 1fr; }.cta-card > .button { grid-column: 2; justify-self: start; }.cta-card img { width: 120px; }.tool-hero__inner { grid-template-columns: 1fr 180px; }.related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1160px); --radius: 18px; }
  .site-header { position: relative; }.header-inner { min-height: 68px; }.nav-toggle { display: inline-flex; }.site-nav { position: absolute; top: 62px; right: 14px; display: none; width: min(250px, calc(100vw - 28px)); flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }
  .hero-grid { min-height: auto; gap: 20px; padding-block: 50px 38px; }.hero h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }.hero-lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-mascot { min-height: 390px; }.hero-mascot::before { width: 310px; height: 310px; }.mascot-stage { width: 380px; max-width: 100%; }.mascot-orbit--one { right: 1%; }.mascot-orbit--three { left: 1%; }.mascot-note { right: 2%; }.trust-list { gap: 8px 14px; }
  .section { padding-block: 68px; }.section-heading--split { align-items: stretch; flex-direction: column; gap: 22px; }.tool-search { min-width: 0; }.tool-grid, .promise-list, .related-grid, .article-aside { grid-template-columns: 1fr; }.tool-card { min-height: 280px; }.steps-grid, .promise-grid { gap: 40px; }.cta-card { grid-template-columns: 85px 1fr; padding: 26px 22px; gap: 18px; }.cta-card img { width: 95px; margin-left: -10px; }.cta-card > .button { grid-column: 1 / -1; width: 100%; }
  .home-payments-section { padding-block: 52px; }.home-payments-panel { padding: 24px 20px; }.home-payments-panel__routes { grid-template-columns: 1fr; }.home-payments-panel__routes > span, .home-payments-panel__routes > span:nth-child(odd) { grid-column: auto; border-right: 0; }
  .tool-hero__inner { grid-template-columns: 1fr; padding-block: 40px; }.tool-hero__inner > img { display: none; }.tool-hero h1, .page-hero h1 { font-size: 2.7rem; }.input-grid { grid-template-columns: 1fr; }.calculator-card, .result-card { padding: 22px 18px; }.calculator-card__head { flex-direction: column; }.currency-field { width: 100%; }.currency-field select { width: 100%; }.result-breakdown { grid-template-columns: 1fr; }.article-grid { gap: 42px; }.article-section { padding-top: 72px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }.ad-slot--leaderboard[data-ad-status="active"] { min-height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition: none !important; }
  .reveal-ready { opacity: 1 !important; transform: none !important; }
  .solve-cursor { display: none !important; }
  body.custom-cursor-enabled { cursor: auto !important; }
  body.custom-cursor-enabled a, body.custom-cursor-enabled button, body.custom-cursor-enabled summary, body.custom-cursor-enabled [role="button"] { cursor: pointer !important; }
}

@media (max-width: 700px) {
  .payment-waterfall { grid-template-columns: 1fr 1fr; }
  .payment-waterfall div:not(:last-child)::after { display: none; }
}

/* WordPress integration and the approved Apple-inspired SolveNook refinement. */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.admin-bar .site-header { top: 32px; }
.site-nav__links { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav__links li { margin: 0; }
.site-header { border-color: rgba(17, 26, 58, .08); background: rgba(255, 255, 255, .82); }
.hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(24, 201, 181, .13), transparent 27%),
    radial-gradient(circle at 65% 78%, rgba(125, 108, 242, .08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}
.hero-grid { min-height: 720px; }
.hero h1 em { font-family: inherit; font-style: normal; font-weight: 760; }
.button { border-radius: 999px; }
.button--primary { background: #111a3a; box-shadow: 0 12px 30px rgba(17, 26, 58, .18); }
.button--primary:hover { background: #1e2b51; box-shadow: 0 15px 34px rgba(17, 26, 58, .22); }
.tool-card, .calculator-card, .related-grid article, .related-grid > a, .post-card {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 40px rgba(17, 26, 58, .055);
}
.tool-card { min-height: 310px; padding: 28px; border-radius: 26px; }
.tool-card h3 { font-size: 1.32rem; }
.tool-card p { font-size: .96rem; }
.tool-hero, .page-hero {
  background:
    radial-gradient(circle at 85% 24%, rgba(24, 201, 181, .1), transparent 25%),
    linear-gradient(180deg, #fff, #f6f8fa);
}
.calculator-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(24, 201, 181, .10), transparent 28%),
    radial-gradient(circle at 92% 85%, rgba(125, 108, 242, .10), transparent 30%),
    linear-gradient(180deg, #f7fbfb 0%, #f4f5fa 100%);
}
.calculator-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(17, 26, 58, .10);
  box-shadow: 0 18px 55px rgba(17, 26, 58, .08);
}
.calculator-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), #59d8e5 48%, var(--violet));
  content: "";
}
.result-card {
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 108, 242, .50), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(24, 201, 181, .34), transparent 36%),
    linear-gradient(145deg, #0c1638 0%, #15385f 53%, #0f646b 100%);
  box-shadow: 0 24px 65px rgba(10, 24, 57, .22);
}
.result-card::before,
.result-card::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}
.result-card::before { top: -90px; right: -70px; width: 230px; height: 230px; }
.result-card::after { bottom: -125px; left: -85px; width: 280px; height: 280px; }
.result-card > * { position: relative; z-index: 1; }
.result-card .step-kicker { color: #73f2df; }
.result-card h2 { color: #fff; }
.result-card .rate-result span {
  color: #fff;
  text-shadow: 0 5px 24px rgba(0, 0, 0, .18);
}
.result-card .rate-result small { color: #b9fff5; }
.result-card .result-summary { color: rgba(255, 255, 255, .78); }
.result-card .result-breakdown {
  gap: 1px;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 12px 30px rgba(3, 11, 31, .14);
}
.result-card .result-breakdown div {
  background: rgba(7, 18, 48, .42);
  backdrop-filter: blur(8px);
}
.result-card .result-breakdown div:nth-child(2),
.result-card .result-breakdown div:nth-child(3) { background: rgba(26, 62, 91, .52); }
.result-card .result-breakdown dt { color: rgba(255, 255, 255, .68); }
.result-card .result-breakdown dd { color: #fff; }
.result-card .result-tip {
  border: 1px solid rgba(255, 255, 255, .28);
  background: linear-gradient(135deg, #fff3cd 0%, #dff9f3 58%, #e6e1ff 100%);
  box-shadow: 0 12px 30px rgba(3, 11, 31, .14);
}
.payment-waterfall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 24px 0 12px;
}
.payment-waterfall div {
  position: relative;
  min-width: 0;
  padding: 12px 10px 13px;
  border: 1px solid rgba(245, 252, 255, .17);
  border-radius: 13px;
  background: rgba(7, 18, 48, .34);
}
.payment-waterfall div:nth-child(2) { background: rgba(28, 79, 107, .54); }
.payment-waterfall div:nth-child(3) { background: rgba(18, 111, 112, .50); }
.payment-waterfall div:nth-child(4) { background: rgba(27, 126, 112, .58); }
.payment-waterfall div:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(245, 252, 255, .24);
  border-radius: 999px;
  color: #eafbf7;
  background: #16375b;
  content: "›";
  font-size: .78rem;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
  transform: translateY(-50%);
}
.payment-waterfall span {
  display: block;
  min-height: 28px;
  color: rgba(245, 252, 255, .68);
  font-size: .64rem;
  line-height: 1.25;
}
.payment-waterfall strong {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #f7fcfb;
  font-size: clamp(.82rem, 1.2vw, .98rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-breakdown--payment { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rate-result--conversion span { font-size: clamp(2.25rem, 4vw, 3.55rem); }
.conversion-bridge {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 12px;
  overflow: hidden;
  border: 1px solid rgba(245, 252, 255, .18);
  border-radius: 13px;
  background: rgba(245, 252, 255, .16);
}
.conversion-bridge div { min-width: 0; padding: 14px 11px; background: rgba(7, 18, 48, .40); }
.conversion-bridge div:nth-child(2) { background: rgba(24, 81, 111, .54); }
.conversion-bridge div:nth-child(3) { background: rgba(19, 111, 111, .52); }
.conversion-bridge span { display: block; color: rgba(245, 252, 255, .68); font-size: .64rem; line-height: 1.25; }
.conversion-bridge strong { display: block; overflow: hidden; margin-top: 6px; color: #f7fcfb; font-size: clamp(.72rem, 1.05vw, .88rem); text-overflow: ellipsis; white-space: nowrap; }
.result-breakdown--conversion { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.input-grid--common { grid-template-columns: 1fr; }
.comparison-inputs {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.comparison-method {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(14, 118, 110, .20);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(231, 250, 247, .72), rgba(247, 250, 252, .94));
}
.comparison-method legend {
  padding: 0 8px;
  color: #0b716c;
  font-size: 1rem;
  font-weight: 850;
}
.comparison-method > p {
  max-width: 58ch;
  margin: 0 0 17px;
  color: var(--ink-soft);
  font-size: .75rem;
  line-height: 1.5;
}
.comparison-method .field:first-child { grid-column: 1 / -1; }
.rate-result--comparison span { font-size: clamp(2.25rem, 4vw, 3.55rem); }
.comparison-results {
  display: grid;
  gap: 9px;
  margin: 24px 0 12px;
}
.comparison-results article {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(245, 252, 255, .16);
  border-radius: 14px;
  background: rgba(7, 18, 48, .38);
}
.comparison-results article.is-best {
  border-color: rgba(115, 242, 223, .60);
  background: linear-gradient(135deg, rgba(18, 102, 110, .76), rgba(31, 75, 113, .70));
  box-shadow: inset 0 0 0 1px rgba(115, 242, 223, .12);
}
.comparison-results article > div { min-width: 0; }
.comparison-results article > div > span {
  display: block;
  color: rgba(245, 252, 255, .64);
  font-size: .62rem;
  line-height: 1.25;
}
.comparison-results article > div > strong {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #f7fcfb;
  font-size: .82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comparison-results .comparison-results__name {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245, 252, 255, .14);
}
.comparison-results .comparison-results__name > strong {
  margin: 0;
  font-size: .98rem;
}
.comparison-results .comparison-results__name > span {
  min-height: 1.25em;
  color: #b9fff5;
  font-size: .66rem;
  font-weight: 800;
  text-align: right;
}
.result-breakdown--comparison { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rate-result--due-date span {
  max-width: 14ch;
  font-size: clamp(2.05rem, 3.6vw, 3.25rem);
  line-height: .98;
}
.due-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 24px 0 12px;
  padding: 0;
  list-style: none;
}
.due-timeline li {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(245, 252, 255, .16);
  border-radius: 14px;
  background: rgba(7, 18, 48, .38);
}
.due-timeline li.is-due {
  border-color: rgba(115, 242, 223, .60);
  background: linear-gradient(135deg, rgba(18, 102, 110, .76), rgba(31, 75, 113, .70));
  box-shadow: inset 0 0 0 1px rgba(115, 242, 223, .12);
}
.due-timeline span {
  display: block;
  color: rgba(245, 252, 255, .66);
  font-size: .64rem;
  line-height: 1.25;
}
.due-timeline strong {
  display: block;
  margin-top: 6px;
  color: #f7fcfb;
  font-size: .84rem;
  line-height: 1.35;
}
.result-breakdown--due-date { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 1150px) {
  .payment-waterfall { grid-template-columns: 1fr 1fr; }
  .payment-waterfall div:not(:last-child)::after { display: none; }
}
.section--tools {
  background:
    radial-gradient(circle at 7% 8%, rgba(24, 201, 181, .12), transparent 22%),
    radial-gradient(circle at 92% 36%, rgba(125, 108, 242, .10), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f6f8fc 100%);
}
.calculator-library-hero {
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 124px);
  background: #eef9f6;
}
.calculator-library-hero__grid {
  display: grid;
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}
.calculator-library-hero__copy { max-width: 760px; }
.calculator-library-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.25rem);
  line-height: .94;
  letter-spacing: -.07em;
}
.calculator-library-hero__copy > p {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}
.calculator-library-hero__copy .button { margin-top: 30px; }
.calculator-library-hero__panel {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(17, 26, 58, .12);
  border-radius: 30px;
  background: #fff3d6;
  box-shadow: 0 24px 58px rgba(17, 26, 58, .10);
}
.calculator-library-hero__panel::before {
  position: absolute;
  top: -16px;
  right: 24px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(17, 26, 58, .10);
  border-radius: 18px;
  background: #eeebff;
  content: "+";
  display: grid;
  place-items: center;
  color: #6555d8;
  font-size: 1.65rem;
  font-weight: 900;
  transform: rotate(7deg);
}
.calculator-library-hero__count {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(3.4rem, 8vw, 5.5rem);
  font-weight: 850;
  letter-spacing: -.07em;
  line-height: .9;
}
.calculator-library-hero__panel > strong { display: block; margin-top: 10px; font-size: 1.22rem; }
.calculator-library-hero__panel ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(17, 26, 58, .12); list-style: none; }
.calculator-library-hero__panel li { display: flex; gap: 9px; color: var(--ink-soft); }
.calculator-library-hero__panel li + li { margin-top: 10px; }
.calculator-library-hero__panel li::before { color: var(--teal-dark); content: "✓"; font-weight: 900; }
.calculator-library-directory { scroll-margin-top: 84px; }
.calculator-library-promise { padding-block: clamp(68px, 8vw, 104px); color: #fff; background: #111a3a; }
.calculator-library-promise__grid { display: grid; gap: clamp(34px, 6vw, 84px); }
.calculator-library-promise h2 { max-width: 560px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.05em; }
.calculator-library-promise__points { display: grid; gap: 12px; }
.calculator-library-promise__points article { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.calculator-library-promise__points strong { color: #76eadc; }
.calculator-library-promise__points span { color: rgba(255, 255, 255, .74); }
@media (min-width: 760px) {
  .calculator-library-hero__grid { grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); }
  .calculator-library-promise__grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
}
@media (max-width: 520px) {
  .calculator-library-hero { padding-block: 56px 68px; }
  .calculator-library-hero h1 { font-size: clamp(2.85rem, 15vw, 4.3rem); }
  .calculator-library-hero__panel { border-radius: 24px; }
  .calculator-library-promise__points article { grid-template-columns: 1fr; gap: 4px; }
}
.tool-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -18px 0 30px;
}
.tool-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 26, 58, .10);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 6px 18px rgba(17, 26, 58, .04);
  font: inherit;
  font-size: .78rem;
  font-weight: 780;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.tool-filter span {
  display: grid;
  min-width: 24px;
  height: 24px;
  padding-inline: 6px;
  place-items: center;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: .68rem;
}
.tool-filter:hover { border-color: rgba(24, 201, 181, .42); color: var(--ink); transform: translateY(-2px); }
.tool-filter.is-active { border-color: #111a3a; color: #fff; background: #111a3a; box-shadow: 0 10px 26px rgba(17, 26, 58, .18); }
.tool-filter.is-active span { color: #111a3a; background: #7bf0df; }
.tool-grid { gap: 22px; }
.tool-card {
  --card-accent: #0cae9c;
  --card-soft: #e5faf6;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  border-color: color-mix(in srgb, var(--card-accent) 22%, #dce6e7);
  background: linear-gradient(155deg, #fff 28%, var(--card-soft) 145%);
  box-shadow: 0 16px 44px rgba(17, 26, 58, .07);
}
.tool-card::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 55%, white));
  content: "";
}
.tool-card::after {
  position: absolute;
  z-index: -1;
  top: -82px;
  right: -74px;
  width: 190px;
  height: 190px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-soft) 58%, transparent);
  content: "";
  transition: transform .35s ease;
}
.tool-card--coral { --card-accent: #e9675b; --card-soft: #fff0ed; }
.tool-card--gold { --card-accent: #d89c00; --card-soft: #fff7dc; }
.tool-card--blue { --card-accent: #3d76e8; --card-soft: #ebf2ff; }
.tool-card--violet { --card-accent: #7968e8; --card-soft: #f0edff; }
.tool-card--indigo { --card-accent: #4d5bc5; --card-soft: #eef0ff; }
.tool-card--rose { --card-accent: #d85b83; --card-soft: #fff0f5; }
.tool-card--aqua { --card-accent: #008f9a; --card-soft: #e6f9fa; }
.tool-card--lime { --card-accent: #659321; --card-soft: #f1f8e7; }
.tool-card--orange { --card-accent: #df672d; --card-soft: #fff1e9; }
.tool-card--purple { --card-accent: #874dc5; --card-soft: #f6edff; }
.tool-card .tool-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 16px;
  color: #fff;
  background: var(--card-accent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--card-accent) 26%, transparent);
  font-size: .83rem;
  letter-spacing: -.02em;
}
.tool-card--gold .tool-icon,
.tool-card--lime .tool-icon { color: #17213f; }
.tool-card .tool-status {
  border: 1px solid color-mix(in srgb, var(--card-accent) 20%, transparent);
  color: color-mix(in srgb, var(--card-accent) 78%, #101936);
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(8px);
}
.tool-card .tool-category { color: var(--card-accent); }
.tool-card .tool-link { color: color-mix(in srgb, var(--card-accent) 78%, #101936); }
a.tool-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 52%, #dce6e7);
  box-shadow: 0 24px 55px color-mix(in srgb, var(--card-accent) 16%, rgba(17, 26, 58, .10));
  transform: translateY(-7px);
}
a.tool-card:hover::after { transform: scale(1.12) translate(-8px, 8px); }
a.tool-card:hover .tool-link { transform: translateX(3px); }
.tool-link { transition: transform .2s ease; }
.section--related { background: #f5f5f7; }
.formula-card { border: 1px solid rgba(17, 26, 58, .06); background: #f5f5f7; }
.example-card { border: 1px solid rgba(24, 201, 181, .14); background: #edf9f6; }
.source-note { margin: 32px 0; padding: 22px 24px; border-left: 4px solid var(--teal); border-radius: 0 18px 18px 0; background: var(--mint); }
.source-note strong { display: block; margin-bottom: 5px; color: var(--teal-dark); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.source-note p { margin: 0; }
.source-note a { color: var(--teal-dark); font-weight: 750; }
.updates-hero { padding-block: clamp(74px, 9vw, 126px); background: #f1f7ff; }
.updates-hero__grid { display: grid; gap: clamp(36px, 7vw, 88px); align-items: center; }
.updates-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.15rem, 7vw, 6.4rem); line-height: .93; letter-spacing: -.07em; }
.updates-hero__grid > div > p { max-width: 700px; margin: 26px 0 0; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.17rem); }
.updates-hero__note { padding: clamp(28px, 4vw, 40px); border: 1px solid rgba(17, 26, 58, .12); border-radius: 28px; background: #eeebff; box-shadow: 0 22px 52px rgba(17, 26, 58, .09); }
.updates-hero__note > span { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 18px; color: #fff; background: #6555d8; font-weight: 900; transform: rotate(-4deg); }
.updates-hero__note strong { display: block; margin-top: 24px; font-size: 1.2rem; }
.updates-hero__note p { margin: 10px 0 0; color: var(--ink-soft); }
.updates-topics, .updates-latest { padding-block: clamp(72px, 8vw, 108px); }
.updates-topics { background: #fff; }
.updates-latest { background: #f7f9fd; }
.updates-section-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.updates-section-heading h2 { max-width: 740px; margin: 0; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.05em; }
.updates-section-heading > p { max-width: 420px; margin: 0; color: var(--ink-soft); }
.updates-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.updates-topic-card { display: flex; min-height: 290px; flex-direction: column; padding: clamp(24px, 3vw, 34px); border: 1px solid rgba(17, 26, 58, .10); border-radius: 26px; color: var(--ink); text-decoration: none; box-shadow: 0 14px 38px rgba(17, 26, 58, .06); transition: transform .2s ease, box-shadow .2s ease; }
.updates-topic-card--mint { background: #ddf8f1; }
.updates-topic-card--gold { background: #fff0c8; }
.updates-topic-card--blue { background: #e3efff; }
.updates-topic-card--violet { background: #eee9ff; }
.updates-topic-card > span { color: var(--teal-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.updates-topic-card strong { margin-top: 28px; font-size: clamp(1.45rem, 2.5vw, 2.05rem); letter-spacing: -.04em; line-height: 1.08; }
.updates-topic-card p { max-width: 480px; margin: 12px 0 0; color: var(--ink-soft); }
.updates-topic-card em { margin-top: auto; padding-top: 28px; color: var(--teal-dark); font-size: .86rem; font-style: normal; font-weight: 850; }
.updates-topic-card:hover { box-shadow: 0 22px 48px rgba(17, 26, 58, .12); transform: translateY(-5px); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { display: flex; min-height: 280px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.post-card h2, .post-card h3 { margin: 12px 0; font-size: 1.45rem; line-height: 1.2; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p { color: var(--ink-soft); }
.post-card .tool-link { margin-top: auto; }
.updates-empty-state { display: grid; gap: 30px; padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(17, 26, 58, .12); border-radius: 30px; background: #fff3d6; box-shadow: 0 20px 52px rgba(17, 26, 58, .08); }
.updates-empty-state__mark { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; color: #fff; background: var(--coral); font-size: 1.5rem; font-weight: 900; }
.updates-empty-state h3 { margin: 22px 0 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.04em; }
.updates-empty-state p { max-width: 700px; margin: 12px 0 0; color: var(--ink-soft); }
.updates-empty-state__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; }
@media (min-width: 760px) {
  .updates-hero__grid { grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); }
  .updates-empty-state { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
}
@media (max-width: 700px) {
  .updates-section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .updates-topic-grid { grid-template-columns: 1fr; }
  .updates-topic-card { min-height: 250px; }
}
@media (max-width: 520px) {
  .updates-hero { padding-block: 56px 68px; }
  .updates-hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .updates-empty-state__actions .button { width: 100%; }
}
.tools-library-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(125, 108, 242, .14), transparent 25%),
    radial-gradient(circle at 70% 82%, rgba(24, 201, 181, .14), transparent 28%),
    linear-gradient(145deg, #fbfdff 0%, #edf8f6 100%);
}
.tools-library-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  min-height: 650px;
  padding-block: clamp(66px, 8vw, 104px);
}
.tools-library-hero__copy { max-width: 730px; }
.tools-library-hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.15rem, 6.4vw, 5.9rem);
  line-height: .95;
  letter-spacing: -.07em;
}
.tools-library-hero__copy > p {
  max-width: 640px;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.65vw, 1.16rem);
}
.tools-library-hero__panel {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(17, 26, 58, .11);
  border-radius: 30px;
  background: #fff3d6;
  box-shadow: 0 24px 64px rgba(17, 26, 58, .11);
  transform: rotate(1.5deg);
}
.tools-library-hero__panel::after {
  position: absolute;
  right: 26px;
  bottom: -16px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(17, 26, 58, .10);
  border-radius: 18px;
  color: #fff;
  background: var(--coral);
  content: "+";
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  font-weight: 900;
  transform: rotate(-8deg);
}
.tools-library-hero__panel img {
  width: 150px;
  filter: drop-shadow(0 18px 20px rgba(10, 37, 64, .14));
  transform: rotate(-1.5deg);
}
.tools-library-hero__panel > div strong {
  display: block;
  color: var(--teal-dark);
  font-size: clamp(3rem, 6vw, 4.75rem);
  line-height: .85;
  letter-spacing: -.07em;
}
.tools-library-hero__panel > div span {
  display: block;
  max-width: 16ch;
  margin-top: 12px;
  font-weight: 800;
  line-height: 1.3;
}
.tools-library-hero__panel ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(17, 26, 58, .12);
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 720;
  list-style: none;
}
.tools-library-hero__panel li::before { color: var(--teal-dark); content: "\2713"; margin-right: 5px; font-weight: 900; }
.tools-library-directory { scroll-margin-top: 90px; background: #fff; }
.tools-library-heading { max-width: 720px; margin-bottom: clamp(34px, 5vw, 52px); }
.tools-library-heading h2,
.tools-library-workflow h2,
.tools-library-next h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.tools-library-heading p,
.tools-library-workflow__intro p,
.tools-library-next p { max-width: 650px; margin: 16px 0 0; color: var(--ink-soft); }
.tools-library-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 20px;
}
.tools-library-card {
  --tool-accent: #0c8f87;
  --tool-surface: #ddf8f1;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 3.5vw, 38px);
  border: 1px solid color-mix(in srgb, var(--tool-accent) 24%, #d9e1ea);
  border-radius: 26px;
  color: var(--ink);
  background: var(--tool-surface);
  box-shadow: 0 14px 40px rgba(17, 26, 58, .07);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.tools-library-card::after {
  position: absolute;
  z-index: -1;
  top: -95px;
  right: -90px;
  width: 240px;
  height: 240px;
  border: 1px solid color-mix(in srgb, var(--tool-accent) 20%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  content: "";
  transition: transform .3s ease;
}
.tools-library-card--featured {
  grid-row: 1 / 3;
  grid-template-columns: 88px minmax(0, 1fr);
  align-content: center;
  min-height: 520px;
  padding: clamp(34px, 5vw, 54px);
}
.tools-library-card--budget { --tool-accent: #b87900; --tool-surface: #fff0c8; }
.tools-library-card--invoice { --tool-accent: #6254c7; --tool-surface: #eee9ff; }
.tools-library-card__mark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: var(--tool-accent);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--tool-accent) 22%, transparent);
  font-weight: 900;
  letter-spacing: -.03em;
}
.tools-library-card--featured .tools-library-card__mark { width: 88px; height: 88px; border-radius: 24px; font-size: 1.15rem; }
.tools-library-card--budget .tools-library-card__mark { color: var(--ink); }
.tools-library-card__content { min-width: 0; }
.tools-library-card__topic { color: var(--tool-accent); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tools-library-card h3 { max-width: 18ch; margin: 18px 0 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.05; letter-spacing: -.045em; }
.tools-library-card--featured h3 { font-size: clamp(2.1rem, 4.4vw, 3.8rem); }
.tools-library-card p { max-width: 56ch; margin: 14px 0 0; color: var(--ink-soft); font-size: .94rem; }
.tools-library-card__content > strong { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: color-mix(in srgb, var(--tool-accent) 78%, var(--ink)); font-size: .84rem; }
.tools-library-card__content > strong span { transition: transform .2s ease; }
.tools-library-card:hover { border-color: color-mix(in srgb, var(--tool-accent) 58%, #d9e1ea); box-shadow: 0 24px 56px rgba(17, 26, 58, .13); transform: translateY(-6px); }
.tools-library-card:hover::after { transform: scale(1.12) translate(-8px, 8px); }
.tools-library-card:hover .tools-library-card__content > strong span { transform: translateX(4px); }
.tools-library-card:active { transform: translateY(-1px) scale(.99); }
.tools-library-card:focus-visible { outline: 3px solid rgba(17, 26, 58, .30); outline-offset: 4px; }
.tools-library-workflow { background: #f2f7ff; }
.tools-library-workflow__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(40px, 7vw, 86px); align-items: start; }
.tools-library-workflow__intro { position: sticky; top: 116px; }
.tools-library-workflow__steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.tools-library-workflow__steps li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 116px;
  padding: 24px 26px;
  border: 1px solid rgba(17, 26, 58, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 26, 58, .05);
}
.tools-library-workflow__steps span { color: var(--teal-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.tools-library-workflow__steps strong { font-size: 1.08rem; }
.tools-library-workflow__steps a { color: var(--teal-dark); font-size: .8rem; font-weight: 820; text-decoration: none; white-space: nowrap; }
.tools-library-workflow__steps a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tools-library-next { padding-block: clamp(62px, 8vw, 98px); background: #fff; }
.tools-library-next__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(17, 26, 58, .10);
  border-radius: 30px;
  background: linear-gradient(135deg, #e7faf6, #eef2ff);
  box-shadow: 0 18px 48px rgba(17, 26, 58, .07);
}
.tools-library-next h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
@media (max-width: 960px) {
  .tools-library-hero__grid,
  .tools-library-workflow__grid { grid-template-columns: 1fr; }
  .tools-library-hero__grid { min-height: auto; }
  .tools-library-hero__panel { max-width: 620px; }
  .tools-library-workflow__intro { position: static; }
}
@media (max-width: 760px) {
  .tools-library-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .tools-library-card,
  .tools-library-card--featured { grid-row: auto; min-height: 0; }
  .tools-library-workflow__steps li { grid-template-columns: 1fr; gap: 8px; }
  .tools-library-workflow__steps a { margin-top: 8px; }
  .tools-library-next__panel { grid-template-columns: 1fr; }
  .tools-library-next__panel .button { justify-self: start; }
}
@media (max-width: 520px) {
  .tools-library-hero__grid { padding-block: 52px 70px; }
  .tools-library-hero h1 { font-size: clamp(2.75rem, 14vw, 4.15rem); }
  .tools-library-hero__panel { grid-template-columns: 100px minmax(0, 1fr); padding: 24px 20px; border-radius: 24px; }
  .tools-library-hero__panel img { width: 100px; }
  .tools-library-hero__panel ul { grid-template-columns: 1fr; }
  .tools-library-card,
  .tools-library-card--featured { grid-template-columns: 1fr; padding: 26px 22px; border-radius: 22px; }
  .tools-library-card--featured .tools-library-card__mark,
  .tools-library-card__mark { width: 64px; height: 64px; border-radius: 18px; }
  .tools-library-next__panel .button { width: 100%; }
}

.prose-page > *:first-child { margin-top: 0; }
.prose-page ul, .prose-page ol { padding-left: 1.35rem; }
.prose-page li + li { margin-top: .45rem; }
#wpadminbar, #wpadminbar * { cursor: auto !important; }
.scroll-top {
  position: fixed;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 28;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #111a3a 12%, #13566d 72%, #0d8e83 120%);
  box-shadow: 0 16px 38px rgba(10, 24, 57, .24);
  font: inherit;
  font-size: .78rem;
  font-weight: 820;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(.96);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
}
.scroll-top__arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #10203e;
  background: #76eadc;
  font-size: 1.08rem;
  line-height: 1;
}
.scroll-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.scroll-top:hover { box-shadow: 0 20px 46px rgba(10, 24, 57, .32); transform: translateY(-3px) scale(1); }
.scroll-top:focus-visible { outline: 3px solid rgba(24, 201, 181, .34); outline-offset: 4px; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 700px) {
  .admin-bar .site-header { top: 0; }
  .site-nav__links { flex-direction: column; align-items: stretch; gap: 0; }
  .post-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .tool-filters { margin-top: -8px; }
  .tool-filter { padding: 9px 12px; }
  .scroll-top { right: 16px; bottom: 16px; padding-right: 10px; }
  .scroll-top > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
  .conversion-bridge { grid-template-columns: 1fr; }
  .comparison-method { padding: 18px 14px; }
  .comparison-results article { gap: 9px; padding: 12px; }
  .comparison-results article > div > strong { font-size: .75rem; }
}

@media (max-width: 480px) {
  .due-timeline { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .header-inner { position: relative; min-height: 68px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 40;
    display: none;
    width: min(280px, calc(100vw - 28px));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav__links { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { padding: 12px; }
}
