:root {
  --ink: #0c1220;
  --muted: #647084;
  --soft: #f3f5f8;
  --panel: #ffffff;
  --line: #dfe4eb;
  --blue: #1769ff;
  --blue-dark: #0d43aa;
  --green: #087f5b;
  --lime: #ccff00;
  --navy: #07111f;
  --warm: #f4e9d2;
  --shadow: 0 24px 70px rgba(16, 31, 54, .1);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 7%, rgba(23, 105, 255, .08), transparent 23rem),
    linear-gradient(180deg, #fff 0, #f7f8fb 45rem, #fff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body,
button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  color: inherit;
}

.commerce-topbar {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 5vw, 72px);
  padding: 7px 20px;
  color: #d8e2f0;
  background: var(--navy);
  font-size: .75rem;
  font-weight: 700;
}

.commerce-topbar a {
  color: var(--lime);
}

.commerce-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(214, 220, 230, .78);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(20px);
}

.commerce-nav {
  display: grid;
  max-width: 1280px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 24px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.commerce-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.commerce-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), #09265a);
  box-shadow: 0 9px 24px rgba(23, 105, 255, .22);
  font-weight: 900;
}

.commerce-brand > span:last-child {
  display: grid;
  line-height: 1;
}

.commerce-brand strong {
  font-size: .95rem;
  letter-spacing: .08em;
}

.commerce-brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .7rem;
}

.commerce-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.commerce-menu a {
  color: #333d4f;
  font-size: .84rem;
  font-weight: 750;
}

.commerce-menu a:hover,
.commerce-menu a:focus-visible {
  color: var(--blue);
}

.commerce-nav-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.commerce-search-trigger,
.commerce-nav-whatsapp {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  background: #fff;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 800;
}

.commerce-search-trigger span {
  font-size: 1.25rem;
  line-height: .8;
}

.commerce-nav-whatsapp {
  border-color: #0c8f66;
  color: #fff;
  background: #0c8f66;
}

.commerce-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}

.commerce-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.catalog-search-dialog {
  width: min(760px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 40px));
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .28);
}

.catalog-search-dialog::backdrop {
  background: rgba(5, 13, 25, .74);
  backdrop-filter: blur(7px);
}

.catalog-search-shell {
  padding: 24px;
}

.catalog-search-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.catalog-search-heading div {
  display: grid;
}

.catalog-search-heading span {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.catalog-search-heading strong {
  margin-top: 3px;
  font-size: 1.35rem;
}

.catalog-search-heading button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--soft);
  cursor: pointer;
  font-size: 1.4rem;
}

.catalog-search-field {
  display: grid;
  margin-top: 20px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  padding: 0 16px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.catalog-search-field span {
  font-size: 1.5rem;
}

.catalog-search-field input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
}

.catalog-search-results {
  display: grid;
  max-height: 500px;
  margin-top: 14px;
  overflow: auto;
  gap: 8px;
}

.search-result-link {
  display: grid;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 13px;
}

.search-result-link:hover {
  border-color: rgba(23, 105, 255, .45);
  background: #f7faff;
}

.search-result-visual {
  display: grid;
  width: 50px;
  height: 50px;
  overflow: hidden;
  place-items: center;
  border-radius: 13px;
  color: var(--blue);
  background: #edf3ff;
  font-weight: 900;
}

.search-result-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-copy {
  display: grid;
  min-width: 0;
}

.search-result-copy strong,
.search-result-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result-copy small {
  margin-top: 4px;
  color: var(--muted);
}

.search-result-price {
  text-align: right;
  font-size: .8rem;
  font-weight: 850;
}

.search-empty {
  padding: 28px 12px;
  color: var(--muted);
  text-align: center;
}

.commerce-breadcrumbs {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px 0;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}

.commerce-breadcrumbs i {
  opacity: .5;
  font-style: normal;
}

.commerce-breadcrumbs span {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-hero {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(36px, 7vw, 82px) 24px clamp(70px, 9vw, 120px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
}

.product-hero-media {
  position: sticky;
  top: 125px;
  min-width: 0;
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-main-image {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(209, 216, 226, .9);
  border-radius: 38px;
  background:
    radial-gradient(circle at 72% 20%, rgba(23, 105, 255, .18), transparent 16rem),
    linear-gradient(145deg, #f1f4f8, #fff);
  box-shadow: var(--shadow);
}

.product-main-image::after {
  position: absolute;
  inset: auto 22px 22px auto;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(6, 15, 28, .76);
  backdrop-filter: blur(8px);
  content: "FORMEX product image";
  font-size: .68rem;
  font-weight: 800;
}

.product-main-image img {
  width: 100%;
  height: 580px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-thumbnails button {
  height: 92px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 17px;
  padding: 0;
  background: #f0f3f7;
  cursor: pointer;
}

.product-thumbnails button.is-active {
  border-color: var(--blue);
}

.product-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-artwork-placeholder {
  display: grid;
  min-height: 610px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: 50px;
  background:
    radial-gradient(circle at 75% 18%, rgba(23, 105, 255, .25), transparent 16rem),
    radial-gradient(circle at 20% 85%, rgba(204, 255, 0, .32), transparent 14rem),
    #f4f6fa;
  box-shadow: var(--shadow);
  text-align: center;
}

.product-artwork-placeholder > span {
  border-radius: 999px;
  padding: 7px 13px;
  color: var(--blue-dark);
  background: #dfe9ff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.product-artwork-placeholder > strong {
  max-width: 420px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.product-artwork-placeholder > small {
  color: var(--muted);
  font-weight: 600;
}

.device-silhouette {
  position: relative;
  width: 220px;
  height: 390px;
  border: 9px solid #111827;
  border-radius: 42px;
  background: linear-gradient(155deg, #1769ff, #b5d0ff 55%, #ccff00);
  box-shadow: 0 34px 55px rgba(13, 32, 62, .22);
}

.device-silhouette::after {
  position: absolute;
  width: 80px;
  height: 16px;
  top: 10px;
  left: 50%;
  border-radius: 999px;
  background: #111827;
  content: "";
  transform: translateX(-50%);
}

.device-silhouette i {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 22px;
  left: 22px;
  border: 5px solid #9ca3af;
  border-radius: 50%;
  background: #05070c;
}

.device-silhouette i:nth-child(2) {
  left: 78px;
}

.device-silhouette i:nth-child(3) {
  top: 78px;
}

.commerce-eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-hero h1,
.category-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.065em;
}

.product-lead,
.category-hero > div > p:not(.commerce-eyebrow) {
  max-width: 670px;
  margin: 22px 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.hero-fact-row {
  display: grid;
  margin: 25px 0;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.hero-fact-row span {
  display: grid;
  min-width: 0;
  padding: 15px 10px;
  color: var(--muted);
  font-size: .72rem;
}

.hero-fact-row span + span {
  border-left: 1px solid var(--line);
}

.hero-fact-row strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.purchase-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 4vw, 30px);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 60px rgba(19, 35, 62, .09);
}

.availability-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
}

.availability-line span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b886;
  box-shadow: 0 0 0 5px rgba(18, 184, 134, .12);
}

.purchase-label {
  margin: 21px 0 9px;
  font-size: .76rem;
  font-weight: 850;
}

.selector-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selector-pills button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 9px 14px;
  background: #fff;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 850;
}

.selector-pills button.is-active {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(23, 105, 255, .18);
}

.selection-grid {
  display: grid;
  margin-top: 15px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.selection-grid label,
.mini-calculator label {
  display: grid;
  gap: 7px;
}

.selection-grid label span,
.mini-calculator label > span {
  font-size: .72rem;
  font-weight: 800;
}

.selection-grid select,
.mini-calculator select,
.money-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

.buying-facts {
  display: grid;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.buying-facts span {
  display: grid;
  min-width: 0;
  padding: 11px 9px;
  color: var(--muted);
  font-size: .62rem;
}

.buying-facts span + span {
  border-left: 1px solid var(--line);
}

.buying-facts b {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: .62rem;
}

.price-display {
  display: grid;
  margin-top: 20px;
  border-radius: 20px;
  padding: 17px;
  background: var(--soft);
}

.price-display > span {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 750;
}

.price-display strong {
  margin: 3px 0;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  letter-spacing: -.04em;
}

.price-display small {
  color: var(--muted);
  font-size: .69rem;
}

.purchase-actions {
  display: grid;
  margin-top: 13px;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.purchase-actions .commerce-button-ghost {
  grid-column: 1 / -1;
}

.commerce-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 11px 18px;
  text-align: center;
  font-size: .82rem;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease;
}

.commerce-button:hover {
  transform: translateY(-2px);
}

.commerce-button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 22px rgba(23, 105, 255, .2);
}

.commerce-button-dark {
  color: #fff;
  background: var(--ink);
}

.commerce-button-light {
  color: var(--ink);
  background: #fff;
}

.commerce-button-ghost {
  border-color: var(--line);
  background: #fff;
}

.purchase-safety {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .67rem;
}

.commerce-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 105px) 24px;
}

.compact-section {
  padding-block: 0 clamp(60px, 8vw, 100px);
}

.section-heading-row {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading-row h2,
.details-copy > h2,
.calculator-copy h2,
.swap-card h2,
.community-card h2,
.delivery-section h2,
.faq-section h2,
.seo-copy h2,
.content-only-cta h2,
.catalogue-toolbar h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.section-heading-row > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

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

.variant-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(13, 28, 52, .06);
}

.variant-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 750;
}

.variant-card-top span:first-child {
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--blue);
  background: #edf3ff;
  font-weight: 900;
}

.variant-card h3 {
  margin: 22px 0 5px;
  font-size: 1.25rem;
}

.variant-price {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 900;
}

.variant-card ul {
  min-height: 90px;
  margin: 18px 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: .76rem;
}

.variant-card button {
  width: 100%;
  min-height: 43px;
  border: 1px solid var(--ink);
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}

.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.payment-card {
  position: relative;
  display: flex;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: clamp(28px, 5vw, 50px);
  flex-direction: column;
}

.payment-card-outright {
  background:
    radial-gradient(circle at 100% 0, rgba(23, 105, 255, .16), transparent 18rem),
    #fff;
}

.payment-card-easy {
  color: #fff;
  border-color: #13233a;
  background:
    radial-gradient(circle at 90% 8%, rgba(204, 255, 0, .23), transparent 14rem),
    linear-gradient(145deg, #07111f, #132c52);
}

.payment-card-easy .commerce-eyebrow {
  color: var(--lime);
}

.payment-number {
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: .09;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

.payment-card h3 {
  max-width: 500px;
  margin: 9px 0 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.payment-card > p:not(.commerce-eyebrow),
.payment-card li {
  max-width: 530px;
  color: var(--muted);
}

.payment-card-easy li {
  color: #c7d2e1;
}

.payment-card > div:last-child {
  display: grid;
  margin-top: auto;
  gap: 14px;
}

.text-link {
  color: var(--blue);
  font-size: .82rem;
  font-weight: 850;
}

.text-link-light {
  color: var(--lime);
}

.trust-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  grid-template-columns: repeat(6, 1fr);
  box-shadow: 0 16px 44px rgba(17, 33, 57, .06);
}

.trust-strip article {
  display: grid;
  min-width: 0;
  padding: 20px 14px;
  text-align: center;
}

.trust-strip article + article {
  border-left: 1px solid var(--line);
}

.trust-strip span {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0 auto 11px;
  place-items: center;
  border-radius: 12px;
  color: var(--blue-dark);
  background: #eaf1ff;
  font-size: .72rem;
  font-weight: 900;
}

.trust-strip strong {
  font-size: .75rem;
}

.trust-strip small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .63rem;
}

.details-section,
.calculator-section,
.delivery-section,
.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  align-items: start;
  gap: clamp(30px, 6vw, 80px);
}

.details-copy > p:not(.commerce-eyebrow),
.calculator-copy > p,
.delivery-section > div:first-child > p:not(.commerce-eyebrow),
.seo-copy > p:last-of-type,
.content-only-cta p {
  color: var(--muted);
}

.spec-grid {
  display: grid;
  margin-top: 36px;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.spec-grid article {
  display: grid;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #fff;
}

.spec-grid span {
  color: var(--blue);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.spec-grid strong {
  align-self: end;
  font-size: .88rem;
}

.condition-panel {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(23, 105, 255, .4), transparent 17rem),
    var(--navy);
}

.condition-panel .commerce-eyebrow {
  color: var(--lime);
}

.condition-panel article {
  display: grid;
  padding: 22px 0;
  grid-template-columns: 38px 1fr;
  gap: 15px;
}

.condition-panel article + article {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.condition-panel article > span {
  color: var(--lime);
  font-size: .7rem;
  font-weight: 900;
}

.condition-panel h3 {
  margin: 0;
}

.condition-panel p {
  margin-bottom: 0;
  color: #aebbd0;
  font-size: .8rem;
}

.calculator-section {
  align-items: center;
  border-radius: 38px;
  padding-inline: clamp(24px, 5vw, 62px);
  background: linear-gradient(135deg, #edf3ff, #fff 48%, #f0f8d8);
}

.calculator-copy ul {
  padding-left: 20px;
  color: #344157;
}

.mini-calculator {
  display: grid;
  border: 1px solid rgba(180, 192, 210, .7);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 32px);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  gap: 15px;
}

.money-input {
  display: grid;
  padding: 0 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
}

.money-input input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
}

.calculator-results {
  display: grid;
  gap: 8px;
}

.calculator-results article {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 13px;
  padding: 10px 13px;
  background: var(--soft);
}

.calculator-results span {
  color: var(--muted);
  font-size: .7rem;
}

.calculator-results strong {
  text-align: right;
  font-size: .8rem;
}

.mini-calculator > small {
  color: var(--muted);
  font-size: .66rem;
  text-align: center;
}

.split-conversion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.split-conversion > article {
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 50px);
}

.swap-card {
  border: 1px solid var(--line);
  background: #fff;
}

.community-card {
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(204, 255, 0, .25), transparent 14rem),
    linear-gradient(145deg, #07553f, #063d31);
}

.community-card .commerce-eyebrow {
  color: var(--lime);
}

.conversion-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 45px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.community-card .conversion-icon {
  color: #123b2f;
  background: var(--lime);
}

.split-conversion p:not(.commerce-eyebrow) {
  color: var(--muted);
}

.community-card p:not(.commerce-eyebrow) {
  color: #b9d5cc;
}

.split-conversion .commerce-button {
  margin-top: 20px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.related-grid a {
  display: grid;
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease;
}

.related-grid a:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
}

.related-grid span {
  color: var(--blue);
  font-size: .62rem;
  font-weight: 850;
}

.related-grid strong {
  align-self: end;
  line-height: 1.15;
}

.related-grid small {
  margin-top: 6px;
  color: var(--muted);
  font-size: .62rem;
}

.accessory-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.accessory-grid article {
  min-height: 205px;
  border: 1px solid var(--line);
  border-radius: 21px;
  padding: 18px;
  background: #fff;
}

.accessory-grid span,
.delivery-grid > article > span,
.content-only-grid > article > span {
  color: var(--blue);
  font-size: .65rem;
  font-weight: 900;
}

.accessory-grid h3 {
  margin-top: 50px;
  font-size: 1rem;
}

.accessory-grid p {
  color: var(--muted);
  font-size: .72rem;
}

.delivery-section {
  border-block: 1px solid var(--line);
}

.delivery-grid {
  display: grid;
  gap: 10px;
}

.delivery-grid article {
  display: grid;
  border-radius: 22px;
  padding: 20px;
  background: var(--soft);
  grid-template-columns: 32px 1fr;
  column-gap: 12px;
}

.delivery-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.delivery-grid p {
  margin-bottom: 0;
  grid-column: 2;
  color: var(--muted);
  font-size: .76rem;
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  font-size: .9rem;
  font-weight: 800;
}

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

.faq-list summary span {
  font-size: 1.3rem;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .82rem;
}

.seo-copy {
  max-width: 980px;
  text-align: center;
}

.seo-copy > p:last-of-type {
  max-width: 800px;
  margin: 22px auto;
}

.seo-variant-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.seo-variant-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: #41506a;
  background: #fff;
  font-size: .7rem;
  font-weight: 700;
}

.commerce-footer {
  display: grid;
  margin-top: 70px;
  padding: clamp(50px, 7vw, 80px) max(24px, calc((100% - 1232px) / 2));
  color: #d2dbea;
  background: var(--navy);
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 42px;
}

.commerce-brand-footer strong {
  color: #fff;
}

.commerce-brand-footer small {
  color: #96a6bd;
}

.footer-intro > p {
  max-width: 360px;
  color: #96a6bd;
  font-size: .8rem;
}

.footer-intro .commerce-button {
  width: fit-content;
  margin-top: 12px;
}

.commerce-footer > div:not(.footer-intro),
.commerce-footer address {
  display: grid;
  align-content: start;
  gap: 11px;
  font-style: normal;
  font-size: .75rem;
}

.commerce-footer > div > strong,
.commerce-footer address > strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: .8rem;
}

.commerce-footer > div > a,
.commerce-footer address a,
.commerce-footer address span {
  color: #9dabc0;
}

.commerce-footer a:hover {
  color: var(--lime);
}

.footer-legal {
  margin: 16px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  grid-column: 1 / -1;
  color: #718098;
  font-size: .68rem;
}

.mobile-purchase-bar {
  display: none;
}

.category-hero {
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(55px, 9vw, 125px) 24px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  align-items: end;
  gap: clamp(30px, 6vw, 80px);
}

.category-hero aside {
  border-radius: 28px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(204, 255, 0, .22), transparent 13rem),
    var(--navy);
}

.category-hero aside span {
  color: var(--lime);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.category-hero aside strong {
  display: block;
  margin: 26px 0 10px;
  font-size: 1.55rem;
  line-height: 1.05;
}

.category-hero aside p {
  margin: 0;
  color: #9caec4;
  font-size: .78rem;
}

.category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalogue-toolbar {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.catalogue-toolbar label {
  display: grid;
  width: min(360px, 100%);
  gap: 7px;
}

.catalogue-toolbar label span {
  font-size: .7rem;
  font-weight: 850;
}

.catalogue-toolbar input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 15px;
  outline: 0;
  background: #fff;
}

.catalogue-toolbar input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(23, 105, 255, .1);
}

.category-disclaimer {
  margin: -6px 0 22px;
  border-left: 4px solid #e5a30b;
  border-radius: 8px;
  padding: 12px 15px;
  color: #5f4a16;
  background: #fff8e6;
  font-size: .76rem;
}

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

.catalog-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(15, 30, 53, .06);
}

.catalog-card-media {
  display: grid;
  height: 300px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(23, 105, 255, .14), transparent 12rem),
    #f2f4f7;
}

.catalog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.catalog-card-placeholder {
  display: grid;
  width: 76%;
  height: 76%;
  place-items: center;
  border: 8px solid #111827;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(145deg, #1769ff, #94b9ff 55%, #d8ff39);
  text-align: center;
  box-shadow: 0 24px 35px rgba(13, 34, 70, .18);
}

.catalog-card-placeholder i {
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(0, 0, 0, .25);
  font-size: .65rem;
  font-style: normal;
  font-weight: 850;
}

.catalog-card-placeholder strong {
  max-width: 190px;
  line-height: 1.1;
}

.catalog-product-card > div {
  padding: 20px;
}

.catalog-brand {
  color: var(--blue);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.catalog-product-card h2 {
  margin: 8px 0;
  font-size: 1.25rem;
}

.catalog-product-card p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: .74rem;
}

.catalog-product-card > div > strong {
  font-size: .8rem;
}

.catalog-product-card > div > div {
  display: grid;
  margin-top: 18px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.catalog-product-card > div > div a {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: .72rem;
  font-weight: 800;
}

.catalog-product-card > div > div a:first-child {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.empty-catalogue {
  margin: 30px auto;
  color: var(--muted);
  text-align: center;
}

.category-paths {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.category-paths a {
  display: grid;
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  background: #fff;
}

.category-paths span {
  color: var(--blue);
  font-size: .64rem;
  font-weight: 850;
}

.category-paths strong {
  align-self: end;
  font-size: .9rem;
}

.community-banner {
  display: flex;
  border-radius: 36px;
  padding-inline: clamp(28px, 6vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(204, 255, 0, .24), transparent 17rem),
    linear-gradient(145deg, #07583f, #06372c);
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.community-banner .commerce-eyebrow {
  color: var(--lime);
}

.community-banner h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.community-banner p:not(.commerce-eyebrow) {
  max-width: 750px;
  color: #b9d4cb;
}

.community-banner .commerce-button {
  min-width: 230px;
}

.content-only-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.content-only-grid article {
  min-height: 290px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  background: #fff;
}

.content-only-grid h2 {
  margin-top: 85px;
  font-size: 1.4rem;
}

.content-only-grid p {
  color: var(--muted);
  font-size: .8rem;
}

.content-only-cta {
  display: grid;
  max-width: 850px;
  margin: 25px auto 0;
  border-radius: 30px;
  padding: clamp(28px, 5vw, 50px);
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.content-only-cta p {
  color: #a9b6c9;
}

.content-only-cta .commerce-button {
  width: fit-content;
  margin: 10px auto 0;
  color: var(--ink);
  background: var(--lime);
}

@media (max-width: 1100px) {
  .commerce-menu {
    gap: 14px;
  }

  .commerce-menu a {
    font-size: .75rem;
  }

  .product-hero {
    gap: 40px;
  }

  .product-main-image,
  .product-artwork-placeholder {
    min-height: 500px;
  }

  .product-main-image img {
    height: 500px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip article:nth-child(4) {
    border-left: 0;
  }

  .trust-strip article:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

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

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

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

  .commerce-footer address {
    grid-column: 1 / -1;
  }

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

  .category-paths {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .commerce-topbar span:nth-child(2) {
    display: none;
  }

  .commerce-nav {
    position: relative;
    grid-template-columns: 1fr auto auto;
    gap: 9px;
  }

  .commerce-menu-button {
    display: block;
    order: 2;
  }

  .commerce-nav-actions {
    order: 3;
  }

  .commerce-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: var(--shadow);
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .commerce-menu.is-open {
    display: grid;
  }

  .commerce-menu a {
    border-radius: 11px;
    padding: 11px;
  }

  .commerce-menu a:hover {
    background: var(--soft);
  }

  .commerce-nav-whatsapp {
    display: none;
  }

  .product-hero,
  .category-hero {
    grid-template-columns: 1fr;
  }

  .product-hero-media {
    position: static;
  }

  .product-hero-copy {
    order: -1;
  }

  .product-main-image,
  .product-artwork-placeholder {
    min-height: 560px;
  }

  .product-main-image img {
    height: 560px;
  }

  .details-section,
  .calculator-section,
  .delivery-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .variant-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .payment-grid,
  .split-conversion {
    grid-template-columns: 1fr;
  }

  .payment-card {
    min-height: 470px;
  }

  .community-banner {
    display: grid;
  }

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

  .footer-intro,
  .commerce-footer address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 74px;
  }

  .commerce-topbar {
    min-height: 32px;
    justify-content: space-between;
    padding-inline: 14px;
    font-size: .63rem;
  }

  .commerce-header {
    top: 0;
  }

  .commerce-nav {
    min-height: 68px;
    padding-inline: 14px;
  }

  .commerce-brand-mark {
    width: 37px;
    height: 37px;
    border-radius: 11px;
  }

  .commerce-brand strong {
    font-size: .8rem;
  }

  .commerce-brand small {
    font-size: .6rem;
  }

  .commerce-search-trigger {
    width: 43px;
    min-height: 43px;
    border-radius: 13px;
    padding: 0;
    font-size: 0;
  }

  .commerce-search-trigger span {
    font-size: 1.4rem;
  }

  .commerce-menu-button {
    width: 43px;
    height: 43px;
  }

  .commerce-breadcrumbs {
    padding-inline: 16px;
  }

  .product-hero,
  .category-hero {
    padding: 34px 16px 65px;
  }

  .product-hero h1,
  .category-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
  }

  .product-lead {
    margin-block: 17px;
  }

  .hero-fact-row {
    margin-block: 20px;
  }

  .hero-fact-row span {
    padding: 12px 6px;
    font-size: .61rem;
  }

  .hero-fact-row strong {
    font-size: .62rem;
  }

  .purchase-panel {
    border-radius: 22px;
    padding: 17px;
  }

  .selection-grid,
  .purchase-actions {
    grid-template-columns: 1fr;
  }

  .buying-facts {
    grid-template-columns: 1fr;
  }

  .buying-facts span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .purchase-actions .commerce-button-ghost {
    grid-column: auto;
  }

  .product-main-image,
  .product-artwork-placeholder {
    min-height: 420px;
    border-radius: 27px;
  }

  .product-main-image img {
    height: 420px;
  }

  .product-artwork-placeholder {
    padding: 28px;
  }

  .device-silhouette {
    width: 160px;
    height: 290px;
    border-radius: 32px;
  }

  .device-silhouette i {
    width: 35px;
    height: 35px;
  }

  .device-silhouette i:nth-child(2) {
    left: 65px;
  }

  .device-silhouette i:nth-child(3) {
    top: 65px;
  }

  .product-thumbnails button {
    height: 75px;
  }

  .commerce-section {
    padding: 55px 16px;
  }

  .compact-section {
    padding-block: 0 60px;
  }

  .section-heading-row,
  .catalogue-toolbar {
    display: grid;
    align-items: start;
    gap: 13px;
  }

  .section-heading-row h2,
  .details-copy > h2,
  .calculator-copy h2,
  .swap-card h2,
  .community-card h2,
  .delivery-section h2,
  .faq-section h2,
  .seo-copy h2,
  .content-only-cta h2,
  .catalogue-toolbar h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .variant-card-grid,
  .spec-grid,
  .catalogue-grid,
  .content-only-grid {
    grid-template-columns: 1fr;
  }

  .variant-card ul {
    min-height: 0;
  }

  .payment-card,
  .split-conversion > article {
    min-height: auto;
    border-radius: 25px;
    padding: 28px 22px;
  }

  .payment-card > div:last-child {
    margin-top: 50px;
  }

  .conversion-icon {
    margin-bottom: 55px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip article:nth-child(3),
  .trust-strip article:nth-child(5) {
    border-left: 0;
  }

  .trust-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .trust-strip article:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .calculator-section {
    border-radius: 0;
  }

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

  .related-grid a {
    min-height: 145px;
  }

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

  .accessory-grid article {
    min-height: 180px;
  }

  .delivery-grid article {
    padding: 17px;
  }

  .commerce-footer {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 50px 20px 100px;
    gap: 30px;
  }

  .footer-intro,
  .commerce-footer address {
    grid-column: auto;
  }

  .mobile-purchase-bar {
    position: fixed;
    z-index: 50;
    right: 9px;
    bottom: 9px;
    left: 9px;
    display: grid;
    min-height: 62px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 19px;
    padding: 5px;
    color: #fff;
    background: rgba(7, 17, 31, .96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-purchase-bar a {
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: .64rem;
    font-weight: 800;
  }

  .mobile-purchase-bar a:nth-child(2) {
    color: var(--ink);
    background: var(--lime);
  }

  .mobile-purchase-bar span {
    font-size: .78rem;
    font-weight: 900;
  }

  .category-paths {
    grid-template-columns: 1fr 1fr;
  }

  .community-banner {
    margin-inline: 16px;
    border-radius: 27px;
    padding-inline: 25px;
  }

  .community-banner .commerce-button {
    min-width: 0;
  }

  .catalog-card-media {
    height: 280px;
  }

  .catalog-search-shell {
    padding: 18px;
  }

  .catalog-search-heading strong {
    font-size: 1.05rem;
  }

  .search-result-link {
    grid-template-columns: 45px 1fr;
  }

  .search-result-price {
    display: none;
  }
}

@media (max-width: 410px) {
  .commerce-brand > span:last-child {
    display: none;
  }

  .hero-fact-row {
    grid-template-columns: 1fr;
  }

  .hero-fact-row span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .related-grid,
  .accessory-grid,
  .category-paths {
    grid-template-columns: 1fr;
  }

  .accessory-grid h3 {
    margin-top: 35px;
  }
}
