/* ItnaVerse Prism Flow 5.1 — Luminous Launch
   Landing page only. Scoped to .ivhome-page / .ivhome-* to avoid dashboard collisions. */

:root{
  --ivh-bg:#051329;
  --ivh-bg-2:#071a35;
  --ivh-panel:rgba(10,31,62,.72);
  --ivh-panel-strong:rgba(9,27,56,.92);
  --ivh-line:rgba(177,211,255,.14);
  --ivh-line-soft:rgba(177,211,255,.08);
  --ivh-text:#f7fbff;
  --ivh-muted:#aab9cf;
  --ivh-cyan:#54ddff;
  --ivh-blue:#5c7cff;
  --ivh-violet:#8f63ff;
  --ivh-mint:#4de6b2;
}

html{scroll-behavior:smooth;background:var(--ivh-bg)}
body.ivhome-page{
  margin:0!important;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 78% 6%,rgba(63,184,255,.13),transparent 24%),
    radial-gradient(circle at 18% 12%,rgba(132,79,255,.12),transparent 26%),
    linear-gradient(180deg,#071a36 0%,#06152d 43%,#041126 100%)!important;
  color:var(--ivh-text)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.ivhome-page,.ivhome-page *{box-sizing:border-box}
.ivhome-page a{text-decoration:none}
.ivhome-page img{max-width:100%}
.ivhome-shell{position:relative;min-height:100vh;isolation:isolate;overflow:hidden}
.ivhome-container{position:relative;z-index:2;width:min(1200px,calc(100% - 44px));margin:0 auto}

.ivhome-grid{
  position:absolute;z-index:-3;inset:0;pointer-events:none;opacity:.34;
  background-image:linear-gradient(rgba(132,185,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(132,185,255,.065) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.86) 43%,transparent 84%);
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.86) 43%,transparent 84%);
}
.ivhome-aurora{position:absolute;z-index:-2;pointer-events:none;border-radius:999px;filter:blur(12px)}
.ivhome-aurora-a{width:520px;height:520px;right:-260px;top:210px;background:radial-gradient(circle,rgba(62,211,255,.16),transparent 67%)}
.ivhome-aurora-b{width:620px;height:620px;left:-380px;top:610px;background:radial-gradient(circle,rgba(125,80,255,.14),transparent 69%)}

/* Header */
.ivhome-header{position:relative;z-index:20;padding:24px 0 0}
.ivhome-navrow{
  min-height:76px;padding:10px 12px 10px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;
  border:1px solid var(--ivh-line);border-radius:24px;background:rgba(5,20,43,.60);
  box-shadow:0 16px 50px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)
}
.ivhome-brand{display:inline-flex;align-items:center;min-width:0}
.ivhome-brandmark{width:174px;height:50px;display:flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.16)}
.ivhome-brandmark img{display:block;width:150px;height:auto;object-fit:contain}
.ivhome-navlinks{display:flex;justify-content:center;align-items:center;gap:8px}
.ivhome-navlinks a,.ivhome-signin{color:#c6d3e6!important;font-size:14px;font-weight:760;letter-spacing:-.01em;padding:11px 13px;border-radius:12px;transition:.18s ease}
.ivhome-navlinks a:hover,.ivhome-signin:hover{color:#fff!important;background:rgba(255,255,255,.055)}
.ivhome-navactions{display:flex;align-items:center;gap:7px}
.ivhome-topcta,.ivhome-primary{
  min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:15px;
  color:#fff!important;font-size:14px;font-weight:850;letter-spacing:-.01em;
  background:linear-gradient(135deg,#4e86ff 0%,#6f68ff 50%,#874cff 100%);
  box-shadow:0 14px 32px rgba(87,87,255,.24),inset 0 1px 0 rgba(255,255,255,.18);transition:.18s ease
}
.ivhome-topcta:hover,.ivhome-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(87,87,255,.31),inset 0 1px 0 rgba(255,255,255,.18)}
.ivhome-topcta svg,.ivhome-primary svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Hero */
.ivhome-hero{padding:92px 0 70px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);gap:72px;align-items:center}
.ivhome-hero-copy{max-width:680px}
.ivhome-eyebrow{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:0 12px 0 8px;border-radius:999px;border:1px solid rgba(125,168,255,.14);background:rgba(82,113,255,.07);color:#bdc9ff;font-size:12px;font-weight:800;letter-spacing:.025em}
.ivhome-pulse{position:relative;width:20px;height:20px;border-radius:50%;background:rgba(78,220,255,.12)}
.ivhome-pulse:before,.ivhome-pulse:after{content:"";position:absolute;border-radius:50%}
.ivhome-pulse:before{inset:6px;background:var(--ivh-cyan);box-shadow:0 0 16px rgba(84,221,255,.65)}
.ivhome-pulse:after{inset:2px;border:1px solid rgba(84,221,255,.22)}
.ivhome-hero h1{margin:28px 0 24px;color:#fff!important;font-size:clamp(58px,6.2vw,91px);line-height:.94;letter-spacing:-.068em;font-weight:930;max-width:760px}
.ivhome-hero h1 span{display:inline-block;background:linear-gradient(96deg,#fff 0%,#a9dcff 47%,#bca6ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.ivhome-lead{margin:0;max-width:650px;color:#b6c3d6!important;font-size:clamp(18px,1.8vw,22px);line-height:1.63;letter-spacing:-.015em}
.ivhome-hero-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:32px}
.ivhome-primary{min-height:56px;padding:0 24px;border-radius:17px;font-size:15px}
.ivhome-secondary{min-height:56px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:17px;color:#e7eef9!important;font-size:15px;font-weight:820;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);transition:.18s ease}
.ivhome-secondary:hover{background:rgba(255,255,255,.09);transform:translateY(-2px)}
.ivhome-capabilities{margin-top:26px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#8192aa;font-size:11px;font-weight:760;text-transform:uppercase;letter-spacing:.08em}
.ivhome-capabilities i{width:3px;height:3px;border-radius:50%;background:#4d7fff;box-shadow:0 0 8px rgba(77,127,255,.7)}

/* Composer visual */
.ivhome-stage{position:relative;min-height:570px;padding:24px;border-radius:34px;border:1px solid rgba(150,200,255,.18);background:linear-gradient(145deg,rgba(16,48,90,.86),rgba(8,27,56,.88));box-shadow:0 42px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);overflow:hidden}
.ivhome-stage:before{content:"";position:absolute;width:250px;height:250px;right:-90px;top:-90px;border-radius:50%;background:radial-gradient(circle,rgba(75,211,255,.24),transparent 67%)}
.ivhome-stage:after{content:"";position:absolute;width:260px;height:260px;left:-130px;bottom:-150px;border-radius:50%;background:radial-gradient(circle,rgba(127,85,255,.22),transparent 68%)}
.ivhome-stage-head,.ivhome-prompt-card,.ivhome-flow,.ivhome-stage-foot{position:relative;z-index:2}
.ivhome-stage-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 18px}
.ivhome-stage-head small,.ivhome-stage-head strong{display:block}
.ivhome-stage-head small{color:#8298b5;font-size:10px;font-weight:780;text-transform:uppercase;letter-spacing:.10em}
.ivhome-stage-head strong{margin-top:3px;color:#fff;font-size:18px;letter-spacing:-.02em}
.ivhome-status{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;color:#bfffe9;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;background:rgba(55,223,169,.08);border:1px solid rgba(55,223,169,.17)}
.ivhome-status b{width:7px;height:7px;border-radius:50%;background:#42e6b4;box-shadow:0 0 13px rgba(66,230,180,.8)}
.ivhome-prompt-card{min-height:82px;padding:15px 16px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.ivhome-spark{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(145deg,rgba(88,221,255,.20),rgba(126,91,255,.24));color:#d8f7ff;font-size:18px;border:1px solid rgba(152,214,255,.15)}
.ivhome-prompt-card small,.ivhome-prompt-card strong{display:block}
.ivhome-prompt-card small{color:#7e91aa;font-size:10px;font-weight:760;text-transform:uppercase;letter-spacing:.08em}
.ivhome-prompt-card strong{margin-top:3px;color:#f8fbff;font-size:15px;letter-spacing:-.01em}
.ivhome-send{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#4c8bff,#8252ff);font-size:18px;font-weight:800}
.ivhome-flow{position:relative;margin:27px 0 24px;padding-left:26px;display:grid;gap:12px}
.ivhome-flowline{position:absolute;left:7px;top:17px;bottom:17px;width:1px;background:linear-gradient(to bottom,#50dfff,#6d83ff,#9764ff)}
.ivhome-flowline:before,.ivhome-flowline:after{content:"";position:absolute;left:-3px;width:7px;height:7px;border-radius:50%;background:#66dfff;box-shadow:0 0 13px rgba(102,223,255,.7)}
.ivhome-flowline:before{top:0}.ivhome-flowline:after{bottom:0;background:#9b69ff;box-shadow:0 0 13px rgba(155,105,255,.7)}
.ivhome-output{min-height:80px;padding:12px 13px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-radius:18px;border:1px solid var(--ivh-line-soft);background:rgba(4,17,38,.40)}
.ivhome-output-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;color:#c8efff;font-size:12px;font-weight:900;background:rgba(84,221,255,.09);border:1px solid rgba(84,221,255,.13)}
.ivhome-output-b .ivhome-output-icon{color:#d5d0ff;background:rgba(128,99,255,.10);border-color:rgba(128,99,255,.15)}
.ivhome-output-c .ivhome-output-icon{color:#c8fce9;background:rgba(77,230,178,.08);border-color:rgba(77,230,178,.13)}
.ivhome-output small,.ivhome-output strong{display:block}.ivhome-output small{color:#6f829d;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:760}.ivhome-output strong{margin-top:3px;color:#eaf1fa;font-size:14px}
.ivhome-output b{color:#83d8ff;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.ivhome-output-c b{color:#83f1c9}
.ivhome-stage-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:4px}
.ivhome-stage-foot div{min-height:64px;padding:11px 9px;border-radius:15px;text-align:center;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055)}
.ivhome-stage-foot strong,.ivhome-stage-foot span{display:block}.ivhome-stage-foot strong{font-size:17px;color:#fff}.ivhome-stage-foot span{margin-top:3px;color:#7386a2;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:750}

/* Workflow proof */
.ivhome-proof{margin-top:6px;padding:18px 20px;display:grid;grid-template-columns:minmax(220px,.62fr) 1.38fr;gap:25px;align-items:center;border-radius:22px;border:1px solid var(--ivh-line-soft);background:rgba(255,255,255,.033)}
.ivhome-proof-intro span,.ivhome-proof-intro strong{display:block}.ivhome-proof-intro span{color:#7e8fa8;font-size:10px;text-transform:uppercase;letter-spacing:.10em;font-weight:760}.ivhome-proof-intro strong{margin-top:3px;color:#e8eff8;font-size:14px}
.ivhome-proof-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ivhome-proof-steps div{min-height:58px;padding:10px 12px;border-radius:15px;background:rgba(6,24,51,.52);border:1px solid rgba(255,255,255,.05)}
.ivhome-proof-steps b,.ivhome-proof-steps span{display:block}.ivhome-proof-steps b{color:#668cff;font-size:9px;letter-spacing:.08em}.ivhome-proof-steps span{margin-top:5px;color:#c9d5e5;font-size:11px;font-weight:760}

/* Platform */
.ivhome-platform{padding:110px 0 10px}
.ivhome-section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.5fr);gap:70px;align-items:end;margin-bottom:34px}
.ivhome-section-kicker{display:block;margin-bottom:12px;color:#9b8fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.ivhome-section-head h2{margin:0!important;max-width:800px;color:#fff!important;font-size:clamp(42px,5.3vw,68px);line-height:.99;letter-spacing:-.055em;font-weight:900}
.ivhome-section-head p{margin:0;color:#91a2ba!important;font-size:15px;line-height:1.7}
.ivhome-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ivhome-feature{position:relative;min-height:265px;padding:22px;overflow:hidden;border-radius:24px;border:1px solid var(--ivh-line-soft);background:linear-gradient(145deg,rgba(13,40,76,.72),rgba(8,25,53,.74));box-shadow:0 18px 50px rgba(0,0,0,.10);transition:.2s ease}
.ivhome-feature:hover{transform:translateY(-4px);border-color:rgba(140,188,255,.17);box-shadow:0 24px 58px rgba(0,0,0,.17)}
.ivhome-feature:before{content:"";position:absolute;width:130px;height:130px;right:-65px;top:-65px;border-radius:50%;background:radial-gradient(circle,rgba(85,213,255,.10),transparent 70%)}
.ivhome-feature-2:before{background:radial-gradient(circle,rgba(143,99,255,.11),transparent 70%)}
.ivhome-feature-3:before{background:radial-gradient(circle,rgba(77,230,178,.08),transparent 70%)}
.ivhome-feature-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.ivhome-feature-top>span:first-child{color:#6f8fb8;font-size:10px;font-weight:900;letter-spacing:.12em}
.ivhome-feature-arrow{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:#9ecbff;font-size:15px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055)}
.ivhome-feature h3{margin:42px 0 11px!important;color:#f5f9ff!important;font-size:22px!important;line-height:1.18;letter-spacing:-.03em}
.ivhome-feature p{margin:0!important;color:#93a4bb!important;font-size:14px!important;line-height:1.65!important}
.ivhome-feature-meta{position:absolute;left:22px;right:22px;bottom:19px;padding-top:12px;border-top:1px solid rgba(255,255,255,.055);color:#6686ae;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}

/* Final CTA */
.ivhome-final{position:relative;overflow:hidden;margin-top:88px;padding:52px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;border-radius:32px;border:1px solid rgba(162,189,255,.16);background:linear-gradient(125deg,rgba(36,72,154,.70),rgba(83,47,165,.60));box-shadow:0 35px 70px rgba(0,0,0,.18)}
.ivhome-final-glow{position:absolute;right:-80px;top:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(64,216,255,.27),transparent 65%);pointer-events:none}
.ivhome-final-copy,.ivhome-final-btn{position:relative;z-index:2}.ivhome-final-copy>span{display:block;margin-bottom:10px;color:#a7dfff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.ivhome-final h2{margin:0 0 12px!important;color:#fff!important;font-size:clamp(34px,4.5vw,54px);line-height:1.02;letter-spacing:-.05em}.ivhome-final p{margin:0;max-width:680px;color:#c4cee1!important;font-size:15px;line-height:1.65}.ivhome-final-btn{min-width:210px}

/* Footer */
.ivhome-footer{margin-top:80px;padding:40px 0 calc(38px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.065)}
.ivhome-footer-row{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.ivhome-footer-brand{display:flex;align-items:center;gap:14px}.ivhome-footer-logo{width:138px;height:48px;padding:5px 9px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff}.ivhome-footer-logo img{width:120px;height:auto;display:block}.ivhome-footer-brand strong,.ivhome-footer-brand small{display:block}.ivhome-footer-brand strong{color:#eef4fb;font-size:13px}.ivhome-footer-brand small{margin-top:3px;color:#6f829d;font-size:10px}.ivhome-footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.ivhome-footer-links a{color:#aebbd0!important;font-size:12px;font-weight:750}.ivhome-footer-links a:hover{color:#fff!important}.ivhome-footer-copy{margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.045);display:flex;justify-content:space-between;gap:18px;color:#667993;font-size:10px}

/* Tablet */
@media(max-width:1020px){
  .ivhome-navlinks{display:none}
  .ivhome-hero{grid-template-columns:1fr;gap:48px;padding-top:72px}
  .ivhome-hero-copy{max-width:800px}
  .ivhome-stage{max-width:760px}
  .ivhome-section-head{grid-template-columns:1fr;gap:18px}
  .ivhome-section-head p{max-width:650px}
  .ivhome-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ivhome-final{grid-template-columns:1fr}
  .ivhome-final-btn{width:max-content}
}

/* Mobile */
@media(max-width:700px){
  .ivhome-container{width:min(100% - 28px,1200px)}
  .ivhome-header{padding-top:max(12px,env(safe-area-inset-top))}
  .ivhome-navrow{width:calc(100% - 20px);min-height:66px;padding:8px 8px 8px 11px;grid-template-columns:auto 1fr;border-radius:19px;gap:8px}
  .ivhome-brandmark{width:126px;height:42px;padding:4px 7px;border-radius:13px}.ivhome-brandmark img{width:112px}
  .ivhome-navactions{justify-content:flex-end;gap:4px}.ivhome-signin{padding:10px 8px;font-size:12px}.ivhome-topcta{min-height:42px;padding:0 12px;border-radius:13px;font-size:12px}.ivhome-topcta svg{width:16px;height:16px}

  .ivhome-hero{padding:56px 0 42px;gap:36px}
  .ivhome-eyebrow{max-width:100%;min-height:32px;font-size:10px;padding-right:10px}
  .ivhome-hero h1{margin:22px 0 19px;font-size:clamp(46px,13.2vw,65px);line-height:.96;letter-spacing:-.063em}
  .ivhome-lead{font-size:17px;line-height:1.56}
  .ivhome-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:26px}.ivhome-primary,.ivhome-secondary{min-height:52px;width:100%;padding:0 12px;border-radius:15px;font-size:12px}.ivhome-primary svg{width:16px;height:16px}
  .ivhome-capabilities{gap:7px;margin-top:20px;font-size:9px;letter-spacing:.06em}

  .ivhome-stage{min-height:auto;padding:17px;border-radius:25px}.ivhome-stage-head{padding-bottom:14px}.ivhome-stage-head strong{font-size:15px}.ivhome-status{padding:7px 8px;font-size:8px}
  .ivhome-prompt-card{min-height:68px;padding:11px 12px;border-radius:16px;gap:10px}.ivhome-spark{width:36px;height:36px;border-radius:11px}.ivhome-prompt-card strong{font-size:13px}.ivhome-send{width:32px;height:32px;border-radius:10px;font-size:15px}
  .ivhome-flow{margin:20px 0 17px;padding-left:20px;gap:8px}.ivhome-flowline{left:5px}.ivhome-output{min-height:64px;padding:9px 10px;border-radius:15px;gap:9px}.ivhome-output-icon{width:34px;height:34px;border-radius:10px;font-size:10px}.ivhome-output strong{font-size:12px}.ivhome-output b{font-size:8px}
  .ivhome-stage-foot{gap:5px}.ivhome-stage-foot div{min-height:55px;padding:8px 5px;border-radius:12px}.ivhome-stage-foot strong{font-size:14px}.ivhome-stage-foot span{font-size:7px}

  .ivhome-proof{margin-top:2px;padding:15px;grid-template-columns:1fr;gap:12px;border-radius:19px}.ivhome-proof-steps{grid-template-columns:repeat(2,1fr);gap:6px}.ivhome-proof-steps div{min-height:52px;padding:9px 10px;border-radius:13px}
  .ivhome-platform{padding-top:76px}.ivhome-section-head{margin-bottom:24px}.ivhome-section-head h2{font-size:40px}.ivhome-section-head p{font-size:14px;line-height:1.62}
  .ivhome-feature-grid{grid-template-columns:1fr;gap:10px}.ivhome-feature{min-height:228px;padding:19px;border-radius:20px}.ivhome-feature h3{margin-top:31px!important;font-size:20px!important}.ivhome-feature p{font-size:13px!important}.ivhome-feature-meta{left:19px;right:19px;bottom:16px}
  .ivhome-final{margin-top:64px;padding:30px 22px;border-radius:25px;gap:24px}.ivhome-final h2{font-size:36px}.ivhome-final-btn{width:100%}
  .ivhome-footer{margin-top:58px;padding-top:30px}.ivhome-footer-row{align-items:flex-start}.ivhome-footer-links{width:100%;gap:14px}.ivhome-footer-copy{flex-direction:column;gap:5px}
}

@media(max-width:390px){
  .ivhome-navrow{width:calc(100% - 16px)}
  .ivhome-brandmark{width:116px}.ivhome-brandmark img{width:102px}
  .ivhome-signin{font-size:11px;padding:9px 5px}.ivhome-topcta{padding:0 9px;font-size:11px}.ivhome-topcta span{display:none}.ivhome-topcta{width:42px}.ivhome-topcta svg{width:18px;height:18px}
  .ivhome-hero h1{font-size:44px}.ivhome-lead{font-size:16px}.ivhome-hero-actions{grid-template-columns:1fr}.ivhome-capabilities{gap:6px}
}

@media(prefers-reduced-motion:reduce){.ivhome-page *{scroll-behavior:auto!important;transition:none!important}}
