:root{
  --bg:#061426;
  --bg-2:#071a30;
  --bg-3:#0a2038;
  --card:rgba(8,31,55,.78);
  --card-2:rgba(10,39,69,.64);
  --line:rgba(107,176,224,.25);
  --line-strong:rgba(0,192,235,.55);
  --text:#f5f8fb;
  --muted:#b8c8d8;
  --muted-2:#87a2b9;
  --blue:#16bde7;
  --blue-2:#4f95d1;
  --dr:#5b9a86;
  --guard:#dd7758;
  --shadow:0 22px 80px rgba(0,0,0,.35);
  --radius:22px;
  --max:1180px;
  --header-height:78px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 78% 12%,rgba(22,189,231,.20),transparent 30%),
    radial-gradient(circle at 20% 40%,rgba(79,149,209,.16),transparent 28%),
    linear-gradient(180deg,#05111f 0%,#07172a 45%,#051220 100%);
  line-height:1.65;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:.16;
  background-image:
    linear-gradient(120deg,transparent 0 14px,rgba(40,174,230,.18) 14px 15px,transparent 15px 32px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:120px 120px,80px 80px;
  pointer-events:none;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.section{padding:92px 0;scroll-margin-top:calc(var(--header-height) + 24px)}
.section-muted{
  background:linear-gradient(180deg,rgba(8,29,52,.72),rgba(5,18,32,.18));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.center{text-align:center}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:var(--header-height);
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(5,16,29,.78);
  backdrop-filter:blur(18px);
}
.nav-wrap{display:flex;align-items:center;gap:28px}
.brand img{height:34px;width:auto}
.site-nav{display:flex;gap:26px;align-items:center;margin-left:auto}
.site-nav a{
  font-family:"Montserrat",sans-serif;
  font-size:13px;
  font-weight:700;
  color:#e7f1fa;
  opacity:.9;
  transition:.18s ease;
}
.site-nav a:hover{color:var(--blue);opacity:1}
.nav-toggle{display:none;margin-left:auto;background:transparent;border:0;padding:8px;cursor:pointer}
.nav-toggle span{display:block;width:26px;height:2px;background:white;margin:6px 0;border-radius:99px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:10px;
  border:1px solid transparent;
  font-family:"Montserrat",sans-serif;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:.2s ease;
}
.btn-primary{
  color:white;
  background:linear-gradient(135deg,#11bde8,#0b8fca);
  box-shadow:0 14px 30px rgba(17,189,232,.25);
}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(17,189,232,.32)}
.btn-secondary{
  color:#f6fbff;
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.28);
}
.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}
.btn-small{min-height:42px;padding-inline:18px;font-size:13px}
.hero{
  position:relative;
  min-height:770px;
  display:grid;
  align-items:center;
  overflow:hidden;
  padding:116px 0 86px;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
}
.hero-bg video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(4,14,27,.96) 0%,rgba(4,14,27,.87) 34%,rgba(4,14,27,.46) 58%,rgba(4,14,27,.14) 100%),
    linear-gradient(180deg,rgba(4,14,27,.78) 0%,rgba(4,14,27,.08) 35%,rgba(4,14,27,.78) 100%);
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.55;
  background:
    radial-gradient(circle at 14% 22%,rgba(22,189,231,.20),transparent 25%),
    linear-gradient(120deg,transparent 0 12%,rgba(22,189,231,.10) 12.1%,transparent 12.4% 100%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,760px) 1fr;
  align-items:center;
}
.eyebrow{
  margin:0 0 14px;
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  font-size:13px;
}
h1,h2,h3{font-family:"Montserrat",sans-serif;line-height:1.14;margin:0;color:var(--text)}
h1{font-size:clamp(38px,4.35vw,58px);letter-spacing:-.04em;line-height:1.08}
h1 span{color:var(--blue)}
h2{font-size:clamp(30px,3vw,44px);letter-spacing:-.03em}
h3{font-size:20px}
.hero-lead{max-width:660px;color:#c5d3df;font-size:18px;margin:28px 0 0}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:32px}
.safe-logo-row{display:flex;align-items:center;gap:30px;margin-top:42px;flex-wrap:wrap}
.safe-logo-row img{height:32px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.25))}
.section-heading{max-width:780px;margin:0 auto 44px}
.section-heading p:not(.eyebrow){color:var(--muted);font-size:17px;margin:18px 0 0}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.benefit-card,.product-card,.audience-grid article,.steps article,.form-panel,.contact-band,.faq-list details,.visual-card{
  background:linear-gradient(180deg,var(--card),rgba(7,22,39,.72));
  border:1px solid var(--line);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.benefit-card{
  min-height:245px;
  padding:30px;
  border-radius:18px;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.benefit-card:hover,.product-card:hover,.audience-grid article:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 62px rgba(0,0,0,.30),0 0 34px rgba(22,189,231,.10);
}
.benefit-card:hover i,.audience-grid article:hover i{
  transform:translateY(-2px) scale(1.08);
}
.benefit-card i,.audience-grid i{
  transition:transform .25s ease,color .25s ease;
}
.benefit-card i{
  display:block;
  font-size:42px;
  line-height:1;
  margin-bottom:24px;
  color:var(--blue);
}
.benefit-card p,.product-card p,.steps p,.centered-note,.visual-copy p{color:var(--muted);margin-bottom:0}
.accent-dr{border-color:rgba(91,154,134,.52)} .accent-dr i{color:var(--dr)}
.accent-connect{border-color:rgba(79,149,209,.62)} .accent-connect i{color:var(--blue-2)}
.accent-guard{border-color:rgba(221,119,88,.62)} .accent-guard i{color:var(--guard)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{
  position:relative;
  padding:36px 34px 30px;
  border-radius:20px;
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.product-card:hover{
  border-color:rgba(22,189,231,.72);
}
.product-card:hover .product-logo{
  transform:translateY(-3px) scale(1.035);
}
.product-card:hover a:not(.product-logo-link){
  gap:14px;
}
.product-card::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.16;
  background:url("../images/dark-tech-background.jpg") center/cover no-repeat;
  z-index:0;
}
.product-card>*{position:relative;z-index:1}
.product-card::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:4px;
  opacity:.9;
}
.product-dr{border-color:rgba(91,154,134,.70)} .product-dr::after{background:var(--dr)}
.product-connect{border-color:rgba(79,149,209,.70)} .product-connect::after{background:var(--blue-2)}
.product-guard{border-color:rgba(221,119,88,.75)} .product-guard::after{background:var(--guard)}
.product-logo-link{
  display:inline-block!important;
  margin:0 0 26px!important;
}
.product-logo{
  height:56px;
  width:auto;
  object-fit:contain;
  margin:0;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.30));
  transition:transform .25s ease;
}
.product-kicker{
  margin:0 0 16px!important;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  color:white!important;
}
.product-card a:not(.product-logo-link){
  display:inline-flex;
  gap:8px;
  align-items:center;
  margin-top:22px;
  color:var(--blue);
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  transition:gap .22s ease,color .22s ease;
}
.product-dr a:not(.product-logo-link){color:#7dc5ad}
.product-guard a:not(.product-logo-link){color:var(--guard)}
.visual-strip{
  position:relative;
  background:
    linear-gradient(90deg,rgba(5,18,32,.92),rgba(5,18,32,.52)),
    url("../images/safe-background-wide.jpg") center/cover no-repeat;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.visual-grid{display:grid;grid-template-columns:minmax(0,760px);gap:0;align-items:center}
.visual-copy{max-width:760px}
.visual-copy p:not(.eyebrow){font-size:18px}
.visual-card{border-radius:24px;overflow:hidden;border-color:rgba(22,189,231,.36)}
.visual-card img{width:100%;height:360px;object-fit:cover}
.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.audience-grid article{padding:28px 20px;border-radius:17px;text-align:center;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.audience-grid i{display:block;font-size:38px;color:var(--blue);margin-bottom:18px}
.audience-grid h3{font-size:17px}
.centered-note{max-width:840px;margin:28px auto 0;text-align:center}
.centered-note strong{color:var(--blue)}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:rgba(5,18,32,.45);
}
.steps article{
  position:relative;
  padding:32px 24px;
  border:0;
  border-right:1px solid var(--line);
  background:transparent;
  box-shadow:none;
  text-align:center;
}
.steps article:last-child{border-right:0}
.steps article{transition:background .25s ease,transform .25s ease}.steps article:hover{background:rgba(22,189,231,.06);transform:translateY(-2px)}
.steps span{
  display:inline-grid;
  place-items:center;
  width:48px;height:48px;
  border:1px solid var(--line-strong);
  color:var(--blue);
  border-radius:50%;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  font-size:20px;
  margin-bottom:18px;
  box-shadow:0 0 26px rgba(22,189,231,.22);
}
.steps h3{font-size:18px}
.contact-band-section{padding-top:30px}
.contact-band{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:30px;
  align-items:center;
  padding:28px 34px;
  border-radius:22px;
  border-color:rgba(22,189,231,.45);
  background:
    radial-gradient(circle at 20% 50%,rgba(22,189,231,.20),transparent 35%),
    linear-gradient(135deg,rgba(10,50,88,.85),rgba(8,25,45,.75));
}
.contact-photo{
  width:142px;height:158px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  background:#081c31;
}
.contact-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.contact-band h2{font-size:34px}
.contact-band p{margin:.35rem 0 0;color:var(--muted)}
.contact-lines{display:grid;gap:10px;min-width:250px}
.contact-lines a:not(.btn){color:#d9e8f5;display:flex;gap:10px;align-items:center}
.contact-lines i{color:var(--blue)}
.form-panel{
  display:grid;
  grid-template-columns:.42fr .58fr;
  gap:38px;
  padding:38px;
  border-radius:24px;
}
.form-intro{padding:18px}
.form-icon{font-size:52px;color:var(--blue);display:block;margin-bottom:22px}
.form-intro p{color:var(--muted);font-size:17px}
.partner-form label{display:block;color:#d7e5f1;font-size:13px;font-weight:700}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
input,select,textarea{
  width:100%;
  margin-top:7px;
  color:#f9fcff;
  background:rgba(3,14,26,.62);
  border:1px solid rgba(151,190,220,.28);
  border-radius:10px;
  padding:13px 14px;
  outline:none;
}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,189,231,.12)}
.wide{margin-top:16px}
.check{
  display:flex!important;
  align-items:flex-start;
  gap:12px;
  margin-top:14px;
  color:var(--muted)!important;
}
.check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--blue)}
.check a{color:var(--blue);text-decoration:underline}
.form-submit{margin-top:20px;float:right}
.film-frame{position:relative;max-width:1100px;margin:0 auto;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 70px rgba(0,0,0,.45);background:#07182c}
.film-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.film-actions{text-align:center;margin-top:22px}
.form-status{clear:both;margin:14px 0 0;padding:14px 16px;border-radius:10px;font-size:14px;font-weight:600;line-height:1.5;border:1px solid var(--line)}
.form-status[data-state="sending"]{color:#d7e5f1;background:rgba(255,255,255,.04)}
.form-status[data-state="ok"]{color:#7ee0b0;background:rgba(46,160,110,.12);border-color:rgba(46,160,110,.4)}
.form-status[data-state="error"]{color:#ff9d9d;background:rgba(210,70,70,.12);border-color:rgba(210,70,70,.4)}
.faq-section{padding-top:40px}
.faq-list{display:grid;gap:12px;max-width:980px;margin-inline:auto}
.faq-list details{border-radius:14px;overflow:hidden}
.faq-list summary{
  cursor:pointer;
  padding:22px 24px;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  list-style:none;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.faq-list summary::after{
  content:"+";
  flex:0 0 auto;
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(22,189,231,.45);
  border-radius:50%;
  color:var(--blue);
  font-family:"Montserrat",sans-serif;
  font-size:30px;
  line-height:1;
  font-weight:700;
}
.faq-list details[open] summary::after{
  content:"−";
  font-size:34px;
  padding-bottom:4px;
}
.faq-list p{padding:0 24px 24px;margin:0;color:var(--muted)}
.site-footer{
  padding:70px 0 0;
  background:linear-gradient(180deg,rgba(5,18,32,.20),rgba(3,12,22,.96));
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-grid{display:grid;grid-template-columns:minmax(360px,1.25fr) minmax(300px,.9fr) minmax(190px,.55fr);gap:36px;align-items:start}
.footer-logo{display:inline-block;margin-bottom:22px}.footer-logo img{height:36px;width:auto}
.footer-about{max-width:520px}.footer-about p,.footer-list{color:var(--muted);margin:0}
.footer-safe-logos{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:26px}
.footer-safe-logos img{height:21px;width:auto}
.site-footer h3{
  margin-bottom:16px;
  color:var(--blue);
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.08em;
}
.footer-list{list-style:none;padding:0;display:grid;gap:9px}
.footer-contact{min-width:300px}
.footer-contact .footer-list li,
.footer-contact .footer-list a{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.footer-contact .footer-list li i,
.footer-contact .footer-list a i{
  flex:0 0 18px;
  margin-top:4px;
}
.footer-list i{width:18px;color:var(--blue)}
.footer-list a:hover{color:var(--blue)}
.socials{display:flex;gap:12px}
.socials a{
  width:42px;height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  font-weight:800;
}
.socials a:hover{border-color:var(--blue);color:var(--blue)}
.subfooter{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:30px 0;
  margin-top:54px;
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--muted-2);
}
.subfooter div{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.subfooter a:hover,.link-button:hover{color:var(--blue)}
.link-button{background:none;border:0;padding:0;color:inherit;cursor:pointer}
.go-top{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:45;
  width:54px;height:54px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  color:white;
  background:linear-gradient(135deg,#0f8dcc,#083d68);
  box-shadow:0 14px 32px rgba(0,0,0,.36);
  cursor:pointer;
  opacity:0;
  transform:translateY(20px);
  transition:.2s ease;
}
.go-top.is-visible{opacity:1;transform:translateY(0)}
.cookie-banner{
  position:fixed;
  left:20px;right:20px;bottom:20px;
  z-index:70;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  padding:20px;
  border:1px solid rgba(22,189,231,.32);
  border-radius:18px;
  background:rgba(5,18,32,.96);
  box-shadow:0 18px 60px rgba(0,0,0,.55);
  backdrop-filter:blur(14px);
}
.cookie-banner[hidden]{display:none}
.cookie-icon{
  width:46px;height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  color:var(--blue);
  font-size:22px;
}
.cookie-copy h2{font-size:18px;margin:0 0 4px}
.cookie-copy p{margin:0;color:var(--muted);font-size:13px;max-width:700px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-actions .btn{min-height:42px}
.cookie-modal{
  max-width:760px;
  width:calc(100% - 32px);
  color:var(--text);
  background:#07192d;
  border:1px solid rgba(22,189,231,.32);
  border-radius:20px;
  box-shadow:0 24px 80px rgba(0,0,0,.5);
  padding:0;
}
.cookie-modal::backdrop{background:rgba(1,8,16,.72);backdrop-filter:blur(4px)}
.cookie-modal form{padding:30px;position:relative}
.cookie-modal p{color:var(--muted)}
.modal-close{
  position:absolute;right:18px;top:12px;
  background:none;border:0;color:white;font-size:30px;cursor:pointer;
}
.consent-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.consent-row h3{font-size:18px;margin-bottom:6px}
.consent-row p{margin:0;font-size:14px}
.consent-row input{width:22px;height:22px;accent-color:var(--blue)}
.modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:20px}
.reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn,.benefit-card,.product-card,.audience-grid article{transition:none}
}
@media (max-width:980px){
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;top:var(--header-height);left:0;right:0;
    display:none;
    padding:22px 20px;
    background:rgba(5,16,29,.97);
    border-bottom:1px solid rgba(255,255,255,.10);
    flex-direction:column;
    align-items:flex-start;
  }
  .site-nav.is-open{display:flex}
  .nav-cta{display:none}
  .hero{min-height:720px}
  .hero-grid,.form-panel,.visual-grid{grid-template-columns:1fr}
  .benefit-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr 1fr}
  .steps article:nth-child(2){border-right:0}
  .steps article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .contact-band{grid-template-columns:1fr;text-align:left}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cookie-banner{grid-template-columns:1fr}
}
@media (max-width:640px){
  :root{--header-height:70px}
  .container{width:min(100% - 28px,var(--max))}
  .section{padding:70px 0}
  .brand img{height:28px}
  h1{font-size:34px}
  h2{font-size:28px}
  .hero{
    min-height:760px;
    align-items:end;
    padding-top:96px;
  }
  .hero-bg img{object-position:62% center}
  .hero::before{
    background:
      linear-gradient(180deg,rgba(4,14,27,.38) 0%,rgba(4,14,27,.72) 43%,rgba(4,14,27,.98) 100%);
  }
  .benefit-grid,.product-grid,.audience-grid,.steps,.field-grid,.footer-grid{grid-template-columns:1fr}
  .steps article{border-right:0!important;border-bottom:1px solid var(--line)}
  .steps article:last-child{border-bottom:0}
  .form-panel{padding:24px}
  .safe-logo-row{gap:18px}
  .safe-logo-row img{height:25px}
  .product-logo{height:46px}
  .contact-photo{width:118px;height:142px}
  .subfooter{align-items:flex-start;flex-direction:column}
  .cookie-banner{left:10px;right:10px;bottom:10px}
}
