:root {
  --ink: #102a43;
  --cream: #f5f5f2;
  --paper: #ffffff;
  --orange: #b57b32;
  --lime: #d8c18c;
  --line: #dfe4e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; height: auto; }

.topbar { display: flex; gap: 24px; align-items: center; padding: 10px 5.5%; background: var(--ink); color: #f8f5ed; font: 11px "DM Mono", monospace; letter-spacing: .04em; }
.topbar p { margin: 0 auto 0 0; color: #d8e1e9; }
.header { position: sticky; z-index: 10; top: 0; min-height: 82px; padding: 0 5.5%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.logo { display: flex; align-items: center; gap: 10px; font-size: 14px; line-height: 1.05; letter-spacing: -.03em; }
.logo strong { font-weight: 800; }
.logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: white; font: 500 10px "DM Mono", monospace; letter-spacing: -.1em; box-shadow: inset 0 0 0 5px rgba(255,255,255,.18); }
.navigation { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.language-switch { padding: 5px 7px; border: 1px solid var(--line); font: 10px "DM Mono", monospace; letter-spacing: .08em; }
.nav-cta { background: var(--ink); color: white; padding: 13px 18px; border-radius: 3px; box-shadow: 0 5px 12px rgba(16,42,67,.15); }
.nav-cta span, .button span { margin-left: 15px; font-size: 18px; line-height: 0; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 620px; background: linear-gradient(105deg, #f7f8f7 0%, var(--cream) 65%, #e8edf0 100%); }
.hero-copy { padding: clamp(70px, 10vw, 135px) 12% 70px; }
.eyebrow { margin: 0 0 20px; font: 500 11px "DM Mono", monospace; letter-spacing: .1em; color: var(--orange); }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
h1 { font-size: clamp(52px, 6.2vw, 94px); line-height: .99; }
em { color: var(--orange); font-weight: inherit; }
.hero-text { max-width: 470px; margin: 30px 0; font-size: 16px; line-height: 1.7; color: #4c6174; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; padding: 15px 18px 15px 22px; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(16,42,67,.18); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 5px 12px rgba(181,123,50,.18); }
.text-link { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { margin-left: 9px; }
.trusted { display: flex; gap: 13px; align-items: center; margin-top: 74px; font-size: 11px; line-height: 1.45; }
.trusted p { margin: 0; color: #647069; }
.trusted strong { color: var(--ink); }
.avatars { display: flex; }
.avatars span { display: grid; place-items: center; width: 29px; height: 29px; margin-left: -7px; border: 2px solid var(--cream); border-radius: 50%; background: #9ba985; color: white; font: 9px "DM Mono", monospace; }
.avatars span:nth-child(2) { background: #d9a07d; }.avatars span:nth-child(3) { background: #556f70; }
.hero-visual { position: relative; overflow: hidden; min-height: 480px; background: linear-gradient(125deg, rgba(16,42,67,.48), rgba(16,42,67,.08)), url("https://images.unsplash.com/photo-1519197924294-4ba991a11128?auto=format&fit=crop&w=1200&q=85") center/cover; }
.visual-stamp { position: absolute; top: 34px; right: 38px; width: 78px; height: 78px; padding-top: 21px; border-radius: 50%; background: var(--lime); text-align: center; font: 9px/1.45 "DM Mono", monospace; transform: rotate(12deg); }
.visual-stamp b { font-weight: 500; }
.hero-card { position: absolute; right: 10%; bottom: 43px; padding: 16px 20px; background: rgba(252,250,246,.93); }
.card-label { display: block; margin-bottom: 6px; color: #647069; font: 9px "DM Mono", monospace; text-transform: uppercase; }
.hero-card strong { font-size: 12px; }
.vertical-word { position: absolute; bottom: 35px; left: -34px; color: white; font: 500 10px "DM Mono", monospace; letter-spacing: .4em; transform: rotate(-90deg); }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1080px; margin: -40px auto 0; position: relative; z-index: 2; background: var(--paper); border-radius: 5px; box-shadow: 0 15px 36px rgba(16,42,67,.12); }.trust-strip div { display: grid; grid-template-columns: 28px 1fr; gap: 2px 9px; padding: 22px 27px; border-right: 1px solid var(--line); }.trust-strip div:last-child { border: 0; }.trust-strip span { grid-row: span 2; color: var(--orange); font: 10px "DM Mono", monospace; padding-top: 3px; }.trust-strip strong { font-size: 12px; }.trust-strip p { margin: 0; color: #647586; font-size: 11px; line-height: 1.5; }
.analysis-offer { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--lime); }.offer-copy { padding: 90px 13%; }.offer-copy .eyebrow { color: var(--ink); }.offer-lead { max-width: 440px; margin: 25px 0; color: #314643; font-size: 15px; line-height: 1.7; }.offer-price { display: flex; align-items: center; gap: 15px; margin: 30px 0; }.offer-price strong { color: var(--orange); font: 600 55px "Playfair Display", Georgia, serif; letter-spacing: -.06em; }.offer-price span { font: 10px/1.55 "DM Mono", monospace; text-transform: uppercase; }
.offer-details { padding: 68px 12%; background: var(--ink); color: #fff; }.offer-details > ol { margin: 28px 0 0; padding: 0; list-style: none; }.offer-details li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.22); }.offer-details li > span { color: var(--lime); font: 10px "DM Mono", monospace; }.offer-details strong { font-size: 14px; }.offer-details li p { margin: 7px 0 0; color: #bac7be; font-size: 12px; line-height: 1.6; }.offer-for { margin-top: 20px; padding: 19px; background: #294744; }.offer-for p { margin: 8px 0 0; color: #d3ddd5; font-size: 12px; line-height: 1.7; }

.intro { padding: 130px 11% 118px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 8%; align-items: end; }
h2 { font-size: clamp(36px, 4.4vw, 65px); line-height: 1.05; }
.intro-grid p { margin: 0 0 26px; color: #52605a; font-size: 16px; line-height: 1.7; }
.dark { font-size: 12px; }
.business-guide { padding: 110px 8%; background: #e8e4db; }
.guide-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 8%; align-items: end; margin-bottom: 55px; }
.guide-heading > p { max-width: 420px; margin: 0; color: #52605a; font-size: 15px; line-height: 1.7; }
.choice-card { padding: 35px; background: var(--paper); border-radius: 5px; box-shadow: 0 10px 25px rgba(16,42,67,.05); }
.choice-card-title, .checklist-title { display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; align-items: baseline; margin-bottom: 30px; }
.choice-card-title > span, .checklist-title > span { color: var(--orange); font: 11px "DM Mono", monospace; }
.choice-card-title h3, .checklist-title h3 { font-size: 29px; letter-spacing: -.05em; }
.choice-card-title p, .checklist-title p { grid-column: 2; margin: 5px 0 0; color: #65716a; font-size: 12px; }
.comparison { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid var(--line); }
.comparison article { padding: 32px; }.comparison article + article { border-left: 1px solid var(--line); }
.company-option { background: var(--ink); color: #fff; }.company-option .comparison-label, .company-option .comparison-summary { color: #b9c3bc; }
.comparison-label { margin: 0; color: #69766f; font: 10px "DM Mono", monospace; letter-spacing: .07em; }
.comparison h4 { margin: 12px 0; font: 600 39px "Playfair Display", Georgia, serif; letter-spacing: -.05em; }
.comparison-summary { min-height: 42px; margin: 0 0 22px; color: #52605a; font-size: 13px; line-height: 1.6; }
.comparison strong { font-size: 12px; }.comparison ul { margin: 12px 0 22px; padding-left: 18px; font-size: 12px; line-height: 1.8; }
.example { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: #52605a; font-size: 12px; line-height: 1.65; }.company-option .example { border-color: rgba(255,255,255,.2); color: #d3ddd5; }
.guide-note { margin: 0; padding: 22px 0 0; color: #59655f; font-size: 12px; line-height: 1.7; }
.checklist-section { margin-top: 65px; }.checklist-items { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); } summary { display: grid; grid-template-columns: 52px 1fr 20px; gap: 14px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; } summary::-webkit-details-marker { display: none; } summary span { color: var(--orange); font: 11px "DM Mono", monospace; padding-top: 5px; } summary b { color: var(--orange); font-size: 20px; font-weight: 400; text-align: right; } details[open] summary b { transform: rotate(45deg); }
.details-content { max-width: 760px; margin: -3px 0 24px 66px; color: #52605a; font-size: 13px; line-height: 1.7; }.details-content p { margin: 0 0 11px; }.details-content a { color: var(--orange); font-weight: 800; text-decoration: underline; }
.split-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.split-details strong { color: var(--ink); }
.start-summary { margin-top: 64px; padding: 38px; background: var(--lime); }.start-summary .eyebrow { color: var(--ink); }.start-summary p:not(.eyebrow) { margin: 9px 0; max-width: 670px; font-size: 14px; line-height: 1.6; }.start-summary .button { margin-top: 20px; }
.services { padding: 100px 5.5% 118px; background: var(--ink); color: #f8f5ed; }
.section-heading { margin-bottom: 45px; }.section-heading h2 { max-width: 700px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.25); }
.service { position: relative; min-height: 325px; padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.25); }
.service:last-child { border-right: 0; }
.service-featured { background: var(--lime); color: var(--ink); }
.service-number { font: 10px "DM Mono", monospace; opacity: .75; }
.service-icon { margin: 34px 0; color: var(--orange); font: 38px Georgia, serif; }.service-featured .service-icon { color: var(--ink); }
.service h3 { font-size: 23px; line-height: 1.08; font-weight: 700; }
.service p { color: #b9c3bc; font-size: 12px; line-height: 1.65; }.service-featured p { color: #52605a; }
.service > a { position: absolute; right: 24px; bottom: 23px; font-size: 24px; }
.tax-guide, .accounting, .faq { padding: 120px 8%; }
.tax-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }.tax-card { min-width: 0; padding: 32px; border: 1px solid var(--line); border-right: 0; }.tax-card:last-child { border-right: 1px solid var(--line); }
.tax-card h3 { margin: 13px 0 6px; font-size: 29px; }.tax-rate { margin: 0 0 22px; color: var(--orange); font: 600 36px "Playfair Display", Georgia, serif; letter-spacing: -.05em; }.tax-rate span { color: var(--ink); font: 500 12px Manrope, Arial, sans-serif; letter-spacing: 0; }
.tax-card > p:not(.comparison-label):not(.tax-rate) { color: #52605a; font-size: 12px; line-height: 1.65; }.tax-card ul { min-height: 109px; padding-left: 17px; font-size: 12px; line-height: 1.7; }.featured-tax { background: var(--lime); }.tax-example { margin: 24px 0 0; padding-top: 17px; border-top: 1px solid var(--line); }
.tax-warning { margin-top: 25px; padding: 21px 24px; background: #f0ddd2; font-size: 13px; line-height: 1.6; }
.calculator { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: #e8e4db; }.calculator-copy { padding: 92px 13%; }.calculator-copy > p:not(.eyebrow) { color: #52605a; font-size: 14px; line-height: 1.7; }.calculator-benefits { margin: 27px 0 0; padding: 0; list-style: none; font-size: 12px; font-weight: 700; line-height: 2; }.calculator-benefits li::before { content: "✓"; margin-right: 10px; color: var(--orange); }
.tax-calculator { padding: 58px 12%; background: var(--paper); }.tax-calculator label { display: block; margin: 18px 0 7px; font-size: 12px; font-weight: 800; }.tax-calculator input, .tax-calculator select { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px; color: var(--ink); background: white; font: 14px Manrope, Arial, sans-serif; }.tax-calculator .button { margin-top: 24px; border: 0; cursor: pointer; }.calculator-note { margin: 15px 0 0; color: #68736d; font-size: 10px; line-height: 1.5; }.calculator-result { margin-top: 25px; padding: 23px; background: var(--ink); color: white; }.calculator-result .comparison-label { color: var(--lime); }.result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px 0; border-top: 1px solid rgba(255,255,255,.25); }.result-grid div { padding: 12px 10px 0 0; border-right: 1px solid rgba(255,255,255,.25); }.result-grid div + div { padding-left: 10px; }.result-grid div:last-child { border: 0; }.result-grid span { display: block; color: #b9c3bc; font-size: 10px; }.result-grid strong { display: block; margin-top: 5px; color: var(--lime); font-size: 14px; }.calculator-result > p:last-of-type { color: #d6dfd8; font-size: 12px; line-height: 1.65; }.calculator-result .button-light { margin-top: 9px; }
.contributions { padding: 110px 8%; background: var(--ink); color: #f8f5ed; }.contribution-header { max-width: 720px; }.contribution-header .eyebrow { color: var(--lime); }.contribution-header > p:last-child { max-width: 560px; margin: 25px 0 0; color: #b9c3bc; font-size: 14px; line-height: 1.7; }
.health-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.25); }.health-grid article { min-width: 0; padding: 26px 26px 30px 0; border-right: 1px solid rgba(255,255,255,.25); }.health-grid article + article { padding-left: 26px; }.health-grid article:last-child { border-right: 0; }.health-grid span, .article-number { color: var(--lime); font: 10px "DM Mono", monospace; }.health-grid h3 { margin: 26px 0 9px; font-size: 23px; }.health-grid strong { color: var(--lime); font-size: 13px; }.health-grid p { color: #b9c3bc; font-size: 12px; line-height: 1.65; }
.relief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 35px; background: rgba(255,255,255,.22); }.relief-grid > div { padding: 26px; background: #23403d; }.relief-grid .comparison-label { color: var(--lime); }.relief-grid h3 { margin: 14px 0 8px; font-size: 19px; }.relief-grid p:last-child { margin: 0; color: #c3cec6; font-size: 12px; line-height: 1.6; }.fine-print { margin: 22px 0 0; color: #9eafa6; font-size: 11px; line-height: 1.6; }
.accounting { background: var(--cream); }.accounting-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }.accounting-grid article { min-width: 0; padding: 25px; border-right: 1px solid var(--line); }.accounting-grid article:last-child { border-right: 0; }.accounting-grid h3 { margin: 25px 0 18px; font-size: 24px; line-height: 1.1; }.accounting-grid p { color: #52605a; font-size: 12px; line-height: 1.7; }
.insights { padding: 110px 8%; background: #e8e4db; }.featured-article { background: var(--paper); }.article-date { display: flex; justify-content: space-between; gap: 12px; font: 10px "DM Mono", monospace; letter-spacing: .05em; }.article-date span { color: var(--orange); }.article-date time { color: #65716a; }
.featured-article > .article-date { padding: 18px 26px; border-bottom: 1px solid var(--line); }.featured-article-content { padding: 45px; }.featured-article h3 { max-width: 850px; margin: 10px 0 20px; font: 600 clamp(31px, 4vw, 55px)/1.06 "Playfair Display", Georgia, serif; letter-spacing: -.05em; }.featured-article .lead { max-width: 740px; margin: 0; color: #52605a; font-size: 15px; line-height: 1.7; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0; background: var(--ink); color: white; }.timeline div { padding: 22px; border-right: 1px solid rgba(255,255,255,.22); }.timeline div:last-child { border-right: 0; }.timeline time { color: var(--lime); font: 10px "DM Mono", monospace; }.timeline p { margin: 14px 0 0; color: #d0d9d2; font-size: 12px; line-height: 1.65; }
.article-columns { display: grid; grid-template-columns: 1fr .85fr; gap: 45px; }.article-columns h4 { margin: 0 0 14px; font-size: 15px; }.article-columns ul { margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.8; }.article-callout { padding: 22px; background: var(--lime); }.article-callout p { font-size: 12px; line-height: 1.7; }.article-callout a { display: inline-block; margin-top: 6px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }.news-card { min-width: 0; padding: 30px; background: var(--paper); }.news-card h3 { margin: 28px 0 15px; font-size: 26px; line-height: 1.08; }.news-card p { color: #52605a; font-size: 13px; line-height: 1.7; }.news-card .text-link { display: inline-block; margin-top: 11px; }
.faq { background: var(--paper); }.faq-list { border-top: 1px solid var(--line); }
.process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.process-image { min-height: 580px; padding: 70px; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(0deg, rgba(20,41,39,.65), rgba(20,41,39,.08)), url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1000&q=85") center/cover; }
.image-quote { color: var(--lime); font: 94px/0 Georgia, serif; }.process-image p { margin: 18px 0 0; font: 600 24px/1.3 "Playfair Display", serif; letter-spacing: -.03em; }
.process-content { padding: 105px 12%; }.process-content ol { margin: 44px 0 0; padding: 0; list-style: none; }
.process-content li { display: flex; gap: 22px; padding: 20px 0; border-top: 1px solid var(--line); }.process-content li > span { color: var(--orange); font: 10px "DM Mono", monospace; }
.process-content strong { font-size: 14px; }.process-content li p { margin: 7px 0 0; color: #68736d; font-size: 12px; line-height: 1.5; }
.contact { padding: 112px 6%; text-align: center; background: var(--orange); color: #fff; }.contact .eyebrow { color: #fff4df; }.contact em { color: var(--ink); }.contact > p:not(.eyebrow) { max-width: 520px; margin: 25px auto 30px; font-size: 14px; line-height: 1.65; }.button-light { background: var(--cream); color: var(--ink); }
footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 25px; padding: 48px 5.5% 25px; background: var(--ink); color: white; } footer p, footer small { color: #aab5ad; font-size: 11px; }.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; } footer small { grid-column: 1 / -1; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.mobile-cta { display: none; }

@media (max-width: 800px) {
  .topbar { justify-content: center; }.topbar p, .topbar a:last-child { display: none; }
  .header { min-height: 70px; }.navigation { display: none; }.navigation.open { position: absolute; z-index: 5; top: 70px; left: 0; right: 0; display: flex; padding: 25px 5.5%; background: var(--paper); flex-direction: column; align-items: flex-start; box-shadow: 0 12px 20px rgba(0,0,0,.08); }
  .menu-toggle { display: grid; gap: 5px; }.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); }
  .hero, .analysis-offer, .process, .trust-strip { grid-template-columns: 1fr; }.hero-copy { padding: 75px 8% 60px; }.hero-visual { min-height: 360px; }.trusted { margin-top: 55px; }.offer-copy, .offer-details { padding: 70px 8%; }.trust-strip { max-width: none; margin: 0; border-radius: 0; box-shadow: none; }.trust-strip div { padding: 18px 8%; border-right: 0; border-bottom: 1px solid var(--line); }.trust-strip div:last-child { border-bottom: 0; }
  .intro { padding: 80px 8%; }.intro-grid, .guide-heading { grid-template-columns: 1fr; gap: 28px; }.business-guide { padding: 75px 8%; }.services { padding: 70px 8%; }.service-grid { grid-template-columns: 1fr 1fr; }.service { min-height: 280px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .tax-guide, .accounting, .insights, .faq, .contributions { padding: 75px 8%; }.calculator { grid-template-columns: 1fr; }.calculator-copy, .tax-calculator { padding: 70px 8%; }.tax-cards, .health-grid, .relief-grid, .accounting-grid, .timeline, .article-grid, .article-columns { grid-template-columns: 1fr; }.tax-card, .tax-card:last-child, .health-grid article, .health-grid article + article, .health-grid article:last-child, .accounting-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.health-grid article + article { padding-left: 0; }.tax-card ul { min-height: 0; }.health-grid article { border-color: rgba(255,255,255,.25); }.relief-grid > div, .timeline div { border-bottom: 1px solid rgba(255,255,255,.22); }.featured-article-content { padding: 30px; }
  .process-image { min-height: 380px; padding: 45px; }.process-content { padding: 70px 8%; }.contact { padding: 75px 8%; } footer { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .topbar { padding: 9px 5%; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.choice-card, .start-summary { padding: 23px; }.comparison, .split-details { grid-template-columns: 1fr; }.comparison article + article { border-top: 1px solid var(--line); border-left: 0; }.choice-card-title, .checklist-title { grid-template-columns: 35px minmax(0, 1fr); }.details-content { margin-left: 49px; }.service-grid { grid-template-columns: 1fr; }.service { border-right: 0; }.service h3 { font-size: 27px; }.tax-guide h2, .contributions h2, .insights h2, .faq h2 { overflow-wrap: anywhere; }.tax-card, .health-grid article, .news-card { overflow-wrap: anywhere; }.mobile-cta { position: fixed; z-index: 20; bottom: 12px; left: 12px; right: 12px; display: flex; justify-content: center; padding: 14px; border-radius: 3px; background: var(--orange); color: white; box-shadow: 0 10px 24px rgba(16,42,67,.22); font-size: 13px; font-weight: 800; }.mobile-cta span { margin-left: 10px; }
}
