:root{
  --navy:#07142d;
  --footer:#020d20;
  --ink:#071128;
  --text:#111a35;
  --muted:#3f4965;
  --purple:#3b13b6;
  --purple-2:#5521c7;
  --line:#dce1ec;
  --panel:#ffffff;
  --soft:#f7f8fb;
  --shadow:0 18px 48px rgba(12,20,48,.10);
  --shadow-sm:0 9px 26px rgba(12,20,48,.08);
  --radius:10px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 50% 0,#fff 0,#f8f9fc 60%,#fff 100%);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{color:inherit}.container{width:min(100% - 96px,1180px);margin-inline:auto}.topbar{padding:42px 0 0;background:transparent}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand-mark{width:52px;height:52px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:.9}.brand-text strong{font-size:33px;letter-spacing:-.06em;font-weight:500}.brand-text small{font-size:17px;font-weight:700;letter-spacing:-.04em}.hero{padding:28px 0 52px}.hero-grid{display:grid;grid-template-columns:41% 59%;align-items:center}.hero-copy{padding-top:6px}.hero h1{margin:0;font-size:42px;line-height:1.13;letter-spacing:-.055em;font-weight:900}.hero h1 span{display:inline-block;color:var(--purple);margin-top:2px}.hero p{margin:28px 0 0;max-width:382px;font-size:17px;line-height:1.72;font-weight:500;color:#1b2541}.hero-image img{display:block;width:112%;max-width:none;margin-left:-4%;filter:drop-shadow(0 22px 35px rgba(0,0,0,.08))}.feature-strip{background:var(--panel);border:1px solid rgba(218,223,234,.78);border-radius:10px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin-bottom:34px}.feature-strip article{min-height:132px;display:flex;align-items:center;gap:22px;padding:26px 30px}.feature-strip article+article{border-left:1px solid var(--line)}.feature-icon{color:var(--purple);width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center}.feature-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.feature-strip h2{font-size:14px;margin:0 0 7px;font-weight:900;letter-spacing:-.02em}.feature-strip p{font-size:14px;line-height:1.5;margin:0;color:#17213f;font-weight:500}.products{padding:0 0 26px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid rgba(220,225,236,.82);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;min-height:354px}.product-card img{display:block;width:100%;height:176px;object-fit:cover;background:#f4f4f4}.product-body{padding:22px 24px 26px}.product-card h3{margin:0 0 12px;font-size:18px;line-height:1.2;font-weight:900;letter-spacing:-.035em}.product-card ul{list-style:none;padding:0;margin:0}.product-card li{position:relative;padding-left:23px;margin:0 0 8px;color:#17213f;font-weight:500;font-size:14px}.product-card li::before{content:"";position:absolute;left:0;top:.2em;width:13px;height:13px;border:2px solid var(--purple);border-radius:999px;background:radial-gradient(circle,var(--purple) 0 2px,transparent 2.2px)}.product-card p{margin:0;color:#17213f;font-size:14px;line-height:1.65;font-weight:500}.product-card strong{display:block;margin-top:10px;font-size:16px;line-height:1.25;letter-spacing:-.02em}.quote-panel{display:grid;grid-template-columns:31% 69%;background:#fff;border:1px solid rgba(220,225,236,.9);border-radius:9px;box-shadow:var(--shadow-sm);overflow:hidden;margin-top:0;margin-bottom:34px}.quote-info{padding:54px 46px;border-right:1px solid var(--line)}.quote-info h2{font-size:38px;margin:0 0 24px;letter-spacing:-.055em;line-height:1.08;font-weight:900}.quote-info p{font-size:17px;line-height:1.65;color:#18223f;font-weight:500;margin:0 0 42px}.contact-line{display:flex;align-items:center;gap:22px;text-decoration:none;color:#17213f;font-size:17px;font-weight:600;margin-top:24px}.contact-line svg{width:31px;height:31px;fill:none;stroke:var(--purple);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.quote-form{padding:35px 38px 34px;display:grid;grid-template-columns:1fr 1fr;gap:15px 28px;align-content:start}.quote-form label{display:grid;gap:8px;font-size:12px;font-weight:800;color:#1b2541}.quote-form label span{color:#e60023}.quote-form label small{font-size:12px;font-weight:800;color:#1b2541}.quote-form .full{grid-column:1/-1}.quote-form input,.quote-form textarea{width:100%;border:1px solid #cfd6e3;border-radius:4px;background:#fff;min-height:36px;padding:8px 11px;font:500 14px/1.4 Inter,system-ui,sans-serif;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.quote-form textarea{min-height:93px;resize:vertical}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(59,19,182,.10)}.quote-form button{height:44px;margin-top:4px;border:0;border-radius:4px;background:linear-gradient(90deg,var(--purple),#351198);box-shadow:0 7px 18px rgba(59,19,182,.25);color:#fff;font:800 14px/1 Inter,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.quote-form button span{position:absolute;right:20px;font-size:28px;line-height:1}.site-footer{background:linear-gradient(90deg,#020c1d,#031d3c);color:#fff;padding:42px 0 48px}.footer-grid{display:grid;grid-template-columns:1.35fr .9fr 1.1fr;gap:70px;align-items:start}.footer-logo{color:#fff}.footer-logo .brand-mark{width:45px;height:45px}.footer-logo .brand-text strong{font-size:31px}.footer-logo .brand-text small{font-size:15px}.footer-brand p,.site-footer p,.footer-link{font-size:15px;line-height:1.65;color:rgba(255,255,255,.92);font-weight:500}.footer-brand p{max-width:285px;margin:18px 0 0}.site-footer h2{font-size:16px;margin:8px 0 18px;font-weight:900}.footer-link{display:block;text-decoration:none;margin:10px 0}.footer-link:hover{text-decoration:underline}@media (max-width:1050px){.container{width:min(100% - 48px,880px)}.topbar{padding-top:28px}.hero{padding-top:30px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:620px}.hero h1{font-size:45px}.hero p{max-width:520px}.hero-image{order:-1}.hero-image img{width:100%;margin:0 auto 20px}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip article:nth-child(3){border-left:0;border-top:1px solid var(--line)}.feature-strip article:nth-child(4){border-top:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.quote-panel{grid-template-columns:1fr}.quote-info{border-right:0;border-bottom:1px solid var(--line);padding:38px}.quote-info p{max-width:500px;margin-bottom:26px}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-brand{grid-column:1/-1}}@media (max-width:680px){.container{width:min(100% - 32px,520px)}.brand-mark{width:42px;height:42px}.brand-text strong{font-size:27px}.brand-text small{font-size:14px}.hero{padding:24px 0 36px}.hero h1{font-size:34px}.hero p{font-size:15px;line-height:1.65;margin-top:20px}.feature-strip{grid-template-columns:1fr}.feature-strip article{min-height:0;padding:22px}.feature-strip article+article,.feature-strip article:nth-child(3),.feature-strip article:nth-child(4){border-left:0;border-top:1px solid var(--line)}.feature-icon{width:44px;height:44px;flex-basis:44px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{min-height:0}.product-card img{height:210px}.quote-info{padding:32px 28px}.quote-info h2{font-size:34px}.quote-info p,.contact-line{font-size:15px}.quote-form{grid-template-columns:1fr;padding:28px;gap:14px}.quote-form label{grid-column:1/-1}.footer-grid{grid-template-columns:1fr;gap:26px}.site-footer{padding:34px 0}.footer-brand p{max-width:none}}@media (max-width:420px){.container{width:min(100% - 24px,380px)}.hero h1{font-size:30px}.product-card img{height:185px}.quote-info,.quote-form{padding:24px}.contact-line{gap:14px}.contact-line svg{width:26px;height:26px}}

/* Contact-only quote section */
.quote-panel-simple{
  display:block;
  max-width:1180px;
}
.quote-panel-simple .quote-info{
  border-right:0;
  border-bottom:0;
  min-height:0;
  padding:48px 56px;
  display:grid;
  grid-template-columns:1.2fr auto auto;
  gap:28px 46px;
  align-items:center;
}
.quote-panel-simple .quote-info h2,
.quote-panel-simple .quote-info p{
  grid-column:1;
}
.quote-panel-simple .quote-info h2{
  margin-bottom:0;
}
.quote-panel-simple .quote-info p{
  margin:0;
  max-width:430px;
}
.quote-panel-simple .contact-line{
  margin-top:0;
  white-space:nowrap;
}
@media (max-width:900px){
  .quote-panel-simple .quote-info{
    grid-template-columns:1fr;
    align-items:start;
    padding:38px;
  }
  .quote-panel-simple .quote-info p{margin-bottom:4px;}
}
@media (max-width:420px){
  .quote-panel-simple .quote-info{padding:28px 24px;}
}
