:root {
  --ink: #0c1020;
  --cream: #f4f1ea;
  --violet: #7561ff;
  --violet-dark: #4f3bd6;
  --mint: #72e1c3;
  --hero-height: 930px;
  --hero-height-tablet: 980px;
  --hero-height-mobile: 930px;
}

* { box-sizing: border-box; }
html { background: #0d1220; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #0d1220; font-family: Arial, Helvetica, sans-serif; }
body > main { background: var(--cream); opacity: 1; transition: opacity .42s ease, transform .42s ease, filter .42s ease; }
.js.is-loading body > main { opacity: 0; transform: translateY(8px); filter: blur(3px); }
body::before { position: fixed; z-index: 2147483647; inset: 0; content: ""; pointer-events: none; background: #0d1220; opacity: 0; transition: opacity .52s ease; }
body.is-leaving::before { opacity: 1; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 84px; padding: 0 clamp(24px, 5vw, 80px);
  color: white;
  background: linear-gradient(180deg, rgba(7,10,19,.68), transparent);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 20px; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 30px rgba(45,108,255,.28); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.76); transition: color .2s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--mint); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 0 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(12,16,32,.32); backdrop-filter: blur(14px); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: rgba(117,97,255,.7); }
.mobile-menu { display: none; }

.hero { position: relative; height: max(var(--hero-height), 100vh); min-height: 0; overflow: hidden; color: white; background: #10141d; isolation: isolate; display: flex; align-items: center; }
.hero::before { position: absolute; z-index: 0; inset: -4%; content: ""; background: url('../assets/niktasoft-hero.webp') center / cover no-repeat; transform: scale(1.025); animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,10,20,.98) 0%, rgba(7,10,20,.9) 36%, rgba(7,10,20,.38) 68%, rgba(7,10,20,.2) 100%), linear-gradient(0deg, rgba(7,10,20,.5), transparent 26%); }
.hero::after { position: absolute; z-index: 2; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-orb { position: absolute; z-index: 2; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-orb-one { top: 18%; left: 45%; width: 440px; height: 440px; background: radial-gradient(circle, rgba(117,97,255,.18), transparent 67%); animation: orbit-one 10s ease-in-out infinite alternate; }
.hero-orb-two { right: -160px; bottom: -240px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(114,225,195,.14), transparent 66%); animation: orbit-two 13s ease-in-out infinite alternate; }
.hero-inner { position: relative; z-index: 3; width: min(1420px, calc(100% - 48px)); height: var(--hero-height); min-height: 0; margin: 0 auto; padding: 165px 0 180px; }
.hero-copy { position: relative; z-index: 3; width: min(690px, 52vw); animation: rise-in .85s cubic-bezier(.22,.8,.25,1) both; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #d8d9e0; font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(114,225,195,.12), 0 0 22px rgba(114,225,195,.7); }
.hero h1 { max-width: 750px; margin: 0; color: white; font-size: clamp(55px, 6vw, 92px); font-weight: 650; line-height: .96; letter-spacing: -.068em; }
.hero h1 em { display: block; color: #a99cff; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.06em; }
.hero-copy > p { max-width: 590px; margin: 30px 0 34px; color: rgba(255,255,255,.69); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #8a72ff, #6250ec); box-shadow: 0 18px 40px rgba(84,66,222,.34); }
.button-primary:hover { box-shadow: 0 22px 50px rgba(84,66,222,.52); }
.button-ghost { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.play-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--ink); background: white; }

.product-preview { position: absolute; z-index: 4; right: 0; bottom: 58px; width: min(680px, 50vw); perspective: 1200px; animation: preview-enter 1.1s .25s cubic-bezier(.2,.8,.2,1) both; }
.preview-glow { position: absolute; inset: -20% 4% -6%; z-index: -1; background: radial-gradient(circle at 50% 50%, rgba(117,97,255,.38), transparent 64%); filter: blur(22px); animation: glow-pulse 5s ease-in-out infinite alternate; }
.browser-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: #f6f7fb; box-shadow: 0 40px 95px rgba(0,0,0,.58); animation: float-card 7s ease-in-out infinite; }
.browser-frame > img { display: block; width: 100%; height: auto; }
.browser-bar { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #dfe2eb; background: #f5f5f8; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #c6c8d0; }
.browser-bar > span:first-child { background: #ff7d72; }
.browser-bar > span:nth-child(2) { background: #f8c95c; }
.browser-bar > span:nth-child(3) { background: #65d786; }
.browser-address { display: flex; width: 54%; height: 25px; align-items: center; justify-content: center; gap: 6px; margin: 0 auto; border-radius: 6px; color: #727786; background: #e9eaf0; font-size: 9px; }
.scroll-cue { position: absolute; bottom: 31px; left: clamp(24px, 5vw, 80px); display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue svg { animation: bounce 1.8s ease-in-out infinite; }

.trust-ribbon { padding: 45px 24px 38px; text-align: center; color: #343743; background: #f4f1ea; }
.trust-ribbon p { margin: 0 0 27px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2.3vw, 31px); font-style: italic; }
.trust-ribbon p strong { font-weight: 700; }
.trust-ribbon > div { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3.4vw, 48px); color: #777b83; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.trust-ribbon i { width: 4px; height: 4px; border-radius: 50%; background: #b7b2a9; }

.section-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.focus-intro { padding: 130px 0 100px; }
.focus-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-top: 26px; }
.focus-heading h2, .company h2 { margin: 0; font-size: clamp(44px, 5.6vw, 76px); font-weight: 650; line-height: .98; letter-spacing: -.065em; }
.focus-heading h2 em, .approach h2 em, .company h2 em { color: #7464d4; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.focus-heading p, .company-copy > p { margin: 0; color: #676970; font-size: 16px; line-height: 1.75; }

.flagship { display: grid; grid-template-columns: 1fr; overflow: hidden; border-radius: 28px; color: white; background: #101525; box-shadow: 0 40px 90px rgba(29,33,55,.16); }
.flagship-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 76px); }
.flagship h2 { margin: 25px 0 22px; color: white; font-size: clamp(40px, 4.4vw, 62px); font-weight: 630; line-height: .98; letter-spacing: -.06em; }
.flagship-copy > p { max-width: 860px; margin: 0 0 34px; color: #aeb3c0; line-height: 1.72; }
.feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-list > div { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: start; }
.feature-list svg { margin-top: 2px; color: var(--mint); }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { margin-bottom: 4px; color: white; font-size: 13px; }
.feature-list small { color: #8e94a4; font-size: 11px; line-height: 1.45; }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.dark-button, .outline-button, .white-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border-radius: 999px; font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.dark-button { color: #131727; background: white; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.dark-button:hover, .white-button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,0,0,.26); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #d8dae0; font-size: 12px; font-weight: 750; }
.flagship-visual { position: relative; overflow: hidden; min-height: 0; padding: clamp(28px, 5vw, 66px); background: radial-gradient(circle at 64% 22%, rgba(114,225,195,.18), transparent 28%), radial-gradient(circle at 15% 78%, rgba(117,97,255,.38), transparent 36%), linear-gradient(145deg, #232a45, #111625 58%, #0a1520); }
.paper-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle, black, transparent 76%); }
.dashboard-window { position: relative; z-index: 2; width: min(100%, 1080px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: #f5f7fa; box-shadow: 0 44px 100px rgba(0,0,0,.48); transform: rotate(-1deg); transition: transform .5s cubic-bezier(.2,.75,.2,1); }
.flagship:hover .dashboard-window { transform: rotate(0) translateY(-6px); }
.dashboard-window img { display: block; width: 100%; height: auto; }
.window-top { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 13px; background: #eef0f4; }
.window-top > span { width: 7px; height: 7px; border-radius: 50%; background: #c6cad2; }
.window-top small { margin-left: auto; margin-right: auto; color: #818694; font-size: 8px; }


.approach { padding: 145px 0; overflow: hidden; color: white; background: radial-gradient(circle at 0 100%, rgba(117,97,255,.3), transparent 31%), radial-gradient(circle at 100% 0, rgba(114,225,195,.12), transparent 28%), #0d1120; }
.approach-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.approach h2 { margin: 22px 0 26px; font-size: clamp(47px, 5.2vw, 74px); line-height: .98; letter-spacing: -.06em; }
.approach-copy p { max-width: 470px; color: #989eac; line-height: 1.75; }
.outline-button { margin-top: 22px; border: 1px solid rgba(255,255,255,.23); color: white; }
.outline-button:hover { transform: translateY(-2px); background: rgba(255,255,255,.08); }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.11); }
.principle-grid article { position: relative; min-height: 270px; padding: 35px; background: #101523; transition: background .25s ease; }
.principle-grid article:hover { background: #171d2f; }
.principle-grid article > span { position: absolute; top: 27px; right: 28px; color: #565e72; font-family: Georgia, serif; font-size: 29px; font-style: italic; }
.principle-grid svg { color: var(--mint); }
.principle-grid h3 { margin: 60px 0 12px; max-width: 220px; font-size: 17px; }
.principle-grid p { margin: 0; color: #848b9a; font-size: 12px; line-height: 1.65; }

.company { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 95px; padding-top: 150px; padding-bottom: 150px; }
.company-copy > p { max-width: 600px; margin-top: 30px; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cdc8be; border-bottom: 1px solid #cdc8be; }
.stat-grid article { padding: 32px 18px; border-right: 1px solid #cdc8be; }
.stat-grid article:last-child { border-right: 0; }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { color: #5748bb; font-family: Georgia, serif; font-size: clamp(34px,3.4vw,52px); font-style: italic; font-weight: 500; }
.stat-grid span { margin-top: 7px; color: #6f6c68; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.final-cta { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; overflow: hidden; margin-bottom: 24px; padding: clamp(55px,7vw,90px); border-radius: 28px; color: white; background: radial-gradient(circle at 85% 8%, rgba(114,225,195,.45), transparent 23%), radial-gradient(circle at 8% 100%, rgba(255,128,76,.62), transparent 28%), linear-gradient(135deg,#382784,#1e1a60 58%,#0d4750); box-shadow: 0 30px 80px rgba(53,40,116,.25); }
.cta-noise { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at 50% 50%,black,transparent 73%); }
.final-cta > div:not(.cta-noise) { position: relative; z-index: 2; }
.final-cta h2 { max-width: 780px; margin: 22px 0 18px; font-size: clamp(43px,5vw,70px); line-height: .98; letter-spacing: -.06em; }
.final-cta p { max-width: 640px; color: rgba(255,255,255,.72); line-height: 1.65; }
.cta-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.white-button { color: #28213c; background: white; }
.cta-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.cta-location { display: flex; align-items: flex-start; gap: 10px; min-width: 185px; padding-bottom: 7px; color: white; font-size: 11px; font-weight: 750; }
.cta-location small { color: rgba(255,255,255,.6); font-size: 8px; font-weight: 500; }

footer { color: #d9dbe3; background: #0b0e18; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 60px; padding-top: 75px; padding-bottom: 60px; }
.footer-brand { color: white; }
.footer-main > div:first-child p { max-width: 290px; color: #7f8593; font-size: 12px; line-height: 1.65; }
.footer-main > div:not(:first-child) { display: grid; align-content: start; gap: 11px; color: #8d929f; font-size: 11px; }
.footer-main strong { margin-bottom: 8px; color: white; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #696f7e; font-size: 9px; }

.reveal { animation: section-rise linear both; animation-timeline: view(); animation-range: entry 5% cover 27%; }

@keyframes section-rise { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: none; } }

@keyframes hero-breathe { to { transform: scale(1.07) translateX(-.8%); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes preview-enter { from { opacity: 0; transform: translate(70px, 45px); } to { opacity: 1; transform: none; } }
@keyframes float-card { 0%,100% { transform: rotateY(-4deg) rotateX(1deg) translateY(0); } 50% { transform: rotateY(-2deg) rotateX(0) translateY(-10px); } }
@keyframes glow-pulse { to { opacity: .55; transform: scale(1.12); } }
@keyframes orbit-one { to { transform: translate(70px, 35px) scale(1.12); } }
@keyframes orbit-two { to { transform: translate(-45px, -40px) scale(.9); } }
@keyframes bounce { 50% { transform: translateY(4px); } }

@supports not (animation-timeline: view()) {
  .js .reveal { opacity: 0; transform: translateY(30px); animation: none; transition: opacity .65s ease, transform .65s ease; }
  .js .reveal.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .hero-copy { width: 58vw; }
  .product-preview { width: 52vw; }
  .feature-list { grid-template-columns: 1fr; }
  .approach-inner { grid-template-columns: 1fr; gap: 60px; }
  .company { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; padding: 0 20px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 17px; height: 1.5px; background: white; }
  .mobile-menu > div { position: absolute; top: 50px; right: 0; display: grid; min-width: 190px; gap: 3px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(10,13,24,.96); box-shadow: 0 20px 50px rgba(0,0,0,.38); }
  .mobile-menu a { padding: 11px 13px; border-radius: 8px; font-size: 14px; }
  .mobile-menu a:hover { background: rgba(255,255,255,.08); }
  .hero { height: var(--hero-height-tablet); }
  .hero::before, .inner-hero::before, .not-found-hero::before { background-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,10,20,.89), rgba(7,10,20,.8) 48%, rgba(7,10,20,.97) 78%); }
  .hero-inner { height: var(--hero-height-tablet); width: min(calc(100% - 40px), 680px); padding-top: 122px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-copy > p { max-width: 520px; font-size: 17px; }
  .product-preview { right: 0; bottom: 92px; width: 96%; }
  .scroll-cue { display: none; }
  .trust-ribbon > div { flex-wrap: wrap; }
  .focus-intro { padding: 90px 0 70px; }
  .focus-heading, .company { grid-template-columns: 1fr; gap: 28px; }
  .flagship { width: min(100% - 28px, 680px); }
  .flagship-copy { padding: 42px 30px; }
  .flagship-visual { padding: 32px 22px; }
  .dashboard-window { width: 100%; transform: none; }
  .flagship:hover .dashboard-window { transform: translateY(-4px); }
  .approach { padding: 100px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 230px; }
  .company { padding-top: 100px; padding-bottom: 100px; }
  .final-cta { grid-template-columns: 1fr; padding: 48px 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .hero { height: var(--hero-height-mobile); }
  .hero-inner { height: var(--hero-height-mobile); }
  .hero-copy, .hero-actions { max-width: 100%; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: 27px; line-height: 1.1; letter-spacing: 0; }
  .hero h1 em { display: inline; }
  .hero-copy > p { max-width: 100%; font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .product-preview { bottom: 56px; width: 100%; }
  .browser-bar { height: 32px; }
  .trust-ribbon { padding-right: 18px; padding-left: 18px; }
  .trust-ribbon p { max-width: 300px; font-size: 18px; line-height: 1.28; overflow-wrap: break-word; }
  .browser-address { height: 19px; }
  .trust-ribbon i { display: none; }
  .section-shell { width: min(100% - 32px, 600px); }
  .focus-heading h2, .company h2 { font-size: 44px; }
  .focus-heading p, .company-copy > p { font-size: 14px; }
  .flagship { width: min(100% - 20px, 600px); }
  .flagship h2 { font-size: 42px; }
  .flagship-visual { padding: 24px 14px; }
  .card-content { right: 25px; bottom: 28px; left: 25px; }
  .approach h2 { font-size: 46px; }
  .principle-grid article { padding: 28px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid article { border-right: 0; border-bottom: 1px solid #cdc8be; }
  .stat-grid article:last-child { border-bottom: 0; }
  .final-cta { width: min(100% - 20px, 600px); }
  .final-cta h2 { font-size: 43px; }
  .cta-actions { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shared multi-page shell */
.shared-header { z-index: 50; }
.shared-header.is-solid { position: absolute; color: white; background: linear-gradient(180deg, rgba(7,10,19,.68), transparent); backdrop-filter: none; }
.shared-header.is-solid .desktop-nav a { color: rgba(255,255,255,.76); }
.shared-header.is-solid .desktop-nav a:hover { color: white; }
.shared-header.is-solid .header-cta { color: white; border-color: rgba(255,255,255,.26); background: rgba(12,16,32,.32); }
.brand-wordmark { display: block; width: 178px; height: auto; }
.brand-wordmark img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: none; }
.shared-header.is-overlay .brand-wordmark img, .shared-header.is-solid .brand-wordmark img, .site-footer-new .brand-wordmark img { filter: invert(1) grayscale(1) brightness(4); }
.site-footer-new { color: #d9dbe3; background: #0b0e18; }
.site-footer-new .footer-main { padding-top: 75px; }
.site-footer-new .footer-main > div:not(:first-child) { display: grid; align-content: start; gap: 11px; color: #8d929f; font-size: 11px; }
.site-footer-new .footer-main > div:not(:first-child) a { display: inline-flex; align-items: center; gap: 7px; }
.site-footer-new .footer-main > div:not(:first-child) span { line-height: 1.7; }
.footer-address { display: block !important; max-width: 32ch; line-height: 1.7; }
.site-footer-new .footer-bottom a:hover { color: white; }


.inner-page { display: flex; flex-direction: column; min-height: 100vh; background: var(--cream); }
.inner-page > .site-footer-new { margin-top: auto; }
.inner-hero { position: relative; height: max(var(--hero-height), 100vh); min-height: 0; overflow: hidden; color: white; background: #0d1220; isolation: isolate; display: flex; align-items: center; }
.inner-hero::before { position: absolute; z-index: 0; inset: -4%; content: ""; background: url('../assets/niktasoft-hero.webp') center / cover no-repeat; transform: scale(1.025); animation: hero-breathe 16s ease-in-out infinite alternate; }
.inner-hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,10,20,.98) 0%, rgba(7,10,20,.9) 36%, rgba(7,10,20,.38) 68%, rgba(7,10,20,.2) 100%), linear-gradient(0deg, rgba(7,10,20,.5), transparent 26%); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; height: var(--hero-height); min-height: 0; padding-top: 165px; padding-bottom: 180px; }
.inner-hero-copy { animation: rise-in .8s ease both; }
.inner-hero h1 { max-width: 790px; margin: 22px 0 24px; font-size: clamp(55px,6vw,86px); font-weight: 640; line-height: .95; letter-spacing: -.067em; }
.inner-hero h1 em { color: #a99cff; font-family: Georgia,"Times New Roman",serif; font-weight: 500; }
.inner-hero-orange h1 em { color: #ff9665; }
.inner-hero-mint h1 em { color: #77e2c7; }
.inner-hero-copy > p { max-width: 620px; margin: 0; color: #aeb4c2; font-size: 17px; line-height: 1.72; }
.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.inner-hero-image { position: relative; width: 100%; max-width: 720px; margin: 0; justify-self: center; }
.inner-hero-image img { position: relative; z-index: 2; display: block; width: 100%; height: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; box-shadow: 0 36px 90px rgba(0,0,0,.48); transition: transform .4s ease; }
.inner-hero-image:hover img { transform: translateY(-7px); }
.inner-image-glow { position: absolute; z-index: 0; inset: 0; border-radius: 50%; background: radial-gradient(circle,rgba(117,97,255,.36),transparent 68%); filter: blur(18px); }
.inner-hero-image-framed .browser-frame { position: relative; z-index: 2; }
.inner-hero-image-framed .browser-frame img { border: 0; border-radius: 0; box-shadow: none; aspect-ratio: 828 / 518; object-fit: contain; background: #f6f7fb; }
.inner-hero-image-framed:hover .browser-frame img { transform: none; }
.inner-hero.contact-hero { height: auto; min-height: max(var(--hero-height), 100vh); overflow: hidden; }
.contact-hero .inner-hero-grid { grid-template-columns: 1fr; height: auto; min-height: max(var(--hero-height), 100vh); align-items: start; align-content: start; gap: 26px; padding-top: 118px; padding-bottom: 80px; }
.contact-hero .inner-hero-copy { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 36px; }
.contact-hero .inner-hero-copy h1 { margin: 0; font-size: clamp(42px,4.5vw,64px); }
.contact-hero .inner-hero-copy > p { padding-bottom: 4px; }
.contact-hero-forms { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; color: var(--ink); animation: rise-in .8s ease both; }
.contact-hero-forms .contact-form, .contact-hero-forms .contact-aside { background: var(--cream); }
.inner-hero-mark { position: relative; display: grid; width: 330px; height: 330px; place-items: center; justify-self: center; }
.inner-hero-mark span { z-index: 3; display: grid; width: 105px; height: 105px; place-items: center; border: 1px solid rgba(255,255,255,.27); border-radius: 30px; color: white; background: rgba(255,255,255,.08); box-shadow: 0 28px 70px rgba(0,0,0,.3); font-size: 50px; font-weight: 900; backdrop-filter: blur(15px); }
.inner-hero-mark i { position: absolute; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; animation: status-float 7s ease-in-out infinite; }
.inner-hero-mark i:last-child { width: 320px; height: 320px; animation-delay: -3s; }

.inner-section { padding-top: 130px; padding-bottom: 130px; }
.inner-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.inner-heading h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: .98; letter-spacing: -.06em; }
.inner-heading p { max-width: 470px; margin: 0 0 4px; color: #6d6f76; line-height: 1.7; }
.feature-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card-grid.four-up { grid-template-columns: repeat(4,1fr); }
.inner-card { position: relative; min-height: 250px; padding: 31px; border: 1px solid #d8d4ca; border-radius: 19px; background: rgba(255,255,255,.55); box-shadow: 0 15px 35px rgba(35,37,50,.05); transition: transform .25s ease,background .25s ease,box-shadow .25s ease; }
.inner-card:hover { transform: translateY(-6px); background: white; box-shadow: 0 25px 55px rgba(35,37,50,.11); }
.inner-card-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 13px; color: #5746c8; background: #e8e3ff; }
.inner-card h3 { max-width: 260px; margin: 50px 0 12px; font-size: 18px; line-height: 1.2; }
.inner-card p { margin: 0; color: #696b72; font-size: 13px; line-height: 1.65; }

.asset-browser { overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: 17px; background: #f6f7fa; box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.asset-browser-bar { display: flex; height: 38px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #dde0e7; background: #f0f1f4; }
.asset-browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #c7cad2; }
.asset-browser-bar > span:first-child { background: #ff8176; }.asset-browser-bar > span:nth-child(2){background:#f6c55b}.asset-browser-bar > span:nth-child(3){background:#65d58a}
.asset-browser-bar small { margin: auto; color: #858995; font-size: 8px; }
.asset-browser > img { display: block; width: 100%; height: auto; }


.case-study, .fire-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 60px; overflow: hidden; margin-bottom: 130px; padding: 70px; border-radius: 26px; color: white; background: radial-gradient(circle at 10% 90%,rgba(117,97,255,.33),transparent 34%),#111625; }
.case-study-copy h2, .fire-showcase-copy h2 { margin: 20px 0; font-size: clamp(39px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.case-study-copy ul { display: grid; gap: 12px; margin: 25px 0 30px; padding: 0; list-style: none; color: #b4b8c3; font-size: 12px; }
.case-study-copy li { display: flex; align-items: center; gap: 9px; }.case-study-copy li svg{color:var(--mint)}

.story-section { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; padding-top: 135px; padding-bottom: 35px; }
.story-title h2 { margin: 24px 0 0; font-size: clamp(45px,5.3vw,72px); line-height: .98; letter-spacing: -.065em; }.story-title h2 em{color:#7464d4;font-family:Georgia,serif;font-weight:500}
.story-copy { align-self: end; }.story-copy p{margin:0 0 16px;color:#666970;line-height:1.75}.dark-outline-link{display:inline-flex;margin-top:2px;padding-bottom:5px;border-bottom:1px solid #262a36;font-size:12px;font-weight:850}
.company-inner { padding-top: 50px; }

.inner-cta { margin-top: 0; margin-bottom: 24px; }
.inner-cta h2 { max-width: 900px; }

.fire-proof { display: flex; align-items: center; justify-content: center; gap: clamp(16px,3vw,42px); padding-top: 34px; padding-bottom: 34px; color: #74716f; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.fire-proof i { width: 4px; height: 4px; border-radius: 50%; background: #b6b0a8; }
.fire-showcase { margin-bottom: 0; background: radial-gradient(circle at 0 100%,rgba(255,116,60,.34),transparent 34%),#101925; }
.fire-showcase-copy p { color: #aeb4c0; line-height: 1.7; }
.records-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; padding-bottom: 130px; }
.records-copy h2 { margin: 20px 0; font-size: clamp(42px,4.7vw,64px); line-height: .98; letter-spacing: -.06em; }.records-copy>p{color:#686a71;line-height:1.72}
.record-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; color: #494c54; font-size: 11px; font-weight: 750; }.record-points span{display:flex;align-items:center;gap:8px}.record-points svg{color:#1c8d74}
.record-browser { max-height: 610px; overflow: hidden; box-shadow: 0 25px 70px rgba(40,43,54,.16); }.record-browser img{object-position:top}
.important-note { display: grid; grid-template-columns: 180px 1fr; gap: 35px; margin-bottom: 130px; padding: 30px 35px; border: 1px solid #e1c4ae; border-radius: 17px; background: #fff2e7; }.important-note strong{color:#a94e24}.important-note p{margin:0;color:#725f55;line-height:1.65}.important-note p a{color:#a94e24;text-decoration:underline}

.product-tour { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: #f6f7fa; box-shadow: 0 32px 80px rgba(0,0,0,.32); }
.product-tour-media { position: relative; }
.product-tour-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.product-tour-track::-webkit-scrollbar { display: none; }
.product-tour-track:focus-visible { outline: 3px solid #77e2c7; outline-offset: -3px; }
.product-tour-slide { display: grid; min-width: 100%; margin: 0; scroll-snap-align: start; background: #eef2f4; }
.product-tour-slide img { display: block; width: calc(100% - 28px); height: auto; margin: 14px 14px 0; border-radius: 12px; aspect-ratio: 3 / 2; object-fit: contain; background: #eef2f4; }
.product-tour-slide-pdf img { padding: 18px; background: #f4f1ea; }
.product-tour-slide figcaption { display: grid; gap: 4px; min-height: 74px; padding: 14px 18px 16px; color: #4f535d; background: white; font-size: 12px; line-height: 1.5; }
.product-tour-slide figcaption strong { color: #171c29; font-size: 13px; line-height: 1.2; }
.product-tour-controls { position: absolute; top: 14px; right: 14px; left: 14px; display: flex; aspect-ratio: 3 / 2; align-items: center; justify-content: space-between; gap: 14px; padding: 0 12px; pointer-events: none; }
.product-tour-footer { display: grid; justify-items: center; gap: 11px; padding: 13px 14px 15px; border-top: 1px solid #dde0e7; background: #f0f1f4; }
.tour-button { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(11,14,24,.76); font: inherit; cursor: pointer; pointer-events: auto; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.tour-button svg { width: 20px; height: 20px; }
.tour-button:disabled { cursor: not-allowed; opacity: .42; }
.tour-button:focus-visible, .product-tour-indicators button:focus-visible { outline: 3px solid #77e2c7; outline-offset: 2px; }
.product-tour-status { color: #59606c; font-size: 11px; font-weight: 800; }
.product-tour-indicators { display: flex; justify-content: center; gap: 8px; }
.product-tour-indicators button { width: 10px; height: 10px; padding: 0; border: 1px solid #8f97a7; border-radius: 50%; background: white; cursor: pointer; }
.product-tour-indicators button[aria-current="true"] { border-color: #13816d; background: #13816d; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }

.audience-section { padding-top: 120px; }
.audience-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { overflow: hidden; border: 1px solid #d8d4ca; border-radius: 18px; background: rgba(255,255,255,.62); box-shadow: 0 18px 45px rgba(35,37,50,.06); transition: transform .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(35,37,50,.12); }
.audience-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: #e8e6df; }
.audience-card div { padding: 24px; }
.audience-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.2; }
.audience-card p { margin: 0; color: #696b72; font-size: 13px; line-height: 1.65; }
.faq-section { padding-top: 110px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-item { border: 1px solid #d8d4ca; border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: 0 16px 40px rgba(35,37,50,.05); }
.faq-item summary { position: relative; padding: 22px 56px 22px 24px; color: #171c29; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 17px; right: 20px; content: "+"; color: #13816d; font-size: 28px; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin: 0; padding: 0 24px 24px; color: #696b72; font-size: 14px; line-height: 1.7; }
.faq-item summary:focus-visible { outline: 3px solid #13816d; outline-offset: 3px; border-radius: 14px; }

.demo-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 26px; padding-top: 125px; padding-bottom: 125px; }
.video-shell { overflow: hidden; border-radius: 20px; background: #0b0f19; box-shadow: 0 30px 80px rgba(25,28,43,.2); }
.video-top { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 13px; background: #171c29; }.video-top span{width:7px;height:7px;border-radius:50%;background:#697080}.video-top small{margin:auto;color:#8e95a4;font-size:8px}.video-shell iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
.demo-list { padding: 34px; border: 1px solid #d7d3ca; border-radius: 20px; background: rgba(255,255,255,.58); }.demo-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:white;background:#6d58e8}.demo-list h2{margin:28px 0 24px;font-size:28px}.demo-list>div{display:flex;align-items:center;gap:9px;margin:13px 0;color:#5f626b;font-size:12px}.demo-list>div svg{color:#16816c}.demo-list .dark-outline-link{margin-top:24px}

.contact-form, .contact-aside { padding: 45px; border: 1px solid #d8d4cb; border-radius: 22px; background: rgba(255,255,255,.62); box-shadow: 0 18px 50px rgba(35,37,50,.06); }
.contact-form h2, .contact-aside h2 { margin: 17px 0 30px; font-size: 38px; letter-spacing: -.045em; }
.contact-form { display: grid; gap: 20px; }.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:7px}.contact-form label>span{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:13px 14px;border:1px solid #cbc7bf;border-radius:10px;color:#171b27;background:#fbfaf7;font:inherit}.contact-form textarea{resize:vertical}.contact-form button{width:max-content;border:0;cursor:pointer}.contact-form>small{color:#7b7b80;font-size:9px}
.contact-hero-forms .contact-form, .contact-hero-forms .contact-aside { padding: 34px; }
.contact-hero-forms .contact-form h2, .contact-hero-forms .contact-aside h2 { margin: 0 0 24px; font-size: 34px; }
.contact-hero-forms .contact-form { gap: 16px; }
.contact-hero-forms .contact-form textarea { min-height: 112px; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.form-status { display: none; margin: 0; padding: 11px 13px; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.form-status.is-sending, .form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-sending { color: #425066; background: #edf1f5; }
.form-status.is-success { color: #155f4e; background: #ddf6ed; }
.form-status.is-error { color: #8a3029; background: #ffe5e1; }
.form-status:focus { outline: 3px solid rgba(19,129,109,.35); outline-offset: 2px; }
.contact-checks { display: grid; gap: 12px; padding-bottom: 28px; border-bottom: 1px solid #d8d4cb; }.contact-checks span{display:flex;align-items:center;gap:9px;color:#5e6169;font-size:12px}.contact-checks svg{color:#18836e}
.contact-direct { display: grid; gap: 12px; margin-top: 27px; }.contact-direct>a,.contact-direct>div{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:12px;color:#3d414a;background:#f1eee7;font-size:12px}.contact-direct small{display:block;margin-bottom:4px;color:#8b8782;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}

.legal-content { display: grid; grid-template-columns: 240px 1fr; gap: 90px; padding-top: 120px; padding-bottom: 140px; }
.legal-index { position: sticky; top: 30px; display: grid; align-self: start; gap: 12px; padding: 25px; border: 1px solid #d8d4cb; border-radius: 16px; background: rgba(255,255,255,.55); color:#63666e;font-size:11px}.legal-index span{color:#8d8983;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.legal-index strong{margin-bottom:10px;color:#242936}.legal-index a:hover{color:#5d4fd0}
.legal-body { max-width: 780px; }.legal-body section{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #d7d3ca}.legal-body section:last-child{border-bottom:0}.legal-body h2{margin:18px 0 23px;font-size:42px;letter-spacing:-.045em}.legal-body h3{margin:32px 0 10px;font-size:20px}.legal-body p,.legal-body li{color:#60636b;line-height:1.78}.legal-body ul{display:grid;gap:8px;padding-left:20px}.legal-body a{color:#5748bb;text-decoration:underline;text-underline-offset:3px}

.product-legal-content .legal-body h3 { margin: 0 0 8px; font-size: 16px; letter-spacing: -.02em; }
.legal-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.legal-card-grid > div { padding: 18px; border: 1px solid #d8d4cb; border-radius: 14px; background: rgba(255,255,255,.62); }
.legal-card-grid p { margin: 0; font-size: 13px; line-height: 1.65; }
.legal-card-grid.compact { grid-template-columns: 1fr 1fr; }
.legal-card-grid.compact > div { padding: 14px 16px; background: #eefaf6; border-color: #cce9df; }
.legal-card-grid.compact h3 { color: #1d604f; font-size: 14px; }
.legal-warning { border-color: #edc1a3 !important; background: #fff2e7 !important; }
.legal-warning h3 { color: #a94e24; }
.legal-alert { padding: 16px 18px; border: 1px solid #edc1a3; border-radius: 14px; color: #7d3d20 !important; background: #fff2e7; font-weight: 700; }
.legal-body ol { display: grid; gap: 10px; padding-left: 22px; }

.guide-content { max-width: 900px; padding-top: 115px; padding-bottom: 125px; }
.guide-content section { padding-bottom: 46px; margin-bottom: 46px; border-bottom: 1px solid #d7d3ca; }
.guide-content section:last-child { border-bottom: 0; margin-bottom: 0; }
.guide-content h2 { margin: 18px 0 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.guide-content p, .guide-content li { color: #60636b; line-height: 1.78; }
.guide-content ul { display: grid; gap: 8px; padding-left: 20px; }
.guide-content a { color: #5748bb; text-decoration: underline; text-underline-offset: 3px; }
.comparison-table-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid #d8d4cb; border-radius: 14px; background: #fbfaf6; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid #ded9cf; text-align: left; vertical-align: top; line-height: 1.55; }
.comparison-table th { color: #242936; background: #eeeae2; font-size: 12px; }
.comparison-table td { color: #60636b; font-size: 13px; }
.comparison-table tr:last-child td { border-bottom: 0; }

.not-found-hero { position: relative; width: 100%; max-width: none; height: max(var(--hero-height), 100vh); min-height: 0; overflow: hidden; margin: 0; padding: 165px max(24px, calc((100vw - 1240px) / 2)) 180px; color: white; background: #0d1220; isolation: isolate; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }.not-found-hero::before{position:absolute;z-index:0;inset:-4%;content:"";background:url('../assets/niktasoft-hero.webp') center / cover no-repeat;transform:scale(1.025);animation:hero-breathe 16s ease-in-out infinite alternate}.not-found-hero::after{position:absolute;z-index:1;inset:0;content:"";background:linear-gradient(90deg,rgba(7,10,20,.98) 0%,rgba(7,10,20,.9) 42%,rgba(7,10,20,.36) 100%),linear-gradient(0deg,rgba(7,10,20,.5),transparent 26%)}.not-found-code{position:absolute;z-index:2;right:max(24px,calc((100vw - 1240px) / 2));top:95px;color:rgba(255,255,255,.16);font-family:Georgia,serif;font-size:240px;font-style:italic;line-height:1}.not-found-icon{position:relative;z-index:2;display:grid;width:50px;height:50px;place-items:center;border-radius:15px;color:#5d4dce;background:#e7e2ff}.not-found-hero h1{position:relative;z-index:2;max-width:820px;margin:28px 0 20px;font-size:clamp(60px,8vw,110px);line-height:.9;letter-spacing:-.07em}.not-found-hero h1 em{color:#7664d7;font-family:Georgia,serif;font-weight:500}.not-found-hero p{position:relative;z-index:2;max-width:520px;margin-bottom:28px;color:#c2c6d1;font-size:17px}.not-found-hero .button{position:relative;z-index:2}.popular-links{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;margin-top:90px;margin-bottom:130px;border:1px solid #d6d2c8;border-radius:18px;background:#d6d2c8}.popular-links a{display:grid;gap:9px;padding:28px;background:#f8f6f0}.popular-links a:hover{background:white}.popular-links strong{font-size:15px}.popular-links span{color:#6d6f75;font-size:11px;line-height:1.55}

@media (max-width: 1050px) {
  .inner-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-hero-forms { grid-template-columns: 1fr; }
  .contact-hero .inner-hero-copy { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .contact-hero .inner-hero-grid { gap: 20px; padding-top: 110px; padding-bottom: 56px; }
  .inner-hero-image { max-width: 760px; }
  .feature-card-grid.four-up { grid-template-columns: 1fr 1fr; }
  .case-study, .fire-showcase, .records-section { grid-template-columns: 1fr; }
  .audience-card-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .demo-section { grid-template-columns: 1fr; }
  .legal-content { grid-template-columns: 190px 1fr; gap: 50px; }
  .legal-card-grid { grid-template-columns: 1fr; }
  .popular-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .shared-header.is-solid { height: 72px; }
  .shared-header.is-solid .mobile-menu summary span { background: white; }
  .shared-header.is-solid .mobile-menu > div { background: rgba(10,13,24,.96); }
  .shared-header.is-solid .mobile-menu a { color: white; }
  .brand-wordmark { width: 145px; }
  .inner-hero { height: var(--hero-height-tablet); }
  .inner-hero-grid { height: var(--hero-height-tablet); padding-top: 122px; padding-bottom: 180px; }
  .inner-hero.contact-hero, .contact-hero .inner-hero-grid { min-height: var(--hero-height-tablet); }
  .inner-hero h1 { font-size: clamp(48px,12vw,68px); }
  .inner-hero-mark { display: none; }
  .inner-heading, .story-section { grid-template-columns: 1fr; gap: 28px; }
  .feature-card-grid { grid-template-columns: 1fr; }
  .feature-card-grid.four-up { grid-template-columns: 1fr 1fr; }
  .audience-card-grid { grid-template-columns: 1fr; }
  .case-study, .fire-showcase { padding: 42px 28px; }
  .records-section { gap: 40px; }
  .important-note { grid-template-columns: 1fr; gap: 8px; }
  .contact-form, .contact-aside { padding: 32px 25px; }
  .legal-content { grid-template-columns: 1fr; padding-top: 80px; }
  .legal-index { position: static; grid-template-columns: repeat(2,1fr); }
  .not-found-code { font-size: 150px; }
  .popular-links { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .inner-hero-grid { width: min(calc(100% - 32px), 600px); }
  .inner-hero, .not-found-hero { height: var(--hero-height-mobile); }
  .inner-hero-grid { height: var(--hero-height-mobile); }
  .inner-hero.contact-hero, .contact-hero .inner-hero-grid { min-height: var(--hero-height-mobile); }
  .inner-hero-copy, .inner-hero-actions { width: 100%; max-width: 100%; min-width: 0; }
  .inner-hero h1 { max-width: 100%; font-size: 29px; line-height: 1.08; letter-spacing: 0; overflow-wrap: break-word; }.inner-hero h1 em{display:inline}
  .inner-hero-copy>p { max-width: 100%; font-size: 15px; overflow-wrap: break-word; }
  .inner-hero-image { max-width: 100%; }
  .inner-hero-actions { display: grid; }.inner-hero-actions .button{width:100%}
  .inner-section { padding-top: 90px; padding-bottom: 90px; }
  .inner-heading h2 { font-size: 42px; }
  .feature-card-grid.four-up { grid-template-columns: 1fr; }
  .catalog-image { height: 225px; }
  .product-tour-slide img { width: calc(100% - 20px); margin: 10px 10px 0; border-radius: 10px; }
  .product-tour-controls { top: 10px; right: 10px; left: 10px; padding: 0 8px; }
  .tour-button { width: 38px; height: 38px; }
  .product-tour-slide figcaption { min-height: 86px; font-size: 11px; }
  .case-study-copy h2, .fire-showcase-copy h2, .records-copy h2 { font-size: 42px; }
  .record-points { grid-template-columns: 1fr; }
  .fire-proof { flex-wrap: wrap; }.fire-proof i{display:none}
  .field-row { grid-template-columns: 1fr; }
  .contact-form h2,.contact-aside h2{font-size:32px}
  .contact-hero .inner-hero-grid { width: min(100% - 24px, 600px); gap: 16px; padding-top: 92px; padding-bottom: 36px; }
  .contact-hero .inner-hero-copy > p { font-size: 14px; line-height: 1.5; }
  .contact-hero-forms .contact-form, .contact-hero-forms .contact-aside { padding: 24px 20px; }
  .contact-hero-forms .contact-form h2, .contact-hero-forms .contact-aside h2 { margin-bottom: 18px; font-size: 28px; }
  .legal-index { grid-template-columns: 1fr; }
  .legal-body h2 { font-size: 34px; }
  .not-found-code { top: 20px; font-size: 110px; }
  .not-found-hero h1 { font-size: 61px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-tour-track { scroll-behavior: auto; }
}

