:root {
  --bg: #090c0a;
  --bg-soft: #0d120f;
  --surface: #111813;
  --surface-light: #f4f7f4;
  --text: #f5f8f5;
  --text-dark: #111812;
  --muted: #9ba69d;
  --muted-dark: #667268;
  --accent: #7bc78e;
  --accent-strong: #98e8aa;
  --line: rgba(255,255,255,.09);
  --line-dark: #dce3dd;
  --radius-lg: 34px;
  --shadow: 0 32px 90px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; border-radius: 8px; background: #fff; color: #111; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(9,12,10,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 19px/1 Manrope, sans-serif; letter-spacing: -.03em; }
.brand-icon { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 8px; object-fit: cover; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-select-wrap { position: relative; display: inline-flex; align-items: center; }
.language-select { min-width: 112px; height: 38px; padding: 0 34px 0 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: #d7ded8; background: #101512; font: 700 12px/1 Manrope,"Noto Sans KR",sans-serif; outline: none; cursor: pointer; appearance: auto; }
.language-select:hover,.language-select:focus { border-color: rgba(123,199,142,.45); }
.footer-language { margin: 3px 0 4px; }
.footer-language .language-select { width: 150px; border-color: rgba(255,255,255,.1); background: #0d110f; }

.desktop-nav a { color: #aab3ac; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.nav-cta { white-space: nowrap; padding: 11px 17px; border: 1px solid rgba(123,199,142,.3); border-radius: 999px; background: rgba(123,199,142,.1); color: #dff5e5; font-size: 12px; font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: 900px; padding: 165px 0 110px; background: linear-gradient(180deg,#090c0a 0%,#0c120e 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(180deg,transparent,#0c1010); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; right: 3%; top: 70px; background: radial-gradient(circle,rgba(123,199,142,.2),transparent 67%); }
.hero-glow-two { width: 420px; height: 420px; left: 7%; bottom: -180px; background: radial-gradient(circle,rgba(90,125,246,.08),transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 52px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #a4ada6; font: 800 11px/1.3 Manrope, sans-serif; letter-spacing: .18em; }
.eyebrow span { width: 32px; height: 2px; border-radius: 2px; background: var(--accent); }
.hero h1 { margin: 0; font: 700 clamp(54px,6vw,82px)/1.08 Manrope,"Noto Sans KR",sans-serif; letter-spacing: -.065em; }
.hero h1 strong { color: var(--accent-strong); font-weight: 700; }
.hero-description { max-width: 630px; margin: 30px 0 0; color: #a1aba3; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge-link { display: inline-flex; align-items: center; justify-content: center; height: 60px; line-height: 0; border-radius: 8px; }
.store-badge-img { display: block; width: auto; height: 56px; max-width: 100%; object-fit: contain; }
.store-badge-link:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 4px; }
.app-store-badge { height: 56px; }
.google-play-badge { height: 56px; }
.store-button { min-width: 178px; min-height: 58px; display: inline-flex; align-items: center; gap: 11px; padding: 9px 16px 9px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: #fff; background: #050706; box-shadow: 0 14px 34px rgba(0,0,0,.2); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-2px); border-color: rgba(123,199,142,.5); background: #0c100d; }
.store-icon { width: 29px; height: 29px; flex: 0 0 29px; fill: currentColor; }
.play-icon { width: 27px; height: 27px; flex-basis: 27px; }
.store-button span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.store-button small { margin-bottom: 4px; font: 600 9px/1 Manrope,sans-serif; letter-spacing: .01em; }
.store-button strong { font: 700 19px/1 Manrope,sans-serif; letter-spacing: -.035em; }
.hero-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #9ca79f; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.hero-text-link:hover { color: var(--accent-strong); }
.hero-text-link span { color: var(--accent); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 14px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #102015; background: var(--accent); box-shadow: 0 14px 35px rgba(123,199,142,.18); }
.button-primary:hover { background: #8dd69e; }
.button-secondary { border: 1px solid var(--line); color: #cbd2cc; background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 58px; }
.hero-stat { position: relative; min-height: 138px; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 20px 18px 18px; overflow: hidden; border: 1px solid rgba(123,199,142,.16); border-radius: 18px; background: linear-gradient(145deg,rgba(123,199,142,.11),rgba(255,255,255,.018) 58%); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.hero-stat::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg,var(--accent),transparent 78%); }
.hero-stat::after { content: ""; position: absolute; width: 78px; height: 78px; right: -28px; top: -28px; border-radius: 50%; background: rgba(123,199,142,.07); }
.hero-stat .stat-step { position: absolute; top: 15px; left: 18px; color: rgba(152,232,170,.68); font: 800 10px/1 Manrope,sans-serif; letter-spacing: .14em; }
.hero-stat strong { color: #f4f8f5; font: 800 27px/1 Manrope,sans-serif; letter-spacing: .06em; }
.hero-stat .stat-copy { color: #a9b3ab; font-size: 14px; line-height: 1.4; font-weight: 600; }

.hero-visual { position: relative; min-height: 610px; }
.orbit { position: absolute; border: 1px solid rgba(123,199,142,.13); border-radius: 50%; }
.orbit-one { width: 550px; height: 550px; right: -60px; top: 20px; }
.orbit-two { width: 410px; height: 410px; right: 10px; top: 90px; border-color: rgba(255,255,255,.07); }
.phone-shell { position: absolute; aspect-ratio: 276 / 584; }
.phone-shell::before { content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: 0; border: 1px solid rgba(123,199,142,.18); border-radius: 31px; background: rgba(123,199,142,.055); transform-origin: center; pointer-events: none; }
.phone { position: absolute; inset: 0; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: #111; box-shadow: var(--shadow); transform: translateZ(0); backface-visibility: hidden; }
.phone img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transform: none; backface-visibility: hidden; }
.phone-shell-front { width: 380px; left: 47%; top: 4px; transform: translateX(-50%); z-index: 3; }
.phone-shell-front::before { transform: none; }
.phone-shell-back { width: 317px; left: 0; top: 92px; transform: none; z-index: 2; opacity: .72; }
.phone-shell-back::before { inset: 7px -10px -10px 7px; transform: none; }
.floating-card { position: absolute; z-index: 5; display: flex; flex-direction: column; gap: 3px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(16,23,18,.78); box-shadow: 0 16px 44px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.floating-card b { font-size: 12px; }
.floating-card span { color: #909b92; font-size: 10px; }
.card-record { right: -4px; top: 140px; }
.card-focus { left: 2px; bottom: 70px; }

.value-strip { padding: 0 0 130px; background: #0c1010; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); }
.value-grid article { padding: 46px 38px 44px; }
.value-grid article + article { border-left: 1px solid var(--line); }
.value-index { color: var(--accent); font: 800 12px/1 Manrope,sans-serif; }
.value-grid h2 { margin: 22px 0 13px; font-size: 22px; letter-spacing: -.035em; }
.value-grid p { margin: 0; color: #929d95; font-size: 14px; line-height: 1.8; }

.screens-section { padding: 140px 0 160px; color: var(--text-dark); background: var(--surface-light); }
.section-heading { max-width: 1180px; margin-bottom: 96px; }
.section-heading .eyebrow { color: #667168; }
.section-heading h2 { max-width: 850px; margin: 0; font: 700 clamp(42px,5vw,69px)/1.16 Manrope,"Noto Sans KR",sans-serif; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 680px; margin: 25px 0 0; color: var(--muted-dark); font-size: 16px; line-height: 1.75; }
.screen-list { display: flex; flex-direction: column; gap: 150px; }
.screen-story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 82px; min-height: 700px; }
.screen-story.reverse { grid-template-columns: 1.15fr .85fr; }
.screen-story.reverse .story-copy { order: 2; }
.screen-story.reverse .story-media { order: 1; }
.story-copy { max-width: 475px; }
.story-number { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; background: #111812; color: var(--accent); font: 800 13px/1 Manrope,sans-serif; }
.story-label { margin: 25px 0 14px; color: #6e796f; font: 800 11px/1.2 Manrope,sans-serif; letter-spacing: .19em; }
.story-copy h3 { margin: 0; font-size: clamp(34px,4vw,53px); line-height: 1.24; letter-spacing: -.052em; }
.story-copy > p:not(.story-label) { margin: 25px 0 0; color: #606c62; font-size: 16px; line-height: 1.9; }
.story-copy ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 29px 0 0; list-style: none; }
.story-copy li { padding: 9px 13px; border: 1px solid #d8dfd9; border-radius: 999px; color: #536057; background: #fbfcfb; font-size: 12px; font-weight: 700; }
.story-media { position: relative; justify-self: center; width: 400px; max-width: 100%; aspect-ratio: 276 / 584; min-height: 0; overflow: hidden; border: 0; border-radius: 28px; background: transparent; box-shadow: 0 28px 70px rgba(19,31,22,.2); transition: transform .45s ease; }
.story-media::before { display: none; }
.media-halo { display: none; }
.story-media img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; border: 0; border-radius: inherit; box-shadow: none; transform: none; transition: none; }
.screen-story:hover .story-media img { transform: none; }
.screen-story:hover .story-media { transform: translateY(-8px); }

.final-cta { padding: 112px 0; color: #101712; background: var(--accent); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.eyebrow.light { color: #2f4935; }
.eyebrow.light span { background: #2f4935; }
.final-cta h2 { margin: 0; font: 700 clamp(46px,6vw,76px)/1.08 Manrope,"Noto Sans KR",sans-serif; letter-spacing: -.06em; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: rgba(16,23,18,.7); font-size: 15px; line-height: 1.8; }
.button-light { flex: 0 0 auto; min-width: 205px; color: #fff; background: #101712; box-shadow: 0 15px 40px rgba(14,22,17,.17); }
.button-light:hover { background: #1c2b20; }
.final-store-buttons { flex: 0 0 auto; justify-content: flex-end; align-items: center; }
.store-button-dark { border-color: rgba(16,23,18,.12); color: #fff; background: #101712; box-shadow: 0 15px 40px rgba(14,22,17,.17); }
.store-button-dark:hover { border-color: rgba(16,23,18,.24); background: #1c2b20; }

.site-footer { padding: 86px 0 28px; background: #080a09; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.8fr .55fr; gap: 64px; padding-bottom: 64px; }
.footer-brand p { margin: 22px 0 0; color: #79847c; font-size: 13px; line-height: 1.8; }
.company-info h2,.footer-links h2 { margin: 0 0 24px; color: #677168; font: 700 11px/1 Manrope,sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.company-info dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 28px; margin: 0; }
.company-info dl div { display: grid; grid-template-columns: 118px 1fr; gap: 12px; }
.company-info dl .address-row { grid-column: 1 / -1; }
.company-info dt { color: #69756c; font-size: 12px; }
.company-info dd { margin: 0; color: #c5ccc6; font-size: 12px; line-height: 1.7; }
.company-info dd span { color: #858f87; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links h2 { margin-bottom: 13px; }
.footer-links a { color: #c5ccc6; font-size: 13px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-top: 1px solid var(--line); color: #5d685f; font-size: 11px; }
.footer-bottom a { color: #8a958c; }
.footer-bottom-links { display: flex; align-items: center; gap: 20px; }
.footer-bottom-links a { transition: color .2s ease; }
.footer-bottom-links a:hover { color: var(--accent); }
.footer-bottom span { margin-left: 6px; color: var(--accent); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-description { margin-left: auto; margin-right: auto; }
  .eyebrow { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-stats { max-width: 700px; margin-left: auto; margin-right: auto; text-align: left; }
  .hero-visual { width: min(620px,100%); margin: 0 auto; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .screen-story,.screen-story.reverse { grid-template-columns: 1fr; gap: 42px; min-height: 0; }
  .screen-story.reverse .story-copy,.screen-story.reverse .story-media { order: initial; }
  .story-copy { max-width: 650px; }
  .story-media { width: 400px; max-width: 100%; min-height: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-store-buttons { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1.7fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .footer-links h2 { width: 100%; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px,1180px); }
  .nav-wrap { height: 70px; }
  .nav-actions { gap: 7px; }
  .language-select { min-width: 88px; height: 36px; padding-left: 9px; padding-right: 22px; font-size: 10px; }
  .nav-cta { padding: 9px 11px; font-size: 10px; }
  .hero { padding: 118px 0 78px; }
  .hero h1 { font-size: 47px; }
  .hero-description { font-size: 14px; line-height: 1.85; }
  .desktop-only { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .store-button { width: 100%; }
  .hero-actions .store-badge-link { width: auto; }
  .store-buttons { width: 100%; justify-content: center; }
  .store-button { min-width: 0; }
  .store-badge-link { height: 54px; }
  .store-badge-img { height: 50px; }
  .app-store-badge { height: 50px; }
  .google-play-badge { height: 50px; }
  .hero-text-link { justify-content: center; width: 100%; }
  .hero-stats { gap: 7px; margin-top: 42px; }
  .hero-stat { min-height: 122px; padding: 18px 12px 16px; border-radius: 15px; }
  .hero-stat .stat-step { top: 13px; left: 12px; font-size: 8px; }
  .hero-stat strong { font-size: 21px; letter-spacing: .045em; }
  .hero-stat .stat-copy { font-size: 12px; line-height: 1.4; }
  .hero-visual { min-height: 475px; margin: 10px auto -18px; }
  .phone-shell-front { width: min(380px, calc(100vw - 70px)); left: 54%; top: 0; transform: translateX(-50%); }
  .phone-shell-back { width: min(317px, calc(100vw - 120px)); left: -1%; top: 72px; transform: none; }
  .orbit-one { width: 470px; height: 470px; right: -54px; }
  .orbit-two { width: 340px; height: 340px; right: 6px; }
  .card-record { right: -28px; }
  .card-focus { left: -20px; }
  .value-strip { padding-bottom: 88px; }
  .value-grid article { padding: 34px 27px; }
  .screens-section { padding: 92px 0 108px; }
  .section-heading { margin-bottom: 68px; }
  .section-heading h2 { font-size: 37px; }
  .section-heading > p:last-child { font-size: 14px; }
  .screen-list { gap: 96px; }
  .story-copy h3 { font-size: 34px; }
  .story-copy > p:not(.story-label) { font-size: 14px; }
  .story-media { width: 400px; max-width: 100%; min-height: 0; border-radius: 26px; }
  .story-media img { width: 100%; height: 100%; border-radius: inherit; }
  .final-cta { padding: 86px 0; }
  .final-cta h2 { font-size: 45px; }
  .button-light { width: 100%; }
  .final-store-buttons .store-button { flex: 1 1 180px; }
  .site-footer { padding-top: 68px; }
  .footer-grid { grid-template-columns: 1fr; gap: 46px; }
  .company-info dl { grid-template-columns: 1fr; }
  .company-info dl .address-row { grid-column: auto; }
  .company-info dl div { grid-template-columns: 110px 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; }
  .footer-bottom-links { width: 100%; flex-wrap: wrap; gap: 12px 18px; }
}

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

html[data-language="es"] .hero h1,
html[data-language="mn"] .hero h1 { font-size: clamp(48px,5.3vw,74px); letter-spacing: -.05em; }

@media (max-width: 680px) {
  html[data-language="es"] .hero h1,
  html[data-language="mn"] .hero h1 { font-size: 40px; }
  html[data-language="es"] .story-copy h3,
  html[data-language="mn"] .story-copy h3 { font-size: 31px; }
}

.store-trademark-credit { padding: 0 0 22px; color: #59635b; font-size: 10px; line-height: 1.6; }

/* =========================================================
   Requested fixes only
   - Keep existing desktop / feature layout untouched
   - Align PLAN / TRAIN / REVIEW text vertically
   - Prevent mobile horizontal overflow
   - Keep mobile feature content and screenshots centered
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* 01 / 02 / 03 cards: number -> title -> subtitle on the same vertical rhythm */
.hero-stat {
  justify-content: flex-start;
  padding-top: 56px;
}

.hero-stat strong {
  flex: 0 0 auto;
}

.hero-stat .stat-copy {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  /* Only responsive safety. Desktop screen-story layout above 980px stays exactly as before. */
  .hero-grid,
  .screen-story,
  .screen-story.reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .screen-story,
  .screen-story.reverse,
  .story-copy,
  .story-media {
    min-width: 0;
  }

  .story-copy {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .story-media {
    width: min(400px, 100%);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .shell {
    width: calc(100% - 32px);
    max-width: 1180px;
  }

  .nav-wrap {
    gap: 8px;
  }

  .brand,
  .nav-actions,
  .header-language,
  .nav-cta {
    min-width: 0;
  }

  .nav-actions {
    margin-left: auto;
    flex: 0 1 auto;
  }

  .header-language .language-select {
    min-width: 82px;
    width: 82px;
  }

  .nav-cta {
    flex: 0 1 auto;
  }

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

  .hero-stat {
    min-width: 0;
    padding: 48px 12px 14px;
  }

  .hero-stat strong,
  .hero-stat .stat-copy {
    min-width: 0;
  }

  .story-copy,
  .story-media {
    box-sizing: border-box;
    max-width: 100%;
  }

  .story-media {
    width: min(400px, 100%);
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .story-media img {
    max-width: 100%;
  }

  .store-buttons,
  .final-store-buttons,
  .footer-grid,
  .company-info,
  .footer-links {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .nav-wrap {
    width: calc(100% - 16px);
    gap: 6px;
  }

  .brand {
    gap: 6px;
    font-size: 14px;
  }

  .brand-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .header-language .language-select {
    width: 76px;
    min-width: 76px;
    padding-left: 7px;
    padding-right: 18px;
    font-size: 9px;
  }

  .nav-cta {
    padding: 8px 9px;
    font-size: 9px;
  }

  .hero-stat strong {
    font-size: 19px;
  }

  .hero-stat .stat-copy {
    font-size: 11px;
  }
}
