:root {
  --color-brand: #bb0a09;
  --color-brand-hover: #9e0807;
  --color-brand-active: #7e0605;
  --color-brand-ink: #f9efe1;
  --color-canvas: #fbf7f0;
  --color-surface: #ffffff;
  --color-surface-muted: #f2eae1;
  --color-ink: #171412;
  --color-ink-muted: #5f5852;
  --color-ink-subtle: #766d65;
  --color-line: #d8cec4;
  --color-line-strong: #8d837a;
  --color-focus: #0b63ce;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  flex-direction: column;
  overflow-x: hidden;
  background: var(--color-canvas);
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.65;
}

main {
  flex: 1 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--color-brand);
  text-decoration-color: currentColor;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

a:visited {
  color: var(--color-brand);
}

a:active {
  color: var(--color-brand-active);
}

a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  text-wrap: balance;
}

.public-page h1,
.public-page h2,
.public-page h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 7vw, 5.75rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h3 {
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.site-wrapper {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 16px;
  min-height: 44px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border: 2px solid var(--color-ink);
  border-radius: 8px;
  background: var(--color-brand-ink);
  color: var(--color-ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  min-height: 72px;
}

.site-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-link,
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-ink);
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.brand-link {
  min-height: 44px;
}

.brand-link:visited {
  color: var(--color-ink);
}

.brand-link__icon {
  flex: 0 0 auto;
  border-radius: 22%;
  box-shadow: 0 8px 24px rgb(23 20 18 / 16%);
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
}

.language-switch__item {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--color-ink);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.language-switch__item:visited {
  color: var(--color-ink);
}

.language-switch__item.is-current {
  font-weight: 800;
  text-decoration: underline 2px;
  text-underline-offset: 0.35em;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--color-brand);
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lead {
  max-width: 62ch;
  color: var(--color-ink-muted);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 450;
  line-height: 1.5;
}

.hero {
  padding: 32px 0 72px;
}

.hero__grid {
  display: grid;
  align-items: center;
  gap: 40px;
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.hero__copy .lead {
  margin-bottom: 24px;
}

.availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.availability__status {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--color-brand);
  color: var(--color-brand-ink);
  font-weight: 650;
}

.availability__detail {
  color: var(--color-ink-subtle);
  font-size: 0.9375rem;
  font-weight: 650;
}

.phone-composition {
  position: relative;
  width: min(100%, 280px);
  margin: 0 auto;
}

.phone-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 8px solid var(--color-ink);
  border-radius: 48px;
  aspect-ratio: 1206 / 2622;
  background: var(--color-ink);
  box-shadow: 0 32px 80px rgb(23 20 18 / 22%);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.route-motif {
  position: absolute;
  top: 8%;
  right: -46%;
  width: 150%;
  height: 60%;
  border-top: 3px solid rgb(187 10 9 / 10%);
  border-right: 3px solid rgb(187 10 9 / 10%);
  border-radius: 0 120px 0 0;
}

.route-motif::before,
.route-motif::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(187 10 9 / 10%);
  content: "";
}

.route-motif::before {
  top: -7px;
  left: 0;
}

.route-motif::after {
  right: -7px;
  bottom: 0;
}

.landing-section {
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.benefit-grid {
  display: grid;
  gap: 20px;
}

.benefit-card {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: var(--color-surface);
}

.benefit-card p:last-child {
  margin-bottom: 0;
  color: var(--color-ink-muted);
}

.benefit-card__number {
  margin-bottom: 32px;
  color: var(--color-brand);
  font-size: 0.875rem;
  font-weight: 750;
}

.regional__panel {
  position: relative;
  overflow: hidden;
  padding: 40px 24px;
  border-radius: 32px;
  background: var(--color-brand);
  color: var(--color-brand-ink);
}

.regional .eyebrow,
.regional .lead,
.regional__supporting {
  color: var(--color-brand-ink);
}

.regional__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.regional__supporting {
  margin-bottom: 0;
  font-weight: 650;
}

.regional__motif {
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 360px;
  height: 320px;
  border: 3px solid rgb(249 239 225 / 18%);
  border-left: 0;
  border-radius: 0 0 160px;
}

.trust__panel {
  display: grid;
  gap: 32px;
  padding: 40px 24px;
  border-radius: 24px;
  background: var(--color-surface-muted);
}

.trust__copy {
  max-width: 62ch;
}

.text-link {
  font-weight: 650;
}

.trust__copy > .text-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.site-footer {
  flex: 0 0 auto;
  padding: 40px 0;
  border-top: 1px solid var(--color-line);
}

.site-footer__inner {
  display: grid;
  gap: 32px;
}

.site-footer__brand p {
  max-width: 38ch;
  margin: 16px 0 0;
  color: var(--color-ink-muted);
}

.site-footer__brand .site-footer__copyright {
  margin-top: 4px;
  color: var(--color-ink-subtle);
  font-size: 0.875rem;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.site-footer__nav a,
.site-footer__nav span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 650;
  text-decoration: none;
}

.site-footer__nav span[aria-current] {
  text-decoration: underline 2px;
  text-underline-offset: 0.3em;
}

.support-page {
  max-width: 760px;
  padding-top: 64px;
  padding-bottom: 96px;
}

.support-page h1,
.privacy-intro h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.02;
}

.support-contact,
.support-details {
  margin-top: 64px;
}

.support-contact h2,
.support-details h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.support-email {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  overflow-wrap: anywhere;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 700;
}

.draft-placeholder {
  padding-inline: 4px;
  border: 2px dashed currentColor;
  background: #fff0a8;
  color: var(--color-ink);
  overflow-wrap: anywhere;
}

.support-details li + li {
  margin-top: 12px;
}

.support-page__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 48px;
}

.privacy-page {
  padding-top: 64px;
  padding-bottom: 96px;
}

.privacy-intro {
  max-width: 760px;
  margin-bottom: 48px;
}

.privacy-intro__updated {
  color: var(--color-ink-subtle);
  font-weight: 650;
}

.privacy-layout {
  display: grid;
  gap: 32px;
}

.privacy-toc {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: var(--color-surface-muted);
}

.privacy-toc h2 {
  font-size: 1.25rem;
  letter-spacing: -0.015em;
}

.privacy-toc ol {
  margin: 0;
  padding-left: 24px;
}

.privacy-toc a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.privacy-article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: var(--color-surface);
  font-size: 1.0625rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.privacy-article h2,
.privacy-article h3 {
  scroll-margin-top: 24px;
}

.privacy-article h2 {
  margin-top: 64px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.privacy-article h2:first-child {
  margin-top: 0;
}

.privacy-article h3 {
  margin-top: 32px;
}

.privacy-article p,
.privacy-article ul {
  max-width: 72ch;
}

.privacy-article li + li {
  margin-top: 8px;
}

.privacy-article code {
  overflow-wrap: anywhere;
  font-size: 0.9em;
}

@media (max-width: 359px) {
  .site-wrapper {
    width: calc(100% - 32px);
  }

  .regional__panel {
    margin-inline: -16px;
    border-radius: 0;
  }
}

@media (min-width: 640px) {
  body {
    font-size: 1.0625rem;
  }

  .site-wrapper {
    width: min(calc(100% - 64px), 1240px);
  }

  .site-header,
  .site-header__inner {
    min-height: 88px;
  }

  .hero {
    padding: 48px 0 96px;
  }

  .hero__grid {
    gap: 64px;
  }

  .phone-composition {
    width: 300px;
  }

  .landing-section {
    padding: 96px 0;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .benefit-card {
    padding: 32px;
  }

  .benefit-card:last-child {
    grid-column: 1 / -1;
  }

  .regional__panel,
  .trust__panel {
    padding: 64px;
  }

  .privacy-article {
    padding: 48px;
    font-size: 1.125rem;
  }

  .site-footer {
    padding: 56px 0;
  }
}

@media (min-width: 1024px) {
  .site-wrapper {
    width: min(calc(100% - 96px), 1240px);
  }

  .hero {
    display: flex;
    min-height: calc(100svh - 88px);
    align-items: center;
    padding: 64px 0 128px;
  }

  .hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }

  .hero__copy {
    grid-column: 1 / span 6;
  }

  .phone-composition {
    width: clamp(310px, 27vw, 390px);
    max-width: 390px;
    grid-column: 8 / span 5;
  }

  .landing-section {
    padding: 128px 0;
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-card:last-child {
    grid-column: auto;
  }

  .regional__panel {
    min-height: 480px;
    padding: 80px;
  }

  .trust__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    padding: 64px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .site-footer__nav {
    justify-content: flex-end;
  }

  .privacy-layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }

  .privacy-toc {
    position: sticky;
    top: 32px;
    grid-column: 1 / span 3;
  }

  .privacy-article {
    grid-column: 4 / span 8;
  }
}

@media (hover: hover) {
  a:hover {
    color: var(--color-brand-hover);
    text-decoration-thickness: 2px;
  }

  .brand-link:hover,
  .language-switch__item:hover,
  .site-footer__nav a:hover {
    color: var(--color-ink);
    text-decoration: underline 2px;
    text-underline-offset: 0.3em;
  }
}

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

@media (forced-colors: active) {
  a:focus-visible,
  [tabindex]:focus-visible {
    outline-color: Highlight;
  }

  .draft-placeholder,
  .benefit-card,
  .privacy-article,
  .privacy-toc {
    border-color: CanvasText;
  }
}
