:root{
  --navy:#071a2a;
  --navy2:#0c2940;
  --aqua:#2ed2c3;
  --gold:#f4c85f;
  --cream:#f7f7f2;
  --ink:#12212b;
  --muted:#62717a;
  --white:#fff;
  --line:#dce4e6;
  --radius:24px;
  --shadow:0 24px 70px rgba(7,26,42,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.announcement{background:var(--gold);color:#17202a;text-align:center;padding:8px 16px;font-size:.88rem;letter-spacing:.02em}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,247,242,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(7,26,42,.08)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-size:1rem}
.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--navy);color:var(--white);font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:700;font-size:.85rem}
nav{display:flex;gap:28px;font-size:.94rem;color:#344851}
nav a:hover{color:var(--navy)}
.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer;font:inherit;font-weight:800}
.button:hover{transform:translateY(-2px)}
.button-small{padding:10px 16px;background:var(--navy);color:white}
.button-primary{background:var(--gold);color:#14202a;box-shadow:0 10px 30px rgba(244,200,95,.2)}
.button-ghost{border-color:rgba(255,255,255,.28);color:white;background:rgba(255,255,255,.06)}
.button-light{background:white;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0%,#0a2944 55%,#123b52 100%);color:white;padding:96px 0 84px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}
.hero-glow{position:absolute;border-radius:999px;filter:blur(30px);opacity:.28}
.hero-glow-one{width:420px;height:420px;background:var(--aqua);right:-160px;top:-120px}
.hero-glow-two{width:300px;height:300px;background:var(--gold);left:-160px;bottom:-180px}
.eyebrow{font-size:.78rem;letter-spacing:.17em;font-weight:800;color:var(--gold);margin-bottom:15px}
.eyebrow.dark{color:#1b8d86}
h1,h2,h3{font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.08;margin-top:0}
h1{font-size:clamp(3rem,6vw,6rem);letter-spacing:-.055em;margin-bottom:26px}
h1 span{color:var(--aqua)}
h2{font-size:clamp(2.2rem,4vw,4.2rem);letter-spacing:-.04em;margin-bottom:18px}
h3{font-size:1.35rem;margin-bottom:10px}
.hero-lead{font-size:1.2rem;color:#d6e1e7;max-width:670px;margin-bottom:30px}
.hero-lead strong{color:white}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.microcopy{font-size:.82rem;color:#92a8b5;margin-top:16px}
.mission-card{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:34px;backdrop-filter:blur(18px);box-shadow:0 25px 80px rgba(0,0,0,.18)}
.mission-card-label{display:block;text-align:center;font-size:.75rem;letter-spacing:.14em;color:#bcd1db;font-weight:700;margin-bottom:24px}
.counter-ring{width:230px;height:230px;margin:0 auto 24px;border-radius:50%;background:conic-gradient(var(--gold) var(--progress),rgba(255,255,255,.1) 0);display:grid;place-items:center;position:relative}
.counter-ring:after{content:"";position:absolute;inset:12px;background:var(--navy2);border-radius:50%}
.counter-inner{position:relative;z-index:2;text-align:center}
.counter-inner strong{display:block;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:4.1rem;line-height:1;color:white}
.counter-inner span{font-size:.85rem;color:#bcd1db}
.counter-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.counter-stats div{background:rgba(255,255,255,.06);border-radius:14px;padding:14px;text-align:center}
.counter-stats strong,.counter-stats span{display:block}
.counter-stats strong{font-size:1.35rem;color:white}
.counter-stats span{font-size:.72rem;color:#a8bdc8}
.progress-track{height:8px;background:rgba(255,255,255,.1);border-radius:99px;overflow:hidden}
.progress-bar{height:100%;width:0;background:var(--aqua);border-radius:inherit;transition:width .6s ease}
.mission-card p{font-size:.84rem;color:#a8bdc8;text-align:center;margin:16px 0 0}
.trust-strip{background:white;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:26px 22px;border-right:1px solid var(--line)}
.trust-grid>div:last-child{border-right:0}
.trust-grid span{display:block;color:#1b8d86;font-weight:800;font-size:.77rem;margin-bottom:7px}
.trust-grid strong,.trust-grid small{display:block}
.trust-grid strong{font-size:1rem}
.trust-grid small{color:var(--muted)}
.section{padding:105px 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.large-copy{font-size:1.22rem;color:#41525b}
.large-copy p:first-child{margin-top:0}
.large-copy strong{color:var(--ink)}
.package-section{background:white}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p{font-size:1.08rem;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{background:#f6f8f7;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:245px;transition:.2s ease}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feature-card.featured{background:var(--navy);color:white;border-color:var(--navy)}
.feature-card.featured p{color:#b9cbd4}
.feature-card p{color:var(--muted);margin-bottom:0}
.icon{width:46px;height:46px;border-radius:14px;background:var(--gold);display:grid;place-items:center;color:#18232d;font-weight:900;margin-bottom:28px}
.price-section{background:var(--aqua)}
.price-panel{display:grid;grid-template-columns:.7fr 1.1fr .55fr;gap:38px;align-items:center}
.price-panel .eyebrow{color:#0d4e4a}
.price-panel h2{font-size:5rem;margin:0;color:var(--navy)}
.price-panel p{margin:0;color:#124b4b}
.price-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px;font-weight:600;color:#143f42}
.after-section{background:#f0efe6}
.renewal-card{background:white;border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.renewal-card>span{font-weight:800;color:var(--muted)}
.renewal-card strong{display:block;font-size:4.8rem;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--navy);line-height:1.1;margin:8px 0 12px}
.renewal-card strong span{font-size:1.2rem;color:var(--muted)}
.renewal-card small{display:block;color:#77858c;margin-top:15px}
.process-section{background:white}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{padding:26px;border-top:3px solid var(--aqua);background:#f7f8f6;border-radius:0 0 18px 18px}
.step>span{font-family:Inter,Segoe UI,Arial,sans-serif;font-weight:700;color:#1b8d86}
.step p{color:var(--muted);margin-bottom:0}
.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}
details{background:white;border:1px solid var(--line);border-radius:16px;margin-bottom:12px;padding:0 20px}
summary{cursor:pointer;font-weight:800;padding:20px 0;list-style:none}
summary::-webkit-details-marker{display:none}
details p{color:var(--muted);margin-top:0;padding-bottom:18px}
.claim-section{background:var(--navy);color:white;padding:105px 0}
.claim-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.claim-grid>div>p{color:#b8cbd5;font-size:1.08rem}
.remaining-pill{display:inline-flex;padding:11px 15px;border-radius:99px;background:rgba(46,210,195,.12);border:1px solid rgba(46,210,195,.25);color:#c8f7f3;margin-top:12px}
.remaining-pill strong{margin-right:5px;color:var(--aqua)}
.interest-form{background:white;color:var(--ink);border-radius:26px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.interest-form label{display:grid;gap:6px;font-size:.82rem;font-weight:800}
.interest-form .wide-field{grid-column:1/-1}
input,textarea{width:100%;border:1px solid #d6dfe2;border-radius:12px;padding:13px 14px;font:inherit;background:#fbfcfb}
textarea{resize:vertical}
.full{grid-column:1/-1;width:100%;border:0}
.form-note{grid-column:1/-1;color:#7a8990;font-size:.75rem;margin:0}
footer{background:#04121c;color:#8ca3af;padding:26px 0}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-brand{color:white}
@media(max-width:900px){
  nav{display:none}
  .hero-grid,.split,.faq-layout,.claim-grid{grid-template-columns:1fr;gap:42px}
  .hero{padding-top:70px}
  .mission-card{max-width:560px}
  .trust-grid,.feature-grid,.steps{grid-template-columns:1fr 1fr}
  .price-panel{grid-template-columns:1fr;gap:28px}
  .price-list{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1160px)}
  .site-header .button-small{display:none}
  .nav-wrap{height:68px}
  .section,.claim-section{padding:72px 0}
  h1{font-size:3.25rem}
  .hero-lead{font-size:1.06rem}
  .trust-grid,.feature-grid,.steps,.price-list{grid-template-columns:1fr}
  .trust-grid>div{border-right:0;border-bottom:1px solid var(--line)}
  .mission-card{padding:24px}
  .counter-ring{width:205px;height:205px}
  .interest-form{grid-template-columns:1fr;padding:22px}
  .interest-form label,.interest-form .wide-field,.full,.form-note{grid-column:1}
  .footer-wrap{flex-direction:column;align-items:flex-start}
}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-success{color:#146c43;font-weight:700}
.form-error{color:#a12622;font-weight:700}

/* Mission 300 website rescue / redesign section */
.rescue-section{background:var(--navy);color:white;padding-top:92px;padding-bottom:92px}
.rescue-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.rescue-copy h2{font-size:clamp(2.2rem,4vw,4.2rem);max-width:620px;margin-bottom:20px}
.rescue-copy p{color:#bfd0d8;font-size:1.08rem;max-width:580px;margin-bottom:28px}
.rescue-options{display:grid;gap:14px}
.rescue-options article{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:24px;display:grid;grid-template-columns:48px 1fr;column-gap:16px}
.rescue-options article>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:var(--gold);color:#18232d;display:grid;place-items:center;font-weight:900}
.rescue-options h3{margin:2px 0 7px;font-size:1.08rem}
.rescue-options p{margin:0;color:#b8cbd5;font-size:.92rem}
.rescue-note{grid-column:1/-1;margin:4px 0 0;padding:18px 20px;border-left:3px solid var(--gold);background:rgba(255,255,255,.055);color:#c7d6dc;font-size:.86rem;border-radius:0 14px 14px 0}
.rescue-note strong{color:white}
.interest-form select{width:100%;border:1px solid #d8e0e2;border-radius:12px;padding:13px 14px;background:white;color:var(--ink);font:inherit}
.interest-form .optional{font-weight:500;color:#839198}

@media (max-width:900px){
  .rescue-panel{grid-template-columns:1fr;gap:38px}
}



/* Websites by Andron brand integration */
.brand-logo-link{display:flex;align-items:center;line-height:0}
.brand-logo{display:block;width:auto;height:64px;max-width:180px;object-fit:contain}
.brand-story-section{background:#f8fafb}
.brand-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}
.brand-story-logo-card{background:white;border:1px solid var(--line);border-radius:28px;padding:36px;box-shadow:var(--shadow);display:grid;place-items:center;min-height:360px}
.brand-story-logo-card img{width:min(100%,430px);height:auto;display:block}
.brand-story-copy p{font-size:1.08rem;color:var(--muted)}
.brand-story-copy strong{color:var(--ink)}
.text-link{display:inline-flex;margin-top:8px;color:#126c8b;font-weight:800;border-bottom:1px solid rgba(18,108,139,.28);padding-bottom:3px}
.text-link:hover{color:var(--navy);border-color:var(--navy)}
.footer-identity{display:flex;align-items:center;gap:16px;min-width:300px}
.footer-logo{height:62px;width:auto;max-width:170px;display:block;background:white;border-radius:10px;padding:3px}
.footer-identity small{max-width:220px;line-height:1.35;color:#91a7b1}
.footer-identity strong{color:#d8e4e9}
.about-footer-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:8px;font-size:.85rem}
.about-footer-links a{color:#bdd0d9}
.about-footer-links a:hover{color:white}

/* Who We Are page */
.about-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0%,#0a2944 60%,#123b52 100%);color:white;padding:86px 0 82px}
.about-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.about-hero h1{font-size:clamp(3rem,5.5vw,5.6rem);margin-bottom:24px}
.about-hero h1 span{color:var(--aqua)}
.about-hero p{font-size:1.16rem;color:#c8d8df;max-width:690px}
.about-logo-panel{background:rgba(255,255,255,.96);border-radius:30px;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.23)}
.about-logo-panel img{width:100%;height:auto;display:block}
.about-intro{background:white}
.about-intro-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.about-intro-copy{font-size:1.15rem;color:var(--muted)}
.about-intro-copy strong{color:var(--ink)}
.about-values{background:#f0f4f5}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.value-card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:250px}
.value-card .icon{margin-bottom:24px}
.value-card p{color:var(--muted);margin-bottom:0}
.revamp-panel{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;background:var(--navy);color:white;border-radius:30px;padding:52px}
.revamp-panel p{color:#b9cbd4;font-size:1.05rem}
.revamp-badge{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);border-radius:22px;padding:30px}
.revamp-badge small{display:block;color:#9fb5c0;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:8px}
.revamp-badge strong{display:block;font-size:2rem;line-height:1.15}
.about-cta{background:var(--aqua)}
.about-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:40px}
.about-cta h2{margin-bottom:8px;color:var(--navy)}
.about-cta p{margin:0;color:#154f51;font-size:1.05rem}
.about-cta .button{flex:0 0 auto;background:var(--navy);color:white}
nav a[aria-current="page"]{color:var(--navy);font-weight:800}

@media(max-width:900px){
  .brand-logo{height:58px;max-width:160px}
  .brand-story-grid,.about-hero-grid,.about-intro-grid,.revamp-panel{grid-template-columns:1fr;gap:38px}
  .value-grid{grid-template-columns:1fr 1fr}
  .about-logo-panel{max-width:600px}
  .about-cta-panel{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .brand-logo{height:52px;max-width:145px}
  .brand-story-logo-card{min-height:0;padding:24px}
  .value-grid{grid-template-columns:1fr}
  .revamp-panel{padding:30px 24px}
  .footer-identity{min-width:0;align-items:flex-start;flex-direction:column}
  .footer-logo{height:58px}
  .about-hero{padding:64px 0}
  .about-logo-panel{padding:26px}
}
