
:root {
  --ink: #061923;
  --ink-2: #082733;
  --panel: #0d3544;
  --panel-2: #123f50;
  --line: #285b6b;
  --paper: #f5fbff;
  --muted: #a9c6d2;
  --orange: #ffb000;
  --orange-2: #ff8a1d;
  --blue: #5bd4ff;
  --danger: #ff9aa2;
  --shadow: 0 26px 70px rgba(0, 0, 0, .34);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(91,212,255,.09), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(255,176,0,.10), transparent 26rem),
    linear-gradient(180deg, #051720 0%, #061923 44%, #04131b 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 18px; z-index: 1000; background: var(--orange); color: var(--ink); padding: 10px 16px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { top: 14px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5, 23, 32, .80);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(169,198,210,.13);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 46px; height: 46px; flex: 0 0 auto; filter: drop-shadow(0 10px 16px rgba(255,176,0,.16)); }
.brand-copy { min-width: 0; }
.brand-name { display: block; font-weight: 950; letter-spacing: -.035em; font-size: clamp(1.03rem, 2vw, 1.25rem); line-height: 1.05; white-space: nowrap; }
.brand-tag { display: block; color: var(--orange); font-size: .68rem; letter-spacing: .16em; font-weight: 900; margin-top: 5px; white-space: nowrap; }
.brand-tag::after { content: "Powered by LeDoux"; display: block; margin-top: 2px; color: #dcecf2; font-size: .56rem; letter-spacing: .11em; font-weight: 800; text-transform: none; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { text-decoration: none; color: #dcecf2; font-weight: 780; font-size: .93rem; padding: 10px 11px; border-radius: 12px; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; background: rgba(255,255,255,.07); outline: none; }
.nav-cta { border: 1px solid rgba(255,176,0,.56); color: var(--orange)!important; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: white; align-items: center; justify-content: center; cursor: pointer; }
.menu-button svg { width: 24px; }
.hero { position: relative; overflow: clip; padding: clamp(70px, 9vw, 116px) 0 92px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -210px; top: -90px; border: 1px solid rgba(255,176,0,.22); box-shadow: 0 0 0 55px rgba(255,176,0,.025), 0 0 0 110px rgba(91,212,255,.018); pointer-events:none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: clamp(48px, 7vw, 92px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-weight: 950; font-size: .75rem; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--orange), var(--orange-2)); box-shadow: 0 0 16px rgba(255,176,0,.45); }
.hero-brand-credit { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 13px; margin-top: 18px; }
.hero-brand-credit strong { color: #f7fbfd; font-size: clamp(1.1rem, 2vw, 1.42rem); letter-spacing: .025em; }
.hero-brand-credit span { color: var(--orange); font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 7vw, 6.1rem); letter-spacing: -.065em; max-width: 780px; margin-top: 22px; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 720px; color: #c4dbe4; font-size: clamp(1.08rem, 2vw, 1.25rem); margin: 27px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border-radius: 14px; text-decoration: none; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), #ffca4f); color: var(--ink); box-shadow: 0 16px 35px rgba(255,176,0,.20); }
.btn-secondary { background: rgba(255,255,255,.05); color: white; border-color: var(--line); }
.btn-secondary:hover { border-color: var(--blue); background: rgba(91,212,255,.07); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; color: var(--muted); font-size: .88rem; }
.proof-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.035); border: 1px solid rgba(169,198,210,.16); padding: 8px 11px; border-radius: 999px; }
.proof-pill svg { width: 16px; color: var(--orange); }
.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.hero-composite { width: min(100%, 660px); height: auto; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.34)); }
.phone { position: relative; width: min(338px, 72vw); height: 660px; border-radius: 48px; padding: 12px; background: linear-gradient(155deg, #e5f5fa, #4b6470 18%, #0b161d 54%, #273f49); box-shadow: var(--shadow), 0 0 70px rgba(91,212,255,.12); transform: rotate(2.1deg); z-index: 2; }
.phone::before { content: ""; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 112px; height: 27px; border-radius: 0 0 15px 15px; background: #050c10; z-index: 3; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 38px; background: var(--ink); position: relative; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-brand-mask { position: absolute; inset: 0 0 auto; z-index: 2; min-height: 61px; padding: 13px 10px 8px 13px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; color: #f6fbfd; background: #08232d; border-bottom: 2px solid #ffb800; box-shadow: 0 5px 12px rgba(0,0,0,.28); }
.phone-brand-copy { min-width: 0; display: grid; line-height: 1.05; }
.phone-brand-copy strong { font-size: 13px; letter-spacing: .025em; white-space: nowrap; }
.phone-brand-copy small { margin-top: 3px; color: #ffb800; font-size: 6.7px; font-weight: 900; letter-spacing: .075em; white-space: nowrap; }
.phone-brand-copy em { margin-top: 3px; color: #c9d9df; font-size: 6.8px; font-style: normal; white-space: nowrap; }
.phone-language { flex: 0 0 auto; margin-bottom: 4px; padding: 5px 7px; border: 1px solid #ffb800; border-radius: 999px; color: #ffbf1c; font-size: 7px; font-weight: 800; }
.hero-richard { position: absolute; z-index: 4; width: clamp(245px, 27vw, 365px); right: -24px; bottom: -18px; filter: drop-shadow(0 30px 30px rgba(0,0,0,.45)); }
.richard-bubble { position: absolute; z-index: 5; right: 3px; top: 52px; max-width: 220px; background: #f9fdff; color: var(--ink); border-radius: 20px 20px 4px 20px; padding: 14px 16px; font-weight: 900; line-height: 1.25; box-shadow: 0 20px 45px rgba(0,0,0,.25); transform: rotate(-2deg); }
.richard-bubble small { display: block; color: #52707c; font-weight: 750; margin-top: 6px; }
.spark { position: absolute; z-index: 1; border-radius: 50%; filter: blur(.2px); }
.spark.one { width: 115px; height: 115px; left: 22px; top: 65px; border: 2px solid rgba(91,212,255,.32); }
.spark.two { width: 16px; height: 16px; left: 8%; bottom: 20%; background: var(--orange); box-shadow: 0 0 30px rgba(255,176,0,.65); }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.store-badge { display: inline-flex; align-items: center; gap: 11px; min-width: 176px; background: #02090d; border: 1px solid #365460; border-radius: 13px; padding: 10px 14px; color: white; }
.store-badge svg { width: 28px; flex: 0 0 auto; }
.store-badge span { line-height: 1.08; }
.store-badge small { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.store-badge strong { display: block; font-size: .96rem; margin-top: 3px; }
.section { padding: clamp(78px, 9vw, 122px) 0; position: relative; }
.section-kicker { color: var(--orange); text-transform: uppercase; font-weight: 950; letter-spacing: .17em; font-size: .72rem; margin-bottom: 15px; }
.section-title { font-size: clamp(2.25rem, 4.7vw, 4.2rem); letter-spacing: -.048em; max-width: 850px; }
.section-intro { color: var(--muted); font-size: 1.08rem; max-width: 720px; margin: 20px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.feature-card { position: relative; min-height: 258px; background: linear-gradient(145deg, rgba(18,63,80,.72), rgba(8,39,51,.86)); border: 1px solid rgba(91,212,255,.17); border-radius: var(--radius); padding: 26px; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.15); }
.feature-card::after { content:""; position:absolute; width:120px; height:120px; border-radius:50%; right:-55px; bottom:-55px; background:radial-gradient(circle, rgba(255,176,0,.15), transparent 70%); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,176,0,.10); border: 1px solid rgba(255,176,0,.35); color: var(--orange); margin-bottom: 24px; }
.icon-box svg { width: 27px; }
.feature-card h3 { font-size: 1.24rem; letter-spacing: -.025em; }
.feature-card p { color: var(--muted); margin: 13px 0 0; font-size: .95rem; }
.feature-card.wide { grid-column: span 2; }
.feature-card.wide p { max-width: 560px; }
.showcase { background: linear-gradient(180deg, rgba(18,63,80,.22), rgba(6,25,35,0)); border-block: 1px solid rgba(169,198,210,.09); }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 50px; align-items: start; }
.shot-card { border: 1px solid rgba(169,198,210,.17); background: linear-gradient(155deg, rgba(13,53,68,.86), rgba(4,19,27,.94)); border-radius: 28px; overflow: hidden; box-shadow: 0 22px 60px rgba(0,0,0,.26); }
.shot-head { padding: 20px 21px 17px; }
.shot-head strong { display: block; font-size: 1.08rem; }
.shot-head span { display: block; color: var(--muted); font-size: .88rem; margin-top: 4px; }
.shot-window { position: relative; margin: 0 14px 14px; height: 540px; overflow: hidden; border-radius: 20px; background: #021118; border: 1px solid rgba(91,212,255,.15); cursor: zoom-in; }
.shot-window img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.shot-window:hover img { transform: scale(1.025); }
.shot-window::after { content: "Click to view"; position: absolute; right: 12px; bottom: 12px; background: rgba(2,9,13,.82); border: 1px solid rgba(255,255,255,.2); color: white; padding: 7px 10px; border-radius: 9px; font-size: .72rem; font-weight: 850; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.shot-window:hover::after { opacity: 1; transform: none; }
.showcase-note { margin-top: 24px; color: var(--muted); font-size: .9rem; text-align: center; }
.steps-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.step-list { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: start; padding: 21px; background: rgba(255,255,255,.035); border: 1px solid rgba(169,198,210,.14); border-radius: 20px; }
.step-number { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--orange); font-weight: 950; font-size: 1.25rem; }
.step h3 { font-size: 1.13rem; }
.step p { color: var(--muted); margin: 8px 0 0; font-size: .94rem; }
.safety-card { margin-top: 22px; border-left: 4px solid var(--danger); background: rgba(255,154,162,.08); padding: 18px 20px; border-radius: 0 16px 16px 0; color: #f5dadd; }
.safety-card strong { color: white; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.audience-card { padding: 30px; border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); border: 1px solid rgba(169,198,210,.15); }
.audience-card b { color: var(--orange); font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; }
.audience-card h3 { margin-top: 13px; font-size: 1.45rem; }
.audience-card p { color: var(--muted); margin: 13px 0 0; }
.richard-section { overflow: hidden; }
.richard-panel { position: relative; min-height: 520px; border: 1px solid rgba(255,176,0,.25); border-radius: 34px; background:
    radial-gradient(circle at 18% 85%, rgba(255,176,0,.14), transparent 28rem),
    linear-gradient(135deg, #0f3c4d, #071d27 70%);
  display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; overflow: hidden; box-shadow: var(--shadow); }
.richard-panel::before { content:""; position:absolute; inset:0; background: linear-gradient(110deg, transparent 0 58%, rgba(91,212,255,.05) 58% 58.5%, transparent 58.5%); }
.richard-art { align-self: end; width: 100%; max-height: 500px; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 26px 28px rgba(0,0,0,.42)); z-index: 1; }
.richard-copy { position: relative; z-index: 2; padding: 58px 64px 58px 20px; }
.richard-copy h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.05em; }
.richard-copy p { color: #c5dce5; font-size: 1.08rem; max-width: 600px; margin: 20px 0 0; }
.quote-chip { display: inline-block; margin-top: 27px; background: var(--paper); color: var(--ink); padding: 13px 17px; border-radius: 15px 15px 15px 3px; font-weight: 950; box-shadow: 0 14px 28px rgba(0,0,0,.2); }
.founder-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: start; }
.founder-copy { font-size: 1.12rem; color: #c6dce4; }
.founder-copy p:first-child { margin-top: 0; }
.signature { margin-top: 27px; color: white; font-weight: 950; font-size: 1.15rem; }
.signature span { display: block; color: var(--orange); font-size: .82rem; letter-spacing: .08em; margin-top: 6px; }
.founder-aside { padding: 30px; background: linear-gradient(145deg, rgba(18,63,80,.74), rgba(8,39,51,.72)); border: 1px solid rgba(169,198,210,.17); border-radius: 26px; }
.founder-aside h3 { font-size: 1.5rem; }
.founder-aside ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 15px; }
.founder-aside li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: var(--muted); }
.founder-aside li::before { content: "✓"; color: var(--orange); font-weight: 950; }
.cta-panel { text-align: center; border-radius: 34px; padding: clamp(50px, 8vw, 90px) 28px; background:
    radial-gradient(circle at 50% 120%, rgba(255,176,0,.25), transparent 35rem),
    linear-gradient(145deg, #123f50, #061923 68%);
  border: 1px solid rgba(255,176,0,.27); box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(2.5rem, 5.5vw, 4.7rem); letter-spacing: -.055em; max-width: 860px; margin-inline: auto; }
.cta-panel p { color: #c6dce4; max-width: 690px; margin: 20px auto 0; font-size: 1.08rem; }
.cta-panel .hero-actions { justify-content: center; }
.site-footer { border-top: 1px solid rgba(169,198,210,.12); padding: 54px 0 32px; background: rgba(2,11,15,.52); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-title { font-size: 1.2rem; font-weight: 950; }
.footer-tag { color: var(--orange); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; margin-top: 6px; }
.footer-copy { color: var(--muted); max-width: 440px; margin: 16px 0 0; font-size: .91rem; }
.footer-col h3 { font-size: .83rem; text-transform: uppercase; letter-spacing: .14em; color: white; }
.footer-links { display: grid; gap: 8px; margin-top: 15px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--orange); }
.copyright { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 23px; border-top: 1px solid rgba(169,198,210,.10); color: #7e9aa6; font-size: .8rem; }
.modal { position: fixed; inset: 0; z-index: 500; background: rgba(0, 7, 10, .92); display: none; place-items: center; padding: 24px; }
.modal.open { display: grid; }
.modal-dialog { position: relative; max-width: min(94vw, 760px); max-height: 92vh; }
.modal img { max-height: 90vh; width: auto; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.62); }
.modal-close { position: absolute; right: -12px; top: -12px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: var(--ink); color: white; font-size: 1.5rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
/* Secondary pages */
.page-hero { padding: 78px 0 56px; border-bottom: 1px solid rgba(169,198,210,.11); }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }
.page-hero p { color: var(--muted); max-width: 720px; font-size: 1.08rem; margin: 20px 0 0; }
.content-section { padding: 64px 0 100px; }
.content-card { background: linear-gradient(145deg, rgba(13,53,68,.88), rgba(4,19,27,.92)); border: 1px solid rgba(169,198,210,.16); border-radius: 28px; padding: clamp(28px, 5vw, 56px); box-shadow: var(--shadow); }
.content-card h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-top: 42px; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { font-size: 1.25rem; margin-top: 34px; }
.content-card p, .content-card li { color: #c4d8e1; }
.content-card a { color: var(--orange); font-weight: 800; }
.legal-effective { color: var(--muted); margin-top: 8px; }
.legal-callout { display: grid; gap: 6px; border-left: 4px solid var(--orange); background: rgba(255,176,0,.08); padding: 19px 21px; border-radius: 0 16px 16px 0; margin: 28px 0 34px; }
.legal-callout strong { color: white; }
.legal-callout span { color: #cadde5; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.resource-card { display: flex; flex-direction: column; min-height: 220px; text-decoration: none; padding: 27px; background: linear-gradient(145deg, rgba(18,63,80,.78), rgba(8,39,51,.82)); border: 1px solid rgba(169,198,210,.15); border-radius: 23px; transition: transform .18s ease, border-color .18s ease; }
.resource-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.resource-card span { color: var(--orange); text-transform: uppercase; font-size: .7rem; font-weight: 950; letter-spacing: .14em; }
.resource-card h2 { margin-top: 15px; font-size: 1.35rem; }
.resource-card p { color: var(--muted); margin: 13px 0 0; }
.resource-card b { margin-top: auto; padding-top: 22px; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-box { padding: 28px; border: 1px solid rgba(169,198,210,.15); border-radius: 22px; background: rgba(255,255,255,.03); }
.contact-box h2 { margin-top: 0; }
.contact-box p:last-child { margin-bottom: 0; }
.back-link { display: inline-flex; gap: 7px; align-items: center; text-decoration: none; color: var(--muted); font-weight: 800; margin-bottom: 22px; }
.back-link:hover { color: var(--orange); }
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof, .store-row { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 680px; max-width: 660px; margin-inline: auto; width: 100%; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .screenshot-grid { gap: 16px; }
  .steps-wrap { grid-template-columns: 1fr; }
  .richard-panel { grid-template-columns: .72fr 1.28fr; }
  .founder-grid { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .menu-button { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px; border-radius: 18px; background: rgba(6,25,35,.98); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .screenshot-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .richard-panel { grid-template-columns: 1fr; padding-top: 40px; }
  .richard-art { max-width: 420px; margin-inline: auto; order: 2; }
  .richard-copy { padding: 45px 35px 0; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--max)); }
  .brand-tag { display: none; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .hero-visual { min-height: 585px; }
  .phone { height: 555px; width: 284px; border-radius: 42px; }
  .phone-screen { border-radius: 33px; }
  .hero-richard { width: 248px; right: -24px; bottom: -2px; }
  .richard-bubble { right: 0; top: 5px; max-width: 180px; font-size: .84rem; }
  .feature-grid, .screenshot-grid, .resource-grid, .contact-grid { grid-template-columns: 1fr; }
  .feature-card.wide { grid-column: auto; }
  .shot-window { height: 600px; }
  .section { padding-block: 74px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .copyright { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}


/* --- Revision 02: cleaner professional feature/story presentation --- */
.feature-heading {
  max-width: 760px;
}
.feature-editorial {
  margin-top: 54px;
  border-top: 1px solid rgba(169,198,210,.18);
}
.feature-lead {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(169,198,210,.18);
  align-items: start;
}
.feature-number {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .15em;
  padding-top: 7px;
}
.feature-lead h3 {
  font-size: clamp(1.45rem,2.2vw,2rem);
  letter-spacing: -.03em;
  margin: 0;
}
.feature-lead p {
  color: var(--muted);
  margin: 9px 0 0;
  max-width: 760px;
  font-size: 1rem;
}
.feature-secondary {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: 34px;
  padding: 24px 0 0;
  color: var(--muted);
  font-size: .93rem;
}
.feature-secondary span {
  border-left: 2px solid rgba(255,176,0,.45);
  padding-left: 16px;
}
.feature-secondary strong {
  color: white;
}

.story-section {
  background:
    radial-gradient(circle at 82% 42%, rgba(255,176,0,.07), transparent 28rem),
    linear-gradient(180deg, rgba(18,63,80,.10), rgba(6,25,35,0));
  border-block: 1px solid rgba(169,198,210,.08);
}
.story-shell {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
  gap: 34px 72px;
  align-items: start;
}
.story-intro {
  max-width: 780px;
}
.story-title {
  font-size: clamp(2.35rem,4.4vw,4rem);
  letter-spacing: -.047em;
  line-height: .99;
  max-width: 760px;
}
.story-lead {
  color: #c6dce4;
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 1.07rem;
}
.experience-stat {
  align-self: center;
  padding: 8px 0 0 10px;
}
.experience-number {
  color: var(--orange);
  font-size: clamp(5.2rem,9vw,8.2rem);
  line-height: .8;
  font-weight: 950;
  letter-spacing: -.07em;
}
.experience-number span {
  font-size: .42em;
  vertical-align: top;
  margin-left: 4px;
}
.experience-label {
  margin-top: 18px;
  color: white;
  font-size: 1.05rem;
  font-weight: 900;
}
.experience-rule {
  width: 70px;
  height: 2px;
  background: var(--orange);
  margin: 18px 0;
}
.experience-stat p {
  color: var(--muted);
  margin: 0;
  max-width: 330px;
  font-size: .92rem;
}
.story-copy {
  color: #c6dce4;
  font-size: 1.08rem;
  max-width: 760px;
}
.story-copy p:first-child { margin-top: 0; }
.story-principles {
  border-top: 1px solid rgba(169,198,210,.18);
  padding-top: 24px;
}
.story-principles h3 {
  font-size: 1.15rem;
  margin: 0 0 18px;
}
.principle-list {
  display: grid;
  gap: 12px;
}
.principle-list span {
  color: var(--muted);
  padding-left: 18px;
  position: relative;
}
.principle-list span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .62em;
}

@media (max-width: 900px) {
  .feature-secondary { grid-template-columns: 1fr; gap: 14px; }
  .story-shell { grid-template-columns: 1fr; gap: 34px; }
  .experience-stat { padding-left: 0; }
}
@media (max-width: 620px) {
  .feature-lead {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    padding: 24px 0;
  }
  .story-title { font-size: clamp(2.2rem,11vw,3.2rem); }
}


/* --- Revision 03: workforce outlook / knowledge-transfer section --- */
.workforce-section {
  background:
    linear-gradient(180deg, rgba(7,30,41,.96), rgba(5,24,33,.98)),
    radial-gradient(circle at 15% 15%, rgba(255,176,0,.06), transparent 26rem);
  border-top: 1px solid rgba(169,198,210,.10);
}
.workforce-shell {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
  gap: 72px;
  align-items: start;
}
.workforce-title {
  font-size: clamp(2.25rem,4.2vw,3.8rem);
  line-height: 1.01;
  letter-spacing: -.045em;
  max-width: 760px;
  margin-bottom: 22px;
}
.workforce-lead {
  font-size: 1.08rem;
  color: #c6dce4;
  max-width: 760px;
}
.workforce-copy p {
  color: var(--muted);
  max-width: 760px;
}
.workforce-stats {
  border-left: 1px solid rgba(169,198,210,.20);
  padding-left: 34px;
}
.workforce-stat {
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(169,198,210,.15);
}
.workforce-stat strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2.6rem,5vw,4.6rem);
  line-height: .95;
  letter-spacing: -.05em;
  margin-bottom: 9px;
}
.workforce-stat:nth-child(3) strong {
  font-size: clamp(2rem,3.5vw,3.1rem);
}
.workforce-stat span {
  color: white;
  font-weight: 800;
  line-height: 1.45;
  display: block;
  max-width: 410px;
}
.workforce-source {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .workforce-shell {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .workforce-stats {
    border-left: 0;
    border-top: 1px solid rgba(169,198,210,.20);
    padding-left: 0;
    padding-top: 30px;
  }
}


/* Multi-page website additions — Revision 04 */
.nav-links a[aria-current="page"] { color: white; background: rgba(255,255,255,.09); box-shadow: inset 0 -2px 0 rgba(255,176,0,.75); }
.home-summary { border-block: 1px solid rgba(169,198,210,.09); background: linear-gradient(180deg, rgba(18,63,80,.16), rgba(6,25,35,0)); }
.home-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.home-link-card { min-height: 245px; display: flex; flex-direction: column; text-decoration: none; padding: 28px; border: 1px solid rgba(169,198,210,.16); border-radius: 24px; background: linear-gradient(145deg, rgba(18,63,80,.72), rgba(8,39,51,.82)); transition: transform .18s ease, border-color .18s ease; }
.home-link-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.home-link-card > span { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 950; }
.home-link-card h3 { font-size: 1.55rem; margin-top: 16px; }
.home-link-card p { color: var(--muted); margin: 13px 0 20px; }
.home-link-card b { color: white; margin-top: auto; }
.feature-page-hero, .pricing-hero { background: linear-gradient(180deg, rgba(18,63,80,.22), rgba(6,25,35,0)); }
.status-banner { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: 30px; padding: 17px 20px; border: 1px solid rgba(255,176,0,.38); border-radius: 16px; background: rgba(255,176,0,.08); max-width: 830px; }
.status-banner strong { color: var(--orange); }
.status-banner span { color: #c9dde5; }
.pricing-section { padding-top: 54px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 560px; padding: 30px; border: 1px solid rgba(169,198,210,.18); border-radius: 28px; background: linear-gradient(150deg, rgba(13,53,68,.92), rgba(4,19,27,.96)); box-shadow: 0 20px 56px rgba(0,0,0,.22); }
.price-card.featured { border-color: rgba(255,176,0,.72); box-shadow: 0 24px 68px rgba(255,176,0,.08), 0 20px 56px rgba(0,0,0,.26); }
.popular-badge { position: absolute; top: -14px; right: 24px; padding: 7px 12px; border-radius: 999px; background: var(--orange); color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 950; }
.plan-label { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 950; }
.price-card h2 { font-size: 1.65rem; margin-top: 13px; }
.price { display: flex; align-items: baseline; gap: 7px; margin-top: 26px; }
.price strong { font-size: clamp(2.8rem, 5vw, 4.25rem); line-height: .95; letter-spacing: -.055em; }
.price span, .annual-price { color: var(--muted); font-weight: 800; }
.annual-price { margin-top: 8px; }
.plan-copy { color: #c4d8e1; margin: 22px 0 0; }
.plan-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 12px; color: #c8dce4; }
.plan-list li { position: relative; padding-left: 25px; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 950; }
.plan-button { margin-top: auto; width: 100%; }
.pricing-note { margin-top: 25px; padding: 20px 22px; border-left: 4px solid var(--orange); border-radius: 0 16px 16px 0; background: rgba(255,176,0,.07); color: #c8dce4; }
.pricing-note strong { color: white; }
.pricing-details { padding-top: 40px; }
.pricing-facts { margin-top: 40px; }
@media (max-width: 1040px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .price-card { min-height: 0; }
  .home-link-grid { grid-template-columns: 1fr; }
}

/* Revision 09: Home directory and Richard LeDoux legacy quote */
.directory-more { margin-top: 24px; color: var(--muted); }
.directory-more a { color: white; font-weight: 800; }
.legacy-quote { margin: 26px 0; padding: 24px 26px; border-left: 4px solid var(--orange); background: rgba(255,176,0,.07); border-radius: 0 18px 18px 0; }
.legacy-quote p { margin: 0; color: white; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.25; font-weight: 900; }
.legacy-quote cite { display: block; margin-top: 10px; color: var(--orange); font-style: normal; font-weight: 850; }


/* Revision 11 Preview — compact, top-navigation page layout */

.core-screen main { min-height: calc(100vh - 76px); }

.core-screen .page-hero { padding: 28px 0 18px; }

.core-screen .page-hero h1 { font-size: clamp(2.2rem,4.4vw,4rem); margin-top: 8px; }

.core-screen .page-hero p { margin-top: 10px; font-size: 1rem; }

.home-screen .hero { min-height: calc(100vh - 76px); padding: 42px 0 34px; display:flex; align-items:center; }

.home-screen .hero-visual { min-height: 610px; }

.home-screen .phone { height: 600px; width: min(308px,72vw); }

.home-screen .hero-richard { width: clamp(220px,24vw,330px); }

.pricing-compact-page .pricing-section { padding: 18px 0 28px; }

.pricing-compact-page .pricing-grid { gap: 14px; }

.pricing-compact-page .price-card { min-height: 0; padding: 20px 21px; border-radius: 22px; }

.pricing-compact-page .price-card h2 { font-size: 1.34rem; margin-top: 7px; }

.pricing-compact-page .price { margin-top: 13px; }

.pricing-compact-page .price strong { font-size: clamp(2.45rem,4vw,3.5rem); }

.pricing-compact-page .annual-price { margin-top: 4px; }

.pricing-compact-page .plan-copy { margin-top: 12px; font-size: .9rem; line-height: 1.4; }

.pricing-compact-page .plan-list { margin: 14px 0 0; gap: 7px; font-size: .86rem; line-height: 1.35; }

.pricing-compact-page .popular-badge { top:-11px; right:18px; padding:5px 10px; }

.why-one-screen { min-height: calc(100vh - 76px); display:flex; align-items:center; padding: 28px 0; }

.why-compact-shell { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr); gap:44px; align-items:center; }

.why-copy-panel h1 { font-size: clamp(2.6rem,5vw,4.6rem); margin-top:8px; letter-spacing:-.055em; }

.why-copy-panel > p { color:#c6dce4; margin:14px 0 0; font-size:.99rem; line-height:1.5; max-width:760px; }

.why-goal { color:white!important; font-weight:750; }

.why-legacy-panel { border-left:1px solid rgba(169,198,210,.18); padding-left:32px; }

.compact-legacy { margin:0 0 24px; }

.compact-legacy p { font-size:clamp(1.7rem,3vw,2.55rem); }

.compact-signature { font-size:1rem; font-weight:900; color:white; }

.compact-signature span { display:block; color:var(--muted); font-size:.78rem; font-weight:700; line-height:1.35; margin-top:7px; }

.who-page .page-hero { padding-bottom:26px; }

.who-page .workforce-section { padding:46px 0; min-height:calc(100vh - 230px); display:flex; align-items:center; }

.see-app-compact-page .page-hero { padding-bottom:16px; }

.see-app-compact-page .showcase { padding:18px 0 26px; }

.see-app-compact-page .screenshot-grid { margin-top:0; gap:16px; }

.see-app-compact-page .shot-head { padding:13px 15px 10px; }

.see-app-compact-page .shot-window { height:430px; margin:0 10px 10px; border-radius:16px; }

.features-only-page section#features { padding:34px 0 44px; }

.features-only-page .feature-editorial { margin-top:26px; }

.features-only-page .feature-lead { padding:20px 0; }

.features-only-page .feature-secondary { margin-top:22px; padding-top:18px; }

@media (max-width:1040px) {

  .pricing-compact-page .pricing-grid { grid-template-columns:1fr; }

  .pricing-compact-page .price-card { padding:22px; }

  .why-one-screen { align-items:flex-start; }

  .why-compact-shell { grid-template-columns:1fr; gap:24px; }

  .why-legacy-panel { border-left:0; border-top:1px solid rgba(169,198,210,.18); padding:22px 0 0; }

}

@media (max-width:900px) {

  .core-screen main { min-height:auto; }

  .home-screen .hero { min-height:auto; }

  .see-app-compact-page .shot-window { height:560px; }

}

@media (max-width:620px) {

  .core-screen .page-hero { padding:24px 0 14px; }

  .why-one-screen { padding:24px 0 34px; }

  .see-app-compact-page .shot-window { height:500px; }

}


/* Revision 13 Preview — streamlined Support & Legal */
.compact-footer { padding: 22px 0 18px; }
.compact-footer-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.compact-copyright { margin:0; padding:0; border:0; }
.support-hub-page main, .support-simple-page main { min-height: calc(100vh - 76px); }
.support-hub-hero, .support-simple-hero { padding: 34px 0 22px !important; }
.support-hub-hero h1, .support-simple-hero h1 { font-size: clamp(2.45rem,4.8vw,4.4rem) !important; margin-top:8px; }
.support-hub-hero p, .support-simple-hero p { margin-top:10px !important; max-width:760px; }
.support-hub-section { padding: 24px 0 34px; }
.support-choice-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.support-choice { min-height:220px; display:flex; flex-direction:column; text-decoration:none; padding:22px; border:1px solid rgba(169,198,210,.16); border-radius:21px; background:linear-gradient(145deg,rgba(18,63,80,.76),rgba(8,39,51,.84)); transition:transform .18s ease,border-color .18s ease; }
.support-choice:hover { transform:translateY(-3px); border-color:var(--orange); }
.support-choice-primary { border-color:rgba(255,176,0,.54); }
.support-choice > span, .support-action-card > span { color:var(--orange); text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; font-weight:950; }
.support-choice h2 { margin-top:12px; font-size:1.3rem; }
.support-choice p { color:var(--muted); margin:10px 0 0; font-size:.9rem; line-height:1.45; }
.support-choice b { margin-top:auto; padding-top:18px; color:white; }
.support-simple-section { padding: 24px 0 34px; }
.support-action-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.support-action-grid.one-card { grid-template-columns:minmax(0,620px); }
.support-action-card { min-height:270px; padding:25px; border:1px solid rgba(169,198,210,.16); border-radius:23px; background:linear-gradient(145deg,rgba(18,63,80,.76),rgba(8,39,51,.84)); display:flex; flex-direction:column; }
.support-action-card h2 { margin-top:12px; font-size:1.55rem; }
.support-action-card p { color:var(--muted); margin:12px 0 20px; }
.support-action-card .btn { margin-top:auto; align-self:flex-start; }
.support-inline-links { margin-top:auto; display:flex; flex-wrap:wrap; gap:10px 18px; }
.support-inline-links a { color:var(--orange); font-weight:850; }
.support-note, .support-safety { margin-top:16px; padding:15px 18px; border-radius:15px; color:#c9dde5; font-size:.9rem; line-height:1.45; }
.support-note { background:rgba(255,255,255,.035); border:1px solid rgba(169,198,210,.13); }
.support-safety { background:rgba(255,176,0,.065); border-left:3px solid var(--orange); }
.support-note strong, .support-safety strong { color:white; }
@media (max-width:1100px){ .support-choice-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:900px){ .support-action-grid{grid-template-columns:1fr;} .support-choice-grid{grid-template-columns:1fr 1fr;} .compact-footer-inner{align-items:flex-start;flex-direction:column;} }
@media (max-width:620px){ .support-choice-grid{grid-template-columns:1fr;} .support-choice{min-height:0;} .support-hub-hero,.support-simple-hero{padding:24px 0 15px!important;} }

/* ============================================================
   Revision 15 Preview — premium visual polish
   Built from Revision 13 safe baseline.
   Goal: open, refined, high-end product presentation with fewer
   visible borders/boxes and stronger spacing/typography hierarchy.
   ============================================================ */
:root {
  --ink: #051820;
  --ink-2: #08232d;
  --panel: #0b303d;
  --panel-2: #103c4a;
  --line: rgba(181, 210, 221, .13);
  --paper: #f6fbfd;
  --muted: #a9c4cf;
  --orange: #ffb21a;
  --orange-2: #ff921f;
  --blue: #65d8ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --radius: 20px;
  --max: 1220px;
}

body {
  background:
    radial-gradient(70rem 42rem at 7% -10%, rgba(80, 194, 232, .095), transparent 58%),
    radial-gradient(62rem 36rem at 96% 4%, rgba(255, 178, 26, .075), transparent 56%),
    linear-gradient(180deg, #061a23 0%, #051820 48%, #04151d 100%);
  letter-spacing: -.006em;
}
body::before { display: none; }

.container { width: min(var(--max), calc(100% - 56px)); }

.site-header {
  background: rgba(5, 24, 32, .82);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(255,255,255,.035), 0 14px 42px rgba(0,0,0,.14);
  backdrop-filter: blur(24px) saturate(125%);
}
.nav-wrap { min-height: 78px; }
.brand { gap: 13px; }
.brand img { width: 45px; height: 45px; filter: drop-shadow(0 10px 20px rgba(255,178,26,.12)); }
.brand-name { font-weight: 900; letter-spacing: -.04em; }
.brand-tag { color: #efb84a; letter-spacing: .145em; }
.nav-links { gap: 4px; }
.nav-links a {
  position: relative;
  color: #c9dce4;
  font-weight: 720;
  border-radius: 10px;
  padding: 10px 10px;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255,255,255,.045); color: white; }
.nav-links a[aria-current="page"] { background: transparent; box-shadow: none; color: white; }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px; border-radius: 99px;
  background: linear-gradient(90deg, var(--orange), #ffd46b);
  box-shadow: 0 0 12px rgba(255,178,26,.35);
}
.nav-cta {
  border: 0;
  background: rgba(255,178,26,.075);
  color: #ffd16a!important;
  padding-inline: 13px!important;
}
.menu-button { border: 0; background: rgba(255,255,255,.055); }

/* Global type / section rhythm */
h1, h2, h3 { letter-spacing: -.045em; }
.section-kicker, .eyebrow { letter-spacing: .15em; }
.page-hero {
  border-bottom: 0;
  background: transparent!important;
  padding-top: 42px;
  position: relative;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -1px;
  width: min(720px, 70vw); height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent);
}
.page-hero p { color: #afc8d2; }
.content-section { padding-top: 46px; }

/* Home: quieter, more premium, no decorative circles/boxed pills */
.home-screen .hero {
  background:
    radial-gradient(42rem 32rem at 76% 48%, rgba(67, 171, 208, .07), transparent 66%);
}
.hero::after { display: none; }
.hero h1 { letter-spacing: -.06em; }
.home-screen .hero h1 { font-size: clamp(2.8rem, 5.15vw, 4.65rem); max-width: 690px; line-height: 1.02; }
.hero-lead { color: #bdd4dd; line-height: 1.62; }
.btn { border: 0; border-radius: 12px; min-height: 52px; }
.btn-primary {
  background: linear-gradient(135deg, #ffb21a, #ffd265);
  box-shadow: 0 16px 38px rgba(255,178,26,.16);
}
.btn-secondary { background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.045); }
.btn-secondary:hover { background: rgba(255,255,255,.095); box-shadow: inset 0 0 0 1px rgba(101,216,255,.18); }
.hero-proof { gap: 8px 18px; }
.proof-pill { background: transparent; border: 0; padding: 3px 0; border-radius: 0; }
.proof-pill svg { color: #ffc14b; }
.store-row { gap: 12px; }
.store-badge {
  border: 0;
  background: rgba(2,9,13,.78);
  box-shadow: 0 14px 36px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.05);
}
.phone { box-shadow: 0 38px 100px rgba(0,0,0,.40), 0 0 70px rgba(101,216,255,.08); }
.hero-richard { filter: drop-shadow(0 28px 36px rgba(0,0,0,.36)); }

/* Features: editorial, open layout instead of boxed/ruled sections */
.feature-editorial { border-top: 0; margin-top: 34px; }
.feature-lead {
  border-bottom: 0;
  padding: 22px 0 24px;
  gap: 30px;
}
.feature-lead + .feature-lead { margin-top: 4px; }
.feature-number { color: #f4b83d; opacity: .9; }
.feature-lead h3 { font-weight: 820; }
.feature-lead p { color: #aec7d1; line-height: 1.62; }
.feature-secondary {
  border: 0;
  padding-top: 10px;
  gap: 30px;
}
.feature-secondary span { border-left: 0; padding-left: 0; }
.feature-secondary span::before {
  content: "";
  display: block;
  width: 24px; height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(255,178,26,.18));
  margin-bottom: 12px;
}

/* See the App: screenshot-first presentation; frames float rather than sit in cards */
.showcase { border-block: 0; background: transparent; }
.screenshot-grid { gap: 34px 26px; }
.shot-card { border: 0; background: transparent; box-shadow: none; border-radius: 0; overflow: visible; }
.shot-head { padding: 0 6px 14px; }
.shot-head strong { font-size: 1.08rem; letter-spacing: -.02em; }
.shot-head span { color: #9fbcc7; }
.shot-window {
  border: 0;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(0,0,0,.30), 0 0 0 1px rgba(255,255,255,.035);
  transition: transform .22s ease, box-shadow .22s ease;
}
.shot-window:hover { transform: translateY(-4px); box-shadow: 0 32px 82px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.05); }

/* Who It Helps: open statistics, no dividers */
.workforce-section { border-top: 0; background: radial-gradient(44rem 28rem at 85% 35%, rgba(255,178,26,.045), transparent 68%); }
.workforce-shell { gap: 84px; }
.workforce-copy p { color: #aec6d0; line-height: 1.68; }
.workforce-stats { border-left: 0; padding-left: 0; }
.workforce-stat { border-bottom: 0; padding-bottom: 18px; margin-bottom: 18px; }
.workforce-stat strong { color: #ffc044; text-shadow: 0 12px 34px rgba(255,178,26,.08); }
.workforce-stat span { color: #d8e6eb; font-weight: 720; }
.workforce-source { color: #7f9ca8; }

/* Why I Built It: preserve Revision 13 layout, but remove the boxed/divider feel */
.why-one-screen { background: radial-gradient(40rem 28rem at 78% 50%, rgba(255,178,26,.045), transparent 68%); }
.why-compact-shell { gap: clamp(48px, 7vw, 88px); }
.why-copy-panel h1 { letter-spacing: -.055em; }
.why-copy-panel > p { color: #b7ced7; line-height: 1.62; }
.why-legacy-panel { border-left: 0; padding-left: 0; }
.legacy-quote, .compact-legacy {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px;
}
.compact-legacy p {
  color: #f7fbfd;
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.compact-legacy cite { color: #f1b943; margin-top: 14px; }
.compact-signature { padding-top: 4px; }

/* Pricing: premium comparison, still clearly separated without hard outlines */
.pricing-hero::after { display:none; }
.pricing-hero .pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(360px,.82fr);
  align-items: center;
  gap: 72px;
}
.pricing-hero { padding: 52px 0 38px; }
.core-screen .pricing-hero h1 { font-size: clamp(2.55rem, 4vw, 3.75rem); max-width: 760px; line-height: 1.03; }
.pricing-heading p { margin-top: 14px; }
.pricing-ai-note {
  padding: 0 0 4px;
  background: transparent;
}
.pricing-ai-note strong {
  display:block;
  color:#ffc044;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:8px;
}
.pricing-ai-note span { display:block; color:#a9c3cd; font-size:.91rem; line-height:1.52; }
.price-card {
  border: 0;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(18,60,73,.58), rgba(7,30,40,.70));
  box-shadow: 0 20px 62px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.035);
}
.price-card.featured {
  border: 0;
  background: linear-gradient(155deg, rgba(26,72,84,.72), rgba(9,35,45,.82));
  box-shadow: 0 28px 76px rgba(0,0,0,.25), 0 12px 44px rgba(255,178,26,.055), inset 0 2px 0 rgba(255,190,55,.78);
}
.popular-badge { box-shadow: 0 10px 24px rgba(255,178,26,.15); }
.plan-copy { color: #b2c9d2; }
.plan-list { color: #c7d9e0; }
.pricing-keep-running {
  margin: 18px 0 0;
  text-align: center;
  color: #9fb8c3;
  font-size: .86rem;
  letter-spacing: .01em;
}

/* Support hub / support: calm, product-like surfaces, no visible strokes */
.support-choice, .support-action-card {
  border: 0;
  background: linear-gradient(155deg, rgba(17,58,71,.48), rgba(7,29,39,.62));
  box-shadow: 0 18px 48px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.025);
}
.support-choice-primary {
  border: 0;
  background: linear-gradient(155deg, rgba(24,67,78,.60), rgba(9,34,44,.72));
  box-shadow: 0 20px 56px rgba(0,0,0,.18), inset 0 2px 0 rgba(255,184,45,.58);
}
.support-choice:hover { border-color: transparent; box-shadow: 0 26px 64px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.04); }
.support-note { border: 0; background: rgba(255,255,255,.026); }
.support-safety { border-left: 0; background: rgba(255,178,26,.055); }

/* Legal pages: readable documents, not cards inside cards */
.content-card {
  max-width: 940px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 0 42px;
}
.content-card p, .content-card li { color: #b7ccd5; line-height: 1.68; }
.content-card h2 { margin-top: 46px; }
.legal-callout {
  border-left: 0;
  background: rgba(255,178,26,.055);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.back-link { color: #91acb7; }

/* Footer / modal refinements */
.compact-footer { background: rgba(2,13,18,.18); }
.modal img { border-radius: 18px; }
.modal-close { border: 0; background: #09232d; box-shadow: 0 10px 32px rgba(0,0,0,.30); }

@media (max-width: 1040px) {
  .pricing-hero .pricing-hero-grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 840px) {
  .nav-links {
    border: 0;
    background: rgba(5,24,32,.98);
    box-shadow: 0 24px 70px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.04);
  }
  .nav-links a[aria-current="page"]::after { display:none; }
  .nav-links a[aria-current="page"] { background: rgba(255,255,255,.055); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, var(--max)); }
  .screenshot-grid { gap: 28px; }
  .why-compact-shell { gap: 30px; }
}


/* Revision 16: separate "Features" from "See the App" by making See the App visual-first */
.visual-app-hero { padding-bottom: 22px; }
.visual-app-hero p { max-width: 36rem; }
.visual-app-showcase { padding: 22px 0 58px; background: transparent; }
.visual-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 28px;
  align-items: start;
}
.visual-shot { min-width: 0; }
.visual-shot-featured { grid-column: span 1; }
.visual-shot-label {
  margin: 0 2px 12px;
  color: #f4f8fa;
  font-size: .95rem;
  font-weight: 850;
  letter-spacing: -.015em;
}
.visual-shot-window {
  display: block;
  width: 100%;
  height: 470px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #061923;
  box-shadow: 0 26px 70px rgba(0,0,0,.31), 0 0 0 1px rgba(255,255,255,.035);
  cursor: zoom-in;
  transition: transform .22s ease, box-shadow .22s ease;
}
.visual-shot-window:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 86px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.055);
}
.visual-shot-window img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 980px) {
  .visual-app-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 22px; }
  .visual-shot-window { height: 560px; }
}
@media (max-width: 640px) {
  .visual-app-showcase { padding-top: 10px; }
  .visual-app-grid { grid-template-columns: 1fr; gap: 28px; }
  .visual-shot-window { height: min(138vw, 620px); border-radius: 18px; }
  .visual-shot-label { font-size: .9rem; }
}


/* Revision 19: current electrician and data-center demand statistics */
.who-page .workforce-stat:nth-child(3) strong {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}
.who-page .workforce-source a {
  color: #d9e7ec;
  text-decoration-color: rgba(255,176,0,.55);
  text-underline-offset: 3px;
}
.who-page .workforce-source a:hover {
  color: var(--orange);
}


/* Revision 20: bilingual website controls */
.lang-switch {
  color: var(--orange) !important;
  border: 1px solid rgba(255,176,0,.42);
  background: rgba(255,176,0,.055);
  font-weight: 900 !important;
  min-width: 78px;
  text-align: center;
}
.lang-switch:hover, .lang-switch:focus-visible {
  background: rgba(255,176,0,.12) !important;
  border-color: rgba(255,176,0,.68);
}
.translation-notice {
  margin: 0 0 34px;
  padding: 18px 20px;
  border-left: 3px solid var(--orange);
  background: rgba(255,176,0,.065);
  border-radius: 0 12px 12px 0;
  color: #c9dde5;
}
.translation-notice strong { display:block; color:white; margin-bottom:6px; }
.translation-notice span { display:block; line-height:1.58; }
.translation-notice a { display:inline-block; margin-top:10px; color:var(--orange); font-weight:850; }
@media (max-width: 840px) {
  .lang-switch { min-width: 0; text-align:left; }
}

/* Revision 29: compact PC body content while preserving Revision 26 headings */
@media (min-width: 841px) {
  .features-only-page section#features { padding: 18px 0 24px; }
  .features-only-page .feature-editorial { margin-top: 12px; }
  .features-only-page .feature-lead {
    grid-template-columns: 50px minmax(0,1fr);
    gap: 14px;
    padding: 10px 0;
  }
  .features-only-page .feature-lead h3 { font-size: 1.24rem; }
  .features-only-page .feature-lead p { margin-top: 4px; font-size: .86rem; line-height: 1.4; }
  .features-only-page .feature-number { padding-top: 4px; font-size: .7rem; }
  .features-only-page .feature-secondary {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin-top: 12px;
    padding-top: 12px;
    font-size: .78rem;
    line-height: 1.35;
  }
  .features-only-page .feature-secondary span { padding-left: 11px; }

  .see-app-compact-page .visual-app-showcase { padding: 8px 0 22px; }
  .see-app-compact-page .visual-app-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px 18px;
  }
  .see-app-compact-page .visual-shot-label { margin-bottom: 8px; font-size: .84rem; }
  .see-app-compact-page .visual-shot-window { height: 275px; border-radius: 15px; }
}
.learning-message{display:grid;gap:.3rem;margin:1rem 0 0;padding:1rem 1.1rem;border-left:4px solid var(--gold);border-radius:10px;background:rgba(255,176,0,.08);max-width:720px}.learning-message strong{color:var(--text);font-size:1.08rem}.learning-message span{color:var(--muted);line-height:1.5}


/* ================================================================
   Revision 36 — MAYHAW light brand system
   Direction: bright field-professional presentation, Powered by LeDoux
   header, open/floating content, restrained navy/gold/green accents.
   Existing page wording is preserved. Richard uses original richard.webp.
   ================================================================ */
:root {
  --ink: #0a2037;
  --ink-2: #15324a;
  --panel: #ffffff;
  --panel-2: #f8faf7;
  --line: #dbe3e7;
  --paper: #0a2037;
  --muted: #596b78;
  --orange: #e89b00;
  --orange-2: #f3b21a;
  --blue: #245a97;
  --green: #285b24;
  --danger: #9b2c2c;
  --shadow: 0 18px 46px rgba(21, 50, 74, .09);
}

body {
  color: var(--ink);
  background: #fbfcfa;
}
body::before { display: none; }

.site-header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e6e9e5;
  box-shadow: 0 5px 18px rgba(10,32,55,.035);
}
.nav-wrap { min-height: 78px; }
.brand { gap: 10px; color: var(--ink); }
.brand img, .brand-copy { display: none !important; }
.powered-icon {
  width: 38px; height: 38px; flex: 0 0 auto;
  display: grid; place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%; color: var(--orange);
}
.powered-icon svg { width: 20px; height: 20px; }
.powered-copy { font-size: 1rem; font-weight: 560; white-space: nowrap; }
.powered-copy strong { color: var(--orange); font-weight: 900; }
.nav-links a { color: #172838; font-weight: 720; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--orange); background: transparent; }
.nav-links a[aria-current="page"] { color: var(--orange); background: transparent; }
.nav-links a[aria-current="page"]::after { background: var(--orange); box-shadow: none; }
.nav-cta { background: transparent; color: #172838 !important; padding-inline: 10px !important; }
.nav-cta:hover { color: var(--orange) !important; }
.lang-switch {
  color: var(--orange) !important;
  border: 1px solid var(--orange);
  background: #fff;
  border-radius: 10px !important;
}
.lang-switch:hover, .lang-switch:focus-visible { background: #fff9eb !important; border-color: #c98100; }
.menu-button { color: var(--ink); background: #fff; border: 1px solid #d8e0e4; }

/* Home hero */
.home-screen .hero {
  min-height: calc(100vh - 78px);
  padding: clamp(38px,5vw,70px) 0 48px;
  background:
    radial-gradient(44rem 31rem at 74% 35%, rgba(36,90,151,.05), transparent 72%),
    linear-gradient(180deg, #fff 0%, #fbfcfa 100%);
}
.hero-grid { grid-template-columns: minmax(0,.86fr) minmax(520px,1.14fr); gap: clamp(30px,4vw,64px); }
.home-screen .eyebrow, .home-screen .hero-brand-credit { display:none; }
.home-screen .hero h1 {
  color: var(--ink);
  margin-top: 0;
  font-size: clamp(3rem,5vw,5rem);
  max-width: 650px;
  line-height: 1.02;
}
.hero h1 span { color: var(--orange); }
.hero-lead { color: #2b3c48; max-width: 650px; line-height: 1.65; }
.btn { border-radius: 12px; box-shadow: none; }
.btn-primary { background: linear-gradient(135deg,#f2a900,#ffc83d); color: #101b23; box-shadow: 0 10px 25px rgba(232,155,0,.16); }
.btn-secondary { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px var(--orange); }
.btn-secondary:hover { color: #9a6500; background: #fff9ea; box-shadow: inset 0 0 0 1px var(--orange); }
.hero-proof {
  margin-top: 26px; gap: 0; align-items: stretch;
  color: var(--ink); max-width: 650px;
}
.proof-pill {
  position: relative; display:inline-flex; min-height: 66px; align-items:center;
  background: transparent; border: 0; border-radius: 0;
  padding: 4px 24px 4px 0; margin-right: 24px; font-size: .88rem; font-weight: 720;
}
.proof-pill:not(:last-child)::after {
  content:""; position:absolute; right:0; top:12px; bottom:12px; width:1px; background:#dfe5e6;
}
.proof-pill svg { color: var(--blue); }
.learning-message {
  display:grid; gap:.25rem; margin: 16px 0 0; padding: 0;
  border: 0; border-radius: 0; background: transparent; max-width: 650px;
}
.learning-message strong { color: var(--ink); }
.learning-message span { color: var(--muted); }
.store-row { margin-top: 24px; }
.store-badge { background:#fff; color:var(--ink); border:0; box-shadow:0 10px 28px rgba(10,32,55,.07); }
.store-badge small { color:var(--muted); }

.hero-visual {
  min-height: 610px;
  position: relative;
  display:flex; align-items:center; justify-content:center;
  overflow: visible;
}
.hero-brand-art {
  width: min(100%, 680px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(10,32,55,.08));
}
.hero-richard-exact {
  width: clamp(205px, 19vw, 300px) !important;
  right: -42px !important;
  bottom: 12px !important;
  filter: drop-shadow(0 18px 24px rgba(10,32,55,.16)) !important;
}

/* Global light surfaces and open section rhythm */
.section, .content-section, .support-hub-section, .support-simple-section,
.workforce-section, .story-section, .showcase, .visual-app-showcase,
.why-one-screen, .home-summary { background: #fbfcfa !important; border: 0; }
.section:nth-of-type(even) { background:#fff !important; }
.page-hero, .feature-page-hero, .pricing-hero {
  background: #fff !important;
  border: 0;
}
.page-hero::after { background: linear-gradient(90deg,transparent,#dfe5e6,transparent); }
h1,h2,h3,.section-title,.workforce-title,.story-title { color: var(--ink); }
.page-hero p,.section-intro,.story-lead,.story-copy,.workforce-lead,.workforce-copy p,
.founder-copy,.richard-copy p,.directory-more,.pricing-ai-note span { color: var(--muted); }
.section-kicker,.eyebrow,.feature-number,.plan-label,.resource-card > span { color: var(--orange); }

/* Replace boxed/card-heavy treatment with open, floating content */
.feature-card,.home-link-card,.audience-card,.resource-card,.contact-box,
.founder-aside,.support-choice,.support-action-card,.support-note,
.content-card,.cta-panel,.why-copy-panel,.why-legacy-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.feature-card,.home-link-card,.audience-card,.resource-card,.contact-box,.founder-aside,
.support-choice,.support-action-card { padding-left:0; padding-right:0; }
.feature-card,.home-link-card,.audience-card,.resource-card,.support-choice,.support-action-card {
  border-top: 1px solid #e0e6e7 !important;
}
.feature-card:hover,.home-link-card:hover,.resource-card:hover,.support-choice:hover,.support-action-card:hover {
  transform: none; border-color: #e0e6e7 !important; box-shadow:none !important;
}
.feature-card p,.home-link-card p,.audience-card p,.resource-card p,.contact-box p,
.founder-aside li,.support-choice p,.support-action-card p { color: var(--muted); }
.feature-card b,.home-link-card b,.resource-card b,.support-choice strong,.support-action-card strong { color: var(--ink); }

.feature-editorial { border:0; }
.feature-lead { border:0; }
.feature-lead p { color: var(--muted); }
.feature-secondary { color: var(--muted); }
.feature-secondary strong { color: var(--ink); }
.feature-secondary span::before { background: linear-gradient(90deg,var(--orange),rgba(232,155,0,.15)); }

/* Screenshot images float; retain only a light shadow around the screenshots themselves. */
.visual-shot-label,.shot-head strong { color: var(--ink); }
.shot-head span { color: var(--muted); }
.visual-shot-window,.shot-window {
  background:#fff; border:0; box-shadow:0 18px 42px rgba(10,32,55,.10),0 0 0 1px rgba(10,32,55,.035);
}
.visual-shot-window:hover,.shot-window:hover { box-shadow:0 24px 54px rgba(10,32,55,.14),0 0 0 1px rgba(10,32,55,.045); }

/* Workforce / story / Richard */
.workforce-stat strong,.experience-number { color: var(--orange); text-shadow:none; }
.workforce-stat span,.experience-label { color: var(--ink); }
.workforce-source,.experience-stat p { color: var(--muted); }
.workforce-stats { border:0; }
.richard-panel {
  background: #fff !important; border:0; border-radius:0; box-shadow:none;
  border-top:1px solid #e1e6e7 !important; border-bottom:1px solid #e1e6e7 !important;
}
.richard-panel::before { display:none; }
.richard-art { filter:drop-shadow(0 18px 20px rgba(10,32,55,.12)); }
.quote-chip { background:#fff8e5; color:var(--ink); box-shadow:none; border-left:3px solid var(--orange); border-radius:0; }
.signature,.why-goal,.compact-signature { color: var(--ink) !important; }
.signature span,.compact-signature span { color: var(--muted); }
.compact-legacy p,.legacy-quote p { color: var(--ink); }
.legacy-quote cite,.compact-legacy cite { color: var(--orange); }
.principle-list span { color:var(--muted); }

/* Pricing remains clearly scannable without dark cards. */
.pricing-grid { gap: 26px; }
.price-card,.price-card.featured {
  background: transparent !important; border:0 !important; border-radius:0; box-shadow:none !important;
  border-top:1px solid #dfe5e6 !important; padding-left:0; padding-right:0;
}
.price-card.featured { border-top:3px solid var(--orange) !important; }
.price strong,.price-card h2 { color:var(--ink); }
.price span,.annual-price,.plan-copy,.plan-list { color:var(--muted); }
.popular-badge { box-shadow:none; }
.pricing-note,.legal-callout,.translation-notice,.support-safety {
  background:#fff8e7; color:#4c5b64; border-left:3px solid var(--orange); border-radius:0; box-shadow:none;
}
.pricing-note strong,.legal-callout strong,.translation-notice strong { color:var(--ink); }
.legal-callout span { color:var(--muted); }

/* Legal/support text */
.content-card p,.content-card li { color:#465965; }
.content-card a,.back-link:hover,.footer-links a:hover { color:var(--orange); }
.back-link { color:var(--muted); }
.support-inline-links a { color:var(--ink); }

/* Footer: light and quiet */
.site-footer,.compact-footer { background:#f3f5f1; border-top:1px solid #e0e5e3; }
.footer-title,.footer-col h3 { color:var(--ink); }
.footer-tag { color:var(--orange); }
.footer-copy,.footer-links a,.copyright { color:var(--muted); }
.copyright { border-top-color:#dde4e4; }

/* Modal remains dark to focus the screenshot. */
.modal { background:rgba(3,12,18,.92); }
.modal-close { background:#fff; color:var(--ink); }

@media (max-width:1040px) {
  .hero-grid { grid-template-columns:1fr; }
  .home-screen .hero-copy { text-align:center; }
  .hero-actions,.hero-proof,.store-row { justify-content:center; }
  .learning-message { margin-inline:auto; text-align:left; }
  .hero-visual { min-height:590px; max-width:760px; margin-inline:auto; }
  .hero-richard-exact { right:2% !important; }
}
@media (max-width:840px) {
  .nav-links { background:#fff; border:1px solid #e0e5e7; box-shadow:0 20px 55px rgba(10,32,55,.12); }
  .nav-links a[aria-current="page"] { background:#fff8e8; color:#a96f00; }
  .nav-cta { background:transparent; }
}
@media (max-width:620px) {
  .powered-copy { font-size:.9rem; }
  .powered-icon { width:34px;height:34px; }
  .home-screen .hero h1 { font-size:clamp(2.6rem,12vw,4rem); }
  .hero-visual { min-height:480px; }
  .hero-brand-art { width:100%; }
  .hero-richard-exact { width:190px !important; right:-18px !important; bottom:0 !important; }
  .hero-proof { display:grid; grid-template-columns:1fr; }
  .proof-pill { margin:0; padding:7px 0; min-height:0; justify-content:flex-start; }
  .proof-pill::after { display:none; }
}

/* ================================================================
   Revision 37 — readability + desktop page-fit refinements
   - Keep all wording unchanged.
   - Make Why I Built It body copy darker, larger, and easier to scan.
   - Tighten See the App desktop layout so the page fits like the other
     compact PC pages while keeping full-size screenshots available on click.
   ================================================================ */

/* Why I Built It: increase contrast and readability on the light theme. */
.why-copy-panel > p {
  color: #334a59 !important;
  font-size: 1.075rem;
  line-height: 1.72;
  font-weight: 520;
  letter-spacing: .002em;
  max-width: 800px;
}
.why-copy-panel > p + p { margin-top: 16px; }
.why-copy-panel .why-goal {
  color: var(--ink) !important;
  font-weight: 800;
}
.why-legacy-panel .compact-legacy p {
  color: var(--ink) !important;
}
.why-legacy-panel .compact-signature,
.why-legacy-panel .compact-signature span {
  line-height: 1.55;
}

@media (max-width: 840px) {
  .why-copy-panel > p {
    font-size: 1.03rem;
    line-height: 1.68;
  }
}


/* ================================================================
   Revision 38 — Home desktop page-fit refinement
   - Restore See the App sizing to the Revision 36 layout.
   - Keep Revision 37 Why I Built It readability improvements.
   - Reduce only the Home hero scale on desktop so it fits comfortably
     in a normal laptop/desktop viewport without changing wording.
   ================================================================ */
@media (min-width: 1000px) {
  .home-screen .hero {
    min-height: auto;
    padding: 26px 0 30px;
  }
  .home-screen .hero-grid {
    grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr);
    gap: clamp(24px,3.2vw,48px);
    align-items: center;
  }
  .home-screen .hero h1 {
    font-size: clamp(2.45rem,3.65vw,3.75rem);
    max-width: 610px;
    line-height: 1.03;
  }
  .home-screen .hero-lead {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 18px;
    max-width: 610px;
  }
  .home-screen .hero-actions { margin-top: 22px; }
  .home-screen .hero-proof {
    margin-top: 18px;
    max-width: 610px;
  }
  .home-screen .proof-pill {
    min-height: 52px;
    padding-right: 18px;
    margin-right: 18px;
    font-size: .82rem;
  }
  .home-screen .learning-message {
    margin-top: 11px;
    max-width: 610px;
  }
  .home-screen .learning-message strong { font-size: 1rem; }
  .home-screen .learning-message span { font-size: .91rem; line-height: 1.42; }
  .home-screen .store-row { margin-top: 17px; }
  .home-screen .store-badge { transform: scale(.94); transform-origin: left center; }
  .home-screen .hero-visual {
    min-height: 500px;
  }
  .home-screen .hero-brand-art {
    width: min(100%, 560px);
  }
  .home-screen .hero-richard-exact {
    width: clamp(180px,16vw,245px) !important;
    right: -22px !important;
    bottom: 16px !important;
  }
}

/* ================================================================
   Revision 39 — Home artwork scale + Who It Helps clarity
   - No wording changes.
   - Make the MAYHAW/Richard hero artwork larger without re-generating Richard.
   - Improve Who It Helps paragraph/stat/source readability on the light theme.
   ================================================================ */
@media (min-width: 1000px) {
  .home-screen .hero-visual {
    min-height: 515px;
    overflow: visible;
  }
  .home-screen .hero-brand-art {
    width: min(112%, 645px);
    max-width: none;
  }
  .home-screen .hero-richard-exact {
    width: clamp(195px, 17vw, 260px) !important;
    right: -34px !important;
    bottom: 8px !important;
  }
}

/* Who It Helps — stronger contrast and slightly larger supporting copy. */
.who-page .page-hero p {
  color: #344b5a !important;
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.58;
}
.who-page .workforce-copy p,
.who-page .workforce-lead {
  color: #2f4655 !important;
  font-size: 1.09rem;
  line-height: 1.72;
  font-weight: 540;
}
.who-page .workforce-lead {
  font-size: 1.13rem;
  font-weight: 610;
}
.who-page .workforce-stat span {
  color: #203746 !important;
  font-size: 1.01rem;
  line-height: 1.48;
  font-weight: 780;
}
.who-page .workforce-source {
  color: #526978 !important;
  font-size: .86rem;
  line-height: 1.62;
  font-weight: 540;
}
.who-page .workforce-source a {
  color: #9d6800 !important;
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (max-width: 900px) {
  .who-page .workforce-copy p,
  .who-page .workforce-lead { font-size: 1.04rem; }
  .who-page .workforce-stat span { font-size: .98rem; }
}

/* ================================================================
   Revision 41 — cleaner floating presentation
   - Pricing columns float without top border lines or card outlines.
   - Support & Legal choices float without the segmented top lines.
   - Home MAYHAW art uses a transparent background so it does not
     appear to sit inside a white square. Existing wording is unchanged.
   ================================================================ */

/* Pricing: remove the last card-like rule lines; keep spacing and badge. */
.pricing-compact-page .price-card,
.pricing-compact-page .price-card.featured {
  border: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.pricing-compact-page .popular-badge {
  position: absolute;
  top: -6px;
}

/* Support & Legal: remove segmented horizontal rules from the choices. */
.support-hub-page .support-choice,
.support-simple-page .support-choice,
.support-hub-page .support-action-card,
.support-simple-page .support-action-card {
  border: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.support-hub-page .support-choice:hover,
.support-simple-page .support-choice:hover,
.support-hub-page .support-action-card:hover,
.support-simple-page .support-action-card:hover {
  border: 0 !important;
  box-shadow: none !important;
}

/* Home brand art: truly floats on the page with no square/frame treatment. */
.home-screen .hero-brand-art {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* ================================================================
   Revision 42 — pricing note clarity, screenshot cleanup, hero art offset
   - Make the small pricing note stand out more.
   - Keep Powered by LeDoux in the site header, but remove it from the app screenshots.
   - Move the home-page MAYHAW artwork to the right and lower so it is not centered with the hero copy.
   ================================================================ */
.pricing-keep-running {
  color: #5b7686 !important;
  font-size: 1.04rem !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  letter-spacing: .004em !important;
  margin-top: 26px !important;
}

@media (min-width: 1000px) {
  .home-screen .hero-grid {
    align-items: start;
  }
  .home-screen .hero-visual {
    min-height: 690px !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding-top: 110px !important;
    overflow: visible !important;
  }
  .home-screen .hero-brand-art {
    width: min(122%, 720px) !important;
    max-width: none !important;
    transform: translate(70px, 90px) !important;
    transform-origin: top center;
  }
  .home-screen .hero-richard-exact {
    width: clamp(205px, 17.8vw, 265px) !important;
    right: -6px !important;
    bottom: -14px !important;
  }
}

/* ================================================================
   Revision 43 — approved home hero placement
   - Keep the larger MAYHAW tree/artwork.
   - Raise the complete brand art about one inch from Revision 42.
   - Move Richard farther right so he no longer covers the MAYHAW wording.
   - No wording or other page layout changes.
   ================================================================ */
@media (min-width: 1000px) {
  .home-screen .hero-brand-art {
    width: min(128%, 760px) !important;
    transform: translate(70px, 54px) !important;
  }
  .home-screen .hero-richard-exact {
    right: -112px !important;
    bottom: 0 !important;
  }
}

/* ================================================================
   Revision 44 — home hero final position refinement
   - Move the entire MAYHAW/Richard hero visual upward about one inch.
   - Move Richard farther right so he stays clear of the MAYHAW wording.
   - Preserve the approved tree size, all wording, and all other pages.
   ================================================================ */
@media (min-width: 1000px) {
  .home-screen .hero-visual {
    transform: translateY(-36px) !important;
  }
  .home-screen .hero-richard-exact {
    right: -190px !important;
  }
}

/* ================================================================
   Revision 45 — approved Home hero composition
   - Use the exact approved tree/MAYHAW/Richard composition supplied by the user.
   - Keep the Home page on the same site container width as the other pages.
   - Keep the hero compact enough to fit a normal desktop/laptop viewport.
   - No wording changes.
   ================================================================ */
.home-screen .hero-approved-art {
  display: block;
  width: min(100%, 690px);
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

@media (min-width: 1000px) {
  .home-screen .hero {
    min-height: auto !important;
    padding: 28px 0 30px !important;
  }
  .home-screen .hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr) !important;
    gap: clamp(28px, 3.5vw, 52px) !important;
    align-items: center !important;
  }
  .home-screen .hero-visual {
    min-height: 535px !important;
    transform: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }
  .home-screen .hero-approved-art {
    width: min(112%, 700px) !important;
    max-width: none !important;
    transform: translateX(26px);
  }
}

@media (max-width: 1040px) {
  .home-screen .hero-approved-art {
    width: min(100%, 700px) !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  .home-screen .hero-visual {
    min-height: 0 !important;
    padding-top: 14px !important;
  }
  .home-screen .hero-approved-art {
    width: 100% !important;
  }
}


/* ================================================================
   Revision 46 — Website Account + PC/Mac Subscription Foundation
   ================================================================ */
.nav-account { font-weight: 850 !important; }
.plan-actions { margin-top: auto; padding-top: 18px; display: grid; gap: 10px; align-items: start; }
.plan-actions .btn { width: 100%; }
.text-action { color: #8b5d00; font-weight: 800; text-decoration: none; font-size: .91rem; text-align: center; }
.text-action:hover { text-decoration: underline; text-underline-offset: 3px; }
.renewal-note { margin: 14px 0 0; color: #526978; font-size: .86rem; line-height: 1.55; }
.pc-mac-purchase-note { max-width: 860px; margin: 30px auto 0; display: grid; gap: 5px; padding: 18px 20px; border-radius: 16px; background: #fff9ec; border: 1px solid #f0d18c; color: #334c5b; }
.pc-mac-purchase-note strong { color: #172838; }
.pc-mac-purchase-note span { line-height: 1.6; }
.support-choice-account { }

.account-hero { padding-bottom: 28px !important; }
.account-hero h1 { max-width: 760px; }
.account-section { padding: 18px 0 80px; }
.account-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.72fr); gap: 28px; align-items: start; }
.account-auth-card,.account-dashboard,.account-help { background: #fff; border: 1px solid #e2e8e9; border-radius: 24px; box-shadow: 0 18px 50px rgba(10,32,55,.07); color: #172838; }
.account-auth-card,.account-dashboard { padding: clamp(24px,4vw,38px); min-height: 430px; }
.account-help { padding: 28px; position: sticky; top: 98px; }
.account-help h2 { margin-top: 8px; font-size: 1.7rem; }
.account-help ol { margin: 22px 0; padding-left: 22px; color: #3c5361; display: grid; gap: 12px; }
.account-help p { color: #3c5361; }
.account-help strong { color: #172838; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 5px; border-radius: 14px; background: #f1f5f5; margin-bottom: 24px; }
.account-tab { border: 0; border-radius: 10px; padding: 11px 14px; background: transparent; color: #526978; font-weight: 850; cursor: pointer; }
.account-tab.active { background: #fff; color: #9d6800; box-shadow: 0 4px 14px rgba(10,32,55,.08); }
.account-form { display: grid; gap: 16px; }
.account-form label { display: grid; gap: 7px; color: #243b49; font-weight: 800; font-size: .92rem; }
.account-form input,.account-form select { width: 100%; border: 1px solid #cbd6da; border-radius: 12px; min-height: 48px; padding: 10px 12px; background: #fff; color: #172838; outline: 0; }
.account-form input:focus,.account-form select:focus { border-color: #d38b00; box-shadow: 0 0 0 3px rgba(255,176,0,.14); }
.field-hint { font-weight: 550; color: #6a7e89; }
.terms-check { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 550 !important; color: #4c626e !important; }
.terms-check input { width: 18px; min-height: 18px; margin-top: 3px; }
.terms-check a { color: #8b5d00; font-weight: 750; }
.full-button { width: 100%; }
.link-button { border: 0; background: transparent; color: #8b5d00; font-weight: 850; padding: 8px 0; cursor: pointer; text-align: left; }
.form-note,.account-app-note { margin: 0; color: #657b86; font-size: .88rem; line-height: 1.55; }
.account-message { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; background: #eef6fb; border: 1px solid #c9e0ed; color: #284756; font-weight: 650; }
.account-message[data-type="error"] { background: #fff2f1; border-color: #f1c2bd; color: #8b2d23; }
.account-message[data-type="success"] { background: #eef8f1; border-color: #c5e3cc; color: #245a32; }
.recovery-panel h2 { margin-bottom: 20px; font-size: 1.55rem; }
.account-dashboard-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.account-dashboard-head h2 { margin-top: 7px; font-size: clamp(1.7rem,3vw,2.35rem); }
.account-dashboard-head p { margin: 7px 0 0; color: #657b86; }
.status-pill { border-radius: 999px; padding: 7px 11px; background: #fff4d9; color: #8b5d00; font-size: .78rem; font-weight: 900; white-space: nowrap; }
.status-pill[data-status="active"],.status-pill[data-status="trialing"] { background:#e9f7ed; color:#276238; }
.status-pill[data-status="past_due"] { background:#fff0e6; color:#9b4b12; }
.status-pill[data-status="canceled"],.status-pill[data-status="expired"] { background:#f3f4f4; color:#65747c; }
.account-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.account-detail-grid > div { padding: 15px 16px; border-radius: 14px; background: #f6f8f8; }
.account-detail-grid span { display: block; color: #71848d; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.account-detail-grid strong { display: block; margin-top: 5px; color: #172838; font-size: .98rem; }
.account-billing-note { margin: 18px 0 0; padding: 13px 15px; border-left: 3px solid var(--orange); background: #fffaf0; color: #405863; border-radius: 0 12px 12px 0; }
.account-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; align-items: center; }
.account-actions .link-button { margin-left: auto; }
.account-app-note { margin-top: 14px; }
.account-divider { height: 1px; background: #e5eaeb; margin: 24px 0 15px; }
.danger-link { color: #9a3b32; font-weight: 800; text-decoration: none; font-size: .9rem; }
.danger-link:hover { text-decoration: underline; }
@media (max-width: 1180px) and (min-width: 841px) {
  .nav-links { gap: 1px; }
  .nav-links a { font-size: .82rem; padding-inline: 6px; }
  .powered-copy { font-size: .88rem; }
}
@media (max-width: 900px) {
  .account-layout { grid-template-columns: 1fr; }
  .account-help { position: static; }
}
@media (max-width: 620px) {
  .account-section { padding-top: 8px; }
  .account-auth-card,.account-dashboard,.account-help { border-radius: 18px; }
  .account-detail-grid { grid-template-columns: 1fr; }
  .account-dashboard-head { flex-direction: column; }
  .account-actions { display: grid; }
  .account-actions .btn,.account-actions .link-button { width: 100%; margin: 0; text-align:center; }
}

/* Revision 47 private Stripe sandbox-test banner */
.account-sandbox-banner{margin-top:18px;padding:10px 14px;border:1px solid currentColor;border-radius:10px;font-weight:800;letter-spacing:.02em;max-width:760px}
