
 :root{
  --ink:#081a2d;
  --ink-2:#0b2036;
  --panel:#102a46;
  --panel-2:#173b5d;
  --navy:#102a46;
  --navy-deep:#081a2d;
  --turq:#79c9c1;
  --turq-hi:#9edbd5;
  --gold:#b99a52;
  --gold-hi:#d2b76b;
  --warm:#f7f8f6;
  --ice:#e9f4f2;
  --white:#ffffff;
  --text:#18324b;
  --muted:#667b8f;
  --line:rgba(16,42,70,.11);
  --line-strong:rgba(16,42,70,.16);
  --shadow:0 18px 48px rgba(8,26,45,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;font-family:'Barlow',Arial,sans-serif;color:var(--text);background:
  radial-gradient(circle at 12% 0%,rgba(121,201,193,.16),transparent 30%),
  linear-gradient(180deg,#eef4f2 0%,#f7f8f6 34%,#f3f5f3 100%);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}input{font:inherit}[hidden]{display:none!important}
.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(8,26,45,.96);border-bottom:1px solid rgba(210,183,107,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:13px}.brand img{width:48px;height:56px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))}.brand-lockup span{display:block;font-size:.63rem;font-weight:800;letter-spacing:.20em;color:rgba(255,255,255,.62)}.brand-lockup strong{display:block;margin-top:3px;font-size:1.36rem;font-weight:900;line-height:.95;letter-spacing:.075em;color:#fff}
.header-right{display:flex;align-items:center;gap:14px}.internal-label{font-size:.61rem;font-weight:800;letter-spacing:.16em;color:rgba(255,255,255,.54)}.season-label{padding:8px 11px;border:1px solid rgba(129,206,198,.34);border-radius:8px;background:rgba(129,206,198,.10);font-size:.69rem;font-weight:800;letter-spacing:.09em;color:#dff4f1}
.page-shell{padding:28px 0 42px}
.hero-panel{position:relative;overflow:hidden;min-height:390px;border:1px solid rgba(16,42,70,.13);border-radius:18px;background:linear-gradient(115deg,#102a46 0%,#0b2036 72%,#081a2d 100%);box-shadow:0 22px 54px rgba(8,26,45,.18)}
.hero-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold) 0 23%,var(--turq) 23% 66%,rgba(17,41,76,.30) 66% 100%)}
.hero-panel:after{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(17,41,76,.12),transparent)}
.hero-accent{position:absolute;right:0;top:0;width:36%;height:100%;background:linear-gradient(135deg,transparent 0 52%,rgba(17,41,76,.035) 52% 58%,transparent 58% 64%,rgba(129,206,198,.08) 64%);pointer-events:none}
.hero-content{position:relative;z-index:2;max-width:760px;padding:64px 380px 60px 58px;padding-right:min(36vw,390px)}
.eyebrow{margin:0;font-size:.60rem;font-weight:900;letter-spacing:.18em;color:#327a77;text-transform:uppercase}.eyebrow.gold{color:var(--gold)}
.hero-content .eyebrow{color:var(--gold-hi)}.hero-content h1{margin:14px 0 16px;font-size:clamp(4.2rem,8vw,6.6rem);line-height:.82;letter-spacing:-.055em;color:#ffffff}.hero-content h1 span{display:block;margin:0 0 12px 4px;font-size:.14em;line-height:1;letter-spacing:.18em;color:var(--turq-hi)}
.hero-lead{max-width:590px;margin:0;color:rgba(255,255,255,.76);font-size:1.05rem;line-height:1.58;font-weight:600}.hero-meta{display:flex;align-items:center;gap:10px;margin-top:26px;font-size:.58rem;font-weight:900;letter-spacing:.11em;color:rgba(255,255,255,.62)}.hero-meta i{width:18px;height:1px;background:linear-gradient(90deg,var(--gold),var(--turq))}
.hero-identity{position:absolute;z-index:2;right:62px;top:50%;transform:translateY(-50%);width:260px;display:flex;align-items:center;justify-content:center}.hero-identity img{width:220px;max-height:270px;object-fit:contain;filter:drop-shadow(0 15px 24px rgba(17,41,76,.13))}
.toolbar{display:grid;grid-template-columns:1fr minmax(320px,440px);gap:18px;align-items:center;margin:16px 0 18px;padding:13px 14px;border:1px solid rgba(16,42,70,.10);border-radius:13px;background:rgba(247,248,246,.92);box-shadow:0 8px 22px rgba(8,26,45,.06)}.toolbar-title span{display:block;font-size:.54rem;font-weight:900;letter-spacing:.16em;color:#47918c}.toolbar-title strong{display:block;margin-top:5px;font-size:1rem;color:var(--navy)}
.search-box{height:48px;display:flex;align-items:center;gap:10px;padding:0 11px 0 14px;background:#ffffff;border:1px solid rgba(16,42,70,.12);border-radius:10px;color:var(--navy)}.search-box:focus-within{border-color:rgba(129,206,198,.75);box-shadow:0 0 0 3px rgba(129,206,198,.12);background:#fff}.search-box svg{width:20px;height:20px;fill:none;stroke:#6d8398;stroke-width:1.7;stroke-linecap:round}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--navy);font-weight:650}.search-box input::placeholder{color:#8798a8}.search-box kbd{padding:5px 7px;border-radius:6px;background:#eaf0f4;border:1px solid rgba(17,41,76,.10);font-size:.63rem;font-weight:800;color:#6b7f93}
.featured-section,.launch-section{padding:28px 0 4px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:16px;padding:0 2px}.section-head h2{margin:6px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:.95;letter-spacing:-.045em;color:var(--navy)}.section-head>p{max-width:470px;margin:0;color:#6c8092;font-size:.92rem;line-height:1.5}
.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.featured-card{position:relative;min-height:198px;padding:16px 16px 14px;border-radius:18px;border:1px solid rgba(210,183,107,.22);background:linear-gradient(145deg,#102a46 0%,#0c2238 62%,#091a2b 100%);box-shadow:0 14px 34px rgba(8,26,45,.18),inset 0 1px 0 rgba(255,255,255,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.featured-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,var(--gold-hi),var(--turq) 62%,rgba(255,255,255,0))}.featured-card:hover{transform:translateY(-2px);border-color:rgba(210,183,107,.42);background:linear-gradient(145deg,#143354 0%,#0e2842 64%,#0a1d30 100%);box-shadow:0 18px 42px rgba(8,26,45,.23),inset 0 1px 0 rgba(255,255,255,.07)}
.feature-status{display:flex;justify-content:space-between;align-items:center}.feature-status span{padding-left:10px;border-left:2px solid var(--turq);font-size:.54rem;font-weight:900;letter-spacing:.16em;color:rgba(255,255,255,.62)}.feature-status b{font-size:.96rem;color:var(--turq-hi);font-weight:500}.feature-main{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:start;margin-top:20px}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(180deg,rgba(121,201,193,.16),rgba(255,255,255,.035));border:1px solid rgba(121,201,193,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.feature-icon svg,.launch-icon svg{width:22px;height:22px;fill:none;stroke:#9cddd6;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.feature-copy p{margin:2px 0 4px;font-size:.55rem;font-weight:900;letter-spacing:.15em;color:var(--gold-hi)}.feature-copy h3{margin:0;font-size:1.30rem;letter-spacing:-.025em;line-height:1.04;color:#ffffff}.feature-copy span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:410px;margin-top:6px;color:rgba(255,255,255,.62);line-height:1.40;font-size:.83rem}.feature-footer{position:absolute;left:16px;right:16px;bottom:12px;display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.10)}.feature-footer strong{font-size:.60rem;letter-spacing:.12em;color:#ffffff}.feature-footer span{font-size:.65rem;color:rgba(255,255,255,.40)}
.launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.launch-card{position:relative;min-height:118px;display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:14px;border:1px solid rgba(16,42,70,.09);border-radius:14px;background:linear-gradient(180deg,#fffdf9,#f7f8f6);box-shadow:0 7px 18px rgba(8,26,45,.045),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.launch-card:not(.is-inactive):hover{transform:translateY(-2px);border-color:rgba(185,154,82,.30);box-shadow:0 11px 26px rgba(8,26,45,.08)}.launch-card:not(.is-inactive):before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:14px 14px 0 0;background:linear-gradient(90deg,rgba(185,154,82,.72),rgba(121,201,193,.62),transparent)}.launch-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(180deg,#eef7f5,#fbfdfc);border:1px solid rgba(121,201,193,.24)}.launch-icon svg{width:19px;height:19px;stroke:#377e7a}.launch-copy{min-width:0}.launch-label{display:block;margin:0 0 5px;font-size:.48rem;font-weight:900;letter-spacing:.14em;color:#377e7a;text-transform:uppercase}.launch-copy h3{margin:0;font-size:1rem;letter-spacing:-.012em;line-height:1.05;color:var(--navy)}.launch-copy p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;color:#6b8093;font-size:.78rem;line-height:1.38}.launch-arrow{padding-top:1px;font-size:.86rem;color:#377e7a}.is-inactive{opacity:.64;background:#f0f2ef}.is-inactive .launch-label{color:#98a5af}
.source-strip{display:flex;align-items:center;gap:16px;margin-top:22px;padding:16px 18px;border:1px solid rgba(185,154,82,.28);border-radius:12px;background:linear-gradient(90deg,#fffaf2,#eef7f5);box-shadow:0 7px 20px rgba(8,26,45,.035)}.source-mark{width:4px;height:40px;flex:0 0 4px;background:linear-gradient(180deg,var(--gold),var(--turq))}.source-strip span{display:block;font-size:.53rem;font-weight:900;letter-spacing:.16em;color:#8d6b24}.source-strip strong{display:block;margin-top:4px;font-size:.89rem;color:#50697f;font-weight:600}
footer{padding:0 0 max(34px,env(safe-area-inset-bottom))}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:10px;color:#6f8192}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:36px;height:43px;object-fit:contain}.footer-brand strong{display:block;font-size:.69rem;letter-spacing:.10em;color:var(--navy)}.footer-brand span{display:block;margin-top:2px;font-size:.70rem}.footer-meta{font-size:.59rem;font-weight:800;letter-spacing:.13em;color:#6f8192}.footer-meta b{color:var(--gold)}
@media(max-width:980px){.hero-content{padding-right:310px}.hero-identity{right:28px;width:235px}.hero-identity img{width:185px}.launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.shell{width:min(100% - 18px,1180px)}.header-inner{height:66px}.brand img{width:39px;height:47px}.brand-lockup strong{font-size:1.18rem}.internal-label{display:none}.page-shell{padding:14px 0 27px}.hero-panel{min-height:auto;border-radius:14px}.hero-accent{display:none}.hero-content{padding:31px 22px 30px;max-width:none}.hero-content h1{font-size:clamp(4rem,21vw,5.7rem);margin:13px 0 15px}.hero-content h1 span{font-size:.13em;margin:0 0 9px 2px}.hero-lead{font-size:.95rem;line-height:1.5;max-width:76%}.hero-identity{right:-2px;top:27px;transform:none;width:128px;height:160px;opacity:.20}.hero-identity img{width:112px;max-height:145px}.hero-meta{flex-wrap:wrap;gap:8px;margin-top:24px;font-size:.56rem}.hero-meta i{width:13px}.toolbar{grid-template-columns:1fr;margin:12px 0 17px;padding:10px;border-radius:11px}.toolbar-title{display:none}.search-box{height:45px;border-radius:8px}.search-box kbd{display:none}.featured-section,.launch-section{padding:24px 0 3px}.section-head{display:block;margin-bottom:14px}.section-head h2{font-size:2.05rem}.section-head>p{margin-top:8px;font-size:.84rem}.featured-grid{grid-template-columns:1fr}.featured-card{min-height:190px;padding:15px;border-radius:16px}.feature-main{grid-template-columns:44px 1fr;gap:11px;margin-top:18px}.feature-icon{width:44px;height:44px;border-radius:11px}.feature-copy h3{font-size:1.16rem}.feature-copy span{font-size:.78rem}.feature-footer{left:15px;right:15px;bottom:12px}.launch-grid{grid-template-columns:1fr;gap:8px}.launch-card{min-height:0;padding:13px;border-radius:10px}.launch-copy p{font-size:.77rem}.source-strip{margin-top:17px;padding:15px 16px;border-radius:10px}.source-strip strong{font-size:.82rem;line-height:1.35}.footer-inner{justify-content:center;text-align:center}.footer-meta,.footer-brand img{display:none}}
@media(max-width:390px){.hero-lead{max-width:100%}.hero-identity{opacity:.14}.hero-meta span:last-child{width:100%}.hero-meta i:nth-of-type(2){display:none}.season-label{font-size:.63rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* V11 Primary Access definitive treatment */
.featured-card{background:linear-gradient(145deg,#102a46 0%,#0d253f 58%,#091b2e 100%)!important;border-color:rgba(185,154,82,.32)!important;color:#fff!important}
.featured-card .feature-copy h3,.featured-card .feature-footer strong{color:#fff!important}
.featured-card .feature-copy span{color:rgba(255,255,255,.68)!important}
.featured-card .feature-status span{color:rgba(255,255,255,.66)!important}
.featured-card .feature-footer span{color:rgba(255,255,255,.46)!important}
.featured-card .feature-icon{background:rgba(121,201,193,.12)!important;border-color:rgba(121,201,193,.34)!important}
.featured-card .feature-icon svg{stroke:#9cddd6!important}


/* V12 branded logos for featured services */
.brand-logo-svg{display:block;width:26px!important;height:26px!important}
.feature-icon .brand-logo-svg{width:28px!important;height:28px!important}
.drive-logo{width:28px!important;height:25px!important}
.contacts-logo{width:26px!important;height:26px!important}
.feature-icon{overflow:hidden}


/* V13 — stronger branded logo visibility in Primary Access */
.featured-card .feature-main{grid-template-columns:58px 1fr;gap:15px;align-items:center}
.featured-card .feature-icon{width:58px!important;height:58px!important;border-radius:14px!important;background:linear-gradient(180deg,#fffdfa,#f4f7f5)!important;border:1px solid rgba(210,183,107,.42)!important;box-shadow:0 6px 16px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.95)!important}
.featured-card .feature-icon .brand-logo-svg{display:block!important;max-width:none!important;max-height:none!important}
.featured-card .feature-icon .drive-logo{width:39px!important;height:35px!important}
.featured-card .feature-icon .contacts-logo{width:36px!important;height:36px!important}
.featured-card .feature-icon svg:not(.brand-logo-svg){width:27px!important;height:27px!important}
@media(max-width:760px){
  .featured-card .feature-main{grid-template-columns:54px 1fr;gap:13px}
  .featured-card .feature-icon{width:54px!important;height:54px!important;border-radius:13px!important}
  .featured-card .feature-icon .drive-logo{width:36px!important;height:32px!important}
  .featured-card .feature-icon .contacts-logo{width:33px!important;height:33px!important}
}


/* V14 mobile-first featured-card refinement */
.featured-card{
  overflow:hidden;
}
.featured-card:before{
  left:18px!important;
  right:18px!important;
  width:auto!important;
  top:0!important;
  height:2px!important;
  border-radius:0!important;
  background:linear-gradient(90deg,var(--gold-hi),var(--turq) 64%,rgba(255,255,255,0))!important;
}
.feature-open{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  color:var(--turq-hi);
  border:1px solid rgba(121,201,193,.28);
  border-radius:9px;
  background:rgba(121,201,193,.08);
}
.feature-open svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:760px){
  .featured-section{padding-top:20px}
  .featured-section .section-head{margin-bottom:12px}
  .featured-section .section-head h2{font-size:1.92rem;line-height:.98}
  .featured-section .section-head>p{margin-top:7px;font-size:.80rem;line-height:1.38}
  .featured-grid{gap:10px}
  .featured-card{
    min-height:172px!important;
    padding:14px 14px 12px!important;
    border-radius:17px!important;
  }
  .featured-card:before{
    left:16px!important;
    right:16px!important;
  }
  .feature-status span{
    font-size:.50rem!important;
    letter-spacing:.145em!important;
  }
  .feature-open{
    width:25px;
    height:25px;
    border-radius:8px;
  }
  .feature-open svg{width:14px;height:14px}
  .featured-card .feature-main{
    grid-template-columns:50px 1fr!important;
    gap:12px!important;
    margin-top:14px!important;
    align-items:center!important;
  }
  .featured-card .feature-icon{
    width:50px!important;
    height:50px!important;
    border-radius:13px!important;
  }
  .featured-card .feature-icon .drive-logo{width:34px!important;height:30px!important}
  .featured-card .feature-icon .contacts-logo{width:31px!important;height:31px!important}
  .feature-copy p{
    margin:0 0 3px!important;
    font-size:.50rem!important;
    letter-spacing:.135em!important;
  }
  .feature-copy h3{
    font-size:1.08rem!important;
    line-height:1.02!important;
  }
  .feature-copy span{
    margin-top:5px!important;
    font-size:.75rem!important;
    line-height:1.30!important;
    -webkit-line-clamp:2!important;
  }
  .feature-footer{
    left:14px!important;
    right:14px!important;
    bottom:10px!important;
    padding-top:8px!important;
  }
  .feature-footer strong{
    font-size:.55rem!important;
    letter-spacing:.105em!important;
  }
  .feature-footer span{display:none!important}
}

@media(max-width:390px){
  .featured-card{min-height:168px!important}
  .featured-card .feature-main{grid-template-columns:47px 1fr!important;gap:10px!important}
  .featured-card .feature-icon{width:47px!important;height:47px!important}
  .feature-copy h3{font-size:1.02rem!important}
  .feature-copy span{font-size:.72rem!important}
}


/* V15 — corrected featured cards: exact Google Drive 2026 asset + premium compact responsive layout */
.featured-card{
  overflow:hidden!important;
  min-height:180px!important;
  padding:16px 16px 13px!important;
  border-radius:18px!important;
}
.featured-card:before{
  top:5px!important;
  left:18px!important;
  right:18px!important;
  bottom:auto!important;
  width:auto!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--gold-hi) 0%,var(--turq) 64%,rgba(121,201,193,0) 100%)!important;
}
.featured-card .feature-main{
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  margin-top:17px!important;
  align-items:center!important;
}
.featured-card .feature-icon{
  width:54px!important;
  height:54px!important;
  border-radius:14px!important;
  background:#fffdfa!important;
  border:1px solid rgba(210,183,107,.44)!important;
  box-shadow:0 6px 15px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
.featured-card .feature-icon .service-logo{
  display:block!important;
  object-fit:contain!important;
  max-width:none!important;
  max-height:none!important;
}
.featured-card .feature-icon .drive-logo{
  width:39px!important;
  height:37px!important;
}
.featured-card .feature-icon .contacts-logo{
  width:34px!important;
  height:34px!important;
}
.feature-copy h3{font-size:1.24rem!important}
.feature-copy span{font-size:.80rem!important}
.feature-footer{bottom:11px!important;padding-top:9px!important}
.feature-open{flex:0 0 auto}

@media(max-width:760px){
  .featured-section{padding-top:18px!important}
  .featured-section .section-head{margin-bottom:10px!important}
  .featured-section .section-head h2{font-size:1.72rem!important;line-height:1!important}
  .featured-section .section-head>p{margin-top:6px!important;font-size:.76rem!important;line-height:1.35!important}
  .featured-grid{gap:9px!important}
  .featured-card{
    min-height:0!important;
    padding:16px 14px 15px!important;
    border-radius:18px!important;
  }
  .featured-card:before{
    top:5px!important;
    left:16px!important;
    right:16px!important;
    height:2px!important;
  }
  .feature-status{
    position:absolute!important;
    top:13px!important;
    right:13px!important;
    z-index:2!important;
  }
  .feature-status span{display:none!important}
  .feature-open{
    width:28px!important;
    height:28px!important;
    border-radius:9px!important;
    background:rgba(121,201,193,.075)!important;
  }
  .feature-open svg{width:15px!important;height:15px!important}
  .featured-card .feature-main{
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:13px!important;
    margin-top:6px!important;
    padding-right:34px!important;
    align-items:center!important;
  }
  .featured-card .feature-icon{
    width:52px!important;
    height:52px!important;
    border-radius:13px!important;
  }
  .featured-card .feature-icon .drive-logo{
    width:38px!important;
    height:36px!important;
  }
  .featured-card .feature-icon .contacts-logo{
    width:32px!important;
    height:32px!important;
  }
  .feature-copy p{
    margin:0 0 3px!important;
    font-size:.48rem!important;
    letter-spacing:.13em!important;
  }
  .feature-copy h3{
    font-size:1.06rem!important;
    line-height:1.04!important;
  }
  .feature-copy span{
    margin-top:4px!important;
    font-size:.72rem!important;
    line-height:1.28!important;
    -webkit-line-clamp:2!important;
  }
  .feature-footer{display:none!important}
}

@media(max-width:390px){
  .featured-card{padding:15px 13px 14px!important}
  .featured-card .feature-main{
    grid-template-columns:49px minmax(0,1fr)!important;
    gap:11px!important;
    padding-right:31px!important;
  }
  .featured-card .feature-icon{width:49px!important;height:49px!important}
  .featured-card .feature-icon .drive-logo{width:36px!important;height:34px!important}
  .feature-copy h3{font-size:1rem!important}
  .feature-copy span{font-size:.69rem!important}
}


/* V16 — restrained premium treatment: no decorative gold/turquoise bars */
.site-header{
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

.hero-panel:before{
  display:none!important;
}

.featured-card{
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(145deg,#102a46 0%,#0d253f 60%,#0a1d31 100%)!important;
  box-shadow:0 14px 34px rgba(8,26,45,.18),inset 0 1px 0 rgba(255,255,255,.045)!important;
}

.featured-card:before{
  display:none!important;
}

.featured-card:hover{
  border-color:rgba(121,201,193,.24)!important;
  background:linear-gradient(145deg,#12314f 0%,#0f2945 60%,#0b2035 100%)!important;
}

.featured-card .feature-icon{
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:0 6px 14px rgba(0,0,0,.12)!important;
}

.feature-copy p{
  color:#d6c28f!important;
}

.feature-footer{
  border-top-color:rgba(255,255,255,.10)!important;
}

.launch-card:not(.is-inactive):before{
  display:none!important;
}

.launch-card{
  border-color:rgba(16,42,70,.10)!important;
  background:#ffffff!important;
  box-shadow:0 7px 18px rgba(8,26,45,.045)!important;
}

.launch-card:not(.is-inactive):hover{
  border-color:rgba(121,201,193,.34)!important;
}

.source-strip{
  border-color:rgba(16,42,70,.10)!important;
  background:#ffffff!important;
}

.source-mark{
  display:none!important;
}

.source-strip span{
  color:#657d91!important;
}

.eyebrow.gold{
  color:#a88d52!important;
}

@media(max-width:760px){
  .featured-card{
    box-shadow:0 10px 24px rgba(8,26,45,.15)!important;
  }
}


/* V17 — simplified League Contacts mark */
.contacts-monogram{
  width:34px!important;
  height:34px!important;
  display:grid!important;
  place-items:center!important;
  position:relative;
}
.contacts-monogram span{
  display:block;
  font-family:"Barlow",Arial,sans-serif;
  font-size:1.18rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-.06em;
  color:#102a46;
}
.contacts-monogram:after{
  content:"";
  position:absolute;
  bottom:3px;
  left:50%;
  transform:translateX(-50%);
  width:16px;
  height:3px;
  border-radius:3px;
  background:#79c9c1;
}
.featured-card .feature-icon .contacts-monogram{
  width:34px!important;
  height:34px!important;
}
@media(max-width:760px){
  .featured-card .feature-icon .contacts-monogram{
    width:31px!important;
    height:31px!important;
  }
  .contacts-monogram span{font-size:1.06rem;}
  .contacts-monogram:after{width:14px;height:3px;bottom:2px;}
}


/* V18 — genuine league identities for League Contacts */
.league-logo-stack{
  width:44px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
}
.league-logo-stack img{
  display:block;
  width:13px;
  height:32px;
  object-fit:contain;
  max-width:none!important;
  filter:none!important;
}
.featured-card .feature-icon:has(.league-logo-stack){
  width:66px!important;
  padding:0 7px!important;
}
.featured-card .feature-main:has(.league-logo-stack){
  grid-template-columns:66px 1fr!important;
}
@media(max-width:760px){
  .league-logo-stack{width:41px;height:36px;gap:2px}
  .league-logo-stack img{width:12px;height:29px}
  .featured-card .feature-icon:has(.league-logo-stack){width:60px!important;padding:0 6px!important}
  .featured-card .feature-main:has(.league-logo-stack){grid-template-columns:60px 1fr!important}
}


/* V19 - use user-supplied League Contacts icon */
.featured-card .feature-icon .contacts-app-logo{width:38px!important;height:38px!important;display:block!important;object-fit:contain!important;max-width:none!important;max-height:none!important;}
@media(max-width:760px){.featured-card .feature-icon .contacts-app-logo{width:35px!important;height:35px!important;}}


/* V20 - enlarge League Contacts icon within the white tile */
.featured-card .feature-icon .contacts-app-logo{width:44px!important;height:44px!important;}
@media(max-width:760px){.featured-card .feature-icon .contacts-app-logo{width:40px!important;height:40px!important;}}


/* V21 — wording update and secondary-tile polish */
.launch-grid{
  gap:12px!important;
}
.launch-card{
  min-height:126px!important;
  padding:15px!important;
  border-radius:16px!important;
  border:1px solid rgba(16,42,70,.10)!important;
  background:linear-gradient(180deg,#fffefb 0%, #f7f8f6 100%)!important;
  box-shadow:0 10px 24px rgba(8,26,45,.05), inset 0 1px 0 rgba(255,255,255,.92)!important;
  gap:14px!important;
}
.launch-card.is-live:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(121,201,193,.34)!important;
  box-shadow:0 14px 28px rgba(8,26,45,.08)!important;
}
.launch-card.is-inactive{
  opacity:1!important;
  background:linear-gradient(180deg,#fcfcfa 0%, #f4f6f4 100%)!important;
  border-color:rgba(16,42,70,.08)!important;
}
.launch-icon{
  width:44px!important;
  height:44px!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#edf7f5 0%, #ffffff 100%)!important;
  border:1px solid rgba(121,201,193,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.launch-icon svg{
  width:20px!important;
  height:20px!important;
  stroke:#4b8d89!important;
}
.launch-label{
  display:inline-block!important;
  margin:0 0 6px!important;
  font-size:.47rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
  padding:5px 8px 4px!important;
  border-radius:999px!important;
  background:#eef4f2!important;
  color:#567688!important;
}
.launch-card.is-live .launch-label{
  background:#eaf7f5!important;
  color:#377e7a!important;
}
.launch-card.is-inactive .launch-label{
  background:#f0f2ef!important;
  color:#8a98a4!important;
}
.launch-copy h3{
  font-size:1.05rem!important;
  line-height:1.08!important;
  color:var(--navy)!important;
}
.launch-copy p{
  margin-top:7px!important;
  font-size:.80rem!important;
  line-height:1.42!important;
  color:#6b8093!important;
}
.launch-arrow{
  align-self:center!important;
  justify-self:end!important;
  display:grid!important;
  place-items:center!important;
  min-width:34px!important;
  height:34px!important;
}
.launch-card.is-live .launch-arrow{
  width:34px!important;
  border-radius:10px!important;
  background:#eef7f5!important;
  border:1px solid rgba(121,201,193,.22)!important;
}
.launch-card.is-live .launch-arrow svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:#377e7a!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.launch-soon{
  font-size:.68rem!important;
  font-weight:800!important;
  color:#9aa7b2!important;
  letter-spacing:.02em!important;
}
@media(max-width:980px){
  .launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .launch-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .launch-card{min-height:0!important;padding:14px!important;border-radius:14px!important;gap:12px!important;}
  .launch-icon{width:42px!important;height:42px!important;border-radius:11px!important;}
  .launch-copy h3{font-size:1.02rem!important;}
  .launch-copy p{font-size:.79rem!important;}
  .launch-arrow{min-width:32px!important;height:32px!important;}
  .launch-card.is-live .launch-arrow{width:32px!important;border-radius:10px!important;}
}
