
/* Steel Peak 2026 blue brand + mockup-inspired homepage */
:root{
  --sp-navy:#06131f;
  --sp-navy-2:#0a1b2a;
  --sp-blue:#2e94ff;
  --sp-blue-light:#79c2ff;
  --sp-orange:#f57932;
  --sp-white:#ffffff;
  --sp-muted:#b8c5ce;
  --steel:var(--sp-blue);
  --blue:var(--sp-blue-light);
  --charcoal:var(--sp-navy);
  --orange:var(--sp-orange);
}
body{background:#07131d}
.siteHeader{
  background:rgba(5,16,26,.96);
  border-bottom:1px solid rgba(46,148,255,.55);
  box-shadow:0 8px 32px rgba(0,0,0,.2);
}
.headerInner{height:92px;gap:28px}
.brand{gap:14px}
.brand img{
  width:68px;height:68px;object-fit:contain;object-position:center;border-radius:0;
  filter:drop-shadow(0 5px 15px rgba(32,135,255,.18));
}
.brand b{font-size:24px;letter-spacing:.035em}
.brand small{color:var(--sp-blue);letter-spacing:.28em;font-size:11px}
.siteHeader nav{gap:29px}
.siteHeader nav a{font-weight:700}
.siteHeader nav a:hover{color:var(--sp-blue-light)}
.headerCta{background:var(--sp-orange);border-color:var(--sp-orange);color:#fff;box-shadow:0 8px 24px rgba(245,121,50,.18)}
.headerCta:hover{background:#ff8744;border-color:#ff8744}

.hero{min-height:690px;border-bottom:1px solid rgba(46,148,255,.65)}
.heroShade{background:linear-gradient(90deg,rgba(3,10,16,.96) 0%,rgba(3,10,16,.83) 38%,rgba(3,10,16,.34) 68%,rgba(3,10,16,.18) 100%)}
.heroVideo{filter:saturate(.84) contrast(1.06) brightness(.82)}
.heroContent{padding:58px 0 54px;max-width:890px}
.hero .eyebrow{color:var(--sp-orange);letter-spacing:.24em}
.hero h1{
  font-size:clamp(62px,7.35vw,112px);
  line-height:.94;
  letter-spacing:-.025em;
  text-shadow:0 4px 24px rgba(0,0,0,.34);
}
.hero h1 span{color:var(--sp-blue-light)}
.heroCopy{max-width:720px;font-size:18px;line-height:1.65;color:#f3f6f8}
.button.primary{background:var(--sp-orange);border-color:var(--sp-orange);color:#fff}
.button.primary:hover{background:#ff8744;border-color:#ff8744}
.button.ghost{border-color:rgba(79,174,255,.85);box-shadow:inset 0 0 0 1px rgba(46,148,255,.08)}
.button.ghost:hover{background:rgba(46,148,255,.12);border-color:var(--sp-blue-light)}
.hero .trustLine,.hero .scrollCue{display:none!important}

.mockupFeatureStrip{
  background:linear-gradient(180deg,#071521 0%,#081823 100%);
  border-bottom:1px solid rgba(46,148,255,.45);
  color:#fff;
}
.mockupFeatureGrid{
  display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;width:calc(100% - 40px);margin:auto;
}
.mockupFeature{
  min-height:104px;padding:24px 24px;display:flex;align-items:center;gap:17px;position:relative;
}
.mockupFeature:not(:last-child):after{content:"";position:absolute;right:0;top:23px;bottom:23px;width:1px;background:rgba(91,180,255,.32)}
.mockupFeature svg{width:38px;height:38px;color:var(--sp-blue);stroke-width:1.8;flex:none}
.mockupFeature strong{font:600 18px var(--font-display);text-transform:uppercase;letter-spacing:.01em;display:block}
.mockupFeature span{display:block;color:#d5dee4;font-size:13px;margin-top:3px}

.practicalSection{background:linear-gradient(180deg,#08151f 0%,#07121b 100%);color:#fff;padding:34px 0 74px;border-bottom:1px solid rgba(46,148,255,.35)}
.practicalHeading{text-align:center;margin:0 auto 28px;max-width:900px}
.practicalHeading h2{font:600 clamp(34px,4vw,48px)/1 var(--font-display);text-transform:uppercase;letter-spacing:.01em;margin:0;display:flex;align-items:center;justify-content:center;gap:24px}
.practicalHeading h2:before,.practicalHeading h2:after{content:"";height:2px;flex:1;max-width:150px;background:linear-gradient(90deg,transparent,var(--sp-blue))}
.practicalHeading h2:after{background:linear-gradient(90deg,var(--sp-blue),transparent)}
.practicalHeading p{color:#c8d3d9;margin:10px auto 0;line-height:1.55}
.practicalGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.practicalCard{position:relative;min-height:190px;border:1px solid rgba(46,148,255,.62);border-radius:8px;overflow:hidden;text-decoration:none;background:#0c1b25;box-shadow:0 14px 26px rgba(0,0,0,.2);transition:transform .2s,border-color .2s,box-shadow .2s}
.practicalCard:hover{transform:translateY(-4px);border-color:var(--sp-blue-light);box-shadow:0 18px 32px rgba(0,0,0,.32)}
.practicalCard img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.86) brightness(.68);transition:transform .3s}
.practicalCard:hover img{transform:scale(1.035)}
.practicalCard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,10,15,.05) 32%,rgba(3,10,15,.94) 100%)}
.practicalCardContent{position:absolute;z-index:2;left:16px;right:12px;bottom:14px;display:flex;align-items:flex-end;gap:10px}
.practicalCardIcon{width:34px;height:34px;border-radius:8px;background:rgba(22,131,233,.17);border:1px solid rgba(66,166,255,.65);display:grid;place-items:center;flex:none;color:var(--sp-blue-light)}
.practicalCardIcon svg{width:21px;height:21px}
.practicalCard h3{font:600 20px/1.05 var(--font-display);text-transform:uppercase;margin:0;color:#fff}
.practicalCard small{display:block;color:#88c9ff;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:800;margin-bottom:5px}

/* Site-wide blue identity */
.eyebrow{color:var(--sp-blue)}
.darkSection,.newsletter,footer,.articleHero,.checklistOffer{background-color:var(--sp-navy)!important}
.darkSection{background:linear-gradient(180deg,#07131d 0%,#091b28 100%)!important}
.categoryCard svg,.standardsGrid svg,.merchDetails svg,.articleBody li svg{color:var(--sp-blue)}
.categoryCard:hover,.infoCard:hover{border-color:rgba(46,148,255,.6)}
.textLink,.productBody a,.lightLink{transition:color .18s}
.textLink:hover,.productBody a:hover{color:var(--sp-blue)}
.productImageLink:focus-visible,.articleImageLink:focus-visible{outline-color:var(--sp-blue)}
.newsletter{border-top:1px solid rgba(46,148,255,.28)}
footer{border-top:1px solid rgba(46,148,255,.28)}
.footerBottom{border-top-color:rgba(112,184,244,.18)}

@media (max-width:1050px){
  .practicalGrid{grid-template-columns:repeat(3,1fr)}
  .mockupFeatureGrid{grid-template-columns:repeat(2,1fr)}
  .mockupFeature:nth-child(2):after{display:none}
  .mockupFeature:nth-child(-n+2){border-bottom:1px solid rgba(91,180,255,.22)}
}
@media (max-width:900px){
  .headerInner{height:76px}.brand img{width:54px;height:54px}.brand b{font-size:20px}
  .hero{min-height:710px}.heroContent{padding:74px 0 70px}.hero h1{font-size:clamp(58px,11vw,82px)}
}
@media (max-width:620px){
  .brand img{width:50px;height:50px}.brand span{display:flex}.brand b{font-size:18px}.brand small{font-size:9px}
  .hero{min-height:690px}.heroContent{padding:58px 0 60px}.hero h1{font-size:clamp(51px,15vw,68px)}
  .heroCopy{font-size:16px}
  .mockupFeatureGrid{grid-template-columns:1fr}
  .mockupFeature{min-height:86px;padding:18px 8px}.mockupFeature:not(:last-child):after{display:none}.mockupFeature:not(:last-child){border-bottom:1px solid rgba(91,180,255,.2)}
  .practicalSection{padding:42px 0 60px}.practicalHeading h2{font-size:36px;gap:12px}.practicalHeading h2:before,.practicalHeading h2:after{max-width:44px}
  .practicalGrid{grid-template-columns:1fr 1fr;gap:10px}.practicalCard{min-height:175px}.practicalCard h3{font-size:18px}
}
@media (max-width:430px){.practicalGrid{grid-template-columns:1fr}.practicalCard{min-height:190px}}

/* Final site-wide mockup alignment */
.mockupStaticHero{background-image:url('/media/hero-static.jpg');background-size:cover;background-position:center right;background-repeat:no-repeat;}
.pageHero{background:linear-gradient(135deg,#06131f 0%,#0a2031 62%,#0b2940 100%)!important;border-bottom:1px solid rgba(46,148,255,.45);}
.pageHero .eyebrow,.pageHero h1{color:#fff}.pageHero p{color:#d4e0e8}
.sectionHeading h2,.resourceFeature h2,.newsletter h2{font-family:var(--font-display);letter-spacing:-.015em}
.productCard,.infoCard,.categoryCard,.articleCard,.resourceCard,.merchCard{border-color:rgba(46,148,255,.24);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.productCard:hover,.infoCard:hover,.categoryCard:hover,.articleCard:hover,.resourceCard:hover,.merchCard:hover{border-color:rgba(46,148,255,.58)}
.productBody small,.articleCard small,.merchDetails small{color:#278fe8}
.checklistVisual .sheet{border-color:rgba(46,148,255,.42)}
.checklistVisual .sheet p{color:#278fe8}
input:focus,textarea:focus,select:focus{outline-color:#2e94ff;border-color:#2e94ff}
@media(max-width:700px){.mockupStaticHero{background-position:62% center}.heroShade{background:linear-gradient(90deg,rgba(3,10,16,.96),rgba(3,10,16,.72))}}


/* 2026-09-09 OpticsPlanet affiliate gear expansion */
.gearExpansionHeading{margin-top:78px;padding-top:58px;border-top:1px solid rgba(16,24,32,.14)}
.gearExpansionHeading h2{font:600 clamp(36px,4.5vw,58px)/1.02 var(--font-display);text-transform:uppercase;letter-spacing:-.02em;margin:0 0 16px;color:var(--ink)}
.gearExpansionHeading>p:last-child{max-width:760px;color:var(--muted);font-size:16px;line-height:1.7;margin:0}
.productGridExpanded{margin-top:34px}
.newAffiliatePick{border:1px solid rgba(46,148,255,.24);overflow:hidden}
.productImage.productPlaceholder{background:radial-gradient(circle at 68% 28%,rgba(46,148,255,.24),transparent 34%),linear-gradient(145deg,#17242b,#0d151a);color:#6ab6ff;flex-direction:column;gap:14px;text-align:center;padding:36px 28px 46px}
.productImage.productPlaceholder:before{border-color:rgba(106,182,255,.18)}
.productPlaceholderIcon{display:grid;place-items:center;width:92px;height:92px;border:1px solid rgba(106,182,255,.28);border-radius:50%;background:rgba(9,17,22,.42);box-shadow:0 0 34px rgba(46,148,255,.12)}
.productPlaceholderIcon svg{width:52px;height:52px}
.productImage.productPlaceholder strong{font:600 19px var(--font-display);letter-spacing:.12em;color:#eef7ff;z-index:1}
.productImage.productPlaceholder span{color:#7fc4ff;left:25px;bottom:23px}
.newAffiliatePick .productBody p{min-height:92px}
.newAffiliatePick .productBody>a{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;color:var(--ink)}
.newAffiliatePick .productBody>a svg{color:var(--sp-blue)}
@media (max-width:620px){.gearExpansionHeading{margin-top:56px;padding-top:44px}.productImage.productPlaceholder{height:220px}.newAffiliatePick .productBody p{min-height:0}}

/* Official Awin/OpticsPlanet product-feed imagery */
.affiliateFeedPhoto{background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.affiliateFeedPhoto img{width:100%;height:100%;object-fit:contain;padding:14px;box-sizing:border-box}.affiliateFeedPhoto span{position:absolute;left:10px;bottom:10px;background:rgba(6,18,32,.88);color:#fff;padding:5px 8px;border-radius:4px;font-size:.68rem;letter-spacing:.06em}


/* 2026-09-10 final readability + blue brand cleanup */
.gearExpansionHeading h2{color:#f5f8fb!important;text-shadow:0 2px 18px rgba(0,0,0,.28)}
.gearExpansionHeading>p:last-child{color:#c7d4dd!important}

/* 2026-09-10 Gear 2.0 + site-wide readability pass */
:root{--sp-copy-light:#d7e2e9;--sp-heading-light:#f5f8fb;--sp-panel:#0b1a25;--sp-panel-2:#0e2230}

/* Improve readability anywhere the site uses a dark surface */
.darkSection h1,.darkSection h2,.darkSection h3,.darkSection h4,
.checklistOffer h1,.checklistOffer h2,.checklistOffer h3,.checklistOffer h4,
.newsletter h1,.newsletter h2,.newsletter h3,.newsletter h4,
footer h1,footer h2,footer h3,footer h4,
.pageHero h1,.pageHero h2,.pageHero h3,
.gearCategorySection h2,.gearShopIntro h2{color:var(--sp-heading-light)!important}
.darkSection p,.darkSection li,.darkSection .sectionIntro,
.checklistOffer p,.checklistOffer li,
.newsletter p,.newsletter li,
footer p,footer li,
.pageHero p,.gearCategorySection p,.gearShopIntro p{color:var(--sp-copy-light)!important}
.standardsGrid h3,.standardsGrid p{color:var(--sp-heading-light)!important}
.standardsGrid p{color:var(--sp-copy-light)!important}
.resourceFeature h2,.resourceFeature p{color:var(--sp-heading-light)!important}
.resourceFeature p{color:var(--sp-copy-light)!important}

/* Gear 2.0 */
.gearShopIntro{margin:42px 0 58px;scroll-margin-top:100px}
.gearShopHeading{max-width:870px}
.gearShopHeading h2{font:600 clamp(42px,5vw,68px)/.98 var(--font-display);text-transform:uppercase;letter-spacing:-.025em;margin:8px 0 16px}
.gearShopHeading>p:last-child{max-width:780px;line-height:1.7}
.gearPromise{margin:28px 0 30px;padding:22px 24px;border:1px solid rgba(46,148,255,.34);border-left:4px solid var(--sp-blue);background:linear-gradient(135deg,rgba(46,148,255,.08),rgba(255,255,255,.02));border-radius:8px}
.gearPromise strong{display:block;color:#f5f8fb;font:600 21px var(--font-display);text-transform:uppercase;letter-spacing:.02em;margin-bottom:7px}
.gearPromise p{margin:0;max-width:980px}
.gearCategoryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px}
.gearCategoryCard{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"name arrow" "meta arrow";gap:4px 12px;align-items:center;min-height:94px;padding:18px 18px;text-decoration:none;background:linear-gradient(145deg,#edf3f6,#dfe8ed);border:1px solid rgba(255,255,255,.7);box-shadow:0 10px 24px rgba(0,0,0,.15);transition:transform .18s,border-color .18s,box-shadow .18s}
.gearCategoryCard:hover{transform:translateY(-3px);border-color:#78bfff;box-shadow:0 15px 28px rgba(0,0,0,.22)}
.gearCategoryName{grid-area:name;color:#0a1720;font-weight:800;font-size:15px;line-height:1.2}
.gearCategoryMeta{grid-area:meta;color:#50636f;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.gearCategoryArrow{grid-area:arrow;color:#147ed8;font-size:24px;font-weight:900}
.gearCategorySection{padding:58px 0 18px;border-top:1px solid rgba(76,167,247,.24);scroll-margin-top:88px}
.gearCategoryHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px}
.gearCategoryHeader>div{max-width:770px}
.gearCategoryHeader h2{font:600 clamp(38px,4.2vw,58px)/1 var(--font-display);text-transform:uppercase;letter-spacing:-.02em;margin:6px 0 10px}
.gearCategoryHeader p{margin:0;line-height:1.65}
.backToCategories{white-space:nowrap;color:#8ecbff;text-decoration:none;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding-bottom:6px}
.backToCategories:hover{color:#fff}
.categoryProductGrid{margin-top:0}
.categoryProductGrid .productCard{height:100%;display:flex;flex-direction:column}
.categoryProductGrid .productBody{display:flex;flex-direction:column;flex:1}
.categoryProductGrid .productBody p{flex:1;min-height:0!important}
.categoryProductGrid .productBody>a{margin-top:auto}
.categoryProductGrid .productImage{height:270px}
.categoryProductGrid .productImage img{object-fit:contain}

@media(max-width:1050px){.gearCategoryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .gearCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gearCategoryHeader{align-items:flex-start;flex-direction:column;gap:14px}
  .gearCategorySection{padding-top:48px}
  .categoryProductGrid .productImage{height:235px}
}
@media(max-width:470px){
  .gearCategoryGrid{grid-template-columns:1fr}
  .gearCategoryCard{min-height:82px}
  .gearShopHeading h2{font-size:42px}
}

/* 2026-09-10 FINAL contrast correction — dark site canvas */
body{background:#07131d!important;color:#f5f8fb}
main>.section:not(.intro):not(.articleSection){background:#07131d;color:#f5f8fb}
main>.section:not(.intro):not(.articleSection) .sectionHeading h2,
main>.section:not(.intro):not(.articleSection) .sectionHeading h3,
main>.section:not(.intro):not(.articleSection) .standardsGrid h3,
main>.section:not(.intro):not(.articleSection) .resourceFeature h2{color:#f5f8fb!important;text-shadow:none!important}
main>.section:not(.intro):not(.articleSection) .sectionIntro,
main>.section:not(.intro):not(.articleSection) .standardsGrid p,
main>.section:not(.intro):not(.articleSection) .resourceFeature p{color:#c9d7df!important}
/* Cards and other intentionally light surfaces keep dark text */
main>.section .productCard,main>.section .infoCard,main>.section .articleCard,main>.section .resourceCard,
main>.section .merchCard,main>.section .featuredMerchBody,main>.section .checklistSignup{color:#101820}
main>.section .productCard h1,main>.section .productCard h2,main>.section .productCard h3,
main>.section .infoCard h1,main>.section .infoCard h2,main>.section .infoCard h3,
main>.section .articleCard h1,main>.section .articleCard h2,main>.section .articleCard h3,
main>.section .resourceCard h1,main>.section .resourceCard h2,main>.section .resourceCard h3,
main>.section .merchCard h1,main>.section .merchCard h2,main>.section .merchCard h3,
main>.section .featuredMerchBody h1,main>.section .featuredMerchBody h2,main>.section .featuredMerchBody h3{color:#101820!important}
main>.section .productCard p,main>.section .infoCard p,main>.section .articleCard p,main>.section .resourceCard p,
main>.section .merchCard p,main>.section .featuredMerchBody p{color:#4d5a61!important}

/* 2026-09-10 balanced heading contrast — light surfaces */
/* Keep oversized display headings readable on white/light sections without making them compete with body copy. */
.intro .sectionHeading h2,
.articleSection .sectionHeading h2,
.articleSection .articleBody h2,
section[style*="background:#fff"] .sectionHeading h2,
section[style*="background: #fff"] .sectionHeading h2{
  color:#536a78!important;
  text-shadow:none!important;
}
.intro .sectionHeading h2{color:#536a78!important}
/* Preserve strong dark text for normal copy on light surfaces. */
.intro .largeCopy p,.articleSection p{color:#344149!important}

/* Homepage featured gear: keep card dimensions, give product photography more breathing room. */
body > main > section .productGrid .productImage.productPhoto img {
  padding: 34px 40px 48px;
  object-fit: contain;
}
@media (max-width: 620px) {
  body > main > section .productGrid .productImage.productPhoto img {
    padding: 28px 32px 42px;
  }
}

/* Homepage 72-hour checklist feature image */
.checklistVisualImage{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:linear-gradient(135deg, rgba(36,59,58,.9), rgba(21,35,38,.96));
}
.checklistVisualImage img{
  display:block;
  width:100%;
  height:auto;
  max-height:640px;
  object-fit:contain;
  box-shadow:18px 18px 0 rgba(0,0,0,.22);
}
@media (max-width: 760px){
  .checklistVisualImage{padding:16px;}
  .checklistVisualImage img{max-height:none;box-shadow:10px 10px 0 rgba(0,0,0,.18);}
}

/* Preparedness Workbook sales experience */
.workbookHomeFeature{background:linear-gradient(135deg,#f4f7fa 0%,#fff 60%);border-top:1px solid #d9e2ea;border-bottom:1px solid #d9e2ea}.workbookHomeGrid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:72px;align-items:center}.workbookHomeVisual{max-width:480px;margin:auto;filter:drop-shadow(0 24px 38px rgba(6,17,29,.22))}.workbookHomeVisual img{display:block;width:100%;height:auto;border-radius:8px}.workbookHomeCopy h2{max-width:780px}.workbookLead{font-size:1.08rem;line-height:1.75;max-width:760px}.readinessPath{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:24px 0;font-family:var(--font-display,Oswald,sans-serif);font-weight:700;font-size:.82rem;letter-spacing:.06em}.readinessPath span{padding:7px 9px;border:1px solid #c9d8e5;border-radius:4px;background:#fff;color:#193148}.readinessPath b{color:#2b80d8}.workbookOffers{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0 20px}.workbookOffer{padding:22px;border:1px solid #cbd8e3;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 24px rgba(15,35,55,.06)}.workbookOffer small{font-weight:800;letter-spacing:.08em;color:#2b80d8}.workbookOffer strong{font-size:1.2rem}.workbookPrice{font-family:var(--font-display,Oswald,sans-serif);font-size:2rem;font-weight:700;color:#0c2033}.workbookOffer .button{margin-top:8px;text-align:center;justify-content:center}.workbookOffer.muted{background:#f6f8fa}.comingSoon{display:inline-flex;width:max-content;padding:8px 10px;border-radius:4px;background:#e9eef3;color:#4b5d6d;font-size:.9rem;font-weight:700}.workbookTagline{font-weight:800;margin-top:24px;color:#193148}
.workbookHero{background:radial-gradient(circle at 20% 15%,rgba(43,128,216,.18),transparent 33%),linear-gradient(135deg,#07111b,#101f2d 65%,#0d1722);color:#fff;padding:76px 0}.workbookHeroGrid{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:80px;align-items:center}.workbookHeroImage{max-width:500px;margin:auto;filter:drop-shadow(0 28px 46px rgba(0,0,0,.5))}.workbookHeroImage img{display:block;width:100%;height:auto;border-radius:8px}.workbookHeroCopy h1{font-family:var(--font-display,Oswald,sans-serif);font-size:clamp(3rem,6vw,5.5rem);line-height:.98;text-transform:uppercase;letter-spacing:-.02em;margin:12px 0 22px;max-width:850px}.workbookHeroLead{font-size:1.18rem;line-height:1.7;color:#d5e2ed;max-width:760px}.lightPath span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#fff}.workbookHeroActions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.workbookQuickFacts{display:flex;gap:28px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.16);padding-top:22px;color:#cdd8e3}.workbookQuickFacts span{display:flex;flex-direction:column;gap:3px}.workbookQuickFacts b{font-family:var(--font-display,Oswald,sans-serif);font-size:1.6rem;color:#fff}.workbookHeroNote{font-size:.9rem;color:#aebdcc;margin-top:18px}.workbookBenefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.workbookBenefits article{border:1px solid #d7e0e8;border-radius:8px;padding:24px;background:#fff;box-shadow:0 8px 22px rgba(15,35,55,.04)}.workbookBenefits article>span{font-family:var(--font-display,Oswald,sans-serif);color:#2b80d8;font-weight:700;font-size:1.15rem}.workbookBenefits h3{margin:10px 0 8px}.workbookBenefits p{margin:0;line-height:1.65}.workbookPreviewGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:38px}.workbookPreviewGrid figure{margin:0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25)}.workbookPreviewGrid img{display:block;width:100%;height:auto}.workbookPreviewGrid figcaption{padding:12px 14px;color:#142637;font-weight:700;font-size:.88rem}.workbookWhy{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.workbookWhy p{line-height:1.75}.workbookBuy{background:linear-gradient(135deg,#0a1824,#102b41);color:#fff;padding:70px 0}.workbookBuyInner{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.workbookBuyInner h2{font-size:clamp(2.2rem,4vw,4rem);margin:8px 0 14px}.workbookBuyInner>div:first-child>p:last-child{color:#c8d5df}.workbookBuyCards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.workbookBuyCards article{background:#fff;color:#142637;border-radius:8px;padding:26px}.workbookBuyCards small{font-weight:800;letter-spacing:.08em;color:#2b80d8}.workbookBuyCards h3{margin:8px 0}.workbookBigPrice{font-family:var(--font-display,Oswald,sans-serif);font-size:2.8rem;font-weight:700}.workbookBuyCards p{line-height:1.6;min-height:52px}.workbookBuyCards .button{width:100%;justify-content:center;text-align:center}.printPending{opacity:.9}
@media(max-width:1000px){.workbookHomeGrid,.workbookHeroGrid,.workbookBuyInner{grid-template-columns:1fr;gap:42px}.workbookHomeVisual,.workbookHeroImage{max-width:440px}.workbookBenefits{grid-template-columns:repeat(2,1fr)}.workbookPreviewGrid{grid-template-columns:repeat(3,1fr)}.workbookWhy{grid-template-columns:1fr;gap:24px}}
@media(max-width:680px){.workbookHero{padding:48px 0}.workbookHomeGrid{gap:32px}.workbookOffers,.workbookBuyCards{grid-template-columns:1fr}.workbookBenefits{grid-template-columns:1fr}.workbookPreviewGrid{grid-template-columns:repeat(2,1fr)}.workbookHeroCopy h1{font-size:3.1rem}.readinessPath{gap:6px}.readinessPath span{font-size:.72rem;padding:6px 7px}.workbookQuickFacts{gap:18px}.workbookHomeVisual,.workbookHeroImage{max-width:330px}}

/* 2026-09-10 Workbook benefit card contrast fix */
main > .section .workbookBenefits article {
  color:#142637 !important;
}
main > .section .workbookBenefits article h3 {
  color:#142637 !important;
  text-shadow:none !important;
}
main > .section .workbookBenefits article p {
  color:#4d5a61 !important;
}
main > .section .workbookBenefits article > span {
  color:#2b80d8 !important;
}


/* ===== Steel Peak Workbook Giveaway Funnel ===== */
.giveawaySpotlight{position:relative;overflow:hidden;padding:64px 0;background:radial-gradient(circle at 12% 30%,rgba(39,132,226,.23),transparent 35%),linear-gradient(135deg,#071421,#0b1f33 55%,#0b2945);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.giveawaySpotlight:after{content:"";position:absolute;right:-120px;top:-120px;width:330px;height:330px;border:1px solid rgba(54,151,244,.22);transform:rotate(45deg)}
.giveawaySpotlightGrid{position:relative;z-index:1;display:grid;grid-template-columns:220px minmax(0,1fr);gap:48px;align-items:center}
.giveawaySpotlightCover img{display:block;width:100%;border-radius:8px;box-shadow:0 24px 58px rgba(0,0,0,.45)}
.giveawayKicker{margin:0 0 10px;color:#58aef8;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.giveawaySpotlight h2{margin:0 0 14px;color:#fff;font-family:Oswald,Arial,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;text-transform:uppercase;max-width:850px}
.giveawaySpotlightCopy>p:not(.giveawayKicker){max-width:780px;color:#dce8f3;font-size:1.05rem;line-height:1.7}
.giveawayChips{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 24px}.giveawayChips span{padding:8px 11px;border:1px solid rgba(91,174,248,.45);background:rgba(42,126,207,.13);border-radius:4px;color:#f4f9ff;font-weight:800;font-size:.82rem;letter-spacing:.04em}
.giveawaySpotlight small{display:block;margin-top:14px;color:#9fb6ca}

.giveawayPopup{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.giveawayPopup.isOpen{display:flex}.giveawayPopupBackdrop{position:absolute;inset:0;background:rgba(2,8,15,.78);backdrop-filter:blur(4px)}
.giveawayPopupCard{position:relative;z-index:1;display:grid;grid-template-columns:minmax(180px,270px) minmax(0,1fr);width:min(850px,100%);max-height:90vh;overflow:auto;background:linear-gradient(145deg,#0a1a2a,#0d2944);border:1px solid rgba(78,166,246,.5);border-radius:14px;box-shadow:0 32px 90px rgba(0,0,0,.58)}
.giveawayPopupMedia{padding:24px;background:linear-gradient(160deg,rgba(42,126,207,.17),rgba(0,0,0,.15));display:flex;align-items:center}.giveawayPopupMedia img{width:100%;border-radius:7px;box-shadow:0 18px 38px rgba(0,0,0,.4)}
.giveawayPopupContent{padding:42px 38px;color:#fff}.giveawayPopupContent h2{margin:0 0 12px;color:#fff;font-family:Oswald,Arial,sans-serif;font-size:clamp(2rem,4vw,3.15rem);text-transform:uppercase}.giveawayPopupContent p{color:#d9e6f1;line-height:1.65}.giveawayPopupContent small{display:block;margin-top:12px;color:#94adbf}
.giveawayPopupStats{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 23px}.giveawayPopupStats span{padding:7px 9px;border-radius:4px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:.8rem;font-weight:800;color:#eff7ff}
.giveawayPopupClose{position:absolute;right:12px;top:10px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:rgba(2,11,20,.72);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}

.giveawayHero{padding:82px 0 68px;background:radial-gradient(circle at 15% 22%,rgba(41,135,225,.24),transparent 36%),linear-gradient(135deg,#07131f,#0a2238 58%,#0b2b49);color:#fff}.giveawayHeroGrid{display:grid;grid-template-columns:minmax(240px,390px) minmax(0,1fr);gap:64px;align-items:center}.giveawayHeroImage img{width:100%;border-radius:10px;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.giveawayHeroCopy h1{margin:0 0 18px;font-family:Oswald,Arial,sans-serif;font-size:clamp(2.7rem,6vw,5.7rem);line-height:.95;text-transform:uppercase;color:#fff}.giveawayHeroCopy h1 span{color:#55aef8}.giveawayHeroLead{max-width:760px;color:#dbe7f2;font-size:1.12rem;line-height:1.75}.giveawayHeroFacts{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.giveawayHeroFacts span{padding:9px 11px;background:rgba(255,255,255,.07);border:1px solid rgba(86,173,247,.32);border-radius:4px;font-weight:800;color:#f4f9ff}.giveawayHeroNote{color:#9fb6ca;font-size:.9rem}
.giveawayFormSection{background:#f2f6f9}.giveawayFormGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:start}.giveawayFormIntro h2{margin-top:0;font-size:clamp(2rem,4vw,3.5rem)}.giveawaySteps{display:grid;gap:12px;margin-top:28px}.giveawayStep{display:grid;grid-template-columns:40px 1fr;gap:13px;align-items:start}.giveawayStep b{display:grid;place-items:center;width:36px;height:36px;background:#0e6ec7;color:#fff;border-radius:50%}.giveawayStep h3{margin:0 0 3px;font-size:1.05rem}.giveawayStep p{margin:0;color:#5a6b7b}
.giveawayFormCard{background:#fff;border:1px solid #d5e0e9;border-radius:10px;padding:30px;box-shadow:0 16px 40px rgba(17,40,61,.09)}.giveawayFormCard h3{margin:0 0 6px;font-size:1.5rem}.giveawayFormCard>p{margin-top:0;color:#617180}.giveawayForm{display:grid;gap:17px}.giveawayForm label{display:grid;gap:7px;color:#142a3d;font-weight:800}.giveawayForm input[type="text"],.giveawayForm input[type="email"],.giveawayForm select{width:100%;box-sizing:border-box;border:1px solid #b9c8d5;border-radius:5px;background:#fff;padding:12px 13px;color:#12283b;font:inherit}.giveawayForm input:focus,.giveawayForm select:focus{outline:3px solid rgba(43,128,216,.16);border-color:#2b80d8}.giveawayConsent{display:grid!important;grid-template-columns:20px 1fr;gap:10px!important;align-items:start;font-weight:500!important;color:#526575!important;font-size:.9rem}.giveawayConsent input{margin-top:3px}.giveawayFinePrint{font-size:.82rem;color:#70808d;line-height:1.55}.giveawayFinePrint a{color:#236fb3}
.giveawayRules{background:#0a1a2a;color:#d7e4ef}.giveawayRulesGrid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:50px}.giveawayRules h2,.giveawayRules h3{color:#fff}.giveawayRules p,.giveawayRules li{color:#b9cad8;line-height:1.65}.giveawayRuleList{display:grid;gap:12px;padding-left:20px}
.giveawayThankyou{min-height:65vh;display:grid;place-items:center;padding:80px 0;background:radial-gradient(circle at 20% 10%,rgba(41,135,225,.22),transparent 35%),linear-gradient(135deg,#07131f,#0a2238);color:#fff}.giveawayThankyouCard{width:min(760px,calc(100% - 36px));text-align:center;padding:46px 34px;border:1px solid rgba(90,178,249,.35);background:rgba(7,24,39,.72);border-radius:12px;box-shadow:0 26px 70px rgba(0,0,0,.34)}.giveawayThankyouCard img{width:90px}.giveawayThankyouCard h1{font-family:Oswald,Arial,sans-serif;font-size:clamp(2.5rem,6vw,4.8rem);margin:18px 0 8px;text-transform:uppercase;color:#fff}.giveawayThankyouCard p{color:#d7e5ef;font-size:1.05rem;line-height:1.7}.giveawayThankyouActions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:26px}
@media(max-width:820px){.giveawaySpotlightGrid,.giveawayHeroGrid,.giveawayFormGrid,.giveawayRulesGrid{grid-template-columns:1fr}.giveawaySpotlightCover{max-width:260px;margin:auto}.giveawayHeroImage{max-width:330px;margin:auto}.giveawayPopupCard{grid-template-columns:1fr;max-width:560px}.giveawayPopupMedia{display:none}.giveawayPopupContent{padding:40px 25px}.giveawayHero{padding:62px 0}.giveawayFormGrid{gap:34px}}
@media(max-width:520px){.giveawaySpotlight{padding:46px 0}.giveawaySpotlightGrid{gap:30px}.giveawayPopup{padding:12px}.giveawayPopupContent{padding:35px 20px 27px}.giveawayFormCard{padding:22px}.giveawayHeroCopy h1{font-size:2.75rem}}
