
:root{
 --ink:#071524; --ink2:#0b2139; --blue:#2f80ed; --cyan:#25d7ee;
 --paper:#ffffff; --paper2:#edf5fb; --line:#17324a; --white:#fff; --muted:#c9d6e4;
 --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#0a1930;line-height:1.48}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.topbar{background:#081522;color:white;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;z-index:30}
.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:white}
.brandmark{width:56px;height:56px}
.brandtext strong{font-size:1.42rem;letter-spacing:.18em;display:block;line-height:1}
.brandtext span{font-size:.53rem;letter-spacing:.5em;color:#c5d3df;display:block;margin-top:6px}
.navlinks{display:flex;align-items:center;gap:30px}
.navlinks>a{color:#fff;text-decoration:none;font-size:.97rem}
.nav-cta{padding:14px 24px;border-radius:7px;background:var(--blue);font-weight:800}
.menu-btn{display:none;background:transparent;color:white;border:0;font-size:1.5rem}
.hero{
 background:
  radial-gradient(circle at 82% 18%,rgba(40,126,230,.22),transparent 25%),
  linear-gradient(120deg,#041120 0%,#08213a 52%,#0c3763 100%);
 color:white;padding:30px 0 0;
}
.hero-grid{display:grid;grid-template-columns:.74fr 1.26fr;gap:44px;align-items:center;padding:16px 0 18px}
.eyebrow{color:var(--cyan);text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:.77rem;margin-bottom:16px}
h1{font-size:clamp(3.3rem,5.8vw,5.9rem);line-height:.98;letter-spacing:-.05em;margin:0 0 20px;max-width:610px}
.hero-copy p{color:#d6e2ee;font-size:1.07rem;max-width:600px;margin:0}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:6px;border:1px solid var(--blue);background:var(--blue);color:white;text-decoration:none;font-weight:800}
.btn.alt{background:transparent;border-color:#7a8ea2}
.workflow{border:1px solid rgba(100,190,255,.16);border-radius:10px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.18)}
.trust{border-top:1px solid rgba(255,255,255,.08);background:rgba(2,13,24,.28)}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}
.trustitem{padding:15px 22px;display:grid;grid-template-columns:34px 1fr;gap:14px;border-right:1px solid rgba(255,255,255,.09)}
.trustitem:last-child{border-right:0}
.trustitem svg{width:31px;height:31px;color:var(--cyan)}
.trustitem strong{display:block;font-size:.92rem}
.trustitem span{display:block;color:#c3d0dc;font-size:.8rem;line-height:1.35;margin-top:3px}
.product{padding:27px 0 18px;background:#fff}
.product-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:36px;align-items:center}
.kicker{color:#247ee8;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em;font-weight:900}
.product h2{font-size:2.05rem;line-height:1.08;margin:7px 0 10px;letter-spacing:-.03em}
.product p{font-size:.92rem;color:#2e4052;margin:0 0 12px}
.checks{list-style:none;padding:0;margin:14px 0 10px}
.checks li{position:relative;padding:4px 0 4px 26px;font-size:.9rem}
.checks li:before{content:"✓";position:absolute;left:0;top:5px;width:17px;height:17px;border-radius:50%;background:#2f80ed;color:white;display:grid;place-items:center;font-weight:900;font-size:.7rem}
.price{display:flex;align-items:flex-end;gap:10px;margin:8px 0 8px}
.price strong{font-size:2rem;line-height:1}
.price span{font-size:.68rem;text-transform:uppercase;color:#2873cc;letter-spacing:.08em;font-weight:900}
.price-note{font-size:.8rem;color:#536579;margin-bottom:10px}
.product-visual img{width:100%}
.mockup-caption{text-align:center;font-size:.8rem;color:#46566a;margin-top:4px}
.problem{background:linear-gradient(180deg,#f0f6fb,#e8f2f9);border-top:1px solid #d7e3eb;border-bottom:1px solid #d7e3eb;padding:19px 0}
.problem-grid{display:grid;grid-template-columns:90px 1fr auto;gap:28px;align-items:center}
.problemicon{width:64px;height:64px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#2c7bd1;border:1px solid #bdd5eb}
.problemicon svg{width:36px}
.problem h3{margin:0 0 4px;font-size:1.45rem}.problem p{margin:0;color:#34465b;font-size:.9rem}
.footer{background:#06111f;color:#c7d3df;padding:24px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:28px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer h4{color:white;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px}
.footer a{text-decoration:none;color:#d6e1eb;font-size:.8rem;display:block;margin:5px 0}
.footer .brandmark{width:42px;height:42px}.footer .brandtext strong{font-size:1rem}.footer .aboutcopy{font-size:.8rem;max-width:250px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:15px;font-size:.75rem}.legal-links{display:flex;gap:18px}
.page-hero{background:linear-gradient(120deg,#061322,#0f3a68);color:white;padding:60px 0}.page-hero h1{font-size:clamp(2.7rem,5vw,4.7rem)}
section.content{padding:60px 0}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid #dce6ee;border-radius:14px;background:white;padding:26px}.legal{max-width:860px}.notice{border-left:4px solid #2f80ed;background:#eef6ff;padding:16px 18px}
@media(max-width:980px){.hero-grid,.product-grid{grid-template-columns:1fr}.trustgrid{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:70px 1fr}.problem-grid .btn{grid-column:2}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.navlinks{display:none}.menu-btn{display:block}.navlinks.open{display:flex;position:absolute;left:20px;right:20px;top:74px;padding:18px;background:#0a1c30;border:1px solid #1b3650;border-radius:10px;flex-direction:column;align-items:stretch}.brandmark{width:48px;height:48px}.brandtext strong{font-size:1.15rem}.hero-grid{padding-top:12px}.trustgrid{grid-template-columns:1fr}.trustitem{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.problem-grid{grid-template-columns:1fr;text-align:center}.problemicon{margin:auto}.problem-grid .btn{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.wrap{width:min(var(--max),calc(100% - 28px))}}

/* v4 standalone interior hero assets */
.page-hero.visual-hero{padding:46px 0 36px;overflow:hidden}
.page-hero-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:42px;align-items:center}
.page-hero.visual-hero h1{font-size:clamp(3rem,5.1vw,5.2rem);line-height:.98;max-width:600px;margin-bottom:18px}
.page-hero.visual-hero p{color:#d2dfec;font-size:1.03rem;max-width:610px}
.interior-visual{border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.18)}
.interior-visual img{width:100%;height:auto}
.solutions-hero-grid{grid-template-columns:.66fr 1.34fr}
.about-hero-grid{grid-template-columns:.8fr 1.2fr}
.product-hero-grid{grid-template-columns:.82fr 1.18fr}
@media(max-width:980px){.page-hero-grid,.solutions-hero-grid,.about-hero-grid,.product-hero-grid{grid-template-columns:1fr}.interior-visual{max-width:900px;margin:auto}}

/* v5 hero polish */
.page-hero.visual-hero .interior-visual{background:#081b2f}
.solutions-hero-grid{grid-template-columns:.62fr 1.38fr}
.about-hero-grid{grid-template-columns:.72fr 1.28fr}
.product-hero-grid{grid-template-columns:.74fr 1.26fr}
.page-hero.visual-hero .interior-visual img{display:block;width:100%;height:auto}
@media(max-width:980px){.solutions-hero-grid,.about-hero-grid,.product-hero-grid{grid-template-columns:1fr}}

/* v7 interior hero raster fixes */
.solutions-hero-grid{grid-template-columns:.60fr 1.40fr}
.about-hero-grid{grid-template-columns:.72fr 1.28fr}
.page-hero.visual-hero .interior-visual img{display:block;width:100%;height:auto}
@media(max-width:980px){.solutions-hero-grid,.about-hero-grid{grid-template-columns:1fr}}

/* About page v2 */
.about-v2{padding:56px 0 44px}
.about-v2 .about-hero-grid{grid-template-columns:.76fr 1.24fr;gap:52px}
.about-v2 .interior-visual{background:transparent;border:0;box-shadow:none}
.about-v2 .interior-visual img{border-radius:18px;width:100%;height:auto}
.about-mission{background:#fff}
.about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:34px 0 48px}
.about-values .card{padding:22px}
.about-values h3{font-size:1.05rem;margin-bottom:8px}
.about-values p{font-size:.92rem;color:#405367}
.founder-block{border-top:1px solid #dce6ee;padding-top:38px;margin-top:22px}
.small-note{font-size:.82rem;color:#6e7e8f}
@media(max-width:980px){
  .about-v2 .about-hero-grid{grid-template-columns:1fr}
  .about-values{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .about-values{grid-template-columns:1fr}
}

/* Selected Firefly About hero */
.about-v2 .about-art{
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
}
.about-v2 .about-art img{
  display:block;
  width:100%;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}

/* Final approved Firefly artwork treatment */
.solutions-art,
.about-v2 .about-art{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible;
}
.solutions-art img,
.about-v2 .about-art img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}

/* Final high-resolution hero artwork */
.hero-visual img,
.interior-visual img,
.about-art img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

/* Final homepage Firefly hero */
.home-firefly{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  overflow:visible;
}
.home-firefly img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}


/* Two-product storefront additions — 2026-08-25 */
.btn.alt.dark{color:#0a4f94;border-color:#72a5d7;background:#fff}.actions.compact{margin-top:14px}
.product-secondary{background:linear-gradient(180deg,#f5f9fc,#eef5fa);border-top:1px solid #d9e5ef}.product-grid.reverse>div:first-child{order:2}.product-grid.reverse>div:last-child{order:1}
.fraud-visual,.fraud-card-art,.fraud-hero-art{background:radial-gradient(circle at 75% 20%,rgba(50,151,241,.3),transparent 28%),linear-gradient(135deg,#061524,#0a2c50 58%,#0d4a82);border:1px solid #1f5884;border-radius:18px;color:white;box-shadow:0 22px 55px rgba(7,25,45,.18)}
.fraud-visual{min-height:330px;padding:44px;display:flex;align-items:center;justify-content:center;gap:34px}.fraud-shield{font-size:6rem;color:#65d5ff}.fraud-lines{display:grid;gap:9px}.fraud-lines b{font-size:1.65rem}.fraud-lines span{color:#caddec}
.products-page{background:#f5f9fc}.product-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.product-card{background:#fff;border:1px solid #d9e6ef;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(11,39,66,.08)}.product-card>img{width:100%;height:320px;object-fit:contain;background:#f8fbfd;padding:22px}.product-card-body{padding:28px}.product-card h2{font-size:1.75rem;line-height:1.12;margin:10px 0}.tag{display:inline-block;background:#e8f4ff;color:#1261ac;border:1px solid #bcdcff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.fraud-card-art{height:320px;padding:38px;display:flex;flex-direction:column;justify-content:center}.fraud-card-art span{color:#70d9ff;font-size:.72rem;letter-spacing:.16em;font-weight:900}.fraud-card-art strong{font-size:2.4rem;line-height:1.03;margin:15px 0}.fraud-card-art em{font-style:normal;color:#caddEC}
.pillbar{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 28px}.pill{background:#eff7ff;color:#195f9c;border:1px solid #cfe2f3;border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:800}.buy-panel{background:#081c31;color:#dbe8f4;border:1px solid #17456d;border-radius:16px;padding:24px;margin-top:16px}.buy-panel .price strong{color:white}.buy-panel.standalone{align-self:start;position:sticky;top:95px}.product-page-mock{align-self:start}
.fraud-hero{background:linear-gradient(120deg,#041120,#082c51 58%,#0d477f);color:white;padding:56px 0}.fraud-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.fraud-hero h1{font-size:clamp(3rem,5.2vw,5.3rem)}.fraud-hero p{color:#d2e1ef;max-width:620px}.fraud-hero-art{min-height:380px;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center}.fraud-label{font-size:.69rem;letter-spacing:.13em;color:#7de2ff;font-weight:900;text-align:center}.fraud-magnify{font-size:7rem;line-height:1;color:#64d6ff;margin:20px 0}.fraud-docs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}.fraud-docs span{padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;text-align:center;color:#d7e5f1}
.faq{max-width:900px}.faq details{border:1px solid #d9e5ef;border-radius:12px;padding:0 18px;background:#fff;margin-bottom:12px}.faq summary{cursor:pointer;font-weight:800;padding:18px 0}.faq p{padding:0 0 18px;margin:0;color:#405367}.contactbox{max-width:680px;border:1px solid #d9e5ef;border-radius:16px;padding:30px;background:#fff}.approach-visual{background:#f4f9fc}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}.split img{border-radius:18px;box-shadow:0 20px 48px rgba(11,39,66,.12)}
.problemicon{font-size:2.1rem;font-weight:900}.trustitem>div:first-child{font-size:1.55rem;color:var(--cyan);line-height:1}.small-note{font-size:.82rem;color:#6e7e8f}.notice{border-left:4px solid #2f80ed;background:#eef6ff;padding:16px 18px;margin:22px 0}.notice p{margin-bottom:0}

.home-offer{padding:62px 0;background:#fff}.home-section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:end;margin-bottom:28px}.home-section-head h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;margin:0}.home-section-head p{margin:0;color:#34495d;font-size:1.02rem;line-height:1.7}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.offer-card{display:flex;flex-direction:column;min-height:285px;border:1px solid #d9e6ef;border-radius:18px;background:#fff;padding:24px;box-shadow:0 18px 40px rgba(11,39,66,.08)}.offer-card.primary-offer{background:linear-gradient(145deg,#061322,#0b3a68);color:white;border-color:#174f7e}.offer-card h3{font-size:1.45rem;margin:16px 0 10px}.offer-card p{color:#405367;line-height:1.55;margin:0 0 18px}.offer-card.primary-offer p{color:#d2e2ef}.offer-card a{margin-top:auto;color:#0a61b7;font-weight:900;text-decoration:none}.offer-card.primary-offer a{color:#82e8ff}.home-method{padding:66px 0;background:linear-gradient(180deg,#f5f9fc,#edf4fa);border-top:1px solid #d9e5ef;border-bottom:1px solid #d9e5ef}.method-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}.method-grid h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.04;margin:6px 0 14px}.method-grid p{color:#34495d;line-height:1.7}.method-list{display:grid;gap:14px}.method-list div{display:grid;gap:6px;padding:20px;background:#fff;border:1px solid #d9e6ef;border-radius:16px}.method-list strong{font-size:1.05rem}.method-list span{color:#52687b;line-height:1.5}.home-resources{padding:60px 0;background:#fff}.resource-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.resource-card{display:grid;gap:10px;padding:20px;border:1px solid #d9e6ef;border-radius:16px;background:#f8fbfd;text-decoration:none}.resource-card strong{color:#071423;font-size:1.02rem}.resource-card span{color:#51677c;line-height:1.45;font-size:.92rem}.resource-card:hover{border-color:#86b9e8;background:#fff}
@media(max-width:1120px){.offer-grid,.resource-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.home-section-head,.method-grid{grid-template-columns:1fr}.offer-grid,.resource-cards{grid-template-columns:1fr}.offer-card{min-height:auto}}

.news-hub{background:#f6f9fc}.news-feature{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:start;background:#071423;color:white;border-radius:18px;padding:32px;margin-bottom:28px;box-shadow:0 18px 42px rgba(7,20,35,.18)}.news-feature h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.04;margin:8px 0 12px}.news-feature p{color:#cbdcea;line-height:1.65;margin:0}.news-links{display:grid;gap:12px}.news-links a{display:grid;gap:6px;padding:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;text-decoration:none}.news-links strong{color:white}.news-links span{color:#bfd5e7;line-height:1.45}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.news-group{display:grid;align-content:start;gap:10px;background:white;border:1px solid #d9e6ef;border-radius:18px;padding:24px;box-shadow:0 16px 34px rgba(11,39,66,.06)}.news-group h2{font-size:1.45rem;line-height:1.15;margin:0 0 8px}.news-group a{padding:11px 0;border-top:1px solid #e7eef5;color:#0a61b7;font-weight:800;text-decoration:none;line-height:1.35}.news-group a:hover{color:#083f76}
@media(max-width:880px){.news-feature,.news-grid{grid-template-columns:1fr}}
@media(max-width:980px){.product-grid.reverse>div:first-child,.product-grid.reverse>div:last-child{order:initial}.product-cards,.fraud-hero-grid,.split{grid-template-columns:1fr}.buy-panel.standalone{position:static}.fraud-visual{min-height:260px}}
@media(max-width:650px){.product-cards{grid-template-columns:1fr}.fraud-visual{padding:28px;flex-direction:column}.fraud-card-art{height:auto;min-height:260px}.fraud-card-art strong{font-size:2rem}.fraud-docs{grid-template-columns:1fr}}

.hazcom-card-image{object-fit:contain!important;background:#f8fbfd!important;padding:0!important}.hazcom-hero-shot{background:#f8fbfd;padding:0}.hazcom-hero-shot img{display:block;width:100%;height:auto}

/* Fraud toolkit cover artwork */
.fraud-cover-wrap{display:flex;align-items:center;justify-content:center}
.fraud-cover{display:block;width:100%;height:auto;max-width:520px;border-radius:18px;box-shadow:0 22px 55px rgba(0,0,0,.28)}
.product-secondary .fraud-cover{max-width:440px}
.product-card-image{width:100%;display:block;aspect-ratio:1/1;object-fit:cover;background:#f5f2e9}
.fraud-product-image{object-position:center}
.hero-cover{padding:10px}
.hero-cover .fraud-cover{max-width:430px}
@media (max-width:760px){.fraud-cover{max-width:380px}.hero-cover .fraud-cover{max-width:340px}}

/* Packaging EPR product + guide — 2026-08-28 */
.epr-hero-shot{background:#f7fafc;padding:12px}.epr-hero-shot img{border-radius:10px}.hero-fineprint{font-size:.79rem!important;color:#9fb6cb!important;margin-top:14px}.epr-dashboard-preview{width:100%;height:auto;border-radius:16px;border:1px solid #d9e6ef;background:#fff;box-shadow:0 18px 42px rgba(11,39,66,.12)}.epr-proof{background:linear-gradient(180deg,#f6fafd,#eef5fa);border-top:1px solid #d9e5ef;border-bottom:1px solid #d9e5ef}.buy-note{color:#9eb3c7;margin-top:12px}.article-hero{max-width:940px}.article-hero h1{max-width:900px;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.02}.article-hero p{max-width:800px;color:#d4e0eb}.article-meta{font-size:.8rem;color:#91abc3;margin-top:20px}.article-body{max-width:900px}.article-body .lead{font-size:1.2rem;line-height:1.7;color:#30475c}.article-body h2{margin-top:42px;font-size:1.9rem}.article-body p{font-size:1.02rem;line-height:1.78;color:#34495d}.article-cta{display:grid;grid-template-columns:1.4fr .6fr;gap:28px;align-items:center;background:#071b30;color:#dce9f4;padding:30px;border-radius:18px;margin:46px 0}.article-cta h2{color:white;margin:5px 0 10px}.article-cta p{color:#c6d7e5;margin:0}.article-cta .price strong{color:white}.resource-list{line-height:1.7}.resource-list li{margin-bottom:10px}.epr-card-image{object-fit:cover;object-position:top left;padding:0!important;background:#eef3f7!important}.product-cards{grid-template-columns:repeat(3,1fr)}
@media(max-width:1120px){.product-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.article-cta{grid-template-columns:1fr}.product-cards{grid-template-columns:1fr}}

/* DPAS product card image */
.dpas-card-image{object-fit:contain!important;object-position:center;padding:0!important;background:#f8fbfd!important}

/* FDA QMSR launch — 2026-08-28 */
.qmsr-card-image{object-fit:contain!important;object-position:center!important;padding:10px!important;background:#f4f8fb!important}.qmsr-card .tag{background:#e7f2ff;color:#0b4f8a}.qmsr-source-note{font-size:.86rem;color:#64798c}

/* Syntera UI refresh — 2026-08-30 */
:root{
 --ink:#0b1724;
 --ink2:#13293b;
 --blue:#2468d8;
 --cyan:#16bfd2;
 --teal:#0f8f7a;
 --amber:#b97815;
 --paper:#ffffff;
 --paper2:#f4f8fb;
 --line:#d7e2eb;
 --white:#fff;
 --muted:#5d7082;
 --max:1180px;
}
html{scroll-padding-top:88px}
body{background:#f7fafc;color:var(--ink);font-size:16px;line-height:1.62;text-rendering:optimizeLegibility}
a{transition:color .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(22,191,210,.38);outline-offset:3px}
.skip-link{position:absolute;left:18px;top:-60px;z-index:100;background:#fff;color:#071423;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.skip-link:focus{top:14px}
.wrap{width:min(var(--max),calc(100% - 48px))}
.topbar{background:rgba(7,18,31,.96);backdrop-filter:saturate(1.15) blur(10px);box-shadow:0 10px 28px rgba(2,12,22,.18)}
.nav{min-height:70px}
.brandmark{width:48px;height:48px}
.brandtext strong{font-size:1.2rem;letter-spacing:.15em}
.brandtext span{letter-spacing:.42em}
.navlinks{gap:10px}
.navlinks>a{border-radius:8px;color:#eaf2f8;font-weight:750;padding:10px 12px}
.navlinks>a:hover,.navlinks>a[aria-current]{background:rgba(255,255,255,.08);color:#fff}
.nav-cta{background:#fff!important;color:#0b2742!important;border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 24px rgba(0,0,0,.16)}
.menu-btn{width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:8px;place-items:center;padding:0}
.menu-btn span{display:block;width:20px;height:2px;background:#fff;border-radius:4px;margin:3px auto;transition:transform .18s ease,opacity .18s ease}
.menu-btn.open span:nth-child(1){transform:translateY(5px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}
h1,h2,h3{color:inherit;letter-spacing:0}
h1{font-size:clamp(2.7rem,5.1vw,5.25rem);line-height:1.02;letter-spacing:0;max-width:720px}
.hero,.page-hero,.fraud-hero{background:linear-gradient(135deg,#071321 0%,#102c47 54%,#0e4f68 100%);color:white}
.hero{padding:34px 0 0}
.hero-grid{grid-template-columns:.9fr 1.1fr;gap:46px;padding:28px 0 34px}
.hero-copy p,.page-hero p,.fraud-hero p{color:#dbe7f0;font-size:1.08rem;line-height:1.72}
.eyebrow,.kicker{color:var(--cyan);letter-spacing:.11em}
.workflow,.interior-visual,.home-firefly img,.solutions-art img,.about-v2 .about-art img,.split img,.fraud-cover,.epr-dashboard-preview{border-radius:8px;box-shadow:0 22px 48px rgba(5,25,44,.2)}
.trust{background:rgba(2,12,21,.32)}
.trustgrid{grid-template-columns:repeat(4,minmax(0,1fr))}
.trustitem{padding:18px 20px}
.trustitem>div:first-child{color:#6ee2e7}
.btn{min-height:46px;border-radius:8px;padding:12px 18px;background:var(--blue);border-color:var(--blue);box-shadow:0 12px 24px rgba(36,104,216,.18)}
.btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(36,104,216,.24)}
.btn.alt{border-color:rgba(255,255,255,.45);color:#fff}
.btn.alt.dark{color:#0f4f88;border-color:#a9c8e3;background:#fff}
.btn.alt.dark:hover{border-color:#2468d8}
.home-offer,.home-resources,section.content{background:#fff}
.home-method,.product-secondary,.news-hub{background:linear-gradient(180deg,#f7fafc,#eef5f8)}
.home-section-head h2,.method-grid h2,.product h2{letter-spacing:0}
.offer-grid{gap:16px}
.offer-card,.product-card,.card,.resource-card,.method-list div,.news-feature,.news-group,.buy-panel,.faq details,.contactbox,.notice,.article-cta{border-radius:8px}
.offer-card,.product-card,.card,.resource-card,.method-list div,.news-group,.contactbox{border-color:var(--line);box-shadow:0 14px 34px rgba(16,42,67,.07)}
.offer-card:hover,.product-card:hover,.resource-card:hover,.news-group:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(16,42,67,.1)}
.offer-card.primary-offer,.news-feature,.buy-panel,.article-cta{background:linear-gradient(145deg,#071321,#0f334f);border-color:#224d66}
.offer-card h3{font-size:1.32rem}
.tag{border-radius:999px;background:#eef7f7;border-color:#cde6e2;color:#0d6f62}
.product-cards{gap:20px}
.product-card{display:flex;flex-direction:column}
.product-card>img,.product-card-image{height:auto;min-height:245px;max-height:300px;aspect-ratio:4/3;padding:18px;background:#f7fafc}
.product-card-body{display:flex;flex:1;flex-direction:column;padding:24px}
.product-card h2{font-size:1.45rem;line-height:1.18}
.product-card p{color:#415466}
.product-card .actions{margin-top:auto}
.price{align-items:center}
.price strong{font-size:1.8rem}
.price span{color:#4d6f8e}
.pill{background:#f2f7f5;border-color:#d4e5df;color:#186c5e}
.page-hero{padding:64px 0 58px}
.page-hero.visual-hero{padding:56px 0 46px}
.page-hero.visual-hero h1,.article-hero h1,.fraud-hero h1{font-size:clamp(2.55rem,4.6vw,4.65rem);line-height:1.05}
.article-body{max-width:860px}
.article-body .lead,.article-body p{color:#33495d}
.article-body h2{line-height:1.18}
.resource-list a,.news-group a,.resource-card a{color:#0f5ea7}
.problem{background:#eef6f4;border-color:#d8e6e2}
.problem-grid{grid-template-columns:74px 1fr auto}
.problemicon{border-radius:8px;color:#0f8f7a;border-color:#badbd4}
.footer{background:#071321}
.footer-grid{grid-template-columns:1.2fr repeat(4,1fr);gap:24px}
.footer a:hover{color:#fff}
@media(max-width:1080px){
 .hero-grid,.page-hero-grid,.solutions-hero-grid,.about-hero-grid,.product-hero-grid,.product-grid,.method-grid,.split,.fraud-hero-grid{grid-template-columns:1fr}
 .hero-grid{gap:28px}
 .trustgrid,.offer-grid,.resource-cards,.about-values,.product-cards,.content-grid,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .buy-panel.standalone{position:static}
}
@media(max-width:760px){
 body{font-size:15px}
 .wrap{width:min(var(--max),calc(100% - 30px))}
 .topbar{position:sticky}
 .nav{min-height:66px}
 .brandmark{width:42px;height:42px}
 .brandtext strong{font-size:1rem;letter-spacing:.12em}
 .brandtext span{font-size:.48rem;letter-spacing:.34em}
 .menu-btn{display:grid}
 .navlinks.open{top:68px;left:15px;right:15px;border-radius:8px;padding:10px;gap:4px;box-shadow:0 22px 45px rgba(0,0,0,.25)}
 .navlinks.open a{padding:13px 12px}
 h1,.page-hero.visual-hero h1,.article-hero h1,.fraud-hero h1{font-size:clamp(2.15rem,12vw,3.2rem);line-height:1.06}
 .hero{padding-top:20px}
 .hero-grid,.page-hero.visual-hero{padding-top:18px}
 .page-hero{padding:44px 0}
 .actions{width:100%;gap:10px}
 .actions .btn,.buy-panel .btn,.contactbox .btn{width:100%}
 .trustgrid,.offer-grid,.resource-cards,.about-values,.product-cards,.content-grid,.news-grid,.home-section-head,.method-grid,.problem-grid,.footer-grid,.article-cta{grid-template-columns:1fr}
 .trustitem{border-right:0}
 .home-offer,.home-method,.home-resources,section.content{padding:44px 0}
 .home-section-head{gap:14px}
 .offer-card,.product-card-body,.card,.resource-card,.news-group,.buy-panel,.contactbox,.article-cta{padding:20px}
 .product-card>img,.product-card-image{min-height:210px;max-height:255px}
 .news-feature{grid-template-columns:1fr;padding:22px}
 .problem-grid{text-align:left}
 .problemicon{margin:0}
 .footer-bottom,.legal-links{flex-direction:column;gap:8px}
}
@media(max-width:430px){
 .brandtext strong{font-size:.88rem}
 .brandtext span{display:none}
 .btn{padding-inline:14px}
 .product-card h2,.news-group h2{font-size:1.28rem}
 .price{align-items:flex-start;flex-direction:column;gap:3px}
}
.product-card>img[src*="trump-account-kit-mockup"]{object-fit:cover;object-position:center;padding:0;background:#eef3f7}
.epr-card-image{object-fit:cover!important;object-position:top left!important}
@media(max-width:760px){
 .product-card>img,.product-card-image{height:220px;min-height:0;max-height:none}
 .product-card>img[src*="trump-account-kit-mockup"]{height:180px}
 .fraud-product-image{object-fit:contain;background:#f8f6ef}
}

/* Section 45S employer guide */
.article-wrap{display:grid;grid-template-columns:minmax(0,860px) minmax(240px,320px);gap:48px;align-items:start}
.article-body h3{margin:28px 0 8px;color:#102d49;font-size:1.25rem}
.article-body .callout{margin:26px 0;padding:22px 24px;border:1px solid #c9ddeb;border-left:5px solid #0f6fb8;border-radius:12px;background:#f3f8fc;color:#243f57;line-height:1.65}
.article-aside{display:grid;gap:18px;position:sticky;top:92px}
.aside-card{padding:24px;border:1px solid #d7e4ee;border-radius:16px;background:#f8fbfd;box-shadow:0 14px 34px rgba(11,39,66,.07)}
.aside-card h3{margin:10px 0 12px;color:#102d49;font-size:1.3rem;line-height:1.25}
.aside-card p{margin:0 0 15px;color:#486075;line-height:1.6}
.aside-card p a{color:#0f5ea7;font-weight:700;text-decoration:none}
@media(max-width:980px){.article-wrap{grid-template-columns:1fr}.article-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.article-aside{grid-template-columns:1fr}.article-body .callout{padding:18px}}


/* EU CRA current-site launch — 2026-09-02 */
.home-cra-launch{padding:58px 0;background:linear-gradient(135deg,#061624 0%,#0a2c4a 58%,#0c4c71 100%);border-top:1px solid #183f59;border-bottom:1px solid #183f59;color:#fff}
.home-cra-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}
.home-cra-copy h2{font-size:clamp(2.2rem,4vw,3.65rem);line-height:1.02;margin:15px 0 16px;color:#fff}
.home-cra-copy>p{color:#d3e2ed;line-height:1.7;font-size:1.03rem;max-width:720px}
.home-cra-copy .checks{margin:21px 0}.home-cra-copy .checks li{color:#e2eef6}
.home-cra-price{display:flex;gap:13px;align-items:baseline;margin:22px 0 18px}.home-cra-price strong{font-size:2.45rem;line-height:1;color:#76e7ef}.home-cra-price span{font-weight:800;color:#c5d8e6}
.home-cra-art img{display:block;width:100%;height:auto;border-radius:10px;border:1px solid rgba(130,220,255,.28);box-shadow:0 24px 54px rgba(0,0,0,.32)}
.home-cra-launch .btn.alt{color:#fff;border-color:#8bdce8;background:transparent}.home-cra-launch .btn.alt:hover{background:rgba(255,255,255,.08)}
.cra-product-hero{background:radial-gradient(circle at 78% 15%,rgba(37,215,238,.18),transparent 26%),linear-gradient(120deg,#041120 0%,#08213a 54%,#0c3763 100%)}
.cra-hero-shot{background:#eef5fa!important;padding:0!important;border:1px solid rgba(100,190,255,.25)}
.cra-hero-shot img{border-radius:10px!important;box-shadow:none!important}
.cra-deadlines{background:#eef5fa;border-bottom:1px solid #d1e0ec;padding:20px 0}
.deadline-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.deadline-card{background:#fff;border:1px solid #cdddea;border-top:4px solid #2f80ed;border-radius:8px;padding:18px;text-align:center;box-shadow:0 8px 22px rgba(11,39,66,.06)}.deadline-card strong{display:block;font-size:2rem;color:#2f80ed;line-height:1}.deadline-card span{display:block;font-weight:900;color:#0b2948;margin-top:7px}.deadline-card small{display:block;color:#6a7c8d;margin-top:4px}.deadline-card.alert{border-top-color:#c62828}.deadline-card.alert strong{color:#c62828}.deadline-card.gold{border-top-color:#b97800}.deadline-card.gold strong{color:#b97800}.deadline-card.green{border-top-color:#16854b}.deadline-card.green strong{color:#16854b}.deadline-strip.mini{margin-top:28px}.deadline-strip.mini .deadline-card{padding:14px}.deadline-strip.mini .deadline-card strong{font-size:1.55rem}
.cra-product-grid{align-items:start}.compact-list li{font-size:.86rem}.buy-panel.full,.btn.full{width:100%}.buy-panel .text-link{display:block;margin-top:16px;font-weight:800;color:#1d6fbe;text-decoration:none}.cra-proof{background:linear-gradient(180deg,#f5f9fc,#eef5fa);border-top:1px solid #d8e5ee;border-bottom:1px solid #d8e5ee}.section-title{font-size:2.25rem;margin:8px 0 26px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid #d9e6ef;border-radius:8px;padding:22px;box-shadow:0 12px 28px rgba(11,39,66,.06)}.feature-card>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e7f3ff;color:#1261ac;font-weight:900}.feature-card h3{margin:12px 0 7px;font-size:1.08rem;color:#0b2948}.feature-card p{margin:0;color:#405367;font-size:.91rem}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.proof-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0b3762;color:white;font-weight:900}.prelaunch-section{padding-top:20px!important}.prelaunch-box{display:grid;grid-template-columns:1fr 240px;gap:32px;align-items:center;background:#071b30;color:#dce9f4;padding:34px;border-radius:8px}.prelaunch-box h2{color:#fff;margin:6px 0 12px}.prelaunch-box p{color:#c6d7e5}.prelaunch-badge{border:1px solid #2f80ed;border-radius:8px;padding:25px;text-align:center;background:#0b2948}.prelaunch-badge strong{display:block;color:#25d7ee;font-size:2.4rem}.prelaunch-badge span{display:block;color:#fff;font-weight:900}.prelaunch-badge small{display:block;color:#bcd0df;margin-top:6px}.faq-list{display:grid;gap:10px;margin:20px 0 34px}.faq-list details{border:1px solid #d7e4ed;border-radius:8px;background:#fff;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:900;color:#0b2948;padding:16px 0}.faq-list details p{margin:0 0 16px;color:#405367}.related-section{background:#f7fafc}.cra-card-image{object-fit:contain!important;object-position:center!important;padding:0!important;background:#071423!important}.cra-card .tag,.cra-reg-card .tag{background:#defbff;color:#075a6a;border-color:#7ce4ee}.download-grid{align-items:start}.download-panel{background:#071b30;color:#dce9f4;padding:30px;border-radius:8px;box-shadow:0 20px 44px rgba(11,39,66,.18)}.download-panel h2{color:#fff}.download-panel p{color:#c6d7e5}.download-panel .checks li{color:#e5eef5}.checklist-features{grid-template-columns:repeat(3,1fr)}.table-wrap{overflow-x:auto;margin:20px 0}.article-table{width:100%;border-collapse:collapse;font-size:.92rem}.article-table th{background:#0b3762;color:#fff;text-align:left;padding:12px}.article-table td{border:1px solid #d7e4ed;padding:12px;vertical-align:top}.article-table tbody tr:nth-child(even){background:#f4f8fb}.steps{padding-left:22px}.steps li{margin-bottom:12px;color:#34495d;line-height:1.68}.reg-card{border:1px solid #d9e6ef;border-radius:8px;padding:28px;background:#fff;margin-bottom:24px;box-shadow:0 14px 30px rgba(11,39,66,.06)}
.cra-news-feature .actions{margin-top:22px}.cra-news-feature .btn.alt{border-color:#86ddeb;color:#fff}.hazcom-news-group{border-top:4px solid #2f80ed}
@media(max-width:980px){.home-cra-grid{grid-template-columns:1fr}.home-cra-art{max-width:780px}.feature-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:1fr}.prelaunch-box{grid-template-columns:1fr}.deadline-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.feature-grid,.checklist-features{grid-template-columns:1fr}.deadline-strip{grid-template-columns:1fr}.cra-product-hero h1{font-size:clamp(2.45rem,12vw,3.8rem)}.prelaunch-box{padding:24px}.article-table{min-width:680px}.home-cra-launch{padding:44px 0}.home-cra-copy h2{font-size:clamp(2.1rem,11vw,3.25rem)}.home-cra-price{align-items:flex-start;flex-direction:column;gap:4px}}

/* CRA revenue sprint — 2026-09-03 */
.cra-fit-grid,.cra-preview-grid,.cra-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cra-fit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.cra-fit-card,.cra-preview-card,.cra-trust-card{background:#fff;border:1px solid #d7e4ed;border-radius:8px;padding:24px;box-shadow:0 12px 28px rgba(11,39,66,.06)}
.cra-fit-card h3,.cra-preview-card h3,.cra-trust-card h3{margin:0 0 9px;color:#0b2948}
.cra-fit-card p,.cra-preview-card p,.cra-trust-card p{margin:0;color:#405367}
.cra-fit-card.not-fit{background:#f8fafc;border-color:#cbd8e2}
.cra-preview-section{background:#f5f9fc;border-top:1px solid #d8e5ee;border-bottom:1px solid #d8e5ee}
.cra-preview-card{padding:14px}
.cra-preview-card img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top left;border:1px solid #d5e2ec;border-radius:6px;background:#eef4f8}
.cra-preview-card h3{font-size:1rem;margin:14px 4px 7px}
.cra-preview-card p{font-size:.86rem;margin:0 4px 6px}
.preview-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:26px}
.preview-note{font-size:.82rem;color:#66798b;margin-top:12px}
.cra-trust-grid{margin-top:24px}
.cra-trust-card{border-top:4px solid #2f80ed}
.purchase-clarity{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.16)}
.purchase-clarity p{margin:7px 0;color:#c6d7e5;font-size:.83rem}
.purchase-clarity a{color:#86e8ef}
.founder-proof{display:grid;grid-template-columns:78px 1fr;gap:20px;align-items:center;margin-top:32px;padding:24px;border:1px solid #d7e4ed;border-radius:8px;background:#fff}
.founder-monogram{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0b2948,#126b7b);color:#fff;font-weight:900;letter-spacing:.08em;font-size:1.1rem}
.founder-proof h3{margin:0 0 7px;color:#0b2948}.founder-proof p{margin:0;color:#405367}
#included,#preview,#fit{scroll-margin-top:96px}
.cra-product-hero h1,.cra-fit-card,.cra-preview-card,.cra-trust-card{overflow-wrap:anywhere}
@media(max-width:980px){.cra-preview-grid,.cra-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.cra-fit-grid,.cra-preview-grid,.cra-trust-grid{grid-template-columns:1fr}.preview-actions{width:100%}.preview-actions .btn{width:100%}.founder-proof{grid-template-columns:1fr}.founder-monogram{margin:auto}.founder-proof{text-align:center}}

/* Owner Control Systems launch — 2026-09-03 */
.owner-control-hero{background:radial-gradient(circle at 78% 14%,rgba(37,215,238,.16),transparent 27%),linear-gradient(125deg,#04131f 0%,#0a2c43 55%,#0d5a65 100%)}
.month-end-hero{background:radial-gradient(circle at 80% 18%,rgba(48,208,191,.2),transparent 28%),linear-gradient(125deg,#061923 0%,#10384b 57%,#126b6c 100%)}
.sod-hero{background:radial-gradient(circle at 78% 14%,rgba(74,163,255,.18),transparent 28%),linear-gradient(125deg,#071321 0%,#102f4e 56%,#135b78 100%)}
.bookkeeper-hero{background:radial-gradient(circle at 80% 16%,rgba(43,217,195,.18),transparent 29%),linear-gradient(125deg,#071522 0%,#17304a 55%,#1c625e 100%)}
.bundle-hero{background:radial-gradient(circle at 79% 15%,rgba(65,218,205,.22),transparent 30%),linear-gradient(125deg,#04131f 0%,#10344a 52%,#0b716d 100%)}
.owner-control-hero .product-hero-grid{grid-template-columns:1.08fr .92fr;gap:46px}
.owner-control-hero h1{max-width:840px;font-size:clamp(2.45rem,3.25vw,3.8rem);line-height:1.04}
.owner-hero-shot{background:#f6fafb!important;border:1px solid rgba(118,231,239,.24);padding:0!important}
.owner-hero-shot img{width:100%;height:auto;border-radius:8px;box-shadow:none!important}
.bundle-hero-shot img{aspect-ratio:8/5;object-fit:cover}
.owner-control-strip,.bookkeeper-questions{padding:20px 0;background:#edf7f5;border-bottom:1px solid #cfe3df}
.owner-control-points,.question-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.owner-control-points>div,.question-grid article{display:flex;gap:10px;align-items:baseline;padding:14px 17px;background:#fff;border:1px solid #cfe1df;border-radius:8px;box-shadow:0 8px 22px rgba(9,49,62,.05)}
.owner-control-points strong,.question-grid strong{color:#0b5e59;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
.owner-control-points span,.question-grid span{color:#40596a;font-size:.86rem}
.owner-control-points.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.owner-control-points.five>div{display:block}
.owner-control-points.five span{display:block;margin-top:4px}
.bookkeeper-questions{background:#eef5fa;border-color:#d3e1ec}
.question-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.question-grid article{display:block;border-color:#d2e0eb}
.question-grid strong{display:block;color:#165d96}
.question-grid span{display:block;margin-top:4px}
.owner-product-grid{align-items:start}
.owner-product-grid h2{font-size:clamp(2rem,3vw,2.75rem);line-height:1.13;margin:8px 0 16px;color:#102d49}
.owner-product-grid p{color:#3b5063;line-height:1.7}
.owner-proof{background:linear-gradient(180deg,#f6faf9,#edf6f4)!important;border-top:1px solid #d7e7e3;border-bottom:1px solid #d7e7e3}
.owner-proof .feature-card>span{background:#e4f6f2;color:#0a7668}
.owner-proof .feature-card{border-color:#d5e5e1}
.control-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.control-steps.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.control-steps article,.phase-grid article{padding:24px;border:1px solid #d7e4ed;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(11,39,66,.06)}
.control-steps article>strong{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0c6f68;color:#fff}
.control-steps h3,.phase-grid h3{margin:14px 0 8px;color:#102d49;font-size:1.12rem}
.control-steps p,.phase-grid p{margin:0;color:#44596c;font-size:.91rem;line-height:1.62}
.scope-boundary{display:grid;grid-template-columns:220px 1fr;gap:24px;margin-top:26px;padding:22px 24px;background:#071b30;color:#d5e4ee;border-radius:8px}
.scope-boundary strong{color:#76e7ef;font-size:1.05rem}
.scope-boundary span{line-height:1.66}
.control-ladder{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.control-ladder article{padding:24px;border:1px solid #d4e2eb;border-top:4px solid #9eb5c7;border-radius:8px;background:#fff;box-shadow:0 12px 26px rgba(11,39,66,.06)}
.control-ladder article.active{border-top-color:#0c8d7c;background:#f5fbfa}
.control-ladder span{color:#0c766a;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:900}
.control-ladder h3{margin:10px 0 8px;color:#102d49;font-size:1.18rem}
.control-ladder h3 a{text-decoration:none}
.control-ladder h3 a:hover{text-decoration:underline}
.control-ladder p{margin:0;color:#43586a;font-size:.9rem;line-height:1.6}
.related-note{margin:22px 0 0;padding:16px 18px;border-left:4px solid #2f80ed;background:#fff;color:#3b5266}
.audience-section{background:#f7fafc!important}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.audience-grid h2{color:#102d49;font-size:2rem;margin:8px 0 14px}
.scope-card{padding:28px;border:1px solid #d5e3ec;border-radius:8px;background:#fff;box-shadow:0 14px 32px rgba(11,39,66,.07)}
.scope-card p{color:#40566a;line-height:1.72}
.scope-card a{color:#0f5ea7;font-weight:800}
.phase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.phase-grid article{border-top:4px solid #0c8d7c}
.phase-grid span{color:#0c766a;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:900}
.owner-systems-home{padding:64px 0;background:linear-gradient(180deg,#eef7f5,#f8fbfa);border-top:1px solid #d3e6e1;border-bottom:1px solid #d3e6e1}
.owner-systems-head{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:end;margin-bottom:28px}
.owner-systems-head h2{font-size:clamp(2.15rem,3.7vw,3.45rem);line-height:1.06;margin:8px 0 0;color:#102d49}
.owner-systems-head p{margin:0;color:#40576a;line-height:1.72}
.owner-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.owner-home-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d2e4df;border-radius:8px;overflow:hidden;box-shadow:0 16px 38px rgba(10,54,62,.08)}
.owner-home-card img{width:100%;aspect-ratio:8/5;object-fit:contain;background:#071b30}
.owner-home-card>div{display:flex;flex-direction:column;flex:1;padding:24px}
.owner-home-card .system-stage{color:#0b776b;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:.75rem}
.owner-home-card h3{color:#102d49;margin:10px 0 9px;font-size:1.3rem;line-height:1.25}
.owner-home-card p{color:#44586a;margin:0 0 18px;line-height:1.62}
.owner-home-card a{margin-top:auto;color:#0f5ea7;font-weight:900;text-decoration:none}
.owner-home-card a:hover{text-decoration:underline}
.owner-collection-note{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;margin-top:22px;padding:18px 22px;background:#071b30;color:#d8e6ef;border-radius:8px}
.owner-collection-note img{width:180px;border-radius:6px}
.owner-collection-note strong{display:block;color:#fff;font-size:1.1rem}
.owner-collection-note span{display:block;color:#bfd1de;margin-top:4px}
.owner-collection-note a{white-space:nowrap}
.owner-systems-section{margin-bottom:58px;padding:30px;border:1px solid #d2e4df;border-radius:8px;background:linear-gradient(180deg,#f5fbf9,#edf6f4)}
.owner-systems-section .owner-systems-head{margin-bottom:24px}
.owner-systems-section .product-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.owner-product-card .product-card-image{object-fit:contain!important;object-position:center!important;padding:0!important;background:#071b30!important}
.owner-product-card .tag{background:#e4f6f2;border-color:#bcded7;color:#0b7165}
.comparison-table th:first-child{min-width:160px}
.comparison-table td:first-child{font-weight:900;color:#102d49}
.bundle-feature{display:grid;grid-template-columns:260px 1fr auto;gap:28px;align-items:center;margin:0 0 28px;padding:22px;background:#071b30;color:#d8e6ef;border:1px solid #15435d;border-radius:8px;box-shadow:0 18px 38px rgba(10,45,58,.14)}
.bundle-feature img{display:block;width:100%;border-radius:6px}
.bundle-feature .tag{background:#dff5f1;border-color:#89d5c9;color:#0b7165}
.bundle-feature h2{color:#fff;margin:10px 0 8px;font-size:1.7rem}
.bundle-feature p{color:#c5d7e3;margin:0;line-height:1.62}
.bundle-feature .bundle-value{display:block;margin-top:10px;color:#fff;font-weight:900}
.bundle-feature .actions{margin:0;justify-content:flex-end}
.bundle-feature .btn{white-space:nowrap}
.bundle-buy-panel{border-top:4px solid #0c8d7c}
.bundle-price{margin:14px 0 18px;padding:14px 16px;background:#eef8f6;border:1px solid #c9e5df;border-radius:8px}
.bundle-price .list-value{display:block;color:#587083;font-size:.85rem}
.bundle-price .price{margin:4px 0}
.bundle-price .savings{display:block;color:#0b7165;font-size:.86rem}
.bundle-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.bundle-system-card{display:flex;flex-direction:column;padding:26px;background:#fff;border:1px solid #cfe2de;border-top:4px solid #0c8d7c;border-radius:8px;box-shadow:0 14px 32px rgba(10,54,62,.07)}
.bundle-system-card>span{color:#0b766b;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:900}
.bundle-system-card h3{margin:10px 0 8px;color:#102d49;font-size:1.2rem;line-height:1.3}
.bundle-system-card h3 a{text-decoration:none}.bundle-system-card h3 a:hover{text-decoration:underline}
.bundle-system-card>p{margin:0 0 8px;color:#40576a;line-height:1.62}
.bundle-system-card .checks{margin-top:auto}
.bundle-cross-sell{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:22px;padding:20px 22px;background:#071b30;color:#d8e6ef;border-radius:8px}
.bundle-cross-sell strong{display:block;color:#fff;font-size:1.08rem}.bundle-cross-sell span{display:block;margin-top:4px;color:#bfd1de;line-height:1.58}.bundle-cross-sell .btn{white-space:nowrap}

@media(max-width:1080px){
 .owner-control-hero .product-hero-grid{grid-template-columns:1fr}
 .owner-control-points.five,.control-steps.five{grid-template-columns:repeat(3,minmax(0,1fr))}
 .owner-systems-section .product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
 .bundle-feature{grid-template-columns:200px 1fr}.bundle-feature .actions{grid-column:2;justify-content:flex-start}
}
@media(max-width:900px){
 .owner-control-points,.question-grid,.control-steps,.control-ladder,.phase-grid,.owner-home-grid{grid-template-columns:1fr 1fr}
 .owner-systems-head,.audience-grid{grid-template-columns:1fr}
 .owner-collection-note{grid-template-columns:140px 1fr}.owner-collection-note .btn{grid-column:2;width:max-content}
 .bundle-system-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
 .owner-systems-section .product-cards{grid-template-columns:1fr}
}
@media(max-width:620px){
 .owner-control-points,.owner-control-points.five,.question-grid,.control-steps,.control-steps.five,.control-ladder,.phase-grid,.owner-home-grid,.owner-systems-section .product-cards{grid-template-columns:1fr}
 .scope-boundary{grid-template-columns:1fr;gap:8px}
 .owner-systems-section{padding:20px}
 .owner-collection-note{grid-template-columns:1fr}.owner-collection-note img{width:100%}.owner-collection-note .btn{grid-column:auto;width:100%}
 .bundle-feature,.bundle-cross-sell{grid-template-columns:1fr}.bundle-feature .actions{grid-column:auto}.bundle-feature .btn,.bundle-cross-sell .btn{width:100%}
}


/* SEO repair additions: 2026-09-05 */
img { height: auto; }
.table-wrap { overflow-x: auto; margin: 1.25rem 0 2rem; }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 680px; }
.table-wrap th, .table-wrap td { border: 1px solid #c8d4df; padding: .7rem; text-align: left; vertical-align: top; }
.table-wrap th { background: #eef4f8; color: #10243a; }
.print-checklist { margin: 2.5rem 0; padding: clamp(1.25rem, 3vw, 2rem); border: 2px solid #176b78; border-radius: 14px; background: #f7fbfc; }
.printable-items li { break-inside: avoid; }
.print-button { cursor: pointer; border: 0; }
@media print {
  body * { visibility: hidden; }
  .print-checklist, .print-checklist * { visibility: visible; }
  .print-checklist { position: absolute; inset: 0; border: 0; background: #fff; color: #000; }
  .print-button { display: none; }
}

/* MoCRA Marketplace Evidence Pack conversion layout — 2026-09-11 */
.mocra-pack-hero{
  padding:34px 0 38px!important;
  background:
    radial-gradient(circle at 82% 12%,rgba(37,215,238,.18),transparent 29%),
    linear-gradient(122deg,#04121f 0%,#092942 57%,#0b5061 100%);
}
.mocra-pack-hero .product-hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:46px;
  align-items:center;
}
.mocra-pack-hero .breadcrumbs{margin-bottom:15px;flex-wrap:wrap}
.mocra-pack-hero .eyebrow{margin-bottom:12px;color:#7ce8ee}
.mocra-pack-hero h1{
  max-width:790px!important;
  margin:0 0 16px!important;
  font-size:clamp(2.55rem,3.7vw,4.35rem)!important;
  line-height:1.02!important;
  letter-spacing:-.045em;
}
.mocra-pack-hero .hero-lead{
  max-width:760px!important;
  margin:0!important;
  color:#dbe8ef!important;
  font-size:1.04rem!important;
  line-height:1.62!important;
}
.mocra-hero-checks{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0;
  margin:20px 0 18px;
  list-style:none;
}
.mocra-hero-checks li{
  min-height:98px;
  padding:14px;
  border:1px solid rgba(142,224,234,.22);
  border-radius:8px;
  background:rgba(3,19,31,.38);
}
.mocra-hero-checks strong{display:block;color:#fff;font-size:.88rem;line-height:1.3}
.mocra-hero-checks span{display:block;margin-top:5px;color:#bcd0dc;font-size:.75rem;line-height:1.4}
.mocra-hero-offer{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.mocra-price-lockup{display:flex;align-items:baseline;gap:9px}
.mocra-price-lockup strong{color:#7ce8ee;font-size:2.25rem;line-height:1}
.mocra-price-lockup span{color:#d2e0e8;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.mocra-pack-hero .btn{padding:14px 22px;background:#2f80ed;border-color:#73b4ff;box-shadow:0 12px 28px rgba(0,0,0,.2)}
.mocra-pack-page [data-buy="mocra-pack"]{background:#2468d8;border-color:#2468d8}
.hero-preview-link{display:inline-block;margin-top:14px;color:#a9edf1;font-size:.86rem;font-weight:800;text-decoration:none}
.hero-preview-link:hover{text-decoration:underline}
.mocra-pack-hero .hero-fineprint{max-width:720px!important;margin:12px 0 0!important;color:#aebfca!important;font-size:.75rem!important;line-height:1.45!important}
.mocra-pack-hero .hero-fineprint a{color:#a9edf1;font-weight:800}
.mocra-hero-preview{
  position:relative;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(137,221,233,.35);
  border-radius:10px;
  background:#eef5f8;
  box-shadow:0 24px 56px rgba(0,0,0,.32);
}
.mocra-hero-preview-label{
  position:absolute;
  z-index:1;
  top:14px;
  left:14px;
  padding:7px 10px;
  border:1px solid rgba(126,233,239,.35);
  border-radius:999px;
  background:rgba(5,27,44,.92);
  color:#bdf5f6;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mocra-hero-preview img{width:100%;height:auto;aspect-ratio:1.18/1;object-fit:cover;object-position:top left}
.mocra-hero-preview figcaption{display:flex;gap:10px;padding:14px 16px;background:#fff;color:#415568;font-size:.82rem;line-height:1.45}
.mocra-hero-preview figcaption strong{color:#0b2948;white-space:nowrap}
.mocra-pack-trust{border-bottom:1px solid #d6e4ec;background:#f7fafc}
.mocra-pack-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.mocra-pack-trust-grid>div{min-height:92px;padding:18px 20px;border-right:1px solid #d6e4ec}
.mocra-pack-trust-grid>div:last-child{border-right:0}
.mocra-pack-trust strong{display:block;color:#0b2948;font-size:.86rem;line-height:1.35}
.mocra-pack-trust span,.mocra-pack-trust a{display:block;margin-top:4px;color:#53697b;font-size:.76rem;line-height:1.4}
.mocra-pack-trust a{color:#0f6fb8;font-weight:800;text-decoration:none}
.mocra-pack-trust a:hover{text-decoration:underline}
section.content.mocra-pack-preview{padding:52px 0!important;background:linear-gradient(180deg,#f5f9fc,#edf4f8)}
.mocra-pack-preview .section-intro{max-width:760px;color:#40566a}
.mocra-pack-preview .preview-actions{margin-top:24px}
.mocra-pack-preview .secondary-link{align-self:center;color:#0f5ea7;font-weight:800;text-decoration:none}
.mocra-pack-preview .secondary-link:hover{text-decoration:underline}
.mocra-workflow-section{padding:58px 0!important}
.mocra-workflow-grid{grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);gap:48px;align-items:start}
.mocra-workflow-grid h2{max-width:710px;margin:8px 0 24px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.1;color:#102d49}
.mocra-steps-grid{display:grid;gap:12px}
.mocra-steps-grid article{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:18px;border:1px solid #d5e3eb;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(11,39,66,.055)}
.mocra-steps-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#0b3762;color:#fff;font-size:.77rem;font-weight:900}
.mocra-steps-grid h3{margin:0 0 5px;color:#0b2948;font-size:1rem}
.mocra-steps-grid p{margin:0;color:#40566a;font-size:.9rem;line-height:1.55}
.mocra-pack-buy-panel{margin-top:0}
.mocra-pack-buy-panel .price strong{font-size:2.45rem}
.mocra-pack-buy-panel .price span{color:#9fc0d5}
section.content.mocra-boundaries-section{background:#f7fafc;border-block:1px solid #d8e5ee}
.mocra-boundaries-section .not-fit .checks li:before{content:"—";background:#dfe7ed;color:#42586b}
.mocra-scope-notice{margin:24px 0 0;scroll-margin-top:96px}
.mocra-pack-faq-section{padding:58px 0!important}
.mocra-pack-faq-section .faq{max-width:980px}
.mocra-pack-faq-section .source-review{margin-bottom:0}
.mocra-pack-page section.content .kicker{color:#0b6b77}
.mocra-pack-page a:focus-visible,.mocra-pack-page button:focus-visible,.mocra-pack-page summary:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #071423}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

@media(max-width:1100px){
  .mocra-pack-hero .product-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:32px}
  .mocra-pack-hero h1{font-size:clamp(2.45rem,4.3vw,3.65rem)!important}
  .mocra-hero-checks{grid-template-columns:1fr}
  .mocra-hero-checks li{min-height:0}
  .mocra-pack-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mocra-pack-trust-grid>div:nth-child(2){border-right:0}
  .mocra-pack-trust-grid>div:nth-child(-n+2){border-bottom:1px solid #d6e4ec}
}

@media(max-width:980px){
  .mocra-pack-hero .product-hero-grid,.mocra-workflow-grid{grid-template-columns:1fr}
  .mocra-pack-hero h1{max-width:780px!important}
  .mocra-hero-checks{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mocra-hero-preview{max-width:760px}
  .mocra-pack-buy-panel{position:static!important}
}

@media(max-width:760px){
  .mocra-pack-hero{padding:24px 0 30px!important}
  .mocra-pack-hero .product-hero-grid{gap:26px}
  .mocra-pack-hero h1{font-size:clamp(2.25rem,11vw,3.25rem)!important}
  .mocra-pack-hero .hero-lead{font-size:1rem!important}
  .mocra-hero-checks{grid-template-columns:1fr}
  .mocra-hero-offer{align-items:stretch;flex-direction:column;gap:14px}
  .mocra-pack-hero .btn,.mocra-pack-preview .preview-actions .btn{width:100%}
  .mocra-hero-preview figcaption{display:block}
  .mocra-hero-preview figcaption span{display:block;margin-top:3px}
  .mocra-pack-trust-grid{grid-template-columns:1fr}
  .mocra-pack-trust-grid>div{min-height:0;border-right:0;border-bottom:1px solid #d6e4ec}
  .mocra-pack-trust-grid>div:last-child{border-bottom:0}
  .mocra-workflow-grid{gap:30px}
  .mocra-steps-grid article{grid-template-columns:40px 1fr;padding:16px;gap:12px}
  .mocra-steps-grid article>span{width:38px;height:38px}
}

/* Syntera information architecture and EPR service launch: 2026-09-08 */
.nav{position:relative}
.navlinks{gap:4px}
.navlinks>a,.nav-dropdown-toggle{white-space:nowrap}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{display:flex;align-items:center;gap:7px;border:0;border-radius:8px;background:transparent;color:#eaf2f8;font:inherit;font-size:.97rem;font-weight:750;line-height:1.2;padding:10px 12px;cursor:pointer}
.nav-dropdown-toggle span{color:#79dfe8;font-size:1rem;transition:transform .18s ease}
.nav-dropdown.open>.nav-dropdown-toggle span{transform:rotate(180deg)}
.nav-dropdown-toggle:hover,.nav-dropdown-toggle:focus-visible,.nav-dropdown.is-current>.nav-dropdown-toggle{background:rgba(255,255,255,.08);color:#fff}
.nav-menu{display:none;position:absolute;top:calc(100% + 12px);left:0;width:330px;padding:10px;background:#0a1c30;border:1px solid #28445c;border-radius:10px;box-shadow:0 24px 54px rgba(0,0,0,.32)}
.nav-dropdown.open .nav-menu{display:grid}
.nav-menu a{display:block;padding:12px 13px;border-radius:7px;color:#eaf2f8;text-decoration:none;font-size:.9rem;font-weight:750;line-height:1.35}
.nav-menu a:hover,.nav-menu a[aria-current="page"]{background:rgba(110,226,231,.12);color:#fff}
.nav-cta{margin-left:5px}
.breadcrumbs{display:flex;align-items:center;gap:8px;margin:0 0 18px;color:#bad0df;font-size:.82rem}
.breadcrumbs a{color:#e5f1f7;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.hero-support{margin-top:18px!important;color:#9fc0d5!important;font-size:.88rem!important;font-weight:700}
.home-v2-hero h1{font-size:clamp(2.8rem,4.9vw,5rem);max-width:760px}
.flagship-section{background:linear-gradient(180deg,#f5fafb,#fff)!important}
.flagship-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center}
.flagship-grid h2,.family-section h2,.choice-section h2,.catalog-section h2,.delivery-choice h2{font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.08;margin:8px 0 16px}
.section-lead{font-size:1.04rem;color:#33495d;line-height:1.72}
.flagship-art img,.epr-catalog-banner img{width:100%;height:auto;border:1px solid #bcd8e5;border-radius:10px;background:#edf6f8;box-shadow:0 24px 52px rgba(7,34,55,.15)}
.compact-boundary{margin:24px 0 0}
.family-section{background:#fff!important;border-top:1px solid #dfebf1}
.family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.family-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:28px;border:1px solid #d4e4ec;border-top:4px solid #176f9e;border-radius:10px;background:#fff;box-shadow:0 16px 36px rgba(16,42,67,.08);overflow:hidden}
.family-card.family-owner{border-top-color:#0f8f7a}
.family-card.family-product{border-top-color:#176fba}
.family-card.family-employer{border-top-color:#a66c18}
.family-number{position:absolute;right:20px;top:10px;color:#e3edf2;font-size:3rem;font-weight:900;line-height:1}
.family-card .tag{align-self:flex-start;position:relative;z-index:1;margin-right:54px}
.family-card h2,.family-card h3{margin:20px 0 10px;color:#102d49;font-size:1.55rem;line-height:1.2}
.family-card p{color:#40566a;line-height:1.66}
.family-card>a:not(.btn){margin-top:auto;color:#0f5ea7;font-weight:900;text-decoration:none}
.family-card>.btn{align-self:flex-start;margin-top:auto}
.family-card .checks{margin-top:6px;margin-bottom:22px}
.family-directory .family-card{min-height:520px}
.delivery-choice{background:linear-gradient(180deg,#f6fafc,#eef5f8)!important}
.delivery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.delivery-grid article{display:flex;flex-direction:column;padding:30px;border:1px solid #d4e3ea;border-radius:10px;background:#fff;box-shadow:0 16px 36px rgba(16,42,67,.07)}
.delivery-grid h3{font-size:1.55rem;margin:17px 0 9px;color:#102d49}
.delivery-grid p{color:#40566a;line-height:1.65}
.delivery-grid a{margin-top:auto;color:#0f5ea7;font-weight:900;text-decoration:none}
.choice-section{background:#fff!important}
.choice-grid{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;padding:30px;border:1px solid #d1e4e3;border-radius:10px;background:#f3f9f7}
.choice-grid h2{margin-bottom:10px}
.choice-grid p{margin-bottom:0;color:#40566a}
.choice-grid .actions{margin-top:0;justify-content:flex-end}
.resource-action{justify-content:center}
.closing-cta{padding:54px 0;background:linear-gradient(135deg,#071321,#103b59);color:#fff}
.closing-cta-grid{display:grid;grid-template-columns:minmax(0,1.25fr) auto;gap:40px;align-items:center}
.closing-cta h2{max-width:760px;margin:6px 0 0;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.1}
.closing-cta .actions{justify-content:flex-end;margin-top:0}
.catalog-hero p{max-width:800px;color:#dbe7f0;font-size:1.08rem}
.catalog-anchors .btn{box-shadow:none}
.epr-catalog-banner{background:linear-gradient(180deg,#ecf7f6,#fff)!important;border-bottom:1px solid #d7e7e6}
.epr-catalog-banner h2{font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.08;margin:14px 0}
.epr-catalog-banner p{color:#385268;font-size:1.03rem;line-height:1.7}
.catalog-section{scroll-margin-top:92px}
.catalog-section.catalog-alt{background:linear-gradient(180deg,#f6f9fc,#eef5f8)!important;border-block:1px solid #deeaef}
.catalog-section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:end;margin-bottom:28px}
.catalog-section-head h2{margin-bottom:0}
.catalog-section-head p{margin:0;color:#40566a;font-size:1.02rem;line-height:1.68}
.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-grid .product-card{overflow:hidden}
.catalog-grid .product-card-body>.btn{align-self:flex-start;margin-top:auto}
.catalog-grid .product-card h3{font-size:1.32rem;line-height:1.24;margin:16px 0 9px;color:#102d49}
.catalog-grid .product-card p{line-height:1.58}
.catalog-grid .price{margin-top:auto;padding-top:10px}
.catalog-grid .price strong{font-size:1.65rem}
.catalog-grid-short{max-width:790px}
.service-card{border-top:4px solid #0f8f7a}
.service-card .product-card-body{background:#f5fbf9}
.catalog-family-link{margin-top:25px;padding-top:18px;border-top:1px solid #dbe7ed}
.catalog-family-link a{color:#0f5ea7;font-weight:900;text-decoration:none}
.footer-grid{grid-template-columns:1.3fr 1.25fr 1fr 1fr}
.article-family-strip{padding:26px 0!important;background:#eef6f4!important;border-top:1px solid #d4e5e1}
.family-strip-inner{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:28px;align-items:center}
.family-strip-inner>div:first-child>strong{display:block;margin-top:5px;color:#15344a;font-size:1.12rem}
.family-strip-links{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.family-strip-links a{padding:9px 12px;border:1px solid #b9d7d3;border-radius:7px;background:#fff;color:#0d5d70;text-decoration:none;font-size:.84rem;font-weight:850}
.family-strip-links a:hover{border-color:#0f8f7a;color:#075047}
#packaging-epr,#owner-controls-fraud,#product-supply-chain,#employer-workplace{scroll-margin-top:86px}
.news-hub .article-cta .btn.alt,.news-hub>.wrap>.actions .btn.alt{color:#fff}
.news-hub .news-group .btn.alt,.content>.wrap:not(.article-cta)>.actions .btn.alt{color:#0f4f88;border-color:#a9c8e3;background:#fff}
.assessment-form{display:grid;gap:20px;margin-top:26px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.assessment-form label,.assessment-form legend{color:#18354b;font-weight:800;font-size:.9rem}
.assessment-form input:not([type="checkbox"]),.assessment-form select,.assessment-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #b7cbd8;border-radius:7px;background:#fff;color:#0b1724;font:inherit;padding:11px 12px}
.assessment-form textarea{resize:vertical;min-height:110px}
.assessment-form fieldset{display:flex;gap:16px;flex-wrap:wrap;margin:0;padding:16px;border:1px solid #cbdce5;border-radius:8px}
.assessment-form fieldset legend{padding:0 6px}
.assessment-form fieldset label{display:flex;align-items:center;gap:7px;font-weight:700}
.form-consent{display:flex;align-items:flex-start;gap:10px;padding:14px;border-radius:8px;background:#eef6f4;line-height:1.5}
.form-consent input{margin-top:5px}
.assessment-form>.btn{justify-self:start;border:0;cursor:pointer}
.form-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.form-success{display:grid;gap:4px;margin:20px 0;padding:16px 18px;border:1px solid #91c9bd;border-left:5px solid #0f8f7a;border-radius:8px;background:#eff9f5;color:#153f37}
.form-success[hidden]{display:none}

@media(max-width:1080px){
  .menu-btn{display:grid}
  .navlinks{display:none}
  .navlinks.open{display:flex;position:absolute;left:0;right:0;top:calc(100% + 1px);max-height:calc(100vh - 84px);overflow:auto;padding:12px;background:#0a1c30;border:1px solid #28445c;border-radius:0 0 10px 10px;box-shadow:0 24px 48px rgba(0,0,0,.28);flex-direction:column;align-items:stretch;gap:3px}
  .navlinks.open>a,.navlinks.open .nav-dropdown-toggle{width:100%;justify-content:space-between;padding:13px;text-align:left}
  .nav-cta{margin-left:0;margin-top:5px;text-align:center}
  .nav-dropdown{width:100%}
  .nav-menu{position:static;width:100%;margin:3px 0 6px;padding:5px 5px 5px 14px;background:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1);box-shadow:none}
  .flagship-grid,.closing-cta-grid{grid-template-columns:1fr}
  .flagship-art,.epr-catalog-banner img{max-width:780px}
  .closing-cta .actions{justify-content:flex-start}
  .family-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .family-directory .family-card{min-height:0}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .family-strip-inner{grid-template-columns:1fr}
  .family-strip-links{justify-content:flex-start}
}

@media(max-width:760px){
  .navlinks.open{left:0;right:0;top:100%;border-radius:0 0 8px 8px}
  .home-v2-hero h1{font-size:clamp(2.15rem,11.5vw,3.25rem)}
  .family-grid,.delivery-grid,.catalog-grid,.catalog-section-head,.choice-grid,.closing-cta-grid{grid-template-columns:1fr}
  .family-card{min-height:0;padding:22px}
  .choice-grid{padding:22px;gap:18px}
  .choice-grid .actions,.closing-cta .actions{justify-content:stretch}
  .closing-cta{padding:44px 0}
  .catalog-grid-short{max-width:none}
  .catalog-anchors .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .assessment-form>.btn{width:100%}
}

/* FDA MoCRA resource hub, evidence previews, and conversion paths */
.mocra-early-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin:28px 0 34px;padding:22px 24px;border:1px solid #b9d7d3;border-left:5px solid #0f8f7a;border-radius:8px;background:linear-gradient(135deg,#eef8f6,#f7fbfd)}
.mocra-early-cta strong{display:block;color:#0b2948;font-size:1.05rem;line-height:1.35}
.mocra-early-cta p{margin:5px 0 0!important;font-size:.9rem!important;line-height:1.55!important;color:#40566a!important}
.mocra-early-cta .actions{margin-top:0;justify-content:flex-end}
.mocra-early-cta .btn{font-size:.84rem;padding:11px 14px}
.workbook-preview-section{background:linear-gradient(180deg,#f5f9fc,#edf4f8);border-block:1px solid #d8e5ee}
.workbook-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:26px}
.workbook-preview-grid.preview-five figure:first-child{grid-column:1/-1}
.workbook-preview-card{margin:0;padding:12px;border:1px solid #cadde8;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(11,39,66,.08)}
.workbook-preview-card img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:top left;border:1px solid #d8e4ec;border-radius:6px;background:#eef4f8}
.workbook-preview-card figcaption{padding:12px 4px 4px;color:#40566a;font-size:.9rem;line-height:1.55}
.workbook-preview-card figcaption strong{display:block;margin-bottom:3px;color:#0b2948}
.delivery-clarity{margin-top:24px;padding:22px;border:1px solid #bdd4e1;border-radius:8px;background:#fff}
.delivery-clarity h3{margin:0 0 9px;color:#0b2948}
.delivery-clarity p{margin:7px 0;color:#40566a;line-height:1.65}
.delivery-clarity .actions{margin-top:16px}
.source-review{margin:38px 0 30px;padding:22px 24px;border:1px solid #c7dce6;border-left:5px solid #0f6fb8;border-radius:8px;background:#f5f9fc;color:#33495d}
.source-review strong{display:block;color:#0b2948;font-size:1.02rem}
.source-review p{margin:7px 0 0!important;font-size:.9rem!important;line-height:1.65!important}
.source-review a{font-weight:800;color:#0f5ea7}
.mocra-hub-hero{background:radial-gradient(circle at 88% 18%,rgba(37,215,238,.2),transparent 32%),linear-gradient(135deg,#061321,#0c3552)}
.mocra-hub-hero .article-hero{max-width:980px}
.mocra-hub-hero .hub-alert{margin-top:24px;padding:16px 18px;border:1px solid rgba(134,232,239,.45);border-radius:8px;background:rgba(4,22,37,.55);color:#dcebf3}
.hub-alert strong{color:#86e8ef}
.mocra-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px}
.mocra-choice-card{display:flex;flex-direction:column;padding:24px;border:1px solid #d1e2ea;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(11,39,66,.07)}
.mocra-choice-card.featured{border-top:4px solid #0f8f7a}
.mocra-choice-card h2,.mocra-choice-card h3{margin:10px 0 8px;color:#0b2948}
.mocra-choice-card p{color:#40566a;line-height:1.65}
.mocra-choice-card .actions{margin-top:auto;padding-top:10px}
.mocra-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}
.mocra-guide-card{display:block;padding:22px;border:1px solid #d4e3eb;border-radius:8px;background:#fff;color:#0b2948;text-decoration:none;box-shadow:0 10px 24px rgba(11,39,66,.055)}
.mocra-guide-card:hover{border-color:#0f8f7a;transform:translateY(-1px)}
.mocra-guide-card strong{display:block;margin-bottom:7px;font-size:1.04rem}
.mocra-guide-card span{display:block;color:#506477;font-size:.9rem;line-height:1.55}
#preview,#source-review,#mocra-guides{scroll-margin-top:96px}

@media(max-width:980px){
  .mocra-early-cta,.mocra-choice-grid{grid-template-columns:1fr}
  .mocra-early-cta .actions{justify-content:flex-start}
}

@media(max-width:760px){
  .workbook-preview-grid,.mocra-guide-grid{grid-template-columns:1fr}
  .workbook-preview-grid.preview-five figure:first-child{grid-column:auto}
  .mocra-early-cta,.delivery-clarity,.source-review,.mocra-choice-card{padding:19px}
  .mocra-early-cta .actions,.delivery-clarity .actions{width:100%}
  .mocra-early-cta .btn,.delivery-clarity .btn{width:100%}
}
