:root {
  --bg: #040a18;
  --bg-deep: #02050d;
  --panel: rgba(10, 24, 51, 0.76);
  --panel-solid: #091731;
  --panel-light: rgba(17, 41, 82, 0.68);
  --text: #f4f8ff;
  --muted: #96a8c7;
  --line: rgba(143, 184, 255, 0.14);
  --blue: #2b7fff;
  --blue-bright: #50c7ff;
  --blue-soft: #a4d8ff;
  --cyan: #36e6d0;
  --shadow: 0 30px 80px rgba(0, 44, 140, 0.28);
  --radius: 24px;
  --max: 1240px;
}

html[data-theme="light"] {
  --bg: #eef6ff;
  --bg-deep: #dfeeff;
  --panel: rgba(255,255,255,.78);
  --panel-solid: #ffffff;
  --panel-light: rgba(230,242,255,.86);
  --text: #07162f;
  --muted: #526782;
  --line: rgba(11, 74, 162, 0.14);
  --shadow: 0 30px 80px rgba(37, 86, 148, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 5%, rgba(35,119,255,.18), transparent 28%),
    radial-gradient(circle at 10% 42%, rgba(0,196,255,.08), transparent 25%),
    linear-gradient(180deg, var(--bg-deep), var(--bg) 22%, var(--bg));
  font-family: Inter, "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(125,166,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(125,166,232,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  z-index: -2;
}
body.menu-open { overflow: hidden; }
::selection { background: rgba(80,199,255,.28); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 118px 0; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 380px; height: 380px; border-radius: 50%; pointer-events: none; z-index: -1; background: radial-gradient(circle, rgba(44,126,255,.09), transparent 68%); transform: translate(-50%,-50%); transition: opacity .2s; }

/* Header — deliberately mirrors the personal portfolio system */
.site-header { position: sticky; top: 0; z-index: 50; padding: 18px 0 0; background: transparent; transition: .25s ease; }
.nav-wrap { min-height: 72px; display: flex; align-items: center; gap: 28px; padding: 10px 12px 10px 14px; border: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 75%, transparent); backdrop-filter: blur(22px); border-radius: 19px; box-shadow: 0 12px 40px rgba(1,7,20,.16); }
.site-header.scrolled .nav-wrap { background: color-mix(in srgb, var(--bg) 91%, transparent); box-shadow: 0 17px 45px rgba(0,20,68,.2); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--blue-bright), var(--blue) 55%, #1845da); color: white; font-family: "Avenir Next", Inter, system-ui, sans-serif; font-weight: 700; box-shadow: 0 12px 28px rgba(33,111,255,.3); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: "Avenir Next", Inter, system-ui, sans-serif; font-size: .92rem; }
.brand-copy small { color: var(--muted); font-size: .69rem; margin-top: 5px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; }
.main-nav > a { position: relative; color: var(--muted); font-size: .79rem; font-weight: 600; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue-bright); transition: right .25s ease; }
.main-nav > a:hover { color: var(--text); }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 13px; color: #fff !important; background: linear-gradient(135deg, #3ec8ff, #2475ff 50%, #244ddb); box-shadow: 0 10px 28px rgba(36,115,255,.25); }
.theme-toggle, .nav-toggle { border: 1px solid var(--line); background: var(--panel-light); color: var(--text); cursor: pointer; }
.theme-toggle { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; }
.theme-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 13px; padding: 0; margin-left: auto; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: currentColor; margin: 5px auto; transition: .2s; }

/* Shared typography and controls */
.eyebrow, .section-kicker { color: var(--blue-bright); font-family: "Avenir Next", Inter, system-ui, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading > div { max-width: 820px; }
.section-heading h2, .value-intro h2, .support-copy h2, .faq-intro h2, .contact-copy h2, .signature-copy h2 { margin: 12px 0 0; font-family: "Avenir Next", Inter, system-ui, sans-serif; font-size: clamp(2.4rem, 4.7vw, 4.65rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading h2 span, .value-intro h2 span, .signature-copy h2 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #f5fbff 3%, var(--blue-bright) 48%, #3977ff); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .section-heading h2 span, html[data-theme="light"] .value-intro h2 span, html[data-theme="light"] .signature-copy h2 em { background-image: linear-gradient(90deg, #062b62, #0a7adf 55%, #3e6bff); }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.75; }
.section-heading.centered { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.section-heading.centered > p { max-width: 680px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size: .9rem; cursor: pointer; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #3ec8ff, #2475ff 50%, #244ddb); box-shadow: 0 15px 35px rgba(36,115,255,.34), inset 0 1px rgba(255,255,255,.28); }
.button-primary:hover { box-shadow: 0 20px 45px rgba(36,115,255,.42); }
.button-ghost { color: var(--text); border-color: var(--line); background: var(--panel); }
.button-ghost:hover { border-color: rgba(80,199,255,.4); background: var(--panel-light); }
.button-dark { color: #fff; background: linear-gradient(135deg, rgba(20,58,121,.92), rgba(7,29,68,.98)); border-color: rgba(100,175,255,.18); }
.button-dark:hover { border-color: rgba(80,199,255,.36); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--blue-bright); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

/* Hero */
.hero { padding: 88px 0 74px; overflow: hidden; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 10px; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(72,208,255,.2); background: rgba(24,82,136,.2); color: var(--blue-soft); font-size: .76rem; font-weight: 600; letter-spacing: .02em; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(54,230,208,.1), 0 0 14px var(--cyan); animation: pulse 2s infinite; }
.hero .eyebrow { margin: 31px 0 16px; }
.hero h1 { max-width: 790px; margin: 0; font-family: "Avenir Next", Inter, system-ui, sans-serif; font-size: clamp(3.1rem, 5.7vw, 5.9rem); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #f5fbff 3%, var(--blue-bright) 48%, #3977ff); -webkit-background-clip: text; background-clip: text; }
html[data-theme="light"] .hero h1 em { background-image: linear-gradient(90deg, #062b62, #0a7adf 55%, #3e6bff); }
.hero-lead { max-width: 690px; margin: 25px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 30px; margin-top: 40px; padding-top: 27px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; max-width: 150px; }
.trust-row strong { font: 700 .96rem "Avenir Next", Inter, system-ui; }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; perspective: 1000px; }
.hero-visual::before { content: ""; position: absolute; width: 85%; height: 85%; border-radius: 50%; background: radial-gradient(circle, rgba(45,140,255,.22), rgba(17,78,255,.05) 48%, transparent 70%); filter: blur(5px); }
.hero-visual::after { content: ""; position: absolute; width: 510px; height: 510px; border: 1px solid rgba(91,173,255,.12); border-radius: 50%; box-shadow: inset 0 0 70px rgba(27,106,255,.05); animation: rotate 30s linear infinite; }
.dashboard-card { position: relative; z-index: 3; width: min(100%, 520px); overflow: hidden; border: 1px solid rgba(131,194,255,.23); border-radius: 26px; background: linear-gradient(145deg, rgba(9,26,59,.95), rgba(4,13,32,.92)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.08); transform: rotateY(-4deg) rotateX(2deg); }
html[data-theme="light"] .dashboard-card { background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(228,241,255,.94)); }
.dashboard-top { height: 48px; display: flex; align-items: center; gap: 13px; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--muted); font: 600 .6rem "Avenir Next", Inter, system-ui; letter-spacing: .1em; }
.dashboard-top > span { margin-left: auto; }
.mini-dots, .traffic { display: flex; gap: 5px; }
.mini-dots i, .traffic i, .browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #ff6b6b; }
.mini-dots i:nth-child(2), .traffic i:nth-child(2), .browser-bar i:nth-child(2) { background: #ffd166; }
.mini-dots i:nth-child(3), .traffic i:nth-child(3), .browser-bar i:nth-child(3) { background: #43d19e; }
.dashboard-body { padding: 29px; }
.console-status { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(54,230,208,.2); border-radius: 8px; color: var(--cyan); background: rgba(54,230,208,.05); font: 700 .6rem "Avenir Next", Inter, system-ui; letter-spacing: .1em; }
.status-block h3 { margin: 18px 0 24px; font: 700 1.62rem/1.2 "Avenir Next", Inter, system-ui; letter-spacing: -.03em; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.metric-grid article { min-height: 112px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(23,58,111,.26); }
.metric-grid article:nth-child(2), .metric-grid article:nth-child(4) { background: linear-gradient(145deg, rgba(44,126,255,.18), rgba(12,30,68,.22)); }
.metric-icon { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(80,199,255,.2); border-radius: 9px; color: var(--blue-bright); background: rgba(80,199,255,.07); }
.metric-grid small { color: var(--muted); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.metric-grid strong { margin-top: 3px; font-size: .84rem; }
.growth-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 15px 17px; border: 1px solid rgba(80,199,255,.18); border-radius: 15px; background: linear-gradient(90deg, rgba(43,127,255,.13), rgba(54,230,208,.06)); }
.growth-line div { display: flex; flex-direction: column; }
.growth-line small { color: var(--muted); font-size: .68rem; }
.growth-line strong { margin-top: 2px; font-size: .86rem; }
.pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(54,230,208,.07); }
.pulse::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(54,230,208,.35); border-radius: inherit; animation: pulse 2s infinite; }
.floating-tag { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid rgba(129,190,255,.18); border-radius: 999px; background: color-mix(in srgb, var(--panel-solid) 94%, transparent); color: var(--blue-soft); font-size: .69rem; font-weight: 700; box-shadow: 0 16px 40px rgba(0,24,77,.25); }
.tag-one { top: 50px; right: -8px; animation: float 5s ease-in-out infinite; }
.tag-two { left: -24px; bottom: 96px; animation: float 6s ease-in-out .8s infinite; }
.tag-three { right: 2px; bottom: 20px; animation: float 5.5s ease-in-out .2s infinite; }

/* Technology ribbon */
.mini-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(6,18,43,.34); }
.proof-track { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font: 700 .68rem "Avenir Next", Inter, system-ui; text-transform: uppercase; letter-spacing: .11em; overflow: hidden; white-space: nowrap; }
.proof-track i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 10px var(--blue-bright); }

/* Signature organic growth service */
.signature-section { padding-top: 132px; }
.signature-service { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; overflow: hidden; padding: 58px; border: 1px solid rgba(100,179,255,.22); border-radius: 28px; background: linear-gradient(145deg, rgba(13,37,81,.9), rgba(4,14,34,.86)); box-shadow: 0 34px 90px rgba(0,37,111,.23), inset 0 1px rgba(255,255,255,.05); }
html[data-theme="light"] .signature-service { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(221,238,255,.85)); }
.signature-service::before { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(54,154,255,.23), transparent 70%); }
.signature-copy { position: relative; z-index: 2; }
.signature-label { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.signature-label span, .signature-label b { padding: 7px 10px; border-radius: 8px; font: 700 .58rem "Avenir Next", Inter, system-ui; letter-spacing: .1em; text-transform: uppercase; }
.signature-label span { color: var(--cyan); border: 1px solid rgba(54,230,208,.18); background: rgba(54,230,208,.05); }
.signature-label b { color: var(--blue-soft); border: 1px solid var(--line); background: rgba(37,91,168,.1); }
.signature-copy h2 { max-width: 800px; margin-top: 15px; }
.signature-lead { max-width: 730px; margin: 25px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.signature-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 30px; }
.signature-note { max-width: 710px; margin: 24px 0 0; padding-left: 16px; border-left: 2px solid var(--blue-bright); color: var(--muted); font-size: .78rem; line-height: 1.6; }
.signature-system { position: relative; z-index: 2; overflow: hidden; align-self: center; border: 1px solid rgba(128,191,255,.2); border-radius: 22px; background: rgba(5,17,41,.72); box-shadow: 0 26px 60px rgba(0,24,80,.28); }
html[data-theme="light"] .signature-system { background: rgba(242,248,255,.82); }
.system-topbar { height: 47px; display: flex; align-items: center; gap: 12px; padding: 0 15px; border-bottom: 1px solid var(--line); color: var(--muted); font: 600 .57rem "Avenir Next", Inter, system-ui; letter-spacing: .09em; }
.system-topbar > span { margin-right: auto; }
.system-topbar b { color: var(--cyan); }
.system-stack { display: grid; gap: 1px; padding: 15px; }
.system-stack article { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 15px 14px; border: 1px solid transparent; border-radius: 13px; background: rgba(22,54,105,.22); }
.system-stack article + article { margin-top: 8px; }
.system-stack article:hover { border-color: rgba(80,199,255,.22); background: rgba(28,75,143,.28); }
.system-stack article > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(80,199,255,.2); border-radius: 10px; color: var(--blue-bright); background: rgba(80,199,255,.06); font-size: .63rem; font-weight: 700; }
.system-stack div { display: flex; flex-direction: column; }
.system-stack small { color: var(--muted); font-size: .55rem; letter-spacing: .09em; }
.system-stack strong { margin-top: 3px; font-size: .82rem; }
.system-stack em { color: var(--blue-soft); font-style: normal; font-size: .55rem; letter-spacing: .08em; }
.ten-year-line { margin: 0 15px 15px; padding: 15px; border: 1px solid rgba(54,230,208,.14); border-radius: 13px; background: rgba(54,230,208,.035); }
.ten-year-line span { color: var(--cyan); font: 700 .57rem "Avenir Next", Inter, system-ui; letter-spacing: .1em; }
.ten-year-line p { margin: 6px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.signature-orbit { position: absolute; width: 420px; height: 420px; right: -110px; bottom: -160px; border: 1px solid rgba(80,199,255,.08); border-radius: 50%; animation: rotate 28s linear infinite; }
.signature-orbit span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 12px var(--blue-bright); }
.signature-orbit span:nth-child(1){left:13%;top:21%}.signature-orbit span:nth-child(2){right:16%;top:22%}.signature-orbit span:nth-child(3){left:48%;bottom:-4px}

/* Service cards */
.services-section { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { position: relative; min-height: 650px; display: flex; flex-direction: column; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(13,33,69,.78), rgba(6,18,41,.58)); transition: transform .28s, border-color .28s, box-shadow .28s; }
html[data-theme="light"] .price-card { background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(226,240,255,.75)); }
.price-card:hover { transform: translateY(-8px); border-color: rgba(80,199,255,.32); box-shadow: 0 25px 60px rgba(0,37,111,.18); }
.price-card.featured { background: linear-gradient(145deg, rgba(25,80,150,.64), rgba(7,24,57,.7)); }
.card-number { position: absolute; right: 23px; top: 21px; color: rgba(155,197,255,.25); font: 700 .68rem "Avenir Next", Inter, system-ui; letter-spacing: .1em; }
.popular-ribbon { position: absolute; right: -42px; top: 22px; width: 160px; padding: 7px 0; transform: rotate(36deg); text-align: center; background: linear-gradient(90deg,var(--blue-bright),var(--blue)); color: #fff; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-label { display: inline-block; color: var(--blue-bright); font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 16px 0 11px; font: 700 1.28rem/1.25 "Avenir Next", Inter, system-ui; }
.price-card-head p { min-height: 82px; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.price { display: flex; flex-direction: column; margin: 25px 0 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price small { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.price strong { margin-top: 3px; font: 700 2.45rem "Avenir Next", Inter, system-ui; letter-spacing: -.04em; }
.price sup { position: relative; top: -4px; margin-right: 3px; font-size: .7rem; letter-spacing: .05em; }
.feature-list { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--muted); font-size: .83rem; }
.feature-list li { position: relative; padding-left: 20px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .63em; width: 6px; height: 6px; border: 1px solid var(--blue-bright); border-radius: 2px; transform: rotate(45deg); }
.feature-list b { color: var(--blue-soft); font-weight: 650; }
.price-card .button { margin-top: auto; }
.price-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(16,40,81,.24); }
.price-note span { min-width: max-content; color: var(--blue-bright); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-note p { margin: 0; color: var(--muted); font-size: .78rem; }

/* Capabilities */
.value-section { border-top: 1px solid var(--line); }
.value-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.value-intro { position: sticky; top: 125px; }
.value-intro h2 { margin-top: 14px; }
.value-intro p { max-width: 550px; color: var(--muted); line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.capability { min-height: 220px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(12,31,65,.7), rgba(5,17,38,.5)); }
html[data-theme="light"] .capability { background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(227,240,255,.72)); }
.capability > span { color: var(--blue-bright); font: 700 .62rem "Avenir Next", Inter, system-ui; letter-spacing: .09em; }
.capability h3 { margin: auto 0 9px; font: 700 1.05rem "Avenir Next", Inter, system-ui; }
.capability p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

/* Deep growth process */
.growth-process-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(15,44,90,.12), transparent 24%); }
.growth-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.growth-step { min-height: 320px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(13,33,69,.8), rgba(5,17,38,.55)); transition: transform .25s, border-color .25s; }
html[data-theme="light"] .growth-step { background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(226,240,255,.75)); }
.growth-step:hover { transform: translateY(-6px); border-color: rgba(80,199,255,.3); }
.growth-step b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(80,199,255,.2); border-radius: 13px; color: var(--blue-bright); background: rgba(80,199,255,.06); font-size: .68rem; }
.growth-step > span { margin-top: auto; color: var(--blue-bright); font-size: .58rem; font-weight: 700; letter-spacing: .11em; }
.growth-step h3 { margin: 9px 0 10px; font: 700 1.12rem "Avenir Next", Inter, system-ui; }
.growth-step p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.growth-principle { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.growth-principle div { min-height: 145px; padding: 23px; background: color-mix(in srgb, var(--panel-solid) 93%, transparent); }
.growth-principle small { color: var(--blue-bright); font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.growth-principle strong { display: block; margin-top: 9px; font-size: .88rem; line-height: 1.55; }

/* Industries */
.industries-section { border-top: 1px solid var(--line); }
.industry-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.industry-cloud span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: rgba(24,60,117,.13); font-size: .76rem; transition: color .2s, border-color .2s, transform .2s; }
.industry-cloud span:hover { color: var(--text); border-color: rgba(80,199,255,.3); transform: translateY(-3px); }

/* Work */
.work-section { border-top: 1px solid var(--line); }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(12,31,65,.8), rgba(5,17,38,.62)); transition: transform .25s, border-color .25s; }
html[data-theme="light"] .work-card { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(226,240,255,.78)); }
.work-card:hover { transform: translateY(-7px); border-color: rgba(80,199,255,.32); }
.work-preview { min-height: 270px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(8,28,68,.95), rgba(15,58,116,.72)); }
.browser-bar { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-bottom: 1px solid rgba(126,189,255,.12); background: rgba(2,10,27,.55); }
.preview-layout, .business-screen, .network-map { position: relative; min-height: 240px; overflow: hidden; padding: 26px; }
.preview-layout { background: radial-gradient(circle at 74% 36%, rgba(80,199,255,.14), transparent 32%), linear-gradient(145deg,#071931,#0b2b56); }
.preview-label { color: var(--blue-bright); font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }
.preview-layout h3 { position: relative; z-index: 2; margin: 28px 0; font: 700 2rem/1.05 "Avenir Next", Inter, system-ui; }
.preview-image-block { position: absolute; right: -20px; bottom: -10px; width: 64%; height: 78%; background: linear-gradient(145deg, rgba(45,112,224,.92), rgba(80,199,255,.42)); clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.business-screen { background: radial-gradient(circle at 70% 32%, rgba(80,199,255,.16), transparent 35%), linear-gradient(145deg,#061a36,#0c3971); }
.screen-nav { width: 52%; height: 7px; border-radius: 99px; background: rgba(164,216,255,.3); }
.screen-copy { display: flex; flex-direction: column; align-items: flex-start; margin-top: 43px; }
.screen-copy b { font: 700 1.55rem "Avenir Next", Inter, system-ui; letter-spacing: -.04em; }
.screen-copy span { margin-top: 5px; color: var(--muted); font-size: .7rem; }
.screen-copy button { margin-top: 16px; border: 0; padding: 8px 12px; border-radius: 8px; background: linear-gradient(135deg,var(--blue-bright),var(--blue)); color: white; font-size: .61rem; }
.screen-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 34px; }
.screen-stats i { height: 34px; border: 1px solid rgba(113,183,255,.16); border-radius: 8px; background: rgba(30,86,159,.31); }
.network-map { background: radial-gradient(circle at 50% 50%, rgba(51,141,255,.18), transparent 45%), linear-gradient(145deg,#041126,#082b51); }
.node { position: absolute; width: 24px; height: 24px; z-index: 2; border: 1px solid rgba(80,199,255,.35); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(43,127,255,.06); }
.node-main { width: 70px; height: 70px; left: calc(50% - 35px); top: calc(50% - 35px); display: grid; place-items: center; border-radius: 22px; font-style: normal; font-family: "Avenir Next", Inter, system-ui; color: #fff; font-weight: 700; background: linear-gradient(145deg,var(--blue-bright),var(--blue)); }
.node-a{left:15%;top:17%}.node-b{right:15%;top:16%}.node-c{left:14%;bottom:15%}.node-d{right:13%;bottom:17%}
.line { position: absolute; width: 42%; height: 1px; left: 29%; top: 50%; transform-origin: center; background: rgba(80,199,255,.27); }
.line-a{transform:rotate(35deg)}.line-b{transform:rotate(-35deg)}.line-c{transform:rotate(145deg)}.line-d{transform:rotate(-145deg)}
.work-copy { padding: 25px; }
.work-copy > span { color: var(--blue-bright); font-size: .59rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.work-copy h3 { margin: 10px 0; font: 700 1.08rem "Avenir Next", Inter, system-ui; }
.work-copy p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.portfolio-disclaimer { margin: 26px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

/* Support */
.support-section { border-top: 1px solid var(--line); }
.support-shell { position: relative; overflow: hidden; padding: 55px; border: 1px solid rgba(102,181,255,.2); border-radius: 27px; background: linear-gradient(145deg, rgba(13,39,84,.87), rgba(4,16,38,.82)); box-shadow: var(--shadow); }
html[data-theme="light"] .support-shell { background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(223,239,255,.82)); }
.support-shell::before { content: ""; position: absolute; width: 500px; height: 500px; right: -190px; top: -260px; border-radius: 50%; background: rgba(43,127,255,.16); filter: blur(50px); }
.support-copy { position: relative; z-index: 2; max-width: 790px; }
.support-copy h2 { max-width: 760px; }
.support-copy p { max-width: 610px; color: var(--muted); }
.support-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 21px; }
.support-badges span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--blue-soft); background: rgba(31,77,145,.12); font-size: .67rem; }
.support-plans { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 41px; }
.support-plan { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,24,53,.5); }
.support-plan.active { border-color: rgba(80,199,255,.34); background: linear-gradient(145deg, rgba(36,105,202,.2), rgba(8,24,53,.52)); }
.recommended { position: absolute; right: 17px; top: 17px; color: var(--cyan); font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.support-plan small { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.support-plan strong { display: block; margin: 10px 0; font: 700 1.9rem "Avenir Next", Inter, system-ui; letter-spacing: -.04em; }
.support-plan strong span { margin-left: 3px; color: var(--muted); font-size: .7rem; }
.support-plan p { margin: 0; color: var(--muted); font-size: .78rem; }
.onsite-note { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(4,14,33,.35); }
.onsite-note div { display: flex; flex-direction: column; }
.onsite-note span { color: var(--muted); font-size: .59rem; letter-spacing: .09em; text-transform: uppercase; }
.onsite-note strong { margin-top: 4px; font-size: .83rem; }
.onsite-note p { grid-column: 1/-1; margin: 1px 0 0; color: var(--muted); font-size: .71rem; }

/* Standard process */
.process-section { border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.process-grid article { min-height: 250px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(12,31,65,.74), rgba(5,17,38,.5)); }
html[data-theme="light"] .process-grid article { background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(226,240,255,.74)); }
.process-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(80,199,255,.2); border-radius: 12px; color: var(--blue-bright); font-weight: 700; }
.process-grid h3 { margin: auto 0 8px; font: 700 1rem "Avenir Next", Inter, system-ui; }
.process-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }

/* FAQ */
.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
.faq-intro { position: sticky; top: 126px; }
.faq-intro p { max-width: 430px; margin-bottom: 27px; color: var(--muted); }
.accordion { display: grid; gap: 9px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: rgba(10,29,61,.54); }
html[data-theme="light"] .faq-item { background: rgba(255,255,255,.76); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 20px; border: 0; background: transparent; color: var(--text); text-align: left; font-weight: 650; cursor: pointer; }
.faq-item button i { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--blue-bright); background: rgba(80,199,255,.05); font-style: normal; transition: .25s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 20px; color: var(--muted); font-size: .81rem; line-height: 1.65; transition: padding .3s; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 20px 20px; }
.faq-item.open button i { transform: rotate(45deg); color: #fff; background: var(--blue); }

/* Contact */
.contact-section { border-top: 1px solid var(--line); }
.contact-shell { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 62px; overflow: hidden; padding: 59px; border: 1px solid rgba(104,183,255,.22); border-radius: 28px; background: linear-gradient(145deg, rgba(13,39,84,.88), rgba(3,14,34,.88)); box-shadow: var(--shadow); }
html[data-theme="light"] .contact-shell { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(222,238,255,.86)); }
.contact-shell::before { content: ""; position: absolute; width: 500px; height: 500px; left: -230px; bottom: -300px; border-radius: 50%; background: rgba(43,127,255,.15); filter: blur(40px); }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy p { max-width: 470px; color: var(--muted); }
.direct-contact { display: grid; gap: 9px; margin-top: 31px; }
.direct-contact a { display: flex; flex-direction: column; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(22,58,112,.18); transition: transform .2s, border-color .2s; }
.direct-contact a:hover { transform: translateX(5px); border-color: rgba(80,199,255,.32); }
.direct-contact span { color: var(--muted); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { margin-top: 3px; font-size: .84rem; }
.contact-form { display: grid; gap: 14px; padding: 26px; border: 1px solid var(--line); border-radius: 21px; background: rgba(5,18,43,.72); }
html[data-theme="light"] .contact-form { background: rgba(255,255,255,.82); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 7px; color: var(--muted); font-size: .69rem; font-weight: 650; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--text); background: rgba(25,57,108,.25); transition: border-color .2s, box-shadow .2s, background .2s; }
html[data-theme="light"] .contact-form input, html[data-theme="light"] .contact-form select, html[data-theme="light"] .contact-form textarea { background: rgba(235,245,255,.9); }
.contact-form option { color: #07162f; background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(80,199,255,.55); box-shadow: 0 0 0 3px rgba(43,127,255,.1); }
.contact-form textarea { resize: vertical; }
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 2px; }
.form-email { color: var(--blue-bright); font-size: .74rem; font-weight: 650; }
.form-note { margin: 0; color: var(--muted); font-size: .66rem; }

/* Footer */
.site-footer { padding: 70px 0 26px; border-top: 1px solid var(--line); background: rgba(2,7,18,.38); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .55fr 1fr; gap: 50px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div:first-child p, .footer-legal p { max-width: 350px; color: var(--muted); font-size: .76rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links strong, .footer-legal strong { margin-bottom: 7px; color: var(--text); font-size: .79rem; }
.footer-links a { color: var(--muted); font-size: .75rem; }
.footer-links a:hover { color: var(--blue-bright); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 51px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .69rem; }
.footer-bottom a:hover { color: var(--text); }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(125,202,255,.35); border-radius: 17px; background: linear-gradient(135deg, #3ec8ff, #2475ff 50%, #244ddb); box-shadow: 0 16px 42px rgba(36,115,255,.35); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-5px); }
.floating-whatsapp svg { width: 27px; fill: #fff; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }
@keyframes pulse { 0% { transform: scale(.78); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: .74rem; }
  .hero-grid, .signature-service { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { min-height: 530px; }
  .signature-system { max-width: 620px; width: 100%; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: 1/-1; min-height: 530px; }
  .growth-steps { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card:last-child { grid-column: 1/-1; }
  .support-plans { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .contact-shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .site-header { padding-top: 10px; }
  .nav-wrap { width: min(100% - 28px, var(--max)); min-height: 66px; }
  .nav-toggle { display: block; }
  .theme-toggle { order: 3; }
  .nav-toggle { order: 4; }
  .main-nav { position: fixed; inset: 88px 14px auto; z-index: 60; display: flex; flex-direction: column; align-items: stretch; gap: 7px; padding: 18px; border: 1px solid var(--line); border-radius: 19px; background: color-mix(in srgb, var(--bg-deep) 96%, transparent); backdrop-filter: blur(22px); box-shadow: 0 30px 70px rgba(0,12,38,.4); opacity: 0; pointer-events: none; transform: translateY(-12px) scale(.98); transition: .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .main-nav > a { padding: 11px 12px; font-size: .9rem; }
  .main-nav > a::after { display: none; }
  .main-nav .nav-cta { justify-content: center; margin-top: 4px; }
  .main-nav .theme-toggle { display: none; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 88px 0; }
  .hero { padding-top: 64px; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .value-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .value-intro, .faq-intro { position: static; }
  .growth-principle { grid-template-columns: 1fr; }
  .support-shell, .contact-shell, .signature-service { padding: 38px 24px; }
}

@media (max-width: 650px) {
  .brand-copy small { display: none; }
  .theme-toggle { width: 40px; height: 40px; }
  .nav-toggle { width: 40px; height: 40px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .hero-lead { font-size: 1rem; }
  .trust-row { flex-direction: column; gap: 14px; }
  .trust-row div { max-width: none; }
  .hero-visual { min-height: 460px; }
  .dashboard-card { transform: none; }
  .hero-visual::after { width: 390px; height: 390px; }
  .tag-one { right: -4px; }.tag-two { left: -4px; }.tag-three { right: 4px; }
  .proof-track { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .signature-label { align-items: flex-start; flex-direction: column; }
  .signature-actions .button, .hero-actions .button { width: 100%; }
  .system-stack article { grid-template-columns: 36px 1fr; }
  .system-stack em { grid-column: 2; }
  .pricing-grid, .capability-grid, .growth-steps, .work-grid, .process-grid { grid-template-columns: 1fr; }
  .price-card:last-child, .work-card:last-child { grid-column: auto; }
  .price-card { min-height: auto; }
  .price-card-head p { min-height: 0; }
  .price-note { flex-direction: column; gap: 6px; }
  .onsite-note { grid-template-columns: 1fr; }
  .onsite-note p { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; align-items: stretch; }
  .form-email { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .floating-tag { display: none; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 22px, var(--max)); }
  .nav-wrap { width: min(100% - 20px, var(--max)); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .78rem; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 2.85rem; }
  .dashboard-body, .contact-form { padding: 19px; }
  .metric-grid { gap: 8px; }
  .metric-grid article { min-height: 104px; padding: 12px; }
  .signature-service, .support-shell, .contact-shell { padding: 28px 18px; }
}

/* Brand image upgrade */
.brand-logo { width: 46px; height: 46px; object-fit: contain; flex: 0 0 46px; filter: drop-shadow(0 10px 18px rgba(43,127,255,.28)); }
.footer-brand .brand-logo { width: 44px; height: 44px; }
@media (max-width: 560px) { .brand-logo { width: 40px; height: 40px; flex-basis: 40px; } }


/* Trust & credibility section */
.credibility-section { padding-top: 92px; padding-bottom: 36px; }
.credibility-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 34px; }
.credibility-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 0 16px 50px rgba(0,0,0,.08); }
.credibility-card b { display: inline-flex; color: var(--blue-bright); font: 700 .72rem "Avenir Next", Inter, system-ui; letter-spacing: .14em; }
.credibility-card h3 { margin: 18px 0 10px; font: 700 1.08rem "Avenir Next", Inter, system-ui; }
.credibility-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.founder-proof { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; padding: 18px 22px; border: 1px solid rgba(80,199,255,.22); border-radius: 18px; background: rgba(43,127,255,.055); color: var(--muted); font-size: .84rem; }
.founder-proof strong { color: var(--text); }
.founder-proof a { color: var(--blue-bright); }
.proof-dot { display:inline-block; width:8px; height:8px; margin-right:8px; border-radius:50%; background:#45d49d; box-shadow:0 0 16px rgba(69,212,157,.65); }
@media (max-width: 980px) { .credibility-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px) { .credibility-grid { grid-template-columns: 1fr; } .founder-proof { align-items:flex-start; flex-direction:column; } }
