@import './sumasearch.css';
@import './mywebnet.css';

:root {
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --background: #f5f7fb;
  --foreground: #07152f;
  --card: #ffffff;
  --card-foreground: #07152f;
  --primary: #075cff;
  --primary-foreground: #ffffff;
  --secondary: #edf2fb;
  --secondary-foreground: #0b1b36;
  --muted: #e9eef7;
  --muted-foreground: #5b6b83;
  --border: #dce4f0;
  --ring: #075cff;
  --radius: 1rem;
}

* { box-sizing: border-box; border-color: var(--border); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button,input,textarea,select { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.analysis-split-overlay { position: fixed; inset: 0; z-index: 1000; }
.analysis-offer-dialog { position: fixed; z-index: 1001; display: grid; }
.analysis-split-overlay[hidden] { display: none; }
.detail-symbol > b { font-size: 4.5rem; line-height: 1; transform: rotate(-5deg); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 88px; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: #f7fcff; font-weight: 800; border: 1px solid rgb(255 255 255 / 16%); border-radius: 13px; background: linear-gradient(145deg, #32b9d4 0%, #177fa5 48%, #0d476a 100%); box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 12px 28px rgb(3 27 48 / 32%), 0 0 26px rgb(42 181 211 / 10%); }
.brand-mark svg { width: 21px; height: 21px; stroke-width: 2.2; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: -.02em; }
.brand strong em { color: #075cff; font-style: normal; }
.brand small { color: #718099; font-size: 10px; margin-top: 2px; }
.desktop-nav { display: flex; gap: 26px; color: #33435c; font-size: 13px; font-weight: 560; }
.desktop-nav a:hover { color: #075cff; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; color: white; font-size: 13px; font-weight: 700; border-radius: 12px; background: #0a1830; }
.header-cta svg { width: 15px; }

.hero { min-height: 760px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 50px; align-items: center; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 145px 0 80px; }
.hero::before { content: ''; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 85% 14%, rgb(7 92 255 / 11%), transparent 30%), radial-gradient(circle at 8% 100%, rgb(255 169 71 / 12%), transparent 29%), #f7f9fc; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #45607f; font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: #075cff; }
.sumasearch-recommendation { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 9px 11px 9px 9px; border: 1px solid #ccebf3; border-radius: 999px; color: #47626d; background: rgb(255 255 255 / 80%); box-shadow: 0 10px 28px rgb(26 143 181 / 10%); font-size: 11px; transition: transform .2s, box-shadow .2s; }
.sumasearch-recommendation:hover { transform: translateY(-2px); box-shadow: 0 15px 36px rgb(26 143 181 / 16%); }
.sumasearch-recommendation > span { padding: 6px 9px; border-radius: 999px; color: white; background: linear-gradient(145deg, #32bfe3, #1596c4); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sumasearch-recommendation strong { font-weight: 690; }
.sumasearch-recommendation strong em { color: #1ba8d2; font-style: normal; }
.sumasearch-recommendation > svg { width: 14px; color: #087fae; }
h1 { max-width: 710px; margin: 0; font-size: clamp(3.2rem, 5.25vw, 5.1rem); line-height: .98; letter-spacing: -.06em; font-weight: 720; }
h1 em { color: #075cff; font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #566981; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 21px; border-radius: 14px; font-size: 14px; font-weight: 720; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; }
.button-primary { color: white; background: #075cff; box-shadow: 0 16px 32px rgb(7 92 255 / 24%); }
.button-secondary { border: 1px solid #cfdae9; background: rgb(255 255 255 / 70%); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 35px; color: #61718a; font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 15px; color: #075cff; }

.hero-visual { position: relative; min-height: 560px; isolation: isolate; }
.visual-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(#b8c6d9 1px, transparent 1px), linear-gradient(90deg, #b8c6d9 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black 10%, transparent 67%); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgb(7 92 255 / 22%); border-radius: 50%; transform: translate(-50%, -50%) rotate(-12deg); }
.orbit-one { width: 430px; height: 290px; }
.orbit-two { width: 520px; height: 410px; transform: translate(-50%, -50%) rotate(24deg); }
.core-card { position: absolute; left: 50%; top: 50%; z-index: 3; width: 282px; height: 282px; display: flex; flex-direction: column; justify-content: center; transform: translate(-50%, -50%); padding: 34px; border: 1px solid rgb(255 255 255 / 80%); border-radius: 50%; background: rgb(255 255 255 / 92%); box-shadow: 0 32px 90px rgb(18 47 90 / 17%), 0 0 0 11px rgb(7 92 255 / 4%); backdrop-filter: blur(14px); }
.core-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; color: white; border-radius: 50%; background: #075cff; }
.core-icon svg { width: 23px; }
.core-card small, .metric-card small { color: #718198; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.core-card strong { display: block; margin-top: 7px; font-size: 23px; line-height: 1.14; letter-spacing: -.035em; }
.core-status { margin-top: 20px; padding-top: 16px; border-top: 1px solid #e5eaf2; color: #52637a; font-size: 11px; }
.core-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #24c78e; box-shadow: 0 0 0 4px rgb(36 199 142 / 13%); }
.satellite { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 172px; padding: 14px 16px; border: 1px solid white; border-radius: 17px; background: rgb(255 255 255 / 94%); box-shadow: 0 18px 44px rgb(15 39 78 / 14%); }
.satellite > svg { width: 21px; color: #075cff; }
.satellite span, .satellite small { display: block; }
.satellite span { font-size: 12px; font-weight: 720; }
.satellite small { margin-bottom: 2px; color: #8190a5; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.satellite-security { left: 0; bottom: 10%; min-width: 210px; }
.satellite-growth { top: 6%; left: -5%; min-width: 238px; padding: 16px 17px; border-color: #d5f1f7; background: rgb(255 255 255 / 97%); box-shadow: 0 22px 52px rgb(20 139 178 / 18%); }
.satellite-growth:hover { transform: translateY(-3px); }
.sumasearch-mini-mark { flex: 0 0 auto; width: 40px; height: 40px; display: grid !important; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg, #48d0ed, #178fc5); box-shadow: 0 9px 22px rgb(24 157 204 / 24%); font-size: 16px !important; font-weight: 800; }
.satellite-growth span:nth-child(2) { flex: 1; }
.satellite-growth span:nth-child(2) strong { display: block; color: #202124; font-size: 21px; line-height: 1; letter-spacing: -.055em; }
.satellite-growth span:nth-child(2) strong em { color: #1ba8d2; font-style: normal; }
.satellite-growth .satellite-arrow { width: 15px; color: #087fae; }
.satellite-web { top: 7%; right: -5%; min-width: 238px; padding: 12px 14px; border-color: #dcebcf; box-shadow: 0 22px 52px rgb(91 145 30 / 16%); }
.satellite-web:hover { transform: translateY(-3px); }
.mywebnet-mini-mark { flex: 0 0 auto; width: 55px; height: 42px; display: grid !important; place-items: center; padding: 7px; border-radius: 11px; background: linear-gradient(145deg,#8dcf2f,#62a81a); box-shadow: 0 9px 22px rgb(94 155 23 / 22%); }
.mywebnet-mini-mark img { display: block; width: 100%; height: auto; }
.satellite-web > span:nth-child(2) { flex: 1; }
.satellite-web > span:nth-child(2) strong { display: block; color: #20334a; font-size: 13px; }
.satellite-web .satellite-arrow { width: 15px; color: #6da91c; }
.metric-card { position: absolute; z-index: 4; right: 0; bottom: 10%; padding: 16px 18px; border-radius: 16px; color: white; background: #0b1c38; box-shadow: 0 18px 44px rgb(10 28 56 / 20%); }
.metric-card small { color: #9bb2d2; }
.metric-card strong { display: block; margin-top: 5px; font-size: 13px; line-height: 1.3; }
.hero-service-orbit { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.hero-orbit-node { --hero-orbit-radius: 238px; position: absolute; left: 50%; top: 50%; width: 0; height: 0; transform: rotate(var(--hero-angle)) translateX(var(--hero-orbit-radius)); }
.hero-orbit-node > .satellite, .hero-orbit-node > .metric-card { left: auto; top: auto; right: auto; bottom: auto; pointer-events: auto; transform: translate(-50%,-50%) rotate(var(--hero-counter)); }
.hero-orbit-node-1 { --hero-angle: 225deg; --hero-counter: -225deg; }
.hero-orbit-node-2 { --hero-angle: 315deg; --hero-counter: -315deg; }
.hero-orbit-node-3 { --hero-angle: 45deg; --hero-counter: -45deg; }
.hero-orbit-node-4 { --hero-angle: 135deg; --hero-counter: -135deg; }
.hero-visual:hover .hero-service-orbit, .hero-visual:hover .hero-orbit-node > * { animation-play-state: paused; }
.hero-orbit-node > .satellite, .hero-orbit-node > .metric-card { transform-origin: center; transition: scale .28s ease, box-shadow .28s ease; }
.satellite-detail { display: block; max-width: 230px; max-height: 0; overflow: hidden; margin-top: 0; opacity: 0; color: #64768b; font-size: 10px !important; font-weight: 520 !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; transition: max-height .28s ease, margin-top .28s ease, opacity .2s ease; }
.metric-card .satellite-detail { color: #b9c9dc; }
.hero-orbit-node > .satellite:hover, .hero-orbit-node > .satellite:focus-visible, .hero-orbit-node > .metric-card:hover { z-index: 10; scale: 1.1; box-shadow: 0 26px 64px rgb(15 39 78 / 22%); }
.hero-orbit-node > .satellite:hover .satellite-detail, .hero-orbit-node > .satellite:focus-visible .satellite-detail, .hero-orbit-node > .metric-card:hover .satellite-detail { max-height: 48px; margin-top: 7px; opacity: 1; }
.hero-orbit-node > .satellite, .hero-orbit-node > .metric-card { width: 94px; min-width: 94px; height: 94px; min-height: 94px; justify-content: center; gap: 0; overflow: hidden; padding: 14px; border-radius: 50%; }
.hero-orbit-node > .satellite-growth { border-color: #ccecf4; background: linear-gradient(145deg,#fff,#edfaff); }
.hero-orbit-node > .satellite-web { border-color: #d9eacb; background: linear-gradient(145deg,#fff,#f3faec); }
.hero-orbit-node > .satellite-security { background: linear-gradient(145deg,#fff,#f1f6ff); }
.hero-orbit-node > .metric-card { display: flex; align-items: center; background: radial-gradient(circle at 30% 25%,#18345d,#091a34 72%); }
.hero-orbit-node > .satellite > span:not(.sumasearch-mini-mark):not(.mywebnet-mini-mark), .hero-orbit-node > .satellite > .satellite-arrow, .metric-content { max-width: 0; overflow: hidden; opacity: 0; transform: translateX(8px); transition: max-width .3s ease, opacity .2s ease, transform .3s ease; }
.hero-orbit-node > .satellite:hover, .hero-orbit-node > .satellite:focus-visible, .hero-orbit-node > .metric-card:hover { width: 300px; min-width: 300px; height: 122px; min-height: 122px; justify-content: flex-start; gap: 12px; padding: 16px 18px; border-radius: 25px; scale: 1.04; }
.hero-orbit-node > .satellite:hover > span:not(.sumasearch-mini-mark):not(.mywebnet-mini-mark), .hero-orbit-node > .satellite:focus-visible > span:not(.sumasearch-mini-mark):not(.mywebnet-mini-mark), .hero-orbit-node > .satellite:hover > .satellite-arrow, .hero-orbit-node > .satellite:focus-visible > .satellite-arrow, .hero-orbit-node > .metric-card:hover .metric-content { max-width: 220px; opacity: 1; transform: none; }
.hero-orbit-node > .satellite:hover > .satellite-arrow, .hero-orbit-node > .satellite:focus-visible > .satellite-arrow { flex: 0 0 15px; }
.hero-orbit-node .sumasearch-mini-mark { width: 54px; height: 54px; border-radius: 50%; }
.hero-orbit-node .mywebnet-mini-mark { width: 62px; height: 62px; padding: 10px; border-radius: 50%; }
.hero-orbit-node .satellite-security > svg { width: 30px; height: 30px; }
.metric-symbol { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; color: #fff; background: rgb(255 255 255 / 9%); }
.metric-symbol svg { width: 23px; }
.metric-content { flex: 1; }
.metric-content strong { white-space: nowrap; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .sumasearch-recommendation { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 500px; }
}
@media (max-width: 600px) {
  .site-header, .hero { width: min(100% - 32px, 1240px); }
  .site-header { height: 76px; }
  .brand strong { font-size: 12px; }
  .brand small, .header-cta { display: none; }
  .hero { min-height: auto; padding: 120px 0 50px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 430px; transform: scale(.9); margin: -20px -28px 0; }
  .satellite-security { left: 0; }
  .satellite-growth { left: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .core-card { animation: float 6s ease-in-out infinite; }
  .satellite-security { animation: floatSmall 5s ease-in-out infinite; }
  .satellite-growth { animation: floatSmall 5.8s ease-in-out infinite reverse; }
  @keyframes float { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%,calc(-50% - 10px)); } }
  @keyframes floatSmall { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
}

/* Shared sections */
.section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-heading { margin-bottom: 46px; }
.section-kicker { margin: 0 0 16px; color: #075cff; font-size: 11px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker-light { color: #76a9ff; }
.section-heading h2, .about-strip h2, .detail-intro h2, .editorial-section h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4rem); line-height: 1.04; letter-spacing: -.052em; font-weight: 680; }
.section-heading h2 em, .cta-section h2 em, .reach-copy h2 em { color: #075cff; font-style: normal; }
.two-column-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 90px; }
.two-column-heading > p, .centered-heading > p { margin: 0; color: #64748b; line-height: 1.75; font-size: 15px; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading > p { max-width: 590px; margin: 20px auto 0; }

/* Header and mobile navigation */
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid #d6dfeb; border-radius: 12px; color: #0b1b36; background: rgb(255 255 255 / 84%); }
.menu-button svg { width: 20px; }
.mobile-nav { position: absolute; top: 70px; left: 0; right: 0; display: grid; padding: 18px; border: 1px solid #dbe4f1; border-radius: 18px; background: rgb(255 255 255 / 97%); box-shadow: 0 24px 70px rgb(7 21 47 / 18%); backdrop-filter: blur(14px); }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 8px; border-bottom: 1px solid #edf1f7; font-size: 14px; font-weight: 650; }
.mobile-nav a svg { width: 16px; }
.mobile-nav .mobile-nav-cta { justify-content: center; margin-top: 10px; padding: 14px; border: 0; border-radius: 12px; color: white; background: #075cff; }
@media (min-width: 981px) { .mobile-nav { display: none !important; } }

/* Homepage */
.signal-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; min-height: 76px; padding: 18px 24px; color: #d8e3f2; background: #0a1830; font-size: 11px; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: #2e70ff; }
.problem-section { padding: 130px 0 140px; }
.problem-list { border-top: 1px solid #d9e2ee; }
.problem-row { display: grid; grid-template-columns: 60px 1fr 50px 1fr; align-items: center; gap: 24px; padding: 25px 0; border-bottom: 1px solid #d9e2ee; }
.problem-index { color: #075cff; font-family: var(--font-geist-mono); font-size: 11px; }
.problem-row h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.problem-row > svg { width: 19px; color: #075cff; }
.problem-row p { margin: 0; color: #62728a; font-size: 14px; line-height: 1.55; }
.services-section { padding: 130px 0 100px; background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #e1e8f2; border-radius: 22px; background: #fbfcfe; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #b8cae1; box-shadow: 0 24px 60px rgb(19 46 84 / 11%); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: white; background: #075cff; }
.service-icon svg { width: 21px; }
.service-number { color: #97a5b9; font-family: var(--font-geist-mono); font-size: 10px; }
.service-card h3 { margin: 38px 0 12px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.service-card p { margin: 0; color: #66768d; font-size: 13px; line-height: 1.65; }
.service-link { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; color: #075cff; font-size: 12px; font-weight: 720; }
.service-link svg { width: 15px; }
.accent-violet .service-icon { background: #6d49e8; }.accent-teal .service-icon { background: #0c9c8b; }.accent-navy .service-icon { background: #142847; }.accent-orange .service-icon { background: #e88625; }.accent-pink .service-icon { background: #d64781; }
.no-hardware-note { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 32px 0 0; color: #728198; font-size: 12px; }
.no-hardware-note svg { width: 14px; color: #075cff; }
.reach-section { overflow: hidden; color: white; background: #07162f; }
.reach-grid { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.reach-copy h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.reach-copy p:not(.section-kicker) { max-width: 600px; margin: 26px 0 0; color: #aabbd1; font-size: 16px; line-height: 1.75; }
.reach-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 32px; }
.reach-tags span { padding: 8px 12px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 999px; color: #c9d6e8; font-size: 11px; }
.button-light { color: #10203a; background: white; }
.reach-visual { position: relative; min-height: 500px; }
.reach-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgb(99 151 255 / 22%); border-radius: 50%; transform: translate(-50%, -50%); }
.reach-ring-one { width: 430px; height: 430px; }.reach-ring-two { width: 310px; height: 310px; }
.reach-node { position: absolute; z-index: 2; width: 190px; height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 26px; border-radius: 40px; box-shadow: 0 30px 60px rgb(0 0 0 / 24%); }
.reach-node svg { width: 28px; margin-bottom: 28px; }.reach-node small { margin-bottom: 5px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }.reach-node strong { font-size: 23px; }
.node-tech { left: 4%; top: 17%; background: #075cff; transform: rotate(-5deg); }.node-growth { right: 2%; bottom: 16%; color: #0c1930; background: #f2a54a; transform: rotate(6deg); }
.reach-connector { position: absolute; left: 48%; top: 49%; z-index: 4; width: 52px; height: 52px; display: grid; place-items: center; border: 7px solid #07162f; border-radius: 50%; color: #07162f; background: white; transform: translate(-50%, -50%); }.reach-connector svg { width: 18px; }
.process-section { padding: 130px 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d6dfeb; border-left: 1px solid #d6dfeb; }
.process-grid article { min-height: 230px; padding: 28px; border-right: 1px solid #d6dfeb; border-bottom: 1px solid #d6dfeb; }
.process-grid span { color: #075cff; font-family: var(--font-geist-mono); font-size: 10px; }.process-grid h3 { margin: 42px 0 10px; font-size: 20px; }.process-grid p { margin: 0; color: #69798e; font-size: 13px; line-height: 1.65; }
.project-section { padding: 120px 0; background: #edf2f8; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.project-card { overflow: hidden; border-radius: 22px; background: white; }
.project-art { position: relative; height: 230px; background: #dbe9ff; }.project-art span { position: absolute; display: block; border-radius: 18px; background: rgb(255 255 255 / 84%); box-shadow: 0 20px 40px rgb(16 49 97 / 12%); }.project-art span:nth-child(1) { inset: 42px 62px 56px 42px; }.project-art span:nth-child(2) { width: 86px; height: 86px; right: 34px; bottom: 28px; background: #075cff; }.project-art span:nth-child(3) { width: 80px; height: 8px; left: 68px; top: 78px; background: #9dbefb; box-shadow: 0 20px 0 #d4e0f4, 0 40px 0 #d4e0f4; }
.project-violet .project-art { background: #e7e0ff; }.project-violet .project-art span:nth-child(2) { background: #704ee0; border-radius: 50%; }.project-orange .project-art { background: #ffead5; }.project-orange .project-art span:nth-child(2) { background: #ef942f; transform: rotate(12deg); }
.project-content { padding: 26px; }.project-content small { color: #075cff; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }.project-content h3 { margin: 12px 0 10px; font-size: 20px; line-height: 1.2; }.project-content p { margin: 0; color: #6c7b90; font-size: 13px; line-height: 1.6; }
.project-disclaimer { margin-top: 22px; color: #7b899b; font-size: 11px; text-align: center; }
.about-strip { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; padding: 120px 0; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.about-points span { display: flex; align-items: center; gap: 9px; color: #42556e; font-size: 13px; }.about-points svg { width: 17px; color: #075cff; }
.cta-section { position: relative; overflow: hidden; padding: 120px 24px; text-align: center; color: #0b1b36; background: radial-gradient(circle at 50% 45%, #fff 0, #f5f8fe 42%, #e9f0fb 100%); }
.cta-section .section-kicker-light { color: #4e70a8; }.cta-section h2 { position: relative; margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }.cta-section h2 em { color: #3f67ad; }.cta-section > p:not(.section-kicker) { position: relative; max-width: 670px; margin: 25px auto 34px; color: #60718a; font-size: 16px; line-height: 1.7; }.button-white { position: relative; color: white; background: #2456a6; box-shadow: 0 14px 30px rgb(36 86 166 / 16%); }.button-white:hover { background: #1c478d; }.cta-glow { position: absolute; width: 600px; height: 600px; left: 50%; top: 50%; border: 1px solid rgb(67 105 169 / 11%); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 100px rgb(75 112 174 / 3%), 0 0 0 200px rgb(75 112 174 / 2%); }

/* Footer */
.site-footer { padding: 78px max(24px, calc((100vw - 1160px) / 2)) 26px; color: #aab8ca; background: #061226; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 60px; padding-bottom: 60px; }.brand-inverse strong { color: white; }.brand-inverse strong em { color: #45c6e7; }.brand-inverse small { color: #8292aa; }.footer-grid .brand { display: flex; align-items: center; gap: 13px; }.footer-grid .brand-mark { display: grid; place-items: center; }.footer-grid .brand-mark svg { width: 21px; margin: 0; }.footer-grid .brand-wordmark { display: block; }.footer-grid .brand-wordmark strong,.footer-grid .brand-wordmark small { display: block; white-space: nowrap; }.footer-brand p { max-width: 310px; margin: 24px 0 0; font-size: 14px; line-height: 1.7; }.footer-grid h3 { margin: 0 0 20px; color: white; font-size: 12px; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }.footer-grid a, .footer-grid span { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }.footer-grid a:hover { color: white; }.footer-grid svg { flex: 0 0 auto; width: 14px; margin-top: 2px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 9%); color: #7e8da2; font-size: 10px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom a { display: flex; align-items: center; gap: 4px; }.footer-bottom svg { width: 12px; }

/* Detail pages */
.detail-hero { min-height: 690px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding: 145px max(24px, calc((100vw - 1160px) / 2)) 80px; background: radial-gradient(circle at 80% 38%, rgb(7 92 255 / 13%), transparent 26%), #f6f8fc; }
.detail-hero-copy h1, .simple-hero h1 { margin: 0; max-width: 800px; font-size: clamp(3.6rem, 6.3vw, 6.7rem); line-height: .96; letter-spacing: -.065em; font-weight: 700; }.detail-hero-copy > p:not(.eyebrow), .simple-hero > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: #62738a; font-size: 18px; line-height: 1.7; }
.detail-symbol { justify-self: center; position: relative; width: 310px; height: 310px; display: grid; place-items: center; border: 1px solid #cbdaed; border-radius: 38% 62% 52% 48% / 44% 36% 64% 56%; color: white; background: #075cff; box-shadow: 0 50px 100px rgb(7 92 255 / 25%); transform: rotate(5deg); }.detail-symbol svg { width: 90px; height: 90px; transform: rotate(-5deg); }.detail-symbol span { position: absolute; right: -12px; top: 20px; width: 62px; height: 62px; display: grid; place-items: center; border: 8px solid #f6f8fc; border-radius: 50%; color: #0b1b36; background: white; font-family: var(--font-geist-mono); font-size: 11px; }
.detail-violet .detail-symbol { background: #6d49e8; box-shadow: 0 50px 100px rgb(109 73 232 / 25%); }.detail-teal .detail-symbol { background: #0c9c8b; box-shadow: 0 50px 100px rgb(12 156 139 / 25%); }.detail-orange .detail-symbol { background: #e88625; box-shadow: 0 50px 100px rgb(232 134 37 / 25%); }.detail-pink .detail-symbol { background: #d64781; box-shadow: 0 50px 100px rgb(214 71 129 / 25%); }
.detail-intro { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; padding: 120px 0; }.detail-intro h2 { max-width: 800px; font-size: clamp(2.3rem, 4vw, 3.6rem); }.outcome-list { display: grid; gap: 13px; }.outcome-list span { display: flex; align-items: center; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid #d9e2ee; color: #4f627a; font-size: 13px; }.outcome-list svg { width: 16px; color: #075cff; }
.detail-capabilities { padding: 120px 0; background: white; }.capability-group + .capability-group { padding-top: 120px; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.capability-grid article { min-height: 220px; padding: 26px; border: 1px solid #e0e7f1; border-radius: 18px; background: #fafbfd; }.capability-grid span { color: #075cff; font-family: var(--font-geist-mono); font-size: 10px; }.capability-grid h3 { margin: 36px 0 10px; font-size: 18px; line-height: 1.25; }.capability-grid p { margin: 0; color: #6a7a90; font-size: 12px; line-height: 1.65; }
.detail-process { padding: 120px 0; }.mini-process { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 60px; }.mini-process span { width: 145px; height: 110px; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px solid #dce4ef; border-radius: 18px; background: white; font-size: 13px; font-weight: 650; }.mini-process b { color: #075cff; font-family: var(--font-geist-mono); font-size: 10px; }.mini-process i { width: 50px; height: 1px; background: #c8d4e4; }.compact-cta { padding-block: 95px; }.compact-cta h2 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }.compact-cta .button { margin-top: 34px; }
.channel-section { padding: 120px 0; color: white; background: #09172e; }.channel-section .section-heading h2 { color: white; }.channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.channel-grid article { padding: 28px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 20px; background: rgb(255 255 255 / 4%); }.channel-grid span { color: #ffad51; font-family: var(--font-geist-mono); font-size: 10px; }.channel-grid h3 { margin: 42px 0 12px; font-size: 20px; }.channel-grid p { margin: 0; color: #9fb0c7; font-size: 13px; line-height: 1.7; }
.simple-hero { padding: 180px max(24px, calc((100vw - 1160px) / 2)) 100px; background: radial-gradient(circle at 85% 15%, rgb(7 92 255 / 12%), transparent 28%), #f6f8fc; }.simple-hero h1 { max-width: 1050px; }.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 80px 0 120px; }.contact-card { min-height: 430px; padding: 42px; border: 1px solid #dbe4ef; border-radius: 26px; background: white; }.contact-primary { color: white; background: #075cff; }.contact-card h2 { margin: 0 0 40px; font-size: 36px; letter-spacing: -.045em; }.contact-card > a, .contact-card > span { display: flex; align-items: center; gap: 12px; margin: 18px 0; font-size: 15px; }.contact-card > a svg, .contact-card > span svg { width: 20px; }.contact-card ol { margin: 0; padding: 0; list-style: none; counter-reset: contact; }.contact-card li { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 18px 0; border-bottom: 1px solid #e3e9f2; }.contact-card li b { font-size: 14px; }.contact-card li span { color: #68798e; font-size: 13px; }
.contact-form-card h2 { margin-bottom: 24px; }.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-form label { display: grid; gap: 7px; color: #10213a; font-size: 13px; font-weight: 700; }.contact-form label:nth-of-type(4), .contact-form label:nth-of-type(5), .contact-form label:nth-of-type(6), .contact-form button { grid-column: 1 / -1; }.contact-form label > span { color: #075cff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.contact-form label > small { color: #718096; font-size: 11px; font-weight: 500; }.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7e0eb; border-radius: 12px; background: #f8fafc; padding: 13px 14px; color: #10213a; font: inherit; outline: none; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: #075cff; box-shadow: 0 0 0 3px rgb(7 92 255 / 10%); }.contact-form button { margin-top: 4px; border: 0; cursor: pointer; }
.editorial-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 110px 0; }.editorial-section > div:last-child { color: #5d6f86; font-size: 17px; line-height: 1.8; }.values-section { padding: 90px 0; background: white; }.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.value-grid article { padding: 32px; border-left: 2px solid #075cff; }.value-grid span { color: #075cff; font-family: var(--font-geist-mono); font-size: 10px; }.value-grid h3 { margin: 40px 0 10px; font-size: 22px; }.value-grid p { margin: 0; color: #68798f; font-size: 13px; line-height: 1.65; }
.examples-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 100px 0 130px; }.examples-grid article { padding: 34px; border: 1px solid #dce4ef; border-radius: 22px; background: white; }.examples-grid > article > span { color: #075cff; font-family: var(--font-geist-mono); font-size: 10px; }.examples-grid h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.035em; }.examples-grid p { margin: 0; color: #6a7a90; font-size: 13px; line-height: 1.65; }.examples-grid a { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: #075cff; font-size: 12px; font-weight: 720; }.examples-grid svg { width: 15px; }
.legal-hero { padding-bottom: 70px; }.legal-content { max-width: 820px; padding: 80px 0 130px; }.legal-content h2 { margin: 40px 0 12px; font-size: 22px; }.legal-content p { color: #566981; line-height: 1.75; }.legal-placeholder { margin-top: 40px; padding: 20px; border: 1px solid #f1c995; border-radius: 14px; color: #7c5526; background: #fff6ea; font-size: 13px; line-height: 1.6; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }.menu-button { display: grid; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reach-grid, .detail-hero { grid-template-columns: 1fr; padding-top: 150px; }.reach-grid { padding-block: 100px; }.reach-visual { min-height: 450px; }.detail-symbol { width: 240px; height: 240px; margin-bottom: 40px; }.detail-symbol svg { width: 70px; }
  .project-grid { grid-template-columns: 1fr 1fr; }.project-card:last-child { grid-column: 1 / -1; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }.channel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .section { width: min(100% - 32px, 1160px); }.section-heading { margin-bottom: 34px; }.two-column-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading h2, .about-strip h2, .detail-intro h2 { font-size: 2.5rem; }
  .signal-strip { gap: 16px; }.signal-strip i { display: none; }.problem-section, .process-section, .services-section, .project-section { padding-block: 85px; }.problem-row { grid-template-columns: 36px 1fr; gap: 10px 14px; }.problem-row > svg { display: none; }.problem-row p { grid-column: 2; }.service-grid, .process-grid, .project-grid, .capability-grid, .channel-grid, .examples-grid, .value-grid { grid-template-columns: 1fr; }.project-card:last-child { grid-column: auto; }.process-grid { border-left: 0; }.process-grid article { border-left: 1px solid #d6dfeb; }.about-strip, .detail-intro, .editorial-section, .contact-section { grid-template-columns: 1fr; gap: 48px; }.about-strip { padding-block: 85px; }.about-points { grid-template-columns: 1fr; }.reach-grid { width: calc(100% - 32px); }.reach-copy h2 { font-size: 3rem; }.reach-visual { min-height: 390px; transform: scale(.85); margin-inline: -30px; }.reach-node { width: 160px; height: 160px; padding: 20px; }.reach-ring-one { width: 360px; height: 360px; }.reach-ring-two { width: 260px; height: 260px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .detail-hero { padding-inline: 16px; gap: 40px; min-height: auto; }.detail-hero-copy h1, .simple-hero h1 { font-size: 3.6rem; }.detail-intro, .editorial-section { padding-block: 85px; }.detail-capabilities, .detail-process, .channel-section { padding-block: 85px; }.mini-process { display: grid; grid-template-columns: 1fr 1fr; }.mini-process span { width: auto; }.mini-process i { display: none; }.simple-hero { padding: 140px 16px 70px; }.contact-section { padding-block: 50px 90px; }.contact-card { min-height: 0; padding: 28px; }
  .contact-form { grid-template-columns: 1fr; }.contact-form label, .contact-form button { grid-column: 1 !important; }
}
@media (max-width: 480px) {
  .service-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-grid > div:last-child { grid-column: auto; }.reach-node { width: 145px; height: 155px; }.node-tech { left: 0; }.node-growth { right: 0; }.reach-connector { width: 44px; height: 44px; }.detail-hero-copy h1, .simple-hero h1 { font-size: 3rem; }.detail-symbol { width: 200px; height: 200px; }.mini-process { grid-template-columns: 1fr; }
}

/* Timed Sumasearch offer: unfolds from the exact center */
.analysis-split-overlay { background:rgb(8 24 34 / 16%); backdrop-filter:blur(1px); }
.analysis-split-overlay[data-open] { animation:analysis-overlay-fade .35s ease both; }
.analysis-offer-dialog { top:50vh; left:50vw; width:min(760px,calc(100vw - 36px)); max-width:760px; grid-template-columns:175px minmax(0,1fr); align-items:center; column-gap:28px; row-gap:15px; overflow:hidden; padding:28px 30px; border:1px solid #bde7f0; border-radius:20px; color:#183746; background:linear-gradient(135deg,#faffff,#edf9fc); box-shadow:0 28px 90px rgb(5 34 48 / 28%),0 0 0 7px rgb(75 199 227 / 8%); transform:translate(-50%,-50%); transform-origin:center; }
.analysis-offer-dialog::before { content:""; position:absolute; left:50%; top:50%; z-index:5; width:5px; height:5px; border-radius:50%; background:#62d7ed; box-shadow:0 0 0 7px rgb(98 215 237 / 18%),0 0 36px 14px rgb(98 215 237 / 72%); pointer-events:none; opacity:0; }
.analysis-offer-dialog[data-open] { animation:analysis-offer-from-center .9s cubic-bezier(.22,.78,.18,1) both; }
.analysis-offer-dialog[data-open]::before { animation:analysis-center-light .9s ease both; }
.analysis-offer-close { position:absolute; right:10px; top:10px; z-index:6; width:31px; height:31px; display:grid; place-items:center; border:1px solid #c7e2e8; border-radius:50%; color:#496774; background:#fff; box-shadow:0 8px 20px rgb(21 71 89 / 12%); cursor:pointer; }
.analysis-offer-close svg { width:14px; }
.analysis-offer-brand { grid-row:1 / span 2; display:flex; align-items:center; gap:10px; min-width:0; align-self:stretch; padding-right:24px; border-right:1px solid #cfe8ed; }
.analysis-offer-mark { width:43px; height:43px; display:grid; place-items:center; flex:0 0 auto; border-radius:13px; color:#fff; background:linear-gradient(145deg,#47cce9,#168fbd); box-shadow:0 10px 24px rgb(24 157 204 / 22%); font-weight:820; }
.analysis-offer-brand strong { color:#172a33; font-size:25px; letter-spacing:-.06em; }
.analysis-offer-brand strong em { color:#1ba8d2; font-style:normal; }
.analysis-offer-copy { min-width:0; }
.analysis-offer-kicker { display:block; margin-bottom:6px; color:#1595b9; font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.analysis-offer-dialog [data-slot="dialog-title"] { color:#102f3d; font-size:22px; line-height:1.15; letter-spacing:-.035em; font-weight:720; }
.analysis-offer-dialog [data-slot="dialog-description"] { margin-top:6px; color:#66808b; font-size:12px; line-height:1.5; }
.analysis-offer-button { grid-column:2; min-height:46px; display:inline-flex; align-items:center; justify-content:center; justify-self:start; gap:9px; padding:0 17px; border-radius:12px; color:#fff; background:linear-gradient(145deg,#31bfe1,#148ebc); box-shadow:0 13px 28px rgb(22 150 194 / 23%); font-size:11px; font-weight:780; white-space:nowrap; transition:transform .2s,box-shadow .2s; }
.analysis-offer-button:hover { transform:translateY(-2px); box-shadow:0 17px 34px rgb(22 150 194 / 30%); }
.analysis-offer-button svg { width:15px; }
.analysis-request-form{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:18px;border-top:1px solid #cfe8ed;text-align:left}.analysis-request-form[hidden]{display:none!important}.analysis-form-head{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.analysis-form-head strong{font-size:16px}.analysis-form-head span{color:#718791;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.analysis-request-form label{display:grid;gap:6px;color:#45606c;font-size:10px;font-weight:750}.analysis-request-form input{width:100%;height:43px;padding:0 13px;border:1px solid #c9dde3;border-radius:10px;outline:0;color:#14323f;background:#fff;font:inherit;font-size:12px}.analysis-request-form input:focus{border-color:#22a9cf;box-shadow:0 0 0 3px rgb(34 169 207 / 12%)}.analysis-form-submit{grid-column:1/-1;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;color:#fff;background:#159ac4;font-size:11px;font-weight:800;cursor:pointer}.analysis-form-submit svg{width:15px}

/* Calm movement throughout the experience */
@media (prefers-reduced-motion: no-preference) {
  .visual-grid { animation: visual-grid-drift 18s linear infinite alternate; }
  .orbit-one { animation: homepage-orbit-one 22s linear infinite; }
  .orbit-two { animation: homepage-orbit-two 30s linear infinite reverse; }
  .hero-service-orbit { animation: hero-service-spin 38s linear infinite; }
  .hero-orbit-node > .satellite, .hero-orbit-node > .metric-card { animation: hero-service-counter 38s linear infinite; }
  .brand-mark { animation: brand-breathe 5s ease-in-out infinite; }
  .service-icon,.sumasearch-mark { animation: icon-breathe 4.5s ease-in-out infinite; }
  .ss-score-card>div span { transform-origin: bottom; animation: chart-breathe 2.8s ease-in-out infinite alternate; }
  .ss-score-card>div span:nth-child(2) { animation-delay: -.7s; }.ss-score-card>div span:nth-child(3) { animation-delay: -1.4s; }.ss-score-card>div span:nth-child(4) { animation-delay: -2.1s; }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .problem-row,.service-card,.reach-copy,.process-grid article,.project-card,.about-strip>div,.cta-section h2,.cta-section>p,.cta-section>a,.detail-intro>*,.capability-grid article,.examples-grid article,.value-grid article,.ss-channel-grid article,.ss-handoff-grid>* { animation: site-reveal linear both; animation-timeline: view(); animation-range: entry 5% cover 24%; }
  }
}
@keyframes analysis-overlay-fade { from { opacity:0; } to { opacity:1; } }
@keyframes analysis-offer-from-center {
  0% { opacity:.2; clip-path:inset(49.5% 49.5% 49.5% 49.5% round 20px); transform:translate(-50%,-50%) scale(.96); }
  38% { opacity:1; clip-path:inset(49.5% 7% 49.5% 7% round 20px); transform:translate(-50%,-50%) scale(.98); }
  72% { clip-path:inset(5% 7% 5% 7% round 20px); }
  100% { opacity:1; clip-path:inset(0 0 0 0 round 20px); transform:translate(-50%,-50%) scale(1); }
}
@keyframes analysis-center-light { 0%,20% { opacity:0; transform:translate(-50%,-50%) scale(.3); } 42% { opacity:1; transform:translate(-50%,-50%) scale(1); } 78%,100% { opacity:0; transform:translate(-50%,-50%) scale(5); } }
@keyframes visual-grid-drift { to { background-position: 42px 20px; } }
@keyframes homepage-orbit-one { from { transform: translate(-50%,-50%) rotate(-12deg); } to { transform: translate(-50%,-50%) rotate(348deg); } }
@keyframes homepage-orbit-two { from { transform: translate(-50%,-50%) rotate(24deg); } to { transform: translate(-50%,-50%) rotate(384deg); } }
@keyframes hero-service-spin { to { transform: rotate(360deg); } }
@keyframes hero-service-counter { to { transform: translate(-50%,-50%) rotate(calc(var(--hero-counter) - 360deg)); } }
@keyframes brand-breathe { 50% { box-shadow: 0 16px 36px rgb(7 92 255 / 33%); transform: translateY(-2px); } }
@keyframes icon-breathe { 50% { transform: translateY(-4px) rotate(2deg); } }
@keyframes chart-breathe { to { transform: scaleY(.9); filter: saturate(1.15); } }
@keyframes site-reveal { from { opacity: .16; transform: translateY(34px) scale(.985); } to { opacity: 1; transform: none; } }
@media (max-width: 720px) {
  .analysis-offer-dialog { width:min(100% - 28px,480px); grid-template-columns:1fr; gap:15px; padding:23px; border-radius:18px; text-align:center; }
  .analysis-offer-brand { grid-row:auto; justify-content:center; padding:0 0 14px; border-right:0; border-bottom:1px solid #cfe8ed; }
  .analysis-offer-dialog [data-slot="dialog-title"] { font-size:20px; }
  .analysis-offer-button { grid-column:auto; width:100%; justify-self:stretch; }
  .analysis-request-form{grid-template-columns:1fr;max-height:62vh;overflow:auto}.analysis-form-head,.analysis-form-submit{grid-column:1}
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .analysis-offer-dialog[data-open],.analysis-offer-dialog[data-open]::before,.analysis-split-overlay[data-open],.visual-grid,.orbit-one,.orbit-two,.hero-service-orbit,.hero-orbit-node > .satellite,.hero-orbit-node > .metric-card,.brand-mark,.service-icon,.sumasearch-mark,.ss-score-card>div span { animation:none !important; }
}
