@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --navy: #07111f;
  --navy-2: #0b192a;
  --navy-3: #10243a;
  --blue: #2f7df6;
  --blue-bright: #4c94ff;
  --cyan: #34d6d0;
  --ink: #122033;
  --muted: #627086;
  --line: #dde5ef;
  --surface: #f4f7fb;
  --white: #fff;
  --shadow: 0 20px 55px rgba(17, 40, 70, .12);
  --radius: 22px;
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: #fff; color: #000; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.section-padding { padding: 110px 0; }
.bg-surface { background: var(--surface); }
.section-kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-bottom: 1rem; color: var(--blue); font-size: .76rem;
  font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-kicker.light { color: #7caeff; }
.section-title { margin: 0; max-width: 760px; font: 700 clamp(2rem, 4vw, 3.45rem)/1.08 "Space Grotesk", sans-serif; letter-spacing: -.045em; }
.section-intro { color: var(--muted); font-size: 1.07rem; }
.section-heading { max-width: 760px; }

/* Navigation */
.navbar { padding: 18px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.navbar.scrolled { padding: 10px 0; background: rgba(7,17,31,.96); box-shadow: 0 8px 28px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.navbar-brand { font-family: "Space Grotesk", sans-serif; font-size: 1rem; letter-spacing: -.02em; }
.navbar-brand strong { color: #71a9ff; font-weight: 600; }
.site-logo { display: block; width: 245px; height: auto; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: var(--cyan); background: rgba(255,255,255,.06); font-size: 1.08rem; }
.navbar .nav-link { color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 600; padding: .55rem .75rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff; }
.nav-cta { padding: .62rem 1rem; }
.navbar-toggler { border: 0; box-shadow: none !important; }

/* Hero */
.hero-section { position: relative; min-height: 780px; height: 100vh; max-height: 980px; color: #fff; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,12,23,.98) 0%, rgba(4,12,23,.9) 42%, rgba(4,12,23,.34) 76%, rgba(4,12,23,.4) 100%), linear-gradient(0deg, rgba(4,12,23,.7), transparent 40%), url("https://images.unsplash.com/photo-1695668548342-c0c1ad479aee?auto=format&fit=crop&q=84&w=2200"); background-size: cover; background-position: center; transform: scale(1.02); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; padding: .45rem .78rem; border: 1px solid rgba(255,255,255,.17); border-radius: 99px; background: rgba(255,255,255,.06); color: #d7e6fc; font-size: .76rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; backdrop-filter: blur(8px); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(52,214,208,.12); }
.hero-section h1 { max-width: 800px; margin: 0; font: 700 clamp(3rem, 7vw, 6.2rem)/.96 "Space Grotesk", sans-serif; letter-spacing: -.065em; }
.hero-section h1 span { color: var(--cyan); }
.hero-lead { max-width: 730px; margin-top: 1.6rem; color: #bccbe0; font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.65; }
.btn { border-radius: 10px; font-weight: 700; }
.btn-lg { padding: .9rem 1.35rem; font-size: .96rem; }
.btn-primary { --bs-btn-bg: var(--blue); --bs-btn-border-color: var(--blue); --bs-btn-hover-bg: #1e6ce6; --bs-btn-hover-border-color: #1e6ce6; box-shadow: 0 10px 24px rgba(47,125,246,.22); }
.btn-outline-light { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.38); --bs-btn-hover-bg: rgba(255,255,255,.1); --bs-btn-hover-color: #fff; --bs-btn-hover-border-color: #fff; }
.hero-points { max-width: 750px; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); }
.hero-points > div { display: flex; align-items: center; gap: .75rem; color: #ccd8e9; font-size: .78rem; font-weight: 600; line-height: 1.45; }
.hero-points i { font-size: 1.3rem; color: var(--cyan); }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; text-decoration: none; transform: translateX(-50%); animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,7px); } }

/* Services */
.service-card { position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -45px; top: -45px; border-radius: 50%; background: rgba(47,125,246,.07); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #bdd3f5; box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.4); }
.featured-card { color: #eaf3ff; border-color: #19395c; background: linear-gradient(145deg, #0d2035, #0a1727); }
.featured-card p { color: #9fb0c4 !important; }
.featured-card .tag-list span { color: #cce0f8; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 14px; color: var(--blue); background: #edf4ff; font-size: 1.3rem; }
.featured-card .service-icon { color: var(--cyan); background: rgba(52,214,208,.1); }
.service-card h3 { margin-bottom: .75rem; font: 600 1.22rem/1.3 "Space Grotesk", sans-serif; }
.service-card p { color: var(--muted); font-size: .91rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .42rem; margin-top: 1.15rem; }
.tag-list span { padding: .26rem .54rem; border: 1px solid #e0e7f0; border-radius: 7px; background: #f7f9fc; color: #556277; font-size: .68rem; font-weight: 700; }

/* Platforms */
.platforms-section { overflow: hidden; }
.photo-frame { position: relative; padding: 14px; border: 1px solid var(--line); border-radius: 30px; background: #f6f9fd; box-shadow: var(--shadow); }
.photo-frame::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 220px; left: -65px; bottom: -65px; border-radius: 50%; background: rgba(52,214,208,.18); filter: blur(8px); }
.photo-frame img { display: block; width: 100%; height: 580px; object-fit: cover; object-position: center; border-radius: 20px; }
.photo-status { position: absolute; left: 35px; right: 35px; bottom: 35px; display: grid; grid-template-columns: auto 1fr; column-gap: .75rem; padding: 1rem; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; color: #fff; background: rgba(5,14,26,.78); backdrop-filter: blur(14px); }
.photo-status .pulse-ring { grid-row: span 2; align-self: center; width: 11px; height: 11px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(52,214,208,.15); }
.photo-status strong { font-size: .84rem; }
.photo-status small { color: #a9b9cd; font-size: .7rem; }
.platform-groups { border-top: 1px solid var(--line); }
.platform-row { display: grid; grid-template-columns: 150px 1fr; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.platform-row strong { color: var(--ink); }
.platform-row span { color: var(--muted); }

/* Filtered catalogs */
.technology-section { background: #fff; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; margin: 2rem 0 1rem; padding: .7rem; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.catalog-filter { display: flex; flex-wrap: wrap; gap: .42rem; }
.catalog-filter .nav-link { padding: .62rem .85rem; border: 1px solid transparent; border-radius: 9px; color: #657288; background: transparent; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.catalog-filter .nav-link:hover { color: var(--blue); border-color: #d4e2f6; background: #fff; }
.catalog-filter .nav-link.active { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 18px rgba(47,125,246,.2); }
.catalog-filter .nav-link i { margin-right: .4rem; }
.catalog-filter-large { margin: 2rem 0 2.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.catalog-filter-large .nav-link { padding: .72rem 1rem; }
.catalog-search { position: relative; flex: 0 0 245px; }
.catalog-search i { position: absolute; z-index: 2; left: 14px; top: 50%; color: #8592a4; transform: translateY(-50%); }
.catalog-search .form-control { padding-left: 2.3rem; min-height: 42px; background: #fff; }
.catalog-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .72rem; }
.catalog-results-bar strong { color: var(--ink); }
.tech-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.tech-card:hover { transform: translateY(-5px); border-color: #c5d9f5; box-shadow: 0 18px 44px rgba(17,40,70,.1); }
.tech-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; }
.tech-logo { width: 60px; height: 60px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #e3e9f1; border-radius: 15px; background: #f9fbfd; }
.tech-logo img { width: 36px; height: 36px; object-fit: contain; }
.tech-logo-fallback { color: var(--blue); font-size: 1.45rem; }
.tech-category, .offer-category { display: block; margin-bottom: .25rem; color: var(--blue); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tech-head h3 { margin: 0; font: 600 1.05rem/1.25 "Space Grotesk", sans-serif; }
.tech-card > p { min-height: 68px; margin-bottom: 1rem; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.tradeoff { display: grid; grid-template-columns: 18px 1fr; gap: .6rem; padding: .72rem; border-radius: 10px; font-size: .68rem; line-height: 1.45; }
.tradeoff + .tradeoff { margin-top: .55rem; }
.tradeoff i { margin-top: .08rem; }
.tradeoff span, .tradeoff strong { display: block; }
.tradeoff strong { margin-bottom: .15rem; color: var(--ink); font-size: .64rem; }
.tradeoff-plus { color: #426f60; background: #effaf6; }
.tradeoff-plus i { color: #24a77c; }
.tradeoff-minus { color: #7e6467; background: #fff5f4; }
.tradeoff-minus i { color: #dc6a64; }

.catalog-section { overflow: hidden; }
.offer-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(17,40,70,.06); transition: transform .22s ease, box-shadow .22s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-media { position: relative; height: 230px; overflow: hidden; background: #0b192a; }
.offer-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,14,26,.58), transparent 58%); pointer-events: none; }
.offer-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.offer-card:hover .offer-media img { transform: scale(1.035); }
.offer-icon { position: absolute; z-index: 2; left: 22px; bottom: 18px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; color: var(--cyan); background: rgba(6,16,29,.82); backdrop-filter: blur(10px); font-size: 1.15rem; }
.solution-label { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding: .42rem .7rem; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: #fff; background: rgba(6,16,29,.82); backdrop-filter: blur(10px); font-size: .67rem; font-weight: 800; }
.offer-content { padding: 27px; }
.offer-content h3 { margin: 0 0 .7rem; font: 600 1.3rem/1.3 "Space Grotesk", sans-serif; }
.offer-content > p { min-height: 52px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.offer-tradeoffs { display: grid; grid-template-columns: 1.4fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.offer-list { padding: .85rem; border-radius: 11px; }
.offer-list > strong { display: block; margin-bottom: .42rem; font-size: .7rem; }
.offer-list > strong i { margin-right: .3rem; }
.offer-list ul { display: grid; gap: .28rem; margin: 0; padding-left: 1rem; color: #627086; font-size: .67rem; line-height: 1.45; }
.plus-list { background: #effaf6; }
.plus-list > strong { color: #16815e; }
.minus-list { background: #fff5f4; }
.minus-list > strong { color: #b65352; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; margin-top: 1rem; border: 1px solid var(--line); border-radius: 11px; background: #f8fafc; }
.price-grid > div { padding: .75rem .8rem; border-right: 1px solid var(--line); }
.price-grid > div:last-child { border-right: 0; }
.price-grid span, .price-grid strong { display: block; }
.price-grid span { color: #8491a3; font-size: .59rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price-grid strong { margin-top: .16rem; color: var(--ink); font-size: .78rem; }
.offer-link { display: flex; align-items: center; justify-content: space-between; margin-top: 1.1rem; color: var(--blue); font-size: .75rem; font-weight: 800; text-decoration: none; }
.offer-link i { transition: transform .2s ease; }
.offer-link:hover i { transform: translateX(4px); }
.pricing-note { display: flex; align-items: flex-start; gap: .85rem; margin-top: 2rem; padding: 1rem 1.15rem; border: 1px solid #d9e5f4; border-radius: 12px; color: #657389; background: #eef5ff; font-size: .72rem; }
.pricing-note i { flex: 0 0 auto; color: var(--blue); font-size: 1rem; }
.pricing-note strong { color: var(--ink); }

.solutions-section { background: #fff; }
.solution-card { border-color: #d9e3ee; }
.solutions-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2.25rem; padding: 1.5rem; border-radius: 16px; color: #fff; background: linear-gradient(120deg, #0c1e32, #123457); }
.solutions-cta strong, .solutions-cta span { display: block; }
.solutions-cta strong { font: 600 1.05rem "Space Grotesk", sans-serif; }
.solutions-cta span { margin-top: .25rem; color: #aebed0; font-size: .75rem; }

/* Scaling */
.scaling-section { color: #fff; background: var(--navy); }
.scaling-section .section-intro { color: #9dafc4; }
.scale-card { padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.vertical-card { background-image: radial-gradient(circle at 95% 5%, rgba(47,125,246,.18), transparent 42%); }
.horizontal-card { background-image: radial-gradient(circle at 95% 5%, rgba(52,214,208,.16), transparent 42%); }
.scale-heading { display: flex; gap: 1.1rem; align-items: flex-start; }
.scale-heading > span { color: #6184ac; font: 600 .78rem "Space Grotesk"; }
.scale-heading h3 { margin: 0; font: 600 1.45rem "Space Grotesk"; }
.scale-heading p { margin: .25rem 0 0; color: #8fa3ba; font-size: .86rem; }
.server-stack { display: grid; gap: .5rem; margin: 2rem 0; }
.server-stack div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: #0f2238; }
.server-stack i { color: #7caeff; }
.server-stack span { color: #c8d6e7; font-size: .77rem; font-weight: 700; }
.server-stack b { color: var(--cyan); }
.cluster-map { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: end; min-height: 145px; margin: 2rem 0; padding-top: 64px; }
.cluster-main { position: absolute; top: 0; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--cyan); background: rgba(52,214,208,.1); border: 1px solid rgba(52,214,208,.3); transform: translateX(-50%); }
.cluster-main::after { content: ""; position: absolute; left: 50%; top: 100%; width: 2px; height: 25px; background: #33516e; }
.cluster-node { position: relative; display: grid; place-items: center; height: 68px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #a6c9ff; background: #0f2238; font-size: .75rem; font-weight: 800; }
.cluster-node::before { content: ""; position: absolute; bottom: 100%; left: 50%; width: 2px; height: 25px; background: #33516e; }
.check-list { display: grid; gap: .65rem; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.65rem; color: #aebed0; font-size: .84rem; }
.check-list li::before { content: "\F26E"; position: absolute; left: 0; top: .05rem; color: var(--cyan); font-family: "bootstrap-icons"; }

/* Continuity */
.continuity-section { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--surface); }
.continuity-image { position: absolute; inset: 0 41% 0 0; background-image: linear-gradient(90deg, transparent 70%, var(--surface) 100%), url("https://images.unsplash.com/photo-1782094673136-5198a372980c?auto=format&fit=crop&q=82&w=1500"); background-size: cover; background-position: center; }
.continuity-panel { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.continuity-panel > p { margin-top: 1.35rem; color: var(--muted); }
.mini-feature { display: flex; gap: .85rem; padding: .9rem; height: 100%; border: 1px solid #e6ebf2; border-radius: 12px; background: #f9fbfd; }
.mini-feature i { flex: 0 0 auto; color: var(--blue); font-size: 1.15rem; }
.mini-feature strong, .mini-feature span { display: block; }
.mini-feature strong { margin-bottom: .2rem; font-size: .8rem; }
.mini-feature span { color: var(--muted); font-size: .71rem; line-height: 1.45; }

/* Process */
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.process-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 45px; height: 1px; background: var(--line); }
.process-step { position: relative; padding: 0 .65rem; text-align: center; }
.process-step > span { position: absolute; top: -8px; right: 10%; color: #c5d0de; font: 600 .67rem "Space Grotesk"; }
.process-step > i { position: relative; z-index: 1; width: 90px; height: 90px; display: grid; place-items: center; margin: 0 auto 1.3rem; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: #fff; box-shadow: 0 10px 24px rgba(24,57,93,.08); font-size: 1.35rem; }
.process-step h3 { font: 600 1rem "Space Grotesk"; }
.process-step p { color: var(--muted); font-size: .77rem; line-height: 1.55; }

/* Cases + FAQ */
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link:hover i { transform: translateX(4px); }
.text-link i { transition: transform .2s ease; }
.case-item { display: flex; gap: 1rem; height: 100%; padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.case-item i { flex: 0 0 auto; color: var(--blue); font-size: 1.2rem; }
.case-item strong, .case-item span { display: block; }
.case-item strong { color: var(--ink); margin-bottom: .2rem; font-size: .84rem; }
.case-item span { color: var(--muted); font-size: .74rem; line-height: 1.5; }
.accordion-item { border-color: var(--line); }
.accordion-button { padding: 1.45rem .25rem; color: var(--ink); font-weight: 700; background: #fff !important; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--blue); }
.accordion-body { padding: 0 .25rem 1.5rem; color: var(--muted); font-size: .92rem; }

/* Contact */
.contact-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #07111f 0%, #0d223a 100%); }
.contact-grid { mask-image: none; opacity: .08; }
.contact-lead { max-width: 500px; color: #aebdd0; font-size: 1.05rem; }
.contact-notes { display: grid; gap: 1.3rem; margin-top: 2.2rem; }
.contact-notes > div { display: flex; gap: 1rem; }
.contact-notes i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: var(--cyan); background: rgba(52,214,208,.1); }
.contact-notes strong, .contact-notes span { display: block; }
.contact-notes strong { color: #fff; font-size: .85rem; }
.contact-notes span { color: #91a4bb; font-size: .75rem; }
.contact-card { padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-label { margin-bottom: .4rem; color: #2e3c50; font-size: .76rem; font-weight: 800; }
.form-label span, .form-check-label span { color: #d63d4d; }
.form-control, .form-select { min-height: 48px; border-color: #d7e0ea; border-radius: 9px; color: var(--ink); font-size: .86rem; background-color: #fbfcfe; }
.form-control:focus, .form-select:focus { border-color: var(--blue); background-color: #fff; box-shadow: 0 0 0 .22rem rgba(47,125,246,.12); }
textarea.form-control { min-height: 142px; resize: vertical; }
.form-check-label { color: var(--muted); font-size: .75rem; }
.form-check-input:checked { background-color: var(--blue); border-color: var(--blue); }
.form-privacy { color: #728096; font-size: .68rem; }
.form-privacy i { color: #2aaf81; }
.submit-btn { min-width: 165px; }

/* Footer */
.site-footer { padding: 44px 0 28px; color: #8595aa; background: #040b14; }
.footer-brand { display: inline-flex; align-items: center; gap: .55rem; color: #fff; font-family: "Space Grotesk"; text-decoration: none; }
.footer-brand img { width: 235px; height: auto; }
.footer-brand i { color: var(--cyan); }
.footer-brand strong { color: #71a9ff; font-weight: 600; }
.site-footer p { margin: .35rem 0 0; font-size: .75rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: #aab7c8; font-size: .75rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.site-footer small { font-size: .7rem; }
.photo-credits { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #59697d; font-size: .63rem; }
.photo-credits a { color: #78899e; }
.back-to-top { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: rgba(7,17,31,.92); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal-ready .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
  .hero-section { min-height: 720px; }
  .process-line { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .process-line::before { display: none; }
}
@media (max-width: 991.98px) {
  .section-padding { padding: 82px 0; }
  .navbar { background: rgba(7,17,31,.96); padding: 10px 0; }
  .navbar-collapse { padding: 1rem 0 .4rem; }
  .site-logo { width: 225px; }
  .navbar .nav-link { padding: .7rem .25rem !important; }
  .nav-cta { display: block; margin-top: .5rem; text-align: center; }
  .hero-section { height: auto; min-height: 760px; padding: 130px 0 90px; }
  .hero-media { background-position: 62% center; }
  .photo-frame img { height: 520px; }
  .continuity-section { min-height: auto; padding-top: 420px; }
  .continuity-image { inset: 0 0 auto; height: 520px; background-image: linear-gradient(0deg, var(--surface), transparent 42%), url("https://images.unsplash.com/photo-1782094673136-5198a372980c?auto=format&fit=crop&q=82&w=1500"); }
  .continuity-panel { margin-top: 0; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { flex-basis: auto; width: 100%; }
}
@media (max-width: 767.98px) {
  .section-padding { padding: 68px 0; }
  .navbar-brand { font-size: .86rem; max-width: calc(100% - 58px); }
  .site-logo { width: 205px; max-width: 100%; }
  .brand-mark { width: 32px; height: 32px; }
  .hero-section { min-height: 720px; padding-top: 110px; }
  .hero-media { background-image: linear-gradient(90deg, rgba(4,12,23,.96), rgba(4,12,23,.72)), url("https://images.unsplash.com/photo-1695668548342-c0c1ad479aee?auto=format&fit=crop&q=80&w=1000"); }
  .hero-section h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-points { display: none; }
  .scroll-cue { display: none; }
  .service-card { padding: 24px; }
  .photo-frame img { height: 430px; }
  .platform-row { grid-template-columns: 1fr; gap: .3rem; }
  .process-line { grid-template-columns: repeat(2, 1fr); }
  .process-step { padding: 0 .25rem; }
  .continuity-section { padding-top: 330px; }
  .continuity-image { height: 400px; }
  .catalog-filter { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .3rem; scrollbar-width: thin; }
  .catalog-filter-large { margin-bottom: 1.5rem; }
  .catalog-results-bar { align-items: flex-start; flex-direction: column; }
  .offer-media { height: 210px; }
  .offer-tradeoffs { grid-template-columns: 1fr; }
  .solutions-cta { align-items: stretch; flex-direction: column; }
}
@media (max-width: 575.98px) {
  .hero-section { min-height: 690px; }
  .eyebrow { font-size: .62rem; }
  .hero-lead { font-size: 1rem; }
  .section-title { font-size: 2.1rem; }
  .photo-frame { padding: 9px; border-radius: 22px; }
  .photo-frame img { height: 360px; border-radius: 15px; }
  .photo-status { left: 22px; right: 22px; bottom: 22px; }
  .scale-card { padding: 24px; }
  .process-line { grid-template-columns: 1fr; }
  .process-step { max-width: 300px; margin: 0 auto; }
  .continuity-panel { padding: 26px 20px; }
  .contact-card { padding: 24px 18px; }
  .tech-card { padding: 21px; }
  .tech-card > p { min-height: 0; }
  .offer-content { padding: 22px 18px; }
  .offer-content > p { min-height: 0; }
  .price-grid > div { padding: .65rem .55rem; }
  .price-grid strong { font-size: .7rem; }
  .footer-links { gap: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
}
