:root {
  --bg: #080b11;
  --bg-deep: #030508;
  --surface: #0d1624;
  --surface-light: #142238;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f5f6f8;
  --muted: #9da6b3;
  --muted-strong: #c9ced6;
  --accent: #f28c28;
  --accent-soft: #ffc078;
  --cyan: #f28c28;
  --danger: #ff8f83;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --header-height: 106px;
  --radius: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--accent) var(--bg-deep);
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  min-height: 100%;
}

body.menu-open {
  overflow: hidden;
}

body.intro-running,
body.intro-leaving {
  overflow: hidden;
}

::selection {
  background: var(--accent);
  color: var(--bg-deep);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--bg-deep);
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid transparent;
  transition: height 0.35s var(--ease), background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(242, 140, 40, 0.09), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(20, 34, 56, 0.9), transparent 46%),
    linear-gradient(135deg, #020305 0%, #08101b 52%, #020305 100%);
  color: var(--text);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  isolation: isolate;
}

.site-intro[hidden],
body.intro-complete .site-intro {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.intro-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at center, #000 0 38%, transparent 72%);
  transform: scale(1.04);
  animation: vaultGridSettle 3s var(--ease) both;
}

.vault-light {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.18), transparent 0),
    linear-gradient(90deg, transparent 0 48%, rgba(242, 140, 40, 0.12) 50%, transparent 52% 100%);
  opacity: 0;
  transform: scale(0.72);
  pointer-events: none;
  animation: vaultLightOpen 3.35s var(--ease) both;
}

.vault-door {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025), transparent 22% 78%, rgba(0,0,0,0.2)),
    #050910;
  pointer-events: none;
}

.vault-door-left {
  right: 50%;
  clip-path: inset(0 50% 0 0);
  border-right: 1px solid rgba(242, 140, 40, 0.24);
  transform-origin: left center;
}

.vault-door-right {
  left: 50%;
  clip-path: inset(0 0 0 50%);
  border-left: 1px solid rgba(242, 140, 40, 0.24);
  transform-origin: right center;
}

body.intro-leaving .vault-door-left {
  animation: vaultDoorLeft 0.95s cubic-bezier(0.76, 0, 0.24, 1) both;
}

body.intro-leaving .vault-door-right {
  animation: vaultDoorRight 0.95s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.vault-stage {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.vault-rings {
  position: relative;
  width: clamp(260px, 36vw, 490px);
  aspect-ratio: 1;
  filter: drop-shadow(0 28px 80px rgba(0, 0, 0, 0.55));
  animation: vaultAssembly 0.75s var(--ease) both;
}

.vault-ring,
.vault-notch,
.vault-handle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.vault-ring-outer {
  border: 1px solid rgba(242, 140, 40, 0.4);
  background:
    conic-gradient(from 0deg, transparent 0 18deg, rgba(242, 140, 40, 0.8) 20deg 31deg, transparent 33deg 92deg, rgba(255,255,255,0.1) 96deg 104deg, transparent 108deg 360deg),
    radial-gradient(circle, transparent 0 64%, rgba(242, 140, 40, 0.09) 65% 66%, transparent 67%);
  animation: vaultRotate 2.2s cubic-bezier(0.5, 0, 0.12, 1) 0.32s both;
}

.vault-ring-mid {
  inset: 10%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: conic-gradient(from 140deg, transparent 0 54deg, rgba(242, 140, 40, 0.48) 56deg 76deg, transparent 78deg 360deg);
  animation: vaultRotateReverse 2.25s cubic-bezier(0.5, 0, 0.12, 1) 0.38s both;
}

.vault-ring-inner {
  inset: 24%;
  border: 1px solid rgba(242, 140, 40, 0.34);
  background: radial-gradient(circle, rgba(13, 22, 36, 0.82) 0 54%, rgba(242, 140, 40, 0.1) 55% 57%, transparent 58%);
  animation: vaultUnlockPulse 2.4s ease 0.35s both;
}

.vault-notch {
  inset: 5%;
  border: 2px solid transparent;
  border-top-color: rgba(242, 140, 40, 0.62);
  opacity: 0;
  animation: vaultTick 2.25s steps(5, end) 0.42s both;
}

.vault-notch-b {
  transform: rotate(120deg);
  animation-delay: 0.56s;
}

.vault-notch-c {
  transform: rotate(240deg);
  animation-delay: 0.7s;
}

.vault-handle {
  inset: 39%;
  border: 1px solid rgba(242, 140, 40, 0.42);
  background: linear-gradient(135deg, rgba(20, 34, 56, 0.95), rgba(3, 5, 8, 0.95));
  box-shadow: inset 0 0 24px rgba(242, 140, 40, 0.1), 0 0 36px rgba(242, 140, 40, 0.12);
  animation: vaultHandleTurn 2.2s cubic-bezier(0.5, 0, 0.12, 1) 0.42s both;
}

.vault-handle::before,
.vault-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: translate(-50%, -50%);
}

.vault-handle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.intro-content {
  position: relative;
  z-index: 4;
  width: min(720px, calc(100% - 48px));
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 18px 22px;
  padding: clamp(28px, 4vw, 42px);
  text-align: left;
  transform-origin: center;
  animation: vaultBrandIn 0.9s var(--ease) 0.2s both;
}

.intro-brand-mark {
  grid-row: 1 / 3;
  width: clamp(48px, 6vw, 74px);
  height: clamp(54px, 6.8vw, 84px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 7px;
  transform: skewX(-9deg);
}

.intro-brand-mark span {
  display: block;
  width: 100%;
  border-radius: 3px 3px 0 0;
  background: var(--accent);
  box-shadow: 0 0 24px rgba(242, 140, 40, 0.28);
}

.intro-brand-mark span:nth-child(1) { height: 45%; opacity: 0.56; }
.intro-brand-mark span:nth-child(2) { height: 72%; opacity: 0.78; }
.intro-brand-mark span:nth-child(3) { height: 100%; }

body.intro-leaving .intro-content {
  animation: vaultBrandToHeader 0.92s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.intro-kicker {
  display: block;
  grid-column: 2;
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0;
  animation: vaultKickerIn 0.8s var(--ease) 0.85s both;
}

.intro-brand {
  grid-column: 2;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--display);
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.intro-brand span {
  color: var(--text);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
}

.intro-brand strong {
  color: var(--text);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
}

.intro-brand em {
  color: var(--accent);
  font-size: clamp(24px, 3.1vw, 38px);
  font-style: normal;
  font-weight: 800;
  text-shadow: 0 0 28px rgba(242, 140, 40, 0.18);
}

body.intro-leaving .site-intro {
  pointer-events: none;
  animation: vaultOverlayExit 0.95s cubic-bezier(0.76, 0, 0.24, 1) both;
}

.site-header.scrolled {
  height: 78px;
  background: rgba(5, 13, 11, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 52;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 4px;
  transform: skewX(-9deg);
}

.brand-mark span {
  display: block;
  width: 100%;
  border-radius: 2px 2px 0 0;
  background: var(--accent);
}

.brand-mark span:nth-child(1) { height: 17px; opacity: 0.5; }
.brand-mark span:nth-child(2) { height: 27px; opacity: 0.76; }
.brand-mark span:nth-child(3) { height: 38px; }

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-copy > span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.menu-toggle {
  position: relative;
  z-index: 52;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  height: 48px;
  padding: 0 9px 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 20, 17, 0.75);
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.menu-toggle:hover {
  border-color: var(--line-strong);
  background: var(--surface-light);
}

.menu-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-icon {
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.menu-icon span {
  width: 13px;
  height: 1.5px;
  background: var(--bg-deep);
  transition: transform 0.35s var(--ease), width 0.35s var(--ease);
}

.menu-toggle[aria-expanded="true"] .menu-icon span:first-child {
  transform: translateY(3.7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon span:last-child {
  transform: translateY(-3.7px) rotate(-45deg);
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 51;
  visibility: hidden;
  pointer-events: none;
}

.site-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 6, 0.72);
  opacity: 0;
  backdrop-filter: blur(8px);
  transition: opacity 0.45s ease;
}

.site-menu.is-open .menu-backdrop {
  opacity: 1;
}

.menu-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(620px, 100%);
  height: 100%;
  padding: 125px clamp(30px, 6vw, 78px) 38px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(242, 140, 40, 0.05), transparent 35%),
    #091713;
  border-left: 1px solid var(--line);
  transform: translateX(102%);
  transition: transform 0.65s var(--ease);
}

.site-menu.is-open .menu-panel {
  transform: translateX(0);
}

.menu-meta,
.menu-footer {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-links {
  padding: 34px 0;
  margin: auto 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.menu-links a {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 11px 0;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.05em;
  transition: color 0.3s ease, transform 0.3s var(--ease);
}

.menu-links a span {
  color: var(--accent);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.menu-links a:hover,
.menu-links a:focus-visible {
  color: var(--accent-soft);
  transform: translateX(10px);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.1);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-height) + 50px) clamp(24px, 5vw, 76px) 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at 75% 45%, rgba(60, 196, 161, 0.09), transparent 30%),
    var(--bg-deep);
  background-size: 80px 80px, 80px 80px, auto, auto;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(transparent, var(--bg-deep));
  pointer-events: none;
}

.hero-shell {
  width: min(1380px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
  align-items: center;
  gap: 7vw;
}

.hero-content {
  max-width: 850px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(22px, 3vh, 36px);
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px var(--accent);
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.title-small {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 500;
}

.title-large {
  display: block;
  font-size: clamp(64px, 9.1vw, 142px);
  white-space: nowrap;
}

h1 em,
h2 em {
  color: var(--accent);
  font-style: normal;
  font-weight: inherit;
}

.title-large em {
  font-size: 0.46em;
  letter-spacing: -0.055em;
  vertical-align: 0.32em;
}

.hero-lead {
  max-width: 760px;
  margin: 38px 0 13px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hero-copy {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1vw, 16px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #08110c;
}

.button-primary:hover {
  background: var(--accent-soft);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(242, 140, 40, 0.4);
  background: rgba(242, 140, 40, 0.06);
}

.status-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 rgba(242, 140, 40, 0.4);
  animation: statusPulse 2.2s infinite;
}

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-width: 500px;
  width: 100%;
  justify-self: center;
  display: grid;
  place-items: center;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-visual::before {
  inset: 14%;
  background: radial-gradient(circle, rgba(242, 140, 40, 0.1), transparent 65%);
  filter: blur(18px);
}

.hero-visual::after {
  inset: 8%;
  border: 1px dashed rgba(242, 140, 40, 0.13);
}

.security-core {
  position: relative;
  z-index: 2;
  width: 38%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 140, 40, 0.32);
  border-radius: 28%;
  background: linear-gradient(145deg, rgba(242, 140, 40, 0.1), rgba(13, 22, 36, 0.58));
  box-shadow: 0 0 80px rgba(242, 140, 40, 0.09), inset 0 0 40px rgba(255, 255, 255, 0.02);
  transform: rotate(45deg);
}

.security-core svg {
  width: 57%;
  transform: rotate(-45deg);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shield-outline { stroke: var(--muted-strong); stroke-width: 2; }
.shield-inner { stroke: rgba(242, 140, 40, 0.45); stroke-width: 1.2; }
.shield-check { stroke: var(--accent); stroke-width: 5; }

.swiss-mesh-backdrop {
  position: absolute;
  z-index: 1;
  width: 142%;
  max-width: 680px;
  left: 48%;
  top: 43%;
  opacity: 0;
  transform: translate(-54%, -55%) scale(0.96);
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 0 46px rgba(242, 140, 40, 0.14));
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

body.loaded .swiss-mesh-backdrop {
  opacity: 1;
  transform: translate(-54%, -55%) scale(1);
  transition-delay: 0.7s;
  animation: swissMeshDrift 13s ease-in-out 1.4s infinite, swissMeshBreath 9.5s ease-in-out 1.4s infinite;
}

.swiss-mesh-layer {
  opacity: 0.78;
  transform-origin: 50% 50%;
}

.swiss-mesh-layer-blur {
  opacity: 0.26;
  filter: blur(18px);
}

body.loaded .swiss-mesh-layer {
  animation: swissMeshDepth 16s ease-in-out 1.2s infinite;
}

.mesh-link {
  fill: none;
  stroke: rgba(242, 140, 40, 0.3);
  stroke-width: 0.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mesh-link-b {
  stroke: rgba(255, 192, 120, 0.2);
}

.mesh-pulse {
  fill: none;
  stroke: rgba(255, 192, 120, 0.72);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 16 190;
  opacity: 0;
}

body.loaded .mesh-pulse-a {
  animation: meshPulseRun 7.5s ease-in-out 2.2s infinite;
}

body.loaded .mesh-pulse-b {
  animation: meshPulseRun 8.4s ease-in-out 4.1s infinite reverse;
}

.mesh-node-field circle {
  fill: rgba(255, 192, 120, 0.78);
  filter: drop-shadow(0 0 7px rgba(242, 140, 40, 0.78));
}

body.loaded .mesh-node-field circle {
  animation: meshNodePulse 5.8s ease-in-out infinite;
}

.mesh-node-field circle:nth-child(3n) { animation-delay: 0.8s; }
.mesh-node-field circle:nth-child(4n) { animation-delay: 1.7s; }
.mesh-node-field circle:nth-child(5n) { animation-delay: 2.6s; }

.swiss-hosted-badge {
  position: absolute;
  z-index: 5;
  left: 33%;
  top: 28%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px 6px 6px;
  border: 1px solid rgba(242, 140, 40, 0.24);
  border-radius: 999px;
  background: rgba(8, 13, 22, 0.72);
  color: rgba(245, 246, 248, 0.88);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26), 0 0 22px rgba(242, 140, 40, 0.1);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

body.loaded .swiss-hosted-badge {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.82s;
  animation: swissHostedBadgeGlow 5.8s ease-in-out 1.8s infinite;
}

.swiss-hosted-badge span:last-child {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

.swiss-badge-flag {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.08);
}

.swiss-badge-flag svg {
  width: 18px;
  height: 18px;
}

.swiss-badge-flag rect {
  fill: #d52b1e;
}

.swiss-badge-flag path {
  fill: #fff;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  width: min(1380px, 100%);
  margin: 30px auto 0;
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: clamp(25px, 5vw, 65px);
  border-top: 1px solid var(--line);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-item strong {
  color: var(--accent);
  font-family: var(--display);
  font-size: 23px;
  letter-spacing: -0.05em;
}

.trust-item span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-cue {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 28px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: var(--accent);
  transform: translateX(-50%);
  animation: scrollCue 1.8s ease-in-out infinite;
}

.hero-reveal {
  opacity: 0;
  transform: translateY(24px);
}

body.loaded .hero-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

body.loaded .hero-reveal:nth-child(1) { transition-delay: 0.12s; }
body.loaded .hero-reveal:nth-child(2) { transition-delay: 0.22s; }
body.loaded .hero-reveal:nth-child(3) { transition-delay: 0.34s; }
body.loaded .hero-reveal:nth-child(4) { transition-delay: 0.43s; }
body.loaded .hero-reveal:nth-child(5) { transition-delay: 0.52s; }
.hero-visual.hero-reveal { transform: translateY(20px) scale(0.94); }
body.loaded .hero-visual.hero-reveal { transform: translateY(0) scale(1); transition-delay: 0.4s; }

.section {
  position: relative;
  padding: clamp(95px, 11vw, 170px) clamp(24px, 5vw, 76px);
  scroll-margin-top: 72px;
}

.section-shell,
.footer-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: clamp(40px, 9vw, 130px);
  margin-bottom: clamp(55px, 7vw, 95px);
}

.section-index {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.7vw, 82px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.section-heading > p,
.contact-intro > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
}

.services {
  background: var(--bg);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: clamp(26px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.025), rgba(255,255,255,0.008));
  transition: transform 0.4s var(--ease), border-color 0.35s ease, background 0.35s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -140px;
  top: -150px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(80px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 140, 40, 0.23);
  background: linear-gradient(145deg, rgba(242, 140, 40, 0.055), rgba(255,255,255,0.008));
}

.service-card:hover::before {
  opacity: 0.07;
}

.service-card-featured {
  background: linear-gradient(140deg, rgba(242, 140, 40, 0.09), rgba(16, 27, 43, 0.6));
  border-color: rgba(242, 140, 40, 0.2);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card-number {
  color: var(--muted);
  font-family: monospace;
  font-size: 10px;
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: var(--accent);
}

.card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-kicker,
.offer-main > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 530px;
  margin: 9px 0 14px;
  font-family: var(--display);
  font-size: clamp(25px, 2.3vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.service-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.card-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s var(--ease);
}

.service-card:hover .card-line {
  transform: scaleX(1);
}

.service-list {
  margin-top: 16px;
  padding: 22px 0;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 7vw, 100px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.service-list span {
  display: flex;
  align-items: center;
  gap: 11px;
}

.service-list span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.about {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 50%, rgba(242, 140, 40, 0.06), transparent 28%),
    var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) 1.18fr;
  align-items: center;
  gap: clamp(55px, 10vw, 155px);
}

.about-portrait {
  position: relative;
  aspect-ratio: 0.82;
  max-width: 500px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 220px 220px 18px 18px;
  background:
    radial-gradient(circle at 50% 38%, rgba(242, 140, 40, 0.16), transparent 24%),
    linear-gradient(145deg, #112720, #08120f);
}

.about-portrait::before,
.about-portrait::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.about-portrait::before {
  width: 80%;
  aspect-ratio: 1;
  left: 10%;
  top: 14%;
  border: 1px solid rgba(242, 140, 40, 0.2);
  box-shadow: 0 0 70px rgba(242, 140, 40, 0.06);
}

.about-portrait::after {
  width: 52%;
  aspect-ratio: 1;
  left: 24%;
  top: 27%;
  background: rgba(242, 140, 40, 0.06);
  filter: blur(28px);
}

.portrait-grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 80%, transparent);
}

.portrait-monogram {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(100px, 15vw, 220px);
  font-weight: 800;
  letter-spacing: -0.13em;
  -webkit-text-stroke: 1px rgba(242, 140, 40, 0.5);
  text-shadow: 0 0 50px rgba(242, 140, 40, 0.08);
  transform: translateX(-0.04em);
}

.portrait-label {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 30px;
  bottom: 28px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(4, 12, 10, 0.74);
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.portrait-corner {
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
}

.corner-top {
  top: 21%;
  left: 10%;
  border-left: 1px solid var(--accent);
  border-top: 1px solid var(--accent);
}

.corner-bottom {
  right: 10%;
  bottom: 20%;
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}

.about-content {
  max-width: 690px;
}

.role-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 27px 0 32px;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.role-line i {
  width: 30px;
  height: 1px;
  background: var(--accent);
}

.about-text {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
}

.about-points {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid var(--line);
}

.about-points li {
  padding: 16px 12px 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 13px;
}

.about-points li:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.about-points li:nth-child(even) {
  padding-left: 22px;
}

.about-points span {
  margin-right: 10px;
  color: var(--accent);
  font-family: monospace;
  font-size: 9px;
}

.offers {
  background:
    radial-gradient(circle at 88% 16%, rgba(242, 140, 40, 0.08), transparent 28%),
    var(--bg);
}

.offer-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  position: relative;
  min-height: 530px;
  padding: clamp(27px, 3.4vw, 46px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(242, 140, 40, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(19, 48, 48, 0.55), rgba(8, 22, 20, 0.42));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
  transition: transform 0.45s var(--ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.offer-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -180px;
  right: -130px;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.15);
  filter: blur(55px);
  opacity: 0.5;
  transition: opacity 0.35s ease, transform 0.45s var(--ease);
}

.offer-card:hover {
  transform: translateY(-7px);
  border-color: rgba(242, 140, 40, 0.34);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28), 0 0 40px rgba(242, 140, 40, 0.035);
}

.offer-card:hover::before {
  opacity: 0.85;
  transform: scale(1.18);
}

.offer-card-highlight {
  border-color: rgba(242, 140, 40, 0.3);
  background: linear-gradient(145deg, rgba(32, 78, 77, 0.5), rgba(8, 22, 20, 0.48));
}

.offer-card-head {
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.offer-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 140, 40, 0.2);
  border-radius: 16px;
  background: rgba(242, 140, 40, 0.06);
  color: var(--accent);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.offer-card-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-category {
  position: relative;
  z-index: 1;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.offer-card h3 {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 9px 0 26px;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.feature-list {
  position: relative;
  z-index: 1;
  margin: 0 0 35px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.45;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(242, 140, 40, 0.2);
}

.offer-card-link {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  transition: color 0.25s ease;
}

.offer-card-link span {
  margin-left: 8px;
  color: var(--accent);
}

.offer-card-link:hover {
  color: var(--accent-soft);
}

.offer-stack {
  border-top: 1px solid var(--line-strong);
}

.offer-row {
  position: relative;
  min-height: 180px;
  display: grid;
  grid-template-columns: 70px minmax(250px, 0.9fr) 1.1fr 58px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  transition: padding 0.35s var(--ease), background 0.35s ease;
}

.offer-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(242, 140, 40, 0.07), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.offer-row:hover {
  padding-left: 18px;
}

.offer-row:hover::before {
  opacity: 1;
}

.offer-number {
  color: var(--accent);
  font-family: monospace;
  font-size: 10px;
}

.offer-main h3 {
  margin: 7px 0 0;
  font-family: var(--display);
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.offer-row > p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.offer-row > a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--ease);
}

.offer-row > a svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.offer-row:hover > a {
  background: var(--accent);
  color: var(--bg-deep);
  transform: rotate(-12deg);
}

.offers-note {
  margin-top: 32px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(242, 140, 40, 0.2);
  border-radius: 12px;
  background: rgba(242, 140, 40, 0.045);
}

.offers-note {
  border-color: rgba(242, 140, 40, 0.22);
  background: rgba(242, 140, 40, 0.045);
}

.offers-note-icon {
  background: rgba(242, 140, 40, 0.1);
}

.offers-note-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.1);
  color: var(--accent);
}

.offers-note-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offers-note > div {
  display: flex;
  flex-direction: column;
}

.offers-note strong {
  font-size: 13px;
}

.offers-note > div span {
  color: var(--muted);
  font-size: 12px;
}

.text-link {
  margin-left: auto;
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.text-link span {
  margin-left: 6px;
}

.faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 140, 40, 0.08), transparent 31%),
    radial-gradient(circle at 86% 38%, rgba(13, 45, 72, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(7, 14, 24, 0.94), var(--bg-deep));
  border-top: 1px solid var(--line);
}

.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(242, 140, 40, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 140, 40, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 70%);
  opacity: 0.48;
}

.faq .section-shell {
  position: relative;
  z-index: 1;
}

.faq-heading {
  margin-bottom: clamp(44px, 5vw, 74px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(24px, 3vw, 38px);
}

.faq-item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-item h3 {
  margin: 0;
  width: 100%;
}

.faq-question {
  position: relative;
  width: fit-content;
  max-width: min(100%, 620px);
  min-height: 62px;
  padding: 14px 19px 14px 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(242, 140, 40, 0.15);
  border-radius: 18px 18px 18px 6px;
  background:
    linear-gradient(145deg, rgba(14, 36, 55, 0.96), rgba(6, 16, 27, 0.94)),
    var(--bg-deep);
  color: var(--text);
  font-size: clamp(15px, 1.18vw, 18px);
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.035);
  transition: transform 0.35s var(--ease), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.faq-question::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: linear-gradient(180deg, rgba(242, 140, 40, 0.42), rgba(242, 140, 40, 0));
}

.faq-question:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, 0.34);
  background:
    linear-gradient(145deg, rgba(19, 47, 70, 0.98), rgba(7, 19, 32, 0.96)),
    var(--bg-deep);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26), 0 0 34px rgba(242, 140, 40, 0.045);
}

.faq-question > span:not(.faq-icon) {
  flex: 1 1 auto;
}

.faq-icon {
  position: relative;
  order: -1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 140, 40, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 192, 120, 0.18), transparent 48%),
    rgba(242, 140, 40, 0.075);
  color: var(--accent-soft);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 0 22px rgba(242, 140, 40, 0.06);
  transition: transform 0.35s var(--ease), background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.faq-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-question:hover .faq-icon {
  transform: scale(1.06);
  border-color: rgba(242, 140, 40, 0.46);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 192, 120, 0.26), transparent 52%),
    rgba(242, 140, 40, 0.12);
  color: var(--accent);
}

.faq-answer {
  position: relative;
  width: 100%;
}

.faq-answer-inner {
  margin-top: 16px;
  padding: clamp(25px, 3.2vw, 38px);
  border: 1px solid rgba(242, 140, 40, 0.12);
  border-radius: 8px 22px 22px 22px;
  background:
    linear-gradient(145deg, rgba(24, 55, 76, 0.66), rgba(10, 27, 43, 0.58)),
    rgba(10, 24, 38, 0.68);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.04);
}

.faq-answer-inner p {
  max-width: 900px;
  margin: 0;
}

.faq-answer-inner p + p {
  margin-top: 12px;
}

.faq-cta {
  position: relative;
  margin-top: clamp(38px, 5vw, 68px);
  padding: clamp(28px, 4.2vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  border: 1px solid rgba(242, 140, 40, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 10%, rgba(242, 140, 40, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(242, 140, 40, 0.12), rgba(8, 20, 32, 0.8)),
    rgba(7, 9, 13, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.faq-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 35%, rgba(242, 140, 40, 0.065));
  opacity: 0.8;
}

.faq-cta > * {
  position: relative;
  z-index: 1;
}

.faq-cta > div > span {
  display: block;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.faq-cta p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.faq-cta .button {
  flex: 0 0 auto;
}

.contact {
  overflow: hidden;
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
}

.contact-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 10vw, 150px);
}

.contact-intro > p {
  max-width: 560px;
  margin-top: 30px;
}

.contact-promises {
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.contact-promises > div {
  padding: 17px 0;
  display: flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid var(--line);
}

.contact-promises > div > span {
  color: var(--accent);
  font-family: monospace;
  font-size: 9px;
}

.contact-promises p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.contact-promises strong {
  color: var(--text);
  font-size: 13px;
}

.contact-form {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);
}

.form-header {
  margin-bottom: 35px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.form-header span:first-child {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.form-header span:last-child {
  align-self: center;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field {
  position: relative;
  margin-bottom: 20px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field label span {
  color: var(--muted);
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: none;
  background: rgba(2, 8, 7, 0.36);
  color: var(--text);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.field input,
.field select {
  height: 52px;
  padding: 0 15px;
}

.field textarea {
  min-height: 130px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #60716c;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(242, 140, 40, 0.58);
  background: rgba(242, 140, 40, 0.025);
  box-shadow: 0 0 0 3px rgba(242, 140, 40, 0.06);
}

.field select {
  appearance: none;
  color: var(--muted-strong);
  cursor: pointer;
}

.field select option {
  background: var(--surface);
  color: var(--text);
}

.select-wrap {
  position: relative;
}

.select-wrap svg {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.5;
  pointer-events: none;
}

.field-error,
.privacy-error {
  display: none;
  margin-top: 6px;
  color: var(--danger);
  font-size: 10px;
}

.field.invalid .field-error,
.privacy-check.invalid + .privacy-error {
  display: block;
}

.field.invalid input,
.field.invalid textarea,
.field.invalid select {
  border-color: rgba(255, 143, 131, 0.7);
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  font-size: 11px;
  cursor: pointer;
}

.privacy-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-check {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: rgba(2, 8, 7, 0.36);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.custom-check svg {
  width: 13px;
  fill: none;
  stroke: var(--bg-deep);
  stroke-width: 2;
  opacity: 0;
}

.privacy-check input:checked + .custom-check {
  border-color: var(--accent);
  background: var(--accent);
}

.privacy-check input:checked + .custom-check svg {
  opacity: 1;
}

.privacy-check input:focus-visible + .custom-check {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  margin-top: 25px;
  border: 0;
}

.form-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-status {
  min-height: 20px;
  margin-top: 12px;
  color: var(--accent-soft);
  font-size: 11px;
  text-align: center;
}

.site-footer {
  padding: 70px clamp(24px, 5vw, 76px) 25px;
  background: #030807;
  border-top: 1px solid var(--line);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand {
  align-self: start;
  justify-self: start;
}

.footer-shell > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
}

.footer-contact strong {
  color: var(--text);
  font-family: var(--display);
  font-size: 14px;
}

.footer-contact a {
  width: fit-content;
  color: var(--accent-soft);
}

.footer-assurance {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(242, 140, 40, 0.18);
  border-radius: 12px;
  background: rgba(242, 140, 40, 0.035);
}

.footer-assurance > span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer-assurance p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 25px;
  justify-self: end;
  font-size: 12px;
}

.footer-links a,
.footer-bottom a {
  color: var(--muted-strong);
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 45px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.footer-bottom > div {
  display: flex;
  gap: 24px;
}

.back-to-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.back-to-top span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
}

.legal-page {
  min-height: 100%;
  background:
    radial-gradient(circle at 76% 18%, rgba(242, 140, 40, 0.09), transparent 28%),
    linear-gradient(135deg, #030508 0%, #08101b 54%, #030508 100%);
}

.legal-site-header {
  background: rgba(3, 5, 8, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.legal-back {
  min-width: 0;
}

.legal-main {
  width: min(1180px, calc(100% - clamp(36px, 8vw, 140px)));
  min-height: 72vh;
  margin: 0 auto;
  padding: clamp(150px, 17vw, 210px) 0 clamp(75px, 10vw, 130px);
}

.legal-hero {
  position: relative;
  max-width: 850px;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.legal-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: -26px;
  width: min(360px, 72vw);
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.legal-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 10vw, 112px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.07em;
  overflow-wrap: normal;
}

.legal-hero p {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--muted-strong);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.legal-layout {
  display: grid;
  gap: 18px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.legal-card,
.legal-section,
.legal-note {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(13, 22, 36, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.legal-card {
  padding: clamp(24px, 4vw, 36px);
}

.legal-card-primary {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border-color: rgba(242, 140, 40, 0.24);
  background: linear-gradient(135deg, rgba(13, 22, 36, 0.92), rgba(8, 13, 22, 0.92));
}

.legal-card-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 140, 40, 0.32);
  border-radius: 18px;
  background: rgba(242, 140, 40, 0.08);
  color: var(--accent);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.legal-label {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-card h2,
.legal-section h2 {
  margin: 0;
  font-family: var(--display);
  color: var(--text);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.legal-card p,
.legal-section p,
.legal-note p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.legal-card a,
.legal-section a {
  color: var(--accent-soft);
}

.legal-note {
  padding: 24px 28px;
  border-color: rgba(242, 140, 40, 0.2);
  background: rgba(242, 140, 40, 0.045);
}

.privacy-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.privacy-layout .legal-card-primary {
  grid-column: 1 / -1;
}

.legal-section {
  padding: clamp(24px, 4vw, 34px);
}

.legal-section h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}

.legal-footer {
  padding-top: 42px;
}

.legal-footer .footer-shell {
  grid-template-columns: 1fr;
}

.legal-footer .footer-bottom {
  margin-top: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section:target .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 140, 40, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(242, 140, 40, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 140, 40, 0); }
}

@media (max-width: 620px) {
  .offer-card {
    min-height: auto;
  }

  .hero {
    background-size: 72px 72px, 72px 72px, auto, auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero-reveal,
  .hero-visual.hero-reveal {
    opacity: 1;
    transform: none;
  }
}

@keyframes scrollCue {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.4; }
  50% { transform: translate(-50%, 13px); opacity: 1; }
}

@keyframes swissMeshDrift {
  0%, 100% { translate: 0 0; }
  50% { translate: 4px -4px; }
}

@keyframes swissMeshBreath {
  0%, 100% {
    opacity: 0.66;
    filter: drop-shadow(0 0 28px rgba(242, 140, 40, 0.1));
  }
  50% {
    opacity: 0.92;
    filter: drop-shadow(0 0 54px rgba(242, 140, 40, 0.2));
  }
}

@keyframes swissMeshDepth {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.76; }
  50% { transform: translate3d(3px, -2px, 0) scale(1.012); opacity: 0.92; }
}

@keyframes meshNodePulse {
  0%, 100% { opacity: 0.42; transform: scale(0.82); }
  45% { opacity: 1; transform: scale(1.16); }
}

@keyframes meshPulseRun {
  0%, 64% { opacity: 0; stroke-dashoffset: 210; }
  72% { opacity: 0.85; }
  90% { opacity: 0.15; stroke-dashoffset: -70; }
  100% { opacity: 0; stroke-dashoffset: -70; }
}

@keyframes swissHostedBadgeGlow {
  0%, 100% {
    border-color: rgba(242, 140, 40, 0.2);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26), 0 0 18px rgba(242, 140, 40, 0.08);
  }
  50% {
    border-color: rgba(242, 140, 40, 0.36);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32), 0 0 30px rgba(242, 140, 40, 0.16);
  }
}

@keyframes vaultGridSettle {
  from { opacity: 0; transform: scale(1.12); }
  to { opacity: 0.22; transform: scale(1); }
}

@keyframes vaultAssembly {
  from { opacity: 0; transform: scale(0.86) rotate(-10deg); filter: blur(10px); }
  to { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}

@keyframes vaultRotate {
  0% { transform: rotate(-76deg); opacity: 0.3; }
  28% { opacity: 1; }
  76% { transform: rotate(278deg); opacity: 1; }
  100% { transform: rotate(304deg); opacity: 0.72; }
}

@keyframes vaultRotateReverse {
  0% { transform: rotate(94deg); opacity: 0.2; }
  78% { transform: rotate(-238deg); opacity: 0.95; }
  100% { transform: rotate(-264deg); opacity: 0.58; }
}

@keyframes vaultUnlockPulse {
  0% { box-shadow: inset 0 0 0 rgba(242, 140, 40, 0), 0 0 0 rgba(242, 140, 40, 0); }
  54% { box-shadow: inset 0 0 38px rgba(242, 140, 40, 0.08), 0 0 0 rgba(242, 140, 40, 0); }
  78% { box-shadow: inset 0 0 50px rgba(242, 140, 40, 0.12), 0 0 55px rgba(242, 140, 40, 0.22); }
  100% { box-shadow: inset 0 0 24px rgba(242, 140, 40, 0.08), 0 0 24px rgba(242, 140, 40, 0.1); }
}

@keyframes vaultTick {
  0% { opacity: 0; }
  20% { opacity: 0.75; }
  84% { opacity: 0.75; }
  100% { opacity: 0.14; }
}

@keyframes vaultHandleTurn {
  0% { transform: rotate(0deg) scale(0.92); opacity: 0.78; }
  72% { transform: rotate(135deg) scale(1); opacity: 1; }
  100% { transform: rotate(150deg) scale(0.98); opacity: 0.7; }
}

@keyframes vaultBrandIn {
  from { opacity: 0; transform: translateY(14px) scale(0.97); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes vaultKickerIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes vaultLightOpen {
  0%, 64% {
    opacity: 0;
    transform: scale(0.72);
    background:
      radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.18), transparent 0),
      linear-gradient(90deg, transparent 0 48%, rgba(242, 140, 40, 0.12) 50%, transparent 52% 100%);
  }
  82% {
    opacity: 0.85;
    transform: scale(1);
    background:
      radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.2), transparent 28%),
      linear-gradient(90deg, transparent 0 46%, rgba(242, 140, 40, 0.16) 50%, transparent 54% 100%);
  }
  100% {
    opacity: 0.08;
    transform: scale(1.28);
    background:
      radial-gradient(circle at 50% 50%, rgba(242, 140, 40, 0.14), transparent 48%),
      linear-gradient(90deg, transparent 0 42%, rgba(242, 140, 40, 0.08) 50%, transparent 58% 100%);
  }
}

@keyframes vaultDoorLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-58vw); }
}

@keyframes vaultDoorRight {
  from { transform: translateX(0); }
  to { transform: translateX(58vw); }
}

@keyframes vaultBrandToHeader {
  0% { opacity: 1; transform: translate(0, 0) scale(1); filter: blur(0); }
  72% { opacity: 1; transform: translate(calc(-50vw + 190px), calc(-50vh + 82px)) scale(0.28); filter: blur(0); }
  100% { opacity: 0; transform: translate(calc(-50vw + 118px), calc(-50vh + 52px)) scale(0.22); filter: blur(3px); }
}

@keyframes vaultBrandToHeaderMobile {
  0% { opacity: 1; transform: translate(0, 0) scale(1); filter: blur(0); }
  72% { opacity: 1; transform: translate(calc(-50vw + 92px), calc(-50vh + 52px)) scale(0.34); filter: blur(0); }
  100% { opacity: 0; transform: translate(calc(-50vw + 68px), calc(-50vh + 38px)) scale(0.28); filter: blur(3px); }
}

@keyframes vaultOverlayExit {
  0% { opacity: 1; clip-path: circle(145% at 50% 50%); }
  78% { opacity: 1; clip-path: circle(45% at 50% 50%); }
  100% { opacity: 0; clip-path: circle(0 at 50% 50%); visibility: hidden; }
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
    gap: 25px;
  }

  .title-large {
    font-size: clamp(60px, 8.5vw, 95px);
  }

  .section-heading {
    gap: 55px;
  }

  .offer-row {
    grid-template-columns: 45px minmax(220px, 0.9fr) 1.1fr 52px;
    gap: 20px;
  }

  .contact-shell {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  :root { --header-height: 86px; }

  .site-header {
    padding-inline: 24px;
  }

  .hero {
    min-height: auto;
    padding: 140px 24px 34px;
  }

  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 720px;
  }

  .title-small { font-size: clamp(40px, 9vw, 68px); }
  .title-large { font-size: clamp(59px, 13.2vw, 100px); }

  .hero-visual {
    max-width: 420px;
    margin-top: 20px;
  }

  .swiss-mesh-backdrop {
    width: 136%;
    left: 46%;
    top: 42%;
  }

  .hero-bottom {
    margin-top: 50px;
  }

  .section-heading,
  .about-shell,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    gap: 28px;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .about-portrait {
    max-width: 460px;
    width: 80%;
    aspect-ratio: 0.95;
  }

  .about-content {
    max-width: 750px;
  }

  .offer-card-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 490px;
  }

  .faq-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-row {
    min-height: 210px;
    grid-template-columns: 42px 1fr 52px;
    padding-block: 32px;
  }

  .offer-row > p {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  .offer-row > a {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .contact-intro {
    max-width: 690px;
  }

  .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
  }

  .legal-grid,
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .legal-main {
    width: min(100% - 48px, 900px);
  }
}

@media (max-width: 620px) {
  .site-header,
  .site-header.scrolled {
    height: 72px;
    padding-inline: 18px;
  }

  .brand-mark {
    width: 27px;
    height: 31px;
  }

  .brand-mark span:nth-child(1) { height: 14px; }
  .brand-mark span:nth-child(2) { height: 22px; }
  .brand-mark span:nth-child(3) { height: 31px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy > span { font-size: 7px; }
  .menu-toggle { height: 42px; padding-left: 12px; gap: 9px; }
  .menu-label { display: none; }
  .menu-icon { width: 32px; height: 32px; }

  .menu-panel {
    width: 100%;
    padding: 105px 25px 28px;
  }

  .menu-links a {
    font-size: clamp(33px, 11vw, 48px);
    gap: 16px;
  }

  .menu-footer span:first-child {
    display: none;
  }

  .menu-footer {
    justify-content: flex-end;
  }

  .intro-content {
    width: calc(100% - 38px);
    padding: 28px 22px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .intro-brand {
    grid-column: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
  }

  .intro-brand span,
  .intro-brand strong {
    font-size: clamp(26px, 8vw, 36px);
  }

  .intro-brand em {
    font-size: clamp(22px, 7vw, 30px);
  }

  .intro-brand-mark {
    grid-row: auto;
    width: 46px;
    height: 52px;
  }

  .intro-kicker {
    grid-column: 1;
    font-size: 8px;
  }

  .vault-rings {
    width: min(78vw, 330px);
  }

  body.intro-leaving .intro-content {
    animation-name: vaultBrandToHeaderMobile;
  }

  .hero {
    padding: 118px 20px 27px;
    background-size: 48px 48px, 48px 48px, auto, auto;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 8px;
  }

  .title-small {
    margin-bottom: 8px;
    font-size: clamp(37px, 12vw, 52px);
  }

  .title-large {
    font-size: clamp(53px, 17.7vw, 78px);
  }

  .title-large em {
    display: block;
    margin-top: 17px;
    font-size: 0.4em;
    vertical-align: 0;
  }

  .swiss-mesh-backdrop {
    width: 148%;
    left: 45%;
    top: 43%;
  }

  .hero-lead {
    margin-top: 32px;
    font-size: 17px;
  }

  .hero-copy {
    font-size: 13px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    max-width: 330px;
    margin-top: 32px;
  }

  .hero-bottom {
    gap: 20px;
  }

  .trust-item:nth-child(2),
  .scroll-cue span {
    display: none;
  }

  .scroll-cue {
    margin-left: auto;
  }

  .section {
    padding: 85px 20px;
  }

  .section h2 {
    font-size: clamp(38px, 12.5vw, 55px);
  }

  .section-index {
    margin-bottom: 17px;
    font-size: 8px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
  }

  .service-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-inline: 8px;
  }

  .about-shell {
    gap: 50px;
  }

  .about-portrait {
    width: 100%;
    aspect-ratio: 0.9;
  }

  .portrait-label {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 8px;
  }

  .role-line {
    flex-wrap: wrap;
    gap: 10px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-points li:nth-child(odd) {
    border-right: 0;
  }

  .about-points li:nth-child(even) {
    padding-left: 0;
  }

  .offer-row {
    min-height: auto;
    grid-template-columns: 32px 1fr 42px;
    gap: 12px;
    padding: 29px 0;
  }

  .offer-row:hover {
    padding-left: 7px;
  }

  .offer-main h3 {
    font-size: 26px;
  }

  .offer-row > p {
    font-size: 12px;
  }

  .offer-row > a {
    width: 40px;
    height: 40px;
  }

  .offer-card {
    min-height: auto;
    padding: 27px 22px;
    border-radius: 17px;
  }

  .offer-card-head {
    margin-bottom: 32px;
  }

  .offer-card h3 {
    font-size: 29px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .offer-card-link {
    margin-top: 8px;
  }

  .offers-note {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 21px;
  }

  .offers-note > div {
    width: calc(100% - 60px);
  }

  .text-link {
    margin-left: 60px;
  }

  .faq-question {
    min-height: 58px;
    padding: 13px 16px 13px 12px;
    gap: 13px;
    border-radius: 15px 15px 15px 5px;
    font-size: 16px;
  }

  .faq-question::after {
    left: 18px;
    bottom: -10px;
    width: 1px;
    height: 10px;
  }

  .faq-icon {
    width: 34px;
    height: 34px;
  }

  .faq-icon svg {
    width: 18px;
    height: 18px;
  }

  .faq-answer-inner {
    margin-top: 14px;
    padding: 22px 18px;
    border-radius: 7px 16px 16px 16px;
    font-size: 13px;
  }

  .faq-cta {
    padding: 25px 18px;
    border-radius: 18px;
  }

  .faq-cta .button {
    width: 100%;
  }

  .contact-shell {
    gap: 45px;
  }

  .contact-promises p {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .footer-assurance {
    align-items: flex-start;
    padding: 20px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .back-to-top {
    align-self: flex-end;
  }

  .legal-main {
    width: calc(100% - 36px);
    padding-top: 122px;
  }

  .legal-site-header .legal-back {
    width: 50px;
    height: 42px;
    min-width: 50px;
    padding-inline: 14px;
  }

  .legal-site-header .legal-back span {
    display: none;
  }

  .legal-card-primary {
    grid-template-columns: 1fr;
  }

  .legal-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 15px;
  }

  .legal-card,
  .legal-section,
  .legal-note {
    border-radius: 14px;
  }

  .legal-hero h1 {
    font-size: clamp(40px, 12vw, 50px);
    letter-spacing: -0.055em;
    overflow-wrap: anywhere;
  }
}

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

  .site-intro {
    display: none;
  }
}

/* Restrained black, navy and orange brand theme. */
.site-header.scrolled {
  background: rgba(3, 5, 8, 0.96);
  backdrop-filter: none;
}

.menu-toggle {
  background: #0d1624;
}

.menu-panel {
  background: #0b1320;
}

.menu-backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: none;
}

.hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at 78% 46%, rgba(242, 140, 40, 0.055), transparent 25%),
    #030508;
  background-size: 96px 96px, 96px 96px, auto, auto;
}

.hero-visual::before {
  background: radial-gradient(circle, rgba(242, 140, 40, 0.07), transparent 64%);
  filter: none;
}

.hero-visual::after {
  inset: 17%;
  border: 1px solid rgba(242, 140, 40, 0.12);
  animation: none;
}

.security-core {
  width: 36%;
  border-color: rgba(242, 140, 40, 0.38);
  border-radius: 24px;
  background: #101b2b;
  box-shadow: none;
  transform: none;
}

.security-core svg {
  transform: none;
}

.shield-inner {
  stroke: rgba(242, 140, 40, 0.45);
}

.button-primary {
  background: var(--accent);
  color: #080b11;
}

.button-primary:hover {
  background: var(--accent-soft);
}

.button-secondary:hover {
  border-color: rgba(242, 140, 40, 0.45);
  background: rgba(242, 140, 40, 0.06);
}

.services,
.offers {
  background: #080b11;
}

.service-card,
.service-card-featured {
  border-color: var(--line);
  background: #0d1624;
  box-shadow: none;
}

.service-card::before,
.offer-card::before {
  display: none;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, 0.35);
  background: #101b2b;
}

.card-icon,
.offer-card-icon {
  border-color: rgba(242, 140, 40, 0.25);
  background: #142238;
}

.about {
  background: #05080e;
}

.about-portrait {
  background: #0d1624;
  box-shadow: none;
}

.about-portrait::before {
  border-color: rgba(242, 140, 40, 0.2);
  box-shadow: none;
}

.about-portrait::after {
  display: none;
}

.portrait-monogram {
  -webkit-text-stroke-color: rgba(242, 140, 40, 0.52);
  text-shadow: none;
}

.portrait-label {
  background: #080d16;
  backdrop-filter: none;
}

.offer-card {
  min-height: 480px;
  border-color: var(--line);
  background: #0d1624;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
}

.offer-card-highlight {
  border-color: rgba(242, 140, 40, 0.28);
  background: #101b2b;
}

.offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, 0.36);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.feature-list {
  grid-template-columns: 1fr;
}

.feature-list li::before {
  border-color: var(--accent);
  box-shadow: none;
}

.offers-note,
.footer-assurance {
  border-color: rgba(242, 140, 40, 0.2);
  background: #0d1624;
}

.offers-note-icon {
  background: rgba(242, 140, 40, 0.1);
}

.contact {
  background: #030508;
}

.contact-form {
  border-color: var(--line-strong);
  background: #0d1624;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.field input,
.field textarea,
.field select {
  background: #080d16;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(242, 140, 40, 0.65);
  background: #0b1320;
  box-shadow: 0 0 0 3px rgba(242, 140, 40, 0.08);
}

.site-footer {
  background: #020305;
}

.hero-reveal {
  transform: translateY(14px);
}

.hero-visual.hero-reveal {
  transform: translateY(10px) scale(0.98);
}

.reveal {
  transform: translateY(20px);
  transition-duration: 0.65s;
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 140, 40, 0.35); }
  70% { box-shadow: 0 0 0 6px rgba(242, 140, 40, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 140, 40, 0); }
}

@media (max-width: 620px) {
  .offer-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero-reveal,
  .hero-visual.hero-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Refined hero opening animation. */
.hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.016) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.016) 1px, transparent 1px),
    radial-gradient(circle at var(--hero-x, 78%) 44%, rgba(242, 140, 40, 0.12), transparent 24%),
    radial-gradient(circle at 14% 80%, rgba(20, 34, 56, 0.75), transparent 33%),
    #030508;
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
  animation: heroGradientDrift 11s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(242, 140, 40, 0.085) 48%, transparent 60%),
    linear-gradient(180deg, transparent, rgba(242, 140, 40, 0.035), transparent);
  opacity: 0;
  transform: translateX(-48%);
}

body.loaded .hero::after {
  animation: heroLightSweep 3.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.hero-shell {
  position: relative;
  z-index: 1;
}

.hero-shell::before {
  content: "";
  position: absolute;
  right: 9%;
  top: 10%;
  width: min(420px, 38vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 140, 40, 0.65), transparent);
  opacity: 0;
  transform: translateX(-38px);
}

body.loaded .hero-shell::before {
  animation: heroFineLine 1.8s var(--ease) 0.65s both;
}

.hero-reveal {
  filter: blur(8px);
}

body.loaded .hero-reveal {
  filter: blur(0);
  transition: opacity 0.95s var(--ease), transform 0.95s var(--ease), filter 0.95s var(--ease);
}

.title-large em {
  text-shadow: 0 0 0 rgba(242, 140, 40, 0);
}

body.loaded .title-large em {
  animation: titleWarmGlow 2.2s ease 0.7s both;
}

.security-core {
  position: relative;
  overflow: hidden;
}

.security-core::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 192, 120, 0.16), transparent 56%);
  transform: translateX(-80%);
  opacity: 0;
}

body.loaded .security-core::after {
  animation: coreSheen 2.8s var(--ease) 0.85s both;
}

body.loaded .security-core {
  animation: coreBreath 5.8s ease-in-out 1.6s infinite;
}

@keyframes heroGradientDrift {
  from { --hero-x: 74%; }
  to { --hero-x: 84%; }
}

@keyframes heroLightSweep {
  0% { opacity: 0; transform: translateX(-48%); }
  28% { opacity: 1; }
  100% { opacity: 0; transform: translateX(48%); }
}

@keyframes heroFineLine {
  from { opacity: 0; transform: translateX(-38px) scaleX(0.42); }
  to { opacity: 0.78; transform: translateX(0) scaleX(1); }
}

@keyframes titleWarmGlow {
  0% { text-shadow: 0 0 0 rgba(242, 140, 40, 0); }
  45% { text-shadow: 0 0 34px rgba(242, 140, 40, 0.28); }
  100% { text-shadow: 0 0 18px rgba(242, 140, 40, 0.12); }
}

@keyframes coreSheen {
  0% { opacity: 0; transform: translateX(-80%); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(80%); }
}

@keyframes coreBreath {
  0%, 100% { box-shadow: 0 0 0 rgba(242, 140, 40, 0); }
  50% { box-shadow: 0 0 42px rgba(242, 140, 40, 0.11); }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  body.loaded .hero::after,
  body.loaded .hero-shell::before,
  body.loaded .title-large em,
  body.loaded .security-core,
  body.loaded .security-core::after {
    animation: none !important;
  }

  .hero::after,
  .hero-shell::before,
  .security-core::after {
    display: none;
  }
}
