:root {
  --bg: #07111f;
  --bg-soft: #0b1830;
  --surface: #0e1c34;
  --surface-light: #f5f8fc;
  --text: #eaf1fb;
  --text-dark: #102039;
  --muted: #9fb0c8;
  --muted-dark: #5d6c83;
  --blue: #2563eb;
  --blue-light: #60a5fa;
  --teal: #14b8a6;
  --teal-light: #2dd4bf;
  --purple: #8b5cf6;
  --line: rgba(255,255,255,.10);
  --radius: 24px;
  --shadow: 0 28px 80px rgba(3, 10, 25, .34);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-dark);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .72; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 14px; border-radius: 10px; background: white; color: #000; z-index: 999; transform: translateY(-140%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7,17,31,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.brand-mark { width: 39px; height: 39px; color: white; }
.brand-text { display: flex; align-items: baseline; gap: 5px; font-size: 19px; letter-spacing: -.02em; }
.brand-text strong { font-weight: 800; }
.brand-text span { font-weight: 450; color: #b9c7d9; }
.main-nav { display: flex; align-items: center; gap: 32px; color: #c7d3e3; font-size: 14px; font-weight: 650; }
.main-nav > a { transition: color .2s ease; }
.main-nav > a:hover { color: white; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); color: white !important; }
.nav-cta:hover { background: rgba(255,255,255,.12); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: white; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 850px; display: flex; align-items: center; padding-top: 150px; overflow: hidden; color: white; background: radial-gradient(circle at 63% 12%, #0b2b58 0, #071629 35%, var(--bg) 68%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 58px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 23px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #7dd3fc; }
.hero h1 { margin: 22px 0 24px; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.05; letter-spacing: -.055em; font-weight: 780; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, #60a5fa, #2dd4bf); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 645px; margin: 0; color: #b9c8da; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 42px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 0; border-radius: 13px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), #337ff5); box-shadow: 0 14px 35px rgba(37,99,235,.35); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(37,99,235,.46); }
.btn-secondary { color: white; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.btn-secondary:hover { background: rgba(255,255,255,.11); }
.hero-proof { display: flex; gap: 32px; }
.hero-proof div { position: relative; }
.hero-proof div:not(:last-child)::after { content: ""; position: absolute; top: 4px; right: -16px; width: 1px; height: 37px; background: var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { color: #9aabc0; font-size: 12px; line-height: 1.45; margin-top: 3px; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(90px); opacity: .18; }
.hero-glow-one { width: 330px; height: 330px; background: var(--blue); right: 8%; top: 13%; }
.hero-glow-two { width: 250px; height: 250px; background: var(--teal); right: 34%; bottom: 2%; }

.hero-visual { position: relative; min-height: 590px; display: flex; align-items: center; padding-bottom: 34px; }
.dashboard-window { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(12,25,47,.86); box-shadow: 0 34px 90px rgba(0,0,0,.38); overflow: hidden; transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); backdrop-filter: blur(14px); }
.window-bar { height: 46px; display: flex; align-items: center; gap: 20px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.window-dots { display: flex; gap: 6px; }.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #50617a; }.window-dots i:nth-child(1){background:#fb7185}.window-dots i:nth-child(2){background:#facc15}.window-dots i:nth-child(3){background:#34d399}
.window-address { flex: 1; max-width: 240px; margin: auto; padding: 6px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: rgba(255,255,255,.04); color: #7890ad; font-size: 9px; text-align: center; }
.dashboard-body { min-height: 430px; display: flex; }
.mock-sidebar { width: 65px; padding: 18px 12px; border-right: 1px solid rgba(255,255,255,.07); background: rgba(2,10,25,.16); }
.mock-logo { width: 30px; height: 30px; margin: 0 auto 27px; border: 5px solid var(--blue-light); border-right-color: var(--teal-light); border-radius: 50%; }
.mock-sidebar span { display: block; width: 26px; height: 26px; margin: 12px auto; border-radius: 7px; background: rgba(255,255,255,.05); }
.mock-sidebar span.active { background: rgba(37,99,235,.42); }
.mock-content { flex: 1; padding: 26px; }
.mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.mock-head small { display: block; color: #7590b3; font-size: 8px; }.mock-head h3 { margin: 4px 0 0; font-size: 17px; }.mock-avatar { width: 31px; height: 31px; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; background: linear-gradient(145deg, #60a5fa, #14b8a6); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.stat-grid article { padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(255,255,255,.035); }
.stat-grid span, .stat-grid strong, .stat-grid i { display: block; }.stat-grid span { color: #7890ad; font-size: 8px; }.stat-grid strong { margin-top: 6px; font-size: 18px; }.stat-grid i { margin-top: 5px; font-size: 7px; font-style: normal; }.stat-grid .up { color: #5eead4; }
.chart-card { margin-top: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.028); }
.chart-title { display: flex; justify-content: space-between; color: white; font-size: 9px; }.chart-title small { color: #6f86a4; }.chart-card svg { width: 100%; height: 145px; margin-top: 10px; }
.activity-row { display: grid; grid-template-columns: 1.5fr 1fr .8fr; gap: 10px; margin-top: 11px; }.activity-row span { height: 36px; border-radius: 9px; background: rgba(255,255,255,.04); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(12,27,49,.88); box-shadow: 0 14px 30px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.floating-card b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #5eead4; background: rgba(20,184,166,.15); }.floating-card strong,.floating-card small { display:block; }.floating-card strong { font-size: 10px; }.floating-card small { margin-top: 2px; color: #7890ad; font-size: 8px; }.card-security { right: -24px; top: 72px; } .card-growth { left: -24px; bottom: -18px; z-index: 3; }.mini-chart { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #93c5fd; background: rgba(37,99,235,.18); }

.trust-strip { border-bottom: 1px solid #e7edf5; background: #f8fafc; }
.trust-inner { min-height: 94px; display: flex; align-items: center; gap: 42px; color: #8a99ad; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-list { flex: 1; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 24px; }
.trust-list b { color: #596a82; font-size: 12px; text-align: center; letter-spacing: .04em; }

.section-heading { max-width: 750px; margin-bottom: 58px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .process-copy h2, .about-copy h2, .contact-copy h2 { margin: 15px 0 18px; color: var(--text-dark); font-size: clamp(36px, 4vw, 54px); line-height: 1.14; letter-spacing: -.04em; }
.section-heading p, .process-copy > p, .about-copy > p { margin: 0; color: var(--muted-dark); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { position: relative; padding: 38px; border: 1px solid #e5ebf3; border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #cbd8ea; box-shadow: 0 24px 54px rgba(41,66,104,.11); }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, #102443, #0a1a31); box-shadow: 0 24px 58px rgba(7,27,57,.22); }
.service-card.featured h3 { color: white; }.service-card.featured p { color: #b2c2d7; }.service-card.featured li { color: #c9d5e5; }.service-card.featured li::before { color: #5eead4; }
.service-badge { position: absolute; top: 24px; right: 24px; padding: 6px 10px; border-radius: 999px; color: #bffbf0; background: rgba(20,184,166,.15); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--blue); background: #eff5ff; font-size: 25px; }
.featured .icon-box { color: #6ee7d8; background: rgba(20,184,166,.13); }
.service-card h3 { margin: 23px 0 11px; font-size: 23px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted-dark); }
.service-card ul { display: grid; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; padding-left: 20px; color: #53637a; font-size: 14px; }.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.products-section { background: var(--surface-light); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 540px; padding: 30px 30px 0; border-radius: 27px; color: white; overflow: hidden; box-shadow: 0 22px 50px rgba(34,53,89,.12); transition: transform .25s ease; }
.product-card:hover { transform: translateY(-6px); }
.product-blue { background: linear-gradient(155deg, #164dc4, #12316f 78%); }.product-teal { background: linear-gradient(155deg, #0f9f91, #075d59 78%); }.product-purple { background: linear-gradient(155deg, #7551de, #3d2a81 78%); }
.product-top { display:flex; align-items:center; justify-content:space-between; }.product-tag { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.product-arrow { display:grid; place-items:center; width:33px; height:33px; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.product-card h3 { margin: 25px 0 10px; font-size: 31px; letter-spacing: -.04em; }.product-card p { margin:0; color:rgba(255,255,255,.73); font-size:14px; }
.product-screen { position: relative; height: 285px; margin: 30px -4px 0; border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 18px 18px 0 0; background: rgba(255,255,255,.1); box-shadow: 0 -10px 40px rgba(0,0,0,.10); overflow:hidden; }
.mini-nav { height: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }.mini-title { width: 42%; height: 13px; margin: 21px; border-radius: 6px; background: rgba(255,255,255,.18); }
.meeting-lines { width: 62%; padding: 0 20px; }.meeting-lines i { display:block; height:36px; margin:9px 0; border-radius:8px; background:rgba(255,255,255,.11); }.meeting-lines i:nth-child(2){width:85%}.meeting-lines i:nth-child(3){width:92%}.meeting-side { position:absolute; top:50px; right:17px; width:28%; }.meeting-side span { display:block; height:46px; margin:9px 0; border-radius:9px; background:rgba(255,255,255,.11); }
.school-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; padding:18px; }.school-cards span { height:54px; border-radius:9px; background:rgba(255,255,255,.13); }.school-table { margin:0 18px; padding:8px 12px; border-radius:10px; background:rgba(255,255,255,.08); }.school-table i { display:block; height:22px; margin:8px 0; border-radius:6px; background:rgba(255,255,255,.12); }
.screen-invite { display:grid; place-items:center; background:linear-gradient(160deg,rgba(255,255,255,.14),rgba(255,255,255,.04)); }.invite-phone { width:155px; height:250px; padding:22px 16px; border:4px solid rgba(255,255,255,.25); border-radius:24px; background:rgba(255,255,255,.96); color:#4f3a85; text-align:center; box-shadow:0 16px 35px rgba(0,0,0,.2); }.invite-phone i { display:block; width:52px; height:52px; margin:12px auto; border-radius:50%; background:linear-gradient(145deg,#d9c6ff,#8b5cf6); }.invite-phone b,.invite-phone small { display:block; }.invite-phone b { font-family: Georgia, serif; font-size:17px; }.invite-phone small { margin:7px 0 16px; font-size:8px; letter-spacing:.14em; }.invite-phone button,.invite-phone .invite-button { display:inline-block; padding:8px 12px; border:0; border-radius:999px; color:white; background:#7551de; font-size:7px; }.invite-heart { font-size:14px; }

.process-section { background: white; }
.process-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:100px; align-items:start; }
.process-copy { position:sticky; top:130px; }.text-link { display:inline-flex; gap:10px; align-items:center; margin-top:28px; color:var(--blue); font-weight:800; }.text-link span { transition:transform .2s ease; }.text-link:hover span { transform:translateX(5px); }
.steps { border-top:1px solid #e5ebf3; }.step { display:grid; grid-template-columns:90px 1fr; gap:22px; padding:34px 0; border-bottom:1px solid #e5ebf3; }.step > b { color:#bdc9d9; font-size:12px; letter-spacing:.12em; }.step h3 { margin:0 0 7px; font-size:22px; }.step p { margin:0; color:var(--muted-dark); }

.about-section { color:white; background:var(--bg); overflow:hidden; }.about-section::before { content:""; position:absolute; width:600px; height:600px; left:-200px; top:-150px; border-radius:50%; background:radial-gradient(circle,rgba(37,99,235,.2),transparent 65%); }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:95px; align-items:center; }.about-visual { position:relative; min-height:480px; display:grid; place-items:center; }.about-logo { width:170px; height:170px; padding:25px; border:1px solid rgba(255,255,255,.15); border-radius:50%; background:rgba(255,255,255,.06); box-shadow:0 0 90px rgba(37,99,235,.28); backdrop-filter:blur(10px); }.orbit { position:absolute; border:1px solid rgba(255,255,255,.12); border-radius:50%; }.orbit-one{width:300px;height:300px}.orbit-two{width:440px;height:440px}.orbit-dot { position:absolute; width:14px; height:14px; border:3px solid var(--bg); border-radius:50%; }.dot-one{top:78px;right:116px;background:#60a5fa}.dot-two{bottom:104px;left:83px;background:#2dd4bf}.dot-three{right:39px;bottom:193px;background:#8b5cf6}
.about-copy h2 { color:white; }.about-copy > p { color:#aebed2; margin-bottom:17px; }.values { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:34px; }.values div { padding:17px; border:1px solid rgba(255,255,255,.09); border-radius:14px; background:rgba(255,255,255,.035); }.values strong,.values span{display:block}.values strong{font-size:14px}.values span{margin-top:6px;color:#9aacc2;font-size:12px;line-height:1.55}

.contact-section { padding:90px 0; background:#f4f7fb; }.contact-wrap { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; padding:65px; border-radius:32px; color:white; background:linear-gradient(145deg,#102a50,#071528); box-shadow:var(--shadow); overflow:hidden; }.contact-wrap::before { content:""; position:absolute; width:370px; height:370px; right:-80px; top:-150px; border-radius:50%; background:radial-gradient(circle,rgba(20,184,166,.28),transparent 67%); }.contact-copy { position:relative; z-index:1; }.contact-copy h2 { color:white; }.contact-copy > p { color:#aebed2; }.eyebrow.light { color:#67e8d6; }.contact-note { margin-top:35px; padding:17px 18px; border:1px solid rgba(255,255,255,.09); border-radius:14px; background:rgba(255,255,255,.04); }.contact-note b,.contact-note span{display:block}.contact-note b{font-size:13px}.contact-note span{margin-top:5px;color:#a6b7cb;font-size:12px;line-height:1.55}
.contact-form { position:relative; z-index:1; padding:28px; border:1px solid rgba(255,255,255,.1); border-radius:22px; background:rgba(255,255,255,.06); backdrop-filter:blur(10px); }.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.contact-form label { display:block; margin-bottom:14px; color:#e5edf7; font-size:12px; font-weight:700; }.contact-form input,.contact-form select,.contact-form textarea { width:100%; margin-top:7px; padding:13px 14px; border:1px solid rgba(255,255,255,.11); border-radius:10px; outline:none; color:white; background:rgba(0,0,0,.16); transition:border-color .2s ease,box-shadow .2s ease; }.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8295ad}.contact-form select option{color:#172236}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.13)}.contact-form input[aria-invalid="true"],.contact-form select[aria-invalid="true"],.contact-form textarea[aria-invalid="true"]{border-color:#fb7185}.contact-form textarea{resize:vertical}.btn-form{width:100%;justify-content:space-between;margin-top:4px;color:white;background:linear-gradient(135deg,var(--blue),#3b82f6)}.contact-form > small{display:block;margin-top:14px;color:#a9b9cc;font-size:11px;line-height:1.55;text-align:center}.contact-form > small a,.noscript-note a{text-decoration:underline;text-underline-offset:2px}.form-status{min-height:19px;margin:10px 0 0;font-size:12px}.form-status.error{color:#fecdd3}.form-status.success{color:#99f6e4}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.noscript-note{padding:10px;border-radius:8px;color:#fff;background:rgba(255,255,255,.08);font-size:12px}

.site-footer { padding:70px 0 24px; color:#9fb0c4; background:#050d19; }.footer-grid { display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:55px; }.footer-brand { margin-bottom:17px; }.footer-grid > div:first-child p { max-width:360px; margin:0; font-size:13px; line-height:1.65; }.footer-grid h3 { margin:8px 0 17px; color:white; font-size:13px; }.footer-grid a,.footer-grid span { display:block; margin:9px 0; font-size:12px; line-height:1.5; transition:color .2s ease; }.footer-grid a:hover{color:white}.footer-bottom { display:flex; justify-content:space-between; margin-top:55px; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); font-size:11px; line-height:1.5; }.footer-bottom span,.footer-bottom a{display:block}.footer-legal{display:flex!important;flex-wrap:wrap;gap:18px}

.reveal { opacity:0; transform:translateY(24px); transition:opacity .65s ease,transform .65s ease; }.reveal.visible{opacity:1;transform:none}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.service-card,.product-card{transition:none} }

@media (max-width: 1024px) {
  .hero { min-height:auto; padding-bottom:100px; }.hero-grid{grid-template-columns:1fr;}.hero-copy{max-width:760px}.hero-visual{width:min(760px,100%);margin:auto;padding-bottom:38px}.card-security{right:10px}.card-growth{left:10px;bottom:-12px}
  .trust-inner{align-items:flex-start;padding:28px 0;flex-direction:column;gap:15px}.trust-list{width:100%}
  .product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1;min-height:500px}.product-card:last-child .product-screen{max-width:420px;margin-inline:auto;margin-top:30px}
  .process-grid{grid-template-columns:1fr;gap:48px}.process-copy{position:static;max-width:720px}
  .about-grid{grid-template-columns:1fr;gap:30px}.about-visual{min-height:430px}.about-copy{max-width:760px}
  .contact-wrap{grid-template-columns:1fr;gap:40px;padding:48px}.contact-copy{max-width:700px}
}

@media (max-width: 760px) {
  .container{width:min(calc(100% - 28px),var(--container))}.section{padding:78px 0}
  .menu-toggle{display:block;position:relative;z-index:2}.main-nav{position:fixed;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:23px;padding:38px;color:white;background:rgba(5,13,25,.98);transform:translateX(100%);transition:transform .25s ease}.main-nav.open{transform:none}.main-nav a{font-size:22px}.nav-cta{margin-top:10px;font-size:16px!important}
  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero{padding-top:125px}.hero h1{font-size:45px}.hero-lead{font-size:16px}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hero-proof div::after{display:none}.hero-visual{min-height:430px}.dashboard-window{transform:none}.mock-content{padding:16px}.stat-grid article{padding:10px}.stat-grid strong{font-size:14px}.chart-card svg{height:100px}.dashboard-body{min-height:340px}.mock-sidebar{width:52px;padding-inline:8px}.floating-card{display:none}
  .trust-list{grid-template-columns:repeat(2,1fr);gap:15px}.trust-list b{text-align:left}
  .section-heading.split{grid-template-columns:1fr;gap:15px}.section-heading h2,.process-copy h2,.about-copy h2,.contact-copy h2{font-size:36px}.service-grid,.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-card{min-height:530px}.service-card{padding:29px}
  .step{grid-template-columns:54px 1fr}.values{grid-template-columns:1fr}.about-visual{min-height:370px}.orbit-two{width:340px;height:340px}.orbit-one{width:240px;height:240px}.about-logo{width:140px;height:140px}.dot-one{right:40px}.dot-three{right:7px}
  .contact-section{padding:55px 0}.contact-wrap{width:calc(100% - 18px);padding:29px 18px;border-radius:24px}.contact-form{padding:20px 15px}.field-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:15px;flex-direction:column}
}

@media (max-width: 430px) {
  .hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.stat-grid article:last-child{display:none}.mock-sidebar{display:none}.product-card{padding-inline:22px}.footer-grid{grid-template-columns:1fr}
}

/* Brand assets and connected product ecosystem */
.brand-logo {
  width: 214px;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.18));
}
.footer-logo {
  width: 220px;
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(0,0,0,.2));
}

.ecosystem-window {
  transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg);
}
.ecosystem-panel {
  min-height: 470px;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 5%, rgba(20,184,166,.13), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(37,99,235,.17), transparent 38%);
}
.ecosystem-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ecosystem-heading img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(37,99,235,.22));
}
.ecosystem-heading small,
.ecosystem-heading h3 {
  display: block;
}
.ecosystem-heading small {
  color: #78a0ce;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ecosystem-heading h3 {
  margin: 3px 0 0;
  font-size: 22px;
  letter-spacing: -.025em;
}
.ecosystem-panel > p {
  max-width: 510px;
  margin: 18px 0 22px;
  color: #9fb2ca;
  font-size: 13px;
  line-height: 1.65;
}
.ecosystem-apps {
  display: grid;
  gap: 10px;
}
.ecosystem-app {
  display: grid;
  grid-template-columns: 46px 1fr 28px;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.ecosystem-app:hover,
.ecosystem-app:focus-visible {
  transform: translateX(4px);
  border-color: rgba(96,165,250,.38);
  background: rgba(255,255,255,.075);
  outline: none;
}
.ecosystem-app-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: white;
  font-size: 17px;
  font-weight: 850;
  box-shadow: inset 0 1px rgba(255,255,255,.16);
}
.app-rapat .ecosystem-app-icon { background: linear-gradient(145deg,#2563eb,#1646a7); }
.app-siak .ecosystem-app-icon { background: linear-gradient(145deg,#14b8a6,#08736a); }
.app-undangan .ecosystem-app-icon { background: linear-gradient(145deg,#8b5cf6,#5a36b7); }
.ecosystem-app span:nth-child(2) strong,
.ecosystem-app span:nth-child(2) small {
  display: block;
}
.ecosystem-app span:nth-child(2) strong {
  color: #f4f8fd;
  font-size: 13px;
}
.ecosystem-app span:nth-child(2) small {
  margin-top: 2px;
  color: #8499b4;
  font-size: 9px;
  line-height: 1.45;
}
.ecosystem-app > b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: #b8c9dd;
  font-size: 11px;
}
.ecosystem-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #788da7;
  font-size: 9px;
}
.ecosystem-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 0 5px rgba(45,212,191,.09);
}

.product-card {
  display: flex;
  flex-direction: column;
}
.product-card:focus-visible {
  outline: 3px solid rgba(37,99,235,.32);
  outline-offset: 4px;
}
.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  font-size: 11px;
  font-weight: 750;
}
.product-link b {
  font-size: 10px;
  transition: transform .2s ease;
}
.product-card:hover .product-link b {
  transform: translate(2px,-2px);
}
.product-card .product-screen {
  margin-top: auto;
}
.product-card:hover .product-arrow {
  transform: translate(2px,-2px);
}
.product-arrow {
  transition: transform .2s ease;
}

.about-logo {
  padding: 16px;
}
.about-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(37,99,235,.25));
}

@media (max-width: 760px) {
  .brand-logo { width: 185px; }
  .ecosystem-panel { min-height: 430px; padding: 24px 20px; }
  .ecosystem-heading img { width: 50px; height: 50px; }
  .ecosystem-heading h3 { font-size: 18px; }
  .ecosystem-app { grid-template-columns: 42px 1fr 26px; padding: 10px; }
  .ecosystem-app-icon { width: 42px; height: 42px; }
  .footer-logo { width: 205px; }
}
@media (max-width: 430px) {
  .brand-logo { width: 164px; }
  .ecosystem-panel { padding: 20px 15px; }
  .ecosystem-panel > p { font-size: 12px; }
  .ecosystem-app span:nth-child(2) small { display: none; }
  .ecosystem-app { min-height: 64px; }
}

@supports (padding: max(0px)) {
  .site-header .nav-wrap {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  .main-nav { padding-bottom: max(38px, env(safe-area-inset-bottom)); }
}
