/* PulseiraCare — PT-PT (2026 · full visual refresh) */
:root {
  --ink: #1e1b4b;
  --ink-soft: #312e81;
  --ink-muted: #57534e;
  --surface: #fffefb;
  --surface-2: #f5f0e8;
  --surface-3: #e7e0d5;
  --brand: #ea580c;
  --brand-dark: #9a3412;
  --brand-wash: #fff7ed;
  --accent: #4338ca;
  --accent-soft: #eef2ff;
  --deal: #c2410c;
  --success: #15803d;
  --ring: rgba(234, 88, 12, 0.35);
  --shadow: 8px 8px 0 rgba(30, 27, 75, 0.08);
  --shadow-lg: 16px 16px 0 rgba(30, 27, 75, 0.1);
  --radius: 4px;
  --radius-sm: 3px;
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Sora", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.page-theme--home .hero {
  background:
    linear-gradient(135deg, transparent 0%, rgba(67, 56, 202, 0.06) 50%, transparent 100%),
    linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
}

.page-theme--home .hero::before {
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(234, 88, 12, 0.12) 0%, transparent 70%);
}

.page-theme--checkout .page-hero {
  background: linear-gradient(185deg, var(--accent-soft) 0%, var(--surface-2) 65%);
  border-bottom: 2px solid var(--surface-3);
}

.page-theme--contact .page-hero {
  background: linear-gradient(180deg, #fef3c7 0%, var(--surface-2) 100%);
  border-bottom: 2px solid #fcd34d;
}

.page-theme--privacy .page-hero {
  background: linear-gradient(180deg, #f0fdf4 0%, var(--surface-2) 100%);
}

.page-theme--terms .page-hero {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}

.page-theme--privacy .prose,
.page-theme--terms .prose,
.page-theme--contact .prose {
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--surface) 45%);
  border-left: 4px solid var(--accent);
}

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

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--surface-2);
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 899px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}

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

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s var(--ease);
  font-weight: 600;
}

a:hover {
  color: var(--brand-dark);
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.container--narrow {
  width: min(640px, 92vw);
}

.container--prose {
  width: min(700px, 92vw);
}

.ad-disclosure {
  margin: 0;
  padding: 0.55rem 1rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--ink-muted);
  background: var(--ink);
  color: #d6d3d1;
  text-align: center;
  border-bottom: 2px solid var(--brand);
}

.ad-disclosure__label {
  display: inline-block;
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-right: 0.5rem;
}

.promo-strip {
  background: var(--ink);
  color: #e7e5e4;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  padding: 0.65rem 1rem;
  letter-spacing: 0.04em;
  border-bottom: 3px solid var(--brand);
}

.promo-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.promo-strip strong {
  color: #fff;
}

.promo-strip .badge-deal {
  background: var(--brand);
  color: #fff;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--surface);
  border-bottom: 3px solid var(--ink);
  box-shadow: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--brand) 0%, var(--accent) 100%);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.1rem;
  flex-wrap: wrap;
}

.nav-main a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nav-main a:hover {
  color: var(--brand);
}

.nav-main a[aria-current="page"] {
  color: var(--ink);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 2px;
}

.header-price {
  display: none;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: var(--font-display);
  color: var(--deal);
}

@media (min-width: 720px) {
  .header-price {
    display: block;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--radius);
  border: 2px solid var(--ink);
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.btn--primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
  color: #fff;
}

.btn--ghost {
  background: var(--surface);
  color: var(--ink);
}

.btn--ghost:hover {
  background: var(--brand-wash);
  color: var(--brand-dark);
  transform: translate(-1px, -1px);
}

.btn--small {
  padding: 0.45rem 0.95rem;
  font-size: 0.75rem;
}

.btn--block {
  width: 100%;
}

.hero {
  position: relative;
  padding: 2rem 0 3rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -20%;
  width: 55%;
  height: 85%;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero__grid {
    grid-template-columns: 1fr 1.02fr;
    gap: 3rem;
  }
}

.eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.65rem;
  background: var(--accent-soft);
  border: 1px solid #c7d2fe;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 1rem;
}

.hero__sub {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  max-width: 42ch;
  font-size: 1.02rem;
}

.price-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1.15rem 1.25rem;
  background: var(--surface);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-hero__pvp {
  font-size: 1.2rem;
  color: #a8a29e;
  text-decoration: line-through;
  font-weight: 600;
}

.price-hero__sale {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--deal);
  line-height: 1;
}

.price-hero__unit {
  font-size: 0.9rem;
  color: var(--ink-muted);
  font-weight: 600;
}

.discount-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.35rem;
  width: 100%;
}

.pill-save {
  display: inline-flex;
  align-items: center;
  background: var(--brand-wash);
  color: var(--deal);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-sm);
  border: 1px solid #fed7aa;
}

.pill-iva {
  font-size: 0.72rem;
  color: var(--ink-muted);
  font-weight: 600;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero__cod {
  font-size: 0.88rem;
  color: var(--ink-muted);
  margin: 0 0 1rem;
  max-width: 44ch;
}

.trust-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  font-size: 0.78rem;
  color: var(--ink-muted);
}

.trust-icon {
  color: var(--success);
  font-weight: 800;
  margin-right: 0.2rem;
}

.benefit-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 560px) {
  .benefit-bar {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-bar span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
  padding: 0.55rem 0.5rem;
  background: var(--surface);
  border: 2px solid var(--surface-3);
  border-radius: var(--radius-sm);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.headlines-strip {
  position: relative;
  z-index: 2;
  padding: 0;
  background: var(--surface-2);
  border-bottom: 3px solid var(--ink);
}

.headlines-strip__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  padding: 0;
}

.lead-headline {
  margin: 0;
  padding: 1rem 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.8vw, 1.4rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  border-left: 6px solid var(--brand);
  border-bottom: 1px solid var(--surface-3);
}

.lead-headline--primary {
  color: var(--ink);
  background: #fef9c3;
  border-left-color: var(--ink);
}

.lead-headline--accent {
  color: var(--surface);
  background: var(--accent);
  border-left-color: #fbbf24;
}

@media (min-width: 640px) {
  .lead-headline {
    padding: 1.15rem 1.5rem;
  }
}

.product-panel {
  position: relative;
}

.product-badge-float {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--ink);
  color: #fef08a;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 2px solid var(--brand);
  box-shadow: 4px 4px 0 rgba(234, 88, 12, 0.4);
  max-width: 11rem;
  line-height: 1.25;
}

.gallery-main {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 1;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s var(--ease);
}

@keyframes gallery-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.008);
  }
}

.gallery-main img {
  animation: gallery-breathe 10s ease-in-out infinite;
}

.gallery-main.is-switching img {
  opacity: 0.88;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.gallery-thumb {
  border: 2px solid var(--surface-3);
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: var(--surface);
  aspect-ratio: 1;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.gallery-thumb.is-active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px var(--brand);
}

.gallery-caption {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-muted);
  text-align: left;
  font-style: italic;
  padding-left: 0.25rem;
  border-left: 3px solid var(--surface-3);
}

.section {
  padding: 3.25rem 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.6rem;
}

.section-header.center {
  text-align: center;
  margin-bottom: 2rem;
}

.section-lead {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1rem;
  max-width: 52ch;
}

.section-header.center .section-lead {
  margin-inline: auto;
}

.problem-solution {
  background: var(--surface);
  border-block: 3px solid var(--ink);
}

.ps-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 880px) {
  .ps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.ps-copy p {
  margin: 0 0 1rem;
}

.ps-copy .muted {
  font-size: 0.94rem;
  color: #78716c;
}

.ps-card {
  background: var(--surface);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

.ps-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.ps-card__intro {
  margin: 0 0 1rem;
  color: var(--ink-muted);
}

.feature-list {
  margin: 0;
  padding-left: 1.15rem;
}

.feature-list li {
  margin-bottom: 0.6rem;
}

.tech-features {
  background: repeating-linear-gradient(
    -12deg,
    var(--surface-2),
    var(--surface-2) 12px,
    #ebe4d8 12px,
    #ebe4d8 24px
  );
}

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

@media (min-width: 600px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tech-card {
  background: var(--surface);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 1.35rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.tech-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-lg);
}

.tech-card__icon {
  width: 44px;
  height: 44px;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.tech-card__icon svg {
  width: 100%;
  height: 100%;
}

.tech-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.tech-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-muted);
}

.benefits {
  background: var(--surface);
}

.benefits-grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-pill {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1rem;
  background: var(--surface-2);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.88rem;
  border: 2px dashed var(--surface-3);
  transition: border-color 0.2s, background 0.2s;
}

.benefit-pill:hover {
  border-style: solid;
  border-color: var(--brand);
  background: var(--brand-wash);
}

.benefit-pill__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  flex-shrink: 0;
  border: 2px solid var(--ink);
}

.image-strip {
  padding: 0;
}

.image-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .image-strip__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 260px;
  }
}

.image-strip__cell {
  min-height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.image-strip__caption {
  padding: 1.1rem 1.25rem;
  background: var(--ink);
  color: #d6d3d1;
  font-size: 0.86rem;
  text-align: left;
  font-family: var(--font-display);
  border-top: 3px solid var(--brand);
}

.image-strip--compact .image-strip__grid {
  gap: 1rem;
  padding: 1.25rem 1rem 0;
  max-width: min(880px, 94vw);
  margin-inline: auto;
}

@media (min-width: 768px) {
  .image-strip--compact .image-strip__grid {
    min-height: 0;
    padding: 1.5rem 1.25rem 0;
  }
}

.image-strip--compact .image-strip__cell {
  min-height: 0;
  height: clamp(130px, 26vw, 200px);
  max-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--surface-2);
  background-position: center;
  border-radius: var(--radius);
  border: 2px solid var(--ink);
}

.reviews {
  background: linear-gradient(180deg, #faf5ff 0%, var(--surface) 100%);
}

.reviews-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.review-card {
  margin: 0;
  padding: 1.45rem;
  background: var(--surface);
  border: 2px solid var(--surface-3);
  border-radius: var(--radius);
  box-shadow: none;
}

.stars {
  color: var(--brand);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}

.stars__fill {
  letter-spacing: inherit;
}

.star-dim {
  opacity: 0.35;
}

.review-card__text {
  margin: 0 0 0.8rem;
  font-style: normal;
  font-size: 0.9rem;
}

.review-card__name {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
}

.review-card__loc {
  font-size: 0.78rem;
  color: #a8a29e;
}

.how-to {
  background: var(--surface);
  border-block: 2px solid var(--surface-3);
}

.how-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 880px) {
  .how-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.how-img {
  border-radius: var(--radius);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-lg);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.how-lead {
  margin-bottom: 1.25rem !important;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 2px dashed var(--surface-3);
}

.steps__item:last-child {
  border-bottom: none;
}

.steps__num {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fef08a;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand);
}

.steps__item div {
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.steps__item strong {
  color: var(--ink);
}

.order-section {
  background: linear-gradient(160deg, var(--brand-wash) 0%, var(--surface-2) 55%);
  padding-bottom: 4rem;
}

.order-head {
  text-align: center;
  margin-bottom: 2rem;
}

.order-head .section-title {
  margin-bottom: 0.35rem;
}

.checkout-shell {
  display: grid;
  gap: 1.5rem;
  max-width: 920px;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .checkout-shell {
    grid-template-columns: 1fr 1.15fr;
    align-items: start;
    gap: 2rem;
    max-width: 100%;
  }
}

.checkout-card {
  background: var(--surface);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.checkout-card--sticky {
  position: sticky;
  top: 92px;
}

.checkout-card__title {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-muted);
  margin: 0 0 1rem;
}

.order-line {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 2px dashed var(--surface-3);
  margin-bottom: 1rem;
}

.order-line__img {
  width: 88px;
  height: 88px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--ink);
}

.order-line__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-line__meta h3 {
  font-family: var(--font-display);
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.order-line__meta p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
}

.pricing-rows {
  font-size: 0.9rem;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
  color: var(--ink-muted);
}

.pricing-row--discount {
  color: var(--deal);
  font-weight: 700;
}

.pricing-row--total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 3px solid var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ink);
}

.pricing-row--total span:last-child {
  color: var(--deal);
  font-size: 1.3rem;
  font-family: var(--font-display);
}

.strikethrough {
  text-decoration: line-through;
  color: #a8a29e;
}

.order-form__heading {
  font-family: var(--font-display);
  margin: 0 0 0.25rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.order-form__sub {
  margin: 0 0 1.25rem;
  font-size: 0.88rem;
  color: var(--ink-muted);
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-section-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-muted);
  margin: 0.5rem 0 0;
}

.field__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.field__input {
  width: 100%;
  padding: 0.75rem 0.95rem;
  font-family: inherit;
  font-size: 1rem;
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  background: var(--surface);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.field__input:hover {
  background: var(--surface-2);
}

.field__input:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--surface);
  box-shadow: 0 0 0 3px var(--ring);
}

.field--invalid .field__input {
  border-color: #b91c1c;
  background: #fff7ed;
}

.field__error {
  display: block;
  font-size: 0.76rem;
  color: #991b1b;
  margin-top: 0.35rem;
  font-weight: 600;
  line-height: 1.35;
}

.field__error[hidden] {
  display: none !important;
}

.checkbox-field.field--invalid {
  outline: none;
}

.checkbox-field .field__error--checkbox {
  flex-basis: 100%;
  margin-left: 1.85rem;
  margin-top: 0.35rem;
}

.field-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 560px) {
  .field-row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--surface-2);
}

.qty-btn {
  width: 44px;
  height: 46px;
  border: none;
  background: var(--surface);
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.2s;
}

.qty-btn:hover {
  background: var(--brand-wash);
}

.qty-input {
  width: 52px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  font-weight: 800;
  font-family: inherit;
}

.cod-panel {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #e7e5e4;
  font-size: 0.85rem;
  line-height: 1.55;
  border: 2px solid var(--brand);
}

.cod-panel strong {
  display: block;
  color: #fef08a;
  font-size: 0.92rem;
  margin-bottom: 0.35rem;
}

.trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.78rem;
  color: var(--ink-muted);
  margin-top: 0.25rem;
}

.trust-inline span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.checkbox-field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.checkbox-field input {
  margin-top: 0.2rem;
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}

.form-note {
  margin: 0;
  font-size: 0.72rem;
  color: #78716c;
  text-align: center;
  line-height: 1.5;
}

.faq-section {
  background: var(--surface);
  padding-bottom: 4rem;
}

.faq-item {
  border: 2px solid var(--ink);
  border-radius: var(--radius-sm);
  margin-bottom: 0.55rem;
  background: var(--surface-2);
  overflow: hidden;
}

.faq-item[open] {
  background: var(--surface);
  box-shadow: var(--shadow);
}

.faq-item summary {
  padding: 1rem 1.1rem;
  font-family: var(--font-display);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
}

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

.faq-item summary::after {
  content: "＋";
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--brand);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item__body {
  padding: 0 1.1rem 1rem;
}

.faq-item__body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.site-footer {
  background: #0f0d1a;
  color: #a8a29e;
  padding: 3rem 0 2rem;
  font-size: 0.88rem;
  border-top: 4px solid var(--brand);
}

.site-footer a {
  color: #a5b4fc;
}

.site-footer a:hover {
  color: #fde68a;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr 1.15fr;
  }
}

.footer-brand-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.footer-brand-link:hover .logo-text {
  color: #fde68a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-brand .logo-text {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fafaf9;
}

.footer-tag {
  margin: 0.6rem 0 0;
  line-height: 1.5;
  max-width: 30ch;
}

.footer-heading {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #78716c;
  margin: 0 0 0.85rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.4rem;
}

.footer-contact p {
  margin: 0 0 0.45rem;
}

.footer-hours {
  font-size: 0.82rem;
  color: #78716c;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-ad-note {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #a8a29e;
  max-width: 85ch;
}

.footer-ad-note strong {
  color: #d6d3d1;
  font-weight: 700;
}

.footer-disclaimer {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #78716c;
  max-width: 85ch;
}

.footer-email-footer {
  margin: 0 0 0.85rem;
  font-size: 0.84rem;
}

.footer-email-footer a {
  color: #fde68a;
  font-weight: 600;
}

.footer-email-footer a:hover {
  color: #fff;
}

.footer-copy {
  margin: 0;
  font-size: 0.76rem;
  color: #57534e;
}

.page-hero {
  padding: 2.5rem 0 2rem;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border-bottom: 2px solid var(--ink);
}

.page-theme--checkout .section[style*="padding-top:0"] {
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--surface-2) 55%) !important;
}

.page-hero h1 {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.page-hero p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.94rem;
}

.prose {
  padding: 2.5rem 0 4rem;
  background: var(--surface);
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--ink);
}

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

.prose p,
.prose li {
  color: var(--ink-muted);
  font-size: 0.97rem;
}

.prose ul {
  padding-left: 1.2rem;
}

.prose a {
  font-weight: 600;
}

.breadcrumb {
  font-size: 0.78rem;
  color: var(--ink-muted);
  margin-bottom: 0.75rem;
}

.breadcrumb a {
  color: var(--accent);
}

.section-animate {
  opacity: 0;
  transform: translateY(20px);
}

.section-animate.is-visible {
  animation: section-reveal 0.65s var(--ease) forwards;
}

.hero.section-animate.is-visible {
  animation: none;
  opacity: 1;
  transform: none;
}

@keyframes section-reveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up-soft {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anim-on-load {
  opacity: 0;
  animation: fade-up-soft 0.75s var(--ease) forwards;
}

.anim-on-load--delay {
  animation-delay: 0.15s;
}

.hero__copy.anim-on-load {
  animation-duration: 0.85s;
}

.product-panel.anim-on-load {
  animation-duration: 0.85s;
}

.tech-grid .tech-card {
  opacity: 0;
}

.section-animate.is-visible .tech-grid .tech-card {
  animation: fade-up-soft 0.55s var(--ease) forwards;
}

.section-animate.is-visible .tech-grid .tech-card:nth-child(1) {
  animation-delay: 0.04s;
}
.section-animate.is-visible .tech-grid .tech-card:nth-child(2) {
  animation-delay: 0.1s;
}
.section-animate.is-visible .tech-grid .tech-card:nth-child(3) {
  animation-delay: 0.16s;
}
.section-animate.is-visible .tech-grid .tech-card:nth-child(4) {
  animation-delay: 0.22s;
}
.section-animate.is-visible .tech-grid .tech-card:nth-child(5) {
  animation-delay: 0.28s;
}
.section-animate.is-visible .tech-grid .tech-card:nth-child(6) {
  animation-delay: 0.34s;
}

.stagger-children > * {
  opacity: 0;
}

.section-animate.is-visible .stagger-children > * {
  animation: fade-up-soft 0.5s var(--ease) forwards;
}

.section-animate.is-visible .stagger-children > *:nth-child(1) {
  animation-delay: 0.04s;
}
.section-animate.is-visible .stagger-children > *:nth-child(2) {
  animation-delay: 0.1s;
}
.section-animate.is-visible .stagger-children > *:nth-child(3) {
  animation-delay: 0.16s;
}
.section-animate.is-visible .stagger-children > *:nth-child(4) {
  animation-delay: 0.22s;
}
.section-animate.is-visible .stagger-children > *:nth-child(5) {
  animation-delay: 0.28s;
}
.section-animate.is-visible .stagger-children > *:nth-child(6) {
  animation-delay: 0.34s;
}

.reviews-grid .review-card {
  opacity: 0;
}

.section-animate.is-visible .reviews-grid .review-card {
  animation: fade-up-soft 0.55s var(--ease) forwards;
}

.section-animate.is-visible .reviews-grid .review-card:nth-child(1) {
  animation-delay: 0.05s;
}
.section-animate.is-visible .reviews-grid .review-card:nth-child(2) {
  animation-delay: 0.12s;
}
.section-animate.is-visible .reviews-grid .review-card:nth-child(3) {
  animation-delay: 0.19s;
}
.section-animate.is-visible .reviews-grid .review-card:nth-child(4) {
  animation-delay: 0.26s;
}

section[id],
.prose {
  scroll-margin-top: 100px;
}

.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: var(--ink);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-sm);
  border: 2px solid var(--brand);
  box-shadow: var(--shadow-lg);
  z-index: 1000;
  font-size: 0.88rem;
  max-width: min(440px, 92vw);
  text-align: center;
  transition: transform 0.35s var(--ease), opacity 0.35s;
  opacity: 0;
}

.toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast[hidden] {
  display: block;
  visibility: hidden;
}

.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  background: var(--surface);
  border-top: 3px solid var(--ink);
  box-shadow: 0 -8px 0 rgba(30, 27, 75, 0.06);
}

@media (min-width: 900px) {
  .mobile-cta-bar {
    display: none;
  }
}

.mobile-cta-bar__price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--deal);
}

.mobile-cta-bar__pvp {
  font-size: 0.72rem;
  color: #a8a29e;
  text-decoration: line-through;
}

.mobile-cta-bar .btn {
  flex: 1;
  max-width: 200px;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
}
