:root {
  --ink: #10192b;
  --navy: #0b1324;
  --navy-2: #121f36;
  --blue: #326bff;
  --blue-2: #5d8aff;
  --cyan: #8de4df;
  --mint: #d9f7ea;
  --lime: #c9f27c;
  --paper: #f5f7fb;
  --white: #ffffff;
  --muted: #68758b;
  --line: #dfe5ee;
  --line-dark: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(10, 25, 51, .12);
  --shadow-soft: 0 14px 35px rgba(10, 25, 51, .08);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 44px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 200; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-soft); }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; display: flex; align-items: center; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.9); border-color: rgba(223,229,238,.85); box-shadow: 0 8px 30px rgba(10,25,51,.06); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand-symbol { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #0c1930, #315dd8); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 10px 22px rgba(30,76,188,.24); transform: rotate(-4deg); }
.brand-symbol span { font-size: 18px; font-weight: 900; transform: rotate(4deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--navy); font-size: 15px; letter-spacing: -.015em; }
.brand-copy small { color: #7a879c; margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { position: relative; color: #48556a; font-size: 13px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover { color: var(--navy); }
.site-nav a:hover::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.nav-toggle span { width: 19px; height: 2px; background: var(--navy); border-radius: 3px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; padding: 0 21px; font-size: 13px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button svg, .text-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 25px rgba(50,107,255,.25); }
.button-primary:hover { background: #2458df; box-shadow: 0 15px 30px rgba(50,107,255,.3); }
.button-dark { color: #fff; background: var(--navy); }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.65); border-color: #cfd7e3; }
.button-ghost:hover { background: #fff; border-color: #aebacc; }
.button-small { min-height: 44px; padding-inline: 17px; border-radius: 12px; }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 154px 0 0; background: radial-gradient(circle at 90% 16%, rgba(141,228,223,.26), transparent 24%), radial-gradient(circle at 74% 56%, rgba(50,107,255,.14), transparent 31%), linear-gradient(180deg, #fafcff 0%, #f4f7fc 100%); }
.hero::before { content: ""; position: absolute; top: -240px; left: -220px; width: 650px; height: 650px; border: 1px solid rgba(50,107,255,.09); border-radius: 50%; box-shadow: 0 0 0 55px rgba(50,107,255,.025), 0 0 0 110px rgba(50,107,255,.018); }
.hero-grid-overlay { position: absolute; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(13,30,56,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13,30,56,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-bottom: 88px; }
.status-pill { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; color: #42536d; background: rgba(255,255,255,.72); border: 1px solid #dbe3ef; border-radius: 999px; font-size: 11px; font-weight: 750; box-shadow: 0 8px 20px rgba(10,25,51,.04); }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #28b47f; box-shadow: 0 0 0 4px rgba(40,180,127,.12); }
.hero h1 { margin: 25px 0 22px; max-width: 690px; color: var(--navy); font-size: clamp(48px, 6.2vw, 78px); line-height: .98; letter-spacing: -.058em; }
.hero h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0; color: #5e6c83; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 620px; margin-top: 45px; padding-top: 23px; border-top: 1px solid #d9e0eb; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--navy); font-size: 13px; }
.hero-facts span { margin-top: 3px; color: #7b8798; font-size: 11px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(34,83,199,.16); }
.orbit-one { width: 475px; height: 475px; }
.orbit-two { width: 355px; height: 355px; border-style: dashed; animation: rotate 24s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.commerce-window { position: relative; z-index: 3; width: min(100%, 500px); overflow: hidden; border: 1px solid rgba(11,19,36,.9); border-radius: 27px; background: #fff; box-shadow: 0 35px 100px rgba(7,20,48,.25); transform: rotate(1.5deg); }
.window-topbar { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 18px; color: #8b96a7; background: #f8f9fc; border-bottom: 1px solid #e4e8ef; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cdd4df; }.window-dots i:first-child { background: #ff8f8a; }.window-dots i:nth-child(2) { background: #ffd77f; }.window-dots i:last-child { background: #7cddb2; }
.secure-chip { display: flex; align-items: center; gap: 6px; color: #4a5c73; }.secure-chip span { width: 6px; height: 6px; border-radius: 50%; background: #29b17e; }
.window-body { display: grid; grid-template-columns: 56px 1fr; min-height: 415px; background: var(--navy); }
.window-sidebar { padding: 18px 0; display: flex; align-items: center; flex-direction: column; gap: 26px; border-right: 1px solid rgba(255,255,255,.08); }
.sidebar-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 900; }
.window-sidebar i { width: 14px; height: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; }.window-sidebar i.active { background: var(--blue-2); border-color: var(--blue-2); box-shadow: 0 0 0 5px rgba(93,138,255,.12); }
.dashboard { padding: 31px 28px 24px; color: #fff; background: radial-gradient(circle at 92% 7%, rgba(93,138,255,.21), transparent 35%); }
.dashboard-head { display: flex; justify-content: space-between; gap: 20px; }
.dash-label { color: #7fa8ff; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.dashboard h2 { margin: 9px 0 0; font-size: 28px; line-height: 1.08; letter-spacing: -.035em; }
.dash-badge { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: #bdd0ff; background: rgba(255,255,255,.05); font-size: 10px; font-weight: 800; }
.product-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; }
.product-card { min-height: 195px; padding: 12px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 17px; color: var(--navy); }
.product-blue { background: linear-gradient(150deg, #dce8ff, #b8cdfd); }.product-mint { background: linear-gradient(150deg, #dff9ef, #b9ecdc); }
.product-art { height: 108px; display: grid; place-items: center; }.product-art svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; opacity: .78; }
.paw-art svg { width: 83%; fill: rgba(11,19,36,.08); }
.product-card span { font-size: 9px; color: #5d6c82; text-transform: uppercase; letter-spacing: .11em; }.product-card strong { margin-top: 2px; font-size: 12px; }
.dashboard-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.dash-metric { display: flex; align-items: center; gap: 9px; }.dash-metric i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(141,228,223,.1); }.dash-metric span, .dash-metric small { display: block; }.dash-metric small { color: #8493a8; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }.dash-metric span { color: #dfe8f4; font-size: 10px; }
.dash-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); }.dash-arrow svg { width: 15px; fill: none; stroke: #fff; stroke-width: 1.7; }
.floating-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 9px 13px 9px 9px; color: var(--navy); background: rgba(255,255,255,.95); border: 1px solid rgba(210,220,233,.95); border-radius: 14px; box-shadow: var(--shadow-soft); font-size: 11px; font-weight: 750; backdrop-filter: blur(12px); }
.mini-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #edf3ff; color: var(--blue); }.mini-icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tag-auto { top: 59px; right: -13px; }.tag-pet { left: -15px; bottom: 110px; }
.visual-note { position: absolute; z-index: 5; right: 5px; bottom: 16px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid #d8e1ec; border-radius: 15px; box-shadow: var(--shadow-soft); }
.note-check { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #137c58; background: #dff8ed; font-weight: 900; }.visual-note strong, .visual-note small { display: block; }.visual-note strong { font-size: 10px; }.visual-note small { margin-top: 2px; color: #78869a; font-size: 8px; }
.logo-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid #dce3ed; color: #778397; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: #bdc7d5; }

.section { padding: 112px 0; }
.section-tag { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section-tag::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.section-tag.light { color: #93b5ff; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: end; }
.split-heading h2, .section-title-row h2, .operations-copy h2, .company-summary h2, .contact-copy h2 { margin: 18px 0 0; color: var(--navy); font-size: clamp(39px, 5.4vw, 61px); line-height: 1.04; letter-spacing: -.052em; }
.section-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--blue); font-size: 13px; font-weight: 800; }.text-link svg { width: 16px; }
.purpose-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; margin-top: 55px; }
.purpose-card { min-height: 320px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 12px 30px rgba(10,25,51,.04); }
.purpose-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; top: -90px; border-radius: 50%; background: rgba(50,107,255,.04); box-shadow: 0 0 0 30px rgba(50,107,255,.02); }
.purpose-main { color: #fff; background: linear-gradient(145deg, #0b1324, #152847); border-color: #152847; box-shadow: 0 22px 55px rgba(10,25,51,.18); }
.card-index { position: absolute; right: 22px; top: 20px; color: #9ca8b9; font-size: 11px; font-weight: 800; }.purpose-main .card-index { color: #6f819d; }
.purpose-icon { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #edf3ff; }.purpose-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.purpose-main .purpose-icon { color: var(--cyan); background: rgba(255,255,255,.08); }
.purpose-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 21px; letter-spacing: -.025em; }.purpose-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.purpose-main h3 { color: #fff; }.purpose-main p { color: #aebbd0; }

.categories { color: #fff; background: var(--navy); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.section-title-row h2 { max-width: 650px; color: #fff; }.section-title-row > p { max-width: 470px; margin: 0; color: #9faec4; font-size: 15px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.category-card { min-height: 515px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 27px; background: rgba(255,255,255,.055); transition: transform .25s ease, border-color .25s ease; }.category-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.26); }
.category-top { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 12px; color: #a6b6cc; font-size: 10px; font-weight: 800; }
.category-arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; }.category-arrow svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.category-illustration { position: relative; height: 270px; display: grid; place-items: center; overflow: hidden; color: #1b3f94; background: linear-gradient(155deg, #dbe8ff, #9fb9f6); }.category-illustration svg { position: relative; z-index: 2; width: 88%; fill: rgba(255,255,255,.13); stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }
.road-lines { position: absolute; inset: auto -30px 25px; height: 70px; transform: perspective(120px) rotateX(55deg); background: repeating-linear-gradient(90deg, rgba(255,255,255,.38) 0 50px, transparent 50px 90px); opacity: .55; }
.pet-illustration { color: #145c4b; background: linear-gradient(155deg, #dff7ed, #93dcc3); }.pet-illustration svg { width: 80%; fill: rgba(255,255,255,.18); }.pet-bubble { position: absolute; border-radius: 50%; background: rgba(255,255,255,.3); }.bubble-one { width: 150px; height: 150px; right: -35px; top: -35px; }.bubble-two { width: 95px; height: 95px; left: 10px; bottom: -15px; }
.box-illustration { color: #5d3f99; background: linear-gradient(155deg, #efe3ff, #bda5e7); }.box-stack { position: absolute; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.13); border-radius: 13px; transform: rotate(12deg); }.box-a { width: 84px; height: 84px; left: 15px; top: 35px; }.box-b { width: 70px; height: 70px; right: 15px; bottom: 23px; transform: rotate(-13deg); }.box-c { width: 45px; height: 45px; right: 47px; top: 22px; transform: rotate(25deg); }
.category-copy { padding: 27px 25px 30px; }.category-copy span { color: #8fb3ff; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.category-copy h3 { margin: 12px 0 0; color: #fff; font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.scope-callout { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; margin-top: 25px; padding: 21px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }.scope-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--navy); background: var(--cyan); font-weight: 900; }.scope-callout strong { font-size: 13px; }.scope-callout p { margin: 4px 0 0; color: #9faec4; font-size: 12px; }

.operations { background: #f7f9fc; }
.operations-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: start; }
.operations-copy { position: sticky; top: 118px; }.operations-copy p { max-width: 530px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.operations-visual { position: relative; height: 310px; margin-top: 45px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at center, rgba(50,107,255,.12), transparent 38%), #fff; overflow: hidden; box-shadow: var(--shadow-soft); }
.operations-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #cfd9e8; stroke-width: 1.2; stroke-dasharray: 5 6; }
.op-core, .op-node { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 18px; box-shadow: 0 12px 26px rgba(10,25,51,.12); }
.op-core { left: 50%; top: 50%; width: 102px; height: 102px; transform: translate(-50%,-50%); color: #fff; background: var(--navy); }.op-core span, .op-core small { display: block; }.op-core span { font-size: 25px; font-weight: 900; letter-spacing: -.04em; }.op-core small { color: #91a2bb; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.op-node { min-width: 89px; height: 42px; padding: 0 12px; color: #4c5a6f; background: #fff; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }.node-1 { left: 11%; top: 15%; }.node-2 { right: 10%; top: 15%; }.node-3 { left: 10%; bottom: 14%; }.node-4 { right: 9%; bottom: 14%; }
.process-list { border-top: 1px solid #d8e0eb; }
.process-item { display: grid; grid-template-columns: 52px 1fr 48px; gap: 24px; align-items: start; padding: 31px 0; border-bottom: 1px solid #d8e0eb; }
.process-number { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .12em; }.process-item h3 { margin: 0 0 9px; color: var(--navy); font-size: 22px; letter-spacing: -.025em; }.process-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.process-symbol { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #eaf0ff; }.process-symbol svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.company { color: #fff; background: linear-gradient(180deg, var(--navy), #101c30); }
.company-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 33px; background: radial-gradient(circle at 8% 0%, rgba(93,138,255,.25), transparent 31%), rgba(255,255,255,.055); box-shadow: 0 35px 80px rgba(0,0,0,.15); }
.company-summary h2 { color: #fff; }.company-summary > p { max-width: 470px; color: #a9b8ce; font-size: 14px; }.company-seal { display: flex; align-items: center; gap: 13px; margin-top: 40px; }.company-seal > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--navy); background: var(--cyan); font-size: 21px; font-weight: 900; }.company-seal strong, .company-seal small { display: block; }.company-seal strong { font-size: 13px; }.company-seal small { margin-top: 3px; color: #8fa0b8; font-size: 10px; }
.company-details { padding: 4px 0; }.detail-row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.11); }.detail-row:first-child { padding-top: 0; }.detail-row:last-child { border-bottom: 0; }.detail-row span { color: #8ea0b9; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.detail-row strong, .detail-row a { color: #fff; font-size: 13px; line-height: 1.55; }.detail-row a { color: #9bbaff; }

.contact { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.contact-copy p { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-methods { display: grid; gap: 11px; margin-top: 32px; }.contact-methods > * { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; transition: transform .2s ease, border-color .2s ease; }.contact-methods a:hover { transform: translateX(4px); border-color: #b9c8df; }.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #edf3ff; }.contact-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }.contact-methods small, .contact-methods strong { display: block; }.contact-methods small { color: #8a96a7; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.contact-methods strong { margin-top: 2px; color: var(--navy); font-size: 12px; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #f8faff; box-shadow: var(--shadow); }
.form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 27px; }.form-head span:first-child { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }.form-head h3 { margin: 6px 0 0; color: var(--navy); font-size: 25px; letter-spacing: -.03em; }.form-status { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid #d7e8df; border-radius: 999px; color: #267457; background: #f3fbf7; font-size: 9px; font-weight: 800; }.form-status i { width: 7px; height: 7px; border-radius: 50%; background: #27ad79; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field-full { grid-column: 1/-1; }.contact-form label { display: grid; gap: 7px; }.contact-form label > span { color: #526077; font-size: 10px; font-weight: 750; }.contact-form input, .contact-form textarea { width: 100%; outline: 0; border: 1px solid #d9e0eb; border-radius: 11px; padding: 13px 14px; color: var(--navy); background: #fff; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form textarea { resize: vertical; min-height: 132px; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(50,107,255,.09); }.contact-form .button { margin-top: 17px; }.form-note { margin: 12px 0 0; color: #8894a7; font-size: 9px; text-align: center; }

.site-footer { color: #fff; background: #08111f; }
.footer-main { display: grid; grid-template-columns: 1.55fr .7fr .8fr .65fr; gap: 55px; padding: 70px 0 54px; }.brand-inverse .brand-copy strong { color: #fff; }.brand-inverse .brand-copy small { color: #74869e; }.footer-brand p { max-width: 410px; margin: 23px 0 0; color: #8293aa; font-size: 12px; line-height: 1.7; }.footer-main h3 { margin: 2px 0 20px; color: #8497b0; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }.footer-main nav { display: grid; gap: 11px; }.footer-main nav a { color: #bcc8d8; font-size: 12px; }.footer-main nav a:hover { color: #fff; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0 25px; border-top: 1px solid rgba(255,255,255,.09); color: #64758c; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.in-view { opacity: 1; transform: none; }.hero-copy.reveal { transition-delay: .05s; }.hero-visual.reveal { transition-delay: .18s; }

/* Legal pages */
.legal-page { background: #f7f9fc; }.legal-hero { padding: 156px 0 75px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(93,138,255,.22), transparent 29%), var(--navy); }.legal-hero h1 { max-width: 820px; margin: 18px 0 14px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }.legal-hero p { max-width: 660px; margin: 0; color: #a8b7cc; }.legal-wrap { width: min(calc(100% - 44px), 930px); margin: 58px auto 100px; padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-soft); }.legal-meta { margin-bottom: 35px; padding: 14px 17px; border-radius: 13px; color: #59687d; background: #f2f5fa; font-size: 12px; }.legal-wrap h2 { margin: 42px 0 12px; color: var(--navy); font-size: 25px; letter-spacing: -.025em; }.legal-wrap h2:first-of-type { margin-top: 0; }.legal-wrap p, .legal-wrap li { color: #5b697e; font-size: 14px; line-height: 1.8; }.legal-wrap a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.legal-wrap ul { padding-left: 20px; }

@media (max-width: 1040px) {
  .site-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 650px); margin-inline: auto; }
  .purpose-grid { grid-template-columns: 1fr 1fr; }.purpose-main { grid-column: 1/-1; min-height: 290px; }
  .category-grid { grid-template-columns: 1fr 1fr; }.category-card:last-child { grid-column: 1/-1; }.category-card:last-child .category-illustration { height: 300px; }
  .operations-layout, .company-card, .contact-layout { grid-template-columns: 1fr; }.operations-copy { position: static; }.operations-visual { max-width: 620px; }.company-card { gap: 45px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; order: 3; }.nav-cta { margin-left: auto; }.site-nav { position: fixed; top: 76px; left: 18px; right: 18px; display: none; padding: 17px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); backdrop-filter: blur(20px); }.site-nav.is-open { display: flex; }.site-nav a { padding: 11px 12px; border-radius: 10px; }.site-nav a:hover { background: #f2f5fa; }.site-nav a::after { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }.section-title-row { align-items: flex-start; flex-direction: column; }
  .hero { padding-top: 135px; }.hero h1 { font-size: clamp(46px, 11vw, 68px); }.hero-facts { gap: 12px; }
  .category-grid { grid-template-columns: 1fr; }.category-card:last-child { grid-column: auto; }.category-card { min-height: 480px; }.category-illustration, .category-card:last-child .category-illustration { height: 250px; }
  .footer-main { grid-template-columns: 1.3fr 1fr; }.footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 74px; }.brand { min-width: 0; }.brand-symbol { width: 39px; height: 39px; }.brand-copy strong { font-size: 13px; }.brand-copy small { font-size: 8px; }.nav-cta { display: none; }
  .hero { padding-top: 118px; }.hero-layout { padding-bottom: 63px; }.hero h1 { font-size: clamp(42px, 13vw, 58px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-facts { grid-template-columns: 1fr; }.hero-facts div { padding-bottom: 11px; border-bottom: 1px solid #e2e7ef; }.hero-visual { min-height: 475px; }.commerce-window { width: 93%; border-radius: 21px; }.window-body { grid-template-columns: 42px 1fr; min-height: 350px; }.window-sidebar { gap: 22px; }.dashboard { padding: 24px 17px 18px; }.dashboard h2 { font-size: 23px; }.product-card { min-height: 155px; }.product-art { height: 78px; }.tag-auto { right: -4px; top: 24px; }.tag-pet { left: -4px; bottom: 87px; }.visual-note { right: 4px; bottom: 1px; }.visual-orbit { display: none; }.logo-strip { overflow: auto; justify-content: flex-start; white-space: nowrap; }.logo-strip span { flex: none; }
  .section { padding: 82px 0; }.split-heading h2, .section-title-row h2, .operations-copy h2, .company-summary h2, .contact-copy h2 { font-size: 40px; }.purpose-grid { grid-template-columns: 1fr; }.purpose-main { grid-column: auto; }.purpose-card { min-height: 270px; }
  .category-copy h3 { font-size: 18px; }.scope-callout { grid-template-columns: 1fr; }
  .operations-visual { height: 280px; }.op-node { min-width: 78px; font-size: 9px; }.process-item { grid-template-columns: 37px 1fr; gap: 13px; }.process-symbol { display: none; }
  .company-card { padding: 29px 23px; }.detail-row { grid-template-columns: 1fr; gap: 5px; }.contact-form { padding: 24px 18px; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding-top: 55px; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding: 130px 0 58px; }.legal-wrap { width: min(calc(100% - 28px), 930px); margin-top: 30px; padding: 27px 20px; }
}

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