/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

:root { color-scheme: light; font-family: system-ui, sans-serif; color: #1d2939; background: #f8fafc; }
body { margin: 0; }
main, .site-header { max-width: 70rem; margin: auto; padding: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: white; border-bottom: 1px solid #e2e8f0; }
.site-header nav, .actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.brand { font-weight: 750; text-decoration: none; color: #17324d; }
a { color: #075985; }
.link-button { border: 0; padding: 0; background: none; color: #075985; text-decoration: underline; cursor: pointer; font: inherit; }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.page-heading h1 { margin-bottom: .2rem; }
.page-heading p { margin-top: 0; color: #667085; }
.button, input[type=submit] { display: inline-block; border: 0; border-radius: .4rem; padding: .65rem .9rem; background: #075985; color: white; text-decoration: none; cursor: pointer; }
.button-danger { background: #b42318; }
input[type=submit]:disabled { opacity: .5; cursor: not-allowed; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 50rem; }
.form-grid label:not(.checkbox) { display: grid; gap: .35rem; font-weight: 650; }
.form-grid input, .form-grid select { box-sizing: border-box; width: 100%; padding: .6rem; border: 1px solid #cbd5e1; border-radius: .35rem; font: inherit; }
.full-width { grid-column: 1 / -1; }
.checkbox { align-self: end; }
form .actions { margin-top: 1.25rem; }
table { width: 100%; border-collapse: collapse; background: white; }
th, td { padding: .7rem; border-bottom: 1px solid #e2e8f0; text-align: left; }
th { color: #475467; }
dl { display: grid; grid-template-columns: 9rem 1fr; gap: .65rem; max-width: 50rem; }
dt { font-weight: 700; }
dd { margin: 0; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.dashboard-card { display: grid; gap: .4rem; padding: 1rem; border: 1px solid #cbd5e1; border-radius: .5rem; background: white; text-decoration: none; }
.dashboard-card span { color: #667085; }
.empty-state, .callout, .errors { padding: 1rem; border-radius: .4rem; background: #eef6ff; }
.errors { background: #fff1f0; color: #912018; }
.creative-preview { display: block; max-width: min(100%, 40rem); max-height: 30rem; object-fit: contain; background: white; border: 1px solid #e2e8f0; }
code { overflow-wrap: anywhere; }
@media (max-width: 42rem) { .site-header, .page-heading { align-items: flex-start; flex-direction: column; } .site-header nav { gap: .65rem; } .form-grid, .dashboard-grid { grid-template-columns: 1fr; } .full-width { grid-column: auto; } table { display: block; overflow-x: auto; } dl { grid-template-columns: 1fr; } }

/* Public landing page */
.landing {
  --ink: #14213d;
  --ink-deep: #0b132b;
  --pine: #285f9e;
  --sage: #a9c9e5;
  --cream: #f4f7fb;
  --paper: #ffffff;
  --sun: #f2c14e;
  --clay: #4169e1;
  color: var(--ink);
  background: var(--cream);
}

.landing main { max-width: none; margin: 0; padding: 0; }
.landing [role="status"], .landing [role="alert"] { max-width: 76rem; margin: 1rem auto; }
.landing-shell { overflow: hidden; background: var(--cream); }
.landing-shell h1, .landing-shell h2, .landing-shell h3, .landing-shell p { margin-top: 0; }
.landing-shell h1, .landing-shell h2 { letter-spacing: -.045em; line-height: .94; }
.landing-shell h1 { margin-bottom: 1.5rem; font-size: clamp(3.7rem, 7.3vw, 7.4rem); font-weight: 790; }
.landing-shell h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 760; }
.landing-shell h1 em, .landing-shell h2 em { color: var(--clay); font-family: Georgia, serif; font-weight: 400; }
.landing-shell a { color: inherit; }

.landing-nav { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 82rem; margin: 0 auto; padding: 1.4rem 2rem; }
.landing-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: .98rem; letter-spacing: -.02em; text-decoration: none; }
.landing-brand strong { color: var(--clay); }
.brand-logo { display: block; width: 18rem; height: 12rem; object-fit: contain; }
.landing-nav-links { display: flex; align-items: center; gap: 2rem; font-size: .88rem; font-weight: 650; }
.landing-nav-links a { text-decoration: none; }
.landing-nav-links a:hover { color: var(--clay); }
.nav-sign-in { padding: .65rem 1rem; border: 1px solid color-mix(in srgb, var(--ink), transparent 60%); border-radius: 99rem; }

.landing-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr); align-items: center; gap: 5vw; max-width: 82rem; min-height: 44rem; margin: 0 auto; padding: 4.5rem 2rem 7rem; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; color: var(--pine); font-size: .71rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 2.2rem; height: 2px; background: var(--sun); }
.hero-lede { max-width: 36rem; margin-bottom: 2rem; color: #58677c; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 3.2rem; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 3.25rem; padding: 0 1.35rem; border-radius: 99rem; font-size: .86rem; font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button-primary { color: white !important; background: var(--pine); box-shadow: 0 .7rem 1.7rem rgba(20, 33, 61, .18); }
.landing-button-primary:hover { background: var(--ink-deep); box-shadow: 0 1rem 2.2rem rgba(20, 33, 61, .25); }
.landing-button-secondary { border: 1px solid rgba(20, 33, 61, .25); }
.hero-proof { display: flex; gap: 2rem; }
.hero-proof div { display: grid; gap: .2rem; padding-right: 2rem; border-right: 1px solid rgba(20, 33, 61, .16); }
.hero-proof div:last-child { padding-right: 0; border: 0; }
.hero-proof strong { font-size: .95rem; }
.hero-proof span { color: #6c7a90; font-size: .68rem; }

.mailer-stage { position: relative; min-height: 35rem; isolation: isolate; }
.mailer-stage::before { position: absolute; inset: 8% 5% 3% 8%; z-index: -3; border-radius: 48% 52% 46% 54% / 53% 41% 59% 47%; content: ""; background: #dce9f5; transform: rotate(-4deg); }
.mailer-stage::after { position: absolute; inset: 16% 13% 0 2%; z-index: -2; border: 1px solid rgba(40, 95, 158, .2); border-radius: 50%; content: ""; transform: rotate(12deg); }
.sun-disc { position: absolute; top: 0; right: 5%; z-index: -1; width: 9rem; height: 9rem; border-radius: 50%; background: var(--sun); opacity: .9; }
.mailer-card { position: absolute; top: 13%; right: 3%; width: min(92%, 37rem); padding: .65rem; border-radius: .35rem; background: white; box-shadow: 0 2.6rem 5rem rgba(20, 33, 61, .25); transform: rotate(3.5deg); }
.mailer-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: .18rem; }
.card-label { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .4rem .7rem; color: white; border-radius: 99rem; background: rgba(11, 19, 43, .82); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.route-badge, .scan-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: .65rem; min-width: 10rem; padding: .8rem 1rem; border: 1px solid rgba(20, 33, 61, .08); border-radius: .65rem; background: rgba(255, 255, 255, .92); box-shadow: 0 .8rem 2rem rgba(20, 33, 61, .13); backdrop-filter: blur(8px); }
.route-badge { bottom: 13%; left: 0; }
.scan-badge { right: -2%; bottom: 2%; }
.route-badge > span, .scan-badge > span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; color: white; border-radius: 50%; background: var(--clay); font-size: 1.25rem; }
.scan-badge > span { background: var(--pine); }
.route-badge div, .scan-badge div { display: grid; }
.route-badge strong, .scan-badge strong { font-size: .75rem; }
.route-badge small, .scan-badge small { color: #738197; font-size: .62rem; }

.community-strip { display: flex; align-items: center; justify-content: center; gap: 1.4rem; padding: 1.2rem 2rem; color: #dbe7f3; background: var(--ink-deep); font-size: .73rem; }
.community-strip > span { color: #8fa5bd; text-transform: uppercase; letter-spacing: .12em; }
.community-strip i { width: .25rem; height: .25rem; border-radius: 50%; background: var(--sun); }

.landing-section { max-width: 76rem; margin: 0 auto; padding: 8rem 2rem; }
.value-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; align-items: start; }
.section-heading > p:last-child { max-width: 34rem; color: #65748a; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-grid article { position: relative; min-height: 20rem; padding: 1.5rem; border: 1px solid rgba(20, 33, 61, .12); border-radius: .4rem; background: rgba(255, 255, 255, .55); }
.feature-number { position: absolute; top: 1rem; right: 1rem; color: #9baac0; font-family: Georgia, serif; font-size: .75rem; }
.feature-icon { display: grid; place-items: center; width: 3.1rem; height: 3.1rem; margin: 4rem 0 2.5rem; color: var(--clay); border-radius: 50%; background: #e4ecff; font-size: 1.45rem; }
.value-grid h3 { font-size: 1.05rem; }
.value-grid p { color: #6a788e; font-size: .84rem; line-height: 1.65; }

.process-section { padding: 0 2rem; }
.process-card { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; max-width: 76rem; margin: 0 auto; padding: 5rem; overflow: hidden; color: white; border-radius: .55rem; background: var(--pine); box-shadow: 0 2rem 5rem rgba(11, 19, 43, .17); }
.process-card::after { position: absolute; right: -9rem; bottom: -10rem; width: 28rem; height: 28rem; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; box-shadow: 0 0 0 4rem rgba(255,255,255,.03), 0 0 0 8rem rgba(255,255,255,.025); }
.process-card h2 em { color: var(--sun); }
.eyebrow-light { color: #c4d7ea; }
.process-steps { position: relative; z-index: 1; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-steps li:last-child { border: 0; }
.process-steps li > span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; color: var(--ink); border-radius: 50%; background: var(--sun); font-family: Georgia, serif; }
.process-steps strong { font-size: .95rem; }
.process-steps p { margin: .35rem 0 0; color: #b8cbe0; font-size: .8rem; line-height: 1.5; }

.placement-section { padding-top: 9rem; }
.centered { max-width: 42rem; margin: 0 auto 3.5rem; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin-right: auto; margin-left: auto; }
.placement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.placement-card { position: relative; padding: 1.15rem 1.15rem 1.8rem; border: 1px solid rgba(20,33,61,.13); border-radius: .45rem; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.placement-card:hover { transform: translateY(-4px); box-shadow: 0 1rem 2.2rem rgba(20,33,61,.1); }
.placement-card.featured { border-color: var(--sun); }
.popular-tag { position: absolute; top: .75rem; right: .75rem; z-index: 2; padding: .35rem .6rem; color: var(--ink); border-radius: 99rem; background: var(--sun); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.size-visual { display: grid; place-items: center; height: 13rem; margin-bottom: 1.5rem; border-radius: .25rem; background-color: #e7eff8; background-image: linear-gradient(rgba(40,95,158,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(40,95,158,.09) 1px, transparent 1px); background-size: 1rem 1rem; }
.size-visual::before { display: block; border: 2px solid var(--pine); content: ""; background: rgba(255,255,255,.8); box-shadow: .25rem .3rem 0 rgba(40,95,158,.12); }
.size-small::before { width: 9.5rem; height: 6.25rem; }
.size-medium::before { width: 5rem; height: 7rem; }
.size-large::before { width: 9rem; height: 6rem; }
.size-visual span { position: absolute; padding: .25rem .45rem; color: white; border-radius: .2rem; background: var(--pine); font-size: .65rem; font-weight: 800; }
.placement-kicker { margin-bottom: .45rem; color: var(--clay); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.placement-card h3 { margin-bottom: .6rem; }
.placement-card > p:last-child { margin-bottom: 0; color: #6a788e; font-size: .82rem; line-height: 1.6; }
.placement-note { margin: 1.25rem 0 0; color: #6a788e; font-size: .75rem; text-align: center; }

.landing-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; max-width: 76rem; margin: 1rem auto 7rem; padding: 4rem 5rem; color: white; border-radius: .5rem; background: var(--clay); }
.landing-cta h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.3rem); }
.landing-cta h2 em { color: #ffdfa0; }
.landing-button-sun { flex-shrink: 0; color: var(--ink) !important; background: var(--sun); }
.landing-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; max-width: 82rem; margin: 0 auto; padding: 2rem; border-top: 1px solid rgba(20,33,61,.14); }
.landing-footer p { margin: 0; color: #6a788e; font-size: .78rem; }
.landing-footer > a { font-size: .78rem; font-weight: 700; }

@media (max-width: 64rem) {
  .landing-hero { grid-template-columns: 1fr 1fr; min-height: auto; padding-top: 3rem; }
  .mailer-stage { min-height: 29rem; }
  .hero-proof { gap: 1rem; }
  .hero-proof div { padding-right: 1rem; }
  .value-section { grid-template-columns: 1fr; gap: 3rem; }
  .process-card { gap: 3rem; padding: 4rem 3rem; }
}

@media (max-width: 48rem) {
  .landing-nav { align-items: flex-start; padding: 1.1rem 1.25rem; }
  .brand-logo { width: 13rem; height: 8.5rem; }
  .landing-nav-links a:not(.nav-sign-in) { display: none; }
  .landing-hero { grid-template-columns: 1fr; padding: 3.5rem 1.25rem 4rem; }
  .landing-shell h1 { font-size: clamp(3.6rem, 16vw, 5.3rem); }
  .mailer-stage { min-height: 30rem; margin-top: 1rem; }
  .mailer-card { right: 2%; width: 94%; }
  .scan-badge { right: 0; }
  .community-strip { flex-wrap: wrap; gap: .7rem 1rem; text-align: center; }
  .community-strip > span { flex-basis: 100%; }
  .landing-section { padding: 6rem 1.25rem; }
  .value-grid, .placement-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; }
  .feature-icon { margin: 2.4rem 0 1.5rem; }
  .process-section { padding: 0 1rem; }
  .process-card { grid-template-columns: 1fr; padding: 3.3rem 1.5rem; }
  .landing-cta { align-items: flex-start; flex-direction: column; margin: 0 1rem 4rem; padding: 3rem 1.5rem; }
  .landing-footer { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 1.25rem; }
}

@media (max-width: 30rem) {
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: .3rem; }
  .hero-proof div { padding-right: .3rem; }
  .mailer-stage { min-height: 24rem; }
  .route-badge, .scan-badge { min-width: 0; padding: .65rem; }
  .route-badge { bottom: 9%; }
  .scan-badge { bottom: -1%; }
  .route-badge small, .scan-badge small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-button, .placement-card { transition: none; }
}

/* Simplified public homepage */
.simple-landing { background: #f7f9fc; }
.simple-home { min-height: 100vh; color: #14213d; background: #f7f9fc; }
.simple-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 3rem, 76rem); margin: 0 auto; border-bottom: 1px solid #dfe6ef; }
.simple-logo-link { display: block; flex-shrink: 0; }
.simple-logo { display: block; width: 15rem; height: 8rem; object-fit: contain; }
.simple-sign-in { padding: .65rem 1rem; border: 1px solid #c9d4e2; border-radius: 99rem; color: #14213d !important; font-size: .8rem; font-weight: 750; text-decoration: none; }
.simple-sign-in:hover { border-color: #285f9e; color: #285f9e !important; }
.simple-hero { max-width: 58rem; margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem) 1.5rem clamp(5rem, 9vw, 8rem); text-align: center; }
.simple-eyebrow { margin: 0 0 1.25rem; color: #4169e1; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.simple-hero h1 { margin: 0 0 2rem; font-size: clamp(4rem, 10vw, 8rem); line-height: .9; letter-spacing: -.065em; }
.simple-hero h1 em { color: #4169e1; font-family: Georgia, serif; font-weight: 400; }
.simple-lede { max-width: 43rem; margin: 0 auto 2.25rem; color: #5f6f84; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.simple-button { display: inline-flex; align-items: center; gap: 2rem; min-height: 3.5rem; padding: 0 1.35rem; color: white !important; border-radius: 99rem; background: #285f9e; font-size: .85rem; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.simple-button:hover { background: #14213d; transform: translateY(-2px); }
.simple-section { width: min(100% - 3rem, 76rem); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; border-top: 1px solid #dfe6ef; }
.simple-section-heading { max-width: 42rem; }
.simple-section-heading h2, .simple-closing h2 { margin: 0 0 1.25rem; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.simple-section-heading > p:last-child { max-width: 38rem; color: #65748a; line-height: 1.7; }
.simple-how { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.simple-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.simple-steps li { display: grid; grid-template-columns: 2.5rem 1fr; column-gap: 1rem; padding: 1.5rem 0; border-top: 1px solid #dfe6ef; }
.simple-steps li > span { grid-row: span 2; display: grid; place-items: center; width: 2.25rem; height: 2.25rem; color: white; border-radius: 50%; background: #285f9e; font-family: Georgia, serif; }
.simple-steps h3 { margin: .1rem 0 .35rem; font-size: 1rem; }
.simple-steps p { margin: 0; color: #65748a; font-size: .85rem; line-height: 1.6; }
.simple-options { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); width: min(100% - 3rem, 76rem); padding: clamp(3rem, 7vw, 6rem); box-sizing: border-box; color: white; border: 0; border-radius: 1rem; background: #0b132b; }
.simple-options .simple-eyebrow { color: #9fc7ed; }
.simple-options .simple-section-heading > p:last-child { color: #aebdd0; }
.simple-option-list { align-self: center; }
.simple-option-list article { display: grid; grid-template-columns: 6rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.simple-option-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.simple-option-list strong { color: #f2c14e; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.simple-option-list span { color: #c2cede; font-size: .85rem; line-height: 1.55; }
.simple-closing { max-width: 54rem; margin: 0 auto; padding: clamp(7rem, 12vw, 11rem) 1.5rem; text-align: center; }
.simple-closing > p:last-child { max-width: 39rem; margin: 0 auto; color: #65748a; font-size: 1rem; line-height: 1.7; }
.simple-facebook { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 3rem, 76rem); margin: 0 auto 3rem; padding: 1.5rem 1.75rem; box-sizing: border-box; border: 1px solid #dfe6ef; border-radius: 1rem; background: white; }
.simple-facebook .simple-eyebrow { margin-bottom: .4rem; }
.simple-facebook strong { font-size: 1.05rem; }
.simple-facebook-link { display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1rem; color: white !important; border-radius: 99rem; background: #1877f2; font-size: .8rem; font-weight: 800; text-decoration: none; }
.simple-facebook-link:hover { background: #125abe; }
.simple-facebook-link svg { width: 1.25rem; height: 1.25rem; }
.simple-facebook-link span:last-child { margin-left: .5rem; }
.simple-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; width: min(100% - 3rem, 76rem); margin: 0 auto; padding: 2rem 0; border-top: 1px solid #dfe6ef; font-size: .75rem; }
.simple-footer > span { font-weight: 800; }
.simple-footer p { margin: 0; color: #748196; }
.simple-footer a { color: #285f9e; font-weight: 750; }

@media (max-width: 48rem) {
  .simple-header { width: min(100% - 2rem, 76rem); }
  .simple-logo { width: 12rem; height: 6.5rem; }
  .simple-hero { padding-top: 2.5rem; }
  .simple-hero h1 { font-size: clamp(3.6rem, 17vw, 5.8rem); }
  .simple-section { width: min(100% - 2rem, 76rem); }
  .simple-how, .simple-options { grid-template-columns: 1fr; gap: 2.5rem; }
  .simple-options { width: min(100% - 1rem, 76rem); padding: 3rem 1.25rem; }
  .simple-option-list article { grid-template-columns: 5rem 1fr; }
  .simple-facebook { align-items: flex-start; flex-direction: column; width: min(100% - 2rem, 76rem); }
  .simple-footer { grid-template-columns: 1fr; gap: .6rem; width: min(100% - 2rem, 76rem); }
}

@media (prefers-reduced-motion: reduce) {
  .simple-button { transition: none; }
}

/* Public tracked-ad page */
.scan-page { min-height: 100vh; color: #14213d; background: #edf3f9; }
.scan-page > main { max-width: none; margin: 0; padding: 0; }
.scan-shell { width: min(100% - 2rem, 72rem); margin: 0 auto; padding: 1.25rem 0 2rem; }
.scan-header, .scan-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.scan-header { min-height: 5.5rem; }
.scan-header > span { color: #6a788e; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.scan-brand { display: block; width: 10rem; height: 5rem; }
.scan-brand img { width: 100%; height: 100%; object-fit: contain; }
.scan-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(21rem, .85fr); min-height: 34rem; overflow: hidden; border: 1px solid rgba(20,33,61,.1); border-radius: 1rem; background: white; box-shadow: 0 1.5rem 4rem rgba(20,33,61,.13); }
.scan-creative { display: grid; place-items: center; min-height: 34rem; padding: 1rem; background: #dce9f5; }
.scan-creative > img { display: block; width: 100%; height: 100%; max-height: 42rem; object-fit: contain; border-radius: .5rem; background: white; }
.creative-placeholder { display: grid; place-items: center; width: min(100%, 32rem); aspect-ratio: 3 / 2; padding: 2rem; box-sizing: border-box; color: white; border-radius: .65rem; background: linear-gradient(145deg, #285f9e, #0b132b); text-align: center; box-shadow: 0 1.2rem 2.5rem rgba(20,33,61,.2); }
.creative-placeholder span { align-self: end; color: #b8cbe0; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.creative-placeholder strong { align-self: start; font-size: clamp(2rem, 5vw, 4rem); line-height: .98; }
.scan-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.scan-eyebrow { margin-bottom: .8rem; color: #4169e1; font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.scan-details h1 { margin: 0 0 2rem; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.055em; }
.redirect-panel { padding-top: 1.5rem; border-top: 1px solid #dce4ee; }
.redirect-panel > p { margin: 0 0 1.25rem; color: #58677c; line-height: 1.6; }
.redirect-panel > p strong { color: #14213d; font-size: 1.15rem; }
.visit-button { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; min-height: 3.6rem; padding: 0 1.25rem; box-sizing: border-box; color: white !important; border-radius: 99rem; background: #285f9e; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.visit-button:hover { background: #0b132b; transform: translateY(-2px); }
.redirect-panel small { display: block; margin-top: .75rem; color: #7c899b; text-align: center; }
.stay-panel { display: grid; gap: .75rem; }
.contact-link { justify-self: center; font-size: .85rem; font-weight: 700; }
.scan-footer { padding: 1.2rem .25rem 0; color: #718096; font-size: .72rem; }
.scan-footer a { color: #285f9e; font-weight: 700; }
.status-warning { display: inline-block; margin-bottom: .35rem; padding: .55rem .7rem; color: #7a2e0e; border-radius: .35rem; background: #fff1e8; }
.unavailable-shell { min-height: calc(100vh - 3rem); }
.unavailable-card { display: grid; justify-items: center; max-width: 38rem; margin: 8vh auto 0; padding: clamp(2.5rem, 7vw, 5rem); box-sizing: border-box; border: 1px solid rgba(20,33,61,.1); border-radius: 1rem; background: white; box-shadow: 0 1.5rem 4rem rgba(20,33,61,.13); text-align: center; }
.unavailable-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; margin-bottom: 1.5rem; color: white; border-radius: 50%; background: #4169e1; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; }
.unavailable-card .scan-eyebrow { margin-bottom: 1rem; }
.unavailable-card h1 { max-width: 31rem; margin: 0 0 1rem; font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.unavailable-card > p:not(.scan-eyebrow) { max-width: 29rem; margin-bottom: 2rem; color: #58677c; line-height: 1.65; }
.unavailable-button { width: auto; min-width: 15rem; gap: 2rem; }

@media (max-width: 48rem) {
  .scan-shell { width: min(100% - 1rem, 42rem); padding-top: .5rem; }
  .scan-header { min-height: 4.5rem; }
  .scan-header > span { display: none; }
  .scan-brand { width: 8rem; height: 4rem; }
  .scan-card { grid-template-columns: 1fr; }
  .scan-creative { min-height: 16rem; padding: .5rem; }
  .scan-creative > img { max-height: 28rem; }
  .scan-details { padding: 2rem 1.25rem 2.25rem; }
  .scan-details h1 { margin-bottom: 1.5rem; }
  .scan-footer { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .unavailable-card { margin-top: 3vh; padding: 3rem 1.25rem; }
  .unavailable-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .visit-button { transition: none; }
}

/* Focused public marketing pages */
.marketing-page { --navy: #11213a; --blue: #285f9e; --royal: #4169e1; --gold: #f2c14e; --mist: #edf3f8; --line: #d9e2ec; color: var(--navy); background: #fff; }
.marketing-page main { max-width: none; margin: 0; padding: 0; }
.marketing-shell { overflow-x: clip; background: #fff; }
.marketing-shell h1, .marketing-shell h2, .marketing-shell h3, .marketing-shell p { margin-top: 0; }
.marketing-header { --navy: #11213a; --blue: #285f9e; --royal: #4169e1; --mist: #edf3f8; --line: #d9e2ec; position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 3rem, 80rem); min-height: 5.5rem; margin: auto; border-bottom: 1px solid var(--line); background: #fff; }
.marketing-logo-link { display: block; flex: 0 0 auto; }
.marketing-logo { display: block; width: 18rem; height: 5rem; object-fit: contain; }
.marketing-nav { display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; font-size: .76rem; font-weight: 750; }
.marketing-nav a { color: var(--navy); text-decoration: none; }
.marketing-nav a:hover { color: var(--blue); }
.marketing-sign-in { color: #67768b !important; }
.marketing-admin-menu { position: relative; }
.marketing-admin-menu > summary { cursor: pointer; color: #67768b; list-style: none; }
.marketing-admin-menu > summary::-webkit-details-marker { display: none; }
.marketing-admin-menu > summary::after { margin-left: .35rem; content: "▾"; }
.marketing-admin-panel { position: absolute; top: calc(100% + .8rem); right: 0; display: grid; min-width: 12rem; padding: .55rem; border: 1px solid var(--line); border-radius: .65rem; background: #fff; box-shadow: 0 1rem 2.5rem rgba(17,33,58,.16); }
.marketing-admin-panel a, .marketing-admin-panel button, .marketing-nav-button { padding: .7rem .75rem; color: var(--navy); border: 0; border-radius: .4rem; background: transparent; cursor: pointer; font: inherit; font-weight: 750; text-align: left; text-decoration: none; }
.marketing-admin-panel a:hover, .marketing-admin-panel button:hover, .marketing-nav-button:hover { color: var(--blue); background: var(--mist); }
.marketing-admin-panel form { margin: 0; }
.marketing-menu { display: none; }
.marketing-menu summary { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; cursor: pointer; border: 1px solid var(--line); border-radius: 50%; list-style: none; }
.marketing-menu summary::-webkit-details-marker { display: none; }
.marketing-menu-icon { display: grid; gap: .28rem; width: 1.15rem; }
.marketing-menu-icon span { display: block; height: 2px; border-radius: 99rem; background: var(--navy); }
.marketing-menu-panel { position: absolute; top: calc(100% + .5rem); right: 0; display: grid; width: min(18rem, calc(100vw - 2rem)); padding: .75rem; box-sizing: border-box; border: 1px solid var(--line); border-radius: .75rem; background: white; box-shadow: 0 1rem 2.5rem rgba(17,33,58,.16); }
.marketing-menu-panel > a:not(.marketing-button) { padding: .85rem .75rem; color: var(--navy); border-radius: .4rem; font-size: .88rem; font-weight: 750; text-decoration: none; }
.marketing-menu-panel > a:not(.marketing-button):hover { color: var(--blue); background: var(--mist); }
.marketing-menu-panel .marketing-button { margin-top: .5rem; }
.marketing-menu-panel .marketing-admin-menu > summary { display: block; width: auto; height: auto; padding: .85rem .75rem; border: 0; border-radius: .4rem; font-size: .88rem; }
.marketing-menu-panel .marketing-admin-panel { position: static; min-width: 0; margin: 0 .4rem .4rem; box-shadow: none; }
.marketing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.35rem; padding: 0 1.4rem; box-sizing: border-box; color: white !important; border: 1px solid var(--blue); border-radius: 99rem; background: var(--blue); font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.marketing-button:hover { background: var(--navy); transform: translateY(-1px); }
.marketing-button-small { min-height: 2.6rem; padding: 0 1rem; font-size: .72rem; }
.marketing-button-outline { color: var(--blue) !important; background: transparent; }
.marketing-button-light { color: var(--navy) !important; border-color: white; background: white; }
.marketing-button-light:hover { color: white !important; border-color: var(--navy); }
.marketing-text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue) !important; font-size: .84rem; font-weight: 800; text-decoration: none; }
.marketing-text-link:hover { text-decoration: underline; }
.marketing-text-link-light { color: white !important; }
.marketing-kicker { margin-bottom: 1rem; color: var(--royal); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.marketing-hero { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); width: min(100% - 3rem, 76rem); min-height: 37rem; margin: auto; padding: 3.5rem 0 4.5rem; }
.marketing-hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.06em; }
.marketing-hero h1 em { color: var(--royal); font-family: Georgia, serif; font-weight: 400; }
.marketing-lede { max-width: 39rem; margin-bottom: 2rem; color: #5e6e83; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.6; }
.marketing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.mailer-mockup { position: relative; padding: 2rem 0; text-align: center; }
.mockup-sheet { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto 1fr 1fr; gap: .45rem; width: min(85%, 28rem); aspect-ratio: 1.45; margin: auto; padding: 1rem; box-sizing: border-box; background: white; box-shadow: 0 1.7rem 3.5rem rgba(17,33,58,.2); transform: rotate(2.5deg); }
.mockup-logo { grid-column: 1 / -1; justify-self: center; width: 8rem; height: 2.8rem; object-fit: contain; }
.mockup-ad { display: grid; place-items: center; border: 2px solid #9cbce0; background: #edf4fb; }
.mockup-ad-large { grid-row: span 2; border-color: var(--blue); background: linear-gradient(145deg, #dce9f5, #f7fafc); }
.mockup-ad span { color: var(--blue); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mockup-qr { position: absolute; right: 1.4rem; bottom: 1.35rem; display: grid; place-items: center; width: 2rem; height: 2rem; color: white; background: var(--navy); }
.mailer-example { position: relative; z-index: 1; display: block; width: min(100%, 35rem); margin: auto; border-radius: .45rem; box-sizing: border-box; transform: rotate(5deg); }
.mailer-rotation-stage { position: relative; z-index: 1; min-height: clamp(16rem, 30vw, 25rem); display: grid; place-items: center; }
.mailer-rotation-slide { grid-area: 1 / 1; width: 100%; margin: 0; }
.mailer-rotation-slide[data-example-kind="ad"] .mailer-example { width: min(100%, 26rem); max-height: 20rem; object-fit: contain; }
.mailer-rotation-slide figcaption { margin: 1.3rem 0 0; color: #78869a; font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.mailer-rotation-controls { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; gap: .5rem; margin-top: .7rem; }
.mailer-rotation-controls button { min-width: 2.25rem; min-height: 2.25rem; border: 1px solid #c9d3df; border-radius: 999px; background: #fff; color: var(--royal); cursor: pointer; font: inherit; font-size: .75rem; font-weight: 800; }
.mailer-rotation-controls button:first-child, .mailer-rotation-controls button:last-child { font-size: 1.35rem; line-height: 1; }
.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 80rem; margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-strip span { position: relative; padding: 1.4rem 1rem 1.4rem 2.2rem; font-size: .74rem; font-weight: 800; text-align: center; }
.benefit-strip span::before { position: absolute; margin-left: -1.1rem; color: var(--royal); content: "✓"; }
.marketing-section { width: min(100% - 3rem, 72rem); margin: auto; padding: clamp(4.5rem, 8vw, 7rem) 0; }
.overview-section { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: clamp(3rem, 8vw, 7rem); }
.overview-section .marketing-kicker { grid-column: 1; }
.overview-section h2 { grid-column: 1; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.05em; }
.overview-copy { grid-column: 2; grid-row: 1 / span 2; color: #5e6e83; font-size: 1rem; line-height: 1.75; }
.overview-copy p:last-child { margin-bottom: 0; }
.sizes-section { text-align: center; border-top: 1px solid var(--line); }
.section-intro { max-width: 43rem; margin: 0 auto 3rem; }
.section-intro h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.05em; }
.section-intro > p:last-child { color: #65748a; line-height: 1.65; }
.size-comparison, .option-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 1.2rem; margin-bottom: 2.5rem; }
.size-comparison article, .option-detail-grid article { display: grid; justify-items: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: .8rem; background: #fafcff; }
.ad-shape { display: grid; place-items: center; margin: 0 auto 1.3rem; color: white; border-radius: .25rem; background: var(--blue); box-shadow: .35rem .4rem 0 #cadced; }
.ad-shape span { font-size: .68rem; font-weight: 850; }
.ad-shape-small { width: 9rem; height: 6rem; }
.ad-shape-medium { width: 6rem; height: 8rem; }
.ad-shape-large { width: 10rem; height: 6.7rem; }
.size-comparison h3, .option-detail-grid h2 { margin-bottom: .3rem; }
.size-comparison p, .option-detail-grid p { margin-bottom: 0; color: #68778b; font-size: .78rem; }
.homepage-price { margin-top: 1rem !important; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--navy) !important; }
.homepage-price strong { color: var(--royal); font-size: 1.15rem; }
.homepage-price span { color: #7b8798; }
.campaign-pricing-banner { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; padding: 1rem 1.25rem; border: 1px solid #d6e2ff; border-radius: .8rem; background: #f3f6ff; text-align: center; }
.campaign-pricing-banner .marketing-kicker, .campaign-pricing-banner p { margin-bottom: 0; }
.campaign-pricing-banner p:last-child { color: #52647c; font-size: .84rem; line-height: 1.5; }
.placement-pricing { display: grid; justify-items: center; width: 100%; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.placement-pricing span { color: #78869a; font-size: .76rem; }
.placement-pricing strong { margin-top: .15rem; color: var(--royal); font-size: 2rem; line-height: 1; }
.placement-pricing small { margin-top: .35rem; color: var(--navy); font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.category-callout, .final-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; width: min(100% - 3rem, 72rem); margin: auto; padding: clamp(2.5rem, 6vw, 4.5rem); box-sizing: border-box; color: white; border-radius: 1rem; background: var(--navy); }
.category-callout > div { max-width: 44rem; }
.category-callout .marketing-kicker { color: #a9c9e5; }
.category-callout h2, .final-cta h2 { margin-bottom: .8rem; font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
.category-callout p:last-child, .final-cta p { margin-bottom: 0; color: #c7d4e2; line-height: 1.6; }
.process-section-new { text-align: center; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 0 0 2rem; padding: 0; list-style: none; text-align: left; }
.process-list li { padding: 1.7rem; border-top: 3px solid var(--gold); background: var(--mist); }
.process-list li > span { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: 2.2rem; color: white; border-radius: 50%; background: var(--blue); font-family: Georgia, serif; }
.process-list h3 { margin-bottom: .7rem; }
.process-list p { margin-bottom: 0; color: #627186; font-size: .84rem; line-height: 1.6; }
.examples-preview { padding-top: 0; text-align: center; }
.example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.sample-ad { display: flex; flex-direction: column; justify-content: space-between; min-height: 13rem; padding: 1.4rem; box-sizing: border-box; color: white; border-radius: .5rem; text-align: left; box-shadow: 0 .8rem 2rem rgba(17,33,58,.12); }
.sample-ad span { font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sample-ad strong { font-size: clamp(1.3rem, 2.5vw, 2.1rem); line-height: 1.05; }
.sample-ad small { font-weight: 750; }
.sample-ad-one { background: #285f9e; }
.sample-ad-two { color: var(--navy); background: #f2c14e; }
.sample-ad-three { background: #4169e1; }
.trust-note { width: min(100% - 3rem, 58rem); margin: 0 auto clamp(4.5rem, 8vw, 7rem); padding-left: 1.5rem; border-left: 3px solid var(--gold); }
.trust-note p { margin-bottom: .55rem; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.5; }
.trust-note span { color: #718096; font-size: .75rem; }
.final-cta { width: min(100% - 3rem, 76rem); background: var(--blue); }
.final-cta > div:first-child { max-width: 43rem; }
.marketing-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 3rem, 80rem); margin: 5rem auto 0; padding: 2rem 0; border-top: 1px solid var(--line); font-size: .74rem; }
.marketing-footer p { margin: .25rem 0 0; color: #748196; }
.marketing-footer nav { display: flex; gap: 1.25rem; }
.marketing-footer a { color: var(--blue); font-weight: 750; text-decoration: none; }
.supporting-hero { width: min(100% - 3rem, 64rem); margin: auto; padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem); text-align: center; }
.supporting-hero h1 { margin-bottom: 1.2rem; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.supporting-hero > p:last-child { max-width: 42rem; margin-right: auto; margin-left: auto; color: #617086; font-size: 1.08rem; line-height: 1.65; }
.supporting-content { width: min(100% - 3rem, 68rem); margin: auto; padding: 0 0 3rem; }
.option-detail-grid { align-items: stretch; }
.option-detail-grid article { justify-content: center; }
.detail-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.detail-columns h2, .about-content h2 { font-size: 1.3rem; }
.detail-columns p, .detail-columns li, .about-content p { color: #637287; font-size: .86rem; line-height: 1.65; }
.detail-columns ul { padding-left: 1.1rem; }
.detail-columns .marketing-button { margin-top: .5rem; }
.timeline { display: grid; max-width: 48rem; }
.timeline article { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.timeline article > span { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; color: white; border-radius: 50%; background: var(--blue); font-family: Georgia, serif; }
.timeline h2 { margin-bottom: .55rem; font-size: 1.2rem; }
.timeline p { margin-bottom: 0; color: #637287; line-height: 1.65; }
.timeline > .marketing-button { justify-self: start; margin-top: 2rem; }
.example-grid-large .sample-ad { min-height: 20rem; }
.honesty-note { max-width: 43rem; margin: 0 auto 2rem; color: #68778b; font-size: .8rem; text-align: center; }
.example-grid-large + .honesty-note + .marketing-button { display: flex; width: fit-content; margin: auto; }
.faq-list { max-width: 48rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 0; cursor: pointer; font-weight: 800; }
.faq-list details p { max-width: 42rem; margin: -.25rem 0 1.25rem; color: #637287; line-height: 1.65; }
.faq-distribution-map { max-width: 42rem; margin: 0 0 1.5rem; }
.faq-distribution-map img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.faq-distribution-map figcaption { margin-top: .55rem; color: #718096; font-size: .75rem; font-style: italic; }
.faq-list .marketing-button { margin-top: 2rem; }
.about-content { max-width: 43rem; text-align: center; }
.about-content .marketing-button { margin-top: 1rem; }

@media (max-width: 66rem) {
  .marketing-nav { display: none; }
  .marketing-menu { display: block; }
  .marketing-hero { min-height: auto; padding-top: 2rem; padding-bottom: 3rem; }
}
@media (max-width: 48rem) {
  .marketing-header { width: min(100% - 2rem, 80rem); min-height: 4.5rem; }
  .marketing-logo { width: 10rem; height: 3rem; }
  .marketing-sign-in { display: none; }
  .marketing-button-small { min-height: 2.4rem; padding: 0 .8rem; }
  .marketing-hero { grid-template-columns: 1fr; gap: 1.5rem; width: min(100% - 2rem, 76rem); min-height: auto; padding: 3rem 0 3.5rem; }
  .marketing-hero h1 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .mailer-mockup { padding: 1rem 0; }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip span { text-align: left; }
  .marketing-section { width: min(100% - 2rem, 72rem); padding: 4.5rem 0; }
  .overview-section { grid-template-columns: 1fr; }
  .overview-section .marketing-kicker, .overview-section h2, .overview-copy { grid-column: 1; grid-row: auto; }
  .overview-section h2 { margin-bottom: 2rem; }
  .size-comparison, .option-detail-grid, .process-list, .example-grid, .detail-columns { grid-template-columns: 1fr; }
  .campaign-pricing-banner { flex-direction: column; gap: .35rem; }
  .category-callout, .final-cta { align-items: flex-start; flex-direction: column; width: min(100% - 2rem, 72rem); padding: 2.5rem 1.4rem; }
  .process-list li > span { margin-bottom: 1.3rem; }
  .trust-note { width: min(100% - 2rem, 58rem); box-sizing: border-box; }
  .marketing-footer { align-items: flex-start; flex-direction: column; width: min(100% - 2rem, 80rem); margin-top: 4rem; }
  .supporting-hero, .supporting-content { width: min(100% - 2rem, 68rem); }
  .supporting-hero { padding-top: 3.5rem; }
  .supporting-hero h1 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
}
@media (max-width: 30rem) {
  .marketing-logo { width: 8.2rem; }
  .marketing-button-small { max-width: 9rem; line-height: 1.1; text-align: center; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip span { padding: 1rem 1rem 1rem 2.4rem; }
}
@media (prefers-reduced-motion: reduce) { .marketing-button { transition: none; } }
