
:root{--brand-red:#c10710;--brand-red-2:#8f050b;--brand-dark:#181110;--brand-black:#050505;--muted:#6f6764;--line:#e6dfda;--soft:#f7f4f1;--steel:#312927;--radius:24px;--shadow:0 20px 60px rgba(24,17,16,.13);--shadow-dark:0 28px 80px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#181110;background:#fff;line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 14px;border-radius:10px;z-index:20}.skip-link:focus{left:10px}
.site-header{position:fixed;inset:0 0 auto 0;z-index:10;background:rgba(24,17,16,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.site-header.is-scrolled{background:rgba(24,17,16,.95);box-shadow:0 14px 40px rgba(0,0,0,.22)}.header-inner{height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{position:relative;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff 0%,#fcfaf8 100%);border-radius:28px;padding:12px 18px;box-shadow:0 22px 50px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.2), 0 0 32px rgba(193,7,16,.12);border:1px solid rgba(255,255,255,.32);overflow:hidden;isolation:isolate}.brand::before{content:"";position:absolute;left:-35%;top:-20%;width:42%;height:150%;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.18) 50%,rgba(255,255,255,0) 100%);transform:skewX(-18deg);animation:packageSweep 4.5s ease-in-out infinite}.brand::after{content:"";position:absolute;inset:auto 14px 12px 14px;height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(193,7,16,.08),rgba(193,7,16,.45),rgba(193,7,16,.08));box-shadow:0 0 0 1px rgba(193,7,16,.08);animation:sealPulse 3s ease-in-out infinite}.brand img{position:relative;z-index:1;height:112px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.08))}.nav{display:flex;align-items:center;gap:8px}.nav a{color:#f6f0ed;font-weight:800;font-size:14px;padding:10px 14px;border-radius:999px}.nav a:hover{background:rgba(255,255,255,.1);color:#fff}.nav .nav-cta{background:linear-gradient(135deg,var(--brand-red),var(--brand-red-2));color:#fff;box-shadow:0 12px 30px rgba(193,7,16,.25)}.menu-toggle{display:none;background:none;border:0;padding:10px;cursor:pointer}.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:6px 0;border-radius:10px}@keyframes packageSweep{0%,18%{transform:translateX(0) skewX(-18deg);opacity:0}26%{opacity:1}55%{transform:translateX(340%) skewX(-18deg);opacity:.9}70%,100%{transform:translateX(340%) skewX(-18deg);opacity:0}}@keyframes sealPulse{0%,100%{opacity:.65;transform:scaleX(.92)}50%{opacity:1;transform:scaleX(1)}}
.hero{position:relative;min-height:820px;padding:160px 0 92px;background:var(--brand-dark);color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 15%,rgba(193,7,16,.38),transparent 28%),radial-gradient(circle at 12% 70%,rgba(255,255,255,.07),transparent 30%),linear-gradient(120deg,#050505 0%,#181110 48%,#312927 100%)}.hero-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 92%)}.hero-bg:before{content:"";position:absolute;right:-15%;top:18%;width:48%;height:56%;border:1px solid rgba(255,255,255,.12);transform:skewX(-18deg);background:linear-gradient(135deg,rgba(193,7,16,.22),rgba(255,255,255,.03))}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .75fr;gap:56px;align-items:center}.eyebrow,.section-kicker{margin:0 0 14px;font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#ff646b}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.94;margin:0 0 24px;letter-spacing:-.055em;max-width:900px}.hero-text{font-size:19px;color:#ebe3df;max-width:720px;margin:0 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 23px;border-radius:999px;border:1px solid transparent;font-weight:900;cursor:pointer;transition:.2s ease;font-size:15px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--brand-red),var(--brand-red-2));color:#fff;box-shadow:0 16px 34px rgba(193,7,16,.3)}.btn-secondary{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.06)}.btn-light{background:#fff;color:var(--brand-dark)}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px;max-width:760px}.hero-metrics div{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:18px;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-metrics strong{display:block;font-size:26px;color:#fff;line-height:1.1;margin-bottom:6px}.hero-metrics span{font-size:13px;color:#efe7e3;text-align:center}.hero-panel{position:relative;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-dark);border-radius:32px;padding:34px;min-height:450px;backdrop-filter:blur(20px);overflow:hidden}.hero-panel:before{content:"";position:absolute;right:-80px;top:-80px;width:230px;height:230px;border-radius:50%;background:rgba(193,7,16,.28)}.panel-topline{height:6px;width:150px;border-radius:99px;background:linear-gradient(90deg,var(--brand-red),transparent);margin-bottom:70px}.panel-badge{display:inline-flex;background:#fff;color:var(--brand-dark);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;padding:8px 12px;margin-bottom:20px}.hero-panel h2{font-size:38px;line-height:1;margin:0 0 14px;letter-spacing:-.04em}.hero-panel p{color:#f0e8e4;margin:0 0 24px}.spec-list{display:flex;gap:10px;flex-wrap:wrap}.spec-list span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 12px;font-weight:800;font-size:13px;color:#fff;background:rgba(255,255,255,.06)}
.section{padding:96px 0}.split{display:grid;grid-template-columns:.85fr 1fr;gap:56px;align-items:end;margin-bottom:32px}.split h2,.section-head h2,.cta-inner h2,.contact h2,.sector-copy h2{font-size:clamp(32px,4.3vw,54px);line-height:1.02;letter-spacing:-.045em;margin:0}.section-head p,.contact-copy p,.sector-copy p{font-size:18px;color:var(--muted);margin:0}.intro-content{display:grid;gap:20px}.intro-content p{font-size:18px;color:var(--muted);margin:0}.intro-visual{display:flex;flex-wrap:wrap;gap:12px}.intro-visual span{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 16px;border-radius:16px;background:linear-gradient(135deg,#ffffff,#f5f1ee);border:1px solid var(--line);box-shadow:0 10px 22px rgba(24,17,16,.06);font-weight:800;color:var(--steel)}.intro-visual span::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 6px rgba(193,7,16,.08)}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:255px;transition:.2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:var(--brand-dark);color:#fff;font-weight:900;margin-bottom:24px;border-bottom:4px solid var(--brand-red)}.feature-card h3{font-size:23px;margin:0 0 10px}.feature-card p{color:var(--muted);margin:0}
.product-section{background:#f2eeee;position:relative}.product-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(24,17,16,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(24,17,16,.045) 1px,transparent 1px);background-size:56px 56px}.section-head{position:relative;text-align:center;max-width:800px;margin:0 auto 42px}.section-head p{margin-top:14px}.product-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(24,17,16,.08);border-radius:18px;overflow:hidden;box-shadow:0 6px 18px rgba(24,17,16,.07);transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card img{width:100%;height:118px;object-fit:contain;object-position:center;background:#fff;padding:8px}.product-card > div{display:flex;flex-direction:column;flex:1;padding:12px}.product-card span{display:inline-flex;margin-bottom:10px;color:var(--brand-red);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.product-card h3{font-size:16px;margin:0 0 6px;line-height:1.18;min-height:38px}.product-card p{color:var(--muted);margin:0;flex:1;font-size:13px;line-height:1.45}.product-card.highlight{border-color:rgba(193,7,16,.35);box-shadow:0 12px 28px rgba(193,7,16,.09)}.product-card-actions{margin-top:auto;padding-top:12px}.product-card-actions .btn{width:100%;min-height:38px;font-size:12px;padding:10px 14px}
.sectors{background:linear-gradient(135deg,#fff,#f7f4f1)}.sector-grid{display:grid;grid-template-columns:.85fr 1.1fr;gap:50px;align-items:start}.sector-copy h2{margin-bottom:18px}.sector-side{display:grid;gap:22px;justify-items:center}.sector-list{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.sector-list span{display:inline-flex;padding:12px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;color:var(--steel);box-shadow:0 8px 20px rgba(24,17,16,.05)}.sector-list span:nth-child(3n+1){border-color:rgba(193,7,16,.25);color:var(--brand-red)}.coverage-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 10px 24px rgba(24,17,16,.06);max-width:720px;width:100%;margin:0 auto}.coverage-head{display:grid;gap:8px;margin-bottom:12px;text-align:center}.coverage-head strong{font-size:20px;letter-spacing:-.02em;color:var(--brand-dark)}.coverage-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.coverage-map-wrap{border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#faf8f6,#f0ece9);border:1px solid #ece4df;display:flex;justify-content:center}.coverage-map{display:block;width:100%;max-width:620px;height:auto;margin:0 auto}.coverage-map .state-point text{font-family:Inter,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:900;fill:#312927}.coverage-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;justify-content:center}.coverage-legend span{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:8px 12px;border-radius:999px;background:#f8f4f2;border:1px solid rgba(193,7,16,.18);color:var(--brand-red);font-weight:900;font-size:13px}.sector-list-small-wrap{margin-top:28px;text-align:center}.sector-small-title{margin:0 0 12px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.sector-list-small{gap:10px}.sector-list-small span{padding:8px 12px;font-size:12px;box-shadow:none;background:#fcfaf9}
.delivery-note{margin-top:22px;padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,#fff,#f7f4f1);border:1px solid var(--line);box-shadow:0 8px 20px rgba(24,17,16,.05);font-size:15px;color:var(--steel);font-weight:700}.delivery-note strong{color:var(--brand-red);text-transform:uppercase;letter-spacing:.06em}
.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article{padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(24,17,16,.05)}.process-grid span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-2));border-radius:14px;font-weight:900;color:#fff;margin-bottom:22px}.process-grid h3{font-size:22px;margin:0 0 8px}.process-grid p{color:var(--muted);margin:0}.cta-band{padding:74px 0;background:linear-gradient(135deg,#050505,#181110 58%,#312927);color:#fff;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;right:-80px;bottom:-170px;width:430px;height:430px;border-radius:50%;background:rgba(193,7,16,.22)}.cta-inner{position:relative;display:flex;justify-content:space-between;align-items:center;gap:32px}.cta-inner p:not(.section-kicker){color:#efe7e3;max-width:720px;margin:14px 0 0}.cta-representative{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:64px;padding:16px 28px;background:linear-gradient(135deg,#ffffff 0%,#f4f1ef 100%);color:var(--brand-dark);border:1px solid rgba(255,255,255,.28);box-shadow:0 20px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.85);font-size:14px;font-weight:900;letter-spacing:.02em}.cta-representative::before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-2));box-shadow:0 0 0 8px rgba(193,7,16,.08)}.cta-representative::after{content:"→";font-size:18px;font-weight:900;color:var(--brand-red);line-height:1}.cta-representative:hover{transform:translateY(-3px);box-shadow:0 24px 52px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.9)}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr .82fr;gap:44px;align-items:start}.contact-copy{max-width:560px}.contact-card{position:relative;overflow:hidden;margin-top:28px;padding:22px 22px 20px;border:1px solid rgba(193,7,16,.14);border-radius:24px;background:linear-gradient(135deg,#ffffff 0%,#f8f4f2 100%);display:grid;gap:8px;box-shadow:0 16px 34px rgba(24,17,16,.08)}.contact-card::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(180deg,var(--brand-red),var(--brand-red-2))}.contact-card::after{content:"";position:absolute;right:-30px;top:-36px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(193,7,16,.14),transparent 62%)}.contact-card strong{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-red)}.contact-card strong::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 7px rgba(193,7,16,.08)}.contact-card span{position:relative;z-index:1;font-size:36px;line-height:1;font-weight:900;color:#181110}.contact-list{display:grid;gap:14px;margin-top:16px}.contact-list a{position:relative;padding:18px 20px 18px 56px;border-radius:18px;background:linear-gradient(135deg,#ffffff 0%,#faf7f5 100%);border:1px solid var(--line);font-weight:900;color:var(--steel);box-shadow:0 10px 24px rgba(24,17,16,.05)}.contact-list a::before{content:"";position:absolute;left:20px;top:50%;width:20px;height:20px;border-radius:50%;transform:translateY(-50%);background:linear-gradient(135deg,var(--brand-red),var(--brand-red-2));box-shadow:0 0 0 7px rgba(193,7,16,.08)}.contact-list a:hover{transform:translateY(-2px);border-color:rgba(193,7,16,.38);color:var(--brand-red);box-shadow:0 16px 30px rgba(24,17,16,.08)}.quote-form{display:grid;gap:12px;background:linear-gradient(135deg,#120909 0%,#1b0e0e 45%,#120909 100%);color:#fff;border-radius:26px;padding:22px;box-shadow:var(--shadow-dark);max-width:500px;width:100%;justify-self:end}.quote-form label{display:grid;gap:7px;font-weight:800;color:#f5efec;font-size:14px}.quote-form input,.quote-form textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:14px;color:#fff;padding:11px 14px;font:inherit;outline:none}.quote-form textarea{min-height:120px}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--brand-red);box-shadow:0 0 0 4px rgba(193,7,16,.22)}.quote-form ::placeholder{color:#b8aeaa}.quote-form .btn{width:fit-content;border:0;min-height:46px;padding:12px 22px}.form-note{margin:0;color:#efe7e3;font-size:13px;line-height:1.45}.footer{background:#0b0808;color:#e9e2de;padding:30px 0 22px;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{display:grid;gap:20px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:28px}.footer-copy{display:grid;gap:4px}.footer-copy strong{font-size:20px;color:#fff;letter-spacing:-.02em}.footer-copy span{font-size:14px;color:#bfb5b0}.footer-links{display:flex;flex-wrap:wrap;gap:8px}.footer-links a{padding:9px 13px;border-radius:999px;color:#f3ece8;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s ease}.footer-links a:hover{border-color:rgba(193,7,16,.35);background:rgba(193,7,16,.10);color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.footer-bottom p{margin:0;font-size:13px;color:#9f9590}.footer-back{font-size:13px;font-weight:800;color:#fff}.footer-back:hover{color:#ff6d74}
@media (max-width:980px){.hero{min-height:auto;padding-top:134px}.hero-grid,.split,.contact-grid,.sector-grid{grid-template-columns:1fr}.hero-panel{min-height:auto}.intro-visual span{width:calc(50% - 6px);justify-content:center}.cards-3{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.coverage-card{padding:18px}.contact-copy{max-width:none}.quote-form{max-width:100%;justify-self:stretch}.cta-inner{align-items:flex-start;flex-direction:column}.footer p{text-align:left}}
@media (max-width:760px){.container{width:min(100% - 28px,1180px)}.header-inner{height:94px}.brand{padding:10px 14px;border-radius:22px}.brand img{height:78px}.menu-toggle{display:block}.nav{position:fixed;left:14px;right:14px;top:86px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:#181110;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:var(--shadow-dark)}.nav.is-open{display:flex}.nav a{padding:14px 16px}.hero{padding:120px 0 64px}.hero h1{font-size:41px}.hero-text{font-size:17px}.hero-metrics{grid-template-columns:1fr}.intro-visual span{width:100%;justify-content:flex-start}.cards-3,.product-grid,.process-grid{grid-template-columns:1fr}.product-card img{height:150px;object-fit:contain;background:#fff;padding:8px}.section{padding:66px 0}.split{gap:20px}.hero-panel{padding:26px;border-radius:24px}.panel-topline{margin-bottom:42px}.hero-panel h2{font-size:31px}.footer-top{align-items:flex-start;flex-direction:column}.footer-links{width:100%}.footer-bottom{align-items:flex-start;flex-direction:column}.quote-form{padding:18px 16px;border-radius:22px}.contact-card span{font-size:30px}.contact-list a{padding:16px 16px 16px 48px}.btn,.quote-form .btn{width:100%}.hero-actions,.cta-inner .btn{width:100%}}
