
/* ShoCash Premium Upgrade — Deploy 6
   Overrides the prior build without removing Rex, calculators, assessments,
   forms, articles, PDFs, or existing JavaScript features. */

:root{
  --sho-navy:#061934;
  --sho-navy-2:#0b2f63;
  --sho-blue:#0f63c9;
  --sho-sky:#79d4f2;
  --sho-gold:#d8a039;
  --sho-gold-2:#f2c36b;
  --sho-ink:#0d1b2a;
  --sho-text:#263a51;
  --sho-muted:#66758a;
  --sho-line:rgba(11,47,99,.13);
  --sho-panel:#ffffff;
  --sho-soft:#f6f9fd;
  --sho-radius:24px;
  --sho-shadow:0 22px 55px rgba(6,25,52,.10);
  --sho-shadow-soft:0 14px 34px rgba(6,25,52,.08);
}

html{scroll-behavior:smooth}
body{
  color:var(--sho-text)!important;
  background:
    radial-gradient(circle at 8% 2%, rgba(121,212,242,.16), transparent 24%),
    radial-gradient(circle at 92% 4%, rgba(216,160,57,.12), transparent 18%),
    linear-gradient(180deg,#f8fbff 0%,#fff 35%,#f7faff 100%)!important;
  text-rendering:optimizeLegibility;
}

a{color:var(--sho-blue)!important;text-underline-offset:3px}
a:hover{color:var(--sho-navy-2)!important}

.utility-strip{
  background:linear-gradient(90deg,#041226,#071b45 55%,#0b2f63)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

nav{
  min-height:72px!important;
  height:auto!important;
  padding:10px 5%!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(11,47,99,.10)!important;
  box-shadow:0 12px 34px rgba(6,25,52,.08)!important;
}

.nav-brand span,.brand span{color:var(--sho-navy)!important;letter-spacing:-.01em}
.nav-brand img,.brand img{
  width:42px!important;height:42px!important;
  border:2px solid rgba(216,160,57,.55)!important;
  box-shadow:0 9px 24px rgba(6,25,52,.12)!important;
}
.nav-links{gap:6px!important}
.nav-links a{
  color:var(--sho-ink)!important;
  font-weight:700!important;
  border-radius:999px!important;
  padding:8px 12px!important;
}
.nav-links a:hover{background:rgba(15,99,201,.07)!important;text-decoration:none!important}
.nav-links a.nav-ext{color:var(--sho-blue)!important}
.nav-links a.nav-cta,.nav-links a.cta,
.cta,.btn,.btn-primary,.btn-teal,.btn-next,.btn-submit,.submit-btn,
.contact-form button,.blog-signup button,.nl-form button{
  border-radius:999px!important;
  font-weight:800!important;
  background:linear-gradient(135deg,var(--sho-gold),var(--sho-gold-2))!important;
  color:#061934!important;
  border:1px solid rgba(216,160,57,.35)!important;
  box-shadow:0 14px 28px rgba(216,160,57,.22)!important;
}
.btn-white,.btn-ghost,.btn-outline,.btn-secondary,.btn-back{
  border-radius:999px!important;
}
.btn-white{
  background:#fff!important;color:var(--sho-navy)!important;border:1px solid rgba(255,255,255,.68)!important
}
.btn-ghost,.btn-outline,.btn-secondary,.btn-back{
  background:rgba(255,255,255,.78)!important;
  color:var(--sho-navy)!important;
  border:1px solid rgba(11,47,99,.16)!important;
  box-shadow:0 12px 28px rgba(6,25,52,.07)!important;
}
.btn:hover,.btn-white:hover,.btn-ghost:hover,.btn-primary:hover,.btn-teal:hover,.btn-outline:hover,
.contact-form button:hover,.blog-signup button:hover{
  transform:translateY(-2px);
  filter:brightness(1.01);
  text-decoration:none!important;
}

.hero-upgrade{
  isolation:isolate;
  padding:92px 5% 58px!important;
  min-height:620px;
  background:
    linear-gradient(90deg,rgba(248,251,255,.97) 0%,rgba(248,251,255,.94) 43%,rgba(248,251,255,.38) 72%,rgba(248,251,255,.12) 100%),
    url('/assets/visuals/hero-anguilla-premium.png') center right/cover no-repeat!important;
  position:relative;
  overflow:hidden;
}
.hero-upgrade::after{
  content:'';
  position:absolute;
  inset:auto 0 0 0;
  height:160px;
  background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,0) 100%);
  z-index:-1;
}
.hero-grid{max-width:1240px!important}
.hero-copy{
  max-width:670px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 28px 70px rgba(6,25,52,.13)!important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:30px!important;
  padding:36px!important;
}
.hero-tag,.hero .eyebrow,.article-hero .eyebrow,.sec-label,.premium-kicker{
  color:var(--sho-blue)!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.hero-copy h1,.hero h1,.article-hero h1{
  color:var(--sho-navy)!important;
  letter-spacing:-.045em!important;
}
.hero-copy h1{
  font-size:clamp(2.55rem,5vw,4.65rem)!important;
  line-height:.98!important;
  max-width:660px!important;
}
.hero-sub,.hero-copy p,.hero p,.article-hero p{
  color:#40546d!important;
}
.hero-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important}
.hero-inline-note{
  border-left:4px solid var(--sho-gold)!important;
  padding-left:14px!important;
  color:#52667e!important;
}
.hero-proof{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:24px!important;
}
.hero-proof-item{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(11,47,99,.10)!important;
  border-radius:18px!important;
  padding:15px!important;
}
.hero-proof-item strong{color:var(--sho-navy)!important;font-size:.95rem!important}
.hero-proof-item span{color:var(--sho-muted)!important}
.hero-map-whisper{
  color:rgba(255,255,255,.78)!important;
  text-shadow:0 14px 34px rgba(6,25,52,.42),0 0 28px rgba(121,212,242,.35)!important;
}
.hero-metrics-bar{
  padding:0 5% 34px!important;
  margin-top:-32px!important;
  background:transparent!important;
  position:relative;
  z-index:3;
}
.hero-metrics-inner{
  max-width:1120px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.hero-metric{
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  border:1px solid var(--sho-line)!important;
  border-radius:22px!important;
  box-shadow:var(--sho-shadow-soft)!important;
  padding:22px 18px!important;
}
.hero-metric strong{color:var(--sho-navy)!important;font-size:1.35rem!important}
.hero-metric span{color:var(--sho-muted)!important;font-weight:700!important}

.premium-ribbon,.premium-case-studies,.premium-funnel{
  padding:56px 5%!important;
}
.premium-ribbon-inner,.premium-case-inner,.premium-funnel-inner{
  max-width:1180px;margin:0 auto;
}
.premium-ribbon-card{
  background:linear-gradient(135deg,var(--sho-navy),var(--sho-navy-2) 58%,#0f63c9)!important;
  color:#fff!important;
  border-radius:32px!important;
  padding:34px!important;
  box-shadow:0 28px 70px rgba(6,25,52,.22)!important;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  overflow:hidden;
  position:relative;
}
.premium-ribbon-card::after{
  content:'';
  position:absolute;
  right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(121,212,242,.28),transparent 64%);
}
.premium-ribbon-card h2,.premium-ribbon-card p,.premium-ribbon-card li{color:#fff!important}
.premium-ribbon-card h2{font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.1;margin:6px 0 12px}
.premium-ribbon-card p{color:rgba(255,255,255,.82)!important}
.premium-checks{display:grid;gap:10px;list-style:none;margin:0;padding:0}
.premium-checks li{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:12px 14px;
  font-weight:700;
}

section{scroll-margin-top:96px}
section:not(.hero-upgrade):not(.hero-metrics-bar):not(.premium-ribbon):not(.premium-case-studies):not(.premium-funnel){
  padding-top:86px!important;
  padding-bottom:86px!important;
}
.sec-title,article h1,article h2,.article-hero h1,.res-section-title{
  color:var(--sho-navy)!important;
  letter-spacing:-.025em!important;
}
.sec-sub,article p,article li,.res-card p,.svc-card p,.track-card p,.proc-step p,.testi-card p,.contact-info p,.ci-item p,.field label,.hint{
  color:var(--sho-muted)!important;
}
.svc-card,.track-card,.calc-box,.testi-card,.blog-card,.blog-signup,.quiz-result,.step-box,.sidebar-box,.res-card,.offer-box,.info-box,.source-form,.why-card,.mini-card,.domain-card,.path-card,.review-section,.assess-card,.proc-step,.contact-info,.contact-form{
  border:1px solid var(--sho-line)!important;
  border-radius:var(--sho-radius)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:var(--sho-shadow-soft)!important;
}
.svc-card:hover,.track-card:hover,.res-card:hover,.blog-card:hover,.domain-card:hover,.path-card:hover,.assess-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:var(--sho-shadow)!important;
}
.svc-icon,.blog-card-img{
  border-radius:20px!important;
  background:linear-gradient(135deg,rgba(15,99,201,.10),rgba(216,160,57,.12))!important;
}
.svc-card.featured,.sidebar-cta,.res-strip,.cta-section,.offer-box,.assess-card.consult{
  background:linear-gradient(135deg,var(--sho-navy),var(--sho-blue))!important;
  border-color:transparent!important;
}
.svc-card.featured h3,.svc-card.featured p,.svc-card.featured a,
.sidebar-cta h4,.sidebar-cta p,.sidebar-cta a,
.cta-section h2,.cta-section p,.cta-section a,
.offer-box h3,.offer-box p,.assess-card.consult h3,.assess-card.consult p,.assess-card.consult a{
  color:#fff!important;
}
.stat-num,.tstat .num,.result-box .rval,.proc-num,.step-num,.quiz-bar,.progress-bar-fill,.score{
  color:#fff!important;
  background:linear-gradient(135deg,var(--sho-navy-2),var(--sho-blue))!important;
}
.stat-num,.tstat .num,.result-box .rval,.score{
  border-radius:16px!important;
  display:inline-block!important;
  padding:.28em .5em!important;
}

.premium-case-studies{background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%)!important}
.premium-case-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;
}
.premium-case-card{
  background:#fff;border:1px solid var(--sho-line);border-radius:26px;padding:26px;box-shadow:var(--sho-shadow-soft);
}
.premium-case-card .badge{
  display:inline-flex;border-radius:999px;padding:7px 10px;margin-bottom:14px;
  background:rgba(216,160,57,.14)!important;color:#8a5b05!important;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
}
.premium-case-card h3{color:var(--sho-navy)!important;font-size:1.08rem;margin-bottom:8px}
.premium-case-card p{color:var(--sho-muted)!important;font-size:.94rem}

.premium-funnel{background:linear-gradient(135deg,#f6f9fd,#fff)!important}
.premium-funnel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}
.premium-funnel-step{background:#fff;border:1px solid var(--sho-line);border-radius:22px;padding:22px;box-shadow:var(--sho-shadow-soft)}
.premium-funnel-step strong{display:block;color:var(--sho-blue);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.premium-funnel-step h3{color:var(--sho-navy);font-size:1.02rem;margin-bottom:8px}
.premium-funnel-step p{color:var(--sho-muted);font-size:.9rem}

#pricing .premium-price-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  max-width:1180px;
  margin:0 auto 28px;
}
.premium-price-card{
  position:relative;
  background:#fff;
  border:1px solid var(--sho-line);
  border-radius:28px;
  padding:30px 24px;
  box-shadow:var(--sho-shadow-soft);
  display:flex;
  flex-direction:column;
}
.premium-price-card.featured{
  background:linear-gradient(135deg,var(--sho-navy),var(--sho-blue));
  color:#fff;
  transform:translateY(-8px);
}
.premium-price-card .tier{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sho-blue);font-weight:900;margin-bottom:10px}
.premium-price-card.featured .tier,.premium-price-card.featured h3,.premium-price-card.featured p,.premium-price-card.featured li{color:#fff!important}
.premium-price-card h3{font-size:1.08rem;color:var(--sho-navy);margin-bottom:8px}
.premium-price-card .price{font-size:2.1rem;font-weight:900;color:var(--sho-navy);letter-spacing:-.03em;margin:8px 0 4px}
.premium-price-card.featured .price{color:#fff}
.premium-price-card .note{color:var(--sho-muted);font-size:.86rem;margin-bottom:18px}
.premium-price-card ul{list-style:none;padding:0;margin:0 0 22px}
.premium-price-card li{padding:8px 0;border-bottom:1px solid rgba(11,47,99,.08);color:var(--sho-muted);font-size:.9rem}
.premium-price-card.featured li{border-bottom-color:rgba(255,255,255,.14)}
.premium-price-card a{margin-top:auto;text-align:center}
.premium-price-card .popular{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:linear-gradient(135deg,var(--sho-gold),var(--sho-gold-2));
  color:#061934!important;border-radius:999px;padding:6px 14px;font-size:.72rem;font-weight:900;white-space:nowrap;
}

.contact-grid{gap:26px!important}
.contact-info h3{color:var(--sho-navy)!important}
.contact-form input,.contact-form select,.contact-form textarea,.field input,.field select,.field textarea,.calc-field input,.calc-field select,.blog-signup input{
  border:1px solid rgba(11,47,99,.16)!important;
  border-radius:16px!important;
  min-height:48px;
  background:#fff!important;
}
.contact-form textarea,.field textarea{min-height:140px!important}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.field input:focus,.field select:focus,.field textarea:focus,.calc-field input:focus,.calc-field select:focus,.blog-signup input:focus{
  outline:none!important;
  border-color:rgba(15,99,201,.48)!important;
  box-shadow:0 0 0 5px rgba(121,212,242,.18)!important;
}

.article-hero,.hero{
  background:
    radial-gradient(circle at 14% 10%,rgba(121,212,242,.28),transparent 24%),
    linear-gradient(135deg,#f8fbff,#fff 58%,#eef7ff)!important;
  color:var(--sho-navy)!important;
}
.article-layout article,.container article,.article-footer{
  border-radius:28px!important;
  border:1px solid var(--sho-line)!important;
  box-shadow:var(--sho-shadow-soft)!important;
}
.callout,.about-quote,.result-why,.review-section{
  border-left:4px solid var(--sho-gold)!important;
  background:linear-gradient(135deg,rgba(216,160,57,.10),rgba(255,255,255,.96))!important;
}

footer{
  background:linear-gradient(135deg,#041226,#071b45 55%,#0b2f63)!important;
  color:rgba(255,255,255,.72)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
footer a,.footer-links a{color:rgba(255,255,255,.9)!important}
footer a:hover,.footer-links a:hover{color:#fff!important}

.rex-launcher{
  background:linear-gradient(135deg,var(--sho-navy),var(--sho-blue))!important;
  border:1px solid rgba(121,212,242,.22)!important;
  box-shadow:0 18px 42px rgba(6,25,52,.30)!important;
}
.rex-panel{
  border-radius:28px!important;
  border:1px solid rgba(216,160,57,.20)!important;
  box-shadow:0 28px 70px rgba(6,25,52,.34)!important;
}

@media(max-width:1080px){
  .nav-links{
    overflow-x:auto;
    flex-wrap:nowrap!important;
    max-width:100%;
    padding-bottom:4px;
    scrollbar-width:thin;
  }
  nav{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
  .hero-proof,.hero-metrics-inner,.premium-case-grid,.premium-funnel-grid,#pricing .premium-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-ribbon-card{grid-template-columns:1fr!important}
}
@media(max-width:720px){
  .hero-upgrade{min-height:auto!important;padding:64px 5% 40px!important;background-position:70% center!important}
  .hero-copy{padding:24px!important;border-radius:24px!important}
  .hero-copy h1{font-size:clamp(2.1rem,11vw,3.2rem)!important}
  .hero-proof,.hero-metrics-inner,.premium-case-grid,.premium-funnel-grid,#pricing .premium-price-grid{grid-template-columns:1fr!important}
  .premium-price-card.featured{transform:none}
  .premium-ribbon-card{padding:24px!important;border-radius:24px!important}
  section:not(.hero-upgrade):not(.hero-metrics-bar):not(.premium-ribbon):not(.premium-case-studies):not(.premium-funnel){
    padding-top:62px!important;padding-bottom:62px!important;
  }
}
