:root{
  --bg:#171719;
  --bg-soft:#202023;
  --panel:#242427;
  --panel-2:#2b2b2e;
  --line:rgba(255,255,255,.09);
  --text:#f8f4ed;
  --muted:#bdb7af;
  --orange:#ff6a16;
  --orange-2:#ff9c2f;
  --gold:#ffc15c;
  --white:#ffffff;
  --shadow:0 30px 80px rgba(0,0,0,.36);
  --radius:28px;
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% 0%,rgba(255,106,22,.09),transparent 30%),
    var(--bg);
  color:var(--text);
  font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
body.modal-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:var(--container);margin-inline:auto}
.page-noise{
  position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.orb{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;opacity:.16;z-index:-1}
.orb-one{width:380px;height:380px;background:var(--orange);top:8%;right:-190px}
.orb-two{width:320px;height:320px;background:#9a3a00;bottom:10%;left:-180px}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(23,23,25,.82);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;width:205px;height:64px}
.brand img{width:100%;height:100%;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 16px rgba(255,106,22,.22))}
.main-nav{display:flex;align-items:center;gap:29px}
.main-nav a{font-size:14px;font-weight:700;color:#d9d3cc;transition:.2s}
.main-nav a:hover{color:var(--orange-2)}
.nav-order{
  border:1px solid rgba(255,145,45,.45);
  background:linear-gradient(135deg,rgba(255,106,22,.16),rgba(255,156,47,.04));
  color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;
}
.nav-order:hover{border-color:var(--orange);box-shadow:0 0 28px rgba(255,106,22,.18)}
.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:10px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0;transition:.25s}

.hero{position:relative;min-height:780px;display:flex;align-items:center;overflow:hidden;padding:96px 0 86px}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(23,23,25,.96) 0%,rgba(23,23,25,.78) 42%,rgba(23,23,25,.35) 100%),
    radial-gradient(circle at 80% 45%,rgba(255,106,22,.13),transparent 35%);
}
.hero-grid{
  position:absolute;inset:0;opacity:.2;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to right,transparent,black 45%,black);
}
.hero-line{position:absolute;border:1px solid rgba(255,137,52,.55);border-radius:50%;filter:drop-shadow(0 0 12px rgba(255,106,22,.7));transform:rotate(-15deg)}
.hero-line-one{width:950px;height:240px;right:-260px;top:210px}
.hero-line-two{width:760px;height:160px;right:-180px;top:275px;border-color:rgba(255,193,92,.34)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:76px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:#ffd2af;font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;
  border:1px solid rgba(255,120,36,.22);background:rgba(255,106,22,.08);
  padding:9px 13px;border-radius:999px;
}
.pulse-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 0 rgba(255,106,22,.65);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(255,106,22,0)}100%{box-shadow:0 0 0 0 rgba(255,106,22,0)}}
.hero h1{font-size:clamp(48px,5.5vw,78px);line-height:1.03;letter-spacing:-.045em;margin:25px 0 24px;max-width:760px}
.hero h1 span{
  display:block;color:transparent;
  background:linear-gradient(100deg,#ff7a22,#ffd080 72%);background-clip:text;-webkit-background-clip:text;
}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:690px;margin:0 0 32px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:50px;padding:0 21px;border-radius:14px;border:1px solid transparent;
  font-weight:850;font-size:14px;transition:.25s;letter-spacing:.01em;
}
.btn svg{width:20px}
.btn-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#171719;box-shadow:0 18px 40px rgba(255,106,22,.22);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(255,106,22,.34)}
.btn-ghost{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.13);color:#fff}
.btn-ghost:hover,.btn-dark:hover{border-color:rgba(255,131,40,.65);background:rgba(255,106,22,.08)}
.btn-dark{background:#242427;border-color:rgba(255,255,255,.11);color:#fff}
.btn-large{min-height:58px;padding-inline:27px;font-size:15px}
.trust-row{display:flex;gap:34px;margin-top:38px}
.trust-row div{display:flex;flex-direction:column;position:relative}
.trust-row div:not(:last-child)::after{content:"";position:absolute;right:-18px;top:7px;height:34px;width:1px;background:var(--line)}
.trust-row strong{font-size:17px;color:#fff}
.trust-row span{font-size:12px;color:#9e9891;text-transform:uppercase;letter-spacing:.1em}

.hero-visual{min-height:560px;position:relative;display:grid;place-items:center}
.visual-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,128,45,.25)}
.ring-a{width:450px;height:450px;animation:rotate 24s linear infinite}
.ring-b{width:330px;height:330px;border-style:dashed;animation:rotate 18s linear infinite reverse}
@keyframes rotate{to{transform:rotate(360deg)}}
.visual-core{
  width:220px;height:220px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.12),transparent 25%),
    linear-gradient(145deg,#323237,#1e1e20);
  border:1px solid rgba(255,149,60,.34);box-shadow:0 0 0 20px rgba(255,106,22,.03),0 45px 80px rgba(0,0,0,.45),inset 0 0 55px rgba(255,106,22,.08);
}
.core-icon{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;color:var(--orange-2);background:rgba(255,106,22,.1);margin-bottom:14px}
.core-icon svg{width:38px}
.visual-core strong{font-size:26px;letter-spacing:.18em}
.visual-core span{font-size:10px;letter-spacing:.24em;color:#aaa39c;margin-top:7px}
.float-card{
  position:absolute;display:flex;align-items:center;gap:12px;min-width:205px;
  background:rgba(39,39,42,.82);border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 50px rgba(0,0,0,.35);
  backdrop-filter:blur(14px);padding:14px 16px;border-radius:17px;
}
.float-card b{font-size:14px}.float-card small{display:block;color:#aaa39c;margin-top:2px}
.float-icon{width:39px;height:39px;border-radius:12px;background:rgba(255,106,22,.12);color:#ff8e3d;display:grid;place-items:center}
.float-icon svg{width:21px}
.fc-one{top:92px;left:2%;animation:float 5s ease-in-out infinite}
.fc-two{right:-2%;top:205px;animation:float 5.8s ease-in-out infinite .7s}
.fc-three{left:5%;bottom:76px;animation:float 6.2s ease-in-out infinite 1.3s}
@keyframes float{50%{transform:translateY(-10px)}}
.status-chip{
  position:absolute;right:8%;bottom:32px;border:1px solid rgba(255,255,255,.09);background:#222225;
  border-radius:999px;padding:9px 13px;font-size:11px;color:#c7c1ba;letter-spacing:.08em;text-transform:uppercase;
}
.status-chip span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#5bea89;box-shadow:0 0 12px #5bea89;margin-right:6px}

.service-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#1d1d20}
.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.strip-grid div{padding:21px 24px;border-right:1px solid var(--line);font-weight:750;color:#d9d4cf}
.strip-grid div:first-child{border-left:1px solid var(--line)}
.strip-grid span{font-size:11px;color:var(--orange-2);letter-spacing:.12em;margin-right:9px}

.section{padding:120px 0;position:relative}
.section-heading{display:grid;grid-template-columns:1.1fr .7fr;gap:70px;align-items:end;margin-bottom:52px}
.section-kicker{display:block;color:var(--orange-2);text-transform:uppercase;font-weight:850;font-size:12px;letter-spacing:.17em;margin-bottom:10px}
.section-heading h2,.why-copy h2,.cta-copy h2{font-size:clamp(36px,4vw,55px);line-height:1.07;letter-spacing:-.035em;margin:0}
.section-heading p,.why-copy>p,.cta-copy p{color:var(--muted);font-size:16px;margin:0}
.services{background:linear-gradient(180deg,#171719,#1b1b1e)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  position:relative;min-height:315px;padding:30px;border-radius:23px;overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.085);transition:.3s;
}
.service-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(255,106,22,.12);filter:blur(45px);right:-70px;bottom:-70px;transition:.3s}
.service-card:hover{transform:translateY(-7px);border-color:rgba(255,126,37,.42);box-shadow:0 24px 65px rgba(0,0,0,.23)}
.service-card:hover::after{background:rgba(255,106,22,.22)}
.service-number{position:absolute;right:22px;top:19px;font-size:42px;font-weight:900;color:rgba(255,255,255,.04);letter-spacing:-.06em}
.service-icon{width:54px;height:54px;border-radius:15px;color:#ff8d3d;display:grid;place-items:center;background:rgba(255,106,22,.1);border:1px solid rgba(255,106,22,.14)}
.service-icon svg{width:28px}
.service-card h3{font-size:20px;margin:23px 0 10px}
.service-card p{color:#aaa49d;font-size:14px;margin:0;min-height:68px}
.text-link{border:0;background:none;color:#ff9d55;padding:0;font-weight:800;margin-top:22px}
.text-link span{margin-left:5px;transition:.2s}.text-link:hover span{margin-left:9px}

.products{background:#f1eee9;color:#202023;overflow:hidden}
.products::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(32,32,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(32,32,35,.045) 1px,transparent 1px);background-size:64px 64px;opacity:.6}
.products .container{position:relative;z-index:2}
.products .section-kicker{color:#e95808}
.products .section-heading p{color:#6f6a64}
.products-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(255,106,22,.12);filter:blur(90px);right:-200px;top:-230px}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.product-card{
  position:relative;background:#fff;border:1px solid rgba(30,30,32,.1);border-radius:28px;overflow:hidden;
  box-shadow:0 30px 70px rgba(38,31,24,.12);transition:.3s;
}
.product-card:hover{transform:translateY(-6px);box-shadow:0 38px 85px rgba(38,31,24,.18)}
.product-card.featured{border-color:rgba(255,106,22,.55);box-shadow:0 30px 75px rgba(255,106,22,.14)}
.popular-badge{position:absolute;z-index:5;right:20px;top:64px;background:linear-gradient(135deg,#ff6a16,#ffad4f);padding:8px 12px;border-radius:999px;color:#1d1d20;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.product-topline{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 11px}
.product-tag{font-size:11px;text-transform:uppercase;font-weight:850;letter-spacing:.11em;color:#67625d}
.brand-label{font-weight:950;font-style:italic;color:#ce1d1d;letter-spacing:-.03em}
.product-image{height:305px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(155deg,#fff,#f7f7f7);overflow:hidden}
.product-image::after{content:"";position:absolute;inset:auto 8% 0;height:28%;background:radial-gradient(ellipse,rgba(0,0,0,.16),transparent 68%);filter:blur(16px)}
.product-image img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}
.camera-count{position:absolute;z-index:3;left:22px;bottom:18px;background:#202023;color:#fff;border-radius:12px;padding:8px 12px;font-weight:850;font-size:12px}
.product-body{padding:27px}
.product-body h3{font-size:30px;letter-spacing:-.03em;margin:0 0 4px}
.product-subtitle{color:#746f69;margin:0 0 17px;font-size:14px}
.price{display:flex;align-items:flex-end;gap:9px;margin-bottom:19px}
.price strong{font-size:54px;line-height:.9;letter-spacing:-.06em;color:#e85a0c}
.price span{font-weight:900;font-size:17px;letter-spacing:.08em}
.feature-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 17px}
.feature-list li{position:relative;padding-left:20px;font-size:13px;color:#4e4a46}
.feature-list li::before{content:"✓";position:absolute;left:0;color:#ee6418;font-weight:900}
.product-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:25px}
.product-note{margin-top:24px;background:#252528;color:#fff;border-radius:20px;padding:21px 24px;display:flex;align-items:center;gap:17px}
.product-note svg{width:38px;color:#ff8b38;flex:0 0 auto}
.product-note strong{display:block}.product-note span{color:#b8b2ab;font-size:13px}

.why{background:linear-gradient(180deg,#19191b,#151517)}
.why-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:82px;align-items:center}
.why-copy>p{margin:22px 0 30px}
.why-list{display:grid;gap:16px}
.why-list>div{display:flex;gap:13px;align-items:flex-start}
.check{width:28px;height:28px;border-radius:9px;background:rgba(255,106,22,.12);color:#ff8d3d;display:grid;place-items:center;flex:0 0 auto;font-weight:900}
.why-list strong{display:block;font-size:15px}.why-list small{color:#99938c}
.metric-panel{
  border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#222225;
  box-shadow:var(--shadow);
}
.metric-top,.metric-bottom{height:56px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.metric-top span{font-size:11px;letter-spacing:.16em;color:#a9a39c}
.metric-top i{width:8px;height:8px;border-radius:50%;background:#58e985;box-shadow:0 0 10px #58e985}
.metric-center{min-height:390px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(255,106,22,.08),transparent 48%)}
.radar{width:275px;height:275px;border-radius:50%;border:1px solid rgba(255,255,255,.13);position:relative;background:repeating-radial-gradient(circle,transparent 0 43px,rgba(255,255,255,.06) 44px 45px)}
.radar::before,.radar::after{content:"";position:absolute;background:rgba(255,255,255,.08)}
.radar::before{width:1px;height:100%;left:50%}.radar::after{height:1px;width:100%;top:50%}
.radar-line{position:absolute;left:50%;top:50%;width:45%;height:1px;background:linear-gradient(to right,#ff7c2b,transparent);transform-origin:left}
.r1{transform:rotate(18deg)}.r2{transform:rotate(138deg)}.r3{transform:rotate(250deg)}
.radar-dot{position:absolute;width:9px;height:9px;border-radius:50%;background:#ff8737;box-shadow:0 0 15px #ff8737}
.rd1{left:65%;top:28%}.rd2{left:23%;top:64%}.rd3{left:70%;top:70%}
.metric-data{position:absolute;inset:28px;display:grid;grid-template-columns:1fr 1fr;align-content:space-between;justify-content:space-between;pointer-events:none}
.metric-data div:nth-child(even){text-align:right}
.metric-data div:nth-child(n+3){align-self:end}
.metric-data b{font-size:19px}.metric-data small{display:block;color:#8f8982;text-transform:uppercase;font-size:9px;letter-spacing:.14em}
.metric-bottom{border-bottom:0;border-top:1px solid var(--line);justify-content:flex-start;gap:24px}
.metric-bottom span{font-size:10px;color:#9f9992;letter-spacing:.1em}.metric-bottom i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff7b29;margin-right:5px}

.cta-section{padding:30px 0 110px;background:#151517}
.cta-box{
  min-height:290px;border-radius:32px;padding:49px 52px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;
  background:
    radial-gradient(circle at 85% 10%,rgba(255,197,99,.28),transparent 24%),
    linear-gradient(135deg,#d84e06,#ff7a20 55%,#ff9d3c);
  color:#1d1d20;position:relative;overflow:hidden;
}
.cta-box::after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.4);border-radius:50%;right:-120px;bottom:-230px;box-shadow:0 0 0 38px rgba(255,255,255,.06),0 0 0 76px rgba(255,255,255,.035)}
.cta-box .section-kicker{color:#4b1a00}
.cta-copy h2{font-size:45px;max-width:700px}
.cta-copy p{color:#4f2c1b;margin-top:16px}
.cta-actions{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.cta-actions .btn-primary{background:#1d1d20;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.24)}
.phone-link{display:flex;flex-direction:column}.phone-link span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6f3618}.phone-link strong{font-size:25px}

.site-footer{background:#101012;padding:65px 0 20px;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:1.5fr .6fr .7fr;gap:70px}
.footer-brand img{width:230px;height:95px;object-fit:contain;object-position:left center}
.footer-brand p{color:#918c86;max-width:420px;font-size:14px}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px}
.footer-links strong,.footer-contact strong{margin-bottom:9px}
.footer-links a,.footer-contact a{color:#9e9891;font-size:14px}.footer-links a:hover,.footer-contact a:hover{color:#ff8b38}
.copyright{margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;color:#706b66;font-size:12px}

.floating-wa{
  position:fixed;z-index:45;right:22px;bottom:22px;
  display:flex;align-items:center;gap:9px;background:#20c76a;color:#072d18;border-radius:999px;padding:13px 17px;
  font-weight:900;box-shadow:0 16px 38px rgba(32,199,106,.32);transition:.2s
}
.floating-wa:hover{transform:translateY(-3px)}.floating-wa svg{width:22px;stroke-width:2}
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:22px}
.modal.is-open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(4,4,5,.82);backdrop-filter:blur(8px)}
.modal-panel{position:relative;z-index:2;width:min(920px,100%);max-height:92vh;overflow:auto;background:#222225;border:1px solid rgba(255,255,255,.1);border-radius:26px;box-shadow:var(--shadow);padding:31px}
.poster-panel{width:min(690px,100%);text-align:center}
.poster-panel h3{margin:0 0 18px}.poster-panel img{margin:auto;border-radius:18px;max-height:78vh}
.modal-close{position:absolute;right:17px;top:14px;border:0;background:#343438;color:#fff;width:36px;height:36px;border-radius:50%;font-size:25px;line-height:1}
.order-panel{width:min(760px,100%)}
.order-panel h3{font-size:34px;margin:4px 0 4px}.order-panel>p{color:#aaa49d;margin:0 0 25px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-grid label{display:flex;flex-direction:column;gap:7px}.form-grid label.full{grid-column:1/-1}
.form-grid label span{font-size:12px;color:#c9c3bc;font-weight:800}
.form-grid input,.form-grid select,.form-grid textarea{
  width:100%;border:1px solid rgba(255,255,255,.1);background:#18181a;color:#fff;border-radius:12px;padding:13px 14px;outline:none
}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#ff7f2d;box-shadow:0 0 0 3px rgba(255,106,22,.1)}
.btn-submit{width:100%;margin-top:18px;min-height:55px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1000px){
  .main-nav{position:fixed;left:20px;right:20px;top:79px;display:none;flex-direction:column;align-items:stretch;gap:5px;background:#242427;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:14px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}.main-nav a,.nav-order{padding:13px 15px;text-align:left}
  .menu-toggle{display:block}
  .hero{padding-top:55px;min-height:auto}
  .hero-inner{grid-template-columns:1fr;gap:30px}.hero-visual{min-height:500px}
  .section-heading{grid-template-columns:1fr;gap:20px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:1fr;gap:50px}
  .cta-box{grid-template-columns:1fr;gap:30px}
}
@media (max-width:760px){
  :root{--container:min(100% - 26px,1180px)}
  .nav-wrap{height:72px}.brand{width:170px;height:55px}
  .hero{padding:62px 0 60px}.hero h1{font-size:45px}.hero-copy>p{font-size:16px}
  .hero-actions{display:grid}.btn{width:100%}
  .trust-row{gap:20px;justify-content:space-between}.trust-row div:not(:last-child)::after{right:-10px}
  .hero-visual{min-height:430px;transform:scale(.9);margin-inline:-25px}
  .visual-ring.ring-a{width:380px;height:380px}.visual-ring.ring-b{width:290px;height:290px}
  .visual-core{width:180px;height:180px}.fc-one{left:0}.fc-two{right:0}.fc-three{left:2%;bottom:34px}.status-chip{right:2%;bottom:0}
  .strip-grid{grid-template-columns:1fr 1fr}.strip-grid div{border-bottom:1px solid var(--line)}
  .section{padding:82px 0}.services-grid,.product-grid{grid-template-columns:1fr}
  .service-card{min-height:280px}
  .product-image{height:260px}.feature-list{grid-template-columns:1fr}.product-actions{grid-template-columns:1fr}
  .why-copy h2,.section-heading h2{font-size:39px}
  .metric-center{min-height:340px}.radar{width:240px;height:240px}
  .cta-section{padding-bottom:80px}.cta-box{padding:35px 25px}.cta-copy h2{font-size:36px}
  .footer-grid{grid-template-columns:1fr;gap:35px}.copyright{flex-direction:column;gap:8px}
  .form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}
  .floating-wa span{display:none}.floating-wa{width:54px;height:54px;justify-content:center;padding:0}
}
@media (max-width:470px){
  .hero h1{font-size:38px}
  .eyebrow{font-size:10px}
  .hero-visual{transform:scale(.78);margin:-20px -70px -45px}
  .trust-row strong{font-size:14px}.trust-row span{font-size:9px}
  .strip-grid div{padding:16px 12px;font-size:12px}
  .product-body{padding:22px}.product-body h3{font-size:26px}.price strong{font-size:47px}
  .modal{padding:10px}.modal-panel{padding:24px 17px;border-radius:20px}
}
