@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #071a3d; --muted: #62718d; --sky: #8fd8ff; --blue: #2161f5; --pale: #eef7ff; --line: #dce9f7; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8fbff; color: var(--ink); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.7px; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: var(--ink); color: var(--sky); font-size: 16px; }
.brand-accent { color: #5685ff; }
.nav-links { display: flex; align-items: center; gap: 32px; color: #5a6a85; font-size: 13px; font-weight: 600; }
.nav-links a { transition: color .2s ease; }.nav-links a:hover { color: var(--blue); }
.language-picker, .mobile-language-picker { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--blue); font-size: 14px; }.language-picker select, .mobile-language-picker select { appearance: none; border: 0; outline: 0; background: transparent; color: var(--ink); cursor: pointer; font: inherit; font-size: 12px; font-weight: 600; }.mobile-language-picker { display: none; }
.nav-cta { padding: 12px 16px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); }.nav-cta span { margin-left: 8px; color: var(--blue); }.mobile-cta { display: none; }
.hero { min-height: 600px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; padding: 62px 0 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #4bc58b; box-shadow: 0 0 0 5px #e1f8ed; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -2.5px; }
h1 { margin: 23px 0 22px; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; font-weight: 600; }.hero h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 470px; color: var(--muted); font-size: 16px; line-height: 1.75; }.hero-actions { display: flex; align-items: center; gap: 25px; margin: 31px 0 25px; }.button { display: inline-flex; align-items: center; gap: 26px; padding: 15px 19px; border-radius: 6px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px #0d2e601a; }.button-primary { background: var(--blue); color: var(--white); }.text-link { color: var(--ink); font-size: 13px; font-weight: 700; }.text-link span { margin-left: 7px; color: var(--blue); }.hero-note { color: #8795ab; font-size: 11px; }.hero-note span { color: var(--blue); margin-right: 6px; }
.hero-visual { min-height: 460px; position: relative; border-radius: 25px; overflow: hidden; background: #071a3d; background-image: radial-gradient(circle at 67% 37%, #1d5bcf 0, transparent 32%), linear-gradient(135deg, #0b2451, #071634 65%); }.visual-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(#84cbff 1px, transparent 1px), linear-gradient(90deg, #84cbff 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(135deg, #000, transparent 75%); }.orbital { position: absolute; border: 1px solid #70c6ff4d; border-radius: 50%; transform: rotate(-24deg); }.orbital-one { width: 370px; height: 160px; top: 93px; left: 54px; }.orbital-two { width: 450px; height: 195px; top: 74px; left: 30px; border-color: #70c6ff22; }.server-card { position: absolute; right: 52px; bottom: 49px; width: 245px; padding: 19px; border: 1px solid #a2dbff31; border-radius: 13px; background: #173668d9; box-shadow: 0 25px 60px #00000032; color: white; }.server-card-top, .server-stats, .access-line { display: flex; align-items: center; justify-content: space-between; }.live-pill { color: #a8c5e7; font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }.live-pill span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #43dba4; }.server-menu { color: #93b3d9; letter-spacing: 3px; }.server-icon { display: grid; width: 37px; height: 37px; place-items: center; margin: 24px 0 12px; border-radius: 9px; background: #347ef2; font-size: 22px; }.server-card p { margin-bottom: 4px; color: #a9c4e5; font-size: 10px; }.server-card strong { font-family: 'Space Grotesk'; font-size: 16px; letter-spacing: -.5px; }.server-stats { margin-top: 25px; color: #9cb8d8; font-size: 9px; }.server-stats b { display: block; color: white; font-size: 12px; }.activity { display: flex; align-items: end; gap: 4px; height: 34px; margin-top: 17px; }.activity i { flex: 1; height: 30%; border-radius: 2px; background: #68caff; }.activity i:nth-child(2n) { height: 60%; }.activity i:nth-child(3n) { height: 85%; }.activity i:nth-child(5n) { height: 45%; }.location-tag { position: absolute; display: flex; align-items: center; gap: 7px; color: #c7e5ff; font-size: 10px; }.location-tag span { width: 7px; height: 7px; border: 2px solid #8ad8ff; border-radius: 50%; box-shadow: 0 0 0 5px #66c5ff27; }.location-us { top: 118px; left: 82px; }.location-jp { top: 205px; right: 44px; }.connection-line { position: absolute; width: 205px; height: 90px; top: 130px; left: 115px; border-top: 1px dashed #8cd6ff91; border-right: 1px dashed #8cd6ff91; transform: rotate(19deg); }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }.trust-items { display: flex; justify-content: space-between; align-items: center; min-height: 73px; color: #73829a; font-size: 11px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: #a2d8f8; }
.section { padding: 132px 0; }.section-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 53px; }.section-intro h2, .region-copy h2, .contact-card h2 { margin: 16px 0 0; font-size: clamp(40px, 4.7vw, 63px); line-height: 1.02; font-weight: 600; }.section-intro h2 span { color: #7ca9d4; }.section-intro > p { width: 335px; margin-bottom: 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }.feature-grid { display: grid; grid-template-columns: 1.28fr .86fr .86fr; gap: 14px; }.feature-card { min-height: 380px; padding: 29px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }.feature-main { background: #edf8ff; border-color: #d2ebfc; }.card-kicker { color: #86a0ba; font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; margin: 44px 0 24px; border: 1px solid #bed9f1; border-radius: 9px; color: var(--blue); font-size: 20px; }.gpu-icon { border-color: #c8d8ff; background: #f0f4ff; }.feature-card h3 { margin-bottom: 15px; font-size: 25px; line-height: 1.08; letter-spacing: -1.3px; }.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }.card-link { display: inline-block; margin-top: 17px; color: var(--blue); font-size: 12px; font-weight: 700; }.card-link span { margin-left: 12px; }.mini-meter { display: flex; align-items: end; gap: 4px; height: 32px; margin-top: 34px; }.mini-meter span { width: 14px; height: 45%; border-radius: 2px; background: #78baff; }.mini-meter span:nth-child(2n) { height: 72%; }.mini-meter span:nth-child(3n) { height: 100%; }.access-line { justify-content: start; gap: 7px; margin-top: 31px; }.access-line span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 4px; color: #8091aa; font-size: 9px; }
.region-section { padding: 110px 0; background: var(--ink); color: white; }.region-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }.region-copy .eyebrow { color: var(--sky); }.region-copy h2 { margin-bottom: 23px; }.region-copy p { max-width: 390px; color: #9cb0cf; font-size: 14px; line-height: 1.75; }.button-light { margin-top: 17px; background: #fff; color: var(--ink); }.map-panel { min-height: 360px; position: relative; overflow: hidden; border: 1px solid #4c7bb044; border-radius: 13px; background: radial-gradient(circle at 50% 45%, #17458e, transparent 50%), #0b2857; }.map-panel::before { content: ''; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(#9bdcff1a 1px, transparent 1px), linear-gradient(90deg, #9bdcff1a 1px, transparent 1px); background-size: 37px 37px; }.map-world { position: absolute; top: 98px; left: 50%; color: #62b7ed; font-size: 250px; line-height: .5; opacity: .12; transform: translateX(-50%); }.map-label { position: absolute; z-index: 1; display: grid; grid-template-columns: 10px auto; column-gap: 8px; font-size: 12px; }.map-label small { grid-column: 2; margin-top: 3px; color: #8faad1; font-size: 9px; }.map-label b { font-weight: 600; }.map-pulse { grid-row: span 2; align-self: center; width: 8px; height: 8px; border: 2px solid var(--sky); border-radius: 50%; box-shadow: 0 0 0 6px #6fd0ff24; }.map-label-us { top: 116px; left: 79px; }.map-label-jp { top: 186px; right: 68px; }.map-route { position: absolute; height: 1px; border-top: 1px dashed #85d6ff91; transform-origin: left center; }.route-a { width: 255px; top: 142px; left: 116px; transform: rotate(11deg); }.route-b { width: 182px; top: 190px; left: 300px; transform: rotate(-17deg); }.map-coordinates { position: absolute; right: 23px; bottom: 20px; color: #7192ba; font-size: 9px; line-height: 1.7; text-align: right; }
.network-section { padding-bottom: 142px; }.network-stats { display: grid; grid-template-columns: .8fr .8fr 1.4fr; border-top: 1px solid var(--line); }.network-stat { min-height: 180px; padding: 30px 28px 20px 0; border-right: 1px solid var(--line); }.network-stat + .network-stat { padding-left: 28px; }.network-stat strong { display: block; color: var(--blue); font-family: 'Space Grotesk'; font-size: 52px; letter-spacing: -3px; }.network-stat > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }.sparkline { display: flex; align-items: end; gap: 4px; height: 26px; margin-top: 17px; }.sparkline i { width: 12px; height: 30%; border-radius: 2px; background: #91cef3; }.sparkline i:nth-child(2n) { height: 65%; }.sparkline i:nth-child(3n) { height: 100%; }.sparkline i:nth-child(5n) { height: 48%; }.sparkline.blue i { background: #658dff; }.stat-description { display: flex; align-items: center; gap: 22px; border: 0; }.stat-symbol { display: grid !important; width: 43px; height: 43px; place-items: center; border-radius: 8px; background: var(--blue); color: white !important; font-size: 20px !important; }.stat-description b { font-family: 'Space Grotesk'; font-size: 17px; }.stat-description p { max-width: 230px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-section { padding-bottom: 116px; }.contact-card { position: relative; overflow: hidden; padding: 70px 80px; border-radius: 14px; background: #eaf7ff; }.contact-card > *:not(.contact-glow) { position: relative; z-index: 1; }.contact-card h2 { margin-bottom: 20px; }.contact-card p { max-width: 410px; color: var(--muted); font-size: 14px; line-height: 1.7; }.contact-card .button { margin-top: 10px; }.contact-email { margin-left: 18px; color: #7893ad; font-size: 11px; }.contact-glow { position: absolute; width: 430px; height: 430px; right: -60px; top: -170px; border-radius: 50%; background: radial-gradient(circle, #94d9ff99, transparent 67%); }.footer { display: flex; align-items: center; justify-content: space-between; padding: 24px 0 35px; border-top: 1px solid var(--line); color: #8290a7; font-size: 11px; }.footer .brand { color: var(--ink); font-size: 15px; }.footer .brand-mark { width: 25px; height: 25px; font-size: 13px; }
.service-links { padding-bottom: 116px; }.service-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }.service-heading h2 { margin: 15px 0 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.03; }.service-heading h2 span { color: #7ca9d4; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.service-link { display: flex; min-height: 160px; flex-direction: column; justify-content: space-between; padding: 23px; border: 1px solid var(--line); border-radius: 9px; background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }.service-link:hover { border-color: #8fcaf0; box-shadow: 0 12px 30px #0d2e6010; transform: translateY(-3px); }.service-number { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 1px; }.service-link strong { font-family: 'Space Grotesk'; font-size: 19px; letter-spacing: -.8px; }.service-link > span:last-child { color: var(--muted); font-size: 11px; }.service-link b { float: right; color: var(--blue); font-size: 16px; }
.reveal { animation: rise .7s both; }.delay-one { animation-delay: .12s; }.delay-two { animation-delay: .22s; } @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.team-section { padding: 0 0 132px; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.team-member { min-width: 0; }
.team-member img { display: block; width: 100%; aspect-ratio: 1 / 1.18; object-fit: cover; border-radius: 8px; filter: saturate(.78); }
.team-member strong, .team-member span { display: block; }
.team-member strong { margin-top: 15px; font-family: 'Space Grotesk'; font-size: 15px; }
.team-member span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.team-link { display: inline-block; margin-top: 35px; }
.inner-page { background: #f8fbff; }
.inner-hero { padding: 92px 0 84px; }
.inner-hero h1 { max-width: 830px; margin: 20px 0 25px; font-size: clamp(48px, 7vw, 82px); }
.inner-hero p { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 125px; }
.detail-panel { min-height: 390px; padding: 31px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.detail-panel h2 { margin: 66px 0 18px; font-size: 30px; line-height: 1.05; letter-spacing: -1.5px; }
.detail-panel p, .detail-panel li { color: var(--muted); font-size: 13px; line-height: 1.7; }
.detail-panel ul { padding-left: 17px; margin-top: 25px; }
.detail-panel li + li { margin-top: 8px; }
.detail-blue { background: #edf8ff; border-color: #d2ebfc; }
.detail-dark { background: var(--ink); color: white; border-color: var(--ink); }
.detail-dark .card-kicker { color: var(--sky); }
.detail-dark p, .detail-dark li { color: #a9bdd8; }
.process-band { padding: 100px 0 112px; background: var(--ink); color: white; }
.process-band .eyebrow { color: var(--sky); }
.process-band h2 { margin: 17px 0 58px; font-size: clamp(40px, 5vw, 60px); line-height: 1.03; }
.process-band h2 span { color: var(--sky); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.process-grid > div { padding-top: 20px; border-top: 1px solid #4e709b; }
.process-grid b { display: block; margin-bottom: 34px; color: var(--sky); font-size: 12px; }
.process-grid strong { display: block; font-family: 'Space Grotesk'; font-size: 21px; }
.process-grid p { margin: 10px 0 0; color: #9db2d0; font-size: 13px; line-height: 1.6; }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px 14px; padding-bottom: 125px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; }
.person-card img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; filter: saturate(.78); }
.person-card > div { padding: 22px; }
.person-card strong, .person-card span { display: block; }
.person-card strong { font-family: 'Space Grotesk'; font-size: 20px; }
.person-card span { margin-top: 6px; color: var(--blue); font-size: 11px; font-weight: 700; }
.person-card p { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.values-section { padding: 100px 0; background: #eaf7ff; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 45px; }
.values-grid strong { font-family: 'Space Grotesk'; font-size: 25px; }
.values-grid p { max-width: 220px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding-bottom: 130px; }
.contact-form { display: grid; gap: 21px; padding: 35px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.contact-form label { display: grid; gap: 9px; color: var(--ink); font-size: 12px; font-weight: 700; }
.contact-form label span { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 5px; background: #fbfdff; color: var(--ink); font: inherit; font-size: 14px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid #9edaff; border-color: var(--blue); }
.contact-form .button { width: fit-content; border: 0; cursor: pointer; font: inherit; }
.contact-aside { padding-top: 20px; }
.aside-block { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.aside-block strong, .aside-block a { display: block; margin-top: 16px; font-family: 'Space Grotesk'; font-size: 22px; }
.aside-block a { color: var(--blue); font-size: 17px; }
.aside-block p { max-width: 280px; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
@media (max-width: 800px) { .container { width: min(100% - 40px, 570px); }.nav { height: 72px; }.nav-links { display: none; }.mobile-language-picker { display: inline-flex; margin-left: auto; margin-right: 9px; }.mobile-cta { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--blue); }.hero { display: block; padding: 60px 0 70px; }.hero-visual { min-height: 390px; margin-top: 55px; }.server-card { right: 25px; bottom: 30px; }.location-us { left: 40px; }.location-jp { right: 25px; }.section { padding: 85px 0; }.section-intro { display: block; }.section-intro > p { width: auto; margin-top: 25px; }.feature-grid, .region-layout, .network-stats, .service-grid { grid-template-columns: 1fr; }.feature-card { min-height: 315px; }.feature-icon { margin-top: 28px; }.region-section { padding: 80px 0; }.map-panel { margin-top: 55px; }.network-stat, .network-stat + .network-stat { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.stat-description { border-bottom: 0; }.trust-items { flex-wrap: wrap; gap: 12px 18px; padding: 16px 0; }.trust-items i { display: none; }.service-heading { display: block; }.service-heading h2 { margin-bottom: 0; }.service-links { padding-bottom: 85px; }.contact-card { padding: 48px 30px; }.contact-email { display: block; margin: 18px 0 0; }.footer { align-items: start; flex-direction: column; gap: 18px; padding-bottom: 28px; } }
@media (max-width: 800px) { .team-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 12px; }.team-member:last-child { grid-column: span 2; max-width: calc(50% - 6px); }.inner-hero { padding: 62px 0 60px; }.service-detail-grid, .people-grid, .process-grid, .values-grid, .contact-layout { grid-template-columns: 1fr; }.service-detail-grid, .people-grid, .contact-layout { padding-bottom: 85px; }.detail-panel { min-height: auto; }.detail-panel h2 { margin-top: 45px; }.process-band, .values-section { padding: 75px 0 80px; }.process-grid, .values-grid { gap: 28px; }.contact-aside { padding-top: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; } }