:root {
  --ink: #071426;
  --navy: #0b1d38;
  --blue: #147df5;
  --cyan: #44d8e8;
  --paper: #f3f6f4;
  --muted: #6c7681;
  --line: #d9e0e1;
  --orange: #ff8e48;
  --pink: #e26ca4;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.5; overflow-x: hidden; }
body::before { position: fixed; inset: 0; pointer-events: none; content: ""; opacity: .25; background-image: linear-gradient(rgba(7,20,38,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,20,38,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.noise { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .035; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
.section-shell, .site-header, .site-footer { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.site-header { position: relative; z-index: 20; height: 90px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: .08em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand-dot { color: var(--blue); }
.main-nav { display: flex; gap: 34px; margin-left: 110px; color: #5f6d7b; font-size: 13px; font-weight: 600; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; font-weight: 700; font-size: 13px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 22px rgba(20,125,245,.2); }
.button-outline { min-height: 38px; padding: 0 15px; color: var(--ink); border-color: #bec9ce; }
.button-dark { color: white; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px; background: var(--ink); }
.hero { min-height: 620px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 30px; padding: 56px 0 94px; }
.hero-copy { max-width: 555px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #78838c; font: 700 10px var(--display); letter-spacing: .15em; }
.eyebrow-line { display: inline-block; width: 26px; height: 1px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.04em; }
h1 { max-width: 600px; margin-bottom: 22px; font-size: clamp(46px, 6vw, 78px); line-height: .99; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 450px; margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link, .card-link { color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link span, .card-link span { margin-left: 8px; color: var(--blue); }
.proof-row { display: flex; gap: 30px; margin-top: 70px; }
.proof-row div { display: flex; flex-direction: column; gap: 2px; padding-right: 30px; border-right: 1px solid var(--line); }
.proof-row div:last-child { padding-right: 0; border-right: 0; }
.proof-row strong { font: 700 17px var(--display); }.proof-row span { color: var(--muted); font-size: 11px; }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-panel { position: relative; z-index: 2; width: 350px; padding: 19px 19px 23px; background: rgba(235,244,247,.88); border: 1px solid white; box-shadow: 25px 30px 70px rgba(16,67,107,.17); transform: rotate(3deg); }
.panel-top { display: flex; align-items: center; gap: 7px; margin-bottom: 17px; color: #73828d; font: 700 9px var(--display); letter-spacing: .13em; }.status-light { width: 7px; height: 7px; border-radius: 50%; background: #48d7a1; box-shadow: 0 0 0 4px rgba(72,215,161,.16); }.panel-code { margin-left: auto; font-size: 8px; opacity: .6; }
.phone-card { position: relative; width: 235px; min-height: 368px; margin: 0 auto; padding: 25px 19px 15px; color: white; overflow: hidden; background: linear-gradient(145deg, #102f56, #071526); border-radius: 26px; box-shadow: 0 22px 28px rgba(7,20,38,.3); }.phone-card::after { position: absolute; right: -80px; bottom: -80px; width: 200px; height: 200px; border: 1px solid rgba(68,216,232,.25); border-radius: 50%; content: ""; }.phone-notch { position: absolute; top: 8px; left: 50%; width: 66px; height: 13px; transform: translateX(-50%); border-radius: 20px; background: #020a14; }.phone-brand { display: flex; align-items: center; gap: 6px; margin-bottom: 31px; font: 600 10px var(--display); }.phone-brand img { width: 19px; height: 19px; }.phone-brand b { margin-left: auto; color: #6e8299; }.phone-greeting { margin-bottom: 18px; font: 600 21px var(--display); line-height: 1.1; }.mini-order { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.mini-icon { display: grid; width: 27px; height: 27px; place-items: center; color: #f9c752; background: rgba(249,199,82,.17); border-radius: 8px; }.mini-icon.blue { color: var(--cyan); background: rgba(68,216,232,.15); }.mini-icon.orange { color: var(--orange); background: rgba(255,142,72,.15); }.mini-order div { display: flex; flex: 1; flex-direction: column; gap: 1px; }.mini-order small { color: #8ea0b0; font-size: 8px; }.mini-order strong { font-size: 10px; }.mini-order b { color: #7e93a5; }.phone-bottom { position: relative; z-index: 1; margin-top: 20px; color: var(--cyan); font-size: 9px; text-align: right; }.signal-card { position: absolute; right: 2px; bottom: -10px; z-index: 3; display: flex; align-items: center; gap: 10px; width: 210px; padding: 12px; color: var(--ink); background: white; box-shadow: 0 12px 32px rgba(7,20,38,.14); transform: rotate(-3deg); }.signal-icon { display: grid; width: 30px; height: 30px; place-items: center; color: white; background: var(--blue); border-radius: 50%; }.signal-card div { display: flex; flex: 1; flex-direction: column; line-height: 1.2; }.signal-card strong { font: 600 11px var(--display); }.signal-card small { color: #82909c; font-size: 9px; }.signal-check { color: #43c69d; font-weight: 700; }.orbit { position: absolute; border: 1px solid rgba(20,125,245,.18); border-radius: 50%; }.orbit-one { width: 500px; height: 500px; }.orbit-two { width: 380px; height: 380px; border-color: rgba(226,108,164,.15); transform: rotate(45deg); }.float-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 13px; color: #51616d; background: rgba(255,255,255,.8); box-shadow: 0 8px 25px rgba(7,20,38,.08); font-size: 10px; font-weight: 700; }.float-tag span { color: var(--blue); font-size: 14px; }.tag-top { top: 65px; right: 24px; transform: rotate(8deg); }.tag-bottom { bottom: 38px; left: 12px; transform: rotate(-7deg); }.ticker { overflow: hidden; color: white; background: var(--ink); transform: rotate(-1.4deg) scale(1.02); }.ticker-track { display: flex; align-items: center; justify-content: space-around; gap: 38px; width: max-content; min-width: 100%; padding: 16px 0; font: 700 11px var(--display); letter-spacing: .16em; }.ticker i { color: var(--cyan); font-style: normal; }
.services, .catalog, .process, .about, .faq { padding-top: 150px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }.section-heading h2, .process h2, .about h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 59px); line-height: 1.02; }.section-heading > p { max-width: 295px; margin-bottom: 5px; color: var(--muted); font-size: 13px; line-height: 1.7; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.service-card { min-height: 345px; padding: 27px 27px 29px; border-right: 1px solid var(--line); }.service-card:first-child { border-left: 1px solid var(--line); }.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); }.card-number { color: #9aa8b1; font: 700 10px var(--display); letter-spacing: .12em; }.featured .card-number { color: #6f8ca9; }.service-icon { display: grid; width: 43px; height: 43px; margin-top: 52px; margin-bottom: 25px; place-items: center; color: #f9c752; background: rgba(249,199,82,.15); border-radius: 50%; font-size: 20px; }.icon-cyan { color: var(--cyan); background: rgba(68,216,232,.14); }.icon-pink { color: var(--pink); background: rgba(226,108,164,.14); }.service-card h3 { margin-bottom: 12px; font-size: 25px; }.service-card p { max-width: 275px; min-height: 70px; color: var(--muted); font-size: 13px; line-height: 1.6; }.featured p { color: #a9b5c1; }.card-link { display: inline-block; margin-top: 23px; }.featured .card-link { color: white; }.catalog-layout { display: grid; grid-template-columns: 210px 1fr; gap: 42px; }.category-tabs { display: flex; flex-direction: column; gap: 3px; }.tab { padding: 15px 17px; color: #78858e; border: 0; background: transparent; font: 600 13px var(--body); text-align: left; cursor: pointer; }.tab.active { color: var(--ink); background: white; box-shadow: 0 4px 20px rgba(7,20,38,.05); }.product-list { border-top: 1px solid var(--line); }.product-row { display: flex; align-items: center; gap: 15px; padding: 19px 14px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }.product-row:hover { padding-left: 22px; background: rgba(255,255,255,.6); }.product-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; font-size: 18px; }.tone-gold { color: #d69624; background: #fff2cc; }.tone-cyan, .tone-blue { color: #147dcc; background: #d9f4f6; }.tone-orange { color: #ed762b; background: #ffe5d5; }.tone-green { color: #24a47c; background: #d9f6ed; }.tone-pink { color: #d65391; background: #f9ddeb; }.product-info { display: flex; flex: 1; flex-direction: column; gap: 2px; }.product-info strong { font: 600 14px var(--display); }.product-info small { color: var(--muted); font-size: 11px; }.product-price { color: #5b6974; font-size: 12px; }.product-arrow { color: var(--blue); font-size: 18px; }.catalog-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 16px 18px; color: #6e7c86; background: white; font-size: 11px; }.catalog-note > span:first-child { color: var(--blue); font-size: 15px; }.catalog-note a { margin-left: auto; color: var(--blue); font-weight: 700; white-space: nowrap; }.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; padding-bottom: 150px; }.process-intro > p:not(.eyebrow) { max-width: 310px; margin: 25px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }.steps { padding-top: 16px; }.step { position: relative; display: grid; grid-template-columns: 55px 1fr; gap: 20px; min-height: 130px; padding-bottom: 35px; }.step b { color: var(--blue); font: 700 13px var(--display); }.step h3 { margin-bottom: 7px; font-size: 21px; }.step p { max-width: 390px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.step-line { position: absolute; top: 27px; left: 5px; width: 1px; height: 84px; background: var(--line); }.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 90px 0; color: white; }.about::before { position: absolute; left: 0; right: 0; z-index: -1; height: 440px; content: ""; background: var(--ink); }.about-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); }.about-mark img { width: 110px; height: 110px; }.about-mark span { margin-top: 25px; color: #708299; font: 700 10px var(--display); letter-spacing: .2em; }.about-copy .eyebrow { color: #7c94ae; }.about-copy h2 { margin-bottom: 24px; }.about-copy > p:not(.eyebrow) { max-width: 530px; color: #9daebe; font-size: 14px; line-height: 1.8; }.about-stats { display: flex; gap: 42px; margin-top: 35px; }.about-stats div { display: flex; flex-direction: column; gap: 3px; }.about-stats strong { color: var(--cyan); font: 700 17px var(--display); }.about-stats span { color: #8b9cad; font-size: 11px; }.faq { padding-bottom: 150px; }.faq-list { max-width: 790px; margin-left: auto; }.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }.faq summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 5px; font: 600 16px var(--display); cursor: pointer; list-style: none; }.faq summary::-webkit-details-marker { display: none; }.faq summary span { color: var(--blue); font: 400 24px var(--body); transition: transform .2s ease; }.faq details[open] summary span { transform: rotate(45deg); }.faq details p { max-width: 620px; margin: -5px 50px 23px 5px; color: var(--muted); font-size: 13px; line-height: 1.7; }.site-footer { padding: 42px 0 25px; border-top: 1px solid var(--line); }.footer-top { display: flex; align-items: flex-start; justify-content: space-between; }.footer-top > p { color: var(--muted); font-size: 12px; line-height: 1.7; }.footer-links { display: flex; gap: 26px; color: #61707a; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 85px; color: #9aa4aa; font-size: 10px; }.footer-bottom b { color: var(--blue); }.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .16s; }
.scm-mode .hero { background: radial-gradient(circle at 80% 40%, rgba(226,108,164,.1), transparent 25%); }.scm-mode h1 em, .scm-mode h2 em { color: var(--pink); }.scm-mode .button-primary { background: var(--pink); box-shadow: 0 10px 22px rgba(226,108,164,.22); }.scm-mode .eyebrow-line, .scm-mode .product-arrow { background: var(--pink); }.scm-mode .ticker { background: #231c38; }.scm-mode .about { background: #231c38; }.scm-mode .about::before { background: #231c38; }
@media (max-width: 800px) { .section-shell, .site-header, .site-footer { width: min(100% - 34px, 600px); }.site-header { height: 76px; }.main-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px; background: white; box-shadow: 0 15px 30px rgba(7,20,38,.12); }.main-nav.open { display: flex; }.main-nav a { padding: 12px; }.site-header > .button { display: none; }.menu-toggle { display: block; }.hero { display: block; min-height: auto; padding: 62px 0 80px; }.hero-art { min-height: 440px; margin-top: 30px; }.hero-panel { transform: rotate(2deg) scale(.9); }.hero-text { font-size: 14px; }.proof-row { gap: 13px; margin-top: 46px; }.proof-row div { padding-right: 13px; }.proof-row span { font-size: 9px; }.section-heading { display: block; }.section-heading > p { margin-top: 22px; }.services, .catalog, .process, .about, .faq { padding-top: 95px; }.service-grid { display: block; }.service-card, .service-card:first-child { min-height: 0; padding: 24px; border: 1px solid var(--line); border-bottom: 0; }.service-card:last-child { border-bottom: 1px solid var(--line); }.service-icon { margin-top: 34px; }.catalog-layout { display: block; }.category-tabs { flex-direction: row; margin-bottom: 25px; }.tab { flex: 1; text-align: center; }.product-row { gap: 10px; padding: 15px 7px; }.product-price { font-size: 10px; }.product-info strong { font-size: 12px; }.catalog-note { align-items: flex-start; flex-wrap: wrap; }.catalog-note a { width: 100%; margin-left: 25px; }.process { display: block; padding-bottom: 90px; }.steps { margin-top: 65px; }.about { display: block; padding: 55px 0; }.about::before { height: 680px; }.about-mark { min-height: 220px; margin-bottom: 54px; }.about-stats { gap: 18px; }.about-stats span { font-size: 9px; }.faq { padding-bottom: 100px; }.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 27px; }.footer-links { grid-column: 1 / -1; flex-wrap: wrap; gap: 16px; }.footer-bottom { margin-top: 55px; }.footer-bottom span:last-child { display: none; } }
.portal-page { min-height: calc(100vh - 90px); padding: 64px 0 110px; }
.portal-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.portal-hero h1 { max-width: 760px; margin-bottom: 18px; }
.portal-hero > p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.8; }
.portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; background: var(--line); }
.portal-card { min-height: 220px; padding: 28px; background: rgba(255,255,255,.7); }
.portal-card.dark { color: white; background: var(--ink); }
.portal-card h2, .portal-card h3 { margin: 0 0 12px; font-size: 24px; }
.portal-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.dark p { color: #a9b5c1; }
.portal-icon { display: grid; width: 46px; height: 46px; margin-bottom: 30px; place-items: center; color: var(--blue); background: #e1f2f6; border-radius: 50%; font-size: 21px; }
.dark .portal-icon { color: var(--cyan); background: rgba(68,216,232,.14); }
.portal-list { margin-top: 64px; border-top: 1px solid var(--line); }
.portal-list-row { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.portal-list-row b { color: var(--blue); font: 700 12px var(--display); }
.portal-list-row h3 { margin: 0 0 5px; font-size: 19px; }
.portal-list-row p { margin: 0; color: var(--muted); font-size: 13px; }
.portal-status { display: inline-flex; align-items: center; gap: 8px; color: #19966f; font-size: 12px; font-weight: 700; }
.portal-status::before { width: 8px; height: 8px; content: ""; background: #43c69d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(67,198,157,.14); }
.portal-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
@media (max-width: 800px) { .portal-page { padding-top: 42px; }.portal-hero { display: block; }.portal-hero > p { margin-top: 24px; }.portal-grid { display: block; background: transparent; }.portal-card { margin-top: 1px; }.portal-list-row { grid-template-columns: 42px 1fr; gap: 12px; }.portal-list-row .portal-status { grid-column: 2; }.portal-list-row p { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
