:root {
  --paper: #fff;
  --paper-deep: #f2f7fa;
  --ink: #102635;
  --muted: #607482;
  --signal: #f05232;
  --signal-dark: #c93620;
  --line: rgba(16,38,53,.2);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Figtree", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
.paper-grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .025; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.seo-header { min-height: 78px; padding: 0 max(32px, calc((100vw - 1380px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: relative; z-index: 30; backdrop-filter: blur(16px); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 800; font-size: 13px; letter-spacing: .11em; }
.brand-bars { width: 25px; height: 23px; display: flex; align-items: flex-end; gap: 2px; }
.brand-bars i { width: 5px; display: block; background: var(--signal); }
.brand-bars i:nth-child(1) { height: 9px; }.brand-bars i:nth-child(2) { height: 17px; }.brand-bars i:nth-child(3) { height: 23px; }.brand-bars i:nth-child(4) { height: 13px; }
.seo-header nav { display: flex; gap: 32px; }
.seo-header nav a, footer nav a { color: inherit; text-decoration: none; }
.seo-header nav a { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.header-cta { justify-self: end; padding: 12px 15px; background: var(--ink); color: #fff; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.header-cta span { margin-left: 8px; color: var(--signal); }

.seo-hero { width: min(1380px, calc(100% - 64px)); min-height: 620px; margin-inline: auto; padding: 88px 0; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.65fr); gap: 90px; align-items: center; }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--signal-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.seo-hero h1 { max-width: 930px; margin: 0; font-family: var(--serif); font-size: clamp(68px,7.2vw,116px); line-height: .83; letter-spacing: -.045em; font-weight: 400; }
.seo-hero .lede { max-width: 740px; margin: 35px 0 28px; font-size: clamp(18px,1.65vw,24px); line-height: 1.48; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid var(--ink); color: var(--ink); text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .09em; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 5px 5px 0 var(--ink); }
.button.primary { border-color: var(--signal-dark); background: var(--signal); color: #fff; }
.trial-note { margin: 17px 0 0; color: var(--muted); font-size: 11px; }
.seo-hero aside { min-height: 340px; padding: 28px; display: flex; flex-direction: column; background: var(--ink); color: #fff; box-shadow: 16px 16px 0 #dbe8ee; transform: rotate(1deg); }
.seo-hero aside p { margin: 0; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.22); color: #a8b6bf; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.seo-hero aside strong { margin: auto 0 28px; color: var(--signal); font-family: var(--serif); font-size: clamp(42px,4.2vw,66px); line-height: .9; font-weight: 400; }
.seo-hero aside span { max-width: 300px; color: #c4ced4; font-size: 14px; line-height: 1.55; }

.fact-rail { margin: 0; padding: 0 max(32px, calc((100vw - 1380px)/2)); display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-block: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.fact-rail li { min-height: 100px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper-deep); }
.fact-rail span { color: var(--signal-dark); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.fact-rail b { font-family: var(--serif); font-size: 31px; font-weight: 400; }

.seo-article { padding: 28px max(32px, calc((100vw - 1380px)/2)) 90px; }
.seo-content-section { padding: 64px 0; display: grid; grid-template-columns: 90px minmax(0,900px); gap: 55px; border-bottom: 1px solid var(--line); }
.section-number { color: var(--signal); font-family: var(--serif); font-size: 42px; }
.seo-content-section h2, .seo-faq h2, .seo-close h2 { margin: 0 0 24px; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .93; }
.seo-content-section h2 { font-size: clamp(42px,4.7vw,70px); }
.seo-content-section p { max-width: 800px; margin: 0 0 17px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.seo-content-section ul { max-width: 800px; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); list-style: none; border-top: 1px solid var(--line); }
.seo-content-section li { padding: 14px 15px 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.seo-content-section li::before { content: ""; width: 7px; height: 7px; margin-right: 10px; display: inline-block; background: var(--signal); }

.comparison-wrap { padding: 80px 0 20px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--ink); }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 18px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.45; }
thead th { background: var(--ink); color: #fff; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
tbody th { width: 24%; color: var(--signal-dark); font-weight: 700; }
tbody td:nth-child(2) { background: var(--paper-deep); font-weight: 600; }

.seo-price-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.seo-price-grid article { min-height: 480px; padding: 32px; display: flex; flex-direction: column; background: #fff; }
.seo-price-grid article > p:first-child { color: var(--signal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.seo-price-grid h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 66px; font-weight: 400; line-height: 1; }
.seo-price-grid h3 span, .seo-price-grid h3 small { font-family: var(--sans); font-size: 12px; font-weight: 700; }
.seo-price-grid h3 small { margin-left: 5px; color: var(--muted); }
.seo-price-grid article > p:nth-of-type(2) { color: var(--muted); line-height: 1.5; }
.seo-price-grid ul { margin: auto 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.seo-price-grid li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.seo-price-grid li::before { content: ""; width: 7px; height: 7px; margin-right: 10px; display: inline-block; background: var(--signal); }
.seo-price-grid .featured { background: var(--paper-deep); }
.seo-price-grid .dark { background: var(--ink); color: #fff; }
.seo-price-grid .dark li, .seo-price-grid .dark ul { border-color: rgba(255,255,255,.2); }
.seo-price-grid .dark > p:nth-of-type(2) { color: #bdc9cf; }
.commercial-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.seo-faq { padding: 90px max(32px, calc((100vw - 1380px)/2)); display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; background: var(--paper-deep); border-block: 1px solid var(--line); }
.seo-faq h2 { font-size: clamp(55px,6vw,90px); }
.seo-faq details { border-top: 1px solid var(--ink); }
.seo-faq details:last-child { border-bottom: 1px solid var(--ink); }
.seo-faq summary { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 24px; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary span { color: var(--signal); font-family: var(--sans); transition: transform .2s; }
.seo-faq details[open] summary span { transform: rotate(45deg); }
.seo-faq details p { max-width: 760px; margin: -2px 50px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.related { padding: 72px max(32px, calc((100vw - 1380px)/2)); }
.related ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.related li { min-height: 145px; background: #fff; }
.related a { height: 100%; padding: 24px; display: flex; align-items: end; color: var(--ink); text-decoration: none; font-family: var(--serif); font-size: 27px; line-height: 1; transition: background .2s, color .2s; }
.related a:hover { background: var(--signal); color: #fff; }

.seo-close { min-height: 480px; padding: 75px max(32px, calc((100vw - 1380px)/2)); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.seo-close::after { content: ""; position: absolute; right: -100px; top: 55px; width: 360px; height: 360px; border: 60px solid var(--signal); border-radius: 50%; opacity: .8; }
.seo-close > p { margin: 0; color: #aab9c2; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.seo-close h2 { margin: 18px 0 34px; position: relative; z-index: 1; font-size: clamp(68px,8vw,118px); line-height: .78; }
.seo-close h2 em { color: var(--signal); font-weight: 400; }
.seo-close .button { width: max-content; position: relative; z-index: 1; border-color: var(--signal-dark); }

footer { padding: 54px max(32px, calc((100vw - 1380px)/2)) 30px; display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; background: var(--ink); color: #fff; }
footer > div p { max-width: 300px; color: #94a5af; font-size: 12px; line-height: 1.55; }
footer nav { display: grid; align-content: start; gap: 9px; }
footer nav b { margin-bottom: 8px; color: var(--signal); font-size: 9px; letter-spacing: .14em; }
footer nav a { color: #c4ced4; font-size: 11px; }
footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); color: #7f919b; font-size: 9px; }

@media (max-width: 900px) {
  .seo-header { grid-template-columns: 1fr auto; padding-inline: 18px; min-height: 68px; }.seo-header nav { display: none; }
  .seo-hero { width: min(100% - 36px,720px); min-height: auto; padding: 70px 0; display: block; }.seo-hero aside { max-width: 590px; min-height: 280px; margin: 60px auto 0; }
  .fact-rail { padding-inline: 18px; grid-template-columns: repeat(2,1fr); }
  .seo-article { padding-inline: 18px; }.seo-content-section { grid-template-columns: 60px minmax(0,1fr); gap: 28px; }
  .seo-faq { padding-inline: 18px; grid-template-columns: 1fr; gap: 42px; }
  .seo-price-grid { grid-template-columns: 1fr; }.seo-price-grid article { min-height: 420px; }
  .related { padding-inline: 18px; }.related ul { grid-template-columns: 1fr; }.related li { min-height: 115px; }
  footer { grid-template-columns: repeat(3,1fr); padding-inline: 18px; }footer > div { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .seo-header .header-cta { padding: 10px; font-size: 8px; }
  .seo-hero { width: calc(100% - 28px); padding: 52px 0 62px; }.seo-hero h1 { font-size: clamp(60px,18vw,82px); }.seo-hero .lede { font-size: 17px; margin-top: 28px; }
  .hero-actions { display: grid; }.button { width: 100%; }.seo-hero aside { min-height: 245px; margin-top: 45px; padding: 22px; box-shadow: 8px 8px 0 #dbe8ee; }
  .fact-rail { padding-inline: 14px; }.fact-rail li { min-height: 90px; padding: 16px; }.fact-rail b { font-size: 25px; }
  .seo-article { padding: 10px 14px 62px; }.seo-content-section { padding: 48px 0; display: block; }.section-number { margin-bottom: 22px; font-size: 32px; }.seo-content-section h2 { font-size: 43px; }.seo-content-section p { font-size: 16px; }.seo-content-section ul { grid-template-columns: 1fr; }
  .seo-faq { padding: 64px 14px; }.seo-faq summary { font-size: 21px; }
  .seo-price-grid article { min-height: 390px; padding: 25px; }
  .related { padding: 58px 14px; }.related a { font-size: 24px; }
  .seo-close { min-height: 410px; padding: 64px 14px; }.seo-close h2 { font-size: 66px; }.seo-close::after { opacity: .25; }
  footer { padding-inline: 14px; grid-template-columns: 1fr 1fr; gap: 38px 25px; }footer nav:last-of-type { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
