/* ============================= */
/* HOME BASE */
/* ============================= */

#home{
  position:relative;
  z-index:1;
  padding-bottom:0;
}

/* Tout ton contenu passe au-dessus du background */
header,
main,
footer,
#home,
.hero{
  position:relative;
  z-index:1;
}

/* ============================= */
/* CONTAINER + SECTIONS */
/* ============================= */

.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

.section{
  padding:96px 0;
}

.section--white{
  background:#fff;
  color:#0f1222;
}

.section--soft{
  background:#f7f7fb;
  color:#0f1222;
}

/* Titres génériques */
.section-title{
  font-size:clamp(32px, 4vw, 48px);
  font-weight:900;
  letter-spacing:-0.02em;
  background:linear-gradient(90deg, #7c3aed, #4f46e5);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
}

.section-subtitle{
  margin:0 0 32px;
  max-width:70ch;
  opacity:.85;
  line-height:1.6;
}

/* ============================= */
/* HERO */
/* ============================= */

.hero{
  position:relative;
  z-index:2;
  overflow:hidden;
  isolation:isolate;
  padding:84px 0 56px;
  min-height:100vh;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 10% 10%, rgba(124,58,237,.16), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(79,70,229,.14), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(59,130,246,.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #f4f2ff 38%, #ffffff 100%);
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.00) 0%, rgba(255,255,255,.22) 100%);
  pointer-events:none;
  z-index:0;
}

.hero > .container{
  position:relative;
  z-index:2;
}

/* ============================= */
/* HERO BACKGROUND PRO */
/* ============================= */

.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}

/* grille principale */
.hero-grid-bg{
  position:absolute;
  inset:-2px;
  opacity:.42;
  background-image:
    linear-gradient(rgba(124,58,237,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.07) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.45), transparent);
  -webkit-mask-image:linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.45), transparent);
}

.hero-grid-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(99,102,241,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,102,241,.035) 1px, transparent 1px);
  background-size:11px 11px;
  opacity:.55;
}

.hero-grid-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 24%, rgba(124,58,237,.10) 50%, rgba(255,255,255,.08) 76%, transparent 100%);
  transform:translateX(-38%);
  animation:gridSweep 11s linear infinite;
}

/* gros halos */
.hero-glow,
.hero-orb,
.hero-lines,
.hero-ring,
.hero-mouse-light,
.hero-noise{
  position:absolute;
  will-change:transform;
}

.hero-glow{
  border-radius:999px;
  filter:blur(85px);
  opacity:.72;
}

.hero-glow-1{
  width:420px;
  height:420px;
  top:-120px;
  left:-110px;
  background:rgba(124,58,237,.22);
  animation:floatGlow1 11s ease-in-out infinite;
}

.hero-glow-2{
  width:360px;
  height:360px;
  top:10%;
  right:-120px;
  background:rgba(79,70,229,.20);
  animation:floatGlow2 13s ease-in-out infinite;
}

.hero-glow-3{
  width:280px;
  height:280px;
  bottom:-80px;
  left:40%;
  background:rgba(59,130,246,.15);
  animation:floatGlow3 15s ease-in-out infinite;
}

/* anneaux tech */
.hero-ring{
  border-radius:50%;
  border:1px solid rgba(124,58,237,.12);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.18),
    0 0 0 18px rgba(124,58,237,.02);
  opacity:.75;
}

.hero-ring-1{
  width:480px;
  height:480px;
  top:-140px;
  right:-120px;
  animation:spinSlow 28s linear infinite;
}

.hero-ring-2{
  width:280px;
  height:280px;
  bottom:-60px;
  left:-60px;
  animation:spinReverse 22s linear infinite;
}

.hero-ring-3{
  width:170px;
  height:170px;
  top:18%;
  left:12%;
  opacity:.45;
  animation:spinSlow 18s linear infinite;
}

/* orbs glass */
.hero-orb{
  border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:
    radial-gradient(circle at 28% 28%, rgba(255,255,255,.90), rgba(255,255,255,.22) 32%, rgba(255,255,255,.06) 72%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    0 14px 40px rgba(124,58,237,.10);
  backdrop-filter:blur(14px);
  opacity:.95;
}

.hero-orb-1{
  width:96px;
  height:96px;
  top:17%;
  left:8%;
  animation:floatOrb1 9s ease-in-out infinite;
}

.hero-orb-2{
  width:56px;
  height:56px;
  top:62%;
  left:15%;
  animation:floatOrb2 12s ease-in-out infinite;
}

.hero-orb-3{
  width:124px;
  height:124px;
  top:24%;
  right:13%;
  animation:floatOrb3 10s ease-in-out infinite;
}

/* lignes lumineuses */
.hero-lines{
  border-radius:999px;
  opacity:.46;
  background:linear-gradient(90deg, transparent, rgba(124,58,237,.55), rgba(255,255,255,.35), transparent);
  filter:blur(.3px);
}

.hero-lines-1{
  width:320px;
  height:1px;
  top:29%;
  right:10%;
  transform:rotate(-16deg);
}

.hero-lines-2{
  width:260px;
  height:1px;
  bottom:21%;
  left:8%;
  transform:rotate(20deg);
}

.hero-lines-3{
  width:180px;
  height:1px;
  top:46%;
  left:40%;
  transform:rotate(-8deg);
  opacity:.24;
}

/* spot souris amélioré */
.hero-mouse-light{
  width:540px;
  height:540px;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  border-radius:50%;
  background:
    radial-gradient(circle,
      rgba(255,255,255,.34) 0%,
      rgba(124,58,237,.18) 18%,
      rgba(99,102,241,.12) 32%,
      rgba(59,130,246,.06) 48%,
      rgba(124,58,237,0) 72%);
  mix-blend-mode:screen;
  opacity:.95;
  transition:
    left .14s ease,
    top .14s ease,
    opacity .25s ease,
    transform .16s ease;
}

/* léger grain premium */
.hero-noise{
  inset:0;
  opacity:.08;
  background-image:
    radial-gradient(rgba(15,23,42,.4) 0.6px, transparent 0.6px);
  background-size:10px 10px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.65), transparent 92%);
  -webkit-mask-image:linear-gradient(to bottom, rgba(0,0,0,.65), transparent 92%);
}

/* ============================= */
/* HERO LAYOUT */
/* ============================= */

.hero-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:34px;
  align-items:start;
}

.hero-left,
.hero-right{
  position:relative;
  z-index:2;
}

/* kicker */
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(124,58,237,.18);
  box-shadow:
    0 8px 24px rgba(124,58,237,.08),
    inset 0 1px 0 rgba(255,255,255,.8);
  width:max-content;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.18em;
  color:#7c3aed;
  margin-bottom:16px;
  font-weight:800;
  backdrop-filter:blur(12px);
}

.title{
  font-size:58px;
  line-height:1.02;
  font-weight:900;
  color:#1e1b4b;
  letter-spacing:-0.03em;
  max-width:18ch;
  margin:0;
}

.title span{
  position:relative;
  color:#7c3aed;
}

.title span::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:.08em;
  height:.22em;
  z-index:-1;
  background:linear-gradient(90deg, rgba(124,58,237,.14), rgba(79,70,229,.18));
  border-radius:999px;
}

.lead{
  margin-top:18px;
  font-size:18px;
  color:rgba(30,27,75,.72);
  line-height:1.75;
  max-width:58ch;
}

.actions{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  padding:16px 24px;
  border-radius:16px;
  font-weight:800;
  transition:.25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid transparent;
  text-decoration:none;
  font-size:15px;
}

.btn.primary{
  background:linear-gradient(135deg, #7c3aed, #5b21b6);
  color:#fff;
  box-shadow:
    0 18px 40px rgba(124,58,237,.30),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.btn.primary:hover{
  transform:translateY(-3px);
  box-shadow:
    0 24px 48px rgba(124,58,237,.34),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.btn.ghost{
  background:rgba(255,255,255,.74);
  border-color:rgba(124,58,237,.22);
  color:#4c1d95;
  backdrop-filter:blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    0 10px 26px rgba(124,58,237,.07);
}

.btn.ghost:hover{
  background:rgba(245,243,255,.95);
  transform:translateY(-3px);
}

/* mini stats */
.mini-stats{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  max-width:520px;
}

.mini{
  background:rgba(255,255,255,.70);
  border:1px solid rgba(124,58,237,.12);
  border-radius:18px;
  padding:14px 12px;
  box-shadow:
    0 16px 34px rgba(124,58,237,.08),
    inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter:blur(12px);
}

.mini .n{
  font-weight:900;
  color:#1e1b4b;
  font-size:15px;
  text-align:center;
}

.mini .t{
  margin-top:6px;
  color:#6b7280;
  font-size:12px;
  text-align:center;
}

/* right column panels */
.hero-right{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.panel{
  background:rgba(255,255,255,.68);
  border:1px solid rgba(124,58,237,.12);
  border-radius:20px;
  padding:16px;
  box-shadow:
    0 20px 50px rgba(124,58,237,.08),
    inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
}

.panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
}

.panel-title{
  font-weight:900;
  color:#1e1b4b;
  font-size:14px;
  letter-spacing:-0.01em;
}

.pill{
  font-size:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(16,185,129,.15);
  border:1px solid rgba(34,197,94,.20);
  color:#166534;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
}

/* tags */
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.tag{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(245,243,255,.9);
  border:1px solid rgba(124,58,237,.14);
  color:#4c1d95;
  font-size:12px;
  font-weight:700;
}

/* list */
.list{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#374151;
  font-weight:650;
}

.dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, #7c3aed, #4f46e5);
  box-shadow:0 0 0 5px rgba(124,58,237,.12);
  margin-top:7px;
  flex:0 0 8px;
}

/* ============================= */
/* PROCESS TIMELINE */
/* ============================= */

.process{
  padding:120px 0;
  background:#fff;
}

.process-head{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.process-title{
  font-size:clamp(34px, 4vw, 52px);
  font-weight:900;
  line-height:1.1;
  color:#1e1b4b;
  margin:0 0 18px;
  letter-spacing:-0.02em;
}

.process-subtitle{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#6b7280;
}

/* Wrapper timeline */
.timeline{
  position:relative;
  padding-left:80px;
}

/* Rail + progress */
.timeline-rail{
  position:absolute;
  left:28px;
  top:0;
  bottom:0;
  width:10px;
  border-radius:999px;
  background:rgba(124,58,237,.12);
  overflow:hidden;
}

.timeline-progress{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:0%;
  border-radius:999px;
  background:linear-gradient(180deg, #7c3aed, #4f46e5);
  box-shadow:0 14px 50px rgba(124,58,237,.25);
  transition:height .18s ease;
}

/* Step layout */
.t-step{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:start;
  margin:0 0 34px;
}

.t-step.is-left .t-card{
  grid-column:1;
  justify-self:start;
}

.t-step.is-right .t-card{
  grid-column:2;
  justify-self:end;
}

.t-card{
  width:min(520px, 100%);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  padding:20px 20px 18px;
  box-shadow:0 14px 45px rgba(0,0,0,.08);
  transition:.25s ease;
}

/* Dot sur la barre */
.t-dot{
  position:absolute;
  left:-64px;
  top:18px;
  width:16px;
  height:16px;
  border-radius:999px;
  background:#fff;
  border:3px solid rgba(124,58,237,.55);
  box-shadow:0 0 0 8px rgba(124,58,237,.10);
  transition:.25s ease;
}

/* Étape atteinte */
.t-step.is-active .t-dot{
  background:#0eff66;
  border-color:#22c55e;
  box-shadow:0 0 0 8px rgba(34,197,94,.18);
}

/* Étape en cours */
.t-step.is-current .t-dot{
  transform:scale(1.15);
}

/* Haut de card */
.t-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.t-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:12px;
  font-weight:900;
  color:#4c1d95;
  background:rgba(124,58,237,.10);
  border:1px solid rgba(124,58,237,.18);
}

.t-title{
  margin:0;
  font-size:18px;
  font-weight:900;
  color:#111827;
}

.t-text{
  margin:10px 0 12px;
  color:#4b5563;
  line-height:1.65;
  font-size:14.5px;
}

.t-list{
  margin:0;
  padding-left:18px;
  color:#374151;
  font-size:14px;
}

.t-list li{
  margin:6px 0;
}

/* État actif */
.t-step.is-active .t-card{
  transform:translateY(-2px);
  border-color:rgba(124,58,237,.20);
  box-shadow:0 20px 70px rgba(124,58,237,.14);
}

.t-step.is-active .t-dot{
  border-color:#7c3aed;
  box-shadow:0 0 0 10px rgba(124,58,237,.16);
}

#modalText{
  white-space:pre-line;
}

/* Responsive timeline */
@media (max-width:980px){
  .timeline{
    padding-left:64px;
  }

  .t-step{
    grid-template-columns:1fr;
  }

  .t-step.is-left .t-card,
  .t-step.is-right .t-card{
    grid-column:1;
    justify-self:stretch;
  }

  .t-dot{
    left:-52px;
  }
}

/* ============================= */
/* SOLUTIONS SECTION */
/* ============================= */

.solutions{
  min-height:100vh;
  padding:120px 0;
  background:#f8f8fa;
}

.solutions-head{
  text-align:center;
  max-width:800px;
  margin:0 auto 60px auto;
}

.solutions-title{
  font-size:clamp(34px, 4vw, 52px);
  font-weight:900;
  line-height:1.1;
  color:#1e1b4b;
  margin-bottom:24px;
}

.solutions-subtitle{
  font-size:18px;
  line-height:1.7;
  color:#6b7280;
}

.solutions-grid-wrapper{
  width:95%;
  max-width:1700px;
  margin:0 auto;
}

.solutions-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:28px;
}

.solution-card{
  background:#ffffff;
  border-radius:18px;
  padding:28px;
  border:1px solid rgba(0,0,0,.05);
  box-shadow:
    0 8px 20px rgba(0,0,0,.04),
    0 25px 50px rgba(0,0,0,.08);
  transition:.3s cubic-bezier(.4,0,.2,1);
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:240px;
}

.solution-card:hover{
  transform:translateY(-8px);
  box-shadow:
    0 15px 30px rgba(0,0,0,.06),
    0 40px 80px rgba(124,58,237,.18);
}

.solution-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(124,58,237,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  margin-bottom:6px;
}

.solution-card h3{
  margin:0;
  font-size:18px;
  font-weight:800;
  color:#1e1b4b;
}

.solution-card p{
  margin:0;
  color:#6b7280;
  line-height:1.6;
}

.solution-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size:14px;
  color:#7c3aed;
  text-decoration:none;
  transition:.2s ease;
}

.solution-link:hover{
  color:#4f46e5;
}

.solution-link span{
  font-size:18px;
  font-weight:900;
  line-height:1;
  display:inline-block;
  transition:.2s ease;
}

.solution-link:hover span{
  transform:translateX(5px);
}

.solution-link:focus-visible{
  outline:3px solid rgba(124,58,237,.25);
  outline-offset:4px;
  border-radius:10px;
}

/* ============================= */
/* CARDS GENERIQUES */
/* ============================= */

.grid-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.card h3{
  margin:0 0 8px;
  font-size:18px;
}

.card p{
  margin:0;
  line-height:1.6;
  opacity:.85;
}

/* ============================= */
/* MODAL */
/* ============================= */

.modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:9999;
}

.modal.is-open{
  display:block;
}

.modal-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
  backdrop-filter:blur(6px);
}

.modal-box{
  position:relative;
  width:min(640px, calc(100% - 40px));
  margin:9vh auto 0;
  background:#fff;
  border-radius:14px;
  padding:26px 26px 22px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  border:1px solid rgba(0,0,0,.06);
}

.modal-close{
  position:absolute;
  top:10px;
  right:12px;
  width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background:rgba(0,0,0,.06);
  font-size:22px;
  cursor:pointer;
  line-height:1;
}

.modal-icon{
  width:42px;
  height:42px;
  border-radius:999px;
  background:#eef0f3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-bottom:14px;
}

.modal-title{
  margin:0;
  font-size:20px;
  font-weight:800;
  color:#111827;
}

.modal-price{
  margin-top:4px;
  font-size:13px;
  font-weight:700;
  color:#6b7280;
}

.modal-text{
  margin:16px 0 14px;
  line-height:1.65;
  color:#4b5563;
  font-size:14.5px;
}

.modal-list{
  margin:10px 0 18px;
  padding-left:18px;
  color:#374151;
  font-size:14px;
}

.modal-list li{
  margin:6px 0;
}

.modal-actions{
  display:flex;
  justify-content:flex-start;
}

.modal-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:999px;
  border:none;
  background:linear-gradient(135deg, #0f3b4a, #1f6b82);
  color:#fff;
  font-weight:800;
  font-size:14px;
  letter-spacing:.02em;
  text-decoration:none;
  box-shadow:
    0 10px 25px rgba(15,59,74,.35),
    0 4px 10px rgba(0,0,0,.15);
  transition:.25s cubic-bezier(.4,0,.2,1);
}

.modal-cta:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 40px rgba(15,59,74,.45),
    0 8px 20px rgba(0,0,0,.25);
}

.modal-cta span{
  transition:.25s ease;
}

.modal-cta:hover span{
  transform:translateX(6px);
}

body.modal-open{
  overflow:hidden;
}

/* ============================= */
/* FOOTER */
/* ============================= */

.footer{
  padding:28px 0;
  background:#0f1222;
  color:rgba(255,255,255,.85);
  text-align:center;
}

/* ============================= */
/* MICRO ANIMATION */
/* ============================= */

@media (prefers-reduced-motion:no-preference){
  .panel{
    transition:.2s ease;
  }

  .panel:hover{
    transform:translateY(-2px);
  }
}

/* ============================= */
/* ANIMATIONS HERO */
/* ============================= */

@keyframes gridSweep{
  0%{
    transform:translateX(-38%);
    opacity:0;
  }
  18%{
    opacity:1;
  }
  82%{
    opacity:1;
  }
  100%{
    transform:translateX(38%);
    opacity:0;
  }
}

@keyframes floatGlow1{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(24px, 16px, 0); }
}

@keyframes floatGlow2{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(-20px, 18px, 0); }
}

@keyframes floatGlow3{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(16px, -16px, 0); }
}

@keyframes floatOrb1{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(10px, -12px, 0); }
}

@keyframes floatOrb2{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(-8px, 10px, 0); }
}

@keyframes floatOrb3{
  0%, 100%{ transform:translate3d(0, 0, 0); }
  50%{ transform:translate3d(12px, 8px, 0); }
}

@keyframes spinSlow{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

@keyframes spinReverse{
  from{ transform:rotate(360deg); }
  to{ transform:rotate(0deg); }
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width:1100px){
  .solutions-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (max-width:980px){
  .hero{
    padding:72px 0 46px;
    min-height:auto;
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .title{
    font-size:40px;
    max-width:unset;
  }

  .mini-stats{
    grid-template-columns:1fr;
  }

  .hero-grid-bg{
    background-size:30px 30px;
    opacity:.34;
  }

  .hero-orb-3,
  .hero-lines-1,
  .hero-lines-2,
  .hero-lines-3,
  .hero-ring-1{
    display:none;
  }

  .hero-mouse-light{
    width:360px;
    height:360px;
  }
}

@media (max-width:900px){
  .section{
    padding:72px 0;
  }

  .grid-3{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .solutions{
    padding:80px 0;
  }

  .solutions-grid{
    grid-template-columns:1fr;
  }

  .container{
    width:min(1120px, calc(100% - 28px));
  }

  .title{
    font-size:34px;
    line-height:1.06;
  }

  .lead{
    font-size:16px;
    line-height:1.65;
  }

  .actions{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
  }

  .hero{
    padding:56px 0 34px;
  }

  .panel,
  .mini{
    backdrop-filter:none;
  }

  .hero-glow-1{
    width:240px;
    height:240px;
  }

  .hero-glow-2{
    width:180px;
    height:180px;
  }

  .hero-ring,
  .hero-orb-2,
  .hero-orb-3{
    display:none;
  }

  .hero-mouse-light{
    width:240px;
    height:240px;
    opacity:.7;
  }
}

@media (prefers-reduced-motion:reduce){
  .hero-grid-bg::after,
  .hero-glow,
  .hero-orb,
  .hero-ring{
    animation:none !important;
  }

  .hero-mouse-light{
    transition:none;
  }
}