:root {
  --ink: #17212b;
  --muted: #5e6b75;
  --paper: #f3f6f5;
  --surface: #ffffff;
  --line: #dce5e2;
  --night: #102b3a;
  --deep: #0b2130;
  --teal: #168c93;
  --cyan: #60dce4;
  --green: #69d67d;
  --amber: #e5a93a;
  --violet: #8056d9;
  --red: #f35f6f;
  --gold: #b8863b;
  --shadow: 0 18px 48px rgba(23, 33, 43, 0.12);
  --container: 1220px;
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.88;
}

h2 {
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}

p {
  margin: 0;
}

ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

li + li {
  margin-top: 7px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: rgba(16, 43, 58, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand img {
  width: 140px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 750;
  scrollbar-width: thin;
}

.site-nav a,
.header-action,
.primary-action,
.secondary-action,
.lead-form button,
.research-links a,
.text-link {
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.header-action:hover,
.primary-action:hover,
.secondary-action:hover,
.lead-form button:hover,
.research-links a:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.header-action {
  padding: 11px 17px;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--night);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 20, 28, 0.96) 0%, rgba(7, 20, 28, 0.82) 42%, rgba(7, 20, 28, 0.36) 76%, rgba(7, 20, 28, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 20, 28, 0.74) 0%, rgba(7, 20, 28, 0) 58%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 126px 24px 42px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-section .eyebrow,
.business-band .eyebrow,
.research-band .eyebrow {
  color: #9ceff0;
}

.hero-lead {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action,
.secondary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border-radius: 6px;
  font-weight: 850;
}

.primary-action {
  color: #fff;
  background: var(--teal);
}

.secondary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-metrics {
  max-width: 980px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-metrics article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(10, 30, 42, 0.56);
}

.hero-metrics b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.section,
.dark-inner,
.business-band,
.research-band,
.contact-section {
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding: 88px 24px;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

.section-heading p,
.section-copy p,
.business-copy p,
.research-copy p,
.contact-copy p {
  max-width: 790px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.product-visual {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: #dfe5e3;
  box-shadow: var(--shadow);
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-combo {
  min-height: 620px;
  align-items: flex-end;
  background: #edf0ee;
}

.product-visual-device {
  position: absolute;
  inset: 0;
  object-position: center;
}

.product-combo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(237, 240, 238, 0) 45%, rgba(237, 240, 238, 0.86) 100%);
}

.tablet-mockup {
  position: relative;
  z-index: 1;
  width: min(46%, 260px);
  min-width: 210px;
  margin: 0 28px 28px auto;
  padding: 10px;
  border-radius: 8px;
  background: #111820;
  box-shadow: 0 22px 44px rgba(23, 33, 43, 0.28);
  transform: rotate(-2deg);
}

.tablet-screen {
  min-height: 270px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(96, 220, 228, 0.22), rgba(105, 214, 125, 0.08)),
    #102b3a;
}

.tablet-screen span {
  color: #9ceff0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tablet-screen strong {
  max-width: 160px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.95;
}

.tablet-screen small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.tablet-ui {
  display: grid;
  gap: 8px;
}

.tablet-ui i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.tablet-ui i:first-child {
  width: 88%;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}

.tablet-ui i:nth-child(2) {
  width: 64%;
}

.tablet-ui i:nth-child(3) {
  width: 74%;
}

.product-points,
.mechanism-grid,
.protocol-grid,
.role-grid,
.price-grid,
.economy-grid,
.certificate-details,
.safety-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.product-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-points article,
.mechanism-grid article,
.protocol-grid article,
.role-grid article,
.economy-grid article,
.certificate-details article,
.safety-grid article,
.price-card,
.faq-grid details {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(23, 33, 43, 0.06);
}

.product-points span,
.protocol-grid span,
.price-card span,
.economy-grid span,
.certificate-details span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-points p,
.mechanism-grid p,
.protocol-grid p,
.role-grid li,
.price-card p,
.price-card li,
.economy-grid p,
.certificate-details b,
.safety-grid li,
.faq-grid p {
  color: var(--muted);
}

.product-points p,
.mechanism-grid p,
.protocol-grid p,
.price-card p,
.economy-grid p,
.faq-grid p {
  margin-top: 12px;
}

.dark-section {
  color: #fff;
  background: var(--deep);
}

.dark-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 44px;
  align-items: start;
}

.dark-section .section-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.indicator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.indicator-grid article {
  min-height: 198px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.indicator-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.strip-demo {
  position: relative;
  height: 16px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.strip-demo::before,
.strip-demo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: inherit;
}

.strip-ready::before {
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(96, 220, 228, 0.32), var(--cyan), rgba(105, 214, 125, 0.32));
  animation: readyPulse 2.4s ease-in-out infinite;
}

.strip-field::before {
  width: 42%;
  left: 0;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  box-shadow: 0 0 18px rgba(96, 220, 228, 0.5);
  animation: fieldMove 4.2s ease-in-out infinite;
}

.strip-calibration::before,
.strip-calibration::after {
  width: 18%;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  box-shadow: 0 0 16px rgba(229, 169, 58, 0.55);
}

.strip-calibration::before {
  animation: calibrationLeft 2.2s linear infinite;
}

.strip-calibration::after {
  animation: calibrationRight 2.2s linear infinite;
}

.strip-uncalibrated::before {
  left: 0;
  width: 100%;
  background: repeating-linear-gradient(90deg, var(--amber) 0 34px, var(--violet) 34px 68px);
  animation: uncalibratedShift 1.5s linear infinite;
}

.strip-paused::before {
  left: 0;
  width: 100%;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(229, 169, 58, 0.5);
  animation: pausePulse 1.35s ease-in-out infinite;
}

.strip-fault::before {
  left: 0;
  width: 100%;
  background: var(--red);
  box-shadow: 0 0 18px rgba(243, 95, 111, 0.55);
  animation: faultBlink 2.04s step-end infinite;
}

@keyframes readyPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes fieldMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(138%); }
}

@keyframes calibrationLeft {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(560%); }
}

@keyframes calibrationRight {
  0% { transform: translateX(560%); }
  100% { transform: translateX(-110%); }
}

@keyframes uncalibratedShift {
  0% { background-position: 0 0; }
  100% { background-position: 68px 0; }
}

@keyframes pausePulse {
  0%, 100% { opacity: 0.38; }
  50% { opacity: 1; }
}

@keyframes faultBlink {
  0%, 18%, 36%, 64%, 82% { opacity: 1; }
  19%, 35%, 65%, 81% { opacity: 0.22; }
  83%, 100% { opacity: 0.22; }
}

.mechanism-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.small-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  color: #684a20;
  background: #fff7e8;
}

.protocol-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-section {
  padding-top: 72px;
}

.role-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-band {
  max-width: none;
  width: 100%;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 33, 48, 0.96), rgba(10, 33, 48, 0.86)),
    url("assets/product/finish-comfort-black.png") center right / cover no-repeat;
}

.business-copy,
.business-grid {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.business-copy {
  padding: 0 24px;
}

.business-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.business-grid {
  margin-top: 34px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.business-grid article {
  min-height: 128px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.business-grid b {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.business-grid span {
  color: rgba(255, 255, 255, 0.76);
}

.price-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
  padding: 0;
  overflow: hidden;
}

.price-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  background: #e7ecea;
}

.price-card div {
  padding: 20px;
}

.accent-card {
  border-color: rgba(22, 140, 147, 0.35);
  box-shadow: 0 16px 42px rgba(22, 140, 147, 0.14);
}

.premium-card {
  border-color: rgba(184, 134, 59, 0.42);
  box-shadow: 0 16px 42px rgba(184, 134, 59, 0.14);
}

.economy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.economy-grid b {
  display: block;
  font-size: 26px;
  line-height: 1.1;
}

.certificate-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.certificate-preview {
  display: block;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #f6fbfc;
  box-shadow: var(--shadow);
}

.certificate-preview img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.certificate-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.certificate-details b {
  display: block;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(22, 140, 147, 0.28);
  border-radius: 6px;
  color: var(--teal);
  background: rgba(22, 140, 147, 0.08);
  font-weight: 850;
}

.text-link:hover {
  border-color: rgba(22, 140, 147, 0.48);
  background: rgba(22, 140, 147, 0.12);
}

.small-note {
  color: #6d552f;
}

.safety-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.research-band {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  color: #fff;
  background: var(--night);
}

.research-copy,
.research-links {
  width: min(100%, calc(var(--container) / 2));
}

.research-copy {
  justify-self: end;
  padding-left: 24px;
}

.research-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.research-links {
  padding-right: 24px;
  display: grid;
  gap: 12px;
}

.research-links a {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.research-links a:hover {
  border-color: rgba(96, 220, 228, 0.58);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid details {
  min-height: 112px;
}

.faq-grid summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 850;
}

.faq-grid p {
  padding-top: 12px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 96px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid #c9d7d4;
  border-radius: 6px;
  background: #fbfdfd;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(22, 140, 147, 0.14);
}

.wide-field,
.lead-form button,
.form-status {
  grid-column: 1 / -1;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-row {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}

.consent-row input {
  min-height: 0;
  height: 18px;
  margin-top: 4px;
}

.consent-row a,
.legal-content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form button {
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
  cursor: pointer;
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status.success {
  color: #247c4e;
}

.form-status.error {
  color: #a33b47;
}

.cookie-banner {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  width: min(480px, calc(100% - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 43, 58, 0.96);
  box-shadow: 0 18px 48px rgba(11, 33, 48, 0.28);
}

.cookie-banner p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.cookie-banner div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
  cursor: pointer;
}

.cookie-banner .secondary-cookie-action {
  color: #fff;
  background: transparent;
}

.legal-main {
  width: min(940px, 100%);
  margin: 0 auto;
  padding: 150px 24px 82px;
}

.legal-content {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.legal-content section {
  scroll-margin-top: 130px;
}

.legal-content h1 {
  max-width: 820px;
  font-size: clamp(38px, 6vw, 70px);
}

.legal-content h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content .legal-date {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 36px max(24px, calc((100% - var(--container)) / 2 + 24px));
  color: rgba(255, 255, 255, 0.78);
  background: var(--deep);
}

.site-footer img {
  width: 132px;
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  section {
    scroll-margin-top: 154px;
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .product-layout,
  .dark-inner,
  .certificate-layout,
  .research-band,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .mechanism-grid,
  .protocol-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-copy,
  .research-links {
    width: min(var(--container), 100%);
    justify-self: center;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 780px) {
  .hero-metrics,
  .product-points,
  .indicator-grid,
  .mechanism-grid,
  .protocol-grid,
  .role-grid,
  .business-grid,
  .price-grid,
  .economy-grid,
  .certificate-details,
  .safety-grid,
  .faq-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    padding: 184px 18px 34px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .section,
  .dark-inner,
  .business-band,
  .research-band,
  .contact-section {
    padding: 66px 16px;
  }

  .business-copy,
  .business-grid,
  .research-copy,
  .research-links {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lead-form {
    padding: 18px;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
  }

  .legal-main {
    padding: 170px 16px 64px;
  }

  .legal-content {
    padding: 20px;
  }

  .product-combo {
    min-height: 560px;
  }

  .tablet-mockup {
    width: min(70%, 250px);
    margin: 0 18px 18px auto;
  }
}

@media (max-width: 520px) {
  .header-inner {
    padding: 12px 14px;
    gap: 12px;
  }

  .brand img {
    width: 118px;
  }

  .header-action {
    padding: 9px 12px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }
}
