@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");

:root {
  --paper: oklch(0.975 0.003 30);
  --paper-2: oklch(0.945 0.004 30);
  --ink: oklch(0.21 0.008 30);
  --ink-soft: oklch(0.4 0.008 28);
  --muted: oklch(0.48 0.008 28);
  --accent: #dc3345;
  --accent-deep: oklch(0.5 0.19 18);
  --line: color-mix(in srgb, var(--ink) 14%, transparent);
  --line-soft: color-mix(in srgb, var(--ink) 8%, transparent);
  --page: 1180px;
  --gutter: clamp(1.15rem, 4.2vw, 3.4rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Satoshi", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, ul, ol { margin: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
.page { width: min(100%, var(--page)); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: fixed; top: .75rem; left: .75rem; z-index: 20; transform: translateY(-180%); padding: .75rem 1rem; background: var(--ink); color: white; border-radius: 999px; }
.skip:focus { transform: none; }

.topbar { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--paper) 92%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.topbar-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 142px; height: auto; }
.brand-symbol { display: none; width: 36px; height: 28px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); font-size: .9rem; font-weight: 500; }
.nav a { color: var(--ink-soft); transition: color .2s var(--ease); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav-cta { padding: .66rem 1rem; border-radius: 999px; background: var(--ink); color: white !important; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; padding-top: clamp(1.5rem, 4vw, 2.5rem); color: var(--muted); font-size: .78rem; }
.breadcrumb a:hover { color: var(--ink); }
.hero { padding: clamp(3.2rem, 9vw, 7.5rem) 0 clamp(4rem, 10vw, 8rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.hero h1 { max-width: 780px; font-size: clamp(3rem, 7.4vw, 6rem); line-height: .94; letter-spacing: -.04em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 63ch; margin-top: 1.7rem; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; gap: .5rem; min-height: 46px; padding: .72rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-secondary:hover { background: var(--ink); color: white; }
.service-mark { min-height: 360px; display: grid; place-items: center; overflow: hidden; position: relative; background: var(--accent); color: white; }
.service-mark::after { content: ""; position: absolute; width: 60%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, white 45%, transparent); border-radius: 50%; }
.service-mark img { width: 62%; filter: invert(1); position: relative; z-index: 1; }
.service-mark span { position: absolute; right: 1.3rem; bottom: 1.1rem; z-index: 2; font-size: .72rem; font-weight: 700; }

.trustbar { border-block: 1px solid var(--line); }
.trustbar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.1rem; color: var(--ink-soft); font-size: .82rem; }
.trustbar b { color: var(--ink); }
.section { padding-block: clamp(4.5rem, 10vw, 8rem); border-bottom: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.section h2 { max-width: 720px; font-size: clamp(2.1rem, 4.7vw, 4.25rem); line-height: 1.02; letter-spacing: -.035em; }
.section-intro { max-width: 67ch; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.72; }
.feature-list { margin-top: clamp(2.5rem, 6vw, 5rem); border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 2.5rem minmax(150px, .65fr) minmax(0, 1.35fr); gap: 1rem clamp(1.5rem, 5vw, 4rem); padding-block: 1.6rem; border-bottom: 1px solid var(--line); }
.feature-num { color: var(--accent-deep); font-size: .76rem; font-weight: 700; }
.feature h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.2; }
.feature p { max-width: 67ch; color: var(--ink-soft); line-height: 1.65; }

.process { background: var(--ink); color: white; }
.process .section-intro { color: color-mix(in srgb, white 68%, transparent); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(2.5rem, 6vw, 5rem); border-top: 1px solid color-mix(in srgb, white 20%, transparent); }
.step { padding: 1.8rem clamp(1rem, 3vw, 2rem) 0 0; }
.step + .step { padding-left: clamp(1rem, 3vw, 2rem); border-left: 1px solid color-mix(in srgb, white 20%, transparent); }
.step span { color: #ff7080; font-size: .76rem; font-weight: 700; }
.step h3 { margin-top: 2.8rem; font-size: 1.4rem; }
.step p { margin-top: .75rem; color: color-mix(in srgb, white 68%, transparent); line-height: 1.65; }

.faq-list { margin-top: clamp(2.5rem, 6vw, 5rem); }
.faq { border-top: 1px solid var(--line); }
.faq:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 2rem; padding: 1.35rem 0; font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent-deep); font-size: 1.35rem; }
.faq[open] summary::after { content: "−"; }
.faq p { max-width: 70ch; padding: 0 0 1.4rem; color: var(--ink-soft); line-height: 1.65; }

.related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.5rem; border-top: 1px solid var(--line); }
.related a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.related a:nth-child(odd) { padding-right: 2rem; }
.related a:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
.related a:hover { color: var(--accent-deep); }
.cta-band { padding-block: clamp(4rem, 9vw, 7rem); background: var(--accent); color: white; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; align-items: end; gap: 2rem; }
.cta-band h2 { max-width: 820px; font-size: clamp(2.7rem, 6.5vw, 5.5rem); line-height: .96; letter-spacing: -.04em; }
.cta-band p { max-width: 55ch; margin-top: 1.25rem; line-height: 1.65; }
.cta-band .button { border-color: white; background: white; color: var(--ink); white-space: nowrap; }

.footer { padding-block: 2rem; background: var(--ink); color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-brand { display: flex; align-items: center; gap: .65rem; }
.footer-symbol { width: 34px; filter: invert(1); }
.footer-logo { width: 120px; filter: invert(1); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.3rem; color: color-mix(in srgb, white 68%, transparent); font-size: .8rem; }
.footer-links a:hover { color: white; }

@media (max-width: 800px) {
  .brand-logo { display: none; }
  .brand-symbol { display: block; }
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid, .section-head, .cta-grid { grid-template-columns: 1fr; }
  .service-mark { min-height: 260px; }
  .service-mark img { width: min(56%, 250px); }
  .feature { grid-template-columns: 2rem 1fr; }
  .feature p { grid-column: 2; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 1.5rem 0; border-bottom: 1px solid color-mix(in srgb, white 20%, transparent); }
  .step + .step { padding-left: 0; border-left: 0; }
  .step h3 { margin-top: 1.1rem; }
  .related { grid-template-columns: 1fr; }
  .related a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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