:root {
  color-scheme: light;
  --navy: #071a33;
  --navy-2: #0c2749;
  --blue: #1769e0;
  --blue-dark: #0f4fb0;
  --accent: #a7f432;
  --accent-dark: #153500;
  --ink: #10213a;
  --muted: #5b6879;
  --line: #dfe6ee;
  --surface: #ffffff;
  --soft: #f4f7fa;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(7, 26, 51, .11);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: #fff; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(23, 105, 224, .28); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-140%); border-radius: 10px; padding: 10px 14px; background: var(--navy); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.p2p-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.p2p-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(223, 230, 238, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.p2p-brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.p2p-brand span:last-child, .p2p-brand strong, .p2p-brand small { display: block; }
.p2p-brand strong { color: var(--navy); font-size: 15px; line-height: 1.2; font-weight: 900; }
.p2p-brand small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: -.03em; }
.header-inner nav { margin-left: auto; display: flex; gap: 4px; }
.header-inner nav a { border-radius: 10px; padding: 9px 12px; color: #445269; font-size: 13px; font-weight: 720; }
.header-inner nav a:hover { background: var(--soft); color: var(--blue-dark); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; padding: 12px 20px; cursor: pointer; font-weight: 850; line-height: 1.2; text-align: center; transition: transform .16s, background .16s, border-color .16s; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .68; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: #c9d5e3; background: #fff; color: var(--navy); }
.button-secondary:hover { border-color: #8ea4bd; }
.button-accent { background: var(--accent); color: var(--accent-dark); box-shadow: 0 12px 28px rgba(167, 244, 50, .22); }
.button-accent:hover { background: #b8ff47; }

.p2p-hero { overflow: hidden; background: radial-gradient(circle at 83% 28%, rgba(49, 132, 255, .25), transparent 28%), linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; }
.hero-grid { min-height: 680px; padding: 64px 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; width: fit-content; min-height: 30px; align-items: center; border: 1px solid #bfd5f1; border-radius: 999px; padding: 5px 11px; background: #eef5ff; color: #1a4f91; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow.light { border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .1); color: #dceaff; }
.hero-copy h1 { max-width: 760px; margin: 20px 0 18px; font-size: clamp(46px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; font-weight: 920; }
.hero-lead { max-width: 700px; margin: 0; color: #d6e3f4; font-size: 20px; line-height: 1.48; }
.hero-emphasis { margin: 20px 0 22px; color: #fff; font-size: 17px; font-weight: 850; }
.hero-button { min-height: 56px; }
.assurances { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.assurances li { display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; padding: 7px 11px; background: rgba(255, 255, 255, .06); color: #c9d7ea; font-size: 11px; }
.assurances li span { color: var(--accent); font-weight: 900; }
.hero-demo { position: relative; }
.hero-demo::before { content: ""; position: absolute; inset: 10% -10% -10% 10%; border-radius: 50%; background: rgba(42, 116, 229, .23); filter: blur(50px); }
.demo-window { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 24px; padding: 22px; background: rgba(255, 255, 255, .97); color: var(--ink); box-shadow: 0 34px 90px rgba(0, 0, 0, .32); transform: rotate(1.5deg); }
.demo-top { margin: -22px -22px 22px; padding: 15px 18px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line); background: #f7f9fc; }
.demo-top > span { width: 8px; height: 8px; border-radius: 50%; background: #d1dae5; }
.demo-top b { margin-left: 8px; font-size: 11px; }
.demo-site, .demo-response { display: flex; align-items: center; gap: 10px; }
.demo-site { padding: 12px; border: 1px solid var(--line); border-radius: 14px; }
.demo-site i, .demo-response i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #eaf2ff; color: var(--blue); font-style: normal; font-weight: 900; }
.demo-site span, .demo-site small, .demo-site strong, .demo-response span, .demo-response small, .demo-response strong { display: block; }
.demo-site small, .demo-response small { color: var(--muted); font-size: 9px; }
.demo-site strong, .demo-response strong { font-size: 12px; }
.demo-site em { margin-left: auto; border-radius: 999px; padding: 4px 8px; background: #eaf8ed; color: #28723f; font-size: 8px; font-style: normal; font-weight: 850; }
.chat-message { width: 86%; margin: 28px 0 20px auto; border-radius: 17px 17px 4px 17px; padding: 15px 17px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 720; box-shadow: 0 12px 28px rgba(23, 105, 224, .2); }
.demo-response { margin-right: 14%; border-radius: 17px 17px 17px 4px; padding: 14px; background: #eff7e6; }
.demo-response i { background: var(--accent); color: #153500; }
.demo-actions { margin-top: 26px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 9px; }
.demo-actions button { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: #64748b; font-size: 10px; font-weight: 850; }
.demo-actions button:last-child { border-color: var(--navy); background: var(--navy); color: #fff; }

.preview-lab { padding: 82px 0; background: radial-gradient(circle at 88% 14%, rgba(23,105,224,.28), transparent 28%), var(--navy); color: #fff; }
.preview-heading { margin-bottom: 34px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: end; }
.preview-heading h2 { max-width: 720px; margin: 16px 0 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.preview-heading > p { max-width: 570px; margin: 0 0 5px; color: #cbd9eb; font-size: 17px; }
.preview-lab-grid { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 20px; align-items: start; }
.preview-form { border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 22px; display: grid; gap: 15px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.preview-form label { display: grid; gap: 7px; }
.preview-form label > span { font-size: 12px; font-weight: 850; }
.preview-form input, .preview-form textarea { width: 100%; border: 1px solid #cdd8e5; border-radius: 12px; padding: 12px 13px; background: #fff; color: var(--ink); font-size: 16px; }
.preview-form input { min-height: 50px; }
.preview-form textarea { min-height: 116px; resize: vertical; line-height: 1.45; }
.preview-form input[aria-invalid="true"], .preview-form textarea[aria-invalid="true"] { border-color: #c2410c; background: #fff8f4; }
.preview-examples { display: flex; flex-wrap: wrap; gap: 7px; }
.preview-examples button { min-height: 31px; border: 1px solid #cfdbea; border-radius: 999px; padding: 5px 9px; background: #f4f7fa; color: #41546b; cursor: pointer; font-size: 10px; font-weight: 750; }
.preview-examples button:hover { border-color: #8eb6ef; background: #eaf2ff; color: var(--blue-dark); }
.preview-note { margin: 0; display: flex; gap: 7px; color: #64748b; font-size: 10px; line-height: 1.45; }
.preview-note span { color: #198754; font-weight: 900; }
.preview-form .form-status { min-height: 18px; }
.preview-limit { grid-column: 1 / -1; display: grid; gap: 7px; border: 1px solid #b7d78a; border-radius: 14px; padding: 14px; background: #f1f9e7; color: #173800; }
.preview-limit strong { font-size: 14px; line-height: 1.35; }
.preview-limit span { color: #4b6335; font-size: 11px; line-height: 1.45; }
.preview-limit a { width: fit-content; color: var(--blue-dark); font-size: 12px; font-weight: 850; text-decoration: underline; }
.preview-limit[hidden] { display: none; }
.preview-stage { position: relative; overflow: hidden; min-width: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.preview-stage[aria-busy="true"] { cursor: progress; }
.preview-toolbar { min-height: 54px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); background: #f7f9fc; }
.preview-lights { display: flex; gap: 5px; }
.preview-lights i { width: 8px; height: 8px; border-radius: 50%; background: #d1dae5; }
.preview-lights i:first-child { background: #ff7a72; }
.preview-lights i:nth-child(2) { background: #ffcc5c; }
.preview-lights i:last-child { background: #75d98b; }
.preview-address { min-width: 0; flex: 1; overflow: hidden; border: 1px solid #d8e1eb; border-radius: 9px; padding: 7px 11px; background: #fff; color: #5a6a7d; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.preview-tabs { display: flex; border: 1px solid #cad6e3; border-radius: 9px; padding: 2px; background: #fff; }
.preview-tabs button { min-width: 58px; border: 0; border-radius: 6px; padding: 6px 8px; background: transparent; color: #617184; cursor: pointer; font-size: 10px; font-weight: 850; }
.preview-tabs button.is-active { background: var(--navy); color: #fff; }
.preview-empty, .preview-loading { min-height: 590px; display: grid; align-content: center; justify-items: center; padding: 40px; text-align: center; }
.preview-empty-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: #eaf2ff; color: var(--blue); font-size: 25px; font-weight: 900; }
.preview-empty strong { margin-top: 20px; font-size: 22px; }
.preview-empty p { max-width: 430px; margin: 8px 0 24px; color: var(--muted); }
.preview-empty > div { width: min(440px, 86%); display: grid; gap: 9px; }
.preview-empty > div i { height: 12px; border-radius: 999px; background: #edf1f5; }
.preview-empty > div i:nth-child(2) { width: 77%; }
.preview-empty > div i:nth-child(3) { width: 56%; }
.preview-loading span { width: 44px; height: 44px; border: 4px solid #dbe8f8; border-top-color: var(--blue); border-radius: 50%; animation: preview-spin .8s linear infinite; }
.preview-loading strong { margin-top: 19px; font-size: 18px; }
.preview-loading small { margin-top: 5px; color: var(--muted); }
.preview-stage iframe { width: 100%; height: 590px; display: block; border: 0; background: #fff; }
.preview-stage iframe.preview-frame-pending { position: absolute; inset: 54px 0 auto; visibility: hidden; pointer-events: none; }
.preview-result { padding: 14px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; border-top: 1px solid var(--line); background: #f7f9fc; }
.preview-result > div { min-width: 0; }
.preview-result span, .preview-result strong, .preview-result small { display: block; }
.preview-result span { color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.preview-result strong { margin-top: 3px; font-size: 14px; }
.preview-result small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.preview-result .button { min-height: 42px; padding: 9px 14px; font-size: 11px; }
@keyframes preview-spin { to { transform: rotate(360deg); } }

.try-band, .free-section, .final-cta { background: var(--navy); color: #fff; }
.try-grid, .free-grid { padding: 68px 0; display: grid; grid-template-columns: minmax(0, .78fr) minmax(440px, 1.22fr); gap: 60px; align-items: center; }
.try-grid h2, .free-grid h2, .final-inner h2 { margin: 15px 0 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.try-grid > div p, .free-grid > div p, .final-inner > p { color: #cbd9eb; font-size: 17px; }
.p2p-form { border-radius: var(--radius); padding: 22px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 12px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.p2p-form label { display: grid; align-content: start; gap: 6px; }
.p2p-form label span { font-size: 11px; font-weight: 850; }
.p2p-form input, .p2p-form textarea { width: 100%; border: 1px solid #cdd8e5; border-radius: 11px; padding: 12px 13px; background: #fff; color: var(--ink); }
.p2p-form input { min-height: 50px; }
.p2p-form textarea { min-height: 90px; resize: vertical; line-height: 1.45; }
.p2p-form input[aria-invalid="true"], .p2p-form textarea[aria-invalid="true"] { border-color: #c2410c; background: #fff8f4; }
.p2p-form .button { grid-column: 1 / -1; }
.form-legal, .form-status { grid-column: 1 / -1; margin: 0; font-size: 10px; line-height: 1.45; }
.form-legal { color: #687587; }
.form-legal a { color: var(--blue-dark); text-decoration: underline; }
.form-status { min-height: 16px; color: #187044; font-weight: 750; }
.form-status.is-error { color: #b42318; }
.trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }

.section { padding: 92px 0; }
.section.muted { background: var(--soft); }
.section-heading { max-width: 840px; margin-bottom: 38px; }
.section-heading h2 { margin: 16px 0 12px; font-size: clamp(35px, 4.4vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.message-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.message-cloud span { border: 1px solid #cfdbea; border-radius: 18px 18px 18px 5px; padding: 14px 17px; background: #fff; color: #203652; font-weight: 750; box-shadow: 0 8px 22px rgba(7, 26, 51, .05); }
.message-cloud span:nth-child(2n) { border-radius: 18px 18px 5px 18px; background: #eaf2ff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article, .task-grid article, .price-card, .compare-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 36px rgba(7, 26, 51, .06); }
.steps article { padding: 28px; }
.steps article > span { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.steps h3 { margin: 28px 0 9px; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); }
.control-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.control-copy h2 { margin: 18px 0 24px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.plain-list { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; color: var(--muted); }
.plain-list li::before { content: "—"; margin-right: 9px; color: var(--blue); font-weight: 900; }
.chat-callout { margin-top: 28px; display: inline-block; border-bottom: 6px solid var(--accent); font-size: 25px; }
.control-card { border-radius: 28px; padding: 34px; background: var(--navy); color: #fff; box-shadow: 0 24px 70px rgba(7, 26, 51, .2); }
.shield { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--accent); color: var(--accent-dark); font-size: 20px; font-weight: 900; }
.control-card h3 { margin: 24px 0 18px; font-size: 28px; line-height: 1.2; }
.control-card ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #cbd9eb; }
.control-card li::before { content: "✓"; margin-right: 9px; color: var(--accent); font-weight: 900; }
.control-card p { margin: 24px 0 0; color: #fff; font-weight: 850; }
.task-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.task-grid article { min-height: 220px; padding: 25px; }
.task-grid i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #eaf2ff; color: var(--blue-dark); font-style: normal; font-weight: 900; }
.task-grid h3 { margin: 28px 0 8px; font-size: 22px; }
.task-grid p { margin: 0; color: var(--muted); }
.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 28px; display: flex; flex-direction: column; gap: 24px; }
.price-card.featured { border: 2px solid var(--blue); transform: translateY(-10px); box-shadow: 0 25px 70px rgba(23, 105, 224, .18); }
.popular { position: absolute; top: -15px; right: 22px; border-radius: 999px; padding: 7px 11px; background: var(--accent); color: var(--accent-dark); font-size: 10px; font-weight: 900; }
.plan-name { color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 10px 0 5px; font-size: 37px; line-height: 1; letter-spacing: -.04em; }
.price-card h3 small { color: var(--muted); font-size: 13px; letter-spacing: 0; }
.price-card p { margin: 0; color: var(--muted); }
.price-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; color: #33455d; }
.price-card li::before { content: "✓"; margin-right: 8px; color: #198754; font-weight: 900; }
.price-card .button { margin-top: auto; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-grid .section-heading { grid-column: 1 / -1; }
.compare-card { padding: 30px; }
.compare-card > span { font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.compare-card ol { margin: 25px 0 0; padding-left: 26px; display: grid; gap: 10px; color: var(--muted); }
.new-way { border-color: #bce685; background: #f6ffea; }
.new-way > span { color: #397209; }
.new-way strong { margin: 42px 0 12px; display: block; font-size: 30px; line-height: 1.2; }
.new-way p { margin: 0; color: #4e6340; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq-list summary { padding: 18px 20px; cursor: pointer; color: var(--navy); font-weight: 850; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.final-inner { padding: 86px 0; display: grid; justify-items: center; text-align: center; }
.final-inner h2 { max-width: 900px; }
.final-inner > p { max-width: 720px; margin: 0 0 25px; }
.final-inner small { margin-top: 14px; color: #aebfd5; }
.p2p-footer { padding: 44px 0; background: #041225; color: #c6d4e7; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: center; }
.p2p-footer .p2p-brand strong { color: #fff; }
.p2p-footer .p2p-brand small { color: #aebfd5; }
.p2p-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 14px; font-size: 12px; }
.p2p-footer p { margin: 0; font-size: 12px; }
.p2p-footer p:last-child { text-align: right; }
.p2p-footer a:hover { color: #fff; }

@media (max-width: 980px) {
  .header-inner nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 780px; }
  .hero-demo { max-width: 560px; }
  .try-grid, .free-grid, .control-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .preview-heading, .preview-lab-grid { grid-template-columns: 1fr; gap: 28px; }
  .preview-heading > p { max-width: 740px; }
  .preview-form { grid-template-columns: 1fr 1fr; }
  .preview-form .preview-examples, .preview-form .button, .preview-form .preview-note, .preview-form .form-status { grid-column: 1 / -1; }
  .task-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .price-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .p2p-container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 66px; }
  .p2p-brand small { display: none; }
  .header-inner > .button { min-height: 38px; padding: 8px 11px; font-size: 10px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-grid { padding: 58px 0 64px; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 45px); line-height: 1; }
  .hero-lead { font-size: 18px; }
  .hero-emphasis { font-size: 15px; }
  .hero-button { width: 100%; }
  .assurances { display: grid; }
  .demo-window { padding: 16px; transform: none; }
  .demo-top { margin: -16px -16px 16px; }
  .chat-message { width: 94%; }
  .demo-response { margin-right: 5%; }
  .try-grid, .free-grid { padding: 54px 0; }
  .preview-lab { padding: 62px 0; }
  .preview-heading h2 { font-size: 39px; }
  .preview-heading > p { font-size: 16px; }
  .preview-form { grid-template-columns: 1fr; padding: 17px; }
  .preview-form .preview-examples, .preview-form .button, .preview-form .preview-note, .preview-form .form-status { grid-column: auto; }
  .preview-toolbar { gap: 7px; padding: 9px; }
  .preview-lights { display: none; }
  .preview-tabs button { min-width: 48px; padding-inline: 6px; }
  .preview-empty, .preview-loading, .preview-stage iframe { min-height: 500px; height: 500px; }
  .preview-result { grid-template-columns: 1fr; }
  .preview-result .button { width: 100%; }
  .p2p-form { grid-template-columns: 1fr; padding: 17px; }
  .p2p-form .button, .form-legal, .form-status { grid-column: auto; }
  .section { padding: 64px 0; }
  .section-heading h2, .control-copy h2 { font-size: 37px; }
  .steps, .task-grid, .pricing-grid, .compare-grid { grid-template-columns: 1fr; }
  .compare-grid .section-heading, .price-card:last-child { grid-column: auto; }
  .control-card { padding: 25px; }
  .task-grid article { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .p2p-footer nav { justify-content: flex-start; }
  .p2p-footer p:last-child { text-align: left; }
}

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

/* Readability: use regular text and reserve a restrained medium face only for headings. */
body {
  font-synthesis: none;
  font-weight: 400;
}

body *,
body *::before,
body *::after {
  font-weight: 400 !important;
}

body :is(h1, h2, h3, h4, h5, h6, .p2p-brand strong) {
  font-weight: 500 !important;
}

body :is(strong, b, th, dt, summary, label, button, .button) {
  font-weight: 500 !important;
}
