@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');

:root {
  --green-950: #061b35;
  --green-900: #082443;
  --green-800: #0c3158;
  --green-700: #174c76;
  --sage: #8799a8;
  --cream: #f6f1e7;
  --paper: #fcfaf5;
  --white: #fffefb;
  --gold: #c9a764;
  --gold-light: #e5d3a5;
  --ink: #14273b;
  --muted: #66717c;
  --border: rgba(8, 36, 67, .16);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 60px rgba(25, 47, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 48px)); }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; color: white; background: var(--green-950); border-radius: 4px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; color: var(--green-950); }
.site-header.scrolled { position: fixed; background: rgba(252,250,245,.94); box-shadow: 0 1px 0 var(--border); backdrop-filter: blur(14px); }
.internal-header { position: relative; background: var(--paper); border-bottom: 1px solid var(--border); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; flex: 0 0 auto; text-decoration: none; font-family: var(--serif); font-size: 24px; letter-spacing: -.02em; }
.brand img { display: block; width: 142px; height: 57px; object-fit: contain; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 18px; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a { font-size: 14px; font-weight: 500; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--green-700); }
.main-nav > a { position: relative; padding: 9px 2px; transition: color .2s ease; }
.main-nav > a::after { content: ""; position: absolute; right: 50%; bottom: 2px; left: 50%; height: 2px; background: var(--gold); transition: right .2s ease, left .2s ease; }
.main-nav > a.active { color: var(--green-900); }
.main-nav > a.active::after { right: 2px; left: 2px; }
.main-nav > .nav-cta { padding: 9px 13px; border: 1px solid var(--border); border-radius: 3px; }
.main-nav > .nav-cta::after { right: 13px; left: 13px; }
.main-nav > .nav-cta.active { color: white; background: var(--green-800); border-color: var(--green-800); }
.main-nav > .nav-cta.active::after { right: 13px; left: 13px; background: var(--gold-light); }
.menu-toggle { display: none; padding: 8px; background: transparent; border: 0; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; transition: .2s ease; }
.language-switcher { display: inline-flex; align-items: center; gap: 6px; margin-left: 2px; padding: 5px 8px; color: var(--muted); border: 1px solid var(--border); border-radius: 999px; white-space: nowrap; }
.language-switcher button { padding: 2px 3px; color: var(--muted); background: transparent; border: 0; font-size: 11px; font-weight: 600; cursor: pointer; opacity: .62; transition: color .2s ease, opacity .2s ease; }
.language-switcher button:hover, .language-switcher button[aria-pressed="true"] { color: var(--green-900); opacity: 1; }
.language-switcher button[aria-pressed="true"] { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; color: white; background: var(--green-800); border: 1px solid var(--green-800); border-radius: 3px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--green-950); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(13,45,39,.17); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-outline { width: 100%; color: var(--green-900); background: transparent; }
.button-gold { width: 100%; color: var(--green-950); background: var(--gold-light); border-color: var(--gold-light); }
.button-light { color: var(--green-950); background: var(--cream); border-color: var(--cream); }
.text-link { color: var(--green-800); font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.eyebrow { margin: 0 0 20px; color: var(--green-700); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }

.hero { position: relative; min-height: 800px; overflow: hidden; background: linear-gradient(110deg, var(--cream) 0 58%, #e9e4d8 58%); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42%; height: 40%; opacity: .23; background: repeating-linear-gradient(125deg, transparent 0 21px, var(--sage) 22px 23px); clip-path: polygon(30% 0,100% 35%,100% 100%,0 100%); }
.hero-glow { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(201,167,100,.24); border-radius: 50%; right: 5%; top: 110px; }
.hero-grid { position: relative; z-index: 2; min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-top: 90px; }
.hero-copy { padding-bottom: 25px; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
.hero h1 { max-width: 600px; margin: 0; color: var(--green-950); font-size: clamp(58px, 6vw, 88px); letter-spacing: -.045em; }
.hero-lead { max-width: 570px; margin: 28px 0 32px; color: #53605b; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { margin-top: 30px; color: #7b817e; font-size: 12px; }
.app-scene { position: relative; height: 680px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: #dcd2bd; }
.phone { position: relative; z-index: 2; width: 290px; height: 590px; padding: 14px 18px 20px; overflow: hidden; color: var(--ink); background: #fffdfa; border: 7px solid #1e2724; border-radius: 38px; box-shadow: 0 38px 80px rgba(24,48,41,.26); transform: rotate(-3deg); }
.real-phone { width: 300px; height: auto; padding: 0; background: #0b1118; border: 8px solid #111820; border-radius: 38px; box-shadow: 0 38px 80px rgba(6,27,53,.28); }
.real-phone::before { content: ""; position: absolute; z-index: 2; top: 7px; left: 50%; width: 72px; height: 17px; border-radius: 0 0 12px 12px; background: #111820; transform: translateX(-50%); }
.real-phone img { display: block; width: 100%; height: auto; border-radius: 29px; }
.phone-top { display: flex; justify-content: space-between; padding: 0 5px 14px; font-size: 9px; }
.app-brand { color: var(--green-900); font-family: var(--serif); font-size: 22px; }
.daily-card { margin: 15px 0; padding: 22px; color: white; background: var(--green-800); border-radius: 5px; box-shadow: 0 12px 24px rgba(27,76,64,.18); }
.card-label { color: var(--gold-light); font-size: 7px; letter-spacing: .18em; }
.daily-card p { margin: 12px 0 8px; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.daily-card small { font-size: 9px; opacity: .8; }
.app-section-title { display: flex; justify-content: space-between; margin: 22px 0 10px; font-size: 10px; }.app-section-title b { color: var(--green-700); font-size: 8px; }
.draft-card { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--border); border-radius: 4px; }
.draft-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--gold); background: var(--cream); border-radius: 50%; }
.draft-card strong, .draft-card small { display: block; }.draft-card strong { font-family: var(--serif); font-size: 13px; }.draft-card small { color: var(--muted); font-size: 7px; }
.app-nav { position: absolute; inset: auto 12px 13px; display: flex; justify-content: space-around; padding-top: 11px; border-top: 1px solid var(--border); color: var(--green-800); }
.app-nav span { display: grid; place-items: center; font-size: 14px; }.app-nav small { display: block; margin-top: 2px; font-size: 6px; }
.verse-slip { position: absolute; z-index: 3; right: -15px; bottom: 75px; min-width: 210px; padding: 18px 22px; background: var(--white); box-shadow: var(--shadow); transform: rotate(3deg); }
.verse-slip span, .verse-slip strong { display: block; }.verse-slip span { color: var(--gold); font-size: 8px; letter-spacing: .18em; }.verse-slip strong { margin-top: 5px; font-family: var(--serif); font-size: 15px; line-height: 1.35; }.verse-slip i { position: absolute; right: 18px; bottom: 18px; width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--green-800); border-radius: 50%; font-size: 8px; font-style: normal; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.4fr; gap: 70px; align-items: start; }
.intro h2, .section-heading h2 { margin: 0 0 24px; color: var(--green-950); font-size: clamp(42px, 5vw, 64px); letter-spacing: -.035em; }
.intro-grid > div p { max-width: 700px; color: var(--muted); font-size: 19px; }
.features-section { background: #ebe7dc; }
.section-heading { max-width: 720px; margin-bottom: 64px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 340px; padding: 38px; background: rgba(255,254,251,.78); border: 1px solid rgba(23,62,53,.08); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-large { grid-row: span 2; min-height: 696px; padding-top: 280px; background: var(--green-900); color: white; }
.feature-large::before { content: "V"; position: absolute; top: 30px; left: 50%; color: rgba(229,211,165,.35); font-family: var(--serif); font-size: 210px; line-height: 1; transform: translateX(-50%); }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; min-height: 340px; }
.feature-number { position: absolute; top: 25px; right: 28px; color: var(--sage); font-size: 10px; letter-spacing: .18em; }
.line-icon { margin-bottom: 28px; color: var(--gold); font-size: 28px; }.feature-card h3 { margin: 0 0 14px; font-size: 30px; }.feature-card p { color: var(--muted); font-size: 14px; }.feature-large p { color: rgba(255,255,255,.68); }.feature-tag { display: inline-block; margin-top: 24px; padding: 7px 10px; color: var(--gold-light); border: 1px solid rgba(229,211,165,.35); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.audio-player { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 18px; background: var(--cream); }.audio-player button { width: 40px; height: 40px; color: white; background: var(--green-800); border: 0; border-radius: 50%; cursor: pointer; }.audio-player strong,.audio-player small { display: block; font-size: 10px; }.audio-player small { color: var(--muted); }.audio-player time { font-size: 9px; }.audio-line { display: block; position: relative; height: 2px; margin: 6px 0; background: #d3d0c7; }.audio-line i { display: block; width: 35%; height: 100%; background: var(--gold); transition: width .4s ease; }.audio-player.playing .audio-line i { width: 72%; }
.audio-player button:disabled { color: #78848e; background: #d9dde0; cursor: not-allowed; }
.audio-player button:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.path-section { color: white; background: var(--green-950); }
.path-section .section-heading h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; min-height: 230px; padding: 0 36px; border-left: 1px solid rgba(255,255,255,.15); }.steps li:last-child { border-right: 1px solid rgba(255,255,255,.15); }.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-light); border: 1px solid rgba(229,211,165,.5); border-radius: 50%; font-size: 11px; }.steps h3 { margin: 55px 0 12px; font-size: 28px; }.steps p { color: rgba(255,255,255,.58); font-size: 13px; }
.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 42px 36px 38px; background: white; border: 1px solid var(--border); }.price-card.featured { color: white; background: var(--green-800); border-color: var(--green-800); transform: translateY(-12px); }.plan-name { margin: 0; color: var(--green-700); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }.featured .plan-name { color: var(--gold-light); }.price-card h3 { margin: 10px 0; font-size: 35px; }.plan-desc { min-height: 52px; color: var(--muted); font-size: 13px; }.featured .plan-desc { color: rgba(255,255,255,.65); }.price-card ul { min-height: 174px; padding: 25px 0; margin: 28px 0; border-top: 1px solid var(--border); list-style: none; }.featured ul { border-color: rgba(255,255,255,.16); }.price-card li { margin: 11px 0; font-size: 13px; }.price-card li::before { content: "✓"; margin-right: 10px; color: var(--gold); }.recommended { position: absolute; top: 0; right: 24px; padding: 8px 12px; color: var(--green-950); background: var(--gold-light); font-size: 8px; font-weight: 600; letter-spacing: .12em; }.pricing-note { margin: 35px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.plan-clarity { margin: 42px 0 22px; padding: 24px 28px; background: var(--cream); border-left: 3px solid var(--gold); }.plan-clarity strong { color: var(--green-900); font-family: var(--serif); font-size: 19px; font-weight: 400; }.plan-clarity p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.comparison-wrap { overflow-x: auto; background: white; border: 1px solid var(--border); }.plan-comparison { width: 100%; min-width: 790px; border-collapse: collapse; font-size: 12px; }.plan-comparison caption { padding: 24px 26px 14px; color: var(--green-900); font-family: var(--serif); font-size: 24px; text-align: left; }.plan-comparison th,.plan-comparison td { padding: 15px 18px; border-top: 1px solid var(--border); text-align: left; vertical-align: top; }.plan-comparison thead th { color: var(--green-700); background: var(--cream); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.plan-comparison tbody th { width: 20%; color: var(--green-900); font-weight: 600; }.plan-comparison td { width: 26.66%; color: var(--muted); }.plan-comparison td:last-child { background: rgba(229,211,165,.12); }.comparison-note { margin: 0; padding: 15px 18px; color: var(--muted); border-top: 1px solid var(--border); font-size: 11px; }
.quote-section { background: var(--cream); text-align: center; }.quote-wrap { position: relative; }.quote-mark { display: block; height: 65px; color: var(--gold); font-family: Georgia,serif; font-size: 100px; line-height: 1; }.quote-wrap blockquote { margin: 10px 0 24px; color: var(--green-950); font-size: clamp(42px,6vw,72px); letter-spacing: -.03em; }.quote-wrap cite { color: var(--green-700); font-size: 11px; font-style: normal; letter-spacing: .2em; text-transform: uppercase; }
.faq-section { background: var(--paper); }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.faq-layout .section-heading { position: sticky; top: 120px; align-self: start; }.faq-item { border-top: 1px solid var(--border); }.faq-item:last-child { border-bottom: 1px solid var(--border); }.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--ink); background: none; border: 0; text-align: left; cursor: pointer; }.faq-item button span { font-family: var(--serif); font-size: 20px; }.faq-item button i { color: var(--green-700); font-size: 22px; font-style: normal; transition: transform .25s ease; }.faq-item.open button i { transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 45px 24px 0; }
.download-section { padding: 100px 0; color: white; background: var(--green-800); }.download-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.download-inner h2 { margin: 0 0 22px; font-size: clamp(48px,6vw,76px); }.download-inner p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.67); }
.site-footer { padding: 75px 0 28px; color: rgba(255,255,255,.68); background: #04162b; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; padding-bottom: 65px; }.brand-light { color: white; }.footer-grid > div:first-child p { max-width: 270px; font-size: 13px; }.footer-grid h2 { margin: 0 0 18px; color: var(--gold-light); font-family: var(--sans); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }.footer-grid a,.footer-grid span { display: block; margin: 9px 0; font-size: 12px; text-decoration: none; }.footer-grid a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }.footer-bottom a { text-decoration: none; }.footer-bottom a:hover { color: white; }.compact-footer { padding-top: 28px; }

.page-hero { padding: 105px 0 90px; text-align: center; background: var(--cream); }.page-hero h1 { margin: 0 0 18px; color: var(--green-950); font-size: clamp(48px,7vw,76px); }.page-hero p:last-child { color: var(--muted); }.legal-content { max-width: 780px; padding-top: 75px; padding-bottom: 110px; }.legal-intro { margin: 0 0 40px; color: var(--green-800); font-family: var(--serif); font-size: 25px; line-height: 1.5; }.notice { padding: 24px 28px; margin-bottom: 55px; background: var(--cream); border-left: 3px solid var(--gold); }.notice strong { color: var(--green-900); }.notice p { margin: 6px 0 0; font-size: 13px; }.legal-content section { margin-top: 45px; }.legal-content h2 { margin: 0 0 14px; color: var(--green-900); font-size: 27px; }.legal-content p,.legal-content li { color: #56615d; font-size: 15px; }.legal-content a { color: var(--green-700); }
.support-hero { padding-bottom: 110px; }.support-section { padding-top: 75px; }.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }.support-card { min-height: 270px; padding: 36px; background: white; border: 1px solid var(--border); }.support-card > span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }.support-card h2 { margin: 30px 0 12px; color: var(--green-900); font-size: 30px; }.support-card p { color: var(--muted); font-size: 14px; }.support-card a { color: var(--green-700); font-size: 13px; font-weight: 600; text-decoration: none; }.contact-band { padding: 90px 0; color: white; background: var(--green-900); }.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }.contact-grid h2 { margin: 0; font-size: 50px; }.contact-grid p:not(.eyebrow) { color: rgba(255,255,255,.62); }.contact-box { padding: 28px; border: 1px solid rgba(255,255,255,.2); }.contact-box span,.contact-box small { display: block; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.contact-box a { display: block; margin: 8px 0 18px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; text-decoration: none; }.mini-faq .accordion { max-width: 780px; margin-inline: auto; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }[data-reveal].visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .section { padding: 82px 0; }.menu-toggle { display: block; z-index: 2; }.main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: var(--paper); transition: .2s ease; }.main-nav.open { visibility: visible; opacity: 1; }.main-nav > a { font-size: 18px; }.main-nav .language-switcher { margin: 4px 0 0; padding: 8px 12px; }.main-nav .language-switcher button { font-size: 13px; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { background: var(--cream); }.hero-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 145px; padding-bottom: 70px; }.hero-copy { text-align: center; }.hero h1,.hero-lead { margin-inline: auto; }.hero-actions { justify-content: center; }.app-scene { height: 700px; }.intro-grid,.faq-layout,.contact-grid { grid-template-columns: 1fr; gap: 40px; }.feature-grid { grid-template-columns: repeat(2,1fr); }.feature-large { grid-row: auto; min-height: 450px; padding-top: 190px; }.feature-wide { grid-column: span 2; }.steps { grid-template-columns: repeat(2,1fr); gap: 50px 0; }.pricing-grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }.price-card.featured { transform: none; }.faq-layout .section-heading { position: static; }.footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .container,.narrow { width: min(100% - 32px,1160px); }.section { padding: 70px 0; }.nav-wrap { min-height: 72px; }.brand img { width: 118px; height: 48px; }.hero-grid { min-height: auto; padding-top: 120px; }.hero h1 { font-size: 49px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 18px; }.app-scene { height: 650px; transform: scale(.86); margin: -30px -25px; }.real-phone { width: 300px; height: auto; }.intro-grid { gap: 20px; }.intro h2,.section-heading h2 { font-size: 42px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; grid-template-columns: 1fr; }.feature-card { min-height: auto; padding: 32px; }.feature-large { min-height: 500px; padding-top: 240px; }.steps { grid-template-columns: 1fr; gap: 0; }.steps li,.steps li:last-child { min-height: auto; padding: 28px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.steps h3 { margin: 24px 0 8px; }.price-card { padding: 36px 28px; }.plan-clarity { padding: 22px; }.comparison-wrap { margin-right: -16px; border-right: 0; }.download-inner { flex-direction: column; align-items: flex-start; }.footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-bottom { flex-direction: column; gap: 12px; }.support-grid { grid-template-columns: 1fr; }.contact-grid h2 { font-size: 40px; }.contact-box a { font-size: 19px; }.page-hero { padding: 80px 0 70px; }.legal-content { padding-top: 55px; padding-bottom: 75px; }
}
