/* =====================================================================
   OMEE Digital — site styles (shared by us.html and ca.html)
   Palette: ink #14062E · purple #2B0A5E · magenta #A50F94 · yellow #FFE14D
            green #22C55E / #15803D · red #C81E1E · lilac #F6F1FB
   Type:    Atkinson Hyperlegible (body) · Plus Jakarta Sans (headlines)
            IBM Plex Mono (bills)
   ===================================================================== */

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0; overflow-x: hidden;
  font-family: 'Atkinson Hyperlegible', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: #14062E; background: #FFFFFF; line-height: 1.4;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: #A50F94; text-decoration: none; }
a:hover { color: #7C0B6F; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 4px solid #FFE14D; outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.wrap-md { max-width: 1100px; }
.wrap-sm { max-width: 960px; }
.balance { text-wrap: balance; }
p, li { text-wrap: pretty; }
.flag { display: inline-block; flex: 0 0 auto; border-radius: 3px; box-shadow: 0 0 0 1px rgba(20, 6, 46, .25); vertical-align: middle; }

/* ---------- Skip link ---------- */
.skip { position: absolute; left: -9999px; top: 12px; z-index: 100; background: #FFE14D; color: #14062E; font-size: 20px; font-weight: 700; padding: 14px 22px; border-radius: 12px; border: 3px solid #14062E; }
.skip:focus { left: 12px; color: #14062E; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 26px; border-radius: 14px; border: 3px solid transparent; font-size: 20px; font-weight: 700; line-height: 1.15; text-align: center; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { min-height: 72px; padding: 0 34px; border-radius: 16px; font-size: 24px; }
.btn-xl { min-height: 80px; padding: 0 42px; border-radius: 18px; font-size: 26px; }
.btn-yellow { background: #FFE14D; color: #14062E; border-color: #14062E; box-shadow: 0 6px 0 #14062E; }
.btn-yellow:hover { background: #FFEB80; color: #14062E; }
.btn-magenta { background: #A50F94; color: #FFFFFF; }
.btn-magenta:hover { background: #7C0B6F; color: #FFFFFF; }
.btn-ghost { background: transparent; color: #FFFFFF; border-color: #FFFFFF; }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #FFFFFF; }
.btn-dark { background: #14062E; color: #FFFFFF; }
.btn-dark:hover { color: #FFE14D; }
.btn-white { background: #FFFFFF; color: #14062E; border-color: #14062E; }
.btn-white:hover { background: #F6F1FB; color: #14062E; }
.btn-wa { background: #25D366; color: #14062E; border-color: #14062E; }
.btn-wa:hover { background: #4ADE80; color: #14062E; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }
.btn-row.center { justify-content: center; }

/* ---------- Utility bar ---------- */
.topbar { background: #14062E; color: #FFFFFF; font-size: 17px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 24px; padding-top: 6px; padding-bottom: 6px; }
.topbar-promise { display: flex; align-items: center; gap: 10px; font-weight: 700; min-height: 44px; }
.live-dot { width: 12px; height: 12px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 4px rgba(34, 197, 94, .25); }
.topbar-links { display: flex; align-items: center; flex-wrap: wrap; gap: 0 22px; }
.topbar-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #FFFFFF; }
.topbar-links a:hover { color: #FFE14D; }
.topbar-links .tel { color: #FFE14D; font-weight: 700; }
.country-chip { border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; padding: 0 16px; }
.country-chip:hover { background: rgba(255, 255, 255, .1); }

/* Mobile: one slim row — promise + Call + WhatsApp icon. Email & country switch live in the footer
   (industry pattern: keep the tap targets people use most, drop the rest above the fold). */
.t-short { display: none; }
@media (max-width: 759px) {
  .topbar { font-size: 16px; }
  .topbar .wrap { flex-wrap: nowrap; gap: 12px; padding-top: 0; padding-bottom: 0; }
  .topbar-promise { flex: 1; min-width: 0; white-space: nowrap; }
  .topbar-links { flex-wrap: nowrap; gap: 0 14px; }
  .t-long, .t-desk { display: none !important; }
  .t-short { display: inline; }
  .topbar-links .tel { padding: 0 14px; border-radius: 999px; background: #FFE14D; color: #14062E; min-height: 36px; margin: 4px 0; }
}

/* ---------- Header ---------- */
.site-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 30; background: #FFFFFF; border-bottom: 3px solid #14062E; }
.site-header .wrap { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.logo { display: inline-flex; align-items: baseline; gap: 8px; color: #2B0A5E; flex: 0 0 auto; }
.logo:hover { color: #2B0A5E; }
.logo-word { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.logo-sub { font-size: 18px; font-weight: 700; color: #A50F94; }
.logo .flag { align-self: center; margin-left: 4px; }
.main-nav { display: none; flex: 1; justify-content: center; gap: 30px; }
.main-nav a { color: #14062E; font-size: 20px; font-weight: 700; }
.main-nav a:hover { color: #A50F94; }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.login-link { display: none; align-items: center; min-height: 56px; padding: 0 10px; color: #14062E; font-size: 19px; font-weight: 700; }
.login-link:hover { color: #A50F94; }
@media (min-width: 1000px) { .main-nav { display: flex; } .login-link { display: inline-flex; } }

/* ---------- Country suggestion banner (shown by JS) ---------- */
.geo-banner { background: #FFF9DB; border-bottom: 3px solid #14062E; }
.geo-banner[hidden] { display: none; }
.geo-banner .wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding-top: 18px; padding-bottom: 18px; }
.geo-text { flex: 1 1 320px; min-width: 0; }
.geo-title { font-size: 24px; font-weight: 700; line-height: 1.25; }
.geo-sub { font-size: 19px; color: #3B2A55; margin-top: 4px; }
.geo-banner .btn { min-height: 60px; font-size: 21px; }

/* ---------- Section scaffolding ---------- */
.sec { padding: clamp(64px, 8vw, 112px) 0; }
.sec-lilac { background: #F6F1FB; border-top: 3px solid #14062E; border-bottom: 3px solid #14062E; }
.sec-purple { background: #2B0A5E; color: #FFFFFF; }
.sec-ink { background: #14062E; color: #FFFFFF; }
.sec-magenta { background: #A50F94; color: #FFFFFF; }
.eyebrow { font-size: 20px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #A50F94; margin-bottom: 14px; }
.eyebrow-red { color: #C81E1E; }
.h1, .h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; }
.h2 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 20px; max-width: 980px; }
.h2-xl { font-size: clamp(44px, 6vw, 80px); line-height: 1; letter-spacing: -.04em; }
.hl { background: #FFE14D; color: #14062E; padding: 0 .1em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.red { color: #C81E1E; }
.magenta { color: #A50F94; }
.lead { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.5; color: #3B2A55; max-width: 760px; margin-bottom: 48px; }
.sec-purple .lead, .sec-ink .lead { color: #E4DCF2; }
.sec-magenta .lead { color: #FFFFFF; }
.center { text-align: center; }
.center .h2, .center .lead { margin-left: auto; margin-right: auto; }
.source { font-size: 17px; line-height: 1.6; color: #5B4B73; margin-top: 20px; max-width: 980px; }
.sec-ink .source { color: #CBBEE4; }

/* ---------- Hero ---------- */
.hero { background: #2B0A5E; color: #FFFFFF; padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 112px); }
.hero .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 56px 64px; }
.hero-copy { flex: 1 1 560px; min-width: 0; }
.pill { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; color: #2B0A5E; border-radius: 999px; padding: 10px 20px; font-size: 19px; font-weight: 700; margin-bottom: 28px; }
.h1 { font-size: clamp(52px, 8vw, 108px); line-height: .98; letter-spacing: -.04em; margin-bottom: 28px; }
.h1 .tilt { display: inline-block; background: #FFE14D; color: #14062E; padding: 0 .12em; border-radius: 10px; -webkit-transform: rotate(-1.5deg); transform: rotate(-1.5deg); }
.hero-sub { font-size: clamp(22px, 2.6vw, 28px); line-height: 1.45; max-width: 640px; margin-bottom: 36px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 36px; }
.hero-checks li { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 700; }
.tick { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #22C55E; color: #14062E; font-size: 18px; font-weight: 700; }
.hero-card-wrap { flex: 0 1 420px; min-width: 280px; position: relative; margin: 0 auto; }
.price-card { background: #FFFFFF; color: #14062E; border: 4px solid #14062E; border-radius: 24px; padding: 36px 34px; box-shadow: 14px 14px 0 #A50F94; -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
.price-card-label { font-size: 18px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #A50F94; }
.price-big { display: flex; align-items: flex-start; gap: 4px; margin: 10px 0 4px; }
.price-big .cur { font-size: 36px; font-weight: 700; margin-top: 14px; }
.price-big .num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 96px; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.price-card-per { font-size: 22px; font-weight: 700; margin-bottom: 24px; }
.price-years { border-top: 3px dashed #14062E; }
.price-years li { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 3px dashed #14062E; font-size: 22px; }
.price-years b { display: inline-flex; gap: 10px; align-items: center; }
.price-years .ok { color: #15803D; }
.sticker { position: absolute; top: -34px; right: -18px; width: 150px; height: 150px; border-radius: 50%; background: #22C55E; border: 4px solid #14062E; color: #14062E; display: flex; align-items: center; justify-content: center; text-align: center; padding: 14px; -webkit-transform: rotate(12deg); transform: rotate(12deg); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 21px; font-weight: 800; line-height: 1.05; box-shadow: 6px 6px 0 #14062E; }
@media (max-width: 480px) { .sticker { width: 120px; height: 120px; font-size: 17px; right: -6px; } .price-big .num { font-size: 80px; } }

/* ---------- Trust strip ---------- */
.trust-strip { background: #FFE14D; border-bottom: 3px solid #14062E; }
.trust-strip ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 24px; padding: 22px 0; font-size: 22px; font-weight: 700; }
.trust-strip li { display: inline-flex; align-items: center; gap: 10px; }
.trust-strip .dot { color: #14062E; }
.lock { width: 22px; height: 22px; }
@media (max-width: 640px) { .trust-strip .dot { display: none; } .trust-strip ul { flex-direction: column; gap: 8px; font-size: 20px; } }

/* ---------- Price-jump bars ---------- */
.jumps { display: flex; flex-direction: column; gap: 18px; }
.jump { display: grid; grid-template-columns: minmax(150px, 220px) minmax(0, 1fr) 130px; align-items: center; gap: 10px 22px; background: #FFFFFF; border: 3px solid #14062E; border-radius: 20px; padding: 22px 26px; }
.jump-ours { background: #F0FDF4; border-color: #15803D; }
.jump-name { font-size: 26px; font-weight: 700; line-height: 1.1; }
.jump-detail { font-size: 18px; color: #3B2A55; margin-top: 4px; }
.jump-track { height: 36px; background: #F1ECF7; border-radius: 999px; overflow: hidden; }
.jump-fill { height: 100%; background: #C81E1E; border-radius: 999px; }
.jump-ours .jump-fill { background: #15803D; }
.jump-mult { text-align: right; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 48px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: #C81E1E; }
.jump-ours .jump-mult { color: #15803D; }
@media (max-width: 640px) {
  .jump { grid-template-columns: minmax(0, 1fr) auto; }
  .jump-track { grid-column: 1 / -1; grid-row: 2; }
  .jump-mult { font-size: 40px; }
}

/* ---------- Bills ---------- */
.bills { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px; }
.bill { flex: 1 1 380px; min-width: 0; background: #FFFFFF; border: 3px solid #14062E; border-radius: 6px; padding: 32px 30px; font-family: 'IBM Plex Mono', ui-monospace, Menlo, Consolas, monospace; -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
.bill-ours { border: 4px solid #15803D; box-shadow: 10px 10px 0 #15803D; -webkit-transform: rotate(1deg); transform: rotate(1deg); }
.bill-name { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 6px; }
.bill-sub { font-size: 16px; color: #5B4B73; text-align: center; margin-bottom: 22px; }
.bill-line { display: flex; justify-content: space-between; gap: 16px; font-size: 19px; padding: 10px 0; border-bottom: 2px dashed #C9BEDB; }
.bill-total { display: flex; justify-content: space-between; font-size: 30px; font-weight: 700; padding-top: 18px; color: #C81E1E; }
.bill-ours .bill-total { color: #15803D; }
.save-bar { margin-top: 44px; background: #15803D; color: #FFFFFF; border-radius: 24px; padding: 30px 36px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; }
.save-big { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(34px, 4.6vw, 60px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.save-small { font-size: 22px; font-weight: 700; }

/* ---------- Client logos ---------- */
.clients { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px 32px; padding: 12px 12px 0 0; }
.client { position: relative; display: flex; flex-direction: column; background: #FFFFFF; border: 4px solid #14062E; border-radius: 24px; box-shadow: 10px 10px 0 var(--shadow, #A50F94); -webkit-transform: rotate(var(--tilt, 0deg)); transform: rotate(var(--tilt, 0deg)); transition: transform .25s ease, box-shadow .25s ease; }
.client:hover { -webkit-transform: rotate(0deg) translate(-4px, -6px); transform: rotate(0deg) translate(-4px, -6px); box-shadow: 16px 16px 0 var(--shadow, #A50F94); }
.client-check { position: absolute; top: -18px; right: -14px; z-index: 1; width: 52px; height: 52px; border-radius: 50%; background: #22C55E; border: 4px solid #14062E; color: #14062E; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; -webkit-transform: rotate(12deg); transform: rotate(12deg); box-shadow: 3px 3px 0 #14062E; }
.client-logo { height: 160px; display: flex; align-items: center; justify-content: center; padding: 24px 32px; border-bottom: 3px dashed #14062E; }
.client-logo img { width: auto; height: auto; max-width: 100%; object-fit: contain; }
.client-body { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 22px 26px 26px; }
.client-name { font-size: 24px; font-weight: 700; line-height: 1.2; }
.client-what { flex: 1; font-size: 20px; line-height: 1.4; color: #3B2A55; }
.client-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; background: #DCFCE7; color: #14532D; border-radius: 10px; padding: 6px 12px; font-size: 17px; font-weight: 700; }

/* ---------- Plans ---------- */
.plans-sec { padding-top: 0; }
.plans-sec .wrap > .inner { border-top: 3px solid #14062E; padding-top: clamp(56px, 7vw, 88px); }
.billing { display: flex; justify-content: center; margin-bottom: 52px; }
.billing-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; padding: 5px; background: #FFFFFF; border: 3px solid #14062E; border-radius: 18px; }
.billing-group button { min-height: 60px; padding: 0 26px; border: 0; border-radius: 12px; background: transparent; color: #14062E; font-size: 21px; font-weight: 700; }
.billing-group button[aria-pressed="true"] { background: #14062E; color: #FFFFFF; }
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); align-items: stretch; gap: 40px 32px; }
.plan { position: relative; display: flex; flex-direction: column; background: #FFFFFF; color: #14062E; border: 4px solid #14062E; border-radius: 28px; padding: 44px 34px 34px; }
.plan-pop { background: #2B0A5E; color: #FFFFFF; box-shadow: 12px 12px 0 #A50F94; }
.plan-badge { position: absolute; top: -24px; left: 50%; -webkit-transform: translateX(-50%) rotate(-2deg); transform: translateX(-50%) rotate(-2deg); white-space: nowrap; background: #FFE14D; color: #14062E; border: 3px solid #14062E; border-radius: 999px; padding: 8px 22px; font-size: 19px; font-weight: 700; }
.plan-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.plan-best { font-size: 21px; margin: 6px 0 22px; }
.plan-price { display: flex; align-items: flex-start; gap: 4px; }
.plan-price .cur { font-size: 28px; font-weight: 700; margin-top: 12px; }
.plan-price .num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 88px; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.plan-per { font-size: 21px; font-weight: 700; margin-top: 6px; }
.plan-billed { font-size: 18px; margin-top: 6px; min-height: 27px; }
.plan-lock { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; margin: 22px 0 26px; background: #DCFCE7; color: #14532D; border-radius: 12px; padding: 10px 14px; font-size: 19px; font-weight: 700; }
.plan-feats { flex: 1; display: flex; flex-direction: column; gap: 14px; margin-bottom: 30px; }
.plan-feats li { display: flex; align-items: flex-start; gap: 12px; font-size: 21px; line-height: 1.35; }
.plan-feats li[hidden] { display: none; }
.plan-feats .ck { flex: 0 0 auto; font-weight: 700; color: #15803D; }
.plan-pop .plan-feats .ck { color: #4ADE80; }
.plan .btn { width: 100%; }
.plan-risk { font-size: 18px; text-align: center; margin-top: 12px; line-height: 1.35; }
.plans-foot { text-align: center; font-size: 20px; color: #3B2A55; margin-top: 36px; }

/* ---------- Comparison table ---------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; background: #FFFFFF; border: 3px solid #FFFFFF; border-radius: 24px; }
.cmp { width: 100%; min-width: 900px; border-collapse: collapse; color: #14062E; }
.cmp th, .cmp td { padding: 20px; text-align: left; vertical-align: middle; border-bottom: 2px solid #E5DDF0; }
.cmp thead th { border-bottom: 3px solid #14062E; font-size: 22px; font-weight: 700; line-height: 1.2; }
.cmp thead th small { display: block; font-size: 16px; font-weight: 400; margin-top: 4px; }
.cmp thead th:first-child { font-size: 18px; color: #5B4B73; vertical-align: bottom; }
.cmp thead .us { background: #2B0A5E; color: #FFFFFF; }
.cmp tbody th { font-size: 21px; font-weight: 700; line-height: 1.3; padding-left: 24px; }
.cmp td { font-size: 20px; line-height: 1.3; }
.cmp td.us { background: #F0FDF4; font-weight: 700; }
.cell { display: flex; align-items: center; gap: 10px; }
.ic { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; color: #FFFFFF; font-size: 18px; font-weight: 700; }
.ic-yes { background: #15803D; }
.ic-no { background: #C81E1E; }
.ic-meh { background: #6B5E80; }

/* ---------- Bank vs credit union ---------- */
.versus { display: flex; flex-wrap: wrap; gap: 32px; }
.vs-card { flex: 1 1 420px; min-width: 0; border-radius: 28px; padding: 36px 34px; }
.vs-them { background: #F3F1F6; border: 3px solid #B9B0C6; color: #4A3D5E; }
.vs-us { background: #2B0A5E; color: #FFFFFF; border: 4px solid #14062E; box-shadow: 12px 12px 0 #A50F94; }
.vs-label { font-size: 20px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.vs-them .vs-label { color: #5B4B73; }
.vs-us .vs-label { color: #FFE14D; }
.vs-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 36px; font-weight: 800; margin-bottom: 26px; }
.vs-list { display: flex; flex-direction: column; gap: 18px; }
.vs-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 23px; line-height: 1.35; }
.vs-list .ic { width: 36px; height: 36px; }
.vs-us .ic-yes { background: #22C55E; color: #14062E; }

/* ---------- Included grid ---------- */
.incl { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 18px; }
.incl li { display: flex; align-items: flex-start; gap: 16px; background: #FFFFFF; border: 3px solid #14062E; border-radius: 20px; padding: 24px; }
.incl .tick { width: 44px; height: 44px; font-size: 22px; }
.incl h3 { font-size: 23px; font-weight: 700; line-height: 1.2; }
.incl p { font-size: 19px; line-height: 1.35; color: #3B2A55; margin-top: 4px; }

/* ---------- Calculator ---------- */
.calc-label { display: block; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.calc-field { display: flex; align-items: center; width: 100%; max-width: 360px; height: 88px; margin: 0 auto; padding: 0 22px; background: #FFFFFF; border: 4px solid #14062E; border-radius: 18px; color: #14062E; }
.calc-field .cur { font-size: 40px; font-weight: 700; }
.calc-field input { flex: 1; min-width: 0; width: 100%; padding: 0 10px; border: 0; outline: 0; background: transparent; color: #14062E; font-size: 44px; font-weight: 700; }
.calc-field .per { font-size: 20px; color: #5B4B73; white-space: nowrap; }
.calc-out { max-width: 780px; margin: 32px auto 0; padding: 30px 32px; background: #FFFFFF; color: #14062E; border: 4px solid #14062E; border-radius: 24px; box-shadow: 10px 10px 0 #14062E; }
.calc-head { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.calc-head.good { color: #15803D; }
.calc-head.warn { color: #A50F94; }
.calc-body { font-size: 22px; line-height: 1.45; margin-top: 12px; }
.calc-cta { margin-top: 32px; }

/* ---------- Move steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; }
.steps li { background: #FFFFFF; border: 3px solid #14062E; border-radius: 24px; padding: 32px 30px; }
.step-n { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-bottom: 20px; border-radius: 50%; background: #2B0A5E; color: #FFE14D; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 38px; font-weight: 800; }
.steps h3 { font-size: 28px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.steps p { font-size: 21px; line-height: 1.4; color: #3B2A55; }
.steps-cta { margin-top: 40px; }

/* ---------- Domains ---------- */
.domain-form { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.domain-form input[type="text"] { flex: 1 1 320px; min-width: 0; height: 80px; padding: 0 24px; background: #FFFFFF; color: #14062E; border: 4px solid #14062E; border-radius: 18px; font-size: 28px; }
.domain-form button { height: 80px; padding: 0 38px; background: #FFE14D; color: #14062E; border: 4px solid #14062E; border-radius: 18px; font-size: 26px; font-weight: 700; }
.domain-form button:hover { background: #FFEB80; }
.tlds { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 18px; }
.tlds a { display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 24px 26px; background: #FFFFFF; color: #14062E; border: 3px solid #14062E; border-radius: 20px; transition: transform .15s ease; }
.tlds a:hover { transform: translateY(-2px); color: #14062E; }
.tld { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -.03em; }
.tld-price { font-size: 24px; font-weight: 700; }
.tld-price small { font-size: 18px; font-weight: 400; }
.tld-note { font-size: 18px; color: #3B2A55; }
.transfer { margin-top: 24px; font-size: 20px; }
.transfer a { color: #FFE14D; text-decoration: underline; }

/* ---------- FAQ (native <details>) ---------- */
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq details { background: #FFFFFF; border: 3px solid #14062E; border-radius: 20px; overflow: hidden; }
.faq details[open] { background: #FFF9DB; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; padding: 24px 28px; list-style: none; cursor: pointer; font-size: clamp(22px, 2.4vw, 27px); font-weight: 700; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { content: ''; }
.faq .sign { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #2B0A5E; color: #FFFFFF; font-size: 28px; font-weight: 700; }
.faq .sign::before { content: '+'; }
.faq details[open] .sign::before { content: '\2013'; }
.faq .answer { padding: 0 28px 28px; font-size: 23px; line-height: 1.5; max-width: 780px; }
.ask-box { margin-top: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: 36px; background: #FFE14D; border: 4px solid #14062E; border-radius: 28px; }
.ask-text { flex: 1 1 380px; }
.ask-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.ask-sub { font-size: 22px; margin-top: 8px; }
.ask-box .btn { min-height: 72px; font-size: 23px; }

/* ---------- Final CTA ---------- */
.final { text-align: center; padding: clamp(72px, 9vw, 128px) 0; }
.final .h2 { font-size: clamp(48px, 7vw, 96px); line-height: .98; letter-spacing: -.045em; margin: 0 auto 22px; }
.final .h2 span { color: #FFE14D; }
.final-sub { font-size: clamp(22px, 2.6vw, 28px); line-height: 1.45; max-width: 700px; margin: 0 auto 40px; }
.final-note { font-size: 20px; color: #E4DCF2; margin-top: 28px; }

/* ---------- Footer ---------- */
.site-footer { background: #14062E; color: #E4DCF2; padding: 56px 0 40px; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 36px; }
.foot-logo { display: flex; align-items: baseline; gap: 8px; color: #FFFFFF; margin-bottom: 14px; }
.foot-logo .logo-word { font-size: 30px; }
.foot-logo .logo-sub { color: #E4DCF2; font-size: 17px; }
.foot-about { font-size: 18px; line-height: 1.55; }
.foot-col { display: flex; flex-direction: column; gap: 12px; font-size: 19px; }
.foot-col h2 { font-size: 20px; font-weight: 700; color: #FFFFFF; }
.foot-col a { color: #E4DCF2; }
.foot-col a:hover { color: #FFFFFF; }
.foot-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 17px; }
.foot-countries { display: flex; flex-wrap: wrap; gap: 10px; }
.foot-countries a, .foot-countries span { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border-radius: 999px; }
.foot-countries span { background: rgba(255, 255, 255, .12); color: #FFFFFF; font-weight: 700; }
.foot-countries a { border: 1px solid rgba(255, 255, 255, .3); color: #E4DCF2; }
.foot-countries a:hover { color: #FFFFFF; }

/* ---------- WhatsApp ----------
   Desktop: round icon, bottom-right (where chat bubbles live), appears after the hero.
   Phones:  lives inside the sticky bottom bar instead, so nothing floats over content. */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: none; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: #25D366; border: 3px solid #14062E; box-shadow: 4px 4px 0 #14062E; opacity: 0; visibility: hidden; -webkit-transform: translateY(12px); transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s, box-shadow .2s ease; }
.wa-float.is-visible { opacity: 1; visibility: visible; -webkit-transform: none; transform: none; }
.wa-float:hover { box-shadow: 6px 6px 0 #14062E; -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); }
@media (min-width: 760px) { .wa-float { display: flex; } }

/* ---------- Mobile sticky bar ---------- */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; gap: 12px; padding: 12px 16px; padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)); background: #FFFFFF; border-top: 3px solid #14062E; }
.sticky-price { flex: 1; min-width: 0; font-size: 19px; font-weight: 700; line-height: 1.25; }
.sticky-price small { display: block; font-size: 16px; font-weight: 400; }
.sticky-wa { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 14px; background: #25D366; border: 3px solid #14062E; }
.sticky-bar .btn { min-height: 60px; padding: 0 22px; }
@media (max-width: 759px) { .site-footer { padding-bottom: 120px; } }
@media (min-width: 760px) { .sticky-bar { display: none; } }

/* ---------- Price-lock note (hero + plans) ---------- */
.lock-note { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; font-size: 19px; color: #E4DCF2; }
.lock-note a { color: #FFE14D; text-decoration: underline; font-weight: 700; }
.plans-lock { max-width: 860px; margin: 36px auto 0; padding: 22px 26px; background: #F0FDF4; border: 3px solid #15803D; border-radius: 20px; font-size: 20px; line-height: 1.5; text-align: center; }
.plans-lock strong { color: #14532D; }
.plans-lock a { font-weight: 700; text-decoration: underline; }

/* ---------- Legal / policy pages ---------- */
.legal-hero { background: #2B0A5E; color: #FFFFFF; padding: clamp(48px, 7vw, 88px) 0; }
.legal-hero .h1 { font-size: clamp(44px, 6.4vw, 80px); margin-bottom: 20px; }
.legal-hero p { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.5; max-width: 760px; color: #E4DCF2; }
.legal-meta { margin-top: 22px; font-size: 17px !important; color: #CBBEE4 !important; }
.promise-box { background: #FFE14D; border-bottom: 3px solid #14062E; }
.promise-box .wrap { padding-top: 32px; padding-bottom: 32px; }
.promise-box p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; max-width: 960px; }
.legal { padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 8vw, 112px); }
.legal .wrap { max-width: 860px; }
.legal-toc { margin-bottom: 48px; padding: 24px 28px; background: #F6F1FB; border: 3px solid #14062E; border-radius: 20px; }
.legal-toc h2 { font-size: 20px; margin-bottom: 12px; }
.legal-toc ol { list-style: decimal; padding-left: 24px; display: grid; gap: 6px; font-size: 19px; }
.legal-sec { padding: 32px 0; border-top: 2px solid #E5DDF0; }
.legal-sec h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(28px, 3.4vw, 36px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 16px; }
.legal-sec p, .legal-sec li { font-size: 20px; line-height: 1.6; }
.legal-sec p + p, .legal-sec p + ul, .legal-sec ul + p { margin-top: 14px; }
.legal-sec ul { list-style: none; display: grid; gap: 10px; }
.legal-sec ul li { display: flex; gap: 12px; align-items: flex-start; }
.legal-sec .ic { width: 30px; height: 30px; font-size: 16px; margin-top: 2px; }
.legal-sec .fine { font-size: 17px; color: #5B4B73; }
.legal-plain { display: block; margin-top: 8px; padding: 14px 18px; background: #F0FDF4; border-left: 0; border-radius: 12px; font-size: 19px; color: #14532D; font-weight: 700; }
.legal-back { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

/* ---------- Motion & print ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .topbar, .site-header, .geo-banner, .wa-float, .sticky-bar { display: none !important; }
}
