@font-face {
  font-family: "Sora";
  src: url("/assets/fonts/sora-latin-variable.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #172036;
  --muted: #66728b;
  --paper: #f5f8fc;
  --surface: #fff;
  --surface-2: #edf2f8;
  --line: rgba(49,94,245,.15);
  --accent: #315ef5;
  --mint: #20bfa9;
  --violet: #7758e8;
  --dark: #172b63;
  --radius: 22px;
  --shadow: 0 22px 55px rgba(55,77,130,.13);
  --content: 1344px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Sora", Arial, sans-serif; }
body.modal-open { overflow: hidden; }
main, section, article, aside, header, footer, nav, div { min-width: 0; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 500; left: 12px; top: -60px; padding: 12px 16px; color: #fff; background: var(--accent); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site { min-height: 100vh; }
.label, .kicker { margin: 0; color: var(--accent); font-size: 12px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }

.header {
  position: relative; z-index: 50; width: calc(100% - 40px); max-width: var(--content); height: 112px; margin: 18px auto 0; padding: 0 24px;
  display: flex; align-items: center; gap: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.95); box-shadow: 0 10px 35px rgba(37,64,122,.05);
}
.brand { margin-right: auto; display: flex; align-items: center; min-width: 0; }
.brand img { display: block; width: 300px; height: auto; }
.header nav { display: flex; align-items: center; gap: clamp(16px,2vw,29px); }
.header nav a { position: relative; font-size: 12px; font-weight: 650; white-space: nowrap; }
.header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .25s ease; }
.header nav a:hover::after, .header nav a:focus-visible::after { right: 0; }
.header-cta { padding: 13px 16px; display: flex; gap: 20px; border-radius: 8px; color: #fff; background: var(--accent); font-size: 11px; font-weight: 800; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s; }

.hero {
  width: calc(100% - 40px); max-width: var(--content); min-height: clamp(500px,39vw,560px); margin: 16px auto 0;
  display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.42fr) minmax(225px,.5fr); gap: 16px; align-items: stretch;
}
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.hero-copy { padding: 38px 34px; display: flex; flex-direction: column; justify-content: center; }
.kicker { display: flex; align-items: center; gap: 10px; font-size: 10px; }
.kicker span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(49,94,245,.12); }
.hero-copy h1 { max-width: 100%; margin: 30px 0 24px; font-size: clamp(45px,3.7vw,58px); line-height: .98; letter-spacing: -.06em; }
.hero-copy .intro { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.primary-button { width: fit-content; min-width: 230px; margin-top: 36px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 7px; color: #fff; background: var(--accent); font-size: 13px; font-weight: 800; transition: transform .25s, box-shadow .25s; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(49,94,245,.24); }
.hero-art {
  position: relative;
  min-width: 0;
  align-self: stretch;
  min-height: clamp(500px,39vw,560px);
  padding: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-art-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 5px);
  background: #f4f5fa;
}
.hero-art-stage > img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.exchange-map { position: absolute; z-index: 2; inset: 3%; width: 94%; height: 94%; filter: drop-shadow(0 0 6px rgba(49,94,245,.28)); pointer-events: none; }
.exchange-loop { fill: none; stroke: rgba(49,94,245,.54); stroke-width: .28; stroke-dasharray: 1.8 1.4; animation: dash 8s linear infinite; }
.exchange-spokes { fill: none; stroke: rgba(32,191,169,.52); stroke-width: .25; stroke-dasharray: 2 1.8; animation: dashBack 6s linear infinite; }
.flow-dot { filter: drop-shadow(0 0 2px currentColor); }
.flow-dot.blue { fill: #315ef5; color: #315ef5; }
.flow-dot.mint { fill: #20bfa9; color: #20bfa9; }
.flow-dot.orbit { fill: #7758e8; color: #7758e8; }
.map-core { fill: #fff; stroke: #315ef5; stroke-width: .6; transform-origin: 50px 51px; animation: pulse 2s ease-in-out infinite; }
.exchange-label { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); padding: 9px 14px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(49,94,245,.18); border-radius: 99px; color: #344162; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); font-size: 10px; font-weight: 750; white-space: nowrap; }
.exchange-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(32,191,169,.4); animation: signal 1.8s infinite; }
@keyframes dash { to { stroke-dashoffset: -20; } }
@keyframes dashBack { to { stroke-dashoffset: 20; } }
@keyframes pulse { 50% { transform: scale(1.55); opacity: .55; } }
@keyframes signal { 70% { box-shadow: 0 0 0 10px rgba(32,191,169,0); } 100% { box-shadow: 0 0 0 0 rgba(32,191,169,0); } }
.trust { padding: 14px 18px; display: flex; flex-direction: column; justify-content: center; gap: 2px; }
.trust article { padding: 15px 10px; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.trust article:last-child { border-bottom: 0; }
.trust-icon { width: 50px; height: 50px; margin-bottom: 9px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 15px; color: var(--accent); background: #f7f9ff; font-size: 28px; }
.trust strong, .trust small { display: block; }
.trust strong { font-size: 16px; line-height: 1.35; }
.trust small { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.capability-strip { width: calc(100% - 40px); max-width: var(--content); margin: 16px auto 0; padding-bottom: 85px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.capability-strip article { min-height: 245px; padding: 34px; display: grid; grid-template-columns: 64px 1fr 28px; gap: 20px; align-items: start; border-radius: var(--radius); color: #fff; transition: transform .25s, box-shadow .25s; }
.capability-strip article:nth-child(1) { background: var(--accent); }
.capability-strip article:nth-child(2) { background: var(--violet); }
.capability-strip article:nth-child(3) { background: var(--mint); }
.capability-strip article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cap-icon { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 15px; background: rgba(255,255,255,.13); font-size: 24px; font-weight: 700; }
.capability-strip h2 { margin: 4px 0 14px; font-size: 27px; }
.capability-strip p { margin: 0; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.65; }
.capability-strip small { display: block; margin-top: 22px; color: rgba(255,255,255,.85); font-size: 11px; line-height: 1.55; }
.capability-strip article > a { align-self: center; font-size: 28px; }

.section { max-width: 1400px; margin: 0 auto; padding: 105px 28px; }
.section h2 { margin: 14px 0 0; font-size: clamp(40px,4.5vw,66px); line-height: 1; letter-spacing: -.055em; }
.solutions { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 35px 65px; align-items: end; }
.section-heading-main { min-width: 0; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-heading h2 span { white-space: nowrap; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr) .72fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.solution-grid article { min-height: 355px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.solution-grid article > span { color: var(--accent); font-size: 12px; }
.solution-grid h3 { margin: 52px 0 18px; font-size: 25px; line-height: 1.18; letter-spacing: -.035em; }
.solution-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.solution-grid article a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--accent); font-size: 11px; font-weight: 750; }
.solution-grid aside { padding: 32px; display: flex; flex-direction: column; justify-content: center; gap: 38px; color: #fff; background: var(--accent); }
.solution-grid aside div { display: grid; gap: 7px; }
.solution-grid aside b { white-space: nowrap; font-size: 39px; line-height: 1; letter-spacing: -.055em; }
.solution-grid aside span { font-size: 12px; line-height: 1.45; opacity: .86; }

.workflow { max-width: 100%; padding-left: max(28px,calc((100vw - var(--content))/2)); padding-right: max(28px,calc((100vw - var(--content))/2)); display: grid; grid-template-columns: .65fr 1.35fr; grid-template-rows: auto 1fr; gap: 34px 65px; background: var(--surface-2); }
.workflow > header { grid-column: 1; grid-row: 1; }
.workflow-questions { grid-column: 1; grid-row: 2; align-self: start; margin: 0; padding: 26px; overflow: hidden; border: 1px solid rgba(49,94,245,.16); border-radius: 18px; color: #fff; background: linear-gradient(145deg,#172b63,#315ef5); box-shadow: var(--shadow); }
.workflow-questions small { display: block; margin-bottom: 17px; color: rgba(255,255,255,.64); font-size: 9px; font-weight: 800; line-height: 1.4; text-transform: uppercase; letter-spacing: .15em; }
.workflow-questions p { margin: 0; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 14px; line-height: 1.55; font-weight: 620; }
.workflow-questions p:last-child { border-bottom: 0; padding-bottom: 0; }
.workflow ol { grid-column: 2; grid-row: 1 / 3; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.workflow li { min-height: 420px; padding: 20px 28px 32px; display: grid; grid-template-rows: 32px minmax(145px,1fr) 52px 98px; border-left: 1px solid var(--line); }
.workflow li > span { color: var(--muted); font-size: 13px; }
.workflow li i { width: 70px; height: 70px; margin-bottom: 26px; align-self: end; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 15px; color: var(--accent); background: #fff; box-shadow: var(--shadow); font-size: 27px; font-style: normal; font-weight: 700; }
.workflow li strong { font-size: 21px; }
.workflow li p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.partners { width: 100%; max-width: 1400px; min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.8fr); gap: 80px; overflow: hidden; border-bottom: 1px solid var(--line); }
.partners h2 { max-width: 100%; overflow-wrap: normal; word-break: normal; hyphens: none; }
.partner-copy { min-width: 0; }
.partner-copy > p { margin: 38px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.growth-statement { margin: 0 !important; padding: 3px 0 3px 22px; overflow-wrap: anywhere; border-left: 3px solid var(--accent); color: var(--ink) !important; font-size: 21px !important; line-height: 1.5 !important; font-weight: 700; }
.partner-row { min-width: 0; grid-column: 1/-1; padding-top: 38px; border-top: 1px solid var(--line); }
.partner-row h3 { max-width: 100%; margin: 0 0 22px; overflow-wrap: anywhere; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.partner-grid { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 12px; list-style: none; }
.partner-logo { min-width: 0; min-height: 120px; padding: 18px 10px; display: flex; flex-direction: column; gap: 13px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 8px 25px rgba(28,45,78,.06); }
.partner-logo img { width: 48px; height: 48px; object-fit: contain; }
.partner-logo strong { white-space: nowrap; font-family: Arial,sans-serif; font-weight: 800; line-height: 1; letter-spacing: -.045em; }
.partner-logo span { color: #334155; font-size: 12px; font-weight: 750; }
.ubiquiti img { filter: invert(33%) sepia(92%) saturate(1635%) hue-rotate(194deg) brightness(82%); }
.hp img { filter: invert(51%) sepia(93%) saturate(2453%) hue-rotate(164deg) brightness(93%); }
.dell img { filter: invert(32%) sepia(100%) saturate(1437%) hue-rotate(189deg) brightness(85%); }
.synology img { filter: invert(53%) sepia(7%) saturate(449%) hue-rotate(177deg) brightness(89%); }
.veeam img { filter: invert(52%) sepia(94%) saturate(1524%) hue-rotate(92deg) brightness(92%); }
.sophos strong { color: #075a9c; font-size: 19px; }
.mailstore strong { color: #0878c9; font-size: 19px; }
.trademark-note { max-width: 1100px; margin: 23px 0 0; color: #758198; font-size: 10px; line-height: 1.7; }

.contact { max-width: var(--content); margin-top: 110px; margin-bottom: 110px; padding: 68px; display: grid; grid-template-columns: .8fr 1fr; gap: 95px; border-radius: 30px; color: #fff; background: var(--dark); }
.contact .label { color: #7da0ff; }
.contact h2 { margin-bottom: 27px; }
.contact-copy > p:not(.label) { max-width: 460px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.contact-copy > a { display: block; margin-top: 29px; font-size: 15px; }
.contact-copy > a small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.54); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
form { position: relative; padding: 34px; border-radius: var(--radius); color: var(--ink); background: #fff; }
form label { display: block; margin-bottom: 19px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
input, select, textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
textarea { min-height: 125px; resize: vertical; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 400; line-height: 1.6; text-transform: none; letter-spacing: 0; }
.privacy-check input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent); }
.privacy-check a { border-bottom: 1px solid currentColor; }
.submit-button { width: 100%; padding: 15px 18px; display: flex; justify-content: space-between; border: 0; border-radius: 7px; color: #fff; background: var(--accent); font-size: 12px; font-weight: 800; cursor: pointer; }
.form-status { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: 9px; }
.form-message { margin-bottom: 22px; padding: 13px 15px; border-radius: 8px; font-size: 12px; line-height: 1.5; }
.form-message.success { color: #126646; background: #e9f8f1; }
.form-message.error { color: #8c2230; background: #fff0f1; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

footer { max-width: 1400px; margin: 0 auto; padding: 45px 28px 65px; display: grid; justify-items: center; text-align: center; gap: 20px; }
.footer-brand img { display: block; width: 340px; }
footer > p { margin: 0; color: var(--muted); font-size: 11px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; }
footer nav a, footer nav button { padding: 0; border: 0; color: var(--ink); background: transparent; font-size: 10px; cursor: pointer; }
footer > small { color: var(--muted); font-size: 9px; }

.cookie-backdrop { position: fixed; z-index: 200; inset: 0; padding: 24px; display: grid; align-items: end; background: rgba(9,17,32,.45); backdrop-filter: blur(7px); }
.cookie-backdrop[hidden] { display: none; }
.cookie-panel { width: min(1040px,100%); margin: 0 auto; padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(15,31,67,.25); }
.cookie-panel h2 { margin: 8px 0; font-size: clamp(23px,2.4vw,34px); line-height: 1.12; letter-spacing: -.045em; }
.cookie-panel p:not(.label) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.cookie-panel a { display: inline-block; margin-top: 12px; border-bottom: 1px solid; color: var(--accent); font-size: 10px; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-actions button { min-width: 150px; min-height: 46px; padding: 13px 17px; border: 1px solid var(--accent); border-radius: 8px; font-size: 11px; font-weight: 800; cursor: pointer; }
.cookie-essential { color: var(--accent); background: #fff; }
.cookie-analytics { color: #fff; background: var(--accent); }
.cookie-actions button:hover, .cookie-actions button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(54,97,245,.18); outline: none; }

.legal-dialog { width: min(1080px,calc(100% - 32px)); max-width: none; height: min(88vh,920px); max-height: none; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(8,21,47,.35); }
.legal-dialog::backdrop { background: rgba(9,17,32,.72); backdrop-filter: blur(8px); }
.privacy-dialog-shell { height: 100%; min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.legal-dialog header { min-width: 0; padding: 25px 28px 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: #fff; }
.legal-dialog header h2 { max-width: 100%; margin: 7px 0 0; overflow-wrap: anywhere; font-size: clamp(30px,5vw,55px); line-height: 1; letter-spacing: -.055em; }
.privacy-dialog-close { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font: 400 31px/1 Arial,sans-serif; cursor: pointer; }
.privacy-dialog-close:hover, .privacy-dialog-close:focus-visible { color: #fff; background: var(--accent); outline: none; }
.privacy-dialog-content { min-width: 0; padding: 12px 28px 40px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; overflow-wrap: anywhere; scrollbar-gutter: stable; }
.privacy-dialog-content h2 { margin: 34px 0 10px; font-size: 21px; line-height: 1.35; }
.privacy-dialog-content p, .privacy-dialog-content li { max-width: 78ch; color: var(--muted); font-size: 14px; line-height: 1.8; }
.privacy-dialog-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

.legal-page { min-height: 100vh; }
.legal-header { width: calc(100% - 36px); max-width: 1000px; margin: 18px auto 0; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-header img { width: 260px; display: block; }
.legal-header a:last-child { color: var(--accent); font-size: 11px; font-weight: 750; }
.legal-content { width: calc(100% - 36px); max-width: 1000px; min-width: 0; margin: 18px auto 70px; padding: clamp(30px,6vw,70px); overflow-x: hidden; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-content h1 { max-width: 100%; margin: 12px 0 45px; overflow-wrap: anywhere; font-size: clamp(42px,7vw,72px); line-height: 1; letter-spacing: -.06em; }
.legal-content h2 { margin: 38px 0 10px; font-size: 21px; line-height: 1.3; }
.legal-content h3 { margin: 25px 0 8px; font-size: 16px; line-height: 1.4; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { display: none; }

@media (max-width: 1180px) {
  .header nav { gap: 15px; }
  .header nav a { font-size: 10px; }
  .hero { grid-template-columns: .8fr 1.25fr; }
  .trust { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); }
  .trust article { flex-direction: row; align-items: center; gap: 18px; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust article:last-child { border-right: 0; }
  .trust-icon { margin: 0; flex: 0 0 auto; }
  .solution-grid { grid-template-columns: repeat(3,1fr); }
  .solution-grid aside { grid-column: 1/-1; flex-direction: row; justify-content: space-around; }
  .workflow { grid-template-columns: 1fr; }
  .workflow > header, .workflow-questions, .workflow ol { grid-column: 1; grid-row: auto; }
  .workflow-questions { max-width: 760px; }
  .workflow ol { margin-top: 8px; }
}

@media (max-width: 860px) {
  .header { height: 112px; padding: 0 17px; gap: 12px; }
  .brand img { width: 255px; }
  .menu-button { display: block; }
  .header-cta { display: none; }
  .header nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); padding: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .header nav.open { display: flex; }
  .header nav a { padding: 13px; font-size: 13px; }
  .header nav a::after { display: none; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 490px; }
  .hero-art { min-height: 0; padding: 10px; }
  .hero-art-stage { height: auto; aspect-ratio: 1586/992; }
  .hero-art-stage > img { object-fit: contain; }
  .trust { grid-template-columns: 1fr; }
  .trust article { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-strip { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 span { white-space: normal; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-grid article { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow ol { grid-template-columns: repeat(2,1fr); }
  .partners { grid-template-columns: 1fr; gap: 30px; }
  .partner-row { grid-column: 1; }
  .partner-grid { grid-template-columns: repeat(3,1fr); }
  .contact { grid-template-columns: 1fr; gap: 50px; margin-left: 18px; margin-right: 18px; }
}

@media (max-width: 520px) {
  :root { --radius: 18px; }
  .header { width: calc(100% - 24px); margin-top: 12px; height: 116px; padding: 0 11px; gap: 8px; }
  .brand img { width: min(255px,calc(100vw - 92px)); }
  .menu-button { width: 44px; height: 44px; flex: 0 0 44px; }
  .hero { width: calc(100% - 24px); margin-top: 12px; gap: 12px; }
  .hero-copy { min-height: 465px; padding: 28px 25px; }
  .hero-copy h1 { margin: 28px 0 22px; font-size: clamp(39px,11.4vw,50px); line-height: 1; letter-spacing: -.055em; }
  .hero-copy .intro { font-size: 16px; }
  .primary-button { width: 100%; min-width: 0; font-size: 14px; }
  .hero-art { min-height: 0; padding: 7px; }
  .hero-art-stage { border-radius: 13px; }
  .exchange-map { inset: 2.5%; width: 95%; height: 95%; }
  .exchange-label { bottom: 9px; padding: 7px 11px; }
  .trust { padding: 14px; gap: 0; }
  .trust article { min-height: 118px; padding: 16px 8px; display: grid; grid-template-columns: 62px 1fr; gap: 15px; }
  .trust-icon { width: 58px; height: 58px; }
  .trust strong { font-size: 16px; }
  .trust small { font-size: 13px; }
  .capability-strip { width: calc(100% - 24px); gap: 12px; padding-bottom: 65px; }
  .capability-strip article { min-height: 350px; padding: 30px 24px; grid-template-columns: 70px 1fr 26px; gap: 15px; }
  .cap-icon { width: 66px; height: 66px; font-size: 26px; }
  .capability-strip h2 { font-size: 29px; }
  .capability-strip p { font-size: 16px; }
  .capability-strip small { font-size: 13px; }
  .section { padding: 78px 24px; }
  .section h2 { font-size: clamp(43px,12vw,56px); line-height: 1.04; }
  .solutions .section-heading h2 {
    max-width: 100%;
    font-size: clamp(29px,8.8vw,38px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }
  .solutions .section-heading h2 span { display: block; }
  .section-heading { margin-bottom: 36px; }
  .section-heading > p:last-child { font-size: 16px; line-height: 1.75; }
  .solution-grid { border-radius: 18px; }
  .solution-grid article { min-height: 360px; padding: 28px 24px; }
  .solution-grid h3 { margin-top: 48px; font-size: 29px; line-height: 1.18; }
  .solution-grid p { font-size: 15px; }
  .solution-grid article a { font-size: 13px; }
  .solution-grid aside { padding: 30px 24px; flex-direction: column; gap: 24px; }
  .solution-grid aside div {
    width: 100%;
    grid-template-columns: minmax(0,132px) minmax(0,1fr);
    gap: 18px;
    align-items: center;
  }
  .solution-grid aside b { font-size: clamp(37px,10vw,41px); letter-spacing: -.04em; }
  .solution-grid aside span { min-width: 0; font-size: 14px; line-height: 1.4; }
  .workflow { padding-left: 24px; padding-right: 24px; gap: 30px; }
  .workflow-questions { padding: 24px 22px; }
  .workflow-questions p { font-size: 16px; line-height: 1.55; }
  .workflow ol { grid-template-columns: 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.35); }
  .workflow li { min-height: 305px; padding: 25px 28px; grid-template-rows: 35px 105px 45px auto; border-left: 0; border-bottom: 1px solid var(--line); }
  .workflow li:last-child { border-bottom: 0; }
  .workflow li i { width: 72px; height: 72px; }
  .workflow li strong { font-size: 24px; }
  .workflow li p { font-size: 15px; }
  .partners { gap: 24px; }
  .partners h2 { font-size: clamp(31px,8.6vw,40px); line-height: 1.07; letter-spacing: -.045em; }
  .partner-copy > p { font-size: 16px; }
  .growth-statement { padding-left: 18px; font-size: 18px !important; line-height: 1.55 !important; }
  .partner-row h3 { color: var(--ink); font-size: 12px; line-height: 1.55; letter-spacing: .04em; text-transform: none; }
  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .partner-logo { min-height: 125px; }
  .trademark-note { font-size: 11px; }
  .contact { margin: 70px 12px; padding: 42px 18px; border-radius: 22px; }
  .contact h2 { font-size: 45px; }
  .contact-copy > p:not(.label), .contact-copy > a { font-size: 16px; }
  form { padding: 26px 19px; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
  form label { font-size: 10px; }
  input, select, textarea { font-size: 16px; }
  .privacy-check { font-size: 13px; }
  .submit-button { min-height: 52px; font-size: 14px; }
  .footer-brand img { width: min(340px,88vw); }
  footer nav { gap: 17px 22px; }
  footer nav a, footer nav button { font-size: 11px; }
  .cookie-backdrop { padding: 12px; }
  .cookie-panel { padding: 23px; grid-template-columns: 1fr; gap: 20px; }
  .cookie-panel p:not(.label) { font-size: 14px; }
  .cookie-panel a { font-size: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions button { width: 100%; min-height: 52px; font-size: 14px; }
  .legal-dialog { width: calc(100% - 18px); height: calc(100dvh - 18px); border-radius: 18px; }
  .legal-dialog header { padding: 21px 18px 17px; gap: 10px; }
  .legal-dialog header h2 { font-size: clamp(32px,9.5vw,45px); line-height: 1.02; }
  .privacy-dialog-close { width: 44px; height: 44px; flex-basis: 44px; }
  .privacy-dialog-content { padding: 7px 18px 35px; }
  .privacy-dialog-content h2 { font-size: 20px; }
  .privacy-dialog-content p, .privacy-dialog-content li { font-size: 15px; line-height: 1.72; }
  .legal-header { padding: 14px; }
  .legal-header img { width: min(230px,66vw); }
  .legal-content { width: calc(100% - 18px); padding: 28px 18px; }
  .legal-content h1 { margin-bottom: 35px; font-size: clamp(35px,10.5vw,46px); line-height: 1.05; }
  .legal-content p, .legal-content li { font-size: 15px; }
}

@media (max-width: 390px) {
  .section { padding-left: 18px; padding-right: 18px; }
  .partners h2 { font-size: 31px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-row h3 { font-size: 12px; }
}

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