/*
 * ROAS Link landing page, page-scoped styles.
 *
 * Rebuilt 2026-09-21 (second pass) from the Claude Design
 * "roaslink-landing-standalone" artefact: navy hero band with the lockup and
 * the campaigns screenshot, warm paper ground, Sora headings, IBM Plex Sans
 * body. Blue is the only saturated colour on light ground; coral appears once,
 * on the total ROAS figure.
 *
 * Fonts are bundled under assets/roaslink/fonts (Google Fonts, OFL). The page
 * uses the site's global header and footer parts; the header takes the navy
 * ground here so it reads as one block with the hero.
 */

/* ---------- Fonts ---------- */
@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url("roaslink/fonts/sora-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url("roaslink/fonts/sora-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 100 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("roaslink/fonts/plex-sans-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 100 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("roaslink/fonts/plex-sans-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("roaslink/fonts/plex-mono-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("roaslink/fonts/plex-mono-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:where(.roaslink-page, body:has(.roaslink-page) .ozone-header) {
	--rl-blue:        #1d3a8a;
	--rl-blue-deep:   #183075;
	--rl-navy:        #16295e;
	--rl-navy-deep:   #0f1c42;
	--rl-blue-line:   #2f4a9a;
	--rl-blue-tint:   #eef2fc;
	--rl-blue-tint-2: #dbe4f8;
	--rl-sky:         #6f8fe0;
	--rl-sky-2:       #8fa6e6;
	--rl-ice:         #dbe4f8;
	--rl-ice-2:       #b9c8f0;
	--rl-coral:       #e0503f;
	--rl-green:       #1f8a5b;
	--rl-ink:         #1f2430;
	--rl-ink-2:       #4b5260;
	--rl-muted:       #7a8290;
	--rl-line:        #e3e6eb;
	--rl-ground:      #faf8f4;
	--rl-surface:     #ffffff;
	--rl-font-heading: "Sora", "Trebuchet MS", system-ui, sans-serif;
	--rl-font-body:    "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--rl-font-mono:    "IBM Plex Mono", ui-monospace, monospace;
	--rl-wrap: none;
	--rl-gutter: 0px;
}
body:has(.roaslink-page) .ozone-header { background-color: var(--rl-navy); }

/* ---------- Page ground and resets ---------- */
.roaslink-page {
	background-color: var(--rl-ground);
	color: var(--rl-ink);
	font-family: var(--rl-font-body);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: normal;
	font-variant-numeric: proportional-nums;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
.roaslink-page .wp-block-group.alignfull { max-width: none; }
.roaslink-page :where(.is-layout-flow, .is-layout-constrained) > *,
.roaslink-page.is-layout-flow > * { margin-block-start: 0; margin-block-end: 0; }
.roaslink-page :where(h1, h2, h3, h4, p, ul, ol, figure) { margin: 0; }
.roaslink-page p { letter-spacing: normal; }
.roaslink-page a { color: var(--rl-blue); text-decoration: none; }
.roaslink-page a:hover { color: var(--rl-blue-deep); text-decoration: underline; }

/* ---------- Anchor motion ---------- */
/* The hero's "Launch now" anchors to #pricing. This sheet
   is enqueued only on /roaslink/, so the html rule reaches no other page.
   Off for readers who asked for reduced motion. */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
#pricing { scroll-margin-top: 24px; }

/* ---------- Layout primitives ---------- */
.roaslink-section { padding: 88px var(--rl-gutter); border-bottom: 1px solid var(--rl-line); box-sizing: border-box; }
.rl-wrap { width: 80%; max-width: var(--rl-wrap); margin: 0 auto; }
.rl-wrap--split { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); gap: 64px; align-items: start; }
.rl-wrap--split-narrow { grid-template-columns: minmax(240px, 320px) minmax(0, 1fr); }

.roaslink-page p.roaslink-eyebrow,
.roaslink-eyebrow {
	font-family: var(--rl-font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--rl-muted);
	margin: 0 0 16px;
}
/* Section eyebrows: the five labels above the Sora headlines, as on /secondorder:
   larger, ink, with a blue rule on the same baseline. */
.roaslink-page p.roaslink-eyebrow--section,
.roaslink-eyebrow--section {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--rl-font-body);
	font-size: 19px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--rl-ink);
	margin: 0 0 12px;
	white-space: nowrap;
}
.roaslink-eyebrow--section::before {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--rl-blue);
	flex: none;
}
.roaslink-page .roaslink-problem p.roaslink-eyebrow--section { margin-bottom: 12px; }
@media (max-width: 640px) {
	.roaslink-page p.roaslink-eyebrow--section,
	.roaslink-eyebrow--section { font-size: 15px; letter-spacing: .1em; white-space: normal; }
	.roaslink-eyebrow--section::before { width: 22px; }
}

body .roaslink-page h2.wp-block-heading,
body .roaslink-page h2 {
	font-family: var(--rl-font-heading);
	font-weight: 700;
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: -.02em;
	color: var(--rl-ink);
	max-width: 18.5ch;
	margin: 0 0 20px;
	text-wrap: balance;
}
body .roaslink-page h3.wp-block-heading,
body .roaslink-page h3 {
	font-family: var(--rl-font-heading);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	color: var(--rl-ink);
	margin: 0 0 10px;
}
.roaslink-page p.roaslink-lead { font-size: 16px; line-height: 1.65; color: var(--rl-ink-2); max-width: 66ch; margin: 0 0 40px; text-wrap: pretty; }
.roaslink-page p.roaslink-body { font-size: 14px; line-height: 1.6; color: var(--rl-ink-2); margin: 0; text-wrap: pretty; }
.roaslink-page p.roaslink-fine { font-size: 13px; line-height: 1.6; color: var(--rl-muted); margin: 0; }

/* Buttons: 46px, 8px radius. Primary is white on navy, blue on light. */
.roaslink-page .wp-block-buttons { gap: 12px; }
.roaslink-page .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	box-sizing: border-box;
	font-family: var(--rl-font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	background: var(--rl-blue);
	border: 1px solid var(--rl-blue);
	border-radius: 8px;
	padding: 0 22px;
	box-shadow: none;
	cursor: pointer;
	transition: background .15s, border-color .15s, color .15s;
}
.roaslink-page .wp-block-button__link:hover { background: var(--rl-blue-deep); border-color: var(--rl-blue-deep); color: #fff; text-decoration: none; }
.roaslink-page .is-style-outline .wp-block-button__link { color: var(--rl-blue); background: transparent; border-color: var(--rl-line); font-weight: 500; }
.roaslink-page .is-style-outline .wp-block-button__link:hover { background: var(--rl-blue-tint); border-color: var(--rl-blue-tint-2); color: var(--rl-blue); }
.roaslink-page .roaslink--on-navy .wp-block-button__link { color: var(--rl-navy); background: #fff; border-color: #fff; }
.roaslink-page .roaslink--on-navy .wp-block-button__link:hover { background: var(--rl-blue-tint-2); border-color: var(--rl-blue-tint-2); color: var(--rl-navy); }
.roaslink-page .roaslink--on-navy .is-style-outline .wp-block-button__link { color: #fff; background: transparent; border-color: var(--rl-blue-line); font-weight: 500; }
.roaslink-page .roaslink--on-navy .is-style-outline .wp-block-button__link:hover { background: var(--rl-blue); border-color: var(--rl-blue); color: #fff; }
.roaslink-page form { display: contents; }

/* ---------- Hero ---------- */
.roaslink-hero { background: var(--rl-navy); color: #fff; padding: 72px var(--rl-gutter) 80px; overflow: hidden; border-bottom: 0; }
.roaslink-hero .rl-wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; align-items: center; }
.roaslink-hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; min-width: 0; }
.roaslink-hero__logo { height: 44px; width: auto; display: block; }
.roaslink-page p.roaslink-hero__case { font-size: 13px; color: var(--rl-ice-2); margin: 0; }
.roaslink-page .roaslink-hero__case a { color: var(--rl-sky-2); }
body .roaslink-page h1.roaslink-hero__title {
	font-family: var(--rl-font-heading);
	font-weight: 700;
	font-size: 56px;
	line-height: 1.02;
	letter-spacing: -.03em;
	color: #fff;
	margin: 0;
	text-wrap: balance;
}
.roaslink-page p.roaslink-hero__lead { font-size: 17px; line-height: 1.6; color: var(--rl-ice); max-width: 660px; margin: 0; text-wrap: pretty; }
.roaslink-page p.roaslink-hero__lead strong { color: #fff; font-weight: 700; }
.roaslink-hero .wp-block-buttons { margin-top: 4px; }
.roaslink-page p.roaslink-hero__note { font-size: 13px; color: var(--rl-sky-2); max-width: 520px; margin: 4px 0 0; }
.roaslink-hero__shot {
	min-width: 0;
	border-radius: 12px;
	border: 1px solid var(--rl-blue-line);
	background: var(--rl-navy-deep);
	padding: 10px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.roaslink-hero__shot .wp-block-image { margin: 0; }
.roaslink-hero__shot img { display: block; width: 100%; height: auto; border-radius: 6px; }

/* ---------- The challenge ---------- */
.roaslink-page .roaslink-problem p.roaslink-eyebrow { margin-bottom: 24px; }
.roaslink-page .roaslink-problem p.roaslink-eyebrow.roaslink-eyebrow--section { margin-bottom: 12px; }
.roaslink-page p.roaslink-problem__figure {
	font-family: var(--rl-font-body);
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
	letter-spacing: -.02em;
	font-variant-numeric: tabular-nums;
	color: var(--rl-ink);
	margin: 0;
}
.roaslink-page .roaslink-problem__bench p.roaslink-body { margin-top: 16px; }
.roaslink-page .roaslink-problem__copy p.roaslink-lead { font-size: 16px; margin: 0 0 16px; }
.roaslink-page .roaslink-problem__copy p.roaslink-lead:last-child { margin-bottom: 0; }

/* ---------- Results ---------- */
body .roaslink-page h2.roaslink-h2--two { max-width: none; text-wrap: initial; }
@media (min-width: 901px) { .roaslink-h2__line { display: block; } }
.roaslink-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.roaslink-stat { background: var(--rl-surface); border: 1px solid var(--rl-line); border-radius: 8px; padding: 18px 20px; min-width: 0; box-sizing: border-box; }
.roaslink-page .roaslink-stat p.roaslink-eyebrow { margin: 0; line-height: 1.4; }
.roaslink-page p.roaslink-stat__value {
	font-family: var(--rl-font-body);
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.01em;
	font-variant-numeric: tabular-nums;
	color: var(--rl-ink);
	margin: 4px 0 0;
}
.roaslink-page p.roaslink-stat__value.roaslink-stat__value--hero { color: var(--rl-green); font-size: 68px; }

/* ---------- What we built ---------- */
.roaslink-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--rl-line); border: 1px solid var(--rl-line); border-radius: 8px; overflow: hidden; }
.roaslink-feature { background: var(--rl-surface); padding: 28px; }
.roaslink-feature__icon { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 10px; background: var(--rl-blue-tint); color: var(--rl-blue); margin: 0 auto 18px; }
.roaslink-feature__icon svg { width: 33px; height: 33px; display: block; }

/* ---------- Proof band ---------- */
.roaslink-case { padding: 56px 0; background: var(--rl-surface); }
.roaslink-case .rl-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; justify-content: space-between; }
body .roaslink-page .roaslink-case h2 { font-size: 22px; letter-spacing: -.02em; max-width: none; margin: 0 0 8px; }
.roaslink-page .roaslink-case p.roaslink-body { max-width: 56ch; }
.roaslink-case .wp-block-buttons { flex: 0 0 auto; }

/* ---------- Seats (same layout as /secondorder) ---------- */
.roaslink-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; align-items: stretch; }
.roaslink-plan { min-width: 0; background: var(--rl-surface); border: 1px solid var(--rl-line); border-radius: 8px; padding: 32px; display: flex; flex-direction: column; gap: 20px; box-sizing: border-box; }
.roaslink-page .roaslink-plan p.roaslink-eyebrow, .roaslink-page .roaslink-keep p.roaslink-eyebrow { margin: 0; }
.roaslink-page p.roaslink-figure { font-family: var(--rl-font-heading); font-weight: 700; font-size: 44px; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; color: var(--rl-ink); margin: 12px 0 0; }
.roaslink-page .roaslink-plan p.roaslink-fine, .roaslink-page .roaslink-keep p.roaslink-fine { margin-top: 8px; }
.roaslink-plan__body { display: flex; flex-direction: column; gap: 14px; }
.roaslink-plan__cta { margin-top: auto; }
.roaslink-plan__cta .wp-block-buttons, .roaslink-plan__cta .wp-block-button, .roaslink-plan__cta .wp-block-button__link { width: 100%; }
.roaslink-keep { margin-top: 24px; background: var(--rl-surface); border: 1px solid var(--rl-line); border-radius: 8px; padding: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; align-items: start; }
.roaslink-page .roaslink-keep p.roaslink-body { max-width: 76ch; }
.roaslink-fit__ask { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.roaslink-page .roaslink-fit__ask p.roaslink-body { flex: 1 1 320px; min-width: 0; }
.roaslink-page p.roaslink-fit__terms { font-size: 13px; line-height: 1.6; color: var(--rl-muted); max-width: none; margin: 24px 0 0; }

/* ---------- Getting started ---------- */
body .roaslink-page .roaslink-start h2 { margin-bottom: 16px; max-width: 28ch; }
.roaslink-weeks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 1px; background: var(--rl-line); border: 1px solid var(--rl-line); border-radius: 6px; overflow: hidden; }
.roaslink-week { background: var(--rl-surface); padding: 24px; }
.roaslink-page .roaslink-week p.roaslink-eyebrow { margin-bottom: 12px; }

/* ---------- Questions ---------- */
.roaslink-faq__list { max-width: 760px; margin-top: 20px; border-top: 1px solid var(--rl-line); }
.roaslink-page .wp-block-details { border-bottom: 1px solid var(--rl-line); margin: 0; padding: 0; background: transparent; }
.roaslink-page .wp-block-details > summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	font-family: var(--rl-font-body);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--rl-ink);
}
.roaslink-page .wp-block-details > summary::-webkit-details-marker { display: none; }
.roaslink-page .wp-block-details > summary::after { content: "+"; flex: 0 0 auto; font-size: 20px; line-height: 1; color: var(--rl-blue); transition: transform .16s; }
.roaslink-page .wp-block-details[open] > summary::after { transform: rotate(45deg); }
.roaslink-page .wp-block-details > p { margin: 0 0 22px; font-size: 15px; line-height: 1.68; color: var(--rl-ink-2); max-width: 72ch; text-wrap: pretty; }

/* ---------- CTA ---------- */
.roaslink-cta { padding: 72px var(--rl-gutter); background: var(--rl-navy); color: #fff; border-bottom: 0; }
/* Same block as /revive: a centred column, no mark, the headline on one line
   at desktop. Sora 34px needs about 845px for that line, so the column is
   900px here against Revive's 760px; the lead and terms keep Revive's 760px
   measure inside it. */
.roaslink-cta .rl-wrap { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.rl-wrap--narrow { max-width: 900px; }
body .roaslink-page .roaslink-cta h2 { color: #fff; max-width: none; margin: 0; text-wrap: pretty; }
.roaslink-page p.roaslink-cta__lead { font-size: 16px; line-height: 1.6; color: var(--rl-ice); max-width: 760px; margin: 0 0 12px; text-wrap: pretty; }
.roaslink-cta .wp-block-buttons { justify-content: center; }
.roaslink-page p.roaslink-cta__terms { font-size: 13px; color: var(--rl-sky-2); max-width: 760px; margin: 4px 0 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.rl-wrap--split, .rl-wrap--split-narrow { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	.roaslink-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.roaslink-hero .rl-wrap { grid-template-columns: minmax(0, 1fr); gap: 40px; }
	body .roaslink-page h1.roaslink-hero__title { font-size: 42px; }
	.roaslink-page p.roaslink-problem__figure { font-size: 56px; }
}
@media (max-width: 640px) {
	.roaslink-section { padding-top: 56px; padding-bottom: 56px; }
	.roaslink-hero { padding-top: 48px; }
	body .roaslink-page h1.roaslink-hero__title { font-size: 36px; }
	body .roaslink-page h2.wp-block-heading, body .roaslink-page h2 { font-size: 28px; }
	.roaslink-page .wp-block-button { width: 100%; }
	.roaslink-page .wp-block-button__link { width: 100%; }
	.roaslink-features { grid-template-columns: minmax(0, 1fr); }
	.roaslink-page p.roaslink-stat__value { font-size: 36px; }
	.roaslink-page p.roaslink-stat__value.roaslink-stat__value--hero { font-size: 54px; }
}
