:root{
  --ink:#08182f;
  --muted:#53647a;
  --blue:#0757bd;
  --blue2:#0c2c68;
  --red:#d92835;
  --green:#198b3f;
  --soft:#f5f8fc;
  --soft2:#eef5ff;
  --line:#dce6f2;
  --dark:#061833;
  --shadow:0 18px 48px rgba(8,24,47,.10);
  --radius:22px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
p{margin:0 0 16px}
h1,h2,h3,h4{margin:0 0 14px;line-height:1.06;letter-spacing:-.035em}
h1{font-size:clamp(36px,5.1vw,74px)}
h2{font-size:clamp(28px,3.5vw,48px)}
h3{font-size:clamp(20px,2vw,28px)}
ul{margin:0;padding-left:22px}.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px 14px;border-radius:10px;border:1px solid var(--line)}
.site-header{position:sticky;top:0;z-index:60;background:#fff;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:14px;min-width:218px}.brand img{width:218px;height:auto}.nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}.nav a{font-size:14px;font-weight:900;color:#2b3f59;padding:10px 11px;border-radius:999px}.nav a:hover,.nav a.active{background:var(--soft2);color:var(--blue)}.header-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer;white-space:nowrap;text-align:center;transition:.16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 30px rgba(7,87,189,.22)}.btn-primary:hover{background:#06479e}.btn-secondary{background:#fff;color:var(--blue);border-color:#b7c7dd}.btn-ghost{background:#eff5ff;color:var(--blue)}.btn-red{background:var(--red);color:#fff}.btn-small{padding:9px 13px;font-size:13px}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 13px;font-weight:900}.section{padding:64px 0}.section.soft{background:linear-gradient(180deg,#f7faff,#eef4fb)}.section.dark{background:linear-gradient(135deg,#06182f,#08254f);color:#fff}.section.dark p,.section.dark .muted{color:#c6d7e8}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head.center{display:block;text-align:center;max-width:900px;margin:0 auto 28px}.kicker,.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--blue);font-weight:1000;margin-bottom:12px}.lede{font-size:clamp(18px,2vw,24px);color:#374b65;max-width:850px}.large{font-size:19px;color:#394d65}.muted{color:var(--muted)}.hero{position:relative;padding:70px 0 52px;background:radial-gradient(circle at 20% 0%,rgba(7,87,189,.14),transparent 36%),linear-gradient(180deg,#fff 0%,#f3f7fc 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.8fr);gap:38px;align-items:center}.hero-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.hero h1 span{color:var(--blue)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 18px}.trust-pills{display:flex;flex-wrap:wrap;gap:10px}.trust-pills span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:900;color:#2e4159}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.stat{padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}.stat b{display:block;font-size:26px;color:var(--blue);line-height:1}.stat span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:900;margin-top:6px}.visual-panel{border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow);padding:16px}.visual-panel img{border-radius:18px;border:1px solid #e1e9f2}.caption{font-size:13px;color:var(--muted);font-weight:800;margin-top:10px}.cards{display:grid;gap:18px}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.card{display:block;border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:24px;box-shadow:0 12px 30px rgba(8,24,47,.06);transition:.16s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#b9c9db}.card h3{color:#071d3f}.card-cta{display:inline-block;margin-top:8px;color:var(--blue);font-weight:1000}.image-card{padding:10px}.image-card img{border-radius:16px;border:1px solid #e4ebf3;width:100%;height:auto}.image-card .image-card-actions{display:flex;gap:8px;flex-wrap:wrap;padding:14px 6px 4px}.sign-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.journey-strip{border:1px solid var(--line);border-radius:24px;background:#fff;padding:12px;box-shadow:var(--shadow);overflow:auto}.journey-strip img{min-width:940px;border-radius:16px}.step-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.step-card{padding:6px;border-radius:16px}.step-card img{width:100%;border-radius:10px;border:1px solid #e0e7ef}.step-card h3{font-size:13px;line-height:1.15;margin:8px 0 4px}.step-card p{font-size:12px;line-height:1.3;margin:0}.value-image{border:1px solid var(--line);border-radius:22px;background:#fff;padding:10px;box-shadow:var(--shadow)}.value-image img{border-radius:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.mini-list{display:grid;gap:12px}.mini-list div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(8,24,47,.05)}.mini-list b{display:block;color:var(--blue2);margin-bottom:4px}.platform-box{border:1px dashed #719be0;border-radius:24px;background:#fff;padding:28px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;box-shadow:var(--shadow)}.platform-box img{max-width:280px}.platform-box img.mission-art{max-width:520px}.source-board{border:1px solid var(--line);border-radius:28px;background:#fff;padding:14px;box-shadow:var(--shadow);overflow:auto}.source-board img{max-width:none;width:1200px;border-radius:18px}.page-hero{padding:50px 0;background:radial-gradient(circle at 82% 0%,rgba(7,87,189,.13),transparent 28%),linear-gradient(180deg,#fff,#f3f7fc);border-bottom:1px solid var(--line)}.page-grid{display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:center}.breadcrumbs{font-size:13px;color:#6f8094;font-weight:800;margin-bottom:14px}.hero-side{border:1px solid var(--line);border-left:5px solid var(--blue);border-radius:22px;background:#fff;padding:22px;box-shadow:0 14px 34px rgba(8,24,47,.07)}.hero-side b{display:block;color:var(--blue2);font-size:20px;margin-bottom:8px}.quote-banner{border-radius:28px;padding:32px;background:linear-gradient(135deg,#071b39,#0a3d83);color:#fff;box-shadow:var(--shadow);margin-bottom:24px}.quote-banner p{color:#cbdcf0}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compare-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 12px 30px rgba(8,24,47,.06)}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--soft2);color:var(--blue);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.feature-list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}.feature-list li{padding-left:28px;position:relative}.feature-list li:before{content:'✓';position:absolute;left:0;top:0;background:#eaf8ef;color:var(--green);width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-weight:1000;font-size:13px}.category-sections{display:grid;gap:16px}.category-sections article{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px;box-shadow:0 10px 24px rgba(8,24,47,.05)}.form-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:22px}.form-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:8px;margin-bottom:16px}.field span{font-size:14px;font-weight:900;color:#31445a}.field.is-required span:after{content:' *';color:var(--red);font-size:18px}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd8e6;border-radius:14px;padding:13px 14px;font:inherit;background:#fbfdff}.field textarea{min-height:120px}.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(7,87,189,.13);background:#fff}.forgot-link{display:block;width:max-content;margin:14px 0 0;background:transparent;border:0;border-bottom:1px solid rgba(7,87,189,.35);color:var(--blue);font-weight:900;cursor:pointer;padding:0}.form-success,.reset-status{margin-top:14px;padding:14px;border-radius:15px;background:#eef9f2;color:#16683a;border:1px solid #b7e3c6}.tool-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px}.tool-config,.tool-preview{border:1px solid var(--line);border-radius:24px;background:#fff;padding:24px;box-shadow:var(--shadow)}.tool-letter-list{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 18px}.tool-letter{border:1px solid #bdd0e5;background:#fff;border-radius:999px;padding:10px 13px;font-weight:900;cursor:pointer}.tool-letter.active{background:var(--blue);color:#fff;border-color:var(--blue)}.preview-window{border:1px solid var(--line);border-radius:20px;background:#eaf2fb;padding:14px}.storefront-illustration{height:330px;border-radius:18px;overflow:hidden;position:relative;background:#daeafd;border:1px solid #d1dfef}.sky{height:36%;background:linear-gradient(#a9d2ff,#edf6ff)}.building{position:absolute;left:7%;right:7%;bottom:16%;height:62%;background:#d6dce5;border-radius:14px 14px 4px 4px;border:1px solid #b7c4d2}.signband{height:38%;margin:12px;background:#1d2733;border-radius:10px;display:grid;place-items:center}.letter-visual{font-weight:1000;font-size:clamp(26px,4vw,48px);letter-spacing:.08em;color:#f2f8ff;text-shadow:0 0 10px rgba(255,255,255,.65),0 2px 0 rgba(0,0,0,.45)}.letter-visual.face-lit{color:#e62b38}.letter-visual.trimcap{color:#fff}.letter-visual.halo-lit{color:#123; text-shadow:0 0 14px #fff,0 0 22px #fff}.letter-visual.dual-lit{color:#ef2b38;text-shadow:0 0 14px #fff,0 2px 0 rgba(0,0,0,.42)}.windows{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 20px}.windows i{height:56px;background:#f8fbff;border:1px solid #b9c6d5;border-radius:9px;display:block}.sidewalk{position:absolute;left:0;right:0;bottom:0;height:18%;background:#c8ced7}.quote-card{margin-top:16px;border:1px solid var(--line);border-radius:18px;padding:18px;background:#f8fbff}.quote-card small{display:block;text-transform:uppercase;font-size:12px;letter-spacing:.1em;color:var(--muted);font-weight:1000;margin-top:8px}.quote-price{font-size:26px;font-weight:1000;color:var(--blue);margin-top:8px}.quote-card.locked .quote-price{color:var(--muted)}.measure-check{display:flex;gap:10px;align-items:flex-start;font-weight:900;background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:14px;margin:14px 0}.footer{background:linear-gradient(180deg,#071b36,#050f1f);color:#d8e4f2;padding:42px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr .9fr;gap:28px}.footer-brand img{width:225px;background:#fff;border-radius:8px;padding:4px}.footer p{color:#b5c6da}.footer h4{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#fff}.footer a{display:block;color:#c9d8ea;margin:7px 0}.footer a:hover{color:#fff}.footer-cta{font-weight:1000;color:#fff!important}.footer-platform{display:flex;gap:14px;align-items:center;margin-top:12px}.footer-platform img{height:22px;width:auto;background:#fff;border-radius:5px;padding:3px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#98aabe;font-size:13px}.version{color:#aeb7c4}
@media(max-width:1080px){.nav{display:none;position:absolute;left:18px;right:18px;top:82px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{border-radius:12px}.menu-btn{display:inline-flex}.header-actions .btn-primary{display:none}.hero-grid,.page-grid,.split,.tool-grid,.form-grid{grid-template-columns:1fr}.sign-grid,.cards.four{grid-template-columns:repeat(2,1fr)}.cards.three,.footer-grid{grid-template-columns:1fr 1fr}.step-grid{grid-template-columns:repeat(3,1fr)}.brand{min-width:0}.brand img{width:205px}.platform-box{grid-template-columns:1fr}}
@media(max-width:700px){.wrap{padding:0 16px}.header-inner{min-height:72px}.brand img{width:180px}.hero{padding:42px 0}.hero-card{padding:22px;border-radius:22px}.section{padding:44px 0}.section-head{display:block}.cards.two,.cards.three,.cards.four,.sign-grid,.compare-grid,.form-row,.footer-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:repeat(2,1fr)}.stat-grid{grid-template-columns:1fr 1fr}.source-board img{width:960px}.journey-strip img{min-width:900px}.footer-bottom{display:block}.header-actions .btn-ghost{display:none}}

.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.benefit-card{padding:6px;border-radius:16px}
.benefit-card img{width:100%;border-radius:10px;border:1px solid #e0e7ef;background:#fff}
.benefit-card h3{font-size:13px;line-height:1.15;margin:8px 0 4px}
.benefit-card p{font-size:12px;line-height:1.3;margin:0}
.platform-box .mission-art{max-width:520px;border:1px solid #dfe8f3;border-radius:16px;background:#fff}
@media(max-width:1080px){.benefit-grid{grid-template-columns:repeat(3,1fr)}.platform-box .mission-art{max-width:100%}}
@media(max-width:700px){.benefit-grid{grid-template-columns:repeat(2,1fr)}}

/* --- V4.04 FUSSY UI DESIGN PASS --- */
:root{
  --ink:#07162d;
  --muted:#607087;
  --blue:#075ab8;
  --blue2:#092a62;
  --red:#d91f2f;
  --green:#168c42;
  --soft:#f6f8fb;
  --soft2:#edf4ff;
  --line:#d9e3ef;
  --dark:#061733;
  --paper:#ffffff;
  --shadow:0 18px 50px rgba(7,22,45,.10);
  --shadow-sm:0 10px 24px rgba(7,22,45,.07);
  --radius:18px;
  --max:1220px;
}
html{background:#f3f6fa;}
body{
  color:var(--ink);
  background:
    radial-gradient(circle at 14% -8%,rgba(7,90,184,.12),transparent 28%),
    radial-gradient(circle at 88% 4%,rgba(217,31,47,.055),transparent 24%),
    linear-gradient(180deg,#fbfdff 0%,#f3f6fa 62%,#eef3f8 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  letter-spacing:-.006em;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:linear-gradient(rgba(7,22,45,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,22,45,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 58%);
  z-index:-1;
}
h1,h2,h3,h4{letter-spacing:-.055em;line-height:.98;}
h1{font-size:clamp(40px,5.6vw,78px);max-width:980px;}
h2{font-size:clamp(30px,3.7vw,52px);max-width:980px;}
h3{font-size:clamp(20px,2vw,27px);}
p{color:#31445d;}
.wrap{max-width:var(--max);padding:0 26px;}
.site-header{
  background:#fff;
  border-bottom:1px solid rgba(186,202,221,.74);
  box-shadow:0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(7,22,45,.045);
}
.header-inner{min-height:78px;gap:22px;}
.brand{min-width:214px;}
.brand img{width:214px;}
.nav{
  background:#f5f8fc;
  border:1px solid #dfe8f2;
  border-radius:999px;
  padding:4px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84);
}
.nav a{
  color:#384a62;
  font-size:13px;
  letter-spacing:.01em;
  padding:9px 13px;
}
.nav a:hover,.nav a.active{
  background:#fff;
  color:var(--blue);
  box-shadow:0 7px 20px rgba(7,22,45,.08);
}
.btn{
  border-radius:12px;
  padding:12px 17px;
  letter-spacing:.005em;
  box-shadow:none;
}
.btn:hover{transform:translateY(-1px);filter:saturate(1.05);}
.btn-primary{
  background:linear-gradient(135deg,#075ab8,#053d8a);
  color:#fff;
  box-shadow:0 14px 30px rgba(7,90,184,.23);
}
.btn-ghost,.btn-secondary{
  background:#fff;
  border-color:#cbd8e6;
  color:#092a62;
}
.menu-btn{border-radius:12px;}
.section{padding:62px 0;}
.section:first-of-type{padding-top:48px;}
.section.soft{
  background:linear-gradient(180deg,rgba(246,249,253,.78),rgba(238,244,251,.78));
  border-top:1px solid rgba(217,227,239,.85);
  border-bottom:1px solid rgba(217,227,239,.85);
}
.section-head{margin-bottom:30px;}
.section-head.center{max-width:1000px;margin-bottom:32px;}
.kicker,.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--blue2);
  background:#fff;
  border:1px solid #dbe5f0;
  border-radius:999px;
  padding:7px 11px;
  box-shadow:0 8px 20px rgba(7,22,45,.05);
  font-size:11px;
  letter-spacing:.18em;
}
.kicker:before,.eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--red);
  box-shadow:13px 0 0 var(--blue);
  margin-right:10px;
}
.lede{font-size:clamp(18px,2.05vw,23px);line-height:1.44;color:#42546b;margin-left:auto;margin-right:auto;}
.large{font-size:19px;line-height:1.55;color:#334860;}
.card,.hero-side,.compare-card,.form-card,.tool-config,.tool-preview,.category-sections article,.mini-list div,.quote-card{
  border:1px solid rgba(209,221,234,.95);
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:var(--shadow-sm);
  border-radius:20px;
}
.card{padding:24px;}
.card:hover{
  transform:translateY(-2px);
  border-color:#b8c9de;
  box-shadow:0 20px 42px rgba(7,22,45,.12);
}
.card h3{color:#061b3d;}
.card-cta{
  color:#075ab8;
  border-bottom:2px solid rgba(7,90,184,.18);
  padding-bottom:2px;
}

.home-cta-row{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin:26px auto 2px;
}
.home-cta-row .btn{
  min-height:54px;
  padding:15px 25px;
  font-size:16px;
  letter-spacing:.02em;
}
.home-cta-row .btn-secondary{
  background:#fff;
  border-color:#c5d5e8;
  color:#073d8a;
  box-shadow:0 12px 26px rgba(7,22,45,.06);
}

#sign-services{
  position:relative;
  padding-top:44px;
  overflow:hidden;
}
#sign-services .section-head.center{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(217,227,239,.96);
  border-radius:26px;
  padding:28px 30px;
  box-shadow:var(--shadow);
}
.sign-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.image-card{
  padding:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}
.image-card img{
  border:0;
  border-radius:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.image-card:after{
  content:"";
  display:block;
  height:4px;
  background:linear-gradient(90deg,var(--red),var(--blue));
  opacity:.9;
}
.step-grid,.benefit-grid{
  gap:12px;
  align-items:stretch;
}
.step-card,.benefit-card{
  padding:8px;
  border-radius:17px;
  overflow:hidden;
}
.step-card img,.benefit-card img{
  border-color:#d9e3ef;
  border-radius:12px;
  background:#fff;
}
.step-card h3,.benefit-card h3{
  font-size:13px;
  letter-spacing:-.025em;
  line-height:1.1;
  margin:9px 4px 4px;
}
.step-card p,.benefit-card p{
  color:#56677d;
  font-size:12px;
  line-height:1.34;
  margin:0 4px 3px;
}
.benefit-card{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
}
.platform-box{
  position:relative;
  overflow:hidden;
  border:1px solid #cfdaea;
  border-radius:26px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 55%,#eef5ff 100%);
  box-shadow:var(--shadow);
}
.platform-box:before{
  content:"";
  position:absolute;
  inset:auto auto -60px -60px;
  width:190px;
  height:190px;
  border-radius:999px;
  background:rgba(7,90,184,.08);
}
.platform-box .mission-art{
  max-width:520px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(7,22,45,.09);
}
.page-hero{
  padding:58px 0;
  background:
    radial-gradient(circle at 84% 0%,rgba(7,90,184,.14),transparent 31%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,248,253,.92));
  border-bottom:1px solid rgba(217,227,239,.95);
}
.page-grid{
  grid-template-columns:minmax(0,1fr) 340px;
  gap:34px;
}
.breadcrumbs{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#fff;
  border:1px solid #dde7f2;
  border-radius:999px;
  padding:7px 10px;
  color:#64758a;
}
.hero-side{
  border-left:0;
  position:relative;
  padding:24px;
}
.hero-side:before{
  content:"";
  display:block;
  height:5px;
  width:74px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--red),var(--blue));
  margin-bottom:18px;
}
.hero-side b{font-size:18px;color:#061b3d;}
.quote-banner{
  background:linear-gradient(135deg,#061733,#0a3370 62%,#075ab8);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 24px 60px rgba(6,23,51,.26);
}
.quote-banner h2{color:#fff;}
.mini-list{gap:13px;}
.mini-list div{position:relative;padding-left:54px;}
.mini-list div:before{
  content:"✓";
  position:absolute;
  left:18px;
  top:18px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#eaf8ef;
  color:var(--green);
  font-weight:1000;
  font-size:13px;
}
.feature-list li:before{box-shadow:0 4px 12px rgba(22,140,66,.16);}
.value-image{
  border-radius:22px;
  padding:12px;
  border-color:#cfdaea;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.value-image img{border-radius:14px;}
.footer{
  position:relative;
  background:linear-gradient(180deg,#071c3d 0%,#061225 100%);
  border-top:4px solid transparent;
  border-image:linear-gradient(90deg,var(--red),var(--blue)) 1;
  padding-top:46px;
}
.footer-grid{gap:34px;}
.footer-brand img{
  width:224px;
  border-radius:10px;
  padding:6px;
}
.footer h4{letter-spacing:.14em;color:#fff;margin-bottom:12px;}
.footer a{color:#d0deef;margin:8px 0;}
.footer p{color:#b8c8da;line-height:1.5;}
.footer-platform img{height:24px;border-radius:6px;}
.footer-bottom{border-top-color:rgba(255,255,255,.14);}
.version{color:#c1cad7;letter-spacing:.05em;}
.form-card,.tool-config,.tool-preview{background:linear-gradient(180deg,#fff,#f9fcff);}
.field span{color:#23374f;}
.field input,.field select,.field textarea{
  border-color:#cbd8e6;
  background:#fff;
  border-radius:12px;
}
.preview-window{background:#f0f5fb;border-color:#d5e0ee;}
.storefront-illustration{box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);}
@media(max-width:1080px){
  .nav{
    border-radius:18px;
    padding:10px;
    box-shadow:var(--shadow);
  }
  .sign-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .step-grid,.benefit-grid{grid-template-columns:repeat(3,1fr);}
  .page-grid{grid-template-columns:1fr;}
  .platform-box .mission-art{max-width:100%;}
}
@media(max-width:700px){
  .wrap{padding:0 17px;}
  .header-inner{min-height:72px;}
  .brand img{width:178px;}
  .section{padding:46px 0;}
  .section:first-of-type{padding-top:32px;}
  #sign-services .section-head.center{padding:22px 18px;border-radius:22px;}
  #sign-services:before{font-size:10px;letter-spacing:.14em;}
  .sign-grid,.cards.two,.cards.three,.cards.four,.compare-grid,.form-row,.footer-grid{grid-template-columns:1fr;}
  .step-grid,.benefit-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .step-card h3,.benefit-card h3{font-size:12px;}
  .step-card p,.benefit-card p{font-size:11px;}
  .platform-box{padding:22px;}
  .page-hero{padding:42px 0;}
}


/* --- V4.06 CTA placement refinements --- */
.compare-card{display:flex;flex-direction:column;}
.compare-card .feature-list{margin-bottom:20px;}
.compare-actions{margin-top:auto;padding-top:18px;border-top:1px solid rgba(217,227,239,.95);}
.compare-actions .btn{width:100%;white-space:normal;min-height:52px;}

/* --- V4.07 EXPENSIVE UI DESIGN PASS --- */
:root{
  --ink:#071426;
  --muted:#566579;
  --blue:#073f8c;
  --blue2:#071b3d;
  --red:#c91f2f;
  --green:#177d43;
  --soft:#f7f9fc;
  --soft2:#eef4fb;
  --line:#d7e0ec;
  --dark:#06142a;
  --paper:#ffffff;
  --shadow:0 26px 70px rgba(7,20,38,.12);
  --shadow-sm:0 14px 34px rgba(7,20,38,.075);
  --radius:22px;
  --max:1240px;
}
html{background:#f4f6f9;scroll-behavior:smooth;}
body{
  color:var(--ink);
  background:
    radial-gradient(circle at 16% -16%,rgba(7,63,140,.10),transparent 28%),
    radial-gradient(circle at 88% -10%,rgba(201,31,47,.06),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 44%,#eef3f8 100%);
  font-size:16px;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
body:before{display:none!important;}
.wrap{max-width:var(--max);padding:0 28px;}
h1,h2,h3,h4{letter-spacing:-.038em;line-height:1.02;color:#06142a;}
h1{font-size:clamp(42px,5.4vw,76px);}
h2{font-size:clamp(31px,3.9vw,54px);}
h3{font-size:clamp(20px,1.75vw,26px);}
p{color:#34465d;line-height:1.58;}
a{transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease;}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  backdrop-filter:blur(18px) saturate(1.1);
  border-bottom:1px solid rgba(210,220,232,.92);
  box-shadow:0 10px 26px rgba(7,20,38,.045);
}
.header-inner{min-height:76px;gap:24px;}
.brand{min-width:210px;}
.brand img{width:210px;display:block;}
.nav{
  background:rgba(246,248,251,.92);
  border:1px solid #dce5f0;
  border-radius:999px;
  padding:5px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88);
}
.nav a{
  color:#3d4b60;
  font-size:12px;
  font-weight:760;
  letter-spacing:.045em;
  text-transform:uppercase;
  border-radius:999px;
  padding:10px 13px;
}
.nav a:hover,.nav a.active{
  color:var(--blue2);
  background:#fff;
  box-shadow:0 8px 20px rgba(7,20,38,.075);
}
.btn{
  border-radius:999px;
  min-height:44px;
  padding:12px 18px;
  font-weight:850;
  letter-spacing:.018em;
}
.btn-primary{
  background:linear-gradient(135deg,#d82737 0%,#a91524 100%);
  border-color:#b91928;
  color:#fff;
  box-shadow:0 16px 34px rgba(201,31,47,.24), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn-primary:hover{box-shadow:0 20px 40px rgba(201,31,47,.30), inset 0 1px 0 rgba(255,255,255,.26);}
.btn-ghost,.btn-secondary{
  background:rgba(255,255,255,.95);
  border-color:#cbd6e4;
  color:var(--blue2);
  box-shadow:0 8px 20px rgba(7,20,38,.05);
}
.btn-ghost:hover,.btn-secondary:hover{background:#fff;border-color:#aebed2;box-shadow:0 12px 26px rgba(7,20,38,.08);}
.section{padding:66px 0;}
.section:first-of-type{padding-top:0;}
.section.soft{
  background:linear-gradient(180deg,rgba(249,251,254,.72),rgba(240,245,251,.78));
  border-top:1px solid rgba(216,225,237,.88);
  border-bottom:1px solid rgba(216,225,237,.88);
}
.section-head{margin-bottom:34px;}
.section-head.center{max-width:1040px;margin-left:auto;margin-right:auto;margin-bottom:34px;}
.kicker,.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:11px;
  padding:0;
  margin-bottom:16px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#6a7584;
  font-size:10px;
  font-weight:900;
  letter-spacing:.26em;
  text-transform:uppercase;
}
.kicker:before,.eyebrow:before{
  content:"";
  width:34px;
  height:1px;
  margin:0;
  border-radius:0;
  background:linear-gradient(90deg,var(--red),var(--blue));
  box-shadow:none;
}
.lede{color:#3b4c61;font-size:clamp(18px,2vw,22px);line-height:1.48;}
.large{color:#34475e;font-size:19px;line-height:1.58;}
#sign-services{
  position:relative;
  padding-top:0!important;
  margin-top:0!important;
  overflow:hidden;
}
#sign-services:before{content:none!important;display:none!important;}
#sign-services .wrap{padding-top:0!important;}
#sign-services .section-head.center{
  margin-top:0!important;
  max-width:100%;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,252,255,.94));
  border:1px solid rgba(211,222,235,.95);
  border-top:0;
  border-radius:0 0 30px 30px;
  padding:38px 44px 34px;
  box-shadow:0 30px 80px rgba(7,20,38,.10);
}
#sign-services .section-head.center h2{max-width:980px;margin-left:auto;margin-right:auto;}
#sign-services .section-head.center .lede{max-width:950px;}
.card,.hero-side,.compare-card,.form-card,.tool-config,.tool-preview,.category-sections article,.mini-list div,.quote-card{
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  border:1px solid rgba(211,222,235,.98);
  border-radius:22px;
  box-shadow:var(--shadow-sm);
}
.card{padding:26px;}
.card:hover{
  transform:translateY(-3px);
  border-color:#bccbdd;
  box-shadow:0 24px 56px rgba(7,20,38,.13);
}
.sign-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.image-card{
  padding:0;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,20,38,.10);
}
.image-card img{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:0;filter:saturate(.98) contrast(1.02);}
.image-card:after{height:3px;background:linear-gradient(90deg,#d42032,#073f8c);opacity:.82;}
.image-card:hover img{filter:saturate(1.06) contrast(1.04);}
.step-grid,.benefit-grid{gap:14px;}
.step-card,.benefit-card{
  padding:9px;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#fbfdff);
}
.step-card img,.benefit-card img{border-radius:13px;border-color:#dce5ef;}
.step-card h3,.benefit-card h3{font-size:13px;line-height:1.12;letter-spacing:-.018em;margin:10px 5px 5px;}
.step-card p,.benefit-card p{font-size:12px;color:#5a697d;line-height:1.35;margin:0 5px 4px;}
.cards.three{gap:20px;}
.cards.three .card{min-height:220px;}
.card-cta{color:var(--red);border-bottom:1px solid rgba(201,31,47,.28);font-weight:900;}
.platform-box{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(204,216,230,.98);
  border-radius:30px;
  background:
    radial-gradient(circle at 84% 14%,rgba(7,63,140,.10),transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f9fcff 52%,#eef5ff 100%);
  box-shadow:0 28px 72px rgba(7,20,38,.12);
}
.platform-box:before{background:rgba(201,31,47,.065);}
.platform-box .mission-art{border:1px solid #d8e2ee;border-radius:20px;box-shadow:0 18px 44px rgba(7,20,38,.10);}
.page-hero{
  padding:56px 0 58px;
  background:
    radial-gradient(circle at 86% 0%,rgba(7,63,140,.12),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,254,.96));
  border-bottom:1px solid rgba(216,225,237,.92);
}
.breadcrumbs{
  padding:0 0 12px;
  background:transparent;
  border:0;
  border-radius:0;
  color:#6a7584;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-side{padding:26px;border-left:1px solid rgba(211,222,235,.98);}
.hero-side:before{height:3px;width:86px;background:linear-gradient(90deg,var(--red),var(--blue));margin-bottom:20px;}
.quote-banner{
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.12),transparent 32%),
    linear-gradient(135deg,#06142a 0%,#071f49 58%,#073f8c 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 76px rgba(6,20,42,.28);
}
.mini-list div{border-radius:20px;}
.value-image{border-radius:24px;padding:12px;background:#fff;box-shadow:0 18px 40px rgba(7,20,38,.09);}
.form-card,.tool-config,.tool-preview{border-radius:24px;}
.field input,.field select,.field textarea{border-radius:14px;min-height:46px;}
.compare-card{border-radius:26px;}
.compare-actions{border-top-color:#dce5ef;}
.footer{
  background:
    radial-gradient(circle at 92% 0%,rgba(7,63,140,.34),transparent 24%),
    linear-gradient(180deg,#071a38 0%,#050d1d 100%);
  border-top:3px solid transparent;
  border-image:linear-gradient(90deg,#d42032,#073f8c) 1;
  padding-top:50px;
}
.footer-brand img{width:218px;border-radius:12px;padding:7px;}
.footer h4{font-size:12px;letter-spacing:.18em;color:#fff;}
.footer a{color:#d2dfef;}
.footer a:hover{color:#fff;transform:translateX(2px);}
.footer p{color:#bac9da;}
.footer-bottom{color:#9cafc4;border-top-color:rgba(255,255,255,.13);}
.version{color:#c9d1dd;font-size:12px;letter-spacing:.08em;}
@media(max-width:1080px){
  .nav{border-radius:20px;top:80px;}
  .sign-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #sign-services .section-head.center{padding:30px 26px;border-radius:0 0 26px 26px;}
}
@media(max-width:700px){
  .wrap{padding:0 16px;}
  .brand img{width:176px;}
  .section{padding:48px 0;}
  .section:first-of-type{padding-top:0;}
  #sign-services .section-head.center{padding:24px 18px 26px;border-radius:0 0 22px 22px;}
  .sign-grid{grid-template-columns:1fr;gap:14px;}
  .step-grid,.benefit-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
}


/* --- V4.08 COMPACT EXPENSIVE UI PASS --- */
h2,
.section-head h2,
.quote-banner h2,
.card h2,
.form-card h2,
.category-sections h2,
.compare-card h2,
.tool-config h2,
.tool-preview h2{
  font-weight:400!important;
}

h1,h2,h3,h4{margin-bottom:10px;}
h2{letter-spacing:-.032em;}
p{margin-bottom:11px;}
.wrap{padding-left:24px;padding-right:24px;}
.header-inner{min-height:68px;}
.brand img{width:198px;}
.nav{padding:3px;}
.nav a{padding:8px 10px;font-size:11px;}
.btn{min-height:40px;padding:10px 15px;}
.section{padding:42px 0;}
.section.soft{padding:40px 0;}
.section:first-of-type{padding-top:0;}
.section-head{margin-bottom:20px;gap:16px;}
.section-head.center{margin-bottom:22px;}
.kicker,.eyebrow{margin-bottom:10px;}
.lede{line-height:1.38;}
.large{line-height:1.45;}
#sign-services .section-head.center{padding:24px 34px 22px;border-radius:0 0 24px 24px;}
#sign-services{padding-bottom:40px;}
.card{padding:18px;border-radius:18px;}
.cards{gap:14px;}
.cards.three{gap:14px;}
.cards.three .card{min-height:0;}
.sign-grid{gap:12px;}
.image-card{border-radius:16px;}
.step-grid,.benefit-grid{gap:9px;}
.step-card,.benefit-card{padding:6px;border-radius:14px;}
.step-card img,.benefit-card img{border-radius:10px;}
.step-card h3,.benefit-card h3{margin:7px 3px 3px;font-size:12px;line-height:1.08;}
.step-card p,.benefit-card p{margin:0 3px 2px;font-size:11px;line-height:1.28;}
.platform-box{padding:22px;border-radius:24px;gap:18px;}
.platform-box .mission-art{border-radius:16px;}
.split{gap:24px;}
.mini-list{gap:9px;}
.mini-list div{padding:14px 14px 14px 46px;border-radius:16px;}
.mini-list div:before{left:15px;top:15px;width:20px;height:20px;}
.page-hero{padding:36px 0;}
.page-grid{gap:24px;}
.hero-side{padding:20px;border-radius:18px;}
.hero-side:before{margin-bottom:14px;}
.quote-banner{padding:24px;margin-bottom:18px;border-radius:22px;}
.compare-grid{gap:14px;}
.compare-card{padding:20px;border-radius:20px;}
.compare-actions{padding-top:14px;}
.feature-list{gap:7px;margin-top:12px;}
.feature-list li{padding-left:25px;line-height:1.45;}
.category-sections{gap:12px;}
.category-sections article{padding:18px;border-radius:18px;}
.form-grid{gap:16px;}
.form-card{padding:22px;border-radius:20px;}
.form-row{gap:10px;}
.field{gap:6px;margin-bottom:12px;}
.field input,.field select,.field textarea{min-height:42px;padding:10px 12px;border-radius:12px;}
.field textarea{min-height:96px;}
.tool-grid{gap:18px;}
.tool-config,.tool-preview{padding:20px;border-radius:20px;}
.tool-letter-list{gap:8px;margin:10px 0 14px;}
.tool-letter{padding:8px 11px;}
.preview-window{padding:10px;border-radius:16px;}
.storefront-illustration{height:290px;}
.quote-card{padding:14px;margin-top:12px;}
.footer{padding:34px 0 18px;}
.footer-grid{gap:22px;}
.footer-brand img{width:202px;}
.footer h4{margin-bottom:8px;}
.footer a{margin:5px 0;}
.footer-bottom{margin-top:20px;padding-top:14px;}

@media(max-width:1080px){
  .header-inner{min-height:66px;}
  .nav{top:70px;padding:8px;}
  .section{padding:36px 0;}
  .section.soft{padding:34px 0;}
  #sign-services .section-head.center{padding:22px 24px 20px;}
  .page-hero{padding:32px 0;}
}
@media(max-width:700px){
  .wrap{padding-left:14px;padding-right:14px;}
  .header-inner{min-height:64px;}
  .brand img{width:166px;}
  .section{padding:32px 0;}
  .section.soft{padding:30px 0;}
  #sign-services .section-head.center{padding:20px 16px 18px;border-radius:0 0 18px 18px;}
  .section-head.center{margin-bottom:18px;}
  .card,.compare-card,.form-card,.tool-config,.tool-preview,.category-sections article{padding:16px;}
  .step-grid,.benefit-grid{gap:8px;}
  .page-hero{padding:28px 0;}
  .footer{padding-top:28px;}
}

/* --- V4.09 NO-BOLD SITEWIDE RULE --- */
*,
*::before,
*::after{
  font-weight:400!important;
}


/* --- V4.10 REDUCED H1/H2 SCALE --- */
h1{font-size:clamp(32px,4.2vw,60px)!important;}
h2,
.section-head h2,
.quote-banner h2,
.card h2,
.form-card h2,
.category-sections h2,
.compare-card h2,
.tool-config h2,
.tool-preview h2{font-size:clamp(23px,2.7vw,40px)!important;}
@media(max-width:700px){
  h1{font-size:clamp(29px,9vw,40px)!important;}
  h2,
  .section-head h2,
  .quote-banner h2,
  .card h2,
  .form-card h2,
  .category-sections h2,
  .compare-card h2,
  .tool-config h2,
  .tool-preview h2{font-size:clamp(22px,7vw,32px)!important;}
}


/* --- V4.11 AMERISIGNS BACKGROUND IMAGE --- */
body{
  background:#06172f;
}
.hero,
.page-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,15,34,.16),rgba(4,15,34,.42)),
    url("amerisigns-premium-bg.png") center center/cover no-repeat!important;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.hero::before,
.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18));
  pointer-events:none;
}
.hero > .wrap,
.page-hero > .wrap{
  position:relative;
  z-index:1;
}
.hero-card,
.hero-side{
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(10px);
}
.page-hero h1{
  color:#fff;
  text-shadow:0 8px 26px rgba(0,0,0,.34);
}
.page-hero .lede,
.page-hero .large,
.page-hero .breadcrumbs,
.page-hero p{
  color:rgba(235,243,255,.9);
}
.page-hero .breadcrumbs a{
  color:#fff;
}
@media(max-width:700px){
  .hero,
  .page-hero{
    background-position:left center!important;
  }
}


/* --- V4.12 HOME HERO TRANSPARENCY --- */
.hero .hero-card,
body.home .hero-card,
.home-hero .hero-card{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.hero .hero-card h1,
.hero .hero-card h2,
.hero .hero-card h3,
.hero .hero-card p,
.hero .hero-card .lede,
.hero .hero-card .kicker,
body.home .hero-card h1,
body.home .hero-card h2,
body.home .hero-card h3,
body.home .hero-card p,
body.home .hero-card .lede,
body.home .hero-card .kicker,
.home-hero .hero-card h1,
.home-hero .hero-card h2,
.home-hero .hero-card h3,
.home-hero .hero-card p,
.home-hero .hero-card .lede,
.home-hero .hero-card .kicker{
  color:#fff!important;
  text-shadow:0 8px 28px rgba(0,0,0,.34);
}
.hero .hero-card .btn-secondary,
body.home .hero-card .btn-secondary,
.home-hero .hero-card .btn-secondary{
  background:rgba(255,255,255,.92)!important;
}
