﻿/*
Theme Name: Harmony
Theme URI: https://harmony.fr/
Author: Codex
Description: Thème WordPress sur mesure pour le site Harmony.
Version: 5.2.7
Text Domain: harmony
*/
:root {
  --bg: #ffffff;
  --bg-soft: #d3dfd4;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --surface: #f8fbf8;
  --surface-dark: #001d4a;
  --text: #222324;
  --muted: #53645a;
  --line: rgba(34, 35, 36, 0.1);
  --accent: #415d43;
  --accent-deep: #001d4a;
  --shadow-xl: 0 28px 80px rgba(0, 29, 74, 0.12);
  --shadow-md: 0 18px 36px rgba(0, 29, 74, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --container: min(1180px, calc(100vw - 40px));
  --ease: 300ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(211, 223, 212, 0.7), transparent 30%),
    radial-gradient(circle at top right, rgba(199, 214, 237, 0.52), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6faf7 36%, #ffffff 100%);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
summary {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.eyebrow,
.card-tag,
.metric-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--accent-deep);
}

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

.section-heading.narrow {
  margin: 0 auto 40px;
  text-align: center;
}

.feature-heading {
  margin: 0 0 36px;
  text-align: left;
  max-width: 720px;
}

.section-heading h2,
.feature-panel h2,
.app-copy h2,
.rationale-copy h2,
.why-harmony-copy h2,
.why-copy h2,
.testimonials-intro h2,
.partner-copy h2,
.faq-copy h2,
.cta-panel h2 {
  margin: 14px 0 0;
  font-size: clamp(1.3rem, 1.85vw, 2.05rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-copy,
.feature-panel p,
.app-copy p,
.rationale-copy p,
.partner-copy p,
.faq-copy p,
.cta-panel p,
.footer-copy {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0 0;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 88px;
  background: transparent;
  backdrop-filter: blur(0);
  transition: var(--ease);
}

.site-header.is-scrolled::before {
  background: rgba(247, 243, 234, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(41, 50, 36, 0.08);
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.brand-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(211, 223, 212, 0.9), rgba(65, 93, 67, 0.22));
  box-shadow: inset 0 0 0 1px rgba(65, 93, 67, 0.12);
}

.brand-icon svg {
  width: 22px;
  fill: #425038;
}

.brand-icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.desktop-nav,
.header-actions,
.mobile-menu nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a,
.footer-links a,
.ghost-link {
  color: #334134;
  font-size: 0.96rem;
  transition: color var(--ease), opacity var(--ease);
}

.desktop-nav a:hover,
.footer-links a:hover,
.ghost-link:hover {
  color: var(--accent-deep);
}

.header-actions {
  gap: 12px;
}

.pill-link,
.ghost-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  min-height: 48px;
  padding: 0 20px;
  transition:
    transform var(--ease),
    background-color var(--ease),
    color var(--ease),
    border-color var(--ease),
    box-shadow var(--ease);
}

.pill-link {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(29, 36, 29, 0.08);
}

.ghost-link {
  border: 1px solid rgba(29, 36, 29, 0.08);
  background: rgba(255, 255, 255, 0.3);
}

.button-primary,
.pill-link:hover {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(65, 93, 67, 0.22);
}

.button-secondary {
  border: 1px solid rgba(41, 52, 34, 0.12);
  background: rgba(255, 255, 255, 0.42);
}

.button:hover,
.ghost-link:hover,
.pill-link:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(29, 36, 29, 0.08);
}

.menu-toggle span {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 2px;
  background: #243121;
  border-radius: 999px;
  transition: transform var(--ease), opacity var(--ease), background-color var(--ease);
}

.menu-toggle.is-open span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
}

.menu-toggle.is-open span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0.2);
}

.menu-toggle.is-open span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggle.is-open {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(34, 35, 36, 0.08);
}

.mobile-menu {
  width: var(--container);
  margin: 12px auto 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.9);
  box-shadow: var(--shadow-md);
  transition: max-height 350ms ease, padding 350ms ease;
}

.mobile-menu nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.mobile-menu a {
  width: 100%;
  padding: 16px 6px;
  border-bottom: 1px solid rgba(29, 36, 29, 0.08);
}

.mobile-menu a:last-child {
  border-bottom: 0;
}

.mobile-menu.is-open {
  padding: 14px 18px;
  max-height: 380px;
}

.site-header-light::before {
  background: rgba(0, 29, 74, 0.16);
  border-bottom: 1px solid transparent;
}

.site-header-light.is-scrolled::before {
  background: rgba(0, 29, 74, 0.72);
  box-shadow: 0 12px 30px rgba(0, 9, 22, 0.24);
}

.brand-light,
.desktop-nav-light a,
.ghost-link-light {
  color: #f7f9fc;
}

.desktop-nav-light a:hover,
.ghost-link-light:hover {
  color: #d3dfd4;
}

.pill-link-light {
  background: rgba(247, 249, 252, 0.12);
  border-color: rgba(247, 249, 252, 0.18);
  color: #ffffff;
}

.pill-link-light:hover {
  background: rgba(247, 249, 252, 0.2);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 10, 27, 0.18);
}

.ghost-link-light {
  background: rgba(247, 249, 252, 0.05);
  border-color: rgba(247, 249, 252, 0.14);
}

.menu-toggle-light {
  background: rgba(247, 249, 252, 0.12);
  box-shadow: inset 0 0 0 1px rgba(247, 249, 252, 0.18);
}

.menu-toggle-light span {
  background: #f7f9fc;
}

.menu-toggle-light.is-open {
  background: rgba(247, 249, 252, 0.18);
  box-shadow: inset 0 0 0 1px rgba(247, 249, 252, 0.2);
}

.mobile-menu-light {
  background: rgba(0, 29, 74, 0.94);
  box-shadow: 0 24px 48px rgba(0, 12, 31, 0.3);
}

.mobile-menu-light a {
  color: #f7f9fc;
  border-bottom-color: rgba(247, 249, 252, 0.12);
}

.hero {
  position: relative;
  padding-top: 54px;
  min-height: calc(100svh - 92px);
  display: flex;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(88%, 1120px);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(29, 36, 29, 0),
    rgba(29, 36, 29, 0.08) 18%,
    rgba(216, 242, 95, 0.42) 50%,
    rgba(29, 36, 29, 0.08) 82%,
    rgba(29, 36, 29, 0)
  );
  pointer-events: none;
}

.hero-grid,
.split-grid,
.app-grid,
.partner-grid,
.faq-grid,
.rationale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 54px;
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  width: 100%;
  font-size: clamp(1.7rem, 2.3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.065em;
  max-width: none;
  text-wrap: pretty;
}

.lead {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(29, 36, 29, 0.08);
  background: rgba(255, 255, 255, 0.54);
  color: #5d6d5d;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.hero-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #344335;
}

.hero-points li {
  position: relative;
  padding-left: 22px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(65, 93, 67, 0.14);
}

.hero-visual {
  min-height: auto;
}

.showcase-image,
.app-stage,
.partner-card,
.metric-card,
.info-card,
.testimonial-shell,
.cta-panel,
.faq-list,
.feature-panel,
.testimonial,
.partner-list,
.partner-badge {
  position: relative;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.showcase-image:hover img,
.image-panel:hover img {
  transform: scale(1.07);
}

.hero-card-stat strong,
.app-stat-card strong,
.stat-orb span {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-card-stat p,
.app-stat-card p,
.insight-card p {
  margin: 10px 0 0;
  color: #5f6e5f;
  line-height: 1.6;
  font-size: 0.92rem;
}

.hero-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 210px);
  gap: 14px;
  align-items: stretch;
}

.hero-card {
  min-width: 0;
  min-height: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.hero-card-image {
  background: rgba(255, 255, 255, 0.58);
}

.hero-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.hero-card-image:hover img {
  transform: scale(1.04);
}

.hero-card-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 24px;
}

.hero-card-stat strong {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.hero-card-stat span {
  display: block;
  margin-top: 0;
  font-size: 0.84rem;
  line-height: 1.46;
  color: #4f5e4f;
}

.hero-card-col-right {
  transform: translateY(-28px);
}

.hero-card-col-left {
  transform: translateY(18px);
}

.hero-card-light {
  background: rgba(242, 245, 250, 0.94);
}

.hero-card-soft {
  background: rgba(244, 241, 236, 0.94);
}

.hero-card-accent {
  background: rgba(65, 93, 67, 0.92);
}

.hero-card-accent strong,
.hero-card-accent span,
.hero-card-accent p {
  color: #ffffff;
}

.intro-band {
  padding-top: 38px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: end;
}

.trust-band {
  padding-top: 22px;
}

.trust-grid,
.feature-summary-grid,
.audience-grid {
  display: grid;
  gap: 18px;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 20px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.why-harmony-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  grid-template-areas:
    "copy intro"
    "accordion stage"
    "action stage";
  gap: 28px;
  align-items: start;
}

.why-harmony-copy {
  grid-area: copy;
  min-width: 0;
  align-self: start;
}

.why-harmony-copy h2 {
  width: 100%;
  max-width: none;
  text-wrap: pretty;
}

.why-harmony-intro {
  grid-area: intro;
  margin: 0;
  align-self: end;
  color: var(--muted);
  line-height: 1.58;
  font-size: 1rem;
}

.why-harmony-accordion {
  grid-area: accordion;
  display: grid;
  gap: 16px;
  align-self: center;
}

.why-harmony-action {
  grid-area: action;
  margin-top: -6px;
  align-self: start;
}

.why-harmony-accordion details {
  padding: 18px 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(29, 36, 29, 0.05);
  box-shadow: 0 12px 28px rgba(35, 43, 30, 0.08);
}

.why-harmony-accordion summary {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.why-harmony-accordion summary::-webkit-details-marker {
  display: none;
}

.why-harmony-accordion summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 300;
}

.why-harmony-accordion details[open] summary::after {
  content: "-";
}

.why-harmony-pill {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(65, 93, 67, 0.16);
}

.why-harmony-pill img {
  width: 18px;
  height: 18px;
  filter: brightness(0);
}

.why-harmony-accordion summary span:last-child {
  min-width: 0;
}

.why-harmony-accordion details p {
  margin: 14px 0 0 54px;
  max-width: none;
  color: var(--muted);
  line-height: 1.55;
}

.why-harmony-stage {
  grid-area: stage;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-xl);
}

.why-harmony-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-card,
.summary-card,
.audience-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
}

.trust-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-md);
}

.trust-tile-image {
  background: #d9ddd3;
}

.trust-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.trust-tile-image:hover img {
  transform: scale(1.04);
}

.trust-tile-text {
  display: flex;
  background: var(--panel);
}

.trust-tile-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 26px 24px;
}

.trust-tile-light {
  background: rgba(255, 251, 244, 0.96);
}

.trust-tile-soft {
  background: rgba(215, 226, 231, 0.96);
}

.trust-tile-dark {
  background: #232b36;
  color: #f7f3ec;
}

.trust-tile h3,
.summary-card h3,
.feature-list h3,
.info-card h3,
.audience-copy h3 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.trust-tile p,
.summary-card p,
.partner-helper,
.legal-note {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.92rem;
}

.trust-tile-dark p {
  color: rgba(247, 243, 236, 0.72);
}

.trust-tile-soft p {
  color: rgba(49, 65, 73, 0.82);
}

.metric-grid,
.rationale-cards,
.feature-list,
.stacked-features,
.visual-grid,
.mosaic-grid {
  display: grid;
  gap: 18px;
}

.metric-grid {
  margin-top: 36px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card,
.info-card,
.feature-panel,
.partner-card,
.faq-list,
.cta-panel {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
}

.metric-card {
  padding: 28px;
}

.metric-kicker {
  color: var(--accent-deep);
}

.metric-card strong {
  display: block;
  margin-top: 18px;
  font-size: 1.55rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.metric-card p,
.info-card p,
.feature-list p,
.feature-chip span {
  color: var(--muted);
  line-height: 1.7;
  margin: 14px 0 0;
  font-size: 0.95rem;
}

.showcase-image {
  overflow: hidden;
  min-height: 640px;
}

.showcase-image img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.glass-note,
.overlay-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 24px;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.52);
}

.glass-note strong,
.overlay-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.glass-note p,
.overlay-card p {
  margin: 8px 0 0;
  color: #546253;
  line-height: 1.6;
}

.feature-panel {
  padding: 36px;
}

.feature-list {
  margin-top: 26px;
}

.feature-list article,
.feature-chip {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(29, 36, 29, 0.06);
}

.application-section {
  position: relative;
}

.application-section::before,
.visual-story::before {
  content: "";
  position: absolute;
  inset: 14% auto auto 8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(216, 242, 95, 0.18);
  filter: blur(18px);
  pointer-events: none;
}

.stacked-features {
  margin-top: 24px;
}

.feature-chip strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.inline-action,
.center-action {
  margin-top: 26px;
}

.center-action {
  text-align: center;
}

.editorial-mosaic {
  padding-top: 28px;
}

.mosaic-grid {
  margin-top: 38px;
  grid-template-columns: 1.55fr 0.78fr 0.78fr;
  grid-template-rows: 230px 230px;
}

.summary-card {
  min-height: 100%;
}

.legal-note {
  max-width: 74ch;
  margin: 22px auto 0;
  text-align: center;
  font-size: 0.95rem;
}

.mosaic-card,
.mosaic-stat {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: none;
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mosaic-card:hover img {
  transform: scale(1.06);
}

.mosaic-card-large {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.mosaic-stat-top {
  grid-column: 2;
  grid-row: 1;
}

.mosaic-card-middle {
  grid-column: 2;
  grid-row: 2;
}

.mosaic-card-tall {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.mosaic-card-right {
  grid-row: span 2;
}

.mosaic-stat {
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 30px;
  background: var(--accent);
  color: #ffffff;
}

.mosaic-stat strong {
  margin-top: 14px;
  max-width: 10ch;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-align: center;
}

.mosaic-stat p {
  margin: 14px 0 0;
  max-width: 22ch;
  font-size: 0.98rem;
  line-height: 1.45;
  text-align: center;
}

.mosaic-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: grid;
  gap: 10px;
  color: #fff;
}

.mosaic-overlay strong {
  max-width: none;
  width: 100%;
  font-size: 1.16rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.mosaic-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  font-size: 1.4rem;
}

.app-stage {
  min-height: 430px;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.app-grid {
  align-items: stretch;
}

.app-download-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: 40px 38px 34px;
  border-radius: 34px;
  background: #c7d6ed;
  box-shadow: none;
}

.app-download-card .eyebrow {
  margin-top: 14px;
}

.download-pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(34, 35, 36, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #415d43;
  font-size: 0.74rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.app-download-card h2 {
  width: 100%;
  max-width: none;
  text-wrap: pretty;
}

.app-mockup {
  width: min(360px, 100%);
  margin: 20px auto 0;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(52, 64, 42, 0.18);
  border: 8px solid rgba(255, 255, 255, 0.52);
}

.app-mockup img {
  width: 100%;
  height: auto;
}

.app-mockup-clean {
  width: min(420px, 100%);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  background: transparent;
}

.app-mockup-clean img {
  display: block;
  width: 100%;
  height: auto;
}

.app-stage-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 430px;
  height: 100%;
  padding: 18px 22px 0;
  overflow: visible;
  border-radius: 34px;
  background: #415d43;
  box-shadow: none;
}

.app-stage-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 108px;
  border-radius: 42px 42px 34px 34px;
  background: linear-gradient(180deg, #303131 0%, #222324 100%);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.app-stage-word {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 54px;
  font-size: clamp(5.5rem, 12vw, 8.5rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.08em;
  color: rgba(211, 223, 212, 0.24);
  pointer-events: none;
  user-select: none;
}

.app-stage .app-mockup-clean {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  width: min(338px, 64%);
  margin: 0;
  transform: translateX(-50%);
}

.app-stat-card {
  top: 36px;
  left: 24px;
  width: 210px;
  padding: 20px;
}

.insight-card {
  right: 24px;
  bottom: 44px;
  width: 280px;
  padding: 22px;
}

.app-stage .app-stat-card,
.app-stage .insight-card {
  display: none;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
}

.store-badge img {
  display: block;
  height: 54px;
  width: auto;
}

.visual-story {
  position: relative;
}

.visual-grid {
  grid-template-columns: 1.45fr 0.75fr 0.8fr;
  margin-top: 36px;
}

.image-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.panel-wide {
  min-height: 640px;
}

.overlay-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.overlay-card.light {
  background: rgba(250, 247, 240, 0.72);
}

.overlay-card.dark {
  color: #eff4e8;
  background: rgba(30, 38, 30, 0.58);
  border-color: rgba(255, 255, 255, 0.16);
}

.overlay-card.dark .card-tag {
  color: #d3dfd4;
}

.overlay-card.dark strong {
  color: #f6f7ef;
}

.rationale-grid {
  align-items: start;
}

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

.info-card {
  padding: 28px;
}

.partner-card {
  padding: 28px;
}

.partner-heading {
  max-width: 760px;
}

.partner-logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}

.partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(29, 36, 29, 0.08);
  text-decoration: none;
}

.partner-logo-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 34px;
}

.partner-logo-card-text {
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #202820;
}

.partner-list {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.44);
  border-radius: 26px;
}

.partner-list > span {
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.partner-list div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(29, 36, 29, 0.08);
}

.partner-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.partner-list strong,
.partner-badge strong {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.partner-list small,
.partner-badge span,
.footer-nav-groups span,
.footer-nav-groups a {
  color: var(--muted);
  line-height: 1.7;
}

.partner-badge {
  margin-top: 18px;
  padding: 22px;
  background: rgba(65, 93, 67, 0.14);
}

.partner-helper {
  max-width: 34ch;
}

.why-works-showcase {
  padding-top: 18px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 30px;
  align-items: start;
}

.why-copy h2 {
  max-width: 14ch;
}

.why-intro {
  margin: 56px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.05rem;
}

.why-accordion {
  display: grid;
  gap: 16px;
}

.why-accordion details {
  padding: 18px 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(29, 36, 29, 0.05);
  box-shadow: 0 12px 28px rgba(35, 43, 30, 0.08);
}

.why-accordion summary {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 500;
}

.why-accordion summary::-webkit-details-marker {
  display: none;
}

.why-accordion summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 300;
}

.why-accordion details[open] summary::after {
  content: "-";
}

.why-accordion details p {
  margin: 14px 0 0 62px;
  max-width: 42ch;
  color: var(--muted);
  line-height: 1.55;
}

.why-pill {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(65, 93, 67, 0.16);
  font-size: 1rem;
}

.why-stage {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-xl);
}

.why-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-float-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(330px, calc(100% - 60px));
  padding: 22px;
  border-radius: 34px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(18px);
  background: rgba(255, 251, 244, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow-md);
}

.why-session {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.55);
  color: #415d43;
  font-size: 0.82rem;
}

.why-float-card strong {
  display: block;
  margin-top: 14px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.why-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.why-play {
  display: inline-grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 16px 30px rgba(0, 29, 74, 0.14);
}

.why-play span {
  transform: translateX(3px);
  font-size: 2.1rem;
}

.why-wave {
  position: relative;
  width: 90px;
  height: 72px;
}

.why-wave::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #c7d6ed;
  border-radius: 56% 44% 62% 38% / 35% 47% 53% 65%;
  opacity: 0.95;
}

.testimonial-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.slider-arrow {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(29, 36, 29, 0.08);
  transition: transform var(--ease), background-color var(--ease);
}

.slider-arrow:hover {
  transform: translateY(-2px);
  background: var(--accent);
}

.testimonial-track {
  position: relative;
  min-height: 360px;
}

.testimonial {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(32px);
  padding: 40px;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(29, 36, 29, 0.05);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}

.testimonial.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.quote-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.quote-body {
  margin: 20px 0 0;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.85;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.testimonial-meta img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 24px;
}

.testimonial-meta strong,
.testimonial-meta span {
  display: block;
}

.testimonial-meta span {
  margin-top: 6px;
  color: var(--muted);
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.slider-dots {
  display: inline-flex;
  gap: 10px;
}

.dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: rgba(92, 118, 64, 0.22);
  transition: transform var(--ease), background-color var(--ease);
}

.dot.is-active {
  transform: scale(1.2);
  background: var(--accent-deep);
}

.slider-count {
  font-size: 0.95rem;
  color: #42523f;
}

.faq-list {
  padding: 14px;
}

.faq-cta {
  margin-top: 26px;
}

.faq-list-alt {
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  box-shadow: none;
}

.faq-list-alt details {
  padding: 22px 22px 20px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 10px 24px rgba(35, 43, 30, 0.06);
}

.faq-list-alt details + details {
  margin-top: 14px;
}

.faq-list-alt summary {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
}

.faq-list-alt summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1;
}

.faq-list-alt details[open] summary::after {
  content: "-";
}

.faq-list details {
  padding: 20px 12px;
  border-bottom: 1px solid rgba(29, 36, 29, 0.08);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.final-cta {
  padding-bottom: 108px;
}

.professional-panel {
  align-items: center;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 38px;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-self: center;
}

.cta-form input {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(29, 36, 29, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.9fr;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(29, 36, 29, 0.08);
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-nav-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 2 / -1;
  justify-self: end;
  width: min(100%, 640px);
  gap: 44px;
}

.footer-group {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.footer-group span {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 500;
}

.audience-section {
  padding-top: 28px;
}

.audience-grid {
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 280px;
  gap: 20px;
}

.audience-grid > :nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.audience-grid > :nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.audience-grid > :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.audience-grid > :nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}

.audience-grid > :nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}

.audience-grid > :nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.audience-tile {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.audience-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.audience-tile-image:hover img {
  transform: scale(1.04);
}

.audience-tile-text {
  display: flex;
  background: rgba(255, 251, 244, 0.96);
}

.audience-tile-light {
  background: rgba(255, 251, 244, 0.96);
}

.audience-tile-soft {
  background: rgba(215, 226, 231, 0.96);
}

.audience-tile-dark {
  background: #232b36;
  color: #f7f3ec;
}

.audience-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 26px 24px;
}

.audience-copy h3 {
  max-width: none;
  width: 100%;
  text-wrap: pretty;
}

.audience-copy p {
  max-width: none;
}

.audience-tile-dark .audience-copy p {
  color: rgba(247, 243, 236, 0.72);
}

.testimonials-section {
  padding-top: 26px;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(760px, 1.4fr);
  gap: 28px;
  align-items: stretch;
}

.testimonials-intro {
  display: grid;
  align-content: start;
  gap: 16px;
  padding-top: 4px;
}

.testimonials-intro h2 {
  max-width: 12ch;
}

.testimonials-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.testimonials-section .slider-arrow {
  width: 58px;
  height: 58px;
  background: var(--accent);
  box-shadow: none;
}

.testimonials-section .slider-arrow img {
  width: 22px;
  height: 22px;
}

.testimonials-section .slider-arrow:hover {
  background: #d1f13a;
  transform: translateY(-2px);
}

.testimonial-shell-spotlight {
  padding: 14px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
}

.testimonial-track-spotlight {
  position: relative;
  min-height: 470px;
}

.testimonial-spotlight {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 340px minmax(420px, 1fr);
  gap: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}

.testimonial-spotlight.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.testimonial-spotlight-image {
  height: 440px;
  border-radius: 24px;
  overflow: hidden;
  align-self: stretch;
}

.testimonial-spotlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-spotlight-copy {
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 10px 18px 12px 0;
  min-width: 0;
}

.testimonial-spotlight .quote-title {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.testimonial-spotlight .quote-body {
  margin: 16px 0 0;
  max-width: 42ch;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.testimonial-spotlight-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(29, 36, 29, 0.1);
}

.testimonial-identity strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.testimonial-identity span,
.testimonial-spotlight-footer .slider-count {
  color: var(--muted);
}

.testimonial-identity span {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
}

.testimonial-spotlight-footer .slider-count {
  font-size: 0.78rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-grid,
  .split-grid,
  .app-grid,
  .partner-grid,
  .faq-grid,
  .rationale-grid,
  .intro-grid,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .visual-grid,
  .rationale-cards,
  .mosaic-grid,
  .trust-grid,
  .feature-summary-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mosaic-grid {
    grid-template-rows: 260px 260px;
  }

  .mosaic-card-large {
    grid-row: span 1;
    grid-column: span 2;
  }

  .mosaic-stat-top,
  .mosaic-card-middle,
  .mosaic-card-tall,
  .mosaic-card-right {
    grid-column: auto;
    grid-row: auto;
  }

  .audience-grid {
    grid-auto-rows: 260px;
  }

  .why-harmony-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "intro"
      "accordion"
      "action"
      "stage";
  }

  .why-harmony-intro {
    margin-top: 0;
  }

  .why-harmony-copy h2 {
    max-width: none;
  }

  .why-harmony-stage {
    min-height: 360px;
  }

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

  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .testimonials-intro h2 {
    max-width: none;
  }

  .testimonial-spotlight {
    grid-template-columns: 280px 1fr;
  }

  .why-intro {
    margin-top: 0;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 180px);
  }

  .hero-card-col-right {
    transform: translateY(-18px);
  }

  .hero-card-col-left {
    transform: translateY(12px);
  }

  .app-stage {
    min-height: 580px;
  }

  .app-download-card,
  .app-stage-visual {
    min-height: 390px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 34px;
    min-height: calc(100svh - 74px);
  }

  .container {
    width: min(100vw - 28px, 1180px);
  }

  .hero-copy h1 {
    max-width: none;
  }

  .metric-grid,
  .visual-grid,
  .rationale-cards,
  .mosaic-grid,
  .trust-grid,
  .feature-summary-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-grid {
    grid-template-rows: none;
  }

  .why-harmony-stage {
    min-height: 340px;
  }

  .mosaic-card,
  .mosaic-stat,
  .mosaic-card-large {
    min-height: 300px;
    grid-column: auto;
    grid-row: auto;
  }

  .mosaic-stat-top,
  .mosaic-card-middle,
  .mosaic-card-tall,
  .mosaic-card-right {
    grid-column: auto;
    grid-row: auto;
  }

  .mosaic-overlay strong {
    max-width: none;
  }

  .testimonials-nav {
    margin-top: 8px;
  }

  .testimonial-track-spotlight {
    min-height: 640px;
  }

  .testimonial-spotlight {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-spotlight-image {
    height: 260px;
  }

  .testimonial-spotlight-copy {
    min-height: auto;
    padding: 4px 4px 8px;
  }

  .testimonial-spotlight .quote-title {
    max-width: none;
    font-size: 1.35rem;
  }

  .testimonial-spotlight .quote-body {
    max-width: none;
  }

  .testimonial-spotlight-footer {
    align-items: start;
    flex-direction: column;
  }

  .audience-grid {
    grid-auto-rows: 240px;
  }

  .hero-collage {
    grid-template-columns: 1fr;
    grid-template-rows: 260px repeat(3, minmax(120px, auto));
  }

  .hero-card-image {
    grid-row: span 1;
  }

  .hero-card-stat {
    padding: 22px;
  }

  .hero-card-col-right,
  .hero-card-col-left {
    transform: none;
  }

  .feature-panel,
  .metric-card,
  .info-card,
  .testimonial,
  .partner-card,
  .cta-panel {
    padding: 24px;
  }

  .showcase-image {
    min-height: 460px;
  }

  .app-stage {
    min-height: auto;
    padding: 0;
  }

  .app-download-card,
  .app-stage-visual {
    min-height: 360px;
  }

  .app-download-card {
    padding: 30px 26px 28px;
  }

  .app-stage .app-mockup-clean {
    width: min(286px, 72%);
    left: 50%;
    bottom: 20px;
    margin: 0;
    transform: translateX(-50%);
  }

  .app-stage-word {
    left: 20px;
    right: 20px;
    bottom: 66px;
  }

  .why-stage {
    min-height: 430px;
  }

  .why-float-card {
    width: min(290px, calc(100% - 34px));
    padding: 18px;
  }

  .why-float-card strong {
    font-size: 1.8rem;
  }

  .why-play {
    width: 78px;
    height: 78px;
  }

  .app-stat-card,
  .insight-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

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

  .testimonial-track {
    min-height: 430px;
  }

  .slider-arrow {
    order: 2;
  }

  .slider-arrow.next {
    justify-self: end;
  }

  .slider-arrow.prev {
    justify-self: start;
  }

  .quote-title {
    font-size: 1.65rem;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .site-header {
    padding-top: 12px;
  }

  .site-header::before {
    height: 78px;
  }

  .header-inner {
    min-height: 60px;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 25;
    width: 100vw;
    margin: 0;
    padding: 96px 24px 32px;
    max-height: none;
    border-radius: 0;
    background: rgba(247, 243, 234, 0.97);
    backdrop-filter: blur(18px);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 320ms ease, opacity 320ms ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu nav {
    gap: 0;
  }

  .mobile-menu a {
    padding: 18px 4px;
    font-size: 1.05rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 30;
  }

  .menu-toggle.is-open {
    position: fixed;
    top: 16px;
    right: 24px;
    z-index: 40;
  }

  .hero-grid,
  .split-grid,
  .app-grid,
  .partner-grid,
  .faq-grid,
  .intro-grid,
  .cta-panel,
  .why-grid,
  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .split-grid,
  .app-grid,
  .partner-grid,
  .faq-grid,
  .why-grid,
  .testimonials-layout {
    gap: 28px;
  }

  .app-grid {
    gap: 44px;
  }

  .app-stage {
    margin-top: 52px;
  }

  .hero-copy,
  .partner-copy,
  .faq-copy,
  .testimonials-intro,
  .why-copy,
  .app-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    flex: 1 1 220px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 170px 170px;
  }

  .hero-card-col-right {
    transform: translateY(-12px);
  }

  .hero-card-col-left {
    transform: translateY(8px);
  }

  .trust-grid,
  .feature-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .why-harmony-stage {
    min-height: 320px;
  }

  .mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 260px 260px 260px;
  }

  .mosaic-card-large {
    grid-column: span 2;
  }

  .mosaic-stat-top,
  .mosaic-card-middle,
  .mosaic-card-tall,
  .mosaic-card-right {
    grid-column: auto;
    grid-row: auto;
  }

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

  .panel-wide {
    grid-column: span 2;
  }

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

  .audience-grid {
    grid-auto-rows: 250px;
  }

  .showcase-image,
  .why-stage,
  .panel-wide,
  .image-panel,
  .testimonial-shell-spotlight {
    width: 100%;
  }

  .testimonials-intro {
    padding-top: 0;
  }

  .testimonials-nav {
    margin-top: 16px;
  }

  .testimonial-shell-spotlight {
    overflow: hidden;
  }

  .testimonial-track-spotlight {
    min-height: 560px;
    touch-action: pan-y;
  }

  .testimonial-spotlight {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
  }

  .testimonial-spotlight-image,
  .testimonial-spotlight-copy {
    min-height: 420px;
    height: 420px;
  }

  .testimonial-spotlight-copy {
    padding-right: 8px;
  }

  .testimonial-spotlight .quote-body {
    max-width: 42ch;
  }

  .app-stage {
    min-height: auto;
  }

  .app-grid {
    gap: 40px;
  }

  .app-stage {
    margin-top: 44px;
  }

  .app-download-card,
  .app-stage-visual {
    min-height: 330px;
  }

  .app-download-card h2 {
    max-width: none;
  }

  .store-badges {
    gap: 10px;
  }

  .store-badge img {
    height: 50px;
  }

  .app-stat-card,
  .insight-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }

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

  .footer-nav-groups {
    width: 100%;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .container {
    width: min(calc(100vw - 24px), 1180px);
  }

  .eyebrow,
  .card-tag,
  .metric-kicker {
    font-size: 0.7rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(1.6rem, 8.4vw, 2.3rem);
  }

  .section-heading h2,
  .feature-panel h2,
  .app-copy h2,
  .partner-copy h2,
  .faq-copy h2,
  .cta-panel h2,
  .testimonials-intro h2,
  .why-copy h2 {
    font-size: clamp(1.25rem, 6.6vw, 1.85rem);
    max-width: none;
  }

  .lead,
  .section-copy,
  .feature-panel p,
  .app-copy p,
  .partner-copy p,
  .faq-copy p,
  .cta-panel p,
  .quote-body {
    font-size: 0.94rem;
  }

  .hero {
    padding-top: 24px;
    min-height: calc(100svh - 70px);
    align-items: flex-start;
  }

  .hero-actions .button {
    width: 100%;
    flex: 1 1 100%;
  }

  .hero-collage {
    grid-template-columns: 1fr;
    grid-template-rows: 240px repeat(3, minmax(118px, auto));
  }

  .hero-card-stat strong {
    font-size: clamp(1rem, 4.9vw, 1.22rem);
  }

  .hero-card-col-right,
  .hero-card-col-left {
    transform: none;
  }

  .trust-grid,
  .feature-summary-grid,
  .mosaic-grid,
  .visual-grid,
  .audience-grid,
  .rationale-cards {
    grid-template-columns: 1fr;
  }

  .partner-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid {
    grid-auto-rows: 280px;
  }

  .audience-grid > :nth-child(1),
  .audience-grid > :nth-child(2),
  .audience-grid > :nth-child(3),
  .audience-grid > :nth-child(4),
  .audience-grid > :nth-child(5),
  .audience-grid > :nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  .why-harmony-layout {
    grid-template-columns: 1fr;
  }

  .mosaic-grid {
    grid-template-rows: none;
  }

  .mosaic-card,
  .mosaic-stat,
  .mosaic-card-large,
  .image-panel,
  .panel-wide {
    min-height: 280px;
    grid-column: auto;
    grid-row: auto;
  }

  .mosaic-stat-top,
  .mosaic-card-middle,
  .mosaic-card-tall,
  .mosaic-card-right {
    grid-column: auto;
    grid-row: auto;
  }

  .audience-grid {
    grid-auto-rows: 240px;
  }

  .showcase-image {
    min-height: 420px;
  }

  .glass-note,
  .overlay-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .why-stage {
    min-height: 380px;
  }

  .why-float-card {
    width: min(270px, calc(100% - 24px));
  }

  .testimonials-nav {
    justify-content: flex-start;
  }

  .testimonials-section .slider-arrow {
    width: 54px;
    height: 54px;
  }

  .testimonial-track-spotlight {
    min-height: 720px;
  }

  .testimonial-spotlight {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-spotlight-image,
  .testimonial-spotlight-copy {
    height: auto;
    min-height: 0;
  }

  .testimonial-spotlight-image {
    height: 280px;
  }

  .testimonial-spotlight-copy {
    padding: 4px 4px 10px;
  }

  .testimonial-spotlight .quote-title {
    max-width: none;
    font-size: 1.35rem;
  }

  .testimonial-spotlight .quote-body {
    max-width: none;
  }

  .testimonial-spotlight-footer {
    align-items: start;
    flex-direction: column;
  }

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

.footer-nav-groups,
.partner-logo-strip {
  grid-template-columns: 1fr;
  width: 100%;
  }
}

.product-page-main {
  padding-top: 8px;
}

.product-hero-page {
  min-height: calc(100svh - 86px);
  padding-top: 92px;
  padding-bottom: 56px;
}

.brand-page-shell {
  background: #001d4a;
}

.brand-page-main {
  min-height: 100vh;
}

.brand-story-hero {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  padding: 88px 0 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 214, 237, 0.07), transparent 22%),
    radial-gradient(circle at 85% 76%, rgba(211, 223, 212, 0.07), transparent 24%),
    #001d4a;
}

.brand-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 2.3rem;
  align-items: center;
}

.brand-story-copy {
  max-width: 43rem;
  color: #f7f9fc;
}

.brand-story-eyebrow {
  display: inline-flex;
  margin-bottom: 1.6rem;
  color: rgba(199, 214, 237, 0.86);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.brand-story-copy h1 {
  margin: 0;
  max-width: none;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.brand-story-copy h1 span {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: rgba(199, 214, 237, 0.95);
}

.brand-story-lead {
  margin: 1.2rem 0 0;
  max-width: 42rem;
  color: rgba(247, 249, 252, 0.76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.brand-founder-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.5rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(199, 214, 237, 0.16);
}

.brand-founder-avatar {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #415d43;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 600;
}

.brand-founder-copy {
  display: grid;
  gap: 0.28rem;
}

.brand-founder-copy strong {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
}

.brand-founder-copy span {
  color: rgba(199, 214, 237, 0.78);
  font-size: 0.98rem;
}

.brand-story-visual {
  position: relative;
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-story-illustration {
  width: min(100%, 28rem);
}

.brand-story-illustration img {
  width: 100%;
  height: auto;
}

.brand-stat-card {
  position: absolute;
  min-width: 8.8rem;
  padding: 0.92rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(247, 249, 252, 0.08);
  background: linear-gradient(135deg, rgba(199, 214, 237, 0.24), rgba(247, 249, 252, 0.1));
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand-stat-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1;
}

.brand-stat-card span {
  display: block;
  margin-top: 0.36rem;
  color: rgba(247, 249, 252, 0.74);
  font-size: 0.82rem;
}

.brand-stat-card-top {
  top: 0.7rem;
  right: 0.9rem;
}

.brand-stat-card-mid {
  top: 37%;
  right: 0.2rem;
}

.brand-stat-card-bottom {
  left: 8%;
  bottom: 1.1rem;
}

.brand-footer {
  background: transparent;
}

.brand-footer .brand,
.brand-footer .footer-group span,
.brand-footer .footer-group a,
.brand-footer .footer-copy {
  color: #f7f9fc;
}

.brand-footer .footer-copy {
  opacity: 0.78;
}

.brand-footer .footer-group a {
  opacity: 0.78;
}

.brand-footer .footer-group a:hover {
  opacity: 1;
  color: #d3dfd4;
}

.brand-values-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}

.brand-values-copy h2 {
  color: var(--accent-deep);
}

.brand-values-intro {
  color: var(--accent-deep);
}

.brand-values-accordion details p {
  line-height: 1.8;
}

.brand-values-stage {
  box-shadow: none;
}

.brand-timeline-section {
  background: linear-gradient(180deg, rgba(65, 93, 67, 0.82) 0%, rgba(65, 93, 67, 0.9) 100%);
}

.brand-timeline-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 4rem;
  align-items: start;
}

.brand-timeline-copy h2 {
  margin: 14px 0 0;
  max-width: none;
  color: #ffffff;
}

.brand-timeline-quote {
  margin: 2rem 0 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid rgba(211, 223, 212, 0.62);
}

.brand-timeline-quote p {
  margin: 0;
  color: rgba(247, 249, 252, 0.82);
  font-size: 1.02rem;
  line-height: 1.85;
  font-style: italic;
}

.brand-timeline-quote footer {
  margin-top: 0.8rem;
  color: rgba(211, 223, 212, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
}

.brand-timeline-body {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.brand-timeline-body p {
  margin: 0;
  color: rgba(247, 249, 252, 0.72);
  line-height: 1.8;
  font-size: 0.98rem;
}

.brand-timeline-track {
  position: relative;
  display: grid;
  gap: 2rem;
}

.brand-timeline-track::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(211, 223, 212, 0.34);
}

.brand-timeline-item {
  position: relative;
  min-height: 5.2rem;
  padding-left: 4.25rem;
}

.brand-timeline-dot {
  position: absolute;
  left: 0.82rem;
  top: 0.15rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(65, 93, 67, 0.9);
  z-index: 1;
  transform: translateX(-50%);
}

.brand-timeline-item.is-solid .brand-timeline-dot {
  background: #415d43;
  border-color: rgba(211, 223, 212, 0.2);
}

.brand-timeline-content {
  max-width: 42rem;
}

.brand-timeline-year {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(211, 223, 212, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-timeline-content h3 {
  margin: 0;
  max-width: none;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
}

.brand-timeline-content p {
  margin: 0.55rem 0 0;
  color: rgba(247, 249, 252, 0.66);
  font-size: 0.95rem;
  line-height: 1.72;
}

.brand-grid-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}

.brand-grid-heading {
  margin-bottom: 2rem;
}

.brand-grid-heading h2 {
  max-width: 44rem;
}

.brand-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.brand-grid-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 16.5rem;
  padding: 1.6rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.92);
  grid-template-rows: auto auto 1fr auto;
}

.brand-grid-icon {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: rgba(199, 214, 237, 0.38);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 600;
}

.brand-grid-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.brand-grid-icon img {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  filter: brightness(0);
}

.brand-grid-card h3 {
  margin: 0;
  max-width: none;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.2;
}

.brand-grid-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

.brand-grid-link {
  margin-top: auto;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 500;
  align-self: end;
}

.locator-page-main {
  padding-top: 8px;
}

.app-page-main {
  padding-top: 8px;
}

.app-showcase-hero {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 56px;
}

.app-hero-shell {
  display: flex;
  justify-content: center;
}

.app-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(270px, 0.82fr);
  gap: 2.4rem;
  align-items: center;
  width: min(100%, 72rem);
}

.app-hero-copy {
  max-width: 31rem;
}

.app-hero-copy h1 {
  margin: 0.95rem 0 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.app-hero-copy .lead {
  margin: 1.15rem 0 0;
  max-width: 29rem;
}

.app-hero-visual {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.app-hero-phone-stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 31rem;
  width: 100%;
  overflow: visible;
}

.app-hero-phone-panel {
  position: absolute;
  inset: auto 0 0 0;
  height: 68%;
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(199, 214, 237, 0.98), rgba(188, 204, 233, 0.98));
}

.app-hero-phone {
  position: absolute;
  z-index: 1;
  left: 60%;
  bottom: -0.7rem;
  width: min(31rem, 112%);
  transform: translateX(-50%);
  clip-path: inset(-20rem 0 0.7rem 0);
}

.app-hero-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.app-flow-section {
  padding-top: 28px;
}

.app-flow-shell {
  padding: 0;
  color: #ffffff;
}

.app-flow-banner {
  min-height: 15.2rem;
  padding: 1.35rem 1.4rem 5.6rem;
  border-radius: 2rem;
  background: #101513;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
}

.app-flow-head {
  max-width: 35rem;
  margin: 0 auto;
  text-align: center;
}

.app-flow-head .eyebrow {
  color: rgba(211, 223, 212, 0.92);
}

.app-flow-head h2 {
  margin-top: 0.8rem;
  color: var(--honeydew);
}

.app-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: -5.5rem;
  padding: 0 1.1rem 1.1rem;
  align-items: stretch;
}

.app-flow-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 21.5rem;
  height: 100%;
  padding: 0;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 50% 8%, rgba(199, 214, 237, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 248, 245, 0.99));
  color: var(--text);
  overflow: hidden;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.app-flow-card h3 {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
}

.app-flow-card p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

.app-flow-copy {
  display: grid;
  gap: 0;
  padding: 1.1rem 0.95rem 0.45rem;
}

.app-flow-copy-bottom {
  align-content: start;
  padding: 0.65rem 0.95rem 0.95rem;
}

.app-flow-device {
  display: flex;
  justify-content: center;
  min-height: 15.8rem;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  margin-top: 0;
  position: relative;
  width: 100%;
}

.app-flow-device img {
  display: block;
  flex: 0 0 auto;
  width: min(16.2rem, 96%);
  height: auto;
  max-width: none;
}

.app-flow-device-bottom {
  align-items: flex-end;
}

.app-flow-device-bottom img {
  transform: translateY(1.55rem);
}

.app-flow-device-top {
  align-items: flex-start;
}

.app-flow-card-center {
  grid-template-rows: 1fr auto;
  align-content: stretch;
}

.app-flow-device-top img {
  width: min(16rem, 98%);
  transform: translateY(-3.1rem);
}

.app-release-section {
  padding-top: 30px;
}

.app-release-inner {
  display: grid;
  gap: 2rem;
}

.app-release-heading {
  align-items: center;
  text-align: center;
}

.app-release-heading p {
  max-width: 40rem;
}

.app-release-stage {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 2.4rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background:
    radial-gradient(circle at 50% 22%, rgba(199, 214, 237, 0.78), transparent 21%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(211, 223, 212, 0.52));
}

.app-release-stage::before {
  content: "";
  position: absolute;
  inset: auto 50% 2.2rem 50%;
  width: min(22rem, 66%);
  height: 4rem;
  border-radius: 999px;
  background: rgba(65, 93, 67, 0.12);
  filter: blur(18px);
  transform: translateX(-50%);
}

.app-release-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(30rem, 100%);
  height: auto;
  transform: translateY(1.4rem);
}

@media (max-width: 1024px) {
  .app-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .app-hero-copy {
    max-width: 100%;
    text-align: center;
    justify-self: center;
  }

  .app-hero-copy .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .app-hero-phone-stage {
    min-height: 28rem;
  }

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

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

  .app-flow-card:nth-child(1),
  .app-flow-card:nth-child(2),
  .app-flow-card:nth-child(3) {
    transform: none;
  }

  .app-flow-banner {
    min-height: 12.8rem;
    padding-bottom: 4.3rem;
  }
}

@media (max-width: 760px) {
  .app-showcase-hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 22px;
  }

  .app-hero-grid {
    gap: 1.35rem;
  }

  .app-hero-copy {
    text-align: left;
  }

  .app-hero-copy .lead {
    margin-left: 0;
    margin-right: 0;
  }

  .app-hero-phone-stage {
    min-height: 24rem;
  }

  .app-hero-phone-panel {
    border-radius: 1.45rem;
    height: 66%;
  }

  .app-hero-phone {
    width: min(20rem, 92%);
    left: 58%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    clip-path: inset(-14rem 0 0 0);
  }

  .app-flow-shell {
    padding: 0;
  }

  .app-flow-banner {
    min-height: 10.4rem;
    padding: 1.15rem 1.1rem 3rem;
    border-radius: 1.7rem;
  }

  .app-flow-grid {
    grid-template-columns: 1fr;
    padding: 0 0 0.9rem;
    margin-top: -2.45rem;
  }

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

  .app-flow-card {
    min-height: auto;
  }

  .app-flow-head {
    margin: 0;
    text-align: left;
  }

  .app-flow-device {
    min-height: 12rem;
  }

  .app-flow-device img {
    width: min(11.5rem, 82%);
  }

}

.locator-hero {
  padding-top: 92px;
  padding-bottom: 48px;
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
}

.locator-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  justify-items: center;
}

.locator-hero-copy {
  width: min(100%, 52rem);
  text-align: center;
  margin: 0 auto;
}

.locator-hero-copy h1 {
  margin: 14px 0 0;
  max-width: none;
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.locator-hero-copy .eyebrow,
.locator-hero-copy .lead {
  margin-left: auto;
  margin-right: auto;
}

.locator-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  margin-top: 1.7rem;
  width: 100%;
}

.locator-search-bar input {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem 0 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  outline: none;
}

.locator-search-bar input::placeholder {
  color: rgba(34, 35, 36, 0.42);
}

.locator-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.7rem;
  width: 100%;
}

.locator-meta-card {
  display: grid;
  gap: 0.32rem;
  padding: 1.05rem 1rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.locator-meta-card strong {
  color: var(--accent-deep);
  font-size: 1.2rem;
  font-weight: 600;
}

.locator-meta-card span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}


.locator-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.locator-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.locator-chip {
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  cursor: pointer;
}

.locator-chip.is-active {
  background: #415d43;
  color: #ffffff;
}

.locator-toolbar-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.locator-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 1.3rem;
  align-items: start;
}

.locator-map-panel,
.locator-results {
  min-width: 0;
}

.locator-map-surface {
  position: sticky;
  top: 104px;
  min-height: 42rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background:
    linear-gradient(180deg, rgba(211, 223, 212, 0.56), rgba(199, 214, 237, 0.56)),
    rgba(255, 255, 255, 0.8);
}

.locator-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.5;
}

.locator-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  background:
    radial-gradient(circle at 18% 22%, rgba(211, 223, 212, 0.62), transparent 16%),
    radial-gradient(circle at 82% 74%, rgba(199, 214, 237, 0.72), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 248, 0.96));
}

.locator-map-placeholder::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border-radius: 1.5rem;
  border: 1px dashed rgba(65, 93, 67, 0.28);
}

.locator-map-placeholder-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
  width: min(100%, 24rem);
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(34, 35, 36, 0.08);
  text-align: left;
}

.locator-map-placeholder-copy strong {
  color: var(--accent-deep);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.locator-map-placeholder-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

.locator-placeholder-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.locator-placeholder-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.82rem;
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.42);
  color: var(--text);
  font-size: 0.82rem;
}

.locator-map-card {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1.3rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(34, 35, 36, 0.08);
}

.locator-map-kicker {
  display: block;
  color: rgba(34, 35, 36, 0.48);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.locator-map-card strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--accent-deep);
  font-size: 1.45rem;
  font-weight: 600;
}

.locator-map-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.locator-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(65, 93, 67, 0.16);
}

.locator-pin::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #415d43;
}

.locator-pin.is-active {
  box-shadow: 0 0 0 8px rgba(0, 29, 74, 0.14);
}

.locator-pin.is-active::after {
  background: #001d4a;
}

.locator-pin-paris {
  top: 18%;
  left: 54%;
}

.locator-pin-lille {
  top: 10%;
  left: 62%;
}

.locator-pin-lyon {
  top: 42%;
  left: 57%;
}

.locator-pin-marseille {
  top: 72%;
  left: 63%;
}

.locator-pin-bordeaux {
  top: 56%;
  left: 34%;
}

.locator-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.store-card {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.store-card.is-hidden {
  display: none;
}

.store-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.store-card-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 44px;
  border-radius: 0.9rem;
  background: rgba(248, 251, 248, 0.92);
  border: 1px solid rgba(34, 35, 36, 0.06);
  padding: 0.35rem 0.7rem;
}

.store-card-brand img {
  max-width: 100%;
  max-height: 22px;
  object-fit: contain;
}

.store-distance {
  color: rgba(34, 35, 36, 0.46);
  font-size: 0.84rem;
  font-weight: 500;
}

.store-card h3 {
  margin: 0;
  max-width: none;
  color: var(--accent-deep);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.2;
}

.store-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.68;
}

.store-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.store-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.42);
  color: var(--text);
  font-size: 0.84rem;
}

.store-card-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.store-card-actions .button {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  font-size: 0.82rem;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: stretch;
}

.product-gallery,
.product-summary {
  display: flex;
  min-height: 0;
  min-width: 0;
}

.product-media-card,
.activity-card,
.comparison-table-wrap,
.tech-highlight-grid,
.tech-spec-table-wrap,
.eco-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.product-media-card {
  height: 100%;
  overflow: hidden;
}

.product-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary h1 {
  margin: 14px 0 18px;
  width: 100%;
  font-size: clamp(1.65rem, 2.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.06em;
  max-width: none;
  text-wrap: pretty;
}

.product-summary {
  flex-direction: column;
  justify-content: center;
}

.product-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 0 16px;
  border-top: 1px solid rgba(34, 35, 36, 0.08);
  border-bottom: 1px solid rgba(34, 35, 36, 0.08);
}

.product-price-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.86rem;
}

.product-price {
  display: block;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.product-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  background: rgba(199, 214, 237, 0.44);
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 500;
}

.product-feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.product-feature-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text);
  line-height: 1.62;
}

.product-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.product-tech-section .section-heading,
.activities-section .section-heading,
.comparison-section .section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.activities-section {
  background: #001d4a;
}

.activities-section .eyebrow,
.activities-section h2,
.activities-section .section-copy {
  color: #ffffff;
}

.activities-section .section-copy {
  opacity: 0.82;
}

.tech-tabs {
  display: grid;
  gap: 24px;
}

.tech-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(34, 35, 36, 0.1);
}

.tech-tab {
  position: relative;
  padding: 0 0 16px;
  border: 0;
  background: transparent;
  color: rgba(34, 35, 36, 0.48);
  font-size: 1.02rem;
  font-weight: 400;
  cursor: pointer;
  transition: color var(--ease);
}

.tech-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background-color var(--ease);
}

.tech-tab.is-active {
  color: var(--text);
}

.tech-tab.is-active::after {
  background: var(--accent);
}

.tech-panels {
  min-width: 0;
}

.tech-panel {
  display: grid;
  gap: 28px;
}

.tech-panel[hidden] {
  display: none;
}

.tech-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.tech-highlight-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 196px;
  padding: 28px 30px;
  border-right: 1px solid rgba(34, 35, 36, 0.08);
}

.tech-highlight-card:last-child {
  border-right: 0;
}

.tech-label {
  color: #61756a;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tech-highlight-card strong {
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--accent-deep);
}

.tech-highlight-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.tech-spec-table-wrap {
  overflow: hidden;
}

.tech-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.tech-spec-table th,
.tech-spec-table td {
  width: 25%;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(34, 35, 36, 0.08);
  text-align: left;
  vertical-align: top;
}

.tech-spec-table tr:last-child th,
.tech-spec-table tr:last-child td {
  border-bottom: 0;
}

.tech-spec-table th {
  color: rgba(34, 35, 36, 0.48);
  font-size: 0.98rem;
  font-weight: 400;
}

.tech-spec-table td {
  color: var(--accent-deep);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.eco-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 302px;
  padding: 22px 22px 18px;
}

.eco-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(211, 223, 212, 0.58);
  color: #536c58;
  font-size: 1.4rem;
}

.eco-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0);
}

.eco-card h3 {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.eco-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 0.98rem;
}

.eco-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: rgba(211, 223, 212, 0.62);
  color: #536c58;
  font-size: 0.9rem;
  font-weight: 500;
}

.eco-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.activity-card {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 12px;
  min-height: 0;
  aspect-ratio: 1;
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
}

.activity-card strong {
  width: 100%;
  max-width: none;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.activity-emoji {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.25rem;
}

.comparison-table-wrap {
  overflow-x: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.comparison-table {
  width: 100%;
  min-width: 940px;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 18px;
  border-bottom: 1px solid rgba(34, 35, 36, 0.12);
  text-align: left;
  vertical-align: middle;
}

.comparison-table thead th {
  color: var(--text);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(34, 35, 36, 0.12);
}

.comparison-table tbody th {
  width: 260px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.88);
  border-left: 1px solid rgba(34, 35, 36, 0.12);
}

.comparison-table tbody td {
  color: var(--muted);
  text-align: center;
  line-height: 1.58;
  background: rgba(255, 255, 255, 0.72);
}

.comparison-table thead th:nth-child(2) {
  background: #001d4a;
  color: #ffffff;
}

.comparison-table tbody td:nth-child(2) {
  background: rgba(0, 29, 74, 0.92);
  color: #ffffff;
  font-weight: 500;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.comparison-spacer {
  background: transparent;
  border: 0 !important;
  padding: 0;
  width: 260px;
}

.comparison-table thead th:nth-child(3),
.comparison-table thead th:nth-child(4),
.comparison-table tbody td:nth-child(3),
.comparison-table tbody td:nth-child(4) {
  background: rgba(255, 255, 255, 0.72);
}

.comparison-table thead th:nth-child(2),
.comparison-table tbody td:nth-child(2) {
  border-left: 1px solid rgba(34, 35, 36, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table thead th:nth-child(3),
.comparison-table tbody td:nth-child(3) {
  border-right: 1px solid rgba(34, 35, 36, 0.08);
}

.comparison-table thead th:nth-child(2) {
  border-top-left-radius: 18px;
}

.comparison-table thead th:nth-child(4) {
  border-top-right-radius: 18px;
  border-right: 1px solid rgba(34, 35, 36, 0.12);
}

.comparison-table tbody tr:first-child th {
  border-top: 1px solid rgba(34, 35, 36, 0.12);
  border-top-left-radius: 18px;
}

.comparison-table tbody tr:last-child th {
  border-bottom-left-radius: 18px;
}

.comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

.comparison-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 0;
}

.comparison-table tbody td:last-child,
.comparison-table tbody th:last-child {
  border-right: 1px solid rgba(34, 35, 36, 0.12);
}

.comparison-mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.comparison-mark-positive {
  background: rgba(211, 223, 212, 0.16);
  color: currentColor;
}

.comparison-mark-negative {
  background: rgba(0, 0, 0, 0.04);
  color: #d89aaa;
}

.comparison-status {
  font-weight: 500;
}

.comparison-status-warning {
  color: #f08a00;
}

.comparison-status-negative {
  color: #a5b0bc;
}

@media (max-width: 1024px) {
  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .site-header-light::before {
    background: rgba(0, 29, 74, 0.3);
  }

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

  .tech-highlight-grid,
  .eco-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-hero-page {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 48px;
  }

  .product-media-card {
    aspect-ratio: 1.05;
  }

  .product-price-row {
    align-items: start;
    flex-direction: column;
  }

  .brand-story-hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 32px;
  }

  .brand-story-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .brand-story-copy {
    max-width: none;
  }

  .brand-story-visual {
    min-height: 26rem;
  }

  .brand-story-illustration {
    width: min(100%, 28rem);
  }

  .brand-stat-card-top {
    top: 0.8rem;
    right: 1rem;
  }

  .brand-stat-card-mid {
    right: 0.3rem;
  }

  .brand-stat-card-bottom {
    left: 4%;
    bottom: 2.4rem;
  }

  .brand-timeline-grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .brand-timeline-dot {
    left: 0.82rem;
  }

  .brand-timeline-item {
    padding-left: 3.4rem;
  }

  .brand-grid-cards {
    grid-template-columns: 1fr 1fr;
  }

  .locator-hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 42px;
  }

  .locator-hero-grid,
  .locator-layout {
    grid-template-columns: 1fr;
  }

  .locator-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .locator-map-surface {
    position: relative;
    top: auto;
    min-height: 26rem;
  }

  .locator-results {
    grid-template-columns: 1fr 1fr;
  }

  .tech-spec-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .tech-spec-table,
  .tech-spec-table tbody,
  .tech-spec-table tr {
    display: block;
    width: 100%;
  }

  .tech-spec-table {
    min-width: 0;
  }

  .tech-spec-table tbody {
    display: grid;
    gap: 14px;
  }

  .tech-spec-table tr {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(34, 35, 36, 0.08);
    background: rgba(255, 255, 255, 0.84);
  }

  .tech-spec-table th,
  .tech-spec-table td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .tech-spec-table th {
    margin-top: 14px;
  }

  .tech-spec-table tr > th:first-child {
    margin-top: 0;
  }

  .tech-spec-table td {
    margin-top: 6px;
  }

  .comparison-table-wrap {
    overflow: visible;
  }

  .comparison-table,
  .comparison-table thead,
  .comparison-table tbody,
  .comparison-table tr {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody {
    display: grid;
    gap: 14px;
  }

  .comparison-table tr {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(34, 35, 36, 0.12);
    background: rgba(255, 255, 255, 0.88);
  }

  .comparison-table tbody th,
  .comparison-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
    background: transparent;
  }

  .comparison-table tbody th {
    margin-bottom: 14px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 500;
  }

  .comparison-table tbody td {
    margin-top: 10px;
    color: var(--text);
  }

  .comparison-table tbody td::before {
    content: attr(data-brand);
    color: rgba(34, 35, 36, 0.52);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .comparison-table tbody td:nth-child(2) {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(0, 29, 74, 0.92);
    color: #ffffff;
    font-weight: 600;
  }

  .comparison-table tbody td:nth-child(2)::before {
    color: rgba(255, 255, 255, 0.72);
  }

  .comparison-table tbody td:nth-child(2) .comparison-mark-positive,
  .comparison-table tbody td:nth-child(2) .comparison-mark-negative,
  .comparison-table tbody td:nth-child(2) .comparison-status,
  .comparison-table tbody td:nth-child(2) .comparison-status-warning,
  .comparison-table tbody td:nth-child(2) .comparison-status-negative {
    color: #ffffff;
  }

  .comparison-mark-positive {
    color: var(--accent-deep);
    background: rgba(199, 214, 237, 0.26);
  }

  .comparison-mark-negative {
    background: rgba(0, 0, 0, 0.04);
    color: #b6bcc6;
  }
}

@media (max-width: 768px) {
  .product-hero-page {
    padding-top: 78px;
    padding-bottom: 36px;
  }

  .brand-story-hero {
    padding-top: 78px;
    padding-bottom: 28px;
  }

  .brand-story-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .brand-story-lead {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .brand-founder-avatar {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.18rem;
  }

  .brand-founder-copy strong {
    font-size: 1.22rem;
  }

  .brand-founder-copy span {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .brand-story-visual {
    min-height: 21rem;
  }

  .brand-story-illustration {
    width: min(100%, 22rem);
  }

  .brand-stat-card {
    min-width: 8.8rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
  }

  .brand-stat-card strong {
    font-size: 1.35rem;
  }

  .brand-stat-card span {
    font-size: 0.84rem;
    margin-top: 0.4rem;
  }

  .brand-stat-card-top {
    top: 0;
    right: 0;
  }

  .brand-stat-card-mid {
    top: 39%;
    right: -0.1rem;
  }

  .brand-stat-card-bottom {
    left: 0.6rem;
    bottom: 0.9rem;
  }

  .brand-timeline-quote {
    margin-top: 1.5rem;
    padding-left: 1.15rem;
  }

  .brand-timeline-quote p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .brand-timeline-body {
    margin-top: 1.5rem;
  }

  .brand-timeline-body p {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .brand-timeline-track {
    gap: 1.6rem;
  }

  .brand-timeline-track::before {
    left: 0.82rem;
  }

  .brand-timeline-dot {
    left: 0.82rem;
    width: 12px;
    height: 12px;
  }

  .brand-timeline-item {
    padding-left: 2.7rem;
  }

  .brand-timeline-content h3 {
    font-size: 1.04rem;
  }

  .brand-timeline-content p {
    font-size: 0.91rem;
  }

  .brand-grid-cards {
    grid-template-columns: 1fr;
  }

  .brand-grid-card {
    min-height: 0;
    padding: 1.35rem;
  }

  .locator-search-bar {
    grid-template-columns: 1fr;
  }

  .locator-hero-meta,
  .locator-results {
    grid-template-columns: 1fr;
  }

  .locator-map-surface {
    min-height: 21rem;
  }

  .store-card {
    padding: 1.1rem;
  }

  .product-summary h1 {
    font-size: clamp(1.6rem, 7vw, 2.3rem);
  }

  .tech-tab-list {
    gap: 22px;
  }

  .tech-highlight-grid,
  .eco-grid {
    grid-template-columns: 1fr;
  }

  .tech-highlight-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(34, 35, 36, 0.08);
  }

  .tech-highlight-card:last-child {
    border-bottom: 0;
  }

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

  .activity-card {
    min-height: auto;
  }

  .comparison-table tbody td {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .comparison-table tbody td:nth-child(2) {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(calc(100vw - 18px), 1180px);
  }

  .section {
    padding: 54px 0;
  }

  .mobile-menu {
    padding: 86px 18px 24px;
  }

  .hero-card-stat {
    padding: 18px;
  }

  .hero {
    min-height: calc(100svh - 64px);
  }

  .testimonial-track-spotlight {
    min-height: 760px;
  }

  .testimonial-spotlight-image {
    height: 240px;
  }

  .brand-story-copy h1 {
    font-size: 2rem;
  }

  .brand-story-lead {
    font-size: 0.92rem;
  }

  .brand-story-visual {
    min-height: 18rem;
  }

  .brand-story-illustration {
    width: min(100%, 18rem);
  }

  .brand-stat-card {
    min-width: 7.4rem;
    padding: 0.72rem 0.82rem;
  }

  .brand-stat-card strong {
    font-size: 1.12rem;
  }

  .brand-stat-card span {
    font-size: 0.72rem;
  }

  .brand-stat-card-top {
    right: -0.2rem;
  }

  .brand-stat-card-mid {
    top: 38%;
    right: -0.3rem;
  }

  .brand-stat-card-bottom {
    left: -0.1rem;
    bottom: 0.5rem;
  }
}

.reseller-page-main {
  padding-top: 8px;
}

.reseller-hero {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 54px;
}

.reseller-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.reseller-hero-copy {
  display: grid;
  gap: 1.35rem;
  width: min(100%, 82rem);
  justify-items: center;
  text-align: center;
}

.reseller-hero-copy h1 {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.reseller-hero-copy .lead {
  max-width: 82ch;
  margin-left: auto;
  margin-right: auto;
}

.reseller-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  justify-content: center;
}

.reseller-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.reseller-hero-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1;
}

.reseller-benefits-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.reseller-benefits-grid .brand-grid-card {
  min-height: 15rem;
}

.reseller-benefits-grid .brand-grid-card:nth-child(1) {
  grid-column: span 5;
}

.reseller-benefits-grid .brand-grid-card:nth-child(2) {
  grid-column: span 4;
}

.reseller-benefits-grid .brand-grid-card:nth-child(3) {
  grid-column: span 3;
}

.reseller-benefits-grid .brand-grid-card:nth-child(4) {
  grid-column: span 7;
}

.reseller-benefits-grid .brand-grid-card:nth-child(5) {
  grid-column: span 5;
}

.reseller-process-section {
  background: linear-gradient(180deg, rgba(199, 214, 237, 0.24), rgba(255, 255, 255, 0));
}

.reseller-process-section .brand-timeline-copy h2,
.reseller-process-section .brand-timeline-quote p,
.reseller-process-section .brand-timeline-quote footer,
.reseller-process-section .brand-timeline-body p,
.reseller-process-section .brand-timeline-content h3,
.reseller-process-section .brand-timeline-content p {
  color: var(--text);
}

.reseller-process-section .brand-timeline-year {
  color: rgba(65, 93, 67, 0.84);
}

.reseller-process-section .brand-timeline-quote {
  border-left-color: rgba(65, 93, 67, 0.45);
}

.reseller-process-section .brand-timeline-track::before {
  background: rgba(65, 93, 67, 0.28);
}

.reseller-process-section .brand-timeline-dot {
  background: #ffffff;
  border-color: rgba(65, 93, 67, 0.88);
}

.reseller-process-section .brand-timeline-item.is-solid .brand-timeline-dot {
  background: #415d43;
  border-color: rgba(65, 93, 67, 0.18);
}

.reseller-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.reseller-step-card {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  min-height: 16rem;
  padding: 1.5rem 1.35rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.reseller-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(65, 93, 67, 0.14);
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.reseller-step-card h3 {
  margin: 0;
  max-width: none;
  font-size: 1.02rem;
}

.reseller-step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

.reseller-profile-stage {
  background: linear-gradient(160deg, rgba(199, 214, 237, 0.74), rgba(255, 255, 255, 0.92));
}

.reseller-profile-stage img {
  object-position: center;
}

.reseller-application-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1.5rem;
  align-items: start;
}

.reseller-contact-card,
.reseller-form-panel {
  border-radius: 2rem;
  border: 1px solid rgba(34, 35, 36, 0.08);
}

.reseller-contact-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.7rem;
  background: linear-gradient(160deg, rgba(65, 93, 67, 0.92), rgba(34, 35, 36, 0.98));
  color: var(--surface);
}

.reseller-contact-card .eyebrow,
.reseller-contact-card h2,
.reseller-contact-card p,
.reseller-contact-card strong,
.reseller-contact-card span,
.reseller-contact-card a {
  color: var(--surface);
}

.reseller-contact-card h2 {
  margin: 0;
  max-width: 12ch;
}

.reseller-contact-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.reseller-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.reseller-contact-list li {
  display: grid;
  gap: 0.22rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reseller-contact-list strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.reseller-contact-list span,
.reseller-contact-list a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  line-height: 1.6;
  text-decoration: none;
}

.reseller-form-panel {
  display: grid;
  gap: 1.2rem;
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.92);
}

.reseller-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.reseller-form-grid label {
  display: grid;
  gap: 0.5rem;
}

.reseller-form-grid span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
}

.reseller-form-grid input,
.reseller-form-grid textarea {
  width: 100%;
  min-width: 0;
  padding: 0.88rem 0.95rem;
  border: 1px solid rgba(34, 35, 36, 0.1);
  border-radius: 1rem;
  background: rgba(248, 248, 246, 0.96);
  color: var(--text);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.reseller-form-grid input:focus,
.reseller-form-grid textarea:focus {
  outline: 0;
  border-color: rgba(65, 93, 67, 0.45);
  box-shadow: 0 0 0 4px rgba(65, 93, 67, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.reseller-form-message {
  grid-column: 1 / -1;
}

.reseller-form-panel .button {
  justify-self: start;
}

.reseller-network-section {
  padding-top: 28px;
}

.reseller-network-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.reseller-network-card {
  min-height: 11.4rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
}

.reseller-network-card img {
  max-width: min(74%, 9.5rem);
  max-height: 2.4rem;
  width: auto;
  object-fit: contain;
}

.reseller-network-card span {
  display: block;
  max-width: 18ch;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .reseller-process-grid,
  .reseller-network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reseller-benefits-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .reseller-benefits-grid .brand-grid-card:nth-child(1),
  .reseller-benefits-grid .brand-grid-card:nth-child(2),
  .reseller-benefits-grid .brand-grid-card:nth-child(4),
  .reseller-benefits-grid .brand-grid-card:nth-child(5) {
    grid-column: span 3;
  }

  .reseller-benefits-grid .brand-grid-card:nth-child(3) {
    grid-column: span 6;
  }
}

@media (max-width: 1024px) {
  .reseller-hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 42px;
  }

  .reseller-application-grid {
    grid-template-columns: 1fr;
  }

  .reseller-process-grid,
  .reseller-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .reseller-benefits-grid .brand-grid-card:nth-child(n) {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .reseller-page-main {
    padding-top: 0;
  }

  .reseller-hero-copy h1 {
    max-width: none;
  }

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

  .reseller-hero-actions .button {
    justify-content: center;
  }

  .reseller-summary-card,
  .reseller-contact-card,
  .reseller-form-panel,
  .reseller-step-card {
    padding: 1.35rem;
  }

  .reseller-process-grid,
  .reseller-network-grid,
  .reseller-form-grid {
    grid-template-columns: 1fr;
  }

  .reseller-benefits-grid {
    grid-template-columns: 1fr;
  }

  .reseller-network-card {
    min-height: 0;
  }
}

.faq-page-main {
  padding-top: 0;
}

.faq-center-page {
  background: var(--surface);
  color: var(--text);
}

.faq-center-hero {
  border-bottom: 1px solid rgba(65, 93, 67, 0.08);
  background: rgba(247, 248, 246, 0.95);
}

.faq-center-hero-inner {
  max-width: 46rem;
  margin: 0 auto;
  padding: clamp(7.2rem, 9vw, 8.8rem) clamp(1.1rem, 4vw, 2.5rem) clamp(2.4rem, 5vw, 3.9rem);
  text-align: center;
}

.faq-center-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.95rem 0.42rem 0.72rem;
  border: 1px solid rgba(65, 93, 67, 0.15);
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.42);
}

.faq-center-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-dark);
}

.faq-center-pill span:last-child {
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-center-title {
  margin: 1rem 0 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.faq-center-title em {
  font-style: normal;
  color: var(--brand-dark);
}

.faq-center-desc {
  margin: 0.95rem auto 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.74;
}

.faq-center-search {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 30rem;
  margin: 1.7rem auto 0;
  padding: 0.38rem 0.38rem 0.38rem 0.95rem;
  border: 1.5px solid rgba(65, 93, 67, 0.18);
  border-radius: 1rem;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-center-search:focus-within {
  border-color: rgba(65, 93, 67, 0.55);
  box-shadow: 0 0 0 3px rgba(65, 93, 67, 0.08);
}

.faq-center-search svg {
  width: 17px;
  height: 17px;
  margin-right: 0.65rem;
  color: var(--muted);
  flex: 0 0 auto;
}

.faq-center-search img {
  width: 17px;
  height: 17px;
  margin-right: 0.65rem;
  flex: 0 0 auto;
  filter: brightness(0);
}

.faq-center-search input {
  flex: 1;
  min-width: 0;
  padding: 0.72rem 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.94rem;
}

.faq-center-search input::placeholder {
  color: rgba(34, 35, 36, 0.55);
}

.faq-center-clear {
  display: none;
  padding: 0.62rem 0.95rem;
  border: 0;
  border-radius: 0.78rem;
  background: rgba(211, 223, 212, 0.34);
  color: var(--muted);
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}

.faq-center-clear.visible {
  display: block;
}

.faq-center-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(2.8rem, 6vw, 4.8rem) clamp(1.1rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3.5rem;
  align-items: start;
}

.faq-center-sidebar {
  position: sticky;
  top: 1.1rem;
}

.faq-center-sidebar-title {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-center-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.faq-center-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.8rem;
  border-left: 2px solid transparent;
  border-radius: 0.7rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.84rem;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.faq-center-sidebar-link:hover,
.faq-center-sidebar-link.active {
  background: rgba(211, 223, 212, 0.42);
  color: var(--brand-dark);
}

.faq-center-sidebar-link.active {
  border-left-color: var(--brand-dark);
  font-weight: 500;
}

.faq-center-sidebar-link .count {
  margin-left: auto;
  padding: 1px 0.5rem;
  border-radius: 999px;
  background: rgba(34, 35, 36, 0.06);
  color: var(--muted);
  font-size: 0.68rem;
}

.faq-center-sidebar-link.active .count {
  background: rgba(65, 93, 67, 0.14);
  color: var(--brand-dark);
}

.faq-center-support-card {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(65, 93, 67, 0.1);
  border-radius: 1rem;
  background: #ffffff;
}

.faq-center-support-title {
  margin: 0 0 0.35rem;
  font-size: 0.84rem;
  font-weight: 500;
}

.faq-center-support-desc {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.58;
}

.faq-center-support-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--brand-dark);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
}

.faq-center-support-card a::after {
  content: "\2192";
}

.faq-center-content {
  min-width: 0;
}

.faq-center-no-results {
  display: none;
  padding: 2.8rem 1rem;
  text-align: center;
}

.faq-center-no-results.visible {
  display: block;
}

.faq-center-no-results svg {
  width: 40px;
  height: 40px;
  margin-bottom: 0.8rem;
  color: rgba(65, 93, 67, 0.3);
}

.faq-center-no-results img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.8rem;
  filter: brightness(0) saturate(0) opacity(0.28);
}

.faq-center-no-results p {
  margin: 0;
  color: var(--muted);
}

.faq-center-group {
  margin-bottom: 3rem;
}

.faq-center-group:last-child {
  margin-bottom: 0;
}

.faq-center-group-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(65, 93, 67, 0.08);
}

.faq-center-group-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  flex: 0 0 auto;
}

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

.faq-center-group-icon img,
.faq-center-sidebar-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  filter: brightness(0);
}

.gi-green {
  background: rgba(211, 223, 212, 0.48);
  color: var(--brand-dark);
}

.gi-cobalt {
  background: rgba(199, 214, 237, 0.52);
  color: var(--accent-deep);
}

.gi-anthracite {
  background: rgba(34, 35, 36, 0.08);
  color: var(--text);
}

.gi-red {
  background: rgba(201, 80, 73, 0.1);
  color: #b34d48;
}

.faq-center-group-name {
  font-size: 1rem;
  font-weight: 500;
}

.faq-center-group-count {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.75rem;
}

.faq-center-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.faq-center-item {
  overflow: hidden;
  border: 1px solid rgba(65, 93, 67, 0.08);
  border-radius: 0.95rem;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-center-item.open {
  border-color: rgba(65, 93, 67, 0.18);
  box-shadow: 0 10px 24px rgba(65, 93, 67, 0.06);
}

.faq-center-item.hidden {
  display: none;
}

.faq-center-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1rem 1.15rem;
  color: var(--text) !important;
  background: #ffffff !important;
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal !important;
  word-break: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  user-select: none;
}

.faq-center-q:hover,
.faq-center-item.open .faq-center-q {
  background: rgba(211, 223, 212, 0.28) !important;
  color: var(--brand-dark) !important;
}

.faq-center-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-left: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 35, 36, 0.05);
  transition: background 180ms ease, transform 220ms ease;
}

.faq-center-icon svg {
  width: 10px;
  height: 10px;
  color: var(--muted);
  transition: color 180ms ease;
}

.faq-center-icon img {
  width: 10px;
  height: 10px;
  filter: brightness(0);
  transition: filter 180ms ease;
}

.faq-center-item.open .faq-center-icon {
  background: var(--brand-dark);
  transform: rotate(45deg);
}

.faq-center-item.open .faq-center-icon svg {
  color: #ffffff;
}

.faq-center-item.open .faq-center-icon img {
  filter: brightness(0) invert(1);
}

.faq-center-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.15rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
  transition: max-height 300ms ease, padding 300ms ease;
}

.faq-center-item.open .faq-center-a {
  max-height: 420px;
  padding: 0 1.15rem 1rem;
}

.faq-center-a a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .faq-center-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-center-sidebar {
    position: static;
  }

  .faq-center-sidebar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .faq-center-sidebar-link {
    border-left: 0;
    border-bottom: 2px solid transparent;
  }

  .faq-center-sidebar-link.active {
    border-bottom-color: var(--brand-dark);
  }

  .faq-center-support-card {
    display: none;
  }
}

@media (max-width: 420px) {
  .faq-center-hero-inner {
    padding-top: 6.8rem;
  }

  .faq-center-q {
    padding: 0.92rem 0.92rem;
    font-size: 0.88rem;
  }

  .faq-center-a {
    font-size: 0.86rem;
  }
}

.repair-page-main {
  padding-top: 0;
}

.repair-page {
  padding: 72px 0;
  background: #f3f5f2;
  color: #0f172a;
}

.repair-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 32px;
  align-items: start;
}

.repair-left {
  display: grid;
  gap: 18px;
}

.repair-hero-card {
  padding: 28px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(1200px 500px at 30% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #052b62 0%, #021b3e 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.repair-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
}

.repair-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.9vw, 2.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.repair-hero-text {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.82;
}

.repair-info-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #ffffff;
}

.repair-info-head {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.7);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.repair-info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
}

.repair-info-row + .repair-info-row {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.repair-info-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #dce5dd;
}

.repair-info-icon svg {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.repair-info-icon img,
.repair-pill-icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0);
}

.repair-info-title {
  margin: 0;
  color: #001d4a;
  font-size: 14px;
  font-weight: 600;
}

.repair-info-sub {
  margin: 3px 0 0;
  color: rgba(15, 23, 42, 0.55);
  font-size: 13px;
  line-height: 1.7;
}

.repair-note-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #d3dfd4;
}

.repair-note-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #3e5a41;
}

.repair-note-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.repair-note-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.repair-note-title {
  margin: 0;
  color: #001d4a;
  font-weight: 700;
}

.repair-note-text {
  margin: 6px 0 0;
  color: rgba(15, 23, 42, 0.55);
  font-size: 13.5px;
  line-height: 1.75;
}

.repair-panel {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.05);
}

.repair-panel-head {
  padding: 26px 28px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.repair-panel-title {
  margin: 0 0 6px;
  color: #001d4a;
  font-size: 22px;
  font-weight: 650;
}

.repair-panel-sub {
  margin: 0;
  color: rgba(15, 23, 42, 0.55);
  font-size: 14px;
}

.repair-content {
  padding: 18px 28px 26px;
}

.repair-form {
  margin: 0;
}

.repair-section-kicker {
  margin: 16px 0 10px;
  color: rgba(62, 90, 65, 0.95);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.repair-hr {
  height: 1px;
  margin: 10px 0 18px;
  background: rgba(15, 23, 42, 0.1);
}

.repair-hr-bottom {
  margin-top: 18px;
}

.repair-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.repair-grid1 {
  display: grid;
  gap: 16px;
}

.repair-space {
  height: 16px;
}

.repair-space-lg {
  height: 24px;
}

.repair-space-sm {
  height: 12px;
}

.repair-field label {
  display: block;
  margin: 0 0 8px;
  color: #001d4a;
  font-size: 13px;
  font-weight: 650;
}

.repair-opt-note {
  color: rgba(15, 23, 42, 0.45);
  font-weight: 500;
}

.repair-ctrl input,
.repair-ctrl select,
.repair-ctrl textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #f4f6f4;
  color: #0f172a;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.repair-ctrl textarea {
  min-height: 140px;
  resize: vertical;
}

.repair-ctrl input:focus,
.repair-ctrl select:focus,
.repair-ctrl textarea:focus {
  border-color: rgba(62, 90, 65, 0.55);
  box-shadow: 0 0 0 4px rgba(62, 90, 65, 0.14);
}

.repair-pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.repair-pill-label {
  position: relative;
  display: block;
}

.repair-pill-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.repair-pill {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #f4f6f4;
  cursor: pointer;
  transition: box-shadow 120ms ease, border-color 120ms ease, background 120ms ease;
}

.repair-pill-input:checked + .repair-pill {
  border-color: rgba(62, 90, 65, 0.55);
  box-shadow: 0 0 0 4px rgba(62, 90, 65, 0.14);
  background: #eff3ef;
}

.repair-pill-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #ffffff;
}

.repair-pill-icon svg {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.repair-pill-text {
  color: rgba(15, 23, 42, 0.8);
  font-weight: 650;
}

.repair-help-text {
  margin: 10px 0 0;
  color: rgba(15, 23, 42, 0.45);
  font-size: 12px;
}

.repair-rgpd {
  color: rgba(15, 23, 42, 0.55);
  font-size: 13px;
  line-height: 1.7;
}

.repair-rgpd label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.repair-rgpd input {
  margin-top: 4px;
}

.repair-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.repair-btn-primary {
  min-width: 210px;
  justify-content: center;
  background: #3e5a41;
  border-color: #3e5a41;
  color: #ffffff;
}

.repair-fine-print {
  margin-top: 12px;
  color: rgba(15, 23, 42, 0.45);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 980px) {
  .repair-page {
    padding: 56px 0;
  }

  .repair-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .repair-grid2,
  .repair-pill-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .repair-panel-head {
    padding: 22px 18px 16px;
  }

  .repair-content {
    padding: 16px 18px 22px;
  }

  .repair-footer {
    justify-content: stretch;
  }

  .repair-btn-primary {
    width: 100%;
    min-width: unset;
  }
}

.legal-page-main {
  background: #f7f8f6;
}

.legal-hero {
  padding: 4.5rem 0 2rem;
  border-bottom: 1px solid rgba(34, 35, 36, 0.08);
}

.legal-hero-inner {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  text-align: center;
}

.legal-hero-inner h1 {
  margin: 0;
}

.legal-content {
  padding: 2.5rem 0 5rem;
}

.legal-content-inner {
  width: min(100%, 56rem);
  display: grid;
  gap: 1.1rem;
}

.legal-content-inner > p,
.legal-article p,
.legal-list li {
  margin: 0;
  color: rgba(34, 35, 36, 0.74);
  font-size: 0.98rem;
  line-height: 1.85;
}

.legal-article {
  display: grid;
  gap: 0.8rem;
  padding-top: 1rem;
}

.legal-article h2 {
  margin: 0;
  color: var(--brand-blue);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.legal-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

.legal-content a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.1rem;
  border: 1px solid rgba(65, 93, 67, 0.12);
  border-radius: 1.4rem;
  background: #fff;
}

.legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.legal-table thead th {
  background: rgba(211, 223, 212, 0.5);
  color: #001d4a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-table th,
.legal-table td {
  padding: 1rem 1.05rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(65, 93, 67, 0.1);
  color: rgba(34, 35, 36, 0.8);
  font-size: 0.95rem;
  line-height: 1.65;
}

.legal-table tbody tr:last-child td {
  border-bottom: none;
}

.legal-table td:first-child,
.legal-table th:first-child {
  color: #001d4a;
  font-weight: 600;
}

.legal-article h3 {
  margin: 2rem 0 0.8rem;
  font-size: 1.12rem;
  color: #001d4a;
}

@media (max-width: 720px) {
  .legal-hero {
    padding: 3.8rem 0 1.6rem;
  }

  .legal-content {
    padding: 2rem 0 4rem;
  }

  .legal-table {
    min-width: 640px;
  }
}

.blog-page-main,
.article-page-main {
  padding-top: 0;
}

.blog-hero,
.article-hero {
  padding-top: 6.8rem;
  padding-bottom: 2.4rem;
}

.blog-hero-inner,
.article-hero-inner {
  display: grid;
  gap: 1rem;
  max-width: 54rem;
}

.blog-hero-inner h1,
.article-hero-inner h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.blog-layout {
  display: grid;
  gap: 2rem;
}

.blog-listing-intro {
  display: grid;
  gap: 0.9rem;
  max-width: 46rem;
}

.blog-listing-intro h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.blog-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-xl);
  background: var(--panel);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.blog-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  background: rgba(211, 223, 212, 0.48);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(211, 223, 212, 0.68), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 246, 241, 0.96));
}

.blog-card-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(65, 93, 67, 0.12);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-body {
  display: grid;
  gap: 0.95rem;
  padding: 1.35rem 1.35rem 1.5rem;
}

.blog-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.8rem;
}

.blog-card-meta span:not(.eyebrow),
.blog-card-meta time,
.article-meta time {
  opacity: 0.82;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.blog-card-link,
.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 600;
}

.blog-card-link::after,
.article-back-link::after {
  content: "→";
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.2rem;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(65, 93, 67, 0.12);
  background: rgba(255, 255, 255, 0.68);
  color: var(--text);
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.blog-empty-state {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.blog-empty-state strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.blog-empty-state p {
  margin: 0;
  color: var(--muted);
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

.article-sidebar-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-md);
}

.article-sidebar-card strong {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-taxonomy {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.article-taxonomy a {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-content {
  min-width: 0;
  display: grid;
  gap: 1.4rem;
}

.article-featured-media {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-xl);
}

.article-featured-media img {
  width: 100%;
  height: auto;
  display: block;
}

.article-prose {
  padding: clamp(1.4rem, 2vw, 2rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.article-prose > *:first-child {
  margin-top: 0;
}

.article-prose > *:last-child {
  margin-bottom: 0;
}

.article-prose p,
.article-prose li {
  color: rgba(34, 35, 36, 0.78);
  font-size: 1rem;
  line-height: 1.88;
}

.article-prose h2,
.article-prose h3,
.article-prose h4 {
  margin: 2rem 0 0.9rem;
  color: var(--accent-deep);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.article-prose h2 {
  font-size: 1.7rem;
}

.article-prose h3 {
  font-size: 1.35rem;
}

.article-prose a {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-prose ul,
.article-prose ol {
  padding-left: 1.35rem;
}

.article-prose blockquote {
  margin: 1.6rem 0;
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--accent);
  border-radius: 0 22px 22px 0;
  background: rgba(211, 223, 212, 0.28);
}

.article-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero,
  .article-hero {
    padding-top: 6.2rem;
  }
}

.auth-page,
.account-page {
  padding-top: 6.6rem;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: center;
}

.auth-copy-shell,
.auth-form-shell,
.account-dashboard-shell,
.account-um-shell {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.auth-copy-shell {
  display: grid;
  gap: 1rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  min-height: 100%;
  align-content: center;
}

.auth-copy-shell h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.auth-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.4rem;
}

.auth-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.34);
  color: var(--accent-deep);
  font-size: 0.83rem;
  font-weight: 500;
}

.auth-form-shell {
  padding: clamp(1.5rem, 2.8vw, 2.2rem);
}

.auth-form-shell .um,
.account-um-shell .um {
  width: 100% !important;
  max-width: none !important;
}

.auth-form-shell .um form,
.account-um-shell .um form {
  width: 100% !important;
}

.auth-form-shell .um .um-form,
.account-um-shell .um .um-form {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.auth-form-shell .um .um-field,
.account-um-shell .um .um-field {
  margin-bottom: 1rem !important;
}

.auth-form-shell .um .um-field-label,
.account-um-shell .um .um-field-label {
  margin-bottom: 0.45rem !important;
}

.auth-form-shell .um input[type="text"],
.auth-form-shell .um input[type="password"],
.auth-form-shell .um input[type="email"],
.account-um-shell .um input[type="text"],
.account-um-shell .um input[type="password"],
.account-um-shell .um input[type="email"],
.account-um-shell .um textarea,
.account-um-shell .um select {
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 14px !important;
  background: #f4f6f4 !important;
  box-shadow: none !important;
  padding: 14px !important;
  min-height: 52px !important;
}

.auth-form-shell .um input:focus,
.account-um-shell .um input:focus,
.account-um-shell .um textarea:focus,
.account-um-shell .um select:focus {
  border-color: rgba(62, 90, 65, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(62, 90, 65, 0.14) !important;
}

.auth-form-shell .um .um-button,
.auth-form-shell .um input[type="submit"],
.account-um-shell .um .um-button,
.account-um-shell .um input[type="submit"] {
  min-height: 52px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

.auth-shortcode-placeholder {
  display: grid;
  gap: 0.6rem;
  padding: 1.2rem;
  border: 1px dashed rgba(65, 93, 67, 0.28);
  border-radius: 24px;
  background: rgba(211, 223, 212, 0.16);
}

.auth-shortcode-placeholder strong {
  font-size: 0.95rem;
}

.auth-shortcode-placeholder p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.auth-switch-row {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(34, 35, 36, 0.08);
}

.auth-switch-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.account-layout {
  display: grid;
  gap: 1.8rem;
}

.account-app-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(16px);
}

.account-sidebar-shell {
  display: grid;
  gap: 1.2rem;
  align-content: start;
  padding: 1.1rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 248, 245, 0.98));
}

.account-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.account-sidebar-logo {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(65, 93, 67, 0.18), rgba(211, 223, 212, 0.92));
  color: var(--accent-deep);
  font-size: 1.25rem;
  font-weight: 700;
}

.account-sidebar-brand strong,
.account-summary-profile strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.account-sidebar-brand span,
.account-summary-profile span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.account-sidebar-nav {
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(233, 237, 244, 0.58);
}

.account-sidebar-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.9rem;
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.account-sidebar-nav a.is-active,
.account-sidebar-nav a:hover {
  background: #fff;
  color: var(--accent-deep);
  box-shadow: 0 10px 22px rgba(0, 29, 74, 0.08);
}

.account-sidebar-note {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(211, 223, 212, 0.38));
}

.account-sidebar-note strong {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.account-sidebar-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.account-main-shell {
  display: grid;
  gap: 1rem;
}

.account-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 0.8rem 0.25rem 0;
}

.account-dashboard-intro {
  display: grid;
  gap: 0.9rem;
  max-width: 48rem;
}

.account-dashboard-intro h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.08em;
}

.account-topbar-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.account-topbar-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(0, 29, 74, 0.06);
  color: var(--text);
  font-size: 0.83rem;
}

.account-center-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1rem;
  align-items: start;
}

.account-center-main {
  display: grid;
  gap: 1rem;
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.account-stat-card,
.account-panel {
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(248, 251, 248, 0.95);
  box-shadow: 0 14px 34px rgba(0, 29, 74, 0.08);
}

.account-stat-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(211, 223, 212, 0.48);
  color: var(--accent);
  font-size: 1.1rem;
}

.account-stat-label {
  display: block;
  margin-top: 0.9rem;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-stat-card strong {
  display: block;
  margin-top: 0.85rem;
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.account-stat-card p,
.account-panel p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.94rem;
}

.account-feature-panel {
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-md);
}

.account-feature-copy {
  display: grid;
  gap: 0.85rem;
  max-width: 42rem;
}

.account-feature-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.account-feature-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.account-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.account-feature-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.3);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 500;
}

.account-activity-preview {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0.9rem;
}

.account-preview-screen {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 220px;
}

.account-preview-screen-primary {
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(211, 223, 212, 0.52), transparent 44%),
    linear-gradient(180deg, rgba(250, 251, 248, 0.98), rgba(243, 247, 243, 0.98));
}

.account-preview-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(65, 93, 67, 0.16);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
}

.account-preview-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 0.8rem;
  height: calc(100% - 3rem);
  padding-top: 1.2rem;
}

.account-preview-bars span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(65, 93, 67, 0.3), rgba(65, 93, 67, 0.96));
}

.account-preview-screen-secondary {
  display: grid;
  place-items: center;
  background: #090b10;
}

.account-preview-ring {
  position: relative;
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #090b10 54%, transparent 55%),
    conic-gradient(#d8f25f 0 32%, #8f72ff 32% 62%, #ff9150 62% 86%, rgba(255,255,255,0.12) 86% 100%);
}

.account-preview-ring::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #090b10;
}

.account-preview-ring span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.account-summary-shell {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 32px;
  background: #090b10;
  color: #fff;
  box-shadow: 0 22px 46px rgba(0, 9, 22, 0.24);
}

.account-summary-profile {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  text-align: center;
}

.account-summary-avatar {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.85), rgba(255,255,255,0.26) 48%, transparent 49%),
    conic-gradient(#d8f25f 0 68%, rgba(255,255,255,0.12) 68% 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.account-summary-card,
.account-flow-card {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.account-summary-head h2,
.account-flow-card h3,
.account-panel h2 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.account-summary-head span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.76rem;
}

.account-summary-ring {
  display: grid;
  place-items: center;
  margin: 1.1rem auto 0;
  width: 176px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #090b10 57%, transparent 58%),
    conic-gradient(#d8f25f 0 24%, #8f72ff 24% 54%, #ff9150 54% 82%, rgba(255,255,255,0.08) 82% 100%);
}

.account-summary-ring-inner {
  width: 124px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #090b10;
  text-align: center;
}

.account-summary-ring-inner small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.account-summary-ring-inner strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.account-summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.account-summary-stats div {
  display: grid;
  gap: 0.35rem;
}

.account-summary-stats span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.74rem;
}

.account-summary-stats strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.account-flow-card h3 {
  color: #fff;
}

.account-flow-bars {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 0.35rem;
  height: 86px;
  margin-top: 1rem;
}

.account-flow-bars span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.9));
}

.account-flow-times {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
}

.account-lower-panels {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
}

.account-chart {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 0.7rem;
  margin-top: 1.2rem;
  min-height: 200px;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(211, 223, 212, 0.22), rgba(255, 255, 255, 0.7));
}

.account-chart span {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(65, 93, 67, 0.28), rgba(65, 93, 67, 0.92));
}

.account-insights {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.account-insights li {
  line-height: 1.7;
}

.account-um-shell {
  padding: clamp(1.2rem, 2vw, 1.6rem);
}

.account-um-shell .um,
.account-um-shell .um-account {
  width: 100% !important;
  max-width: none !important;
}

.account-um-shell .um input[type="submit"],
.account-um-shell .um-button {
  border-radius: 999px !important;
  background: var(--accent) !important;
  color: #fff !important;
  border: 1px solid var(--accent) !important;
  box-shadow: none !important;
}

.account-um-shell .um a.um-link,
.auth-form-shell .um a.um-link {
  color: var(--accent-deep) !important;
}

.account-um-shell .um-field-label,
.auth-form-shell .um-field-label {
  font-weight: 600 !important;
}

@media (max-width: 1024px) {
  .auth-layout,
  .account-center-grid,
  .account-lower-panels {
    grid-template-columns: 1fr;
  }

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

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

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

  .account-topbar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .account-topbar-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .auth-page,
  .account-page {
    padding-top: 6rem;
  }

  .account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .account-activity-preview,
  .account-summary-stats {
    grid-template-columns: 1fr;
  }
}

/* Account dashboard v2 */
.account-page-v2 {
  padding-top: 6.6rem;
}

.account-page-v2 .account-app-shell-v2 {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(18px);
}

.account-page-v2 .account-sidebar-shell-v2 {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 248, 0.98));
}

.account-page-v2 .account-sidebar-logo {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(211, 223, 212, 0.92), rgba(65, 93, 67, 0.24));
}

.account-page-v2 .account-sidebar-logo img {
  width: 20px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  transform: translateX(1px);
}

.account-page-v2 .account-sidebar-nav-v2 {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(233, 237, 244, 0.62);
}

.account-page-v2 .account-sidebar-nav-v2 button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.account-page-v2 .account-sidebar-nav-v2 button.is-active,
.account-page-v2 .account-sidebar-nav-v2 button:hover {
  color: var(--accent-deep);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 29, 74, 0.06);
}

.account-page-v2 .account-sidebar-note-v2 {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(211, 223, 212, 0.34));
}

.account-page-v2 .account-sidebar-note-v2 strong {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.account-page-v2 .account-main-shell-v2 {
  display: grid;
  gap: 18px;
}

.account-page-v2 .account-dashboard-grid-shell,
.account-page-v2 .account-um-shell-v2 {
  display: none;
}

.account-page-v2 .account-dashboard-grid-shell.is-active,
.account-page-v2 .account-um-shell-v2.is-active {
  display: grid;
}

.account-page-v2 .account-dashboard-grid-shell {
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 18px;
  align-items: start;
}

.account-page-v2 .account-content-shell {
  display: grid;
  gap: 18px;
}

.account-page-v2 .account-dashboard-intro {
  display: grid;
  gap: 12px;
  padding: 8px 8px 0;
}

.account-page-v2 .account-dashboard-intro h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.09em;
  text-wrap: balance;
}

.account-page-v2 .account-dashboard-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.account-page-v2 .account-stat-card,
.account-page-v2 .account-feature-panel-v2 {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
}

.account-page-v2 .account-stat-card {
  padding: 22px;
}

.account-page-v2 .account-stat-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 1.12rem;
}

.account-page-v2 .account-stat-icon.heart {
  background: rgba(255, 145, 80, 0.16);
  color: #ff9150;
}

.account-page-v2 .account-stat-icon.moon {
  background: rgba(88, 167, 255, 0.14);
  color: #58a7ff;
}

.account-page-v2 .account-stat-icon.wave {
  background: rgba(143, 114, 255, 0.12);
  color: #8f72ff;
}

.account-page-v2 .account-stat-label {
  display: block;
  margin-top: 14px;
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-v2 .account-stat-card strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.account-page-v2 .account-stat-card p,
.account-page-v2 .account-feature-copy p,
.account-page-v2 .account-account-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

.account-page-v2 .account-feature-panel-v2 {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.account-page-v2 .account-feature-copy {
  display: grid;
  gap: 10px;
  max-width: 42rem;
}

.account-page-v2 .account-feature-copy h2,
.account-page-v2 .account-account-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.account-page-v2 .account-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-page-v2 .account-feature-tags span,
.account-page-v2 .account-preview-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(211, 223, 212, 0.34);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 500;
}

.account-page-v2 .account-activity-preview-v2 {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

.account-page-v2 .account-preview-side {
  display: grid;
  gap: 14px;
}

.account-page-v2 .account-preview-screen {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 29, 74, 0.06);
}

.account-page-v2 .account-preview-screen-primary {
  min-height: 284px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14)),
    url("./assets/original-4640427a79558b3c638369e74a6a4b29.webp") center/cover no-repeat;
}

.account-page-v2 .account-preview-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
}

.account-page-v2 .account-preview-play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  cursor: pointer;
}

.account-page-v2 .account-preview-screen-bars {
  min-height: 134px;
  background: linear-gradient(180deg, rgba(248, 251, 248, 0.98), rgba(243, 247, 243, 0.98));
  padding: 18px;
}

.account-page-v2 .account-preview-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  height: 100%;
}

.account-page-v2 .account-preview-bars span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(65, 93, 67, 0.26), rgba(65, 93, 67, 0.92));
}

.account-page-v2 .account-preview-screen-secondary {
  min-height: 136px;
  display: grid;
  place-items: center;
  background: #090b10;
}

.account-page-v2 .account-preview-ring {
  width: 118px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #090b10 56%, transparent 57%),
    conic-gradient(#d8f25f 0 26%, #8f72ff 26% 59%, #ff9150 59% 84%, rgba(255,255,255,0.08) 84% 100%);
}

.account-page-v2 .account-preview-ring-inner {
  width: 82px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #090b10;
  text-align: center;
}

.account-page-v2 .account-preview-ring-inner small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-v2 .account-preview-ring-inner strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.account-page-v2 .account-summary-shell-v2 {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 32px;
  background: #090b10;
  color: #fff;
  box-shadow: 0 22px 46px rgba(0, 9, 22, 0.24);
}

.account-page-v2 .account-summary-profile {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.account-page-v2 .account-summary-avatar {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.84), rgba(255,255,255,0.24) 48%, transparent 49%),
    conic-gradient(#d8f25f 0 68%, rgba(255,255,255,0.12) 68% 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.account-page-v2 .account-summary-profile span {
  color: rgba(255, 255, 255, 0.68);
}

.account-page-v2 .account-summary-card,
.account-page-v2 .account-flow-card {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-page-v2 .account-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.account-page-v2 .account-summary-head h2,
.account-page-v2 .account-flow-card h3 {
  margin: 0;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
}

.account-page-v2 .account-summary-head span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

.account-page-v2 .account-summary-ring {
  display: grid;
  place-items: center;
  width: 182px;
  aspect-ratio: 1;
  margin: 18px auto 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #090b10 58%, transparent 59%),
    conic-gradient(#d8f25f 0 22%, #8f72ff 22% 56%, #ff9150 56% 82%, rgba(255,255,255,0.08) 82% 100%);
}

.account-page-v2 .account-summary-ring-inner {
  width: 126px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #090b10;
  text-align: center;
}

.account-page-v2 .account-summary-ring-inner small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.account-page-v2 .account-summary-ring-inner strong {
  display: block;
  margin-top: 6px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #fff;
}

.account-page-v2 .account-summary-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.account-page-v2 .account-summary-stats div {
  display: grid;
  gap: 4px;
}

.account-page-v2 .account-summary-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
}

.account-page-v2 .account-summary-stats strong {
  font-size: 1.04rem;
  line-height: 1.08;
  color: #fff;
}

.account-page-v2 .account-flow-bars {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 5px;
  height: 88px;
  margin-top: 16px;
}

.account-page-v2 .account-flow-bars span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.92));
}

.account-page-v2 .account-flow-times {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.account-page-v2 .account-um-shell-v2 {
  gap: 18px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
}

.account-page-v2 .account-account-head {
  display: grid;
  gap: 10px;
  max-width: 46rem;
}

.account-page-v2 .account-um-shell-v2 .um,
.account-page-v2 .account-um-shell-v2 .um-account {
  width: 100% !important;
  max-width: none !important;
}

.account-page-v2 .account-um-shell-v2 .um input[type="submit"],
.account-page-v2 .account-um-shell-v2 .um-button {
  border-radius: 999px !important;
  background: var(--accent) !important;
  color: #fff !important;
  border: 1px solid var(--accent) !important;
}

.account-page-v2 .account-um-shell-v2 .um a.um-link {
  color: var(--accent-deep) !important;
}

@media (max-width: 1200px) {
  .account-page-v2 .account-dashboard-grid-shell {
    grid-template-columns: 1fr;
  }

  .account-page-v2 .account-summary-shell-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .account-page-v2 .account-summary-profile {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .account-page-v2 .account-app-shell-v2 {
    grid-template-columns: 1fr;
  }

  .account-page-v2 .account-activity-preview-v2 {
    grid-template-columns: 1fr;
  }

  .account-page-v2 .account-dashboard-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-page-v2 .account-summary-shell-v2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .account-page-v2 .account-app-shell-v2 {
    padding: 12px;
    border-radius: 26px;
  }

  .account-page-v2 .account-dashboard-grid-v2,
  .account-page-v2 .account-summary-stats {
    grid-template-columns: 1fr;
  }

  .account-page-v2 .account-dashboard-intro h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }
}

