/* =========================================================================
   FlyerDrop — main stylesheet
   Palette: 2 core (navy, blue) + 2 accents (orange, green)
   ========================================================================= */

:root {
	/* Brand palette — CMYK-inspired, from the FlyerDrop logo */
	--cyan:     #16B5E8;
	--cyan-d:   #0F94C4;
	--magenta:  #EC0B8C;
	--magenta-d:#C40674;
	--yellow:   #FFE000;

	--ink:    #14181F;   /* near-black (tagline / dark UI) */
	--navy:   #1A2531;   /* dark slate — headings & dark sections */
	--blue:   #0F8FB8;   /* readable interactive accent (links / focus) */
	--blue-d: #0B7396;
	--accent: #EC0B8C;   /* primary call-to-action = magenta */
	--accent-d:#C40674;
	--green:  #15B371;   /* "included / live" cue */
	--paper:  #F7FAFD;
	--tint:   #E8F6FC;   /* light cyan tint */
	--line:   #DBE6EE;
	--muted:  #5B6B7E;
	--white:  #ffffff;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 18px 50px -24px rgba(20,24,31,.32);
	--shadow-sm: 0 8px 24px -16px rgba(20,24,31,.4);
	--maxw: 1140px;
	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--font-display: "Plus Jakarta Sans", var(--font-body);
	--font-script: "Caveat", "Segoe Script", cursive;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--white);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; height: auto; display: block; }
em { font-style: normal; color: var(--accent); }
.hl { color: var(--accent); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 780px; }
.center { text-align: center; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 16px; top: 16px; background: #fff; padding: 10px 16px; z-index: 999; border-radius: 8px; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	font-family: var(--font-display); font-weight: 700; font-size: 1rem;
	padding: .85em 1.5em; border-radius: 999px; border: 2px solid transparent;
	cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
	text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -10px rgba(255,106,43,.7); }
.btn--accent:hover { background: var(--accent-d); color: #fff; }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-d); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); }
/* Ghost buttons on dark backgrounds (CTA band + footer) need light text */
.band--cta .btn--ghost,
.site-footer .btn--ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.band--cta .btn--ghost:hover,
.site-footer .btn--ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.1); }
.btn--lg { font-size: 1.05rem; padding: 1em 1.9em; }
.btn--sm { font-size: .9rem; padding: .6em 1.1em; }
.btn--block { display: flex; width: 100%; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.4rem; }

.eyebrow {
	font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
	letter-spacing: .12em; font-size: .78rem; color: var(--accent); margin: 0 0 .6rem;
}
.lead { font-size: 1.15rem; color: #33475b; }

/* ---------- Top bar ---------- */
.topbar { background: var(--ink); color: #cfe0f5; font-size: .85rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; }
.topbar__phone { color: #fff; font-weight: 600; }
.topbar__phone:hover { color: var(--accent); text-decoration: none; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 24px; padding: 14px 24px; }
.brand { display: inline-flex; align-items: center; }
.brand:hover { text-decoration: none; }

.logo { display: block; width: auto; height: 34px; }
.site-footer__brand .logo { height: 40px; margin-bottom: 6px; }
.logo__mark { flex: none; }
.logo__word { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.02em; }
.logo__flyer { color: var(--cyan); }
.logo__drop { color: var(--magenta); }
.tagline-script { font-family: var(--font-script); font-weight: 700; line-height: 1; }

.primary-nav { margin-left: auto; }
.primary-nav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary-nav__list a { color: var(--navy); font-weight: 600; font-size: .98rem; }
.primary-nav__list a:hover { color: var(--blue); text-decoration: none; }
.site-header__cta { margin-left: 8px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--navy); border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav { border-top: 1px solid var(--line); background: #fff; padding: 16px 24px 24px; }
.mobile-nav__list { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 4px; }
.mobile-nav__list a { display: block; padding: 12px 8px; color: var(--navy); font-weight: 600; border-bottom: 1px solid var(--tint); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tint { background: var(--paper); }
.section--mist { background: rgba(26,37,49,.045); }
.section--dark { background: var(--ink); color: #d7e4f5; }
.section--dark h2 { color: #fff; }
.section--brand { background: linear-gradient(160deg, #1AA7D6, #0E7CA6); color: #eaf6fc; }
.section--brand .eyebrow { color: #fff; opacity: .92; }
.section--brand h2 { color: #fff; }
.section--brand .section__sub { color: #d6eefb; }
.section__head { max-width: 720px; margin: 0 auto clamp(32px, 5vw, 56px); text-align: center; }
.section__sub { color: var(--muted); font-size: 1.05rem; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); }
.grid-2--center { align-items: center; }

/* ---------- Hero ---------- */
.hero { background: radial-gradient(120% 120% at 85% -10%, #e9f1ff 0%, #fff 55%); padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: center; position: relative; }
.hero__copy { position: relative; z-index: 2; }
.hero__panel { position: relative; z-index: 1; }
.hero__lead { font-size: 1.2rem; color: #34495f; max-width: 36ch; }
.hero__trust { display: flex; gap: 28px; list-style: none; padding: 0; margin: 2rem 0 0; flex-wrap: wrap; }
.hero__trust li { font-size: .92rem; color: var(--muted); }
.hero__trust strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy); }

.proof-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px; }
.proof-card__head { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy); font-family: var(--font-display); }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.dot--live { box-shadow: 0 0 0 0 rgba(21,179,113,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(21,179,113,.5);} 70%{box-shadow:0 0 0 10px rgba(21,179,113,0);} 100%{box-shadow:0 0 0 0 rgba(21,179,113,0);} }
.proof-card__map { margin: 14px 0; }
.proof-card__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; text-align: center; }
.proof-card__stats div { background: var(--tint); border-radius: var(--radius-sm); padding: 10px 6px; font-size: .8rem; color: var(--muted); }
.proof-card__stats span { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--navy); }

/* ---------- Sectors strip ---------- */
.strip { padding: clamp(30px,4vw,48px) 0; background: linear-gradient(120deg, #1AA7D6, #0E7CA6); }
.strip__label { text-align: center; color: #eaf6fc; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin: 0 0 18px; }
.strip__items { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px 13px; list-style: none; margin: 0; padding: 0; }
.strip__items li { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); padding: 10px 18px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: .9rem; box-shadow: 0 6px 16px -12px rgba(0,0,0,.5); transition: background .2s ease, transform .2s ease; }
.strip__items li:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }

/* ---------- Compare ---------- */
.compare { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; }
.compare__row { display: grid; grid-template-columns: 1.4fr .8fr .8fr; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--tint); font-size: .95rem; }
.compare__row:last-child { border-bottom: 0; }
.compare__row span:not(:first-child) { text-align: center; font-weight: 600; }
.compare__row--head { background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 700; }
.compare__row--head span { color: #fff !important; }
.compare .yes { color: var(--green); }
.compare .no { color: #b23b3b; }

/* ---------- Cards / features ---------- */
.cards { display: grid; gap: 22px; }
.cards--5 { grid-template-columns: repeat(5, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); }
.feature__icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: var(--tint); color: var(--cyan-d); margin-bottom: 16px; box-shadow: 0 8px 18px -10px rgba(20,24,31,.4), inset 0 0 0 1px rgba(255,255,255,.55); transition: transform .2s ease, box-shadow .2s ease; }
.feature h3 { margin-bottom: .3em; }
.feature p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Steps ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; box-shadow: var(--shadow-sm); }
.step__num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 800; margin-bottom: 14px; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Price cards ---------- */
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; }
.price-card--featured { border: 2px solid var(--accent); box-shadow: var(--shadow); }
.price-card__flag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #FF45A9, var(--magenta)); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: .72rem; padding: 7px 16px 6px; border-radius: 999px; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; box-shadow: 0 10px 22px -7px rgba(236,11,140,.6); }
.price-card__flag svg { width: 13px; height: 13px; }
.price-card__desc { color: var(--muted); font-size: .95rem; min-height: 3.2em; }
.price-card__price { font-family: var(--font-display); color: var(--muted); font-size: .9rem; margin: .4rem 0 1.2rem; }
.price-card__price span { display: inline; font-size: 2.4rem; font-weight: 800; color: var(--navy); }
.price-card__save { display: inline-block; align-self: flex-start; background: #E6F8F0; color: #0C8A57; font-family: var(--font-display); font-weight: 700; font-size: .82rem; padding: 4px 12px; border-radius: 999px; margin: -6px 0 14px; }

/* Frequent Flyer Club — metallic tier treatments */
.price-card--bronze   { border-top: 5px solid #B87333; background: linear-gradient(180deg, #FBF1E6, #fff 130px); }
.price-card--silver   { border-top: 5px solid #99A3AD; background: linear-gradient(180deg, #F0F3F6, #fff 130px); }
.price-card--gold     { border-top: 5px solid #C9A227; background: linear-gradient(180deg, #FCF4D6, #fff 130px); }
.price-card--platinum { border-top: 5px solid #5B6573; background: linear-gradient(180deg, #EAEEF3, #fff 130px); }
.price-card--bronze h3   { color: #95591F; }
.price-card--silver h3   { color: #5F6973; }
.price-card--gold h3     { color: #8C6E12; }
.price-card--platinum h3 { color: #3E4651; }
.price-card--bronze   .price-card__save { background: #F4E2CF; color: #7E4E22; }
.price-card--silver   .price-card__save { background: #E7EBEF; color: #566069; }
.price-card--gold     .price-card__save { background: #F6EDC6; color: #7E6311; }
.price-card--platinum .price-card__save { background: #E3E7ED; color: #3E4651; }
.ticks { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 28px; font-size: .95rem; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 800; }
.price-card .btn { margin-top: auto; }

/* ---------- Calculator ---------- */
.section--calc { background: linear-gradient(180deg, var(--navy), var(--ink)); color: #fff; }
.section--calc .section__head h2 { color: #fff; }
.section--calc .section__sub { color: #b9cce6; }
.calc { display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px; align-items: start; max-width: 980px; margin: 0 auto; }
.calc__controls { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px; display: grid; gap: 22px; }
.calc__label { display: block; font-family: var(--font-display); font-weight: 700; color: #fff; margin-bottom: 10px; font-size: .95rem; }
.seg { display: flex; flex-wrap: wrap; gap: 8px; }
.seg__btn { flex: 1 1 auto; min-width: 0; background: rgba(255,255,255,.07); color: #dce8f8; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; padding: 12px 10px; font-family: var(--font-body); font-weight: 600; font-size: .92rem; cursor: pointer; transition: .18s; }
.seg__btn small { display: block; font-weight: 500; opacity: .7; font-size: .78rem; }
.seg__btn:hover { border-color: var(--accent); }
.seg__btn.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.calc__hint { color: #9fc1a9; font-size: .85rem; margin: 10px 0 0; min-height: 1em; }

.calc__result { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); }
.calc__result-tier { font-family: var(--font-display); font-weight: 700; color: var(--blue); margin: 0 0 .4rem; font-size: .95rem; }
.calc__result-price { margin: 0 0 1.2rem; display: flex; flex-direction: column; }
.calc__amount { font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: var(--navy); line-height: 1; }
.calc__per { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.calc__includes { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: 8px; }
.calc__includes li { position: relative; padding-left: 26px; font-size: .92rem; }
.calc__includes li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.calc__club { background: var(--tint); border-radius: var(--radius-sm); padding: 14px 16px; font-size: .9rem; margin-bottom: 1.2rem; }
.calc__club p { margin: 0; }
.calc__smallprint { color: var(--muted); font-size: .78rem; margin: 12px 0 0; }

/* ---------- Club mini ---------- */
.club-mini { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }
.club-mini__row { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border-radius: var(--radius-sm); border: 1px solid var(--line); margin-bottom: 10px; font-family: var(--font-display); font-weight: 600; }
.club-mini__row strong { color: var(--navy); font-size: 1.15rem; }
.club-mini__row--feat { border-color: var(--accent); background: #fff6f1; }
.club-mini__note { color: var(--muted); font-size: .85rem; margin: 14px 0 0; }

/* ---------- Quote ---------- */
.quote { max-width: 760px; margin: 0 auto 2rem; text-align: center; }
.quote p { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2rem); color: #fff; line-height: 1.3; font-weight: 700; }
.quote footer { color: #9fb6d4; font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; box-shadow: var(--shadow-sm); }
.faq__item summary { cursor: pointer; font-family: var(--font-display); font-weight: 700; color: var(--navy); padding: 16px 0; list-style: none; position: relative; padding-right: 30px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 0; top: 14px; font-size: 1.5rem; color: var(--accent); font-weight: 400; }
.faq__item[open] summary::after { content: "–"; }
.faq__body { padding-bottom: 16px; color: var(--muted); }
.faq__body p { margin: 0; }

/* ---------- CTA band ---------- */
.band--cta { background: linear-gradient(120deg, var(--navy), var(--ink)); color: #fff; padding: clamp(48px,7vw,80px) 0; border-top: 4px solid var(--yellow); }
.band--cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.band--cta h2 { color: #fff; }
.band--cta p { color: #d6e4fb; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #aec3dd; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding: clamp(48px,6vw,72px) 24px; }
.site-footer .logo__flyer { color: #fff; }
.site-footer__tag { font-size: .92rem; margin: 16px 0; max-width: 32ch; }
.site-footer__contact a { color: #fff; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer__menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .92rem; }
.site-footer__menu a { color: #aec3dd; }
.site-footer__menu a:hover { color: #fff; }
.site-footer__legal { border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.site-footer__legal-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 18px 24px; }
.site-footer__legal a { color: #cdddf0; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: radial-gradient(110% 120% at 90% -20%, #e9f1ff, #fff 60%); padding: clamp(48px,7vw,84px) 0 clamp(32px,4vw,48px); text-align: center; }
.page-hero .container { max-width: 760px; }
.page-hero p { font-size: 1.15rem; color: #34495f; }

/* ---------- Generic prose / tables ---------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 2em; }
.rate-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin: 1.5rem 0; }
.rate-table th, .rate-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--tint); font-size: .95rem; }
.rate-table thead th { background: var(--navy); color: #fff; font-family: var(--font-display); }
.rate-table tbody tr:last-child td { border-bottom: 0; }
.rate-table tbody tr:nth-child(even) { background: var(--paper); }

/* ---------- Lead-magnet form ---------- */
.lead-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; display: grid; gap: 16px; max-width: 480px; }
.lead-form label { font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--navy); display: block; margin-bottom: 6px; }
.lead-form input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.lead-form input:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.lead-form .field { margin: 0; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* ---------- Mode toggle (calculator) ---------- */
.seg--mode { margin-bottom: 4px; }
.seg--mode .seg__btn { font-family: var(--font-display); }

/* ---------- Area chips (calculator area mode) ---------- */
.area-mode__readout { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 14px; }
.area-mode__readout div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; padding: 10px 14px; }
.area-mode__readout span { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; }
.area-mode__readout small { color: #b9cce6; font-size: .78rem; }
.area-group__label { font-family: var(--font-display); font-weight: 700; color: #cfe0f5; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin: 14px 0 8px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.area-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.07); color: #dce8f8; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 14px; font: inherit; font-size: .88rem; cursor: pointer; transition: .15s; }
.area-chip span { background: rgba(255,255,255,.16); border-radius: 999px; padding: 1px 8px; font-size: .76rem; }
.area-chip:hover { border-color: var(--accent); }
.area-chip.is-selected { background: var(--accent); color: #fff; border-color: var(--accent); }
.area-chip.is-selected span { background: rgba(255,255,255,.25); }
.area-mode__clear { background: none; border: 0; color: #b9cce6; text-decoration: underline; cursor: pointer; font: inherit; font-size: .85rem; margin-top: 10px; }

/* ---------- Areas page: interactive map ---------- */
.area-wrap { display: grid; grid-template-columns: 1.35fr .9fr; gap: 28px; align-items: start; }
.area-map { background: linear-gradient(160deg, #eef4fc, #e3edf9); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow-sm); }
.area-map svg { width: 100%; height: auto; display: block; }
.area-map #area-map { border-radius: 12px; overflow: hidden; }
.area-svg { width: 100%; height: auto; display: block; }
.map-region { cursor: pointer; }
.map-region path { fill: #cdddf2; stroke: #fff; stroke-width: 1.5; transition: fill .15s; }
.map-region:hover path { fill: #9db8dd; }
.map-region:focus { outline: none; }
.map-region:focus path { stroke: var(--blue); stroke-width: 2.5; }
.map-region__label { font-family: var(--font-display); font-weight: 800; font-size: 13px; fill: #2c3e52; text-anchor: middle; dominant-baseline: central; paint-order: stroke; stroke: #fff; stroke-width: 3px; stroke-linejoin: round; pointer-events: none; }
.map-region.is-selected path { fill: var(--magenta); }
.map-region.is-selected .map-region__label { fill: #fff; }

/* Coverage breakdown (villages per location) */
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.coverage-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.coverage-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.coverage-card h3 { margin: 0; font-size: 1.08rem; }
.coverage-card__pc { background: var(--tint); color: var(--blue); font-family: var(--font-display); font-weight: 700; font-size: .72rem; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.coverage-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }
@media (max-width: 980px) { .coverage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .coverage-grid { grid-template-columns: 1fr; } }

/* ===== Visual / illustration system ===== */
.svg-ico { display: block; }

/* Hero illustration */
.hero__art { position: relative; }
.hero__art svg { width: 100%; height: auto; display: block; overflow: visible; }
.hero__flyers { position: relative; z-index: 1; width: 220%; max-width: none; margin-left: -60%; height: auto; display: block; filter: drop-shadow(0 30px 50px rgba(20,24,31,.4)); }
.float-plane { animation: floatPlane 4.5s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes floatPlane { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(-3deg); } }
.float-soft { animation: floatSoft 5s ease-in-out infinite; transform-box: fill-box; }
@keyframes floatSoft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .float-plane, .float-soft { animation: none; } }

/* FREE design pill + tags */
.pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: .85rem; padding: 8px 14px; border-radius: 999px; }
.pill--free { background: #FFF4C2; color: #6F5500; }
.pill--free svg { width: 18px; height: 18px; }
.hero__pill { margin-top: 16px; }

/* FREE design band */
.band--free { background: var(--yellow); color: var(--ink); padding: clamp(30px,4vw,46px) 0; }
.band--free__inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center; text-align: left; }
.band--free__art { flex: none; }
.band--free__art svg { width: 96px; height: 96px; }
.band--free h2 { color: var(--ink); margin: 0 0 .2em; font-size: clamp(1.4rem,2.6vw,2rem); }
.band--free p { margin: 0; color: #3a3000; max-width: 46ch; }
.band--free .btn { background: var(--ink); color: #fff; box-shadow: none; }
.band--free .btn:hover { background: #000; }

/* GPS benefits section */
.gps-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px,5vw,56px); align-items: center; }
.gps-art svg { width: 100%; height: auto; max-width: 360px; margin: 0 auto; display: block; overflow: visible; }
.gps-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.gps-list li { display: flex; gap: 16px; align-items: flex-start; }
.gps-list .ico { flex: none; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--tint); box-shadow: 0 8px 18px -10px rgba(20,24,31,.4), inset 0 0 0 1px rgba(255,255,255,.55); transition: transform .2s ease, box-shadow .2s ease; }
.gps-list .ico svg { width: 26px; height: 26px; }
.gps-list .ico--c { background: linear-gradient(140deg,#E7F8FE,#C9EEFB); }
.gps-list .ico--m { background: linear-gradient(140deg,#FDE8F3,#FBD0E6); }
.gps-list li:hover .ico { transform: translateY(-3px) rotate(-3deg); }
.gps-list strong { display: block; font-family: var(--font-display); color: var(--navy); font-size: 1.02rem; margin-bottom: 2px; }
.gps-list p { margin: 0; color: var(--muted); font-size: .93rem; }

/* Price card FREE tag */
.price-card__free { display: inline-block; background: #FFF1B8; color: #6F5500; font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .03em; padding: 4px 11px; border-radius: 999px; margin-bottom: 8px; }

/* Feature card icons (SVG) */
.feature__icon svg { width: 28px; height: 28px; }
.feature__icon--c { background: linear-gradient(140deg,#E7F8FE,#C9EEFB); color: var(--cyan-d); }
.feature__icon--m { background: linear-gradient(140deg,#FDE8F3,#FBD0E6); color: var(--magenta); }
.feature__icon--y { background: linear-gradient(140deg,#FFF7D1,#FFEBA0); color: #B5860B; }
.feature:hover .feature__icon { transform: translateY(-3px) rotate(-3deg); box-shadow: 0 16px 26px -14px rgba(20,24,31,.5), inset 0 0 0 1px rgba(255,255,255,.55); }
@media (prefers-reduced-motion: reduce) { .feature__icon, .gps-list .ico { transition: none; } .feature:hover .feature__icon, .gps-list li:hover .ico { transform: none; } }

/* Decorative dotted divider */
.dot-route { display: block; margin: 0 auto; }

@media (max-width: 860px) {
	.gps-wrap { grid-template-columns: 1fr; }
	.gps-art { order: -1; }
	.band--free__inner { flex-direction: column; text-align: center; }
	.band--free p { margin: 0 auto; }
}

/* Light chip list (Areas page — always-available selector / map fallback) */
.area-list { margin-top: 18px; }
.area-list__label { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: .9rem; margin: 0 0 10px; }
.area-list__group { font-family: var(--font-display); font-weight: 700; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; margin: 12px 0 8px; }
.area-chips--light .area-chip { background: #fff; color: var(--navy); border-color: var(--line); }
.area-chips--light .area-chip span { background: var(--tint); color: var(--muted); }
.area-chips--light .area-chip:hover { border-color: var(--accent); }
.area-chips--light .area-chip.is-selected { background: var(--accent); color: #fff; border-color: var(--accent); }
.area-chips--light .area-chip.is-selected span { background: rgba(255,255,255,.3); color: #fff; }
.area-map__legend { display: flex; gap: 18px; flex-wrap: wrap; padding: 10px 8px 4px; color: var(--muted); font-size: .82rem; }
.area-map__legend i { display: inline-block; width: 12px; height: 12px; border-radius: 50%; vertical-align: -1px; margin-right: 6px; }

.node { cursor: pointer; }
.node circle { fill: #fff; stroke: #c4d3e8; stroke-width: 2; transition: fill .15s, stroke .15s; }
.node:hover circle { stroke: var(--accent); }
.node:focus { outline: none; }
.node:focus circle { stroke: var(--blue); stroke-width: 3; }
.node__count { font-family: var(--font-display); font-weight: 800; font-size: 11px; fill: var(--navy); text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.node__name { font-family: var(--font-body); font-weight: 600; font-size: 11px; fill: #33475b; text-anchor: middle; pointer-events: none; }
.node.is-selected circle { fill: var(--accent); stroke: var(--accent-d); }
.node.is-selected .node__count { fill: #fff; }
.node.is-selected .node__name { fill: var(--navy); }

/* Areas page quote panel */
.area-quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; position: sticky; top: 96px; }
.area-quote .seg { margin-bottom: 14px; }
.area-quote .seg__btn { background: var(--paper); color: var(--navy); border-color: var(--line); }
.area-quote .seg__btn.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.area-quote__stats { display: flex; gap: 12px; margin: 4px 0 14px; }
.area-quote__stats div { flex: 1; background: var(--tint); border-radius: var(--radius-sm); padding: 10px 12px; text-align: center; }
.area-quote__stats span { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--navy); }
.area-quote__stats small { color: var(--muted); font-size: .75rem; }
.selected-list { list-style: none; margin: 0 0 14px; padding: 0; max-height: 160px; overflow-y: auto; display: grid; gap: 6px; }
.selected-list li { display: flex; justify-content: space-between; font-size: .9rem; padding: 8px 12px; background: var(--paper); border-radius: 8px; }
.selected-list li span { color: var(--muted); }
.selected-list li.muted { color: var(--muted); background: none; padding-left: 0; }
.area-quote__price { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--navy); margin: 4px 0 0; }
.area-quote__per { color: var(--muted); font-size: .85rem; margin: 0 0 14px; }
.area-est-note { background: #fff8f3; border: 1px solid #ffd9c4; color: #8a4a25; font-size: .82rem; border-radius: var(--radius-sm); padding: 12px 14px; margin: 16px 0 0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.area-wrap { grid-template-columns: 1fr; }
	.area-quote { position: static; }
	.cards--5 { grid-template-columns: repeat(2, 1fr); }
	.cards--4 { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
	.primary-nav, .site-header__cta { display: none; }
	.nav-toggle { display: flex; margin-left: auto; }
	.hero__inner, .grid-2, .calc, .band--cta__inner { grid-template-columns: 1fr; }
	.hero__flyers { width: 100%; margin-left: 0; }
	.cards--3 { grid-template-columns: 1fr; }
	.price-card--featured { order: -1; }
	.topbar__item:first-child { display: none; }
	.topbar__inner { justify-content: center; }
}
@media (max-width: 560px) {
	.cards--5 { grid-template-columns: 1fr; }
	.cards--4 { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.compare__row { grid-template-columns: 1.3fr .7fr .7fr; font-size: .85rem; padding: 12px 12px; }
	h1 { font-size: 2rem; }
}


/* ---------- Versus (FlyerDrop difference) ---------- */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.versus__col { border-radius: var(--radius); padding: 24px 20px; }
.versus__col--them { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.versus__col--us { background: linear-gradient(165deg, #1AA7D6, #0E7CA6); box-shadow: var(--shadow); }
.versus__label { font-family: var(--font-display); font-weight: 800; font-size: 1rem; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.versus__col--them .versus__label { color: var(--muted); }
.versus__col--us .versus__label { color: #fff; }
.versus__mark { flex: none; }
.versus__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.versus__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; line-height: 1.35; }
.versus__col--them li { color: #6a7787; }
.versus__col--us li { color: #eaf6fc; font-weight: 500; }
.versus__ico { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.versus__ico svg { width: 13px; height: 13px; }
.versus__ico--no { background: #F4DEDE; color: #B23B3B; }
.versus__ico--yes { background: rgba(255,255,255,.24); color: #fff; }

/* ---------- Tier explainer (Distribution Only / Shared / Solus) ---------- */
.price-card__step { display: inline-block; align-self: flex-start; font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); background: var(--tint); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.price-card--featured .price-card__step { color: var(--accent); background: #FFEDE4; }
.price-card__plus { display: flex; gap: 10px; align-items: flex-start; background: var(--tint); border-radius: 14px; padding: 12px 14px; margin: 2px 0 16px; font-size: .9rem; line-height: 1.4; color: #2a3b4d; }
.price-card__plus svg { flex: none; width: 22px; height: 22px; color: var(--blue); margin-top: 1px; background: #fff; border-radius: 50%; padding: 4px; box-shadow: var(--shadow-sm); }
.price-card__plus strong { color: var(--navy); }
.price-card--featured .price-card__plus { background: #FFF3EC; }
.price-card--featured .price-card__plus svg { color: var(--accent); }
.tier-card .ticks { margin-bottom: 18px; }
.tier-card .price-card__price { margin-top: auto; }

/* ---------- Spacing fix: section CTA below a grid/steps ---------- */
.steps + .center, .cards + .center { margin-top: clamp(28px, 4vw, 44px); }

@media (max-width: 520px) {
	.versus { grid-template-columns: 1fr; }
}


/* ---------- Calculator VAT display ---------- */
.calc__result-price { flex-direction: row; align-items: baseline; gap: 8px; margin: 0 0 .4rem; flex-wrap: wrap; }
.calc__vat-tag { font-family: var(--font-display); font-weight: 700; font-size: .78rem; color: var(--muted); background: var(--tint); padding: 3px 9px; border-radius: 999px; }
.calc__result-sub { margin: 0 0 1.2rem; color: var(--muted); font-size: .88rem; }
.calc__result-sub [data-out-incvat] { font-weight: 700; color: var(--navy); }
.calc__result-sub .calc__per { margin-top: 0; }


/* ---------- Areas: disabled Solus print option + request section ---------- */
.seg__btn.is-disabled { opacity: .45; cursor: not-allowed; pointer-events: none; }
.section--brand .lead { color: #eaf6fc; }
.area-quote__price .calc__vat-tag { font-size: .72rem; vertical-align: middle; }
.area-quote__per [data-out-incvat] { font-weight: 700; color: var(--navy); }


/* ---------- The FlyerDrop promise (guarantee cards) ---------- */
.guarantee-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.guarantee-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: var(--radius); padding: 26px 22px 20px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.guarantee-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.guarantee-card--c { border-top-color: var(--cyan); }
.guarantee-card--m { border-top-color: var(--magenta); }
.guarantee-card--y { border-top-color: #E6B800; }
.guarantee-card__num { position: absolute; top: 4px; right: 16px; font-family: var(--font-display); font-weight: 800; font-size: 2.8rem; line-height: 1; letter-spacing: -.04em; color: rgba(26,37,49,.06); }
.guarantee-card h3 { margin: 14px 0 .35em; font-size: 1.08rem; }
.guarantee-card p { color: var(--muted); font-size: .92rem; margin: 0 0 16px; }
.guarantee-card__seal { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-family: var(--font-display); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.guarantee-card__seal svg { width: 14px; height: 14px; }
@media (max-width: 1040px) { .guarantee-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .guarantee-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .guarantee-grid { grid-template-columns: 1fr; } }


/* ---------- Scroll cues (paper-plane motif) ---------- */
@keyframes fd-bob { 0%, 100% { transform: translateY(-4px); } 50% { transform: translateY(5px); } }
.hero { position: relative; }
.scroll-cue { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: inline-flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: var(--muted); z-index: 3; }
.scroll-cue:hover { text-decoration: none; color: var(--navy); }
.scroll-cue__label { font-family: var(--font-display); font-weight: 700; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue__plane { width: 46px; height: 46px; display: grid; place-items: center; background: #fff; border-radius: 50%; box-shadow: var(--shadow-sm); animation: fd-bob 1.8s ease-in-out infinite; }
.scroll-cue__plane svg { width: 23px; height: 23px; transform: rotate(135deg); }
.flight-divider { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 6px 0 0; }
.flight-divider__trail { width: 2px; height: 30px; border-radius: 2px; background: repeating-linear-gradient(to bottom, var(--cyan) 0 5px, transparent 5px 11px); opacity: .55; }
.flight-divider__plane { width: 34px; height: 34px; display: grid; place-items: center; animation: fd-bob 2s ease-in-out infinite; }
.flight-divider__plane svg { width: 30px; height: 30px; transform: rotate(135deg); }
@media (max-width: 860px) { .scroll-cue { display: none; } }
@media (prefers-reduced-motion: reduce) { .scroll-cue__plane, .flight-divider__plane { animation: none; } }


/* ---------- Conversion CTA band ---------- */
.band--cta__inner { display: block; max-width: 720px; margin: 0 auto; text-align: center; }
.band--cta__eyebrow { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--yellow); margin: 0 0 .6rem; }
.band--cta__lead { color: #d6e4fb; font-size: 1.12rem; max-width: 600px; margin: 0 auto 1.5rem; }
.band--cta__trust { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; padding: 0; margin: 0 0 1.9rem; }
.band--cta__trust li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: #eaf2ff; }
.band--cta__trust svg { width: 16px; height: 16px; color: #34d399; flex: none; }
.band--cta__actions { justify-content: center; }
.band--cta__alt { margin: 1.5rem 0 0; font-size: .95rem; color: #b9cce6; }
.band--cta__alt a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.band--cta__alt a:hover { color: var(--yellow); }


/* ---------- Artwork uploader (supply-your-own) ---------- */
.artwork-upload { width: 100%; }
.artwork-upload__drop { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; padding: 20px 16px; border: 2px dashed var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.artwork-upload__drop:hover, .artwork-upload.is-drag .artwork-upload__drop { border-color: var(--cyan); background: var(--tint); }
.artwork-upload__icon { width: 30px; height: 30px; color: var(--cyan-d); }
.artwork-upload__cta { font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--navy); }
.artwork-upload__cta em { font-style: normal; font-weight: 500; color: var(--muted); }
.artwork-upload__spec { font-size: .76rem; color: var(--muted); line-height: 1.5; max-width: 42ch; }
.artwork-upload__file { margin: 10px 0 0; font-size: .85rem; font-weight: 700; word-break: break-word; }
.artwork-upload__file.is-ok { color: #0C8A57; }
.artwork-upload__file.is-error { color: #B23B3B; }


/* ---------- Logo wordmark colours (recolourable per context) ---------- */
.lg-flyer { fill: var(--cyan); }
.lg-drop { fill: var(--magenta); }
.site-footer .lg-flyer { fill: #fff; }
