:root{
  --bg:#07080c;
  --bg-2:#0a0b11;
  --bg-3:#0d0f16;
  --panel:#12141d;
  --panel-2:#171a25;
  --text:#f7f7fb;
  --muted:#a4a8b7;
  --muted-2:#777c8d;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.17);
  --purple:#a95cff;
  --pink:#f34f93;
  --cyan:#3bd8e5;
  --green:#42c96b;
  --red:#ff3d55;
  --radius:24px;
  --shadow:0 28px 80px rgba(0,0,0,.44);
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%;height:auto}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.shell,.nav-shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.section{padding:112px 0}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:clamp(62px,7.2vw,112px);font-weight:760}
h2{font-size:clamp(38px,4.6vw,66px);font-weight:740}
h3{font-size:22px;letter-spacing:-.025em}
p{color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#eff0f7}
.eyebrow span{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--pink),var(--purple));box-shadow:0 0 16px rgba(243,79,147,.7)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 28px;border:1px solid var(--line-strong);border-radius:15px;font-size:15px;font-weight:780;line-height:1;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}
.button svg{width:20px;height:20px}
.button:hover,.button:focus-visible{transform:translateY(-3px)}
.button-light{background:#fff;color:#101116;border-color:#fff;box-shadow:0 14px 36px rgba(255,255,255,.08)}
.button-light:hover,.button-light:focus-visible{box-shadow:0 18px 42px rgba(255,255,255,.15)}
.button-outline{background:rgba(255,255,255,.015);color:#fff}
.button-outline:hover,.button-outline:focus-visible{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.35)}
.button-pink{background:linear-gradient(100deg,var(--pink),#ff6fa7);border-color:transparent;color:#fff;border-radius:999px;box-shadow:0 14px 38px rgba(243,79,147,.22)}
:focus-visible{outline:3px solid rgba(169,92,255,.75);outline-offset:4px}

/* HEADER */
.site-header{position:relative;background:#030405;border-top:4px solid #fff;overflow:hidden}
.site-header:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 75% 20%,rgba(74,87,116,.13),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.012),transparent 40%)}
.nav-shell{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:38px;min-height:96px}
.brand{display:block;flex:0 0 auto;width:230px}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:38px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.main-nav>a:not(.nav-demo){color:#e4e4e9}
.main-nav>a:not(.nav-demo):hover{color:#fff}
.nav-demo{padding:13px 22px;border:1px solid rgba(255,255,255,.55);border-radius:999px;text-transform:none;letter-spacing:0;transition:.2s ease}
.nav-demo:hover{background:#fff;color:#090a0e}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--line-strong);border-radius:13px;background:rgba(255,255,255,.04);align-items:center;justify-content:center;cursor:pointer}
.menu-toggle svg{width:24px;height:24px}
.hero{position:relative;z-index:2;padding:70px 0 90px;min-height:680px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(620px,1.08fr);gap:56px;align-items:center}
.product-kicker{color:#a9aab4;font-size:19px;font-weight:700;margin-bottom:9px}
.hero-copy h1{font-size:clamp(62px,5.5vw,88px);white-space:nowrap}
.hero-lead{max-width:630px;margin-top:20px;font-size:clamp(24px,2.5vw,39px);line-height:1.25;color:#d7d7de;letter-spacing:-.025em}
.hero-benefits{display:flex;flex-wrap:wrap;gap:34px;margin-top:46px}
.hero-benefit{display:flex;align-items:center;gap:13px}
.hero-benefit>svg{width:38px;height:38px;color:#f1f1f3;stroke-width:1.35}
.hero-benefit span{display:grid;gap:3px}
.hero-benefit strong{font-size:16px}
.hero-benefit small{font-size:13px;color:var(--muted)}
.hero-actions{display:flex;flex-wrap:wrap;gap:17px;margin-top:46px}
.device-stage{position:relative;display:block;min-height:570px;isolation:isolate}
.stage-glow{position:absolute;inset:10% 1% 0;background:radial-gradient(circle,rgba(75,91,124,.20),transparent 66%);filter:blur(18px);z-index:-1}
.desktop-mockup{position:absolute;z-index:2;top:16px;right:25px;width:min(680px,88%);border:3px solid #8b8d95;border-radius:22px 22px 12px 12px;background:#15171e;box-shadow:0 40px 90px rgba(0,0,0,.55);overflow:visible}
.browser-top{height:35px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid #343744;background:#111218;border-radius:19px 19px 0 0}
.browser-top>span{width:8px;height:8px;border-radius:50%;background:#4d5060}
.browser-url{margin-left:12px;color:#6f7486;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.editor-layout{display:grid;grid-template-columns:28% 72%;height:430px;background:#11131a;overflow:hidden}
.editor-sidebar{padding:19px 14px;border-right:1px solid #282b36;background:#171921}
.sidebar-title{margin:10px 0 7px;color:#9196a9;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.sidebar-line,.sidebar-field{height:25px;border:1px solid #30333f;border-radius:6px;background:#20232d;margin-bottom:8px}
.sidebar-line.wide{height:40px;background:linear-gradient(90deg,#242836,#151722)}
.sidebar-field.short{width:72%}
.sidebar-buttons{display:flex;gap:7px}.sidebar-buttons i{width:34px;height:27px;border-radius:5px;background:#f4f4f6;border:1px solid #fff}
.editor-preview{display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 40%,#273044,#101219 65%)}
.editor-preview img{height:392px;width:auto;border-radius:4px;box-shadow:0 18px 35px rgba(0,0,0,.55)}
.laptop-base{position:absolute;left:50%;bottom:-22px;width:112%;height:25px;border-radius:2px 2px 18px 18px;background:linear-gradient(180deg,#7d7e82,#33353a 60%,#1b1c20);transform:translateX(-50%);box-shadow:0 12px 20px rgba(0,0,0,.45)}
.laptop-base:after{content:"";position:absolute;top:3px;left:42%;width:16%;height:5px;border-radius:0 0 7px 7px;background:#414349}
.tablet-mockup{position:absolute;z-index:3;left:4%;bottom:22px;width:205px;padding:9px;border:2px solid #6f727c;border-radius:13px;background:#111218;box-shadow:0 25px 45px rgba(0,0,0,.55);transform:rotate(-1deg)}
.tablet-mockup img{border-radius:5px}
.phone-mockup{position:absolute;z-index:4;right:0;bottom:0;width:145px;padding:11px 8px 9px;border:3px solid #797b83;border-radius:28px;background:#090a0e;box-shadow:0 26px 48px rgba(0,0,0,.62);transform:rotate(1deg)}
.phone-mockup img{border-radius:18px}
.phone-speaker{position:absolute;z-index:2;top:5px;left:50%;width:38px;height:4px;border-radius:4px;background:#30323a;transform:translateX(-50%)}
.clients-strip{position:relative;z-index:4;padding:24px 24px 28px;border-top:1px solid var(--line);background:linear-gradient(180deg,#111213,#0b0c0e);text-align:center}
.clients-strip>p{color:#fff;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.client-logos{display:flex;align-items:center;justify-content:center;gap:64px;margin-top:10px}
.client-logos a{display:grid;justify-items:center;gap:4px;color:#d9d9df;font-size:18px}
.client-logos img{width:auto;height:128px;object-fit:contain}
.client-logos .laser-logo{height:80px;max-width:390px}
.client-divider{width:1px;height:100px;background:var(--line-strong)}

/* BODY */
.product-section{background:#090a10}
.section-intro.centered{text-align:center;max-width:1000px}
.section-intro h2{margin:28px auto 0;max-width:850px}
.section-intro>p{max-width:840px;margin:24px auto 0;font-size:19px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:60px}
.feature-card{min-height:255px;padding:31px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:0 18px 46px rgba(0,0,0,.20)}
.feature-icon{display:grid;place-items:center;width:47px;height:47px;margin-bottom:24px;border-radius:13px;background:linear-gradient(135deg,rgba(243,79,147,.19),rgba(59,216,229,.12));color:#d6d8e4}
.feature-icon svg{width:21px;height:21px}
.feature-card p{margin-top:13px;font-size:15px;line-height:1.68}
.comparison-section{background:#0c0e15}
.comparison-section h2,.industries-section h2,.references-section h2{margin-top:28px;max-width:850px}
.comparison-grid{display:grid;grid-template-columns:1fr 54px 1fr;gap:24px;align-items:center;margin-top:58px}
.flow-card{padding:36px;border:1px solid var(--line);border-radius:22px;background:#141721}
.flow-card h3{font-size:22px}
.flow-card ol{display:grid;gap:12px;margin:26px 0 0;padding:0;list-style:none}
.flow-card li{padding:15px 18px;border-radius:10px;background:#1c1f29;color:#d6d8e2;font-size:15px;font-weight:650}
.flow-old{opacity:.75}.flow-new{border-color:rgba(255,255,255,.17)}
.flow-arrow{display:grid;place-items:center;color:var(--pink)}
.flow-arrow svg{width:29px;height:29px}
.industries-section{background:#08090e}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:54px}
.industry-grid div{display:grid;place-items:center;min-height:76px;padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);font-weight:760;text-align:center}
.references-section{background:#0b0c12}
.reference-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:56px}
.reference-card{position:relative;overflow:hidden;display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;min-height:286px;padding:34px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#151824,#161724)}
.reference-card:after{content:"";position:absolute;right:-90px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(243,79,147,.24),transparent 68%);pointer-events:none}
.reference-logo{position:relative;z-index:1;width:135px;height:110px;object-fit:contain}
.laser-reference{width:220px;height:92px;transform:translateX(-26px)}
.reference-card>div{position:relative;z-index:2}
.reference-card p{margin-top:13px;font-size:15px;line-height:1.62}
.reference-card a{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-weight:800}
.reference-card a svg{width:17px;height:17px}
.product-cta{display:flex;align-items:center;justify-content:space-between;gap:44px;margin-top:110px;padding:54px 64px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:linear-gradient(120deg,#191421,#171828 48%,#11242a);box-shadow:var(--shadow)}
.product-cta h2{font-size:clamp(36px,4vw,58px);margin-top:22px}
.product-cta p{margin-top:16px;font-size:17px}
.product-cta .button{flex:0 0 auto}

/* FOOTER */
.site-footer{background:#050608}
.demo-section{padding:54px 0 28px;border-top:1px solid var(--line)}
.demo-section h2,.contact-heading h2{text-align:center;font-size:34px;letter-spacing:-.025em}
.demo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px}
.demo-card{display:grid;grid-template-columns:205px 1fr;gap:24px;align-items:center;min-height:190px;padding:28px 34px;border:1px solid var(--line-strong);border-radius:19px;background:linear-gradient(135deg,#121315,#101113)}
.demo-logo{width:155px;height:120px;object-fit:contain}
.demo-laser{width:250px;height:94px;transform:translateX(-22px)}
.demo-card h3{font-size:23px}
.demo-card p{margin-top:8px;color:#e0e0e4;line-height:1.6}
.demo-card .button{min-height:49px;margin-top:16px;padding-inline:24px;border-radius:999px}
.contact-section{padding:30px 0 34px;border-top:1px solid var(--line)}
.contact-shell{max-width:1120px}
.contact-heading p{margin-top:15px;text-align:center;font-size:17px;line-height:1.55}
.contact-form{margin-top:28px}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:linear-gradient(135deg,#1a1b1d,#151618);color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.contact-form input{height:58px;padding:0 18px}
.contact-form textarea{min-height:122px;margin-top:12px;padding:17px 18px;resize:vertical}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#e4e4e6;opacity:.94}
.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(169,92,255,.75);box-shadow:0 0 0 4px rgba(169,92,255,.12)}
.form-bottom{display:grid;grid-template-columns:1fr 340px;gap:26px;align-items:center;margin-top:12px}
.consent{display:flex;gap:10px;align-items:flex-start;color:#d3d3d8;font-size:14px;line-height:1.45}
.consent input{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:var(--purple)}
.consent a{color:#b98aff;text-decoration:underline;text-underline-offset:3px}
.submit-button{width:100%;border-radius:10px;cursor:pointer}
.submit-button[disabled]{opacity:.55;cursor:wait;transform:none}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{min-height:24px;margin-top:12px;font-size:14px;color:#e4e4e8}
.form-status.success{color:#67db89}.form-status.error{color:#ff7c8d}
.noscript-note{margin-top:12px;color:#ffbe76}.noscript-note a{text-decoration:underline}
.footer-bottom{padding:28px 0;border-top:1px solid var(--line);background:linear-gradient(180deg,#101112,#0c0d0e)}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center;color:#d7d7db}
.footer-grid>div{display:grid;gap:5px}.footer-grid>div span{font-size:14px;color:#c0c0c7}
.footer-grid nav{display:flex;gap:42px;font-size:14px}
.footer-grid nav a:hover,.made-by:hover{color:#fff}
.made-by{justify-self:end;font-size:14px;color:#c8c8ce}

@media (max-width:1180px){
  .main-nav{gap:22px;font-size:13px}
  .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}
  .hero-copy h1{font-size:clamp(56px,5.9vw,76px)}
  .hero-lead{font-size:30px}
  .device-stage{min-height:515px}.editor-layout{height:380px}.editor-preview img{height:345px}.tablet-mockup{width:174px}.phone-mockup{width:125px}
  .reference-card{grid-template-columns:145px 1fr}.reference-logo{width:120px}.laser-reference{width:185px}
  .demo-card{grid-template-columns:165px 1fr}.demo-logo{width:135px}.demo-laser{width:210px}
}
@media (max-width:980px){
  .shell,.nav-shell{width:min(var(--max),calc(100% - 32px))}
  .nav-shell{min-height:78px}.brand{width:190px}
  .menu-toggle{display:flex;position:relative;z-index:31}
  .main-nav{position:fixed;z-index:30;inset:0;display:flex;flex-direction:column;justify-content:center;gap:26px;padding:90px 24px;background:rgba(5,6,8,.97);font-size:20px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.22s ease}
  .main-nav.is-open{opacity:1;visibility:visible;transform:none}
  .nav-demo{padding:15px 28px}
  .hero{padding:55px 0 70px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy h1{white-space:normal}.hero-lead{margin-inline:auto}.hero-benefits,.hero-actions{justify-content:center}.device-stage{min-height:560px;margin-top:20px}.desktop-mockup{right:50%;width:min(680px,88%);transform:translateX(50%)}
  .client-logos{gap:35px}.client-logos img{height:110px}.client-logos .laser-logo{height:68px;max-width:320px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .reference-grid,.demo-grid{grid-template-columns:1fr}
  .reference-card{grid-template-columns:145px 1fr}.reference-logo{width:135px}.laser-reference{width:180px}
  .product-cta{align-items:flex-start;flex-direction:column;padding:46px}
  .form-grid{grid-template-columns:1fr 1fr}.form-grid label:last-child{grid-column:1/-1}
  .form-bottom{grid-template-columns:1fr}
  .submit-button{max-width:360px;justify-self:end}
  .footer-grid{grid-template-columns:1fr auto}.made-by{grid-column:1/-1;justify-self:start}
}
@media (max-width:680px){
  .section{padding:78px 0}.site-header{border-top-width:3px}.brand{width:160px}.nav-shell{min-height:70px}.menu-toggle{width:44px;height:44px}
  h1{font-size:clamp(48px,15vw,70px)}h2{font-size:clamp(36px,10vw,50px)}
  .hero{padding:40px 0 50px}.hero-copy h1{font-size:clamp(52px,16vw,74px)}.product-kicker{font-size:16px}.hero-lead{font-size:24px}.hero-benefits{display:grid;grid-template-columns:1fr;justify-items:start;width:max-content;max-width:100%;margin:38px auto 0;text-align:left}.hero-actions{display:grid}.button{width:100%}
  .device-stage{min-height:420px}.desktop-mockup{top:15px;width:90%;border-width:2px}.browser-top{height:26px}.editor-layout{height:282px;grid-template-columns:27% 73%}.editor-sidebar{padding:8px 7px}.sidebar-title{margin:5px 0 4px;font-size:7px}.sidebar-line,.sidebar-field{height:15px;margin-bottom:4px}.sidebar-line.wide{height:25px}.sidebar-buttons{gap:3px}.sidebar-buttons i{width:18px;height:15px}.editor-preview{padding:9px}.editor-preview img{height:260px}.laptop-base{bottom:-15px;height:17px}.tablet-mockup{left:0;bottom:14px;width:116px;padding:5px;border-radius:8px}.phone-mockup{right:0;bottom:4px;width:82px;padding:7px 5px 5px;border-width:2px;border-radius:17px}.phone-speaker{width:24px;height:3px;top:3px}
  .clients-strip{padding-inline:10px}.client-logos{display:grid;grid-template-columns:1fr;gap:12px}.client-divider{width:120px;height:1px;justify-self:center}.client-logos img{height:95px}.client-logos .laser-logo{height:54px;max-width:270px}.client-logos a{font-size:16px}
  .feature-grid{grid-template-columns:1fr;margin-top:42px}.feature-card{min-height:0}
  .comparison-grid{grid-template-columns:1fr;margin-top:42px}.flow-arrow svg{transform:rotate(90deg)}
  .industry-grid{grid-template-columns:1fr 1fr;gap:10px}.industry-grid div{min-height:64px;padding:12px;font-size:13px}
  .reference-card,.demo-card{grid-template-columns:1fr;text-align:center;justify-items:center}.reference-logo,.demo-logo{margin-inline:auto}.laser-reference,.demo-laser{transform:none}.reference-card a{justify-content:center}
  .product-cta{margin-top:75px;padding:34px 24px;text-align:center}.product-cta .eyebrow{margin-inline:auto}.product-cta .button{align-self:stretch}
  .demo-section{padding-top:45px}.contact-section{padding-top:28px}.contact-heading p br{display:none}.form-grid{grid-template-columns:1fr}.form-grid label:last-child{grid-column:auto}.form-bottom{gap:18px}.submit-button{max-width:none}
  .footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid nav{justify-content:center}.made-by{justify-self:center}
}
@media (max-width:390px){.industry-grid{grid-template-columns:1fr}.hero-copy h1{font-size:50px}.device-stage{min-height:370px}.editor-layout{height:240px}.editor-preview img{height:220px}.tablet-mockup{width:98px}.phone-mockup{width:72px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.main-nav{transition:none}}


/* --------------------------------------------------------------------------
   V2 refinements: sharing benefit, client logos, sector icons and local legal
   pages
   -------------------------------------------------------------------------- */

/* Hero: four concise benefits without overlapping the device mockup. */
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  gap:18px;
  width:100%;
  max-width:610px;
}
.hero-benefit{min-width:0;align-items:flex-start;gap:10px}
.hero-benefit>svg{flex:0 0 auto;width:31px;height:31px}
.hero-benefit strong{font-size:14px;line-height:1.25}
.hero-benefit small{font-size:11.5px;line-height:1.35;white-space:normal}

/* Client strip: more breathing room and vertically balanced logos. */
.clients-strip{padding:64px 24px 44px}
.clients-strip>p{margin-bottom:22px}
.client-logos{margin-top:0}
.client-logos a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:330px;
  min-height:152px;
}
.client-logos img{height:130px}
.client-logos .laser-logo{height:78px;max-width:390px}

/* Sector cards with meaningful icons. */
.industry-grid .industry-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:118px;
  padding:20px 14px;
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease;
}
.industry-icon{
  width:36px;
  height:36px;
  color:var(--purple);
  stroke-width:1.55;
  filter:drop-shadow(0 0 12px rgba(169,92,255,.18));
}
.industry-item span{display:block}
.industry-grid .industry-item:hover{
  transform:translateY(-3px);
  border-color:rgba(169,92,255,.34);
  background:rgba(169,92,255,.055);
  box-shadow:0 16px 38px rgba(0,0,0,.18);
}

/* Give the wide Laser Arena logos more room from the left edge. */
.reference-logo{justify-self:center}
.laser-reference{
  width:205px;
  height:92px;
  margin-left:32px;
  transform:none;
}
.demo-laser{
  width:230px;
  height:94px;
  margin-left:36px;
  transform:none;
}

/* More separation before the two footer sections. */
.demo-section{padding:112px 0 48px}
.contact-section{padding:100px 0 64px}
.demo-section h2,.contact-heading h2{margin-bottom:40px}
.contact-heading p{margin-top:18px}

/* Compact, right-aligned legal navigation. */
.footer-grid{grid-template-columns:1fr auto}
.footer-grid nav{justify-self:end;justify-content:flex-end;gap:34px}

/* Standalone legal pages. */
.legal-body{min-height:100vh;background:#07080c}
.legal-site-header{
  border-top:4px solid #fff;
  border-bottom:1px solid var(--line);
  background:#030405;
}
.legal-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:96px;
}
.legal-nav .brand{width:230px}
.legal-back{min-height:46px;padding:0 20px;border-radius:999px}
.legal-main{padding:72px 0 104px;background:linear-gradient(180deg,#08090d,#0b0d13)}
.legal-hero{max-width:920px;margin-bottom:42px}
.legal-hero .eyebrow{margin-bottom:22px}
.legal-hero h1{font-size:clamp(44px,6vw,76px);white-space:normal}
.legal-hero p{max-width:780px;margin-top:18px;font-size:18px;line-height:1.7}
.legal-card{
  max-width:1040px;
  padding:clamp(28px,5vw,62px);
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(145deg,#151824,#10131b);
  box-shadow:var(--shadow);
}
.legal-card h2{margin:46px 0 16px;font-size:clamp(26px,3vw,38px);letter-spacing:-.03em}
.legal-card h2:first-child{margin-top:0}
.legal-card h3{margin:30px 0 12px;font-size:22px}
.legal-card h4{margin:24px 0 10px;font-size:18px;letter-spacing:-.015em}
.legal-card p,.legal-card li{color:#c7cad4;font-size:16px;line-height:1.78}
.legal-card p{margin:0 0 15px}
.legal-card ul,.legal-card ol{margin:12px 0 22px;padding-left:24px}
.legal-card a{color:#d5b4ff;text-decoration:underline;text-underline-offset:3px}
.legal-card address{font-style:normal;color:#e9eaf0;line-height:1.75}
.legal-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;color:#8f94a4;font-size:13px}
.legal-toc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:18px 0 36px;padding:20px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}
.legal-toc a{color:#d9dbe2;text-decoration:none}
.legal-toc a:hover{color:#fff}
.legal-note{padding:18px 20px;border-left:3px solid var(--purple);border-radius:10px;background:rgba(169,92,255,.065)}
.legal-footer-simple{border-top:1px solid var(--line);background:#0b0c0f}
.legal-footer-simple .footer-grid{min-height:104px;padding:26px 0}

@media (max-width:1280px){
  .hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}
}
@media (max-width:980px){
  .hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr));width:min(100%,760px);max-width:none;margin-inline:auto}
  .client-logos a{min-width:260px}
  .laser-reference,.demo-laser{margin-left:18px}
}
@media (max-width:780px){
  .hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,600px)}
  .legal-toc{grid-template-columns:1fr}
}
@media (max-width:680px){
  .hero-benefits{grid-template-columns:1fr;width:min(100%,370px)}
  .clients-strip{padding:46px 10px 36px}
  .client-logos a{min-width:0;min-height:112px}
  .client-logos img{height:105px}
  .client-logos .laser-logo{height:58px}
  .industry-grid .industry-item{min-height:104px}
  .laser-reference,.demo-laser{margin-left:0}
  .demo-section{padding-top:76px}
  .contact-section{padding-top:68px}
  .footer-grid nav{justify-self:center;justify-content:center;flex-wrap:wrap;gap:18px 28px}
  .legal-nav{min-height:76px}
  .legal-nav .brand{width:168px}
  .legal-back{min-height:42px;padding:0 15px;font-size:13px}
  .legal-main{padding:52px 0 76px}
  .legal-card{padding:28px 22px;border-radius:20px}
  .legal-footer-simple .footer-grid{text-align:center}
}


/* V4 refinements --------------------------------------------------------- */
.hero-benefit-formats strong{
  white-space:nowrap;
  font-size:13.5px;
  letter-spacing:-.015em;
}
@media (min-width:1281px){
  .hero-benefits{max-width:650px;gap:14px}
}
.legal-card{
  overflow-wrap:anywhere;
  hyphens:auto;
}
.legal-card > h2:first-child,
.legal-card > p:first-child{
  margin-top:0;
}

/* V5 refinements ---------------------------------------------------------
   The four hero benefits use a spacious two-column layout. This keeps the
   labels readable and prevents the format item from being squeezed.
*/
.hero-benefits{
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:clamp(38px,4vw,68px);
  row-gap:26px;
  width:100%;
  max-width:680px;
}
.hero-benefit{
  width:100%;
}

@media (max-width:1280px){
  .hero-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:36px;
    row-gap:24px;
    max-width:590px;
  }
}

@media (max-width:980px){
  .hero-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:clamp(34px,8vw,70px);
    row-gap:26px;
    width:min(100%,660px);
    max-width:660px;
    margin-inline:auto;
  }
}

@media (max-width:680px){
  .hero-benefits{
    grid-template-columns:1fr;
    width:min(100%,380px);
    max-width:380px;
    gap:20px;
  }
}
