@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --red: #ec1c24;
  --red-dark: #ca1017;
  --blue: #4258d8;
  --blue-light: #dce4ff;
  --ink: #171922;
  --ink-soft: #4c5060;
  --line: rgba(23, 25, 34, 0.12);
  --paper: #f5f6f9;
  --white: #ffffff;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --shadow: 0 30px 80px rgba(31, 35, 59, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }

.site-header { position: fixed; inset: 24px 0 auto; z-index: 30; transition: transform .35s ease; }
.glass-nav {
  height: 68px;
  padding: 8px 10px 8px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 22px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 12px 42px rgba(22, 24, 37, .09), inset 0 1px rgba(255,255,255,.9);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transition: background .3s ease, box-shadow .3s ease, width .3s ease;
}
.is-scrolled .glass-nav { background: rgba(255,255,255,.84); box-shadow: 0 16px 55px rgba(22,24,37,.14), inset 0 1px rgba(255,255,255,.95); }
.brand img { width: 116px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 700; color: #4e5260; transition: color .2s; }
.nav-links a:hover { color: var(--red); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  border-radius: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.nav-cta { min-height: 50px; padding: 0 19px; color: white; background: var(--ink); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.hero { position: relative; min-height: 860px; overflow: hidden; padding: 180px 0 44px; background: linear-gradient(142deg, #fafbfc 0%, #f1f3f8 50%, #f8f1f3 100%); }
.hero::after { content: ""; position: absolute; inset: auto -7vw -34vw auto; width: 64vw; height: 64vw; border: 1px solid rgba(65, 87, 216, .1); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(23,25,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,25,34,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-red { width: 580px; height: 580px; right: 0; top: -140px; background: radial-gradient(circle, rgba(236,28,36,.22), rgba(236,28,36,0) 68%); }
.hero-glow-blue { width: 720px; height: 720px; right: 16%; bottom: -400px; background: radial-gradient(circle, rgba(66,88,216,.2), rgba(66,88,216,0) 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; }
.hero-copy { padding-bottom: 38px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; color: #616574; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; background: var(--red); clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); }
h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 5.5vw, 82px); line-height: 1.02; letter-spacing: -.065em; font-weight: 700; }
h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 590px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 26px; }
.button-primary { min-height: 56px; padding: 0 22px; color: white; background: var(--red); box-shadow: 0 14px 32px rgba(236,28,36,.2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 18px 38px rgba(236,28,36,.28); }
.text-link { display: inline-flex; gap: 10px; font-size: 13px; font-weight: 800; text-decoration: none; }

.hero-system { --move-x: 0px; --move-y: 0px; position: relative; height: 600px; transform: translate(var(--move-x), var(--move-y)); transition: transform .25s ease-out; }
.system-halo { position: absolute; left: 50%; top: 50%; width: 440px; height: 440px; transform: translate(-50%,-50%); border: 1px solid rgba(65,87,216,.13); border-radius: 50%; box-shadow: 0 0 0 68px rgba(255,255,255,.16), 0 0 0 69px rgba(236,28,36,.07); }
.system-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.system-lines path { fill: none; stroke: rgba(74,79,111,.23); stroke-width: 1.2; stroke-dasharray: 5 7; }
.glass-card { position: absolute; overflow: hidden; background: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.88); box-shadow: 0 24px 68px rgba(36,39,66,.13), inset 0 1px rgba(255,255,255,.95); backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%); }
.card-main { left: 50%; top: 48%; width: 258px; height: 246px; transform: translate(-50%,-50%); border-radius: 34px; padding: 20px; z-index: 3; }
.card-main::after { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; top: -90px; border-radius: 50%; background: rgba(236,28,36,.2); filter: blur(4px); }
.card-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #6d7180; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-topline i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(236,28,36,.12); }
.core-mark { position: relative; z-index: 1; width: 68px; height: 68px; margin: 37px auto 20px; display: grid; place-items: center; border-radius: 22px; background: white; box-shadow: 0 12px 30px rgba(31,34,56,.12); }
.core-mark img { width: 42px; }
.core-copy { position: relative; z-index: 1; text-align: center; }
.core-copy strong { display: block; font-size: 14px; }
.core-copy span { display: block; margin-top: 5px; color: #777b88; font-size: 12px; }
.card-place, .card-person, .card-system { width: 190px; height: 120px; border-radius: 24px; padding: 19px; z-index: 2; }
.card-place { left: 2%; top: 12%; transform: rotate(-4deg); }
.card-person { right: 1%; top: 15%; transform: rotate(4deg); }
.card-system { right: 5%; bottom: 9%; transform: rotate(-3deg); }
.mini-label { display: block; color: #777b88; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.glass-card > strong { display: block; margin-top: 10px; font-size: 12px; }
.signal-bars { display: flex; align-items: end; gap: 4px; height: 22px; margin-top: 8px; }
.signal-bars i { width: 20px; background: var(--red); border-radius: 3px; opacity: .75; }
.signal-bars i:nth-child(1) { height: 6px; opacity: .3; }
.signal-bars i:nth-child(2) { height: 11px; opacity: .5; }
.signal-bars i:nth-child(3) { height: 17px; }
.people-dots { display: flex; margin-top: 10px; }
.people-dots i { width: 20px; height: 20px; margin-left: -4px; border: 3px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--blue-light); }
.people-dots i:nth-child(2) { background: #ffcdd1; }
.people-dots i:nth-child(3) { background: #cacff5; }
.people-dots i:nth-child(4) { background: var(--red); }
.data-line { position: relative; display: block; width: 100%; height: 20px; margin-top: 8px; border-bottom: 2px solid rgba(66,88,216,.3); }
.data-line::after { content: ""; position: absolute; left: 36%; bottom: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 52px 0 0 rgba(66,88,216,.5); }
.node { position: absolute; z-index: 4; width: 40px; height: 46px; display: grid; place-items: center; background: rgba(255,255,255,.75); clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); filter: drop-shadow(0 8px 12px rgba(35,38,62,.15)); }
.node span { width: 12px; height: 12px; border-radius: 50%; background: var(--red); }
.node-a { left: 11%; top: 48%; }
.node-b { right: 6%; top: 48%; }
.node-c { left: 25%; bottom: 3%; }
.node-d { left: 42%; top: 2%; }
.node-b span, .node-c span { background: var(--blue); }
.hero-foot { position: relative; z-index: 2; margin-top: 18px; display: flex; align-items: center; gap: 18px; color: #6d7180; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-foot-line { height: 1px; flex: 1; background: rgba(23,25,34,.14); }

.section { padding: 128px 0; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.12; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 90px; align-items: end; }
.split-heading > p, .client-heading > p { margin: 0 0 7px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.bento-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, 330px); gap: 18px; margin-top: 68px; }
.bento-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(23,25,34,.08); border-radius: var(--radius-md); background: rgba(255,255,255,.72); box-shadow: 0 18px 55px rgba(33,36,57,.06); }
.bento-number { position: relative; z-index: 2; color: #848896; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.bento-copy { position: relative; z-index: 2; max-width: 470px; }
.bento-copy h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.03em; }
.bento-copy p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.bento-place { grid-row: 1 / 3; background: linear-gradient(150deg, rgba(255,255,255,.94), rgba(255,230,232,.78)); }
.bento-place::before { content: ""; position: absolute; width: 420px; height: 420px; top: 60px; right: -150px; border-radius: 50%; background: rgba(236,28,36,.11); }
.place-visual { position: absolute; inset: 55px 20px 150px 20px; display: grid; place-items: center; }
.screen-shell { position: relative; width: 178px; height: 270px; padding: 10px; border-radius: 22px; background: #232631; box-shadow: 0 35px 50px rgba(28,30,42,.2); transform: perspective(700px) rotateY(-12deg); }
.screen-shell::after { content: ""; position: absolute; left: 50%; bottom: -70px; width: 72px; height: 72px; transform: translateX(-50%); border-bottom: 64px solid #252833; border-left: 12px solid transparent; border-right: 12px solid transparent; }
.screen-ui { height: 100%; padding: 24px 15px; border-radius: 14px; background: linear-gradient(160deg, #fff, #eceefa); }
.screen-ui::before { content: ""; display: block; width: 48px; height: 50px; margin-bottom: 28px; background: var(--red); clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); }
.screen-ui i { display: block; height: 7px; margin: 10px 0; border-radius: 6px; background: rgba(23,25,34,.13); }
.screen-ui i:nth-child(2) { width: 72%; }
.screen-ui i:nth-child(3) { width: 55%; background: rgba(236,28,36,.45); }
.floor-line { position: absolute; bottom: -65px; width: 360px; height: 85px; border-radius: 50%; border: 1px solid rgba(23,25,34,.11); transform: rotateX(68deg); }
.bento-interaction { background: linear-gradient(145deg, #202330, #303550); color: white; }
.bento-interaction .bento-number, .bento-interaction .bento-copy p { color: rgba(255,255,255,.6); }
.interaction-visual { position: absolute; right: 30px; top: 25px; width: 210px; height: 210px; }
.orbit { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 140px; height: 140px; }
.orbit-two { width: 205px; height: 205px; }
.touch-point { position: absolute; left: 50%; top: 50%; width: 60px; height: 62px; transform: translate(-50%,-50%); background: var(--red); clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); box-shadow: 0 0 70px rgba(236,28,36,.4); }
.cursor-line { position: absolute; left: 69%; top: 31%; width: 48px; height: 48px; border-top: 2px solid rgba(255,255,255,.55); transform: rotate(42deg); }
.bento-integration { background: linear-gradient(145deg, #eef1ff, #dbe3ff); }
.integration-visual { position: absolute; right: 20px; top: 45px; width: 58%; }
.integration-row { display: flex; align-items: center; }
.integration-row i { flex: 0 0 38px; height: 40px; background: rgba(255,255,255,.9); clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); filter: drop-shadow(0 7px 12px rgba(47,64,140,.12)); }
.integration-row i:nth-of-type(2) { background: var(--blue); }
.integration-row span { width: 42px; height: 1px; background: rgba(66,88,216,.35); }
.row-two { margin: 13px 0 0 55px; }

.privacy-principle { margin-top: 18px; min-height: 172px; padding: 32px 38px; display: grid; grid-template-columns: auto .8fr 1fr; gap: 28px; align-items: center; border: 1px solid rgba(23,25,34,.08); border-radius: var(--radius-md); background: linear-gradient(110deg, rgba(255,255,255,.88), rgba(237,240,255,.88)); box-shadow: 0 18px 55px rgba(33,36,57,.06); }
.privacy-icon { width: 74px; height: 84px; display: grid; place-items: center; background: #fff; clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); filter: drop-shadow(0 12px 18px rgba(47,64,140,.14)); }
.privacy-icon span { position: relative; width: 24px; height: 22px; border: 3px solid var(--blue); border-radius: 6px; }
.privacy-icon span::before { content: ""; position: absolute; left: 4px; right: 4px; top: -15px; height: 14px; border: 3px solid var(--blue); border-bottom: 0; border-radius: 12px 12px 0 0; }
.privacy-copy .mini-label { margin: 0 0 9px; }
.privacy-copy h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.privacy-principle > p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }

.clients { background: #fff; }
.client-heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 90px; align-items: end; }
.logo-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-cell { min-height: 148px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.logo-cell:hover { background: #f6f7fb; }
.logo-cell img { width: 58%; max-width: 130px; max-height: 45px; }
.logo-cell:nth-last-child(-n+3) { grid-column: span 1; }

.offices { position: relative; overflow: hidden; color: white; background: #171922; }
.office-glow { position: absolute; border-radius: 50%; filter: blur(6px); }
.office-glow-red { left: -180px; top: -220px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(236,28,36,.34), transparent 70%); }
.office-glow-blue { right: -220px; bottom: -300px; width: 720px; height: 720px; background: radial-gradient(circle, rgba(66,88,216,.42), transparent 70%); }
.office-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.eyebrow-light { color: rgba(255,255,255,.58); }
.office-intro h2 { margin: 0; font-size: clamp(42px, 4.2vw, 62px); line-height: 1.1; letter-spacing: -.055em; }
.office-intro > p:last-child { max-width: 510px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.office-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.office-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); box-shadow: inset 0 1px rgba(255,255,255,.17), 0 24px 60px rgba(0,0,0,.16); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.office-card-blue { background: linear-gradient(145deg, rgba(86,107,228,.26), rgba(255,255,255,.05)); }
.office-card-top { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.office-card-top i { width: 11px; height: 12px; background: var(--red); clip-path: polygon(50% 0%, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); }
.office-card-blue .office-card-top i { background: #8294ff; }
.office-card h3 { margin: 68px 0 20px; font-size: 34px; letter-spacing: -.04em; }
.office-card address { color: rgba(255,255,255,.66); font-size: 13px; font-style: normal; line-height: 1.8; }
.office-card a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: white; font-size: 12px; font-weight: 800; text-decoration: none; }

.contact { background: white; }
.contact-panel { position: relative; overflow: hidden; min-height: 460px; padding: 72px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; color: white; border-radius: var(--radius-lg); background: var(--red); }
.contact-panel::before { content: ""; position: absolute; width: 580px; height: 580px; right: -150px; top: -340px; border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: 0 0 0 82px rgba(255,255,255,.05); }
.contact-pattern { position: absolute; right: 13%; bottom: -90px; width: 360px; height: 360px; opacity: .22; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 28px, white 29px 30px); }
.contact-copy, .contact-links { position: relative; z-index: 2; }
.contact-copy h2 { margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.06; letter-spacing: -.06em; }
.contact-links { justify-self: end; width: min(100%, 390px); }
.contact-links a { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.32); color: white; font-size: clamp(16px, 1.6vw, 21px); font-weight: 700; letter-spacing: -.02em; text-decoration: none; }

.footer { padding: 0 0 1.5rem; background: white; }
.footer-main { padding: 48px 0 40px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; border-top: 1px solid var(--line); }
.error-main + .footer .footer-main { border-top: 0; }
.footer-brand img { width: 96px; }
.footer-identity p { margin: 20px 0 0; color: #777b88; font-size: 12px; }
.footer-legal { justify-self: end; color: #777b88; font-size: 12px; line-height: 1.75; text-align: right; }
.footer-legal p { margin: 0; }
.footer-legal a { text-underline-offset: 3px; }
.footer-bottom { padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #777b88; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }
.footer-bottom > a:last-child { justify-self: end; }

/* Privacy policy */
.privacy-page { background: #fff; }
.privacy-hero { position: relative; overflow: hidden; min-height: 680px; padding: 184px 0 96px; background: linear-gradient(142deg, #fafbfc 0%, #f1f3f8 52%, #f8f1f3 100%); }
.privacy-hero-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(23,25,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,25,34,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.privacy-page-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.privacy-page-glow-red { width: 520px; height: 520px; right: -100px; top: -200px; background: radial-gradient(circle, rgba(236,28,36,.2), rgba(236,28,36,0) 70%); }
.privacy-page-glow-blue { width: 640px; height: 640px; right: 15%; bottom: -500px; background: radial-gradient(circle, rgba(66,88,216,.2), rgba(66,88,216,0) 70%); }
.privacy-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .68fr; align-items: center; gap: 90px; }
.privacy-hero-copy h1 { margin: 0; font-size: clamp(68px, 8vw, 112px); line-height: .9; letter-spacing: -.075em; }
.privacy-hero-copy h1 em { color: var(--red); font-style: normal; }
.privacy-hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 32px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.policy-meta { margin-top: 38px; display: flex; align-items: center; gap: 18px; color: #727684; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.draft-badge { padding: 9px 12px; color: var(--red-dark); border: 1px solid rgba(236,28,36,.2); border-radius: 999px; background: rgba(236,28,36,.08); }
.privacy-hero-mark { position: relative; height: 360px; }
.privacy-hero-hex { position: absolute; left: 50%; top: 50%; width: 214px; height: 244px; display: grid; place-items: center; transform: translate(-50%,-50%); background: rgba(255,255,255,.7); clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); filter: drop-shadow(0 30px 50px rgba(31,35,59,.15)); backdrop-filter: blur(20px); }
.privacy-lock { position: relative; width: 70px; height: 62px; border: 7px solid var(--red); border-radius: 14px; }
.privacy-lock::before { content: ""; position: absolute; left: 12px; right: 12px; top: -39px; height: 38px; border: 7px solid var(--red); border-bottom: 0; border-radius: 28px 28px 0 0; }
.privacy-lock span { position: absolute; left: 50%; top: 18px; width: 8px; height: 20px; transform: translateX(-50%); border-radius: 5px; background: var(--red); }
.privacy-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(65,87,216,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.privacy-orbit-one { width: 310px; height: 310px; }
.privacy-orbit-two { width: 410px; height: 410px; border-style: dashed; }
.privacy-node { position: absolute; width: 28px; height: 32px; background: var(--blue); clip-path: polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%); }
.privacy-node-one { left: 12%; top: 23%; }
.privacy-node-two { right: 9%; bottom: 20%; background: var(--red); }
.policy-section { padding: 110px 0 130px; background: #fff; }
.policy-layout { display: grid; grid-template-columns: 245px minmax(0, 760px); justify-content: center; gap: 95px; align-items: start; }
.policy-index { position: sticky; top: 120px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(247,248,251,.9); }
.policy-index > p { margin: 0 0 18px; color: #777b88; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-index nav { display: grid; }
.policy-index a { padding: 13px 0; display: grid; grid-template-columns: 28px 1fr; gap: 8px; color: var(--ink-soft); border-top: 1px solid rgba(23,25,34,.08); font-size: 14px; line-height: 1.4; text-decoration: none; }
.policy-index a:hover { color: var(--red); }
.policy-index a span { color: #a3a6b0; font-size: 12px; font-weight: 800; }
.placeholder-notice { margin-bottom: 68px; padding: 22px 24px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; color: #5d4c4d; border: 1px solid rgba(236,28,36,.16); border-radius: 18px; background: #fff3f3; }
.placeholder-notice span { padding: 5px 8px; color: white; border-radius: 7px; background: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.placeholder-notice p { margin: 1px 0 0; font-size: 14px; line-height: 1.65; }
.policy-block { scroll-margin-top: 125px; padding: 0 0 72px; display: grid; grid-template-columns: 48px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.policy-block + .policy-block { padding-top: 72px; }
.policy-number { padding-top: 7px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.policy-block h2 { margin: 0 0 24px; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; letter-spacing: -.045em; }
.policy-block p, .policy-block li { color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.policy-block p { margin: 0 0 18px; }
.policy-block p:last-child { margin-bottom: 0; }
.policy-block ul { margin: 1.5rem 0; padding-left: 20px; }
.policy-block li + li { margin-top: 8px; }
.policy-block a { color: var(--red-dark); text-underline-offset: 4px; }
.policy-block-highlight { margin: 72px 0 0; padding: 44px; grid-template-columns: 48px 1fr; color: white; border: 0; border-radius: 28px; background: linear-gradient(145deg, #202330, #303550); }
.policy-block-highlight + .policy-block { margin-top: 72px; }
.policy-block-highlight .policy-number { color: #8496ff; }
.policy-block-highlight p { color: rgba(255,255,255,.68); }
.policy-block-highlight .policy-kicker { margin: 0 0 10px; color: #aab6ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.privacy-footer { background: var(--paper); }

/* 404 page */
.error-page { min-height: 100vh; background: var(--paper); }
.error-main { position: relative; min-height: 100vh; overflow: hidden; padding: 178px 0 34px; display: flex; flex-direction: column; background: linear-gradient(142deg, #fafbfc 0%, #f1f3f8 52%, #f8f1f3 100%); }
.error-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(23,25,34,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,25,34,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.error-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.error-glow-red { width: 590px; height: 590px; right: -170px; top: -210px; background: radial-gradient(circle, rgba(236,28,36,.22), rgba(236,28,36,0) 69%); }
.error-glow-blue { width: 730px; height: 730px; left: 27%; bottom: -580px; background: radial-gradient(circle, rgba(66,88,216,.2), rgba(66,88,216,0) 70%); }
.error-layout { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; }
.error-copy { padding-bottom: 32px; }
.error-copy h1 { font-size: clamp(58px, 6.1vw, 88px); line-height: .98; }
.error-copy > p:not(.eyebrow) { max-width: 585px; margin: 30px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.error-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.error-visual { position: relative; min-height: 440px; }
.error-code { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-52%); color: rgba(255,255,255,.6); font-size: clamp(170px, 20vw, 300px); line-height: 1; font-weight: 800; letter-spacing: -.1em; text-shadow: 0 24px 80px rgba(35,39,69,.08); user-select: none; }
.error-paths { position: absolute; inset: 10px 0 0; width: 100%; height: 100%; overflow: visible; }
.error-paths path { fill: none; stroke: rgba(74,79,111,.24); stroke-width: 1.35; stroke-dasharray: 6 8; }
.error-paths .error-path-broken { stroke: rgba(236,28,36,.28); stroke-dasharray: 3 10; }
.error-dot { position: absolute; width: 10px; height: 10px; border: 3px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(66,88,216,.1); }
.error-dot-one { left: 9%; top: 17%; }
.error-dot-two { right: 17%; top: 23%; background: var(--red); box-shadow: 0 0 0 8px rgba(236,28,36,.1); }
.error-dot-three { right: 8%; bottom: 22%; }
.error-node { position: absolute; left: 50%; top: 50%; width: 132px; aspect-ratio: 79 / 91; display: grid; place-items: center; transform: translate(-50%,-50%); clip-path: polygon(50% 0%,96% 25%,96% 75%,50% 100%,4% 75%,4% 25%); background: linear-gradient(145deg, #ff4349, var(--red-dark)); filter: drop-shadow(0 25px 34px rgba(190,16,23,.25)); }
.error-node::before { content: ""; width: 55%; aspect-ratio: 79 / 91; clip-path: inherit; background: rgba(255,255,255,.94); }
.error-node span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(236,28,36,.14); }
.error-node-status { position: absolute; left: 50%; top: calc(50% + 96px); transform: translateX(-50%); color: #8c5260; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.error-bottom { position: relative; z-index: 2; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #777b88; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.error-bottom p { margin: 0; }

@media (max-width: 980px) {
  .wrap { width: min(100% - 36px, 1240px); }
  .site-header { inset-block-start: 16px; }
  .hero { min-height: 820px; padding-top: 160px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 5; max-width: 720px; padding-bottom: 0; }
  .hero-system { position: absolute; z-index: 1; width: 590px; height: 560px; right: -180px; top: 80px; opacity: .46; transform: translate(var(--move-x), var(--move-y)) scale(.9); }
  .hero-copy::after { content: ""; position: absolute; z-index: -1; inset: -50px -70px -70px -40px; background: radial-gradient(ellipse at 30% 50%, rgba(248,249,251,.98) 25%, rgba(248,249,251,.84) 58%, transparent 78%); }
  .hero-foot { margin-top: 130px; }
  .split-heading, .client-heading, .office-layout { grid-template-columns: 1fr; gap: 30px; }
  .split-heading > p, .client-heading > p { max-width: 620px; }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .privacy-principle { grid-template-columns: auto 1fr; }
  .privacy-principle > p { grid-column: 2; }
  .office-layout { gap: 60px; }
  .contact-panel { grid-template-columns: 1fr; gap: 64px; padding: 56px; }
  .contact-links { justify-self: start; }
  .privacy-hero-layout { grid-template-columns: 1fr .5fr; gap: 30px; }
  .privacy-hero-mark { height: 320px; transform: scale(.78); }
  .policy-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 50px; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .glass-nav { height: 60px; padding-left: 17px; border-radius: 18px; }
  .brand img { width: 102px; }
  .nav-links { display: none; }
  .nav-cta { min-height: 44px; padding: 0 15px; }
  .hero { min-height: 810px; padding-top: 142px; }
  .hero-grid { background-size: 52px 52px; }
  .hero-system { width: 510px; height: 490px; right: -290px; top: 215px; opacity: .35; transform: rotate(-6deg) scale(.9); }
  h1 { font-size: clamp(48px, 14vw, 66px); line-height: 1.03; }
  .hero-intro { margin-top: 24px; font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-foot { margin-top: 95px; line-height: 1.5; }
  .hero-foot span:last-child { text-align: right; }
  .section { padding: 94px 0; }
  .section-heading h2, .office-intro h2 { font-size: 40px; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: 460px 300px 300px; }
  .bento-place { grid-row: auto; }
  .place-visual { bottom: 135px; transform: scale(.75); }
  .interaction-visual { opacity: .7; }
  .integration-visual { width: 65%; opacity: .8; }
  .privacy-principle { padding: 28px; grid-template-columns: auto 1fr; gap: 22px; }
  .privacy-icon { width: 60px; height: 68px; }
  .privacy-principle > p { grid-column: 1 / -1; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-cell { min-height: 118px; }
  .office-cards { grid-template-columns: 1fr; }
  .office-card { min-height: 330px; }
  .office-card h3 { margin-top: 45px; }
  .contact-panel { min-height: 520px; padding: 38px 28px; border-radius: 30px; }
  .contact-copy h2 { font-size: 45px; }
  .contact-links { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-legal { justify-self: start; text-align: left; }
  .footer-bottom { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .footer-bottom > a:last-child { justify-self: auto; }
  .privacy-hero { min-height: auto; padding: 150px 0 70px; }
  .privacy-hero-layout { grid-template-columns: 1fr; }
  .privacy-hero-copy h1 { font-size: clamp(62px, 20vw, 88px); }
  .privacy-hero-mark { position: absolute; width: 370px; right: -210px; bottom: -40px; opacity: .3; }
  .policy-section { padding: 76px 0 95px; }
  .policy-layout { grid-template-columns: 1fr; gap: 38px; }
  .policy-index { position: static; }
  .policy-index nav { grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
  .policy-block { grid-template-columns: 34px 1fr; gap: 12px; padding-bottom: 56px; }
  .policy-block + .policy-block { padding-top: 56px; }
  .policy-block-highlight { margin-top: 56px; padding: 30px 24px; grid-template-columns: 30px 1fr; }
  .policy-block-highlight + .policy-block { margin-top: 56px; }

  .error-visual { display: none; }
  .error-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .policy-index nav { grid-template-columns: 1fr; }
  .placeholder-notice { grid-template-columns: 1fr; }
}

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