:root {
  --ds-ink: #131313;
  --ds-ink-2: #454545;
  --ds-ink-3: #6e6e6e;
  --ds-accent: #4467fe;
  --ds-accent-soft: #edf1ff;
  --ds-hairline: #00000024;
  --ds-done-background: #edf1ff;
  --ds-done-text: #284dcc;
  --ds-done-ring: var(--ds-accent);
  --ds-font-size-label: 11px;
  --ds-font-size-body: 13px;
  --ds-font-size-lead: 15px;
  --ds-font-size-title: 27px;
  --ds-shadow-hairline: none;
  --ds-shadow-lift: 0 1px 2px #0000000a, 0 0 0 1px #0000001c;
  --ds-shadow-cap: 0 1.5px 0 #00000017, inset 0 0 0 1px #0000001c;
  --ds-shadow-float: 0 28px 56px -24px #00000038, 0 0 0 1px #0000000f;
  --ds-control-border: #767676;

  /* Compatibility aliases preserve the approved light UI. Friday is light only. */
  color-scheme: light;
  --ink: var(--ds-ink);
  --ink2: var(--ds-ink-2);
  --ink3: var(--ds-ink-3);
  --app-background: #fff;
  --app-surface: #fff;
  --app-subtle: #fafafa;
  --app-status: #284dcc;
  --app-dot: rgb(0 0 0 / 25%);
  --accent: var(--ds-accent);
  --app-placeholder: var(--ink3);
  --app-control-border: var(--ds-control-border);
  --app-focus: var(--ds-accent);
  --soft: var(--ds-accent-soft);
  --hairline: rgb(0 0 0 / 15%);
  --app-cap-shadow: 0 1.5px 0 #00000017, inset 0 0 0 1px #ffffff22;
}

@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--app-background);
  font-size: 13px;
  line-height: 1.5;
}
* { box-sizing: border-box; }
body, p, h1, h2, ul { margin: 0; }
html, body { overflow: hidden; }
a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
button, input, textarea { font: inherit; color: inherit; }
button, .file-label { cursor: pointer; }
button { border: 0; }
button:disabled { cursor: default; opacity: .4; }
:focus-visible { outline: 2px solid var(--app-focus); outline-offset: 3px; }
.shell { display: flex; height: 100dvh; padding: 20px; }
.staging-banner { height: 32px; display: flex; align-items: center; justify-content: center; padding: 0 8px; font-size: 12px; color: var(--ink); background: var(--app-subtle); border-bottom: 1px solid var(--hairline); }
.staging-banner ~ .shell { height: calc(100dvh - 32px); }
.sidebar { display: flex; flex-direction: column; flex: 0 0 250px; width: 250px; padding: 12px 16px; overflow-y: auto; }
.brand { display: flex; align-items: center; font-size: 17px; font-weight: 600; letter-spacing: -.03em; margin-bottom: 20px; }
.brand span { color: var(--ink2); margin: 0 4px; }
.brand em { color: var(--ink3); font-style: normal; font-weight: 400; }
.sidebar .sidebar-new { width: 100%; justify-content: space-between; height: 36px; }
code, .attachment { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.sidebar nav { margin-top: 20px; }
.sidebar nav .label { padding: 0 8px 8px; }
.nav-project { display: flex; align-items: center; justify-content: space-between; min-height: 36px; border-radius: 6px; padding: 6px 8px; margin-top: 2px; overflow-wrap: anywhere; }
.nav-project span:not(.sr-only) { min-width: 0; }
.nav-project .dot { margin-left: 8px; }
.active { background: var(--app-subtle); }
.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--app-dot); flex-shrink: 0; }
.dot.none { background: var(--hairline); }
.dot.blue { background: var(--accent); }
.panel { position: relative; display: flex; flex-direction: column; flex: 1; min-width: 0; border: 1px solid var(--hairline); border-radius: 20px; overflow: auto; scroll-padding: 8px; scrollbar-width: thin; scrollbar-color: var(--app-dot) var(--app-surface); background: var(--app-surface); }
.delivery-status { margin-top: 8px; font-size: 11px; overflow-wrap: anywhere; }
.panel-header { flex-shrink: 0; min-height: 48px; padding: 4px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--hairline); color: var(--ink3); font-size: 12px; }
.header-nav { display: flex; align-items: center; gap: 16px; font-size: 11px; }
.panel-header > .header-title { margin-right: auto; }
.brand-header { display: none; margin-bottom: 0; font-size: 15px; color: var(--ink); }
.panel-header > a { min-height: 24px; min-width: 24px; padding-block: 4px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; }
.mobile-menu-links { position: absolute; right: 0; top: 28px; z-index: 1; min-width: 130px; padding: 8px; background: var(--app-surface); border: 1px solid var(--hairline); border-radius: 8px; }
.text-button { padding: 0; background: transparent; color: inherit; font-size: inherit; }
.mobile-menu-links a, .mobile-menu-links button { display: block; padding: 8px; white-space: nowrap; }
:where(.text-button, .header-nav a, .mobile-menu summary, .legal-links a, .client-footer a, .pricing a, .comment-files a, .legal-copy a) { min-height: 24px; min-width: 24px; }
:where(.header-nav a, .mobile-menu summary, .legal-links a, .client-footer a, .pricing a, .legal-copy a) { display: inline-block; padding-block: 4px; }
.pricing { margin-top: 24px; font-size: 11px; color: var(--ink3); }
.blog-list { list-style: none; padding: 0; }
.blog-list > li { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--hairline); }
.blog-list time, .guide > time { font-size: 11px; color: var(--ink3); }
.mail-entry { padding: 24px; margin-top: 16px; }
.mail-entry h2 { margin: 8px 0 16px; font-size: 15px; font-weight: 600; }
.mail-body { white-space: pre-wrap; overflow-wrap: anywhere; color: var(--ink2); }
.mail-entry .ghost { margin-top: 20px; }
.content { flex: 1 0 auto; width: 100%; max-width: 760px; margin: 0 auto; padding: 56px 48px; }
.intro { max-width: 650px; margin-bottom: 40px; }
.label { color: var(--ink3); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.intro .label { margin-bottom: 12px; }
h1 { font-size: 27px; font-weight: 500; line-height: 1.15; letter-spacing: -.035em; overflow-wrap: anywhere; }
.lead { font-size: 15px; line-height: 1.625; color: var(--ink2); margin-top: 16px; }
.card { border: 1px solid var(--hairline); border-radius: 14px; }
.project-list { overflow: hidden; }
.project-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px; padding: 16px 20px; }
.project-row:focus-visible { outline-offset: -3px; background: var(--app-subtle); }
.project-row + .project-row { border-top: 1px solid var(--hairline); }
.project-row strong, .email { display: block; overflow-wrap: anywhere; }
.email { font-size: 12px; }
strong { font-weight: 600; }
.muted { color: var(--ink3); }
.age { display: inline-flex; align-items: center; gap: 8px; color: var(--ink3); font-size: 12px; }
.age.stale { color: var(--app-status); }
.empty { padding: 32px; }
.empty p + p { margin-top: 8px; color: var(--ink2); line-height: 20px; }
.empty-title { font-weight: 600; }
.empty .primary { margin-top: 20px; }
.primary, .ghost { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; white-space: normal; max-width: 100%; text-align: center; }
.primary { min-width: 118px; min-height: 36px; border: 1px solid var(--app-control-border); border-radius: 9px; background: var(--ds-ink); color: #fff; padding: 6px 16px; font-size: 13px; font-weight: 500; --surface-shadow: var(--app-cap-shadow); box-shadow: var(--surface-shadow); transition: color 150ms cubic-bezier(.4,0,.2,1), background-color 150ms cubic-bezier(.4,0,.2,1), border-color 150ms cubic-bezier(.4,0,.2,1); }
.primary:focus-visible { outline: 2px solid var(--app-focus); outline-offset: 3px; }
.primary.done, .copy.done { background: var(--ds-done-background); color: var(--ds-done-text); box-shadow: 0 0 0 1px var(--ds-done-ring); }
.primary.done { transition: none; }
.ghost { min-height: 32px; border: 1px solid var(--app-control-border); border-radius: 8px; background: var(--app-surface); padding: 0 12px; color: var(--ink3); font-size: 11.5px; font-weight: 400; }
.file-label:focus-within { outline: 2px solid var(--app-focus); outline-offset: 3px; }
.new-form { max-width: 480px; padding: 24px; }
.new-form > * + * { margin-top: 20px; }
.new-form > input[type=hidden] + * { margin-top: 0; }
.new-form > .error { margin: 20px 0 0; }
.new-form .actions { padding-top: 4px; flex-wrap: wrap; }
.plan-price { font-size: var(--ds-font-size-title); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.price-comparison { margin-left: 8px; color: var(--ink3); font-size: var(--ds-font-size-body); font-weight: 400; letter-spacing: normal; white-space: nowrap; }
.plan-options { display: grid; gap: 12px; justify-items: start; }
label { display: block; font-size: 12px; font-weight: 500; }
.field-label { display: block; margin-bottom: 6px; }
input:not([type=hidden]):not([type=file]):not([type=checkbox]), textarea:not(.update-input) { display: block; width: 100%; border: 1px solid var(--app-control-border); border-radius: 8px; background: var(--app-surface); padding: 0 12px; font-size: 13px; font-weight: 400; }
input:not([type=hidden]):not([type=file]):not([type=checkbox]) { height: 36px; }
input::placeholder, textarea::placeholder { color: var(--app-placeholder); opacity: 1; }
input:not([type=file]):focus-visible, textarea:focus-visible { outline: 2px solid var(--app-focus); outline-offset: 3px; }
.help { display: block; margin-top: 6px; font-size: 11px; line-height: 16px; color: var(--ink3); font-weight: 400; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.error { color: var(--app-status); font-size: 12px; margin: 12px 0; }
.project-intro { margin-bottom: 32px; }
.project-email { margin-top: 8px; overflow-wrap: anywhere; }
.link-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid var(--hairline); border-radius: 12px; background: var(--app-subtle); margin-bottom: 40px; font-size: 11px; }
.link-strip > .muted { flex-shrink: 0; }
.link-strip code { flex: 1 1 100%; min-width: 0; overflow-wrap: anywhere; white-space: normal; font-size: 12px; }
.link-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; flex: 1 1 100%; }
.copy { min-width: 68px; }
.copy-status:empty { display: none; }
.link-policy { flex: 1 1 100%; margin-top: 0; }
.confirm { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; line-height: 20px; }
.confirm input[type=checkbox] { flex-shrink: 0; width: 20px; height: 20px; margin: 0; }
.rotate-link { display: contents; }
.rotate-link summary { display: inline-flex; align-items: center; list-style: none; cursor: pointer; }
.rotate-link summary::-webkit-details-marker { display: none; }
.rotate-link form { flex: 1 1 100%; max-width: 480px; padding: 12px; background: var(--app-surface); border: 1px solid var(--hairline); border-radius: 8px; text-align: left; }
.rotate-link form > * + * { margin-top: 12px; }
.rotate-link .help { margin-top: 0; }
.edit-project { margin-top: 12px; font-size: 12px; }
.edit-project summary { display: inline-block; min-height: 24px; padding-block: 4px; color: var(--ink3); cursor: pointer; }
.edit-form { max-width: 480px; margin-top: 12px; padding: 16px; border: 1px solid var(--hairline); border-radius: 12px; }
.edit-form > * + * { margin-top: 12px; }
.edit-form > input[type=hidden] + * { margin-top: 0; }
.edit-form > label + input { margin-top: 6px; }
.edit-form > .error { margin: 12px 0 0; }
.composer { padding: 20px; box-shadow: 0 1px 2px #0000000a, 0 0 0 1px #0000001c; }
.composer > .label { margin-bottom: 12px; }
.update-input { display: block; min-height: 150px; width: 100%; resize: vertical; padding: 0; border: none; background: transparent; font-size: 15px; line-height: 1.625; }
.composer-actions { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--hairline); }
.file-label { min-height: 36px; max-width: 100%; position: relative; }
.file-label span { overflow-wrap: anywhere; min-width: 0; }
.status { color: #5b5b5b; font-size: 12px; }
.posted { margin-top: 48px; }
.posted input[type=checkbox] { width: 24px; height: 24px; vertical-align: middle; }
.posted-label { margin-bottom: 24px; }
.posted-empty { color: var(--ink2); line-height: 20px; }
.update { padding: 32px 0; border-top: 1px solid var(--hairline); }
.update:first-child { border-top: 0; padding-top: 0; }
.update-grid { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 32px; }
time { font-size: 12px; color: var(--ink3); padding-top: 3px; }
.update-content { max-width: 560px; min-width: 0; }
.update-body { white-space: pre-line; font-size: 15px; line-height: 1.625; overflow-wrap: anywhere; }
.attachment { display: inline-flex; max-width: 100%; align-items: center; gap: 8px; margin-top: 16px; min-height: 32px; padding: 4px 12px; border: 1px solid var(--app-control-border); border-radius: 8px; background: var(--app-subtle); font-size: 11px; color: var(--ink2); }
.attachment-name { overflow-wrap: anywhere; min-width: 0; }
.comments { list-style: none; margin-top: 24px; padding: 0; }
.comments li { border: 1px solid var(--hairline); border-radius: 12px; background: var(--app-subtle); padding: 16px; }
.comments li + li { margin-top: 12px; }
.comment-meta { color: var(--ink3); font-size: 11px; overflow-wrap: anywhere; }
.comment-meta strong { color: var(--ink); font-weight: 500; }
.comment-body { margin-top: 6px; color: var(--ink2); line-height: 20px; overflow-wrap: anywhere; }
.comment-files { margin-top: 8px; }
.comment-files a { display: block; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.reply-form { margin-top: 24px; }
.reply-form > * + * { margin-top: 8px; }
.reply-form textarea { min-height: 84px; padding: 8px 12px; resize: vertical; }
.reply-form .reply-name { max-width: 240px; margin-top: 0; }
.reply-form .actions { gap: 12px; flex-wrap: wrap; }
.reply-button { min-width: 112px; }
.honeypot { display: none; }
.client-footer { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--hairline); color: var(--ink3); font-size: 11px; line-height: 16px; }
.site-footer { flex-shrink: 0; padding: 12px 20px; border-top: 1px solid var(--hairline); }
.legal-links { color: var(--ink3); font-size: 11px; }
.legal-links a, .client-footer a { text-decoration: underline; text-underline-offset: 3px; }
.legal-copy { max-width: 560px; color: var(--ink2); font-size: 15px; line-height: 1.625; overflow-wrap: anywhere; }
.legal-copy h2, #faq h3 { color: var(--ink); font-size: 15px; font-weight: 500; margin: 24px 0 8px; }
.legal-copy p + p { margin-top: 12px; }
.guide h1 { margin-bottom: 24px; color: var(--ink); }
.guide img { display: block; max-width: 100%; height: auto; }
.guide blockquote { margin: 24px 0; padding: 16px; border-left: 2px solid var(--accent); background: var(--app-subtle); }
.guide pre { white-space: pre-wrap; overflow-wrap: anywhere; }
.sr-only, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip:focus { position: fixed; top: 8px; left: 8px; z-index: 3; display: block; padding: 12px; color: var(--ink); background: var(--app-surface); }
@media (hover: hover) {
  .primary:hover { background: #2a2a2a; }
  .primary.done:hover { background: var(--soft); }
  .ghost:hover, .header-nav a:hover, .attachment:hover { color: var(--ink); }
  .copy.done:hover { color: #284dcc; }
  .nav-project:hover, .project-row:hover { background: var(--app-subtle); }
}
@media (max-width: 1023px) { .sidebar { display: none; } .brand-header { display: flex; } }
@media (max-width: 767px) {
  .shell { padding: 12px; }
  .content { padding: 40px 20px; }
  .header-nav { gap: 10px; }
  .header-nav > .desktop-link { display: none; }
  .mobile-menu { display: block; }
  .link-strip { flex-wrap: wrap; }
  .link-strip code { flex-basis: 100%; white-space: normal; overflow-wrap: anywhere; }
  .link-actions { flex-wrap: wrap; }
  .update-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .reply-form .reply-name { max-width: none; }
  time { padding-top: 0; }
}
@media (max-width: 639px) {
  .project-row { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .primary { transition: none; }
}
@media (prefers-contrast: more) {
  :root { --hairline: var(--app-control-border); }
}
@media (forced-colors: active) {
  :root { --app-focus: Highlight; }
  .primary, .ghost, .attachment, input, textarea { border: 1px solid ButtonText; }
  .primary.done, .copy.done { border: 2px solid Highlight; }
}

.comparison { max-width: none; }
.comparison > section { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--hairline); }
.comparison h2 { margin-top: 0; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.comparison-grid .card { padding: 20px; background: var(--app-subtle); }
.comparison h3 { margin: 0 0 16px; color: var(--ink); font-size: 17px; font-weight: 500; }
.comparison a:not(.primary) { text-decoration: underline; text-underline-offset: 3px; }
.comparison .primary { margin-top: 20px; }
@media (max-width: 639px) {
  .comparison-grid { grid-template-columns: minmax(0, 1fr); }
}

.homepage .sidebar { display: none; }
.homepage .brand-header { display: flex; }
.homepage .content { max-width: 1240px; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.home-hero .intro { margin: 0; }
.homepage h1 { font-size: 56px; line-height: 1.08; }
.home-hero h3.lead { margin-bottom: 0; font-weight: 400; }
.home-hero .actions { margin-top: 28px; }
.home-text-link { display: inline-block; min-height: 24px; padding: 4px 12px; color: var(--ink3); font-size: 11.5px; text-decoration: underline; text-underline-offset: 4px; }
.product-preview { min-width: 0; padding: 20px; border-radius: 20px; background: var(--app-subtle); }
.preview-caption { margin-bottom: 16px; font-size: 11px; }
.product-preview .card { padding: 20px; background: var(--app-surface); }
.example-title { margin-top: 8px; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.product-preview .update { margin-top: 20px; padding: 16px 0 0; }
.product-preview .update-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
.example-subject { margin: 8px 0 12px; }
.homepage .home-sections { display: grid; grid-template-columns: minmax(0, 1fr); gap: 64px; max-width: none; margin-top: 64px; }
.home-sections > section { border-top: 1px solid var(--hairline); padding-top: 32px; }
.home-sections h2 { font-size: 27px; line-height: 1.2; letter-spacing: -.035em; margin: 0 0 24px; }
.home-context { max-width: 900px; margin: 16px auto; padding-left: 32px; border-left: 3px solid var(--accent); color: var(--ink); font-size: 32px; line-height: 1.4; letter-spacing: -.025em; }
.home-explainer > p, .home-cost > p { max-width: 800px; }
.home-boundaries { margin-top: 32px; }
.contrast-heading { margin: 0 0 24px; color: var(--ink); font-size: 27px; line-height: 1.2; letter-spacing: -.035em; font-weight: 500; }
.home-sections .problem-list { padding: 0; list-style: none; }
.problem-list li { display: flex; align-items: baseline; gap: 12px; padding-block: 8px; }
.problem-list li > span { flex-shrink: 0; color: var(--app-status); }
.home-sections a:not(.primary):not(.ghost):not(.opinion-card) { text-decoration: underline; text-underline-offset: 3px; }
.home-sections ul { padding-left: 20px; margin: 20px 0; }
.home-sections li + li { margin-top: 8px; }
#how-it-works, .homepage #faq, .home-price { grid-column: 1 / -1; }
.home-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 0; margin: 32px 0 24px; list-style-position: inside; list-style-type: decimal-leading-zero; }
.home-steps li { padding: 24px; border: 1px solid var(--hairline); border-radius: 14px; }
.home-steps li + li { margin: 0; }
.home-steps li::marker { color: var(--ink3); font-size: 13px; }
.home-steps h3 { display: block; margin: 24px 0 12px; color: var(--ink); font-size: 18px; font-weight: 600; }
.faq-list { margin-top: 24px; }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item summary { cursor: pointer; padding: 20px 4px; min-height: 48px; }
.homepage #faq h3 { display: inline; margin: 0; font-size: 16px; }
.faq-item p { max-width: 800px; padding: 0 4px 20px; }
.home-sections .home-principles, .home-sections .home-price { border: 0; border-radius: 20px; padding: 40px; background: var(--app-subtle); }
.opinion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0; }
.home-sections .opinion-card { display: block; padding: 24px; background: var(--app-surface); }
.opinion-card > span { color: var(--accent); font-size: 20px; }
.opinion-card h3 { margin: 16px 0 12px; color: var(--ink); font-size: 17px; line-height: 1.4; font-weight: 500; }
.opinion-card p { font-size: 13px; line-height: 1.625; }
.contrast-grid, .price-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin: 28px 0; }
.contrast-grid > .card { padding: 32px; }
.contrast-is { background: var(--soft); }
.contrast-grid h3, .price-options h3 { margin: 0 0 20px; color: var(--ink); font-size: 18px; font-weight: 500; }
.contrast-grid ul { padding: 0; margin: 0; list-style: none; }
.contrast-grid li { display: flex; align-items: baseline; gap: 12px; border-top: 1px solid var(--hairline); padding: 12px 0; }
.contrast-grid li + li { margin-top: 0; }
.contrast-grid li > span { flex-shrink: 0; font-size: 18px; }
.contrast-is li > span { color: var(--app-status); }
.price-card { padding: 32px; background: var(--app-surface); }
.price-card > p { max-width: 800px; }
.price-options { margin: 0 0 32px; }
.price-options .price-amount { color: var(--ink); font-size: 40px; line-height: 1.2; font-weight: 500; letter-spacing: -.035em; }
.price-amount span { display: inline-block; font-size: 15px; font-weight: 400; letter-spacing: normal; }
.annual-option { border-left: 2px solid var(--accent); padding-left: 24px; }
.annual-saving { color: var(--app-status); font-weight: 500; }
.home-price .actions { margin-top: 28px; }
.home-sections .home-final { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 40px; border: 0; border-radius: 20px; background: var(--soft); }
.home-final .final-headline { color: var(--ink); font-size: 27px; line-height: 1.25; font-weight: 500; letter-spacing: -.035em; }
@media (hover: hover) {
  .opinion-card:hover { border-color: var(--accent); }
  .opinion-card:hover h3 { text-decoration: underline; text-underline-offset: 3px; }
}
@media (max-width: 1023px) {
  .home-hero { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .home-hero .intro { max-width: 650px; }
  .homepage h1 { font-size: 44px; }
  .product-preview { max-width: 650px; }
  .home-steps { grid-template-columns: minmax(0, 1fr); }
  .opinion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .homepage h1 { font-size: 36px; }
  .homepage .home-sections { gap: 40px; }
  .opinion-grid, .contrast-grid, .price-options { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .product-preview { padding: 12px; }
  .product-preview .card { padding: 16px; }
  .home-context { padding-left: 20px; font-size: 24px; }
  .home-sections .home-principles, .home-sections .home-price, .home-sections .home-final { padding: 20px; }
  .contrast-grid > .card, .price-card { padding: 20px; }
}
