@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-cyrillic-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-cyrillic-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-greek-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-vietnamese-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-latin-ext-wght-normal.woff2') format('woff2-variations');
  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-display: swap;
  font-weight: 200 800;
  src: url('/assets/fonts/manrope-latin-wght-normal.woff2') format('woff2-variations');
  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 {
  --navy: #22225b;
  --navy-deep: #171742;
  --accent: #34b6c4;
  --accent-soft: rgb(52 182 196 / 22%);
  --ink: #151626;
  --muted: #626574;
  --line: #dfe1e8;
  --paper: #fff;
  --canvas: #f5f6f9;
  --shell: min(1220px,calc(100vw - 48px));
  --shadow: 0 24px 70px rgb(23 23 66 / 10%);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: linear-gradient(160deg,#fff 0%,#f7f8fb 52%,#fff 100%);
  color: var(--ink);
  font-family: Manrope,'Segoe UI',sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
body.site-networks {
  background: radial-gradient(circle at 10% 12%,rgb(224 39 101 / 3.5%),transparent 34%),linear-gradient(160deg,#fff 0%,#f7f8fb 52%,#fff9fb 100%);
}
body.site-signage {
  background: radial-gradient(circle at 90% 15%,rgb(3 240 153 / 4.5%),transparent 36%),linear-gradient(160deg,#fff 0%,#f7f8fb 52%,#fff 100%);
}
body.site-production {
  background: radial-gradient(circle at 12% 62%,rgb(52 182 196 / 5%),transparent 38%),linear-gradient(160deg,#fff 0%,#f3f4f7 52%,#fff 100%);
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select,textarea {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
p {
  line-height: 1.72;
}
::selection {
  background: var(--accent-soft);
  color: var(--navy);
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-150%);
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 750;
}
.skip-link:focus {
  transform: none;
}
.build-notice {
  width: var(--shell);
  margin: 10px auto;
  border: 2px solid #f97316;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(249 115 22 / 9%);
  color: var(--navy);
  text-align: center;
}
.build-notice p {
  margin: 0;
  padding: 8px 48px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .015em;
  line-height: 1.45;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(223 225 232 / 82%);
  background: rgb(255 255 255 / 91%);
  backdrop-filter: blur(17px);
}
.header-inner {
  display: grid;
  grid-template-columns: 235px 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 82px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 220px;
  color: var(--navy);
}
.brand-horizontal {
  width: 178px;
  height: auto;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px,2.8vw,42px);
  color: #454755;
  font-size: 13px;
  font-weight: 680;
}
.desktop-nav a,.language a,.footer-column a {
  transition: color .18s ease;
}
.desktop-nav a:hover,.language a:hover,.footer-column a:hover {
  color: var(--accent);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.language {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
}
.language svg {
  color: var(--accent);
}
.language-links {
  display: flex;
  align-items: center;
  gap: 9px;
}
.language-links>*+* {
  border-left: 1px solid var(--line);
  padding-left: 9px;
}
.language [aria-current=page] {
  color: var(--navy);
}
.language a {
  color: #90929c;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  place-items: center;
  cursor: pointer;
}
.mobile-panel {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 21px;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  transition: transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  min-height: 42px;
  padding-inline: 17px;
}
.button-dark {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 22px rgb(34 34 91 / 15%);
}
.button-dark:hover {
  background: var(--navy-deep);
}
.button-primary {
  background: var(--accent);
  color: var(--navy-deep);
  box-shadow: 0 14px 34px rgb(34 34 91 / 14%);
}
.site-networks .button-primary {
  color: #fff;
}
.button-ghost {
  border-color: var(--line);
  background: #fff;
  color: var(--navy);
}
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 56%);
}
.hero-grid {
  display: grid;
  min-height: 620px;
  min-height: min(700px,calc(100svh - 82px));
  align-items: center;
  padding: 90px 0;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: auto;
  text-align: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero .eyebrow {
  justify-content: center;
}
.eyebrow:after {
  width: 46px;
  height: 1px;
  background: var(--line);
  content: '';
}
.hero h1,.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(45px,5.2vw,76px);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: 1.01;
}
.hero h1 {
  max-width: 860px;
  margin-inline: auto;
}
.hero-lead {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: clamp(16px,1.45vw,19px);
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 37px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 760;
}
.text-link span {
  color: var(--accent);
  font-size: 19px;
  transition: transform .18s ease;
}
.text-link:hover span {
  transform: translate(3px,2px);
}
.capability-strip {
  border-bottom: 1px solid var(--line);
  background: var(--navy);
  color: #fff;
}
.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
  gap: 40px;
  min-height: 108px;
}
.capability-grid>p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 730;
}
.capability-grid ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.capability-grid li {
  border-left: 1px solid rgb(255 255 255 / 19%);
  padding: 12px 22px;
  color: rgb(255 255 255 / 70%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.free-plan {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  background: var(--navy);
  color: #fff;
}
.free-plan-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.72fr);
  align-items: center;
  gap: 9vw;
}
.free-plan .eyebrow {
  color: var(--accent);
}
.free-plan .eyebrow:after {
  background: rgb(255 255 255 / 23%);
}
.free-plan-copy h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px,4.8vw,67px);
  font-weight: 710;
  letter-spacing: -.052em;
  line-height: 1.03;
}
.free-plan-copy>p:not(.eyebrow):not(.free-plan-note) {
  max-width: 680px;
  margin: 27px 0 0;
  color: rgb(255 255 255 / 69%);
  font-size: 16px;
}
.free-plan-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
}
.button-on-dark {
  border-color: rgb(255 255 255 / 34%);
  background: transparent;
  color: #fff;
}
.button-on-dark:hover {
  border-color: #fff;
  background: rgb(255 255 255 / 8%);
}
.free-plan-note {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 46%);
  font-size: 10px;
  line-height: 1.7;
}
.free-plan-summary {
  border: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 5%);
  padding: 38px;
}
.free-plan-summary strong {
  display: block;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.025em;
}
.free-plan-summary>p {
  margin: 12px 0 28px;
  color: rgb(255 255 255 / 58%);
  font-size: 13px;
}
.free-plan-summary ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-plan-summary li {
  position: relative;
  border-top: 1px solid rgb(255 255 255 / 14%);
  padding: 14px 0 14px 21px;
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
  font-weight: 680;
}
.free-plan-summary li:before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  content: '';
}
.section {
  padding-block: 112px;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 58px;
}
.section-heading h2,.split-heading h2,.about-copy h2,.faq-intro h2,.contact-copy h2,.overview-heading h1,.service-intro h2,.related-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(37px,4vw,57px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.section-heading>div>p:last-child,.section-heading>p,.split-heading>p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 58px minmax(210px,.7fr) minmax(300px,1fr) 46px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.service-symbol {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgb(255 255 255 / 72%);
  color: var(--accent);
  transition: border-color .18s ease,background .18s ease,transform .18s ease;
}
.service-icon {
  width: 23px;
  height: 23px;
}
.service-row h3 {
  margin: 0;
  color: var(--navy);
  font-size: 21px;
  letter-spacing: -.025em;
}
.service-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.service-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 21px;
  transition: background .18s ease,color .18s ease,transform .18s ease;
}
.service-row:hover .service-symbol {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--accent-soft);
}
.service-row:hover .service-arrow {
  transform: translate(2px,2px);
  background: var(--accent);
  color: var(--navy-deep);
}
.site-networks .service-row:hover .service-arrow {
  color: #fff;
}
.approach {
  border-block: 1px solid var(--line);
  background: rgb(255 255 255 / 68%);
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 8vw;
  align-items: start;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 68px;
  border-block: 1px solid var(--line);
}
.principle {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--line);
  padding: 43px 37px;
}
.principle:last-child {
  border-right: 0;
}
.principle-icon {
  width: 30px;
  height: 30px;
  margin: 0 0 auto;
  color: var(--accent);
}
.principle h3 {
  margin: 34px 0 14px;
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -.02em;
}
.principle p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(320px,.82fr) minmax(420px,1fr);
  align-items: center;
  gap: 9vw;
}
.brand-panel {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.brand-panel:before,.brand-panel:after {
  position: absolute;
  content: '';
}
.brand-panel:before {
  inset: 28px;
  border: 1px solid rgb(255 255 255 / 17%);
}
.brand-panel:after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(255 255 255 / 10%);
}
.brand-panel .brand-stacked {
  position: relative;
  z-index: 2;
  width: min(70%,310px);
  height: auto;
  filter: brightness(0) invert(1);
}
.about-copy>p {
  color: var(--muted);
  font-size: 16px;
}
.about-points {
  display: grid;
  margin: 34px 0;
  border-top: 1px solid var(--line);
}
.about-points span {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px,.68fr) minmax(480px,1fr);
  gap: 9vw;
}
.faq-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}
.faq-intro>p:last-child {
  color: var(--muted);
  font-size: 14px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  position: relative;
  padding: 25px 54px 25px 0;
  list-style: none;
  color: var(--navy);
  font-size: 16px;
  font-weight: 730;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:after {
  position: absolute;
  right: 8px;
  top: 20px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: '+';
  font-size: 18px;
  font-weight: 400;
  transition: transform .18s ease;
}
.faq-item[open] summary:after {
  transform: rotate(45deg);
  background: var(--accent);
  border-color: var(--accent);
}
.faq-item p {
  max-width: 740px;
  margin: 0;
  padding: 0 55px 26px 0;
  color: var(--muted);
  font-size: 14px;
}
.contact {
  border-top: 1px solid var(--line);
  background: rgb(255 255 255 / 68%);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(310px,.78fr) minmax(490px,1fr);
  gap: 8vw;
  align-items: start;
}
.contact-copy>p {
  color: var(--muted);
  font-size: 15px;
}
.contact-guidance {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}
.contact-guidance h3 {
  margin: 0;
  padding: 18px 0;
  color: var(--navy);
  font-size: 13px;
  letter-spacing: -.01em;
}
.contact-guidance-list {
  display: grid;
}
.contact-guidance-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.contact-guidance-icon {
  width: 23px;
  height: 23px;
  color: var(--accent);
}
.contact-guidance-item strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
}
.contact-guidance-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.contact-form {
  display: grid;
  gap: 22px;
  border: 1px solid var(--line);
  background: rgb(245 246 249 / 82%);
  padding: 38px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form label>span {
  color: #555866;
  font-size: 11px;
  font-weight: 750;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  border: 1px solid #d6d8e0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  outline: 0;
  transition: border-color .18s ease,box-shadow .18s ease;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}
.honeypot {
  position: absolute!important;
  left: -9999px!important;
}
.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.privacy-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.form-status.success {
  color: #177344;
}
.form-status.error {
  color: #ad1e36;
}
.turnstile {
  min-height: 1px;
}
.site-footer {
  border-top: 1px solid rgb(255 255 255 / 15%);
  background: var(--navy-deep);
  color: #fff;
  padding: 70px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3,1fr);
  gap: 55px;
}
.footer-brand .brand {
  color: #fff;
}
.footer-brand .brand-horizontal {
  filter: brightness(0) invert(1);
}
.footer-brand p {
  max-width: 290px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 55%);
  font-size: 12px;
}
.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-column strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-column a {
  color: rgb(255 255 255 / 58%);
  font-size: 12px;
}
.footer-group p {
  margin: 0 0 4px;
  color: rgb(255 255 255 / 48%);
  font-size: 10px;
  line-height: 1.6;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding-top: 23px;
  color: rgb(255 255 255 / 42%);
  font-size: 10px;
}
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 12px 28px rgb(23 23 71 / 24%);
  color: #fff;
  font-size: 21px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: background .2s ease,color .2s ease;
}
.back-to-top:hover {
  background: var(--accent);
  color: var(--navy-deep);
}
.site-networks .back-to-top:hover {
  color: #fff;
}
.page-hero {
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 62%);
}
.page-hero-inner {
  padding: 72px 0 88px;
  text-align: center;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 54px;
  color: var(--muted);
  font-size: 11px;
}
.breadcrumbs a:hover {
  color: var(--accent);
}
.breadcrumbs span+span:before,.breadcrumbs a+span:before,.breadcrumbs a+a:before {
  margin-right: 8px;
  content: '/';
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 48px;
}
.page-hero h1 {
  font-size: clamp(43px,5vw,69px);
}
.page-hero-copy>p:last-child {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 17px;
}
.page-hero-symbol {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--accent);
}
.page-hero-icon {
  width: 29px;
  height: 29px;
}
.scope-card {
  width: min(100%,720px);
  border-left: 3px solid var(--accent);
  background: rgb(245 246 249 / 82%);
  padding: 28px;
  text-align: left;
}
.scope-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.scope-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.scope-card li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 12px;
}
.scope-card li:before {
  position: absolute;
  left: 0;
  top: .7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  content: '';
}
.service-intro-grid {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 9vw;
}
.service-intro>p {
  color: var(--muted);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.feature-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px;
}
.feature-icon {
  width: 27px;
  height: 27px;
  margin: 0 0 auto;
  color: var(--accent);
}
.feature-card h3 {
  margin: 30px 0 12px;
  color: var(--navy);
  font-size: 19px;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.related {
  border-top: 1px solid var(--line);
  background: rgb(255 255 255 / 68%);
}
.related-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 42px;
}
.related-heading h2 {
  font-size: 38px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.related-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  padding: 25px;
  transition: border-color .18s ease,transform .18s ease;
}
.related-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}
.related-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--accent);
}
.related-icon {
  width: 22px;
  height: 22px;
}
.related-card strong {
  color: var(--navy);
  font-size: 16px;
}
.related-card>span:last-child {
  color: var(--accent);
  font-size: 21px;
}
.overview-heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}
.overview-heading>p:last-child {
  max-width: 720px;
  margin-inline: auto;
  color: var(--muted);
}
.legal-lead {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 17px;
}
.page-hero-copy>.legal-updated {
  margin: 16px auto 0;
  color: #858794;
  font-size: 12px;
}
.legal-documents-bar {
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 78%);
}
.legal-document-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 18px 0;
}
.legal-document-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
  transition: border-color .18s ease,color .18s ease;
}
.legal-document-nav a:hover,.legal-document-nav a[aria-current=page] {
  border-color: var(--accent);
  color: var(--navy);
}
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  gap: 9vw;
}
.legal-nav {
  position: sticky;
  top: 118px;
  align-self: start;
  border-left: 2px solid var(--accent);
  padding-left: 20px;
}
.legal-nav strong {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-nav a {
  display: block;
  margin: 9px 0;
  color: var(--muted);
  font-size: 12px;
}
.legal-nav a:hover {
  color: var(--navy);
}
.legal-content {
  max-width: 820px;
}
.legal-content section {
  margin-bottom: 50px;
  scroll-margin-top: 120px;
}
.legal-content h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 25px;
  letter-spacing: -.025em;
}
.legal-content h3 {
  margin: 24px 0 8px;
  color: var(--navy);
  font-size: 16px;
}
.legal-content p,.legal-content li {
  color: var(--muted);
  font-size: 14px;
}
.legal-content a {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}
.legal-content ul {
  padding-left: 20px;
}
.legal-content code {
  overflow-wrap: anywhere;
  border-radius: 4px;
  background: var(--canvas);
  padding: 2px 5px;
  color: var(--navy);
  font-size: .9em;
}
.legal-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.legal-table th,.legal-table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
}
.legal-table tr:last-child th,.legal-table tr:last-child td {
  border-bottom: 0;
}
.legal-table th {
  width: 210px;
  background: rgb(245 246 249 / 70%);
  color: var(--navy);
  font-weight: 720;
}
.legal-table td {
  color: var(--muted);
}
.legal-document-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.legal-document-grid>a {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: 24px;
  text-decoration: none;
  transition: border-color .18s ease,transform .18s ease;
}
.legal-document-grid>a:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}
.legal-document-grid strong {
  color: var(--navy);
  font-size: 16px;
}
.legal-document-grid span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.legal-document-grid i {
  margin-top: auto;
  color: var(--accent);
  font-size: 20px;
  font-style: normal;
}
.preference-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  background: rgb(245 246 249 / 82%);
  padding: 22px;
}
.preference-box p {
  margin: 0;
}
.not-found {
  display: grid;
  min-height: 70vh;
  place-items: center;
  background: rgb(255 255 255 / 68%);
  text-align: center;
}
.not-found strong {
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
}
.not-found h1 {
  margin: 15px 0;
  color: var(--navy);
  font-size: clamp(44px,7vw,88px);
  letter-spacing: -.06em;
}
.not-found p {
  color: var(--muted);
}
@media(max-width:1180px) {
  .site-signage .header-actions>.button-ghost {
    display: none;
  }
  .header-inner {
    gap: 20px;
  }
}
@media(max-width:1020px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }
  .desktop-nav,.header-actions>.button {
    display: none;
  }
  .menu-button {
    display: grid;
  }
  .mobile-panel {
    position: absolute;
    top: 82px;
    right: 24px;
    width: min(310px,calc(100vw - 48px));
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 8px;
  }
  .mobile-panel.open {
    display: grid;
  }
  .mobile-panel a {
    border-bottom: 1px solid var(--line);
    padding: 14px 13px;
    font-size: 13px;
    font-weight: 700;
  }
  .mobile-panel a:last-child {
    border: 0;
    background: var(--navy);
    color: #fff;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    padding-block: 25px;
    gap: 20px;
  }
  .free-plan-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .free-plan-summary {
    width: min(100%,680px);
  }
  .service-row {
    grid-template-columns: 58px 1fr 42px;
  }
  .service-row h3,.service-row p {
    grid-column: 2;
  }
  .service-row .service-symbol {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .service-row .service-arrow {
    grid-column: 3;
    grid-row: 1/span 2;
  }
  .split-heading {
    grid-template-columns: 1fr;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .brand-panel {
    width: min(100%,590px);
  }
  .faq-grid,.contact-grid {
    grid-template-columns: 1fr;
  }
  .faq-intro {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3,1fr);
    gap: 30px;
  }
  .page-hero-grid,.service-intro-grid {
    grid-template-columns: 1fr;
  }
  .scope-card {
    max-width: 680px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-nav {
    position: static;
  }
  .legal-document-grid {
    grid-template-columns: 1fr;
  }
  .related-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width:700px) {
  :root {
    --shell: calc(100vw - 28px);
  }
  .header-inner {
    min-height: 72px;
    gap: 11px;
  }
  .brand-horizontal {
    width: 145px;
  }
  .language {
    gap: 6px;
  }
  .language svg {
    width: 14px;
  }
  .language-links {
    gap: 6px;
  }
  .language-links>*+* {
    padding-left: 6px;
  }
  .mobile-panel {
    top: 72px;
    right: 14px;
    width: calc(100vw - 28px);
  }
  .hero-grid {
    min-height: auto;
    padding: 78px 0 68px;
  }
  .hero h1 {
    font-size: clamp(39px,12vw,58px);
  }
  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .capability-grid ul {
    grid-template-columns: repeat(2,1fr);
  }
  .capability-grid li {
    padding: 12px 16px;
  }
  .section {
    padding-block: 82px;
  }
  .free-plan-copy h2 {
    font-size: clamp(39px,11vw,53px);
  }
  .free-plan-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .free-plan-actions .button {
    width: 100%;
  }
  .free-plan-summary {
    padding: 26px;
  }
  .section-heading h2,.split-heading h2,.about-copy h2,.faq-intro h2,.contact-copy h2,.overview-heading h1,.service-intro h2 {
    font-size: clamp(35px,10.5vw,48px);
  }
  .service-row {
    grid-template-columns: 44px 1fr 38px;
    gap: 14px;
    padding: 23px 0;
  }
  .service-symbol {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }
  .service-icon {
    width: 20px;
    height: 20px;
  }
  .service-arrow {
    width: 36px;
    height: 36px;
  }
  .service-row h3 {
    font-size: 18px;
  }
  .principles-grid {
    grid-template-columns: 1fr;
  }
  .principle {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 34px 0;
  }
  .principle:last-child {
    border-bottom: 0;
  }
  .principle-icon {
    margin-bottom: 28px;
  }
  .principle h3 {
    margin-top: 0;
  }
  .brand-panel {
    min-height: 390px;
  }
  .contact-form {
    padding: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-footer {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .page-hero-inner {
    padding: 50px 0 68px;
  }
  .breadcrumbs {
    margin-bottom: 38px;
  }
  .page-hero h1 {
    font-size: clamp(39px,12vw,55px);
  }
  .legal-document-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .legal-document-nav a {
    flex: 0 0 auto;
  }
  .legal-table th,.legal-table td {
    min-width: 145px;
    padding: 11px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: auto;
  }
  .feature-icon {
    margin-bottom: 28px;
  }
  .feature-card h3 {
    margin-top: 0;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .preference-box {
    grid-template-columns: 1fr;
  }
  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
  }
}
@media(max-width:400px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
}
@media(max-width:700px) {
  .build-notice {
    width: calc(100vw - 28px);
    margin: 8px auto;
  }
  .build-notice p {
    padding: 8px 14px;
    font-size: 11px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    scroll-behavior: auto!important;
    transition-duration: .01ms!important;
    animation-duration: .01ms!important;
  }
}
