@import url('header-fix.css');

*{box-sizing:border-box}
html,body{overflow-x:hidden}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#eef2f6;color:#1b2430;line-height:1.55}
.site-header{background:#0c2f5c;color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.nav-wrap{max-width:1180px;margin:auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.brand{font-size:1.25rem;font-weight:900;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.65rem}
.brand:before{content:"";width:42px;height:42px;display:inline-block;background:url('SLW_Master_Logo_Bright.webp') center/contain no-repeat;border-radius:8px}
.nav-links{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}
.nav-links a{color:#fff;text-decoration:none;font-weight:700}
.nav-cta{padding:.75rem 1rem;background:#7da321;border-radius:10px}

.hero{max-width:1180px;margin:auto;padding:3.5rem 1rem 2rem;display:grid;grid-template-columns:1.05fr .95fr;gap:1.5rem;align-items:center}
.hero h1{font-size:clamp(2.35rem,6vw,4rem);line-height:1.02;margin:.45rem 0 1rem;letter-spacing:-.04em}
.hero-text{font-size:1.1rem;color:#334155}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#7da321;font-weight:900;font-size:.82rem}
.hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.3rem}
.button{display:inline-block;padding:.95rem 1.1rem;border-radius:10px;text-decoration:none;font-weight:900}
.primary{background:#0c2f5c;color:#fff}
.secondary{background:#fff;color:#0c2f5c;border:2px solid #0c2f5c}
.hero-card,.panel,.service-band article,.pricing-card,.scope-callout,.brand-closing-card,.storefront-slideshow{box-shadow:0 14px 34px rgba(12,47,92,.12)}
.hero-card{background:#fff;border-radius:22px;overflow:hidden}
.logo-card{padding:1.5rem}
.logo-card img,.image-slot img{display:block;width:100%;height:auto}
.image-card{padding:0}
.image-card-copy{padding:1.25rem}
.image-card-copy h3{margin:0 0 .35rem}
.image-card-copy p{margin:0;color:#475569}
.service-guide-photo{height:320px;overflow:hidden;background:#dce4eb}
.service-guide-photo img{width:100%;height:100%;object-fit:cover;display:block}

.hero-showcase{align-items:stretch}
.hero-slideshow{position:relative;min-height:420px;background:#dce4eb}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:slwHeroFade 18s infinite}
.hero-slide-1{background-image:linear-gradient(rgba(12,47,92,.2),rgba(12,47,92,.2)),url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1400&q=80')}
.hero-slide-2{background-image:linear-gradient(rgba(12,47,92,.22),rgba(12,47,92,.22)),url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=80');animation-delay:6s}
.hero-slide-3{background-image:linear-gradient(rgba(12,47,92,.2),rgba(12,47,92,.2)),url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80');animation-delay:12s}
.hero-overlay-card{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;background:rgba(12,47,92,.08);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:1.2rem 1.2rem 1.1rem;z-index:2;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.hero-overlay-card .eyebrow{color:#d7ff8a;margin:0 0 .45rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.hero-overlay-card h3{font-size:1.55rem;line-height:1.08;margin:0 0 .6rem;text-shadow:0 2px 6px rgba(0,0,0,.55)}
.hero-overlay-card p:last-child{margin:0;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.55)}
@keyframes slwHeroFade{0%{opacity:0}6%{opacity:1}30%{opacity:1}36%{opacity:0}100%{opacity:0}}

.storefront-showcase-section{align-items:stretch}
.storefront-slideshow{position:relative;min-height:360px;border-radius:22px;overflow:hidden;background:#dce4eb}
.storefront-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:slwStorefrontFade 24s infinite}
.storefront-slide-1{background-image:linear-gradient(rgba(12,47,92,.18),rgba(12,47,92,.22)),url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1200&q=80')}
.storefront-slide-2{background-image:linear-gradient(rgba(12,47,92,.2),rgba(12,47,92,.24)),url('https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1200&q=80');animation-delay:6s}
.storefront-slide-3{background-image:linear-gradient(rgba(12,47,92,.22),rgba(12,47,92,.26)),url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=80');animation-delay:12s}
.storefront-slide-4{background-image:linear-gradient(rgba(12,47,92,.18),rgba(12,47,92,.24)),url('https://images.unsplash.com/photo-1534723452862-4c874018d66d?auto=format&fit=crop&w=1200&q=80');animation-delay:18s}
.storefront-overlay-card{position:absolute;left:1.15rem;right:1.15rem;bottom:1.15rem;background:rgba(12,47,92,.08);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:1.15rem;z-index:2;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.storefront-overlay-card .eyebrow{color:#d7ff8a;margin:0 0 .45rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.storefront-overlay-card h3{font-size:1.45rem;line-height:1.08;margin:0 0 .6rem;text-shadow:0 2px 6px rgba(0,0,0,.55)}
.storefront-overlay-card p:last-child{margin:0;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.55)}
@keyframes slwStorefrontFade{0%{opacity:0}5%{opacity:1}23%{opacity:1}28%{opacity:0}100%{opacity:0}}

.service-band{max-width:1180px;margin:auto;padding:1rem 1rem 3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.service-band article{background:#fff;border-radius:18px;overflow:hidden;border-top:5px solid #7da321;padding:1.25rem}
.visual-service-band article{padding:0}
.visual-service-band .card-copy{padding:1.25rem}
.service-band span{display:none}
.service-band h2,.pricing-card h2{font-size:1.35rem;line-height:1.1;margin:.25rem 0 .65rem;text-align:center}
.service-band p,.pricing-card p{color:#475569}
.service-band ul,.pricing-card ul,.check-list{padding-left:1.15rem;margin:.75rem 0 0}
.service-band li,.pricing-card li,.check-list li{margin:.35rem 0}

.split-section{max-width:1180px;margin:auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}
.split-section h2{font-size:clamp(2rem,5vw,3rem);line-height:1.05;letter-spacing:-.04em;margin:.5rem 0 1rem}
.panel{background:#0c2f5c;color:#fff;padding:1.6rem;border-radius:20px}
.panel h3{margin-top:0;font-size:1.55rem}
.panel p{color:#eaf2ff}

.pricing-grid{max-width:1180px;margin:auto;padding:1rem 1rem 3rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.pricing-card{background:#fff;border-radius:20px;overflow:hidden;border-top:5px solid #7da321}
.pricing-card.featured{border-top-color:#0c2f5c}
.pricing-body{padding:1.25rem}
.price{color:#7da321!important;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .65rem;text-align:center}
.image-slot{min-height:155px;background:linear-gradient(135deg,#0c2f5c,#7da321);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;padding:1rem;overflow:hidden}
.image-slot img{height:165px;object-fit:cover}
.check-list{columns:2;column-gap:2rem}

.scope-callout{max-width:1080px;margin:1rem auto 4rem;padding:2rem;background:#fff;border-left:8px solid #7da321;border-radius:20px;display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center}
.scope-callout h2{font-size:clamp(1.8rem,5vw,2.5rem);line-height:1.05;margin:.35rem 0 .75rem}
.scope-callout p{max-width:760px;color:#475569}
.credit a,.text-link{color:#7da321;font-weight:900}
footer{text-align:center;padding:2rem 1rem;background:#0c2f5c;color:#fff;margin-top:3rem}
footer a{color:#c9f27a}

.image-slot{background-size:cover;background-position:center;color:transparent;position:relative}
.image-slot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,47,92,.12),rgba(12,47,92,.38));}
.hero .image-slot{background-image:url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1200&q=80')}
.visual-service-band article:nth-child(1) .image-slot{background-image:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80')}
.visual-service-band article:nth-child(2) .image-slot{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=80')}
.visual-service-band article:nth-child(3) .image-slot{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=80')}
.visual-service-band article:nth-child(4) .image-slot{background-image:url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=900&q=80')}
.pricing-card:nth-child(1) .image-slot{background-image:url('https://images.unsplash.com/photo-1513694203232-719a280e022f?auto=format&fit=crop&w=900&q=80')}
.pricing-card:nth-child(2) .image-slot{background-image:url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=900&q=80')}
.pricing-card:nth-child(3) .image-slot{background-image:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80')}
.pricing-card:nth-child(4) .image-slot{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=80')}

.proof-strip{max-width:1180px;margin:1rem auto 2rem;padding:0 1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.proof-strip article{background:#fff;border-radius:18px;padding:1.25rem;text-align:center;border-bottom:5px solid #7da321;box-shadow:0 14px 34px rgba(12,47,92,.12)}
.proof-strip strong{display:block;font-size:clamp(1.55rem,4vw,2.3rem);line-height:1;color:#0c2f5c}
.proof-strip span{display:block;margin-top:.5rem;color:#475569;font-weight:800}

.pitch-hero{padding-top:4rem}
.pitch-card .image-slot{min-height:280px}
.pitch-section{max-width:1180px;margin:auto;padding:2.5rem 1rem}
.pitch-section h2{font-size:clamp(2rem,5vw,3.1rem);line-height:1.05;letter-spacing:-.04em;margin:.4rem 0 1.2rem}
.pitch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.pitch-grid article{background:#fff;border-radius:20px;padding:1.35rem;border-top:5px solid #7da321;box-shadow:0 14px 34px rgba(12,47,92,.12)}
.pitch-grid h3{margin:.2rem 0 .55rem;font-size:1.25rem;line-height:1.15}
.pitch-grid p{color:#475569}
.three-step article span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#0c2f5c;color:#fff;font-weight:900;margin-bottom:.8rem}

.ecosystem-section{max-width:1180px;margin:1.5rem auto 2.5rem;padding:0 1rem}
.ecosystem-intro{max-width:820px;margin-bottom:1.1rem}
.ecosystem-intro h2{font-size:clamp(2rem,5vw,3.2rem);line-height:1.04;letter-spacing:-.04em;margin:.35rem 0 .8rem}
.ecosystem-intro p{font-size:1.08rem;color:#475569}
.ecosystem-shell{display:grid;grid-template-columns:minmax(260px,.72fr) 1.28fr;gap:1rem;align-items:stretch}
.ecosystem-menu{display:grid;gap:.72rem}
.ecosystem-tab{width:100%;border:2px solid transparent;background:#fff;color:#1b2430;text-align:left;border-radius:18px;padding:1.15rem 1.1rem;font:inherit;font-weight:900;font-size:1.12rem;line-height:1.15;cursor:pointer;box-shadow:0 12px 28px rgba(12,47,92,.1);display:flex;align-items:center;justify-content:flex-start;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}
.ecosystem-tab:hover,.ecosystem-tab:focus-visible{transform:translateY(-2px);border-color:#7da321;outline:none}
.ecosystem-tab.active{background:#0c2f5c;color:#fff;border-color:#7da321}
.ecosystem-panel{background:linear-gradient(135deg,#0c2f5c,#173f72);color:#fff;border-radius:24px;padding:2rem;min-height:100%;box-shadow:0 18px 42px rgba(12,47,92,.18);position:relative;overflow:hidden;opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}
.ecosystem-panel:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:999px;background:rgba(125,163,33,.22)}
.ecosystem-panel.is-visible{opacity:1;transform:translateY(0)}
.ecosystem-panel:not(.is-visible){opacity:.74;transform:translateY(4px)}
.ecosystem-panel .eyebrow{color:#c9f27a}
.ecosystem-panel h3{position:relative;font-size:clamp(2rem,4vw,3.1rem);line-height:1.02;letter-spacing:-.04em;margin:.35rem 0 1rem}
.ecosystem-panel p{position:relative;color:#eaf2ff;font-size:1.08rem;max-width:780px}
.ecosystem-list{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;list-style:none;padding:0;margin:1.25rem 0}
.ecosystem-list li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:.75rem .9rem;font-weight:800}
.ecosystem-panel .hero-actions{position:relative}
.ecosystem-panel .secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.72)}

.brand-closing{max-width:1180px;margin:1rem auto 0;padding:0 1rem 1rem}
.brand-closing-card{background:#fff;border-radius:24px;padding:2rem;text-align:center}
.brand-closing-card img{max-width:220px;width:100%;height:auto;margin:0 auto 1rem;display:block}
.brand-closing-card h2{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.06;letter-spacing:-.04em;margin:.4rem 0 .75rem}
.brand-closing-card p{max-width:760px;margin:0 auto;color:#475569}

@media(max-width:900px){
  .nav-wrap{flex-direction:column;text-align:center}
  .brand{justify-content:center}
  .brand:before{width:50px;height:50px}
  .nav-links{justify-content:center;gap:.7rem}
  .nav-cta{display:block;width:100%;max-width:330px;margin:.35rem auto 0}
  .hero,.service-band,.split-section,.pricing-grid,.scope-callout,.proof-strip,.pitch-grid,.ecosystem-shell{grid-template-columns:1fr}
  .hero{padding:2rem 1rem 1.25rem}
  .hero h1{font-size:2.35rem}
  .hero-text{font-size:1rem}
  .hero-slideshow{min-height:320px}
  .hero-overlay-card{left:.9rem;right:.9rem;bottom:.9rem;padding:1rem}
  .hero-overlay-card h3{font-size:1.25rem}
  .storefront-slideshow{min-height:320px}
  .storefront-overlay-card{left:.9rem;right:.9rem;bottom:.9rem;padding:1rem}
  .storefront-overlay-card h3{font-size:1.2rem}
  .service-band,.pricing-grid{padding:1rem 1rem 2rem}
  .service-band article,.pricing-card,.panel{border-radius:18px}
  .split-section{padding:1.5rem 1rem}
  .panel{padding:1.35rem}
  .pricing-card.featured{transform:none}
  .check-list{columns:1}
  .scope-callout{margin:1rem;padding:1.5rem}
  .scope-callout .button{width:100%;text-align:center}
  .image-slot{min-height:145px}
  .hero .image-slot{min-height:210px}
  .image-slot img{height:150px}
  .proof-strip{padding:0 1rem}
  .pitch-section{padding:1.5rem 1rem}
  .pitch-card .image-slot{min-height:220px}
  .service-guide-photo{height:300px}
  .ecosystem-section{margin:1rem auto 2rem}
  .ecosystem-intro{text-align:left}
  .ecosystem-menu{gap:.6rem}
  .ecosystem-tab{padding:1rem;font-size:1rem}
  .ecosystem-panel{padding:1.35rem;border-radius:20px}
  .ecosystem-list{grid-template-columns:1fr}
  .ecosystem-panel .button{width:100%;text-align:center}
  .brand-closing-card{padding:1.5rem}
}