:root {
  --bg: #fcf9f8;
  --panel: #ffffff;
  --ink: #1c1b1b;
  --muted: #737685;
  --line: #e5e2e1;
  --primary: #0052cc;
  --primary-dark: #003d9b;
  --accent: #006e28;
  --accent-soft: #edf8f0;
  --success: #006e28;
  --logo-orange: #f3a304;
  --logo-orange-text: #f3a304;
  --logo-orange-soft: #fff5dc;
  --shadow: 0 12px 36px rgba(0, 61, 155, 0.11);
  --radius: 12px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

.page-skeleton,
.ajax-page-skeleton {
  position: fixed;
  top: 76px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 39;
  overflow-y: auto;
  background: var(--bg);
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease, visibility 0s .18s;
}
.page-loaded .page-skeleton { pointer-events: none; opacity: 0; visibility: hidden; }
.ajax-page-skeleton.is-leaving { pointer-events: none; opacity: 0; visibility: hidden; }
.ajax-skeleton-visible { overflow: hidden; }
.auth-body .page-skeleton,
.auth-body .ajax-page-skeleton { top: 0; z-index: 200; }
.skeleton-shell { min-height: 100%; }
.skeleton-header { display: flex; align-items: center; gap: 20px; height: 76px; padding: 10px max(16px, calc((100% - 1280px) / 2)); border-bottom: 1px solid #ece9e8; background: #fff; }
.skeleton-block { display: block; overflow: hidden; border-radius: 9px; background: #e8e7e7; }
.skeleton-block::after { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent); animation: skeleton-shimmer 1.15s infinite; content: ""; transform: translateX(-100%); }
.skeleton-logo { flex: 0 0 46px; width: 46px; height: 46px; }
.skeleton-search { flex: 1; max-width: 520px; height: 42px; }
.skeleton-header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.skeleton-pill { width: 105px; height: 36px; border-radius: 999px; }
.skeleton-circle { width: 36px; height: 36px; border-radius: 50%; }
.skeleton-main { max-width: 1180px; margin: 0 auto; padding: 42px 20px 110px; }
.skeleton-page-heading { display: grid; gap: 13px; margin-bottom: 28px; }
.skeleton-eyebrow { width: 92px; height: 11px; }
.skeleton-title { width: min(680px, 82%); height: 48px; }
.skeleton-title.medium { width: min(420px, 70%); }
.skeleton-copy { width: min(560px, 72%); height: 16px; }
.skeleton-copy.short { width: min(360px, 52%); }
.skeleton-line { width: 72%; height: 11px; }
.skeleton-line.long { width: 88%; }
.skeleton-line.medium { width: 62%; }
.skeleton-line.short { width: 40%; }
.skeleton-square { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px; }
.skeleton-avatar { flex: 0 0 62px; width: 62px; height: 62px; border-radius: 50%; }
.skeleton-action { width: 100%; height: 38px; }
.skeleton-heading-button { width: 170px; height: 46px; }
.skeleton-row-value { width: 82px; height: 25px; border-radius: 999px; }
.skeleton-list-copy { display: grid; flex: 1; gap: 8px; min-width: 0; }
.skeleton-bottom-nav { display: none; }

/* Catalogue */
.skeleton-catalog-search { display: grid; grid-template-columns: 1fr 52px; gap: 10px; margin-bottom: 18px; }
.skeleton-catalog-search .skeleton-block { height: 50px; }
.skeleton-results-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.skeleton-results-head .skeleton-block:first-child { width: 120px; height: 24px; }
.skeleton-results-head .skeleton-block:last-child { width: 340px; height: 16px; }
.skeleton-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.skeleton-product-card { display: grid; gap: 11px; padding: 11px; border: 1px solid #eeeceb; border-radius: 14px; background: #fff; }
.skeleton-product-media { aspect-ratio: 1.45; }

/* Product detail */
.skeleton-detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; margin-bottom: 28px; }
.skeleton-detail-media { min-height: 440px; border-radius: 18px; }
.skeleton-detail-copy { display: grid; align-content: center; gap: 16px; }
.skeleton-detail-title { width: 92%; height: 92px; }
.skeleton-price { width: 180px; height: 34px; }
.skeleton-detail-button { width: 100%; height: 48px; }
.skeleton-detail-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.skeleton-detail-tabs article { display: grid; gap: 13px; min-height: 170px; padding: 18px; border: 1px solid #eeeceb; border-radius: 14px; background: #fff; }

/* Orders and list pages */
.skeleton-heading-with-action { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.skeleton-heading-with-action > div { display: grid; flex: 1; gap: 13px; }
.skeleton-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.skeleton-stat-grid article { display: grid; grid-template-columns: auto 1fr; gap: 8px 13px; min-height: 88px; padding: 16px; border: 1px solid #eeeceb; border-radius: 17px; background: #fff; }
.skeleton-stat-number { width: 48px; height: 25px; }
.skeleton-list-card,
.skeleton-profile-menu,
.skeleton-profile-form,
.skeleton-form-card,
.skeleton-summary-card { overflow: hidden; border: 1px solid #eeeceb; border-radius: 18px; background: #fff; }
.skeleton-card-heading { display: flex; align-items: center; gap: 12px; padding: 17px; border-bottom: 1px solid #eeeceb; }
.skeleton-list-row { display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 14px 17px; border-bottom: 1px solid #eeeceb; }
.skeleton-list-row:last-child { border-bottom: 0; }
.skeleton-download-list { display: grid; gap: 10px; }
.skeleton-download-list > div { display: flex; align-items: center; gap: 13px; min-height: 74px; padding: 13px; border: 1px solid #eeeceb; border-radius: 13px; background: #fff; }

/* Profile */
.skeleton-profile-identity { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding: 18px; border: 1px solid #eeeceb; border-radius: 18px; background: #fff; }
.skeleton-profile-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 20px; }
.skeleton-profile-form { display: grid; gap: 20px; padding: 22px; }
.skeleton-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.skeleton-field { width: 100%; height: 48px; }

/* Collections and editorial pages */
.skeleton-content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.skeleton-content-grid article { display: grid; gap: 12px; padding: 11px; border: 1px solid #eeeceb; border-radius: 14px; background: #fff; }
.skeleton-content-media { aspect-ratio: 1.5; }
.skeleton-article { display: grid; gap: 16px; max-width: 860px; margin: 0 auto; }
.skeleton-article-title { width: 92%; height: 82px; }
.skeleton-article-media { width: 100%; height: 330px; margin: 10px 0; }
.skeleton-article-line { width: 100%; height: 12px; }
.skeleton-article-line:nth-last-child(2n) { width: 82%; }

/* Forms, checkout, authentication and status */
.skeleton-checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 20px; align-items: start; }
.skeleton-form-card,
.skeleton-summary-card { display: grid; gap: 15px; padding: 20px; }
.skeleton-summary-card > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eeeceb; }
.page-skeleton[data-skeleton-variant="auth"] .skeleton-header { justify-content: space-between; }
.page-skeleton[data-skeleton-variant="auth"] .skeleton-search { display: none; }
.page-skeleton[data-skeleton-variant="auth"] .skeleton-pill { width: 120px; }
.skeleton-auth-panel { display: grid; justify-items: center; gap: 15px; width: min(100%, 500px); margin: 18px auto 0; padding: 32px; border: 1px solid #eeeceb; border-radius: 20px; background: #fff; }
.skeleton-auth-icon { width: 60px; height: 60px; border-radius: 18px; }
.skeleton-auth-title { width: 70%; height: 38px; }
.skeleton-auth-panel .skeleton-field,
.skeleton-auth-panel .skeleton-detail-button { width: 100%; }
.skeleton-auth-socials { display: flex; gap: 16px; }
.skeleton-status-card { display: grid; justify-items: center; gap: 16px; max-width: 760px; margin: 40px auto; padding: 44px; border: 1px solid #eeeceb; border-radius: 20px; background: #fff; }
.skeleton-status-icon { width: 66px; height: 66px; border-radius: 50%; }
.skeleton-status-title { width: 68%; height: 58px; }
.skeleton-generic-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.skeleton-generic-panels article { display: grid; gap: 15px; min-height: 250px; padding: 20px; border: 1px solid #eeeceb; border-radius: 16px; background: #fff; }

@keyframes skeleton-shimmer { to { transform: translateX(100%); } }

@media (max-width: 700px) {
  .skeleton-header { gap: 10px; padding: 10px 16px; }
  .skeleton-logo { flex-basis: 42px; width: 42px; height: 42px; }
  .skeleton-search,
  .skeleton-pill { display: none; }
  .skeleton-main { padding: 28px 14px 100px; }
  .skeleton-page-heading { gap: 10px; margin-bottom: 22px; }
  .skeleton-title { width: 88%; height: 52px; }
  .skeleton-copy { width: 78%; height: 30px; }
  .skeleton-product-grid,
  .skeleton-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .skeleton-product-card,
  .skeleton-content-grid article { gap: 9px; padding: 8px; }
  .skeleton-product-media,
  .skeleton-content-media { aspect-ratio: 1.15; }
  .skeleton-results-head .skeleton-block:last-child { width: 48%; }
  .skeleton-detail-layout,
  .skeleton-checkout-layout,
  .skeleton-profile-layout { grid-template-columns: 1fr; gap: 15px; }
  .skeleton-detail-media { min-height: 300px; }
  .skeleton-detail-title { height: 65px; }
  .skeleton-detail-tabs { grid-template-columns: 1fr; }
  .skeleton-heading-with-action { align-items: stretch; flex-direction: column; }
  .skeleton-heading-button { width: 100%; }
  .skeleton-stat-grid { gap: 7px; }
  .skeleton-stat-grid article { grid-template-columns: 1fr; min-height: 112px; padding: 12px; }
  .skeleton-list-row { min-height: 70px; padding: 12px; }
  .skeleton-row-value { width: 56px; }
  .skeleton-profile-layout { display: grid; }
  .skeleton-profile-form { padding: 16px; }
  .skeleton-field-grid { grid-template-columns: 1fr; }
  .skeleton-article-title { height: 95px; }
  .skeleton-article-media { height: 230px; }
  .skeleton-auth-panel { margin-top: 0; padding: 25px 18px; }
  .skeleton-status-card { margin: 20px auto; padding: 35px 18px; }
  .skeleton-status-title { width: 88%; }
  .skeleton-generic-panels { grid-template-columns: 1fr; }
  .page-skeleton:not([data-skeleton-variant="auth"]) .skeleton-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-around; height: 72px; padding: 20px 44px; background: #f0eded; }
  .skeleton-bottom-nav .skeleton-block { width: 32px; height: 32px; border-radius: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-block::after { animation: none; }
  .page-skeleton { transition: none; }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0.65rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--accent));
  font-size: 0.85rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand strong { display: block; font-weight: 900; }
.brand small { color: var(--muted); font-weight: 700; }

.searchbar {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.searchbar input,
.filters input,
.filters select,
.checkout-form input,
.checkout-form textarea,
.auth-card input,
.lead-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  font: inherit;
  background: #fff;
}

.searchbar input { border: 0; border-radius: 0; }

.searchbar button,
.card-actions button,
.filters button,
.checkout-form button,
.auth-card button,
.lead-card button,
.buy-box button {
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  font-weight: 900;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.94rem;
  font-weight: 800;
}

.inline-form { display: inline; margin: 0; }
.link-button { border: 0; background: transparent; cursor: pointer; font: inherit; font-weight: 800; }

.cart-pill {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
}

.cart-pill span {
  display: grid;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
}

.messages {
  max-width: 1160px;
  margin: 1rem auto 0;
  padding: 0 1rem;
}

.message {
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  font-weight: 700;
}

.message.success { background: #f0fdf4; border-color: #bbf7d0; }
.message.error { background: #fef2f2; border-color: #fecaca; }
.message.warning { background: #fffbeb; border-color: #fde68a; }

.toast-region {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  width: min(380px, calc(100% - 28px));
  gap: 10px;
  pointer-events: none;
}
.action-toast {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #cce7d4;
  border-radius: 14px;
  color: #16351f;
  background: rgba(247, 255, 249, .98);
  box-shadow: 0 12px 30px rgba(15, 45, 25, .18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  animation: toast-enter .2s ease-out both;
  pointer-events: auto;
  cursor: pointer;
}
.action-toast.info { border-color: #f1d28e; color: #614505; background: rgba(255, 250, 238, .98); }
.action-toast.error { border-color: #fecaca; color: #7f1d1d; background: rgba(254, 242, 242, .98); }
.action-toast .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-size: 18px;
}
.action-toast.info .material-symbols-outlined { background: var(--logo-orange); }
.action-toast.error .material-symbols-outlined { background: #dc2626; }
.action-toast.toast-leaving { animation: toast-leave .18s ease-in both; }
@keyframes toast-enter { from { opacity: 0; transform: translateY(12px) scale(.98); } }
@keyframes toast-leave { to { opacity: 0; transform: translateY(8px) scale(.98); } }

.faq-chat {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  font-family: Inter, sans-serif;
  transition: opacity .18s ease;
}
.page-loaded .faq-chat { opacity: 1; pointer-events: auto; }
.faq-chat-launcher {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 10px 17px 10px 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 14px 34px rgba(0, 41, 102, .28);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.faq-chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(0, 41, 102, .34); }
.faq-chat-launcher .material-symbols-outlined {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: #fff;
  font-size: 19px;
}
.faq-chat-panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  width: min(390px, calc(100vw - 28px));
  height: min(620px, calc(100dvh - 120px));
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(12, 29, 61, .24);
  transform-origin: bottom right;
  animation: faq-chat-open .2s ease-out both;
}
.faq-chat-panel[hidden] { display: none; }
@keyframes faq-chat-open {
  from { opacity: 0; transform: translateY(12px) scale(.97); }
}
.faq-chat-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 14px 15px;
  color: #fff;
  background: linear-gradient(135deg, #002b68, #0759c7);
}
.faq-chat-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  color: #064daf;
  background: #fff;
}
.faq-chat-avatar .material-symbols-outlined { font-size: 22px; }
.faq-chat-header > span:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.faq-chat-header strong { overflow: hidden; font: 700 13px Montserrat, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.faq-chat-header small { display: flex; align-items: center; gap: 5px; color: rgba(255, 255, 255, .82); font-size: 10px; }
.faq-chat-header small i { width: 7px; height: 7px; border-radius: 50%; background: #5bed8a; box-shadow: 0 0 0 3px rgba(91, 237, 138, .18); }
.faq-chat-header button {
  display: grid;
  width: 34px;
  height: 34px;
  border: 0;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
}
.faq-chat-header button:hover { background: rgba(255, 255, 255, .2); }
.faq-chat-messages {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 16px;
  background: #f6f8fc;
  scroll-behavior: smooth;
}
.faq-chat-message {
  display: grid;
  align-self: flex-start;
  max-width: 88%;
  gap: 5px;
}
.faq-chat-message.user { align-self: flex-end; }
.faq-chat-message-label { color: #747b89; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.faq-chat-message.user .faq-chat-message-label { text-align: right; }
.faq-chat-message p {
  margin: 0;
  border: 1px solid #e1e6ef;
  border-radius: 5px 16px 16px;
  padding: 11px 12px;
  color: #273247;
  background: #fff;
  box-shadow: 0 5px 16px rgba(26, 43, 75, .06);
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-line;
}
.faq-chat-message.user p {
  border-color: #0759c7;
  border-radius: 16px 5px 16px 16px;
  color: #fff;
  background: #0759c7;
}
.faq-chat-message-meta { color: #5f6d83; font-size: 9px; font-weight: 700; }
.faq-chat-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 54px;
  height: 35px;
  border: 1px solid #e1e6ef;
  border-radius: 5px 16px 16px;
  padding: 0 12px;
  background: #fff;
}
.faq-chat-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71809a;
  animation: faq-chat-dot 1.1s ease-in-out infinite;
}
.faq-chat-typing i:nth-child(2) { animation-delay: .14s; }
.faq-chat-typing i:nth-child(3) { animation-delay: .28s; }
@keyframes faq-chat-dot {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-4px); }
}
.faq-chat-suggestions {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 13px;
  border-top: 1px solid #e9edf3;
  background: #fff;
  scrollbar-width: none;
}
.faq-chat-suggestions::-webkit-scrollbar { display: none; }
.faq-chat-suggestions:empty { display: none; }
.faq-chat-suggestions button {
  flex: 0 0 auto;
  border: 1px solid #cfd9e9;
  border-radius: 999px;
  padding: 7px 10px;
  color: #17477f;
  background: #f7faff;
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}
.faq-chat-suggestions button:hover { border-color: #75a4df; background: #eef5ff; }
.faq-chat-help {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 7px 12px 0;
  color: #6b7483;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
}
.faq-chat-help a:hover { color: var(--primary); text-decoration: underline; }
.faq-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding: 10px 12px 12px;
  background: #fff;
}
.faq-chat-form input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #d9e0eb;
  border-radius: 12px;
  padding: 0 12px;
  outline: none;
  color: #202a3d;
  background: #f9fafc;
  font-size: 12px;
}
.faq-chat-form input:focus { border-color: #4d89d5; box-shadow: 0 0 0 3px rgba(7, 89, 199, .1); }
.faq-chat-form button {
  display: grid;
  width: 42px;
  height: 42px;
  border: 0;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--primary);
  cursor: pointer;
}
.faq-chat-form button:disabled { opacity: .55; cursor: wait; }
.faq-chat-form .material-symbols-outlined { font-size: 19px; }

@media (max-width: 719px) {
  .toast-region { right: 14px; bottom: 88px; }
  .faq-chat { right: 12px; bottom: 88px; }
  .faq-chat-launcher { min-height: 48px; padding-right: 14px; }
  .faq-chat-panel {
    position: fixed;
    right: 10px;
    bottom: 82px;
    left: 10px;
    width: auto;
    height: min(650px, calc(100dvh - 168px));
    border-radius: 20px;
    transform-origin: bottom center;
  }
  .faq-chat-visible { overflow: hidden; }
}

main { min-height: 60vh; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.promo-band h2,
.proof-copy h2,
.lead-card h2,
.detail-copy h1,
.article-page h1,
.success-card h1 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero-copy h1 {
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.hero-copy p,
.page-hero p,
.lead,
.promo-band p,
.proof-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.hero-actions,
.trust-row,
.micro-proof,
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.25rem;
  font-weight: 900;
}

.btn.primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.btn.ghost { background: #fff; border: 1px solid var(--line); }
.btn.full { width: 100%; margin-top: 0.8rem; }

.trust-row span,
.micro-proof span,
.payment-methods span {
  padding: 0.65rem 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
}

.hero-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(145deg, #17102e, #3b1165);
  box-shadow: var(--shadow);
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
  padding: 2rem;
  color: #fff;
  opacity: 0;
  transform: translateX(18px) scale(0.98);
  transition: 0.45s ease;
}

.slide.active { opacity: 1; transform: none; }
.slide img { width: 100%; height: 300px; object-fit: contain; }
.slide h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0.25rem 0; letter-spacing: -0.04em; }
.slide p { color: #ddd6fe; line-height: 1.7; }
.slide strong { display: block; font-size: 1.5rem; margin-bottom: 1rem; }
.slide a { display: inline-flex; padding: 0.9rem 1.1rem; background: #fff; color: var(--primary-dark); border-radius: 999px; font-weight: 900; }

.slider-dots {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.4rem;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.slider-dots button.active { width: 30px; background: #fff; }

.section,
.category-strip,
.promo-band,
.proof-section,
.lead-card,
.page-hero,
.catalog-layout,
.checkout-layout,
.payment-page,
.account-grid,
.article-page,
.success-card,
.product-detail,
.detail-tabs,
.download-list.wide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.5rem clamp(1rem, 4vw, 2rem);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.section-heading h2,
.page-hero h1,
.promo-band h2,
.proof-copy h2,
.lead-card h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.section-heading a { color: var(--primary); font-weight: 900; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card,
.category-card,
.horizontal-card,
.blog-card,
.summary-card,
.checkout-form,
.auth-card,
.panel,
.detail-tabs article,
.success-card,
.article-page {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-favorite-toggle,
.product-favorite-login {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  margin: 0;
}
.favorite-button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #e1e5ed;
  border-radius: 50%;
  color: #777f8e;
  background: rgba(255,255,255,.96);
  box-shadow: 0 5px 14px rgba(14,31,64,.13);
  cursor: pointer;
}
.favorite-button:hover,
.favorite-button.active { color: var(--logo-orange-text); border-color: var(--logo-orange); background: var(--logo-orange-soft); }
.favorite-button.active .material-symbols-outlined { font-variation-settings: 'FILL' 1; }
.detail-favorite-form { margin: 12px 0; }
.detail-favorite-form .btn,
.detail-favorite-link { gap: 8px; }
.detail-favorite-form .btn.active { color: var(--logo-orange-text); border-color: var(--logo-orange); background: var(--logo-orange-soft); }
.detail-favorite-form .btn.active .material-symbols-outlined { font-variation-settings: 'FILL' 1; }
.favorites-empty-state { display: grid; justify-items: center; gap: 12px; text-align: center; }
.favorites-empty-state[hidden],
.product-grid[hidden] { display: none; }
.favorites-empty-state > .material-symbols-outlined { color: var(--logo-orange-text); font-size: 48px; }
.favorites-empty-state h2,
.favorites-empty-state p { margin: 0; }
.favorites-empty-state .btn { margin-top: 8px; }

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  background: linear-gradient(145deg, #f5f3ff, #fff7ed);
}

.product-media img { height: 160px; object-fit: contain; padding: 1rem; }

.ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.7rem;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.ribbon.soft { background: var(--primary); }

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

.product-meta,
.price-row,
.results-head,
.summary-card div,
.order-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.product-meta span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-reference {
  display: inline-flex;
  width: fit-content;
  padding: 0.26rem 0.5rem;
  border: 1px solid #dbe3f0;
  border-radius: 6px;
  color: var(--primary-dark);
  background: #f4f7fc;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.detail-product-reference {
  margin-top: 0.7rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.78rem;
}

.product-body h3 { margin: 0; font-size: 1.08rem; line-height: 1.25; }
.product-body p { margin: 0; color: var(--muted); line-height: 1.55; flex: 1; }
.price-row del { display: block; color: var(--muted); }
.price-row strong { font-size: 1.25rem; color: var(--primary-dark); }

.countdown {
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  background: var(--accent-soft);
  color: #9a3412;
  font-weight: 900;
}

.countdown.large { display: inline-flex; margin: 0.5rem 0; font-size: 1.05rem; }

.card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.card-actions a {
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

[data-cart-add-button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .15s ease, background .2s ease;
}
[data-cart-add-button] .material-symbols-outlined { font-size: 18px; }
[data-cart-add-button]:not(:disabled):hover { transform: translateY(-1px); }
[data-cart-add-button].is-added {
  background: linear-gradient(135deg, var(--accent), #00531c) !important;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.category-card {
  padding: 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.product-card:hover,
.horizontal-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.category-card span { font-size: 2rem; }
.category-card strong { display: block; margin: 0.6rem 0 0.35rem; }
.category-card small { color: var(--muted); line-height: 1.45; }

.promo-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 36px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #4c1d95 58%, #f97316);
}

.promo-band p { color: #ddd6fe; max-width: 720px; }

.horizontal-products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.horizontal-card {
  scroll-snap-align: start;
  padding: 1rem;
}

.horizontal-card img { width: 100%; height: 120px; object-fit: contain; }
.horizontal-card span { color: var(--muted); font-size: 0.8rem; font-weight: 800; }
.horizontal-card strong { display: block; margin: 0.5rem 0; }
.horizontal-card small { color: var(--primary); font-weight: 900; }

.proof-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1.5rem;
}

.proof-copy ul {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.6;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

blockquote {
  margin: 0;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

blockquote p { color: var(--muted); line-height: 1.65; }
blockquote cite { font-style: normal; font-weight: 900; }

.avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 999px;
  font-weight: 900;
}

.lead-card {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-card form { display: flex; gap: 0.7rem; }

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

.blog-card {
  overflow: hidden;
}

.blog-card img { width: 100%; height: 170px; object-fit: contain; background: #f8fafc; }
.blog-card span, .blog-card h3, .blog-card p { margin-left: 1rem; margin-right: 1rem; }
.blog-card span { display: block; margin-top: 1rem; color: var(--primary); font-size: 0.8rem; font-weight: 900; }
.blog-card p { color: var(--muted); line-height: 1.55; padding-bottom: 1rem; }

.page-hero.compact { padding-top: 3rem; padding-bottom: 1.5rem; }

.catalog-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.2rem;
  align-items: start;
}

.filters {
  position: sticky;
  top: 112px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.filters form {
  display: grid;
  gap: 0.8rem;
}

.filters label { font-weight: 900; font-size: 0.85rem; }
.filters a { text-align: center; color: var(--primary); font-weight: 900; }
.filter-field { display: grid; gap: 0.45rem; }
.filter-sheet-header { display: none; }
.filter-sheet-actions { display: grid; gap: 0.65rem; }
.catalog-mobile-search { display: none; }

.catalog-results .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.results-head { margin-bottom: 1rem; color: var(--muted); }
.results-head strong { color: var(--ink); }

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px dashed var(--line);
}

.product-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.detail-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(145deg, #ede9fe, #fff7ed);
  box-shadow: var(--shadow);
}

.detail-media > .ribbon { z-index: 5; }
.detail-media-viewport {
  width: 100%;
  overflow-x: auto;
  border-radius: inherit;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.detail-media-viewport::-webkit-scrollbar { display: none; }
.detail-media-viewport:focus-visible {
  outline: 3px solid rgba(0, 82, 204, .28);
  outline-offset: -5px;
}
.detail-media-track { display: flex; }
.detail-media-slide {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 520px;
  flex: 0 0 100%;
  place-items: center;
  margin: 0;
  padding: clamp(28px, 5vw, 58px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.detail-media-slide img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: contain;
}
.detail-media-controls {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 6px;
}
.detail-media-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 8px 18px rgba(0, 61, 155, .2);
  cursor: pointer;
}
.detail-media-controls button:disabled {
  color: #8290a8;
  background: rgba(255, 255, 255, .8);
  cursor: default;
}
.detail-media-controls button:focus-visible {
  outline: 3px solid rgba(0, 82, 204, .28);
  outline-offset: 2px;
}
.detail-media-controls .material-symbols-outlined { font-size: 19px; }
[dir="rtl"] .detail-media-controls {
  right: auto;
  left: 20px;
}
[dir="rtl"] .detail-media-controls .material-symbols-outlined { transform: scaleX(-1); }
.detail-media-pagination {
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 4;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}
.detail-media-pagination button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 61, 155, .25);
  cursor: pointer;
  transition: width .18s ease, background .18s ease;
}
.detail-media-pagination button.active {
  width: 22px;
  background: var(--primary-dark);
}
.detail-copy h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
.detail-price strong { display: block; font-size: 2.35rem; color: var(--primary-dark); }
.detail-price del { color: var(--muted); font-size: 1.2rem; }

.buy-box {
  display: grid;
  grid-template-columns: auto 90px 1fr;
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.buy-box input {
  width: 90px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem;
}

.detail-tabs {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.product-previews {
  width: min(100%, 1180px);
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
  padding: 0 32px;
}
.product-preview-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 22px;
}
.product-preview-heading-copy { max-width: 720px; }
.product-preview-heading-copy .eyebrow { margin-bottom: 9px; }
.product-preview-heading-copy h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.product-preview-heading-copy p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.65;
}
.product-preview-navigation {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}
.product-preview-counter {
  min-width: 64px;
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-align: center;
}
.product-preview-controls {
  display: flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid #dfe5ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 24px rgba(18, 38, 75, .08);
}
.product-preview-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--primary-dark);
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, background .18s ease, box-shadow .18s ease;
}
.product-preview-controls .material-symbols-outlined { font-size: 20px; }
.product-preview-controls button:hover:not(:disabled) {
  background: var(--store-blue-bright, var(--primary));
  box-shadow: 0 7px 16px rgba(0, 61, 155, .2);
  transform: translateY(-2px);
}
.product-preview-controls button:focus-visible {
  outline: 3px solid rgba(0, 82, 204, .25);
  outline-offset: 2px;
}
.product-preview-controls button:disabled {
  color: #7e8da8;
  background: #edf1f7;
  cursor: default;
}
[dir="rtl"] .product-preview-controls .material-symbols-outlined { transform: scaleX(-1); }
.product-preview-viewport {
  overflow-x: auto;
  border-radius: 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.product-preview-viewport::-webkit-scrollbar { display: none; }
.product-preview-viewport:focus-visible {
  outline: 3px solid rgba(0, 82, 204, .22);
  outline-offset: 5px;
}
.product-preview-track { display: flex; }
.product-preview-card {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr);
  flex: 0 0 100%;
  gap: 12px;
  min-height: 500px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #cfd9e9;
  border-radius: 24px;
  background: #eaf0f9;
  box-shadow: 0 18px 50px rgba(17, 39, 77, .12);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.product-preview-media {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 474px;
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 8%, rgba(41, 112, 224, .42), transparent 34%),
    radial-gradient(circle at 92% 90%, rgba(0, 110, 40, .24), transparent 34%),
    #071b3d;
  isolation: isolate;
}
.product-preview-media::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.product-preview-media img,
.product-preview-media video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 530px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  object-fit: contain;
}
.product-preview-media video { background: #000; }
.product-preview-media > .material-symbols-outlined {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
  font-size: 48px;
  backdrop-filter: blur(12px);
}
.product-preview-slide-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  min-width: 38px;
  height: 30px;
  padding: 0 9px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 9px;
  color: #fff;
  background: rgba(3, 18, 45, .65);
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}
[dir="rtl"] .product-preview-slide-number { right: 16px; left: auto; }
.product-preview-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgba(207, 217, 233, .86);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 82, 204, .09), transparent 36%),
    #fff;
}
.product-preview-kind {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: #eaf1ff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.product-preview-kind .material-symbols-outlined { font-size: 17px; }
.product-preview-copy h3 {
  margin: 20px 0 0;
  color: #14213a;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.13;
  letter-spacing: -.035em;
}
.product-preview-copy p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
}
.product-preview-copy-footer {
  padding-top: 20px;
  border-top: 1px solid #e4e9f1;
}
.product-preview-copy-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 8px 18px rgba(0, 61, 155, .18);
  font-size: .78rem;
  font-weight: 800;
}
.product-preview-copy-footer a:hover { background: var(--store-blue-bright, var(--primary)); }
.product-preview-copy-footer a .material-symbols-outlined { font-size: 17px; }
.product-preview-quality {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #657084;
  font-size: .72rem;
  font-weight: 700;
}
.product-preview-quality .material-symbols-outlined {
  color: var(--store-green, var(--accent));
  font-size: 18px;
  font-variation-settings: 'FILL' 1;
}
.product-preview-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 8px;
}
.product-preview-swipe-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #727c8e;
  font-size: .72rem;
  font-weight: 650;
}
.product-preview-swipe-hint .material-symbols-outlined { font-size: 18px; }
.product-preview-pagination {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 18px;
  margin: 0;
}
.product-preview-pagination button {
  width: 8px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b9c3d2;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}
.product-preview-pagination button:hover { background: #74849c; }
.product-preview-pagination button:focus-visible { outline: 3px solid rgba(0, 82, 204, .24); outline-offset: 3px; }
.product-preview-pagination button.active {
  width: 32px;
  background: var(--primary-dark);
}

.detail-tabs article { padding: 1.2rem; }
.detail-tabs p, .detail-tabs li { color: var(--muted); line-height: 1.7; }
.version-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.version-list span { padding: 0.5rem 0.7rem; background: #f8fafc; border-radius: 999px; font-weight: 800; }

.checkout-layout,
.payment-page,
.account-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 1.2rem;
  align-items: start;
}

.cart-lines { display: grid; gap: 0.8rem; }
.cart-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.cart-line:hover { border-color: #d3d9e8; box-shadow: 0 10px 28px rgba(28,27,27,.07); }
.cart-line-media {
  display: block;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #f5f3ff, #fff7ed);
}
.cart-line-media img { display: block; width: 100%; height: 100%; padding: 8px; object-fit: contain; }
.cart-line-info { flex: 1 1 200px; min-width: 0; display: grid; gap: 2px; }
.cart-line-info strong { font-size: 15px; line-height: 1.3; }
.cart-line-info .product-reference { margin: 2px 0; font-size: 10px; }
.cart-line span { display: block; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; margin-top: 0.2rem; }
.cart-line a { color: #dc2626; font-weight: 900; }
.cart-line-total { flex: 0 0 auto; margin-left: auto; font-size: 1.08rem; color: var(--primary-dark); white-space: nowrap; }
.cart-quantity-form { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.cart-quantity-form button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d6dbe5;
  border-radius: 9px;
  color: var(--primary-dark);
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
.cart-quantity-form input {
  width: 52px;
  height: 34px;
  border: 1px solid #d6dbe5;
  border-radius: 9px;
  outline: none;
  text-align: center;
  font-weight: 800;
}
.cart-quantity-form input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,82,204,.12); }
.cart-quantity-form small { flex-basis: 100%; color: var(--muted); }
.cart-remove-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  padding: 0;
  color: #dc2626;
  background: #fff5f5;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.cart-remove-button:hover { color: #fff; background: #dc2626; transform: translateY(-1px); }
.cart-remove-button .material-symbols-outlined { font-size: 21px; }
.cart-quantity-form button:disabled,
.cart-remove-button:disabled { opacity: .55; cursor: wait; }
.summary-card [hidden],
.cart-lines [hidden] { display: none; }

.cart-empty-state {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 3rem 1.5rem;
  text-align: center;
}
.cart-empty-state > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  border-radius: 50%;
  color: var(--primary);
  background: #eef2ff;
  font-size: 30px;
}
.cart-empty-state h2 { margin: 0; }
.cart-empty-state p { margin: 0 0 6px; color: var(--muted); }

.summary-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.summary-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.summary-trust .material-symbols-outlined { color: var(--accent); font-size: 16px; }
.btn .material-symbols-outlined { font-size: 18px; margin-right: 2px; }

.summary-card,
.checkout-form,
.auth-card,
.panel {
  padding: 1.2rem;
}

.summary-card { position: sticky; top: 112px; }
.summary-card div { padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.summary-card div > span > small { display: block; margin-top: 3px; color: var(--muted); font-size: 0.68rem; font-weight: 800; }
.summary-card .total strong { font-size: 1.35rem; color: var(--primary-dark); }
.muted { color: var(--muted); line-height: 1.6; }

.checkout-form,
.auth-card form {
  display: grid;
  gap: 0.85rem;
}

.checkout-form label,
.auth-card label {
  font-weight: 900;
}

.auth-card {
  max-width: 560px;
  margin: 4rem auto;
}

.payment-page { min-height: 420px; align-items: center; }
.success-card { max-width: 860px; margin-top: 3rem; text-align: center; }
.success-card h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
.faq-hero { padding-bottom: 18px; }
.faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.faq-hero-actions .btn,
.faq-final-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
}
.faq-hero-actions .btn .material-symbols-outlined,
.faq-final-cta .btn .material-symbols-outlined { font-size: 20px; }
.faq-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
  margin-bottom: 24px;
}
.faq-overview article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(28, 27, 27, .05);
}
.faq-overview .material-symbols-outlined {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: var(--primary-dark);
  background: #edf3ff;
}
.faq-overview strong { color: var(--primary-dark); font-size: 15px; }
.faq-overview p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.faq-layout {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 34px;
}
.faq-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  min-width: 0;
}
.faq-sidebar > strong {
  color: var(--primary-dark);
  font-size: 15px;
}
.faq-sidebar nav {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fff;
}
.faq-sidebar nav a {
  padding: 9px 10px;
  border-radius: 9px;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
.faq-sidebar nav a:hover {
  color: var(--primary-dark);
  background: #edf3ff;
}
.faq-support-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #d7ecdd;
  border-radius: 12px;
  background: var(--accent-soft);
}
.faq-support-card .material-symbols-outlined { color: var(--accent); }
.faq-support-card strong { color: var(--accent); line-height: 1.3; }
.faq-support-card p { margin: 0; color: #435044; font-size: 13px; line-height: 1.55; }
.faq-support-card a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}
.faq-content {
  display: grid;
  gap: 22px;
  min-width: 0;
}
.faq-section {
  scroll-margin-top: 96px;
  display: grid;
  gap: 12px;
}
.faq-section-heading {
  display: grid;
  gap: 5px;
}
.faq-section-heading h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.12;
}
.faq-section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(28, 27, 27, .045);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 16px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--primary-dark);
  transition: transform .16s ease;
}
.faq-item[open] summary {
  border-bottom: 1px solid #edf0f5;
  color: var(--primary-dark);
  background: #f8fbff;
}
.faq-item[open] summary .material-symbols-outlined { transform: rotate(180deg); }
.faq-answer {
  padding: 0 16px 16px;
}
.faq-answer p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}
.faq-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 34px;
  padding: 22px;
  border: 1px solid #d7ecdd;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7fff9, #f7fbff);
}
.faq-final-cta h2 {
  margin: 4px 0 6px;
  color: var(--primary-dark);
}
.faq-final-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.delivery-confirmation {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.4rem auto;
  max-width: 620px;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  padding: 1rem;
  text-align: left;
  background: #f0fdf4;
}
.delivery-confirmation > .material-symbols-outlined {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--success);
  font-size: 26px;
}
.delivery-confirmation h2 { margin: 0 0 .25rem; color: var(--primary-dark); }
.delivery-confirmation p { margin: 0; color: var(--muted); line-height: 1.55; }
.delivery-main-action {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.delivery-main-action .material-symbols-outlined { font-size: 20px; }

.download-list {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0;
}

.download-list a,
.order-row {
  padding: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
}

.download-list span,
.order-row em {
  color: var(--muted);
  font-style: normal;
}
.delivery-list { text-align: left; }
.download-list a.delivery-download-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.delivery-download-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--primary-dark);
  background: #edf4ff;
}
.delivery-download-copy {
  display: grid;
  min-width: 0;
  gap: .2rem;
}
.delivery-download-copy strong,
.delivery-download-copy small,
.delivery-download-copy em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.delivery-download-copy small,
.delivery-download-copy em {
  color: var(--muted);
  font-size: .83rem;
  font-style: normal;
}
.delivery-download-card b {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  padding: .7rem .9rem;
  color: #fff;
  background: var(--primary-dark);
  font-size: .82rem;
}
.delivery-download-card b .material-symbols-outlined { font-size: 18px; }

@media (max-width: 640px) {
  .delivery-confirmation {
    align-items: flex-start;
    gap: .8rem;
    padding: .85rem;
  }
  .delivery-confirmation > .material-symbols-outlined {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 23px;
  }
  .download-list a.delivery-download-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .8rem;
  }
  .delivery-download-card b {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }
}

.account-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.panel { display: grid; gap: 0.8rem; }

.article-page {
  max-width: 860px;
  margin-top: 3rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.article-page h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); }
.article-page img { width: 100%; max-height: 360px; object-fit: contain; border-radius: 24px; background: #f8fafc; }
.article-body { color: var(--muted); line-height: 1.85; font-size: 1.05rem; }
.legal-document { max-width: 1080px; padding: clamp(1.6rem, 4vw, 3.2rem); }
.legal-document .legal-header { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.legal-document .legal-header h1 { max-width: 900px; margin-bottom: 1rem; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.05; }
.legal-document .legal-header > p:not(.legal-updated) { max-width: 900px; color: var(--muted); font-size: 1.22rem; line-height: 1.8; }
.legal-updated { color: var(--primary); font-size: .9rem; font-weight: 800; }
.legal-summary { margin: 2rem 0 2.5rem; padding: 1.4rem 1.55rem; border-left: 5px solid var(--primary); border-radius: 0 14px 14px 0; background: #f2f6ff; }
.legal-summary strong { color: var(--primary-dark); }
.legal-summary strong { font-size: 1.08rem; }
.legal-summary p { margin: .45rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.legal-document section { padding: .8rem 0; }
.legal-document section + section { margin-top: .8rem; border-top: 1px solid #f0f1f4; }
.legal-document h2 { margin: 1.4rem 0 .7rem; color: var(--primary-dark); font-size: 1.5rem; line-height: 1.3; }
.legal-document section p,
.legal-document li { color: var(--muted); font-size: 1.08rem; line-height: 1.85; }
.legal-document section p { margin: .65rem 0; font-size: 1.08rem; line-height: 1.85; }
.legal-document ul { display: grid; gap: .45rem; margin: .8rem 0; padding-left: 1.5rem; }
.legal-document section a { color: var(--primary); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  padding: 3rem clamp(1rem, 4vw, 4rem);
  color: #cbd5e1;
  background: #0f172a;
}

.site-footer h3,
.site-footer h4 { color: #fff; margin-top: 0; }
.site-footer a { display: block; margin: 0.5rem 0; }
.payment-row { color: #fff; font-weight: 900; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr; }
  .nav-links { flex-wrap: wrap; }
  .hero,
  .product-detail,
  .proof-section,
  .checkout-layout,
  .payment-page,
  .catalog-layout,
  .account-grid {
    grid-template-columns: 1fr;
  }
  .filters,
  .summary-card { position: static; }
  .product-grid,
  .catalog-results .product-grid,
  .category-strip,
  .blog-grid,
  .detail-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .topbar { flex-direction: column; gap: 0.25rem; text-align: center; }
  .hero-copy h1 { font-size: 3rem; }
  .hero-slider { min-height: 500px; }
  .product-grid,
  .catalog-results .product-grid,
  .category-strip,
  .blog-grid,
  .detail-tabs,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .promo-band,
  .lead-card {
    grid-template-columns: 1fr;
  }
  .lead-card form { flex-direction: column; }
  .buy-box { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}

/* Mobile storefront — Stitch screen */
.store-home {
  --store-bg: #fcf9f8;
  --store-blue: #003d9b;
  --store-blue-bright: #0052cc;
  --store-green: #006e28;
  --store-ink: #1c1b1b;
  --store-muted: #737685;
  margin: 0;
  padding-bottom: 84px;
  color: var(--store-ink);
  background: var(--store-bg);
  font-family: Inter, sans-serif;
}

.store-home h1,
.store-home h2,
.store-home h3,
.store-home strong,
.store-home .store-wordmark {
  font-family: Montserrat, sans-serif;
}

.brand-logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; object-fit: contain; }
.brand-logo-header { width: 54px; height: 54px; }
.brand-logo-footer { width: 52px; height: 52px; }
.brand-logo-menu { width: 42px; height: 42px; }
.brand-logo-auth { width: 60px; height: 60px; }
.brand-logo-admin { width: 44px; height: 44px; }

.mobile-store-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #eeebea;
  background: rgba(252, 249, 248, 0.94);
  backdrop-filter: blur(16px);
}

.store-header-inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 76px;
  margin: 0 auto;
  padding: 0 16px;
}

.icon-button {
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  color: var(--store-blue);
  background: transparent;
  cursor: pointer;
}

.menu-button { margin-right: 12px; }
.store-wordmark { color: var(--store-blue); font-size: 21px; font-weight: 800; letter-spacing: -0.04em; }
.store-header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.home-desktop-nav { margin-left: auto; }
.home-desktop-nav a { position: relative; }
.home-desktop-nav a.active,
.home-desktop-nav a:hover { color: var(--store-blue); }
.home-desktop-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--store-blue);
  content: "";
}

.home-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 58;
  visibility: hidden;
  background: rgba(28, 27, 27, .35);
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}
.home-menu-backdrop.open { visibility: visible; opacity: 1; }
.home-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: flex;
  width: min(82vw, 310px);
  flex-direction: column;
  gap: 5px;
  padding: 18px 15px;
  background: #fcf9f8;
  box-shadow: 16px 0 40px rgba(0, 39, 98, .16);
  transform: translateX(-105%);
  transition: transform .25s ease;
}
.home-mobile-menu.open { transform: translateX(0); }
.mobile-menu-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding: 2px 5px 15px; border-bottom: 1px solid #e5e2e1; }
.home-mobile-menu > a { display: flex; align-items: center; gap: 13px; padding: 13px 14px; border-radius: 10px; color: #434654; font-size: 14px; font-weight: 700; }
.home-mobile-menu > a:hover,
.home-mobile-menu > a.active { color: var(--store-blue); background: #edf3ff; }
.home-mobile-menu > a .material-symbols-outlined { font-size: 21px; }
.home-mobile-menu > a b { display: grid; place-items: center; min-width: 21px; height: 21px; margin-left: auto; border-radius: 999px; color: #fff; background: var(--store-green); font-size: 10px; }
body.menu-open { overflow: hidden; }

.country-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 7px;
  border-radius: 999px;
  color: #434654;
  background: #fff;
  border: 1px solid #e3e7ef;
  box-shadow: 0 8px 20px rgba(22, 36, 72, 0.08);
  font: 700 11px Inter, sans-serif;
  transition: transform .18s ease, box-shadow .18s ease;
  cursor: pointer;
}
.country-pill:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(22, 36, 72, 0.12); }

.country-pill-flag,
.country-option-flag {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.country-pill-flag {
  width: 24px;
  height: 18px;
  border-radius: 3px;
  object-fit: cover;
  background: transparent;
}

.country-pill-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.country-pill-copy strong {
  color: var(--store-ink);
  font-size: 11px;
  font-weight: 800;
}

.country-pill-copy small {
  color: #70737f;
  font-size: 10px;
  font-weight: 700;
}

.country-pill-container { position: relative; }
.country-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 50;
  display: none;
  min-width: 250px;
  max-height: min(70vh, 560px);
  overflow: auto;
  margin-top: 10px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 27, 27, 0.16);
}
.country-dropdown.open { display: block; }
.country-dropdown form { display: flex; flex-direction: column; }
.country-dropdown-header {
  padding: 4px 4px 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #edf0f5;
}
.country-dropdown-header strong,
.country-dropdown-header small {
  display: block;
}
.country-dropdown-header strong {
  color: var(--store-ink);
  font: 800 13px Inter, sans-serif;
}
.country-dropdown-header small {
  margin-top: 2px;
  color: #70737f;
  font: 700 11px Inter, sans-serif;
}
.country-dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  background: none;
  color: var(--store-ink);
  font: 700 13px Inter, sans-serif;
  cursor: pointer;
  text-align: left;
  border-radius: 12px;
}
.country-dropdown button span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-right: auto;
}
.country-dropdown button span:last-child small {
  color: #70737f;
  font-size: 11px;
  font-weight: 700;
}
.country-option-flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
}
.country-selected-icon {
  color: var(--store-blue);
  font-size: 18px;
}
.country-dropdown button.selected,
.country-dropdown button:hover {
  background: #edf3ff;
}

.language-pill .material-symbols-outlined:first-child {
  color: var(--store-blue);
  font-size: 20px;
}

.language-dropdown {
  min-width: 220px;
}

.language-dropdown button > .material-symbols-outlined:first-child {
  color: var(--store-blue);
  font-size: 20px;
}

.language-suggestion-banner {
  position: relative;
  z-index: 35;
  border-bottom: 1px solid #d9e4f7;
  background: #edf3ff;
}

.language-suggestion-banner form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 1280px;
  min-height: 44px;
  margin: 0 auto;
  padding: 8px 16px;
  color: #24304f;
  font: 700 13px Inter, sans-serif;
}

.language-suggestion-banner button {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  color: #fff;
  background: var(--store-blue);
  font: 800 12px Inter, sans-serif;
  cursor: pointer;
}

.language-suggestion-banner button[type="button"] {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #24304f;
  background: transparent;
}

.language-suggestion-banner .material-symbols-outlined {
  font-size: 20px;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .country-dropdown {
  right: auto;
  left: 0;
}

html[dir="rtl"] .country-dropdown button {
  text-align: right;
}

html[dir="rtl"] .country-dropdown button span:last-child {
  margin-right: 0;
  margin-left: auto;
}

.cameroon-flag {
  width: 19px;
  height: 13px;
  border-radius: 2px;
  background: linear-gradient(90deg, #007a5e 0 33.3%, #ce1126 33.3% 66.6%, #fcd116 66.6%);
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}

.header-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  height: 40px;
  padding: 0 14px 0 11px;
  border: 1px solid #cfd9ea;
  border-radius: 999px;
  color: var(--store-blue);
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 39, 77, .08);
  font: 600 14px Inter, sans-serif;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.header-profile .material-symbols-outlined { font-size: 22px; }
.header-profile-label { display: inline; white-space: nowrap; }
.header-profile:hover { color: var(--store-blue); background: #f4f8ff; box-shadow: 0 2px 6px rgba(17, 39, 77, .10); transform: translateY(-1px); }
.header-profile:focus-visible { outline: 3px solid rgba(0,82,204,.20); outline-offset: 2px; }
.header-profile.authenticated { color: var(--store-blue); border-color: #bcd0ef; background: #edf4ff; box-shadow: 0 1px 4px rgba(17, 39, 77, .10); }
.header-profile.authenticated .material-symbols-outlined { font-variation-settings: 'FILL' 1; }
.header-cart { position: relative; display: grid; place-items: center; min-width: 36px; min-height: 36px; color: var(--store-blue, var(--primary-dark)); }
.header-cart .material-symbols-outlined { font-size: 27px; }
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--store-green, var(--accent));
  box-shadow: 0 2px 6px rgba(0, 61, 35, .24);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.cart-count[hidden] { display: none; }

.store-main { min-height: 70vh; overflow: hidden; }
.store-section { max-width: 1280px; margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; }
.search-section { padding-top: 23px; }
.search-section h1,
.store-section-heading h2 { margin: 0; color: var(--store-blue); font-size: 20px; line-height: 28px; letter-spacing: -.02em; }
.search-section h1 { margin-bottom: 16px; }

.store-search { display: flex; gap: 8px; }
.store-search label {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  height: 52px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(19, 27, 45, .06);
}
.store-search label .material-symbols-outlined { margin-left: 15px; color: var(--store-muted); font-size: 22px; }
.store-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  padding: 0 12px;
  outline: 0;
  color: var(--store-ink);
  background: transparent;
  font: 14px Inter, sans-serif;
}
.store-search input:focus { box-shadow: inset 0 0 0 2px var(--store-blue-bright); border-radius: 12px; }
.store-search button {
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--store-blue);
  box-shadow: 0 5px 12px rgba(0, 61, 155, .22);
  cursor: pointer;
}

.top-selling { margin-top: 38px; padding-right: 0; }
.store-section-heading { display: flex; align-items: center; justify-content: space-between; padding-right: 16px; }
.store-section-heading > a { color: var(--logo-orange-text); font-size: 12px; font-weight: 700; }
.selling-rail { display: flex; gap: 14px; overflow-x: auto; margin-top: 16px; padding: 0 16px 8px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
.selling-rail::-webkit-scrollbar, .promo-rail::-webkit-scrollbar { display: none; }
.selling-card {
  flex: 0 0 160px;
  overflow: hidden;
  border: 1px solid #f0eded;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(28, 27, 27, .05);
  scroll-snap-align: start;
}
.selling-image { position: relative; display: grid; place-items: center; height: 148px; background: #f6f3f2; }
.selling-image img { width: 100%; height: 100%; padding: 12px; object-fit: contain; }
.selling-image > span { position: absolute; top: 8px; left: 8px; z-index: 1; padding: 4px 7px; border-radius: 5px; color: #fff; background: var(--store-green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.selling-card > div { padding: 11px; }
.selling-card h3 { overflow: hidden; margin: 0; font-size: 12px; line-height: 17px; text-overflow: ellipsis; white-space: nowrap; }
.selling-card small { display: block; margin: 2px 0 8px; color: var(--store-muted); font-size: 10px; }
.selling-card strong { color: var(--store-blue); font-size: 14px; }

.promo-carousel { margin-top: 34px; padding-right: 0; }
.promo-rail { display: flex; gap: 16px; overflow-x: auto; padding-right: 16px; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.promo-card { position: relative; flex: 0 0 min(85vw, 560px); height: 166px; overflow: hidden; border-radius: 14px; box-shadow: 0 6px 15px rgba(0, 39, 98, .18); scroll-snap-align: start; }
.promo-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.promo-card:hover > img { transform: scale(1.035); }
.promo-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 45, 112, .96), rgba(0, 61, 155, .42)); }
.promo-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; color: #fff; }
.promo-copy em { align-self: flex-start; margin-bottom: 7px; padding: 4px 10px; border-radius: 999px; background: var(--store-green); font-size: 9px; font-style: normal; font-weight: 800; }
.promo-copy strong { font-size: 20px; line-height: 25px; }
.promo-copy small { margin-top: 2px; font-size: 12px; }
.promo-copy b { display: flex; align-items: center; gap: 9px; margin-top: 13px; font-size: 11px; }
.promo-copy b .material-symbols-outlined { font-size: 18px; }
.promo-dots { display: flex; justify-content: center; gap: 6px; margin: 6px 16px 0 0; }
.promo-dots span { width: 7px; height: 7px; border-radius: 50%; background: #e1dedc; }
.promo-dots span.active { background: var(--store-blue); }

.products-section { margin-top: 39px; }
.products-heading > div { display: flex; gap: 8px; }
.chip { padding: 6px 12px; border: 1px solid #c3c6d6; border-radius: 999px; color: var(--store-muted); font-size: 10px; }
.chip.selected { border-color: transparent; color: var(--store-blue); background: #f0eded; }
.store-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.store-product-card { min-width: 0; padding: 10px; border: 1px solid #f0eded; border-radius: 12px; background: #fff; box-shadow: 0 3px 12px rgba(28,27,27,.05); }
.store-product-image { display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: #f6f3f2; }
.store-product-image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.store-product-card h3 { overflow: hidden; margin: 9px 0 6px; font-size: 11px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.store-product-card strong { display: block; color: var(--store-blue); font-size: 16px; line-height: 21px; }
.store-product-card del,
.store-product-card small { display: block; margin-top: 2px; color: var(--store-muted); font-size: 9px; }
.store-product-card del { color: #c3c6d6; }
.store-empty { grid-column: 1 / -1; color: var(--store-muted); font-size: 13px; }

.store-footer { display: flex; flex-direction: column; align-items: center; margin-top: 42px; padding: 31px 16px 35px; text-align: center; background: #e5e2e1; }
.store-footer p { margin: 12px 0 18px; color: #656874; font-size: 10px; }
.store-footer > div { display: flex; gap: 24px; }
.store-footer > div a { color: #737685; }
.store-footer .material-symbols-outlined { font-size: 20px; }

.store-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 50;
  display: flex;
  justify-content: space-around;
  width: min(100%, 680px);
  min-height: 72px;
  padding: 8px 12px 10px;
  border-radius: 16px 16px 0 0;
  background: rgba(240, 237, 237, .97);
  box-shadow: 0 -5px 20px rgba(28,27,27,.09);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}
.store-bottom-nav a,
.store-bottom-nav summary {
  display: flex;
  min-width: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 10px;
  color: #434654;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}
.store-bottom-nav a.active,
.store-bottom-nav a:active,
.store-bottom-nav .mobile-more-menu.active summary,
.store-bottom-nav .mobile-more-menu[open] summary { color: var(--logo-orange); background: var(--logo-orange-soft); box-shadow: none; }
.store-bottom-nav .material-symbols-outlined { font-size: 21px; }
.store-bottom-nav a.active .material-symbols-outlined,
.store-bottom-nav .mobile-more-menu.active summary .material-symbols-outlined,
.store-bottom-nav .mobile-more-menu[open] summary .material-symbols-outlined { font-variation-settings: 'FILL' 1; }
.store-bottom-nav small { font: 9px Inter, sans-serif; }
.mobile-more-menu {
  position: relative;
  display: flex;
  min-width: 54px;
}
.mobile-more-menu summary {
  min-height: 52px;
  list-style: none;
  cursor: pointer;
}
.mobile-more-menu summary::-webkit-details-marker { display: none; }
.mobile-more-panel {
  position: fixed;
  right: max(10px, calc((100vw - 680px) / 2 + 10px));
  bottom: 84px;
  left: max(10px, calc((100vw - 680px) / 2 + 10px));
  z-index: 56;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid #e3e7ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -12px 34px rgba(22, 36, 72, .18);
  backdrop-filter: blur(18px);
}
.mobile-more-panel a {
  display: flex;
  min-width: 0;
  min-height: 48px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  color: #272b36;
  background: #fff;
  font-weight: 850;
}
.mobile-more-panel a .material-symbols-outlined {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: var(--primary-dark);
  background: #edf3ff;
  font-size: 18px;
}
.mobile-more-panel a span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 719px) {
  .header-profile { display: none; }
}

@media (min-width: 720px) {
  .store-home { padding-bottom: 0; }
  .store-header-inner { padding-right: 24px; padding-left: 24px; }
  .store-section { padding-right: 24px; padding-left: 24px; }
  .top-selling, .promo-carousel { padding-right: 24px; }
  .selling-rail, .promo-rail { padding-right: 0; }
  .store-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .promo-card { flex-basis: calc(50% - 8px); height: 210px; }
  .store-bottom-nav { display: none; }
}

@media (min-width: 901px) {
  .store-home .menu-button { display: none; }
  .home-mobile-menu,
  .home-menu-backdrop { display: none; }
}

/* Shared application pages using the same storefront design language */
body:not(.store-home) {
  padding-bottom: 82px;
  font-family: Inter, sans-serif;
}

body:not(.store-home) h1,
body:not(.store-home) h2,
body:not(.store-home) h3,
body:not(.store-home) strong {
  font-family: Montserrat, sans-serif;
}

.global-store-header .store-header-inner { gap: 20px; }
.mobile-menu-link { flex: 0 0 auto; }

.desktop-store-search {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 520px;
  height: 44px;
  margin-left: 18px;
  border: 1px solid #e5e2e1;
  border-radius: 12px;
  background: #fff;
}
.desktop-store-search .material-symbols-outlined { margin-left: 14px; color: var(--muted); font-size: 21px; }
.desktop-store-search input { width: 100%; height: 100%; border: 0; padding: 0 13px; outline: 0; background: transparent; font: 13px Inter, sans-serif; }
.desktop-store-search .desktop-search-suggestions {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 80;
  max-height: min(360px, 52dvh);
  overflow-y: auto;
  border: 1px solid #dfe4ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(14,31,64,.18);
}
.desktop-store-search .desktop-search-suggestions[hidden] { display: none; }
.desktop-store-search .desktop-search-suggestions a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf0f5;
}
.desktop-store-search .desktop-search-suggestions a:last-child { border-bottom: 0; }
.desktop-store-search .desktop-search-suggestions a:hover,
.desktop-store-search .desktop-search-suggestions a.active { background: #edf3ff; }
.desktop-store-search .desktop-search-suggestions img {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 3px;
  border-radius: 9px;
  background: #f6f7fa;
  object-fit: contain;
}
.desktop-store-search .desktop-search-suggestions a > span { display: grid; min-width: 0; gap: 3px; }
.desktop-store-search .desktop-search-suggestions strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.desktop-store-search .desktop-search-suggestions small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.desktop-store-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; color: #434654; font-size: 13px; font-weight: 700; }
.desktop-store-nav a:hover { color: var(--primary-dark); }
.global-mobile-search { display: none; }

.app-main { min-height: 68vh; }
.app-main.ajax-navigation-loading {
  opacity: .55;
  pointer-events: none;
  transition: opacity .16s ease;
}
.catalog-layout.ajax-navigation-loading {
  opacity: .55;
  pointer-events: none;
  transition: opacity .16s ease;
}
.store-bottom-nav[aria-busy="true"] a { pointer-events: none; }
.app-main .page-hero,
.app-main .section,
.app-main .category-strip,
.app-main .promo-band,
.app-main .proof-section,
.app-main .lead-card,
.app-main .catalog-layout,
.app-main .checkout-layout,
.app-main .payment-page,
.app-main .account-grid,
.app-main .article-page,
.app-main .success-card,
.app-main .product-detail,
.app-main .detail-tabs,
.app-main .download-list.wide,
.app-main .page-grid {
  max-width: 1180px;
}

.page-hero.compact { padding-top: 42px; padding-bottom: 24px; }
.page-hero.compact h1 { max-width: 850px; color: var(--primary-dark); font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.06; letter-spacing: -.045em; }
.page-hero.compact p { max-width: 760px; margin-bottom: 0; }
.eyebrow { color: var(--logo-orange-text); letter-spacing: .09em; }

.btn.primary,
.searchbar button,
.card-actions button,
.filters button,
.checkout-form button,
.auth-card button,
.lead-card button,
.buy-box button {
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 5px 14px rgba(0, 61, 155, .18);
}

.btn,
.card-actions button,
.card-actions a,
.filters button,
.checkout-form button,
.auth-card button,
.buy-box button { border-radius: 12px; }

.product-card,
.category-card,
.horizontal-card,
.blog-card,
.summary-card,
.checkout-form,
.auth-card,
.panel,
.detail-tabs article,
.success-card,
.article-page {
  border: 1px solid #f0eded;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(28, 27, 27, .055);
}
.product-card:hover,
.category-card:hover,
.horizontal-card:hover,
.blog-card:hover { box-shadow: 0 12px 30px rgba(0,61,155,.11); }
.product-media { min-height: 190px; background: #f6f3f2; }
.product-media img { width: 100%; height: 175px; padding: 10px; object-fit: contain; }
.ribbon { top: 10px; left: 10px; background: var(--success); }
.ribbon.soft { background: var(--primary-dark); }
.product-body { gap: 8px; padding: 13px; }
.product-body h3 { font-size: 15px; }
.product-body p { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 13px; line-clamp: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.price-row strong { color: var(--primary-dark); }
.price-row > small { display: none; }
.countdown { color: var(--logo-orange-text); background: var(--logo-orange-soft); }

.filters { top: 96px; border: 1px solid #e5e2e1; border-radius: 12px; box-shadow: 0 4px 16px rgba(28,27,27,.05); }
.filters input,
.filters select,
.checkout-form input,
.checkout-form textarea,
.auth-card input { border-radius: 10px; background: #fff; }
.filters input:focus,
.filters select:focus,
.checkout-form input:focus,
.checkout-form textarea:focus,
.auth-card input:focus { border-color: var(--primary); outline: 2px solid #dae2ff; }
.results-head { align-items: flex-start; }
.empty-state { border-color: #c3c6d6; border-radius: 12px; }

.detail-media { min-height: 480px; border-radius: 16px; background: #f0eded; box-shadow: 0 10px 30px rgba(0,61,155,.1); }
.detail-copy h1 { color: var(--primary-dark); font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.04; }
.product-detail .eyebrow { font-size: .72rem; }
.detail-copy .lead { font-size: .94rem; line-height: 1.6; }
.detail-price strong { color: var(--primary-dark); font-size: 1.85rem; }
.detail-price del { font-size: .95rem; }
.detail-price span { font-size: .78rem; }
.detail-favorite-form .btn,
.detail-favorite-link { font-size: .8rem; }
.buy-box label,
.buy-box input,
.buy-box button { font-size: .82rem; }
.micro-proof { font-size: .76rem; }
.detail-tabs h2 { font-size: 1.08rem; }
.detail-tabs p,
.detail-tabs li { font-size: .86rem; line-height: 1.62; }
.version-list span { font-size: .76rem; }
.buy-box { border-radius: 12px; }
.micro-proof span,
.payment-methods span { border-radius: 999px; background: #fff; }

.cart-line { border-radius: 12px; box-shadow: 0 4px 16px rgba(28,27,27,.04); }
.summary-card .total strong { color: var(--primary-dark); }
.success-card { margin-bottom: 48px; }
.success-card h1,
.article-page h1 { color: var(--primary-dark); }
.order-row,
.download-list a { border-radius: 10px; }

.modern-site-footer {
  margin-top: 48px;
  color: #5f626e;
  background: #e5e2e1;
}
.modern-site-footer h4 { color: var(--primary-dark); }
.modern-site-footer .store-wordmark { display: inline-block; margin-bottom: 12px; }
.modern-site-footer a:hover { color: var(--primary-dark); }
.modern-site-footer .payment-row { color: var(--primary-dark); }
.exchange-rate-attribution {
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: .72rem;
  text-align: center;
  background: #f7f8fb;
}
.exchange-rate-attribution a { color: inherit; text-decoration: underline; }

/* Authentication — compact option B layout */
.auth-body {
  min-height: 100vh;
  padding: 0;
  color: #151515;
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 82, 204, .09), transparent 30%),
    #ececec;
}
.auth-page { display: flex; min-height: 100vh; flex-direction: column; }
.auth-brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 24px 0;
}
.auth-brand { display: inline-flex; align-items: center; color: #171717; }
.auth-back { display: inline-flex; align-items: center; gap: 6px; color: #5d5d65; font-size: 13px; font-weight: 700; }
.auth-back .material-symbols-outlined { font-size: 18px; }
.auth-stage { display: grid; flex: 1; padding: 24px 20px 34px; place-items: center; }
.auth-panel {
  width: min(100%, 430px);
  padding: 34px 30px 28px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 20, 28, .13), 0 2px 7px rgba(20, 20, 28, .08);
}
.auth-panel:has(.signup-form) { width: min(100%, 580px); }
.auth-heading { margin-bottom: 24px; }
.auth-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #0052cc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.auth-heading h1 { margin: 0 0 6px; color: #111; font: 800 clamp(26px, 4vw, 34px)/1.15 Inter, sans-serif; letter-spacing: -.04em; }
.auth-heading p { margin: 0; color: #777984; font-size: 12px; line-height: 1.6; }
.auth-heading a,
.auth-label-row a,
.auth-text-link { color: #0052cc; font-weight: 700; }
.auth-form { display: grid; gap: 8px; }
.auth-form label { color: #292a30; font-size: 11px; font-weight: 800; }
.auth-label-row { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.auth-label-row a { font-size: 10px; }
.auth-input-wrap {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid #e2e3e8;
  border-radius: 11px;
  background: #fafafa;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.auth-input-wrap:focus-within { border-color: #8badde; background: #fff; box-shadow: 0 0 0 3px rgba(0, 82, 204, .09); }
.auth-input-wrap.has-error { border-color: #d92d20; }
.auth-input-wrap > .material-symbols-outlined { flex: 0 0 auto; color: #6d707a; font-size: 19px; }
.auth-input-wrap input {
  width: 100%;
  min-width: 0;
  padding: 13px 0;
  border: 0;
  outline: 0;
  color: #171717;
  font: 500 13px Inter, sans-serif;
  background: transparent;
  box-shadow: none;
}
.auth-input-wrap input::placeholder { color: #a2a4ad; }
.password-toggle {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #84868e;
  background: transparent;
  box-shadow: none;
}
.password-toggle:hover { color: #111; background: transparent; transform: none; }
.password-toggle .material-symbols-outlined { font-size: 18px; }
.auth-submit {
  display: grid;
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  padding: 0 18px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: #090909;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}
.auth-submit:hover { color: #fff; background: #262626; transform: translateY(-1px); }
.button-link { text-align: center; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0 12px; color: #888a92; font-size: 10px; }
.auth-divider::before,
.auth-divider::after { height: 1px; flex: 1; content: ""; background: #e4e4e7; }
.auth-social-label { margin: 0 0 12px; color: #6c6e77; font-size: 10px; text-align: center; }
.auth-socials { display: flex; justify-content: center; gap: 16px; }
.auth-socials form { margin: 0; }
.social-circle {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid #e1e2e6;
  border-radius: 50%;
  font: 900 19px Inter, sans-serif;
  background: #fff;
  box-shadow: 0 5px 13px rgba(20, 20, 28, .08);
}
.social-circle.google { color: #4285f4; }
.social-circle.facebook { color: #fff; background: #1877f2; }
.social-circle svg { width: 23px; height: 23px; }
.social-circle:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(20, 20, 28, .13); }
.social-circle:disabled { cursor: not-allowed; opacity: .72; }
.auth-provider-note { margin: 11px 0 0; color: #a0a1a8; font-size: 9px; text-align: center; }
.auth-legal { width: min(100% - 36px, 560px); margin: 0 auto; padding: 8px 0 24px; color: #737680; font-size: 11px; line-height: 1.65; text-align: center; }
.auth-legal a { color: #555760; text-decoration: underline; }
.auth-alert { margin-bottom: 14px; padding: 11px 12px; border: 1px solid #fecaca; border-radius: 10px; color: #991b1b; font-size: 11px; background: #fff1f2; }
.field-error { display: block; color: #c5221f; font-size: 10px; line-height: 1.4; }
.auth-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.auth-field-grid > div { display: grid; gap: 8px; }
.auth-field-grid label small { color: #999ba3; font-size: 8px; font-weight: 600; }
.auth-text-link { display: block; margin-top: 20px; font-size: 11px; text-align: center; }
.auth-state { margin: 0; text-align: center; }
.auth-state-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: #0052cc; background: #e8f0ff; }
.auth-state .auth-submit { margin-top: 22px; }

@media (max-width: 900px) {
  .desktop-store-search { margin-left: 4px; }
  .desktop-store-nav { display: none; }
}

@media (max-width: 700px) {
  .brand-logo-header { width: 42px; height: 42px; }
  .auth-brand-bar { width: min(100% - 28px, 1180px); padding: 16px 0; }
  .brand-logo-auth { width: 52px; height: 52px; }
  .auth-stage { align-items: start; padding: 10px 12px 24px; }
  .auth-panel,
  .auth-panel:has(.signup-form) { padding: 26px 20px 24px; border-radius: 16px; }
  .auth-field-grid { grid-template-columns: 1fr; }
  .optional-fields { display: none; }
  .auth-legal { padding-bottom: 16px; }
  .global-store-header .store-header-inner { gap: 0; }
  .store-header-actions { gap: 10px; }
  .country-pill { gap: 0; min-width: 28px; padding: 4px; border: 1px solid #e3e7ef; box-shadow: 0 4px 12px rgba(22, 36, 72, 0.10); }
  .country-pill-flag { width: 24px; height: 18px; }
  .country-pill-copy,
  .country-pill > .material-symbols-outlined { display: none; }
  .desktop-store-search { display: none; }
  .global-mobile-search {
    position: sticky;
    top: 76px;
    z-index: 38;
    display: flex;
    gap: 8px;
    width: calc(100% - 28px);
    max-width: 652px;
    margin: 10px auto 0;
    padding-bottom: 8px;
  }
  .global-mobile-search label {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    height: 48px;
    border: 1px solid #dfe4ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(28,27,27,.06);
  }
  .global-mobile-search label .material-symbols-outlined { margin-left: 14px; color: var(--muted); }
  .global-mobile-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    padding: 0 12px;
    outline: 0;
    background: transparent;
    font-size: 13px;
  }
  .global-mobile-search button {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--primary-dark);
    box-shadow: 0 5px 14px rgba(0,61,155,.18);
  }
  .global-mobile-search-suggestions {
    position: absolute;
    top: 56px;
    right: 56px;
    left: 0;
    z-index: 58;
  }
  .app-main .page-hero,
  .app-main .section,
  .app-main .catalog-layout,
  .app-main .checkout-layout,
  .app-main .payment-page,
  .app-main .account-grid,
  .app-main .article-page,
  .app-main .success-card,
  .app-main .product-detail,
  .app-main .detail-tabs,
  .app-main .download-list.wide,
  .app-main .page-grid { padding-right: 14px; padding-left: 14px; }
  .page-hero.compact { padding-top: 28px; }
  .page-hero.compact h1 { font-size: 30px; }
  .page-hero.compact p { font-size: 14px; line-height: 1.6; }
  .catalog-layout { padding-top: 6px; padding-bottom: 112px; }
  .catalog-mobile-search {
    position: relative;
    display: flex;
    gap: 8px;
    width: calc(100% - 28px);
    max-width: 652px;
    margin: 0 auto 10px;
  }
  .catalog-mobile-search label {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    height: 50px;
    border: 1px solid #dfe4ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(28,27,27,.06);
  }
  .catalog-mobile-search label .material-symbols-outlined { margin-left: 14px; color: var(--muted); }
  .catalog-mobile-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    padding: 0 12px;
    outline: 0;
    background: transparent;
  }
  .catalog-mobile-search button {
    display: grid;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--primary-dark);
    box-shadow: 0 5px 14px rgba(0,61,155,.18);
  }
  .catalog-search-suggestions {
    position: absolute;
    top: 56px;
    right: 58px;
    left: 0;
    z-index: 48;
    max-height: min(360px, 52dvh);
    overflow-y: auto;
    border: 1px solid #dfe4ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(14,31,64,.18);
  }
  .catalog-search-suggestions[hidden] { display: none; }
  .catalog-search-suggestions a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-bottom: 1px solid #edf0f5;
  }
  .catalog-search-suggestions a:last-child { border-bottom: 0; }
  .catalog-search-suggestions a:hover,
  .catalog-search-suggestions a.active { background: #edf3ff; }
  .catalog-search-suggestions img {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 3px;
    border-radius: 9px;
    background: #f6f7fa;
    object-fit: contain;
  }
  .catalog-search-suggestions a > span { display: grid; min-width: 0; gap: 3px; }
  .catalog-search-suggestions strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-search-suggestions small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-search-empty { padding: 16px; color: var(--muted); font-size: 12px; text-align: center; }
  .filter-sheet {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 72px;
    left: 0;
    z-index: 49;
    width: min(100%, 680px);
    height: auto;
    max-height: calc(100dvh - 144px);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce2ec;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -12px 36px rgba(14,31,64,.18);
    visibility: visible;
    transform: translateY(100%);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), visibility 0s;
    backdrop-filter: blur(18px);
  }
  .filter-sheet[data-state="collapsed"] {
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), visibility 0s .28s;
  }
  .filter-sheet[data-dragging] { cursor: grabbing; user-select: none; }
  .filter-sheet-header {
    position: relative;
    display: block;
    height: 88px;
    padding: 23px 18px 10px;
    cursor: grab;
    touch-action: none;
  }
  .filter-sheet-header:focus-visible { outline: 3px solid #9bbcff; outline-offset: -4px; }
  .filter-sheet-grabber {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 48px;
    height: 5px;
    border-radius: 999px;
    background: #aeb6c4;
    transform: translateX(-50%);
  }
  .filter-sheet-heading { display: flex; align-items: center; gap: 11px; color: var(--primary-dark); }
  .filter-sheet-heading > .material-symbols-outlined:first-child {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--primary-dark);
  }
  .filter-sheet-heading > span:nth-child(2) { display: grid; flex: 1; gap: 2px; }
  .filter-sheet-heading strong { font-size: 15px; }
  .filter-sheet-heading small { color: var(--muted); font-size: 11px; }
  .filter-sheet-chevron { transition: transform .25s ease; }
  .filter-sheet[data-state="expanded"] .filter-sheet-chevron { transform: rotate(180deg); }
  .filter-sheet form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    max-height: calc(100dvh - 232px);
    padding: 4px 16px 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .filter-sheet .filter-sheet-actions { grid-column: 1 / -1; }
  .filter-sheet input,
  .filter-sheet select { min-width: 0; }
  .filter-sheet-actions {
    position: sticky;
    bottom: 0;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    align-items: center;
    margin: 2px -16px 0;
    padding: 12px 16px;
    border-top: 1px solid #edf0f5;
    background: rgba(255,255,255,.98);
  }
  .filter-sheet-actions a { padding: 11px 8px; }
  .filter-sheet-actions button { min-height: 44px; }
  .catalog-results .product-grid,
  .section .product-grid,
  .blog-grid.page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-media { min-height: 135px; }
  .product-media img { height: 130px; }
  .product-body { padding: 10px; }
  .product-meta { display: none; }
  .product-body h3 { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .product-body p { display: none; }
  .price-row { display: block; }
  .price-row strong { font-size: 15px; }
  .card-actions { grid-template-columns: 1fr; }
  .card-actions button { padding: 9px; font-size: 11px; }
  .card-actions button .material-symbols-outlined { font-size: 15px; }
  .card-actions a { display: none; }
  .countdown { font-size: 9px; }
  .detail-media { min-height: 300px; }
  .detail-media-slide { min-height: 300px; padding: 28px 18px 54px; }
  .detail-media img { height: 230px; }
  .detail-media-controls { right: 12px; bottom: 10px; }
  [dir="rtl"] .detail-media-controls { right: auto; left: 12px; }
  .detail-media-controls button { width: 34px; height: 34px; }
  .detail-media-pagination { bottom: 21px; }
  .detail-copy h1 { font-size: 25px; line-height: 1.08; }
  .product-detail .eyebrow { font-size: 10px; }
  .detail-copy .lead { font-size: 13px; line-height: 1.55; }
  .detail-price strong { font-size: 25px; }
  .detail-tabs h2 { font-size: 16px; }
  .detail-tabs p,
  .detail-tabs li { font-size: 13px; }
  .buy-box { grid-template-columns: 1fr 80px; }
  .buy-box button { grid-column: 1 / -1; }
  .detail-tabs { grid-template-columns: 1fr; }
  .product-previews {
    margin-top: 38px;
    padding: 0 14px;
  }
  .product-preview-heading {
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
  }
  .product-preview-heading-copy .eyebrow { margin-bottom: 6px; font-size: 9px; }
  .product-preview-heading-copy h2 { font-size: 27px; line-height: 1.05; }
  .product-preview-heading-copy p { display: none; }
  .product-preview-navigation { gap: 6px; }
  .product-preview-counter { display: none; }
  .product-preview-controls { gap: 4px; padding: 4px; border-radius: 13px; }
  .product-preview-controls button { width: 35px; height: 35px; border-radius: 9px; }
  .product-preview-controls .material-symbols-outlined { font-size: 18px; }
  .product-preview-viewport { border-radius: 18px; }
  .product-preview-card {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 8px;
    border-radius: 18px;
  }
  .product-preview-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 12px;
    border-radius: 12px;
  }
  .product-preview-media img,
  .product-preview-media video { max-height: none; border-radius: 8px; }
  .product-preview-slide-number { top: 10px; left: 10px; height: 26px; }
  [dir="rtl"] .product-preview-slide-number { right: 10px; left: auto; }
  .product-preview-copy {
    min-height: 220px;
    gap: 22px;
    padding: 20px;
    border-radius: 12px;
  }
  .product-preview-copy h3 { margin-top: 15px; font-size: 21px; }
  .product-preview-copy p { margin-top: 9px; font-size: 12px; }
  .product-preview-copy-footer { padding-top: 15px; }
  .product-preview-copy-footer a { width: 100%; min-height: 43px; }
  .product-preview-footer { grid-template-columns: 1fr; min-height: 42px; padding: 0; }
  .product-preview-swipe-hint { display: none; }
  .product-preview-pagination { grid-column: 1; }
  .cart-line { display: grid; grid-template-columns: 52px 1fr auto; column-gap: 10px; row-gap: 8px; align-items: center; }
  .cart-line-media { grid-row: 1 / 2; }
  .cart-line-info { grid-column: 2 / 3; }
  .cart-remove-button { grid-column: 3 / 4; grid-row: 1 / 2; justify-self: end; }
  .cart-quantity-form { grid-column: 1 / -1; }
  .cart-line-total { grid-column: 1 / -1; justify-self: end; }
  .modern-site-footer,
  .store-footer,
  .exchange-rate-attribution { display: none; }
  .modern-site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 92px; }
  .modern-site-footer > div:first-child { grid-column: 1 / -1; }
  .modern-site-footer > div:last-child { display: none; }
}

@media (min-width: 720px) {
  body:not(.store-home) { padding-bottom: 0; }
}

/* Profile settings experience */
.profile-page {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 42px 0 64px;
}
.profile-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.profile-heading h1 { margin: 5px 0 8px; color: var(--primary-dark); font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.profile-heading p { margin: 0; color: var(--muted); line-height: 1.6; }
.profile-heading-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: var(--logo-orange);
  background: var(--logo-orange-soft);
  font-size: 27px;
}
.profile-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid #e5e7ec;
  border-radius: 22px;
  color: #20232d;
  background: #fff;
  box-shadow: 0 12px 35px rgba(22, 36, 72, .08);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.profile-identity:hover { border-color: #f0c96d; box-shadow: 0 16px 38px rgba(22, 36, 72, .11); transform: translateY(-1px); }
.profile-avatar {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--primary-dark), #1262c5 66%, var(--logo-orange));
  box-shadow: 0 5px 15px rgba(0, 61, 155, .22);
  font: 800 19px Montserrat, sans-serif;
}
.profile-identity-copy { display: grid; min-width: 0; gap: 3px; }
.profile-identity-copy strong { overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.profile-identity-copy small { overflow: hidden; color: #606573; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.profile-identity-copy > span { color: #90939d; font-size: 11px; }
.profile-identity > .material-symbols-outlined { color: #6f7380; }
.profile-layout { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: 20px; align-items: start; }
.profile-layout-menu-only { grid-template-columns: minmax(0, 760px); justify-content: center; }
.profile-menu-card,
.profile-form-card { overflow: hidden; border: 1px solid #e5e7ec; border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(22, 36, 72, .07); }
.profile-menu-card > h2 { margin: 0; padding: 21px 20px 14px; font-size: 17px; }
.profile-menu-card form { margin: 0; }
.profile-menu-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  border: 0;
  border-top: 1px solid #eff0f3;
  padding: 11px 16px;
  color: #292c35;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}
.profile-menu-row:hover,
.profile-menu-row:focus-visible { color: var(--primary-dark); background: #f8faff; }
.profile-menu-row > span:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.profile-menu-row strong { font-size: 13px; }
.profile-menu-row small { overflow: hidden; color: #858995; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.profile-menu-row > .material-symbols-outlined:last-child { color: #8b8e98; font-size: 20px; }
.profile-menu-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: var(--primary-dark); background: #edf3ff; font-size: 20px; }
.profile-menu-row:hover .profile-menu-icon { color: #9b6500; background: var(--logo-orange-soft); }
.profile-logout { color: #b42318; }
.profile-logout .profile-menu-icon { color: #b42318; background: #fff0ee; }
.profile-form-card { padding: 24px; scroll-margin-top: 96px; }
.profile-card-heading { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 22px; }
.profile-card-heading h2 { margin: 0 0 6px; font-size: 19px; }
.profile-card-heading p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.profile-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.profile-form > div { display: grid; gap: 7px; }
.profile-form label { color: #3e424d; font-size: 11px; font-weight: 800; }
.profile-form input,
.profile-form textarea { width: 100%; border: 1px solid #dfe3ea; border-radius: 12px; padding: 12px 13px; outline: 0; color: #20232d; background: #fbfcfe; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.profile-form input:focus,
.profile-form textarea:focus { border-color: var(--logo-orange); background: #fff; box-shadow: 0 0 0 3px rgba(243, 163, 4, .14); }
.profile-form textarea { min-height: 92px; resize: vertical; }
.profile-form-wide { grid-column: 1 / -1; }
.profile-save-button {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 7px 18px rgba(0, 61, 155, .2);
  cursor: pointer;
  font-weight: 800;
}
.profile-save-button:hover { background: #003687; transform: translateY(-1px); }
.profile-save-button .material-symbols-outlined { font-size: 19px; }
.personal-information-heading { max-width: 760px; margin: 0 auto 22px; }
.personal-information-heading h1 { margin: 8px 0 10px; color: var(--primary-dark); font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -.045em; }
.personal-information-heading p { margin: 0; color: var(--muted); line-height: 1.6; }
.personal-information-back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 20px; color: var(--primary-dark); font-size: 12px; font-weight: 800; }
.personal-information-back .material-symbols-outlined { font-size: 19px; }
.personal-information-page > .profile-form-card { max-width: 760px; margin: 0 auto; }

@media (min-width: 821px) {
  .profile-page { width: min(100% - 48px, 1240px); padding-top: 46px; }
  .profile-overview {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: stretch;
    gap: 30px;
    margin-bottom: 24px;
    border-radius: 28px;
    padding: 32px;
    background: linear-gradient(125deg, #062657 0%, var(--primary-dark) 58%, #1262c5 100%);
    box-shadow: 0 20px 46px rgba(0, 45, 115, .18);
  }
  .profile-overview::before,
  .profile-overview::after { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .06); content: ""; }
  .profile-overview::before { top: -145px; right: 31%; width: 280px; height: 280px; }
  .profile-overview::after { right: -80px; bottom: -150px; width: 310px; height: 310px; }
  .profile-heading { position: relative; z-index: 1; align-items: flex-start; margin: 0; padding: 8px 0; }
  .profile-heading .eyebrow { color: var(--logo-orange); }
  .profile-heading h1 { color: #fff; font-size: clamp(2.8rem, 4.5vw, 4.25rem); }
  .profile-heading p { max-width: 560px; color: #dbe9ff; font-size: 14px; }
  .profile-heading-icon { color: #172033; background: var(--logo-orange); }
  .profile-identity { position: relative; z-index: 1; align-self: stretch; margin: 0; border-color: rgba(255, 255, 255, .34); border-radius: 20px; padding: 20px; background: rgba(255, 255, 255, .96); box-shadow: 0 14px 32px rgba(0, 25, 67, .2); }
  .profile-layout { grid-template-columns: 340px minmax(0, 1fr); gap: 24px; }
  .profile-menu-card { position: sticky; top: 92px; }
  .profile-layout-menu-only .profile-menu-card { position: static; }
  .profile-form-card { min-height: 100%; padding: 31px 34px; }
  .profile-card-heading { border-bottom: 1px solid #eceef2; padding-bottom: 20px; }
  .profile-form { gap: 20px; }
  .profile-form input,
  .profile-form textarea { padding: 14px 15px; }
  .profile-save-button { justify-self: start; min-width: 250px; padding: 0 22px; }
}

@media (min-width: 821px) and (max-width: 1050px) {
  .profile-overview { grid-template-columns: 1fr; gap: 20px; }
  .profile-identity { max-width: 560px; }
  .profile-layout { grid-template-columns: 300px minmax(0, 1fr); }
  .profile-form-card { padding-right: 25px; padding-left: 25px; }
}

@media (max-width: 820px) {
  .profile-page { width: min(100% - 28px, 620px); padding-top: 28px; padding-bottom: 112px; }
  .profile-heading { margin-bottom: 18px; }
  .profile-heading-icon { display: none; }
  .profile-heading h1 { font-size: 32px; }
  .profile-heading p { font-size: 13px; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-menu-card { order: 1; }
  .profile-form-card { order: 2; }
}

@media (max-width: 520px) {
  .profile-page { width: calc(100% - 24px); padding-top: 22px; }
  .profile-heading .eyebrow { font-size: 10px; }
  .profile-heading h1 { font-size: 28px; }
  .profile-identity { gap: 12px; padding: 15px; border-radius: 18px; }
  .profile-avatar { width: 54px; height: 54px; font-size: 16px; }
  .profile-identity-copy strong { font-size: 16px; }
  .profile-identity-copy > span { font-size: 9px; }
  .profile-menu-card,
  .profile-form-card { border-radius: 18px; }
  .profile-menu-row { min-height: 64px; padding-right: 12px; padding-left: 12px; }
  .profile-form-card { padding: 19px 16px; }
  .profile-form { grid-template-columns: 1fr; }
  .profile-form-wide,
  .profile-save-button { grid-column: 1; }
}

/* Customer orders */
.customer-orders-page { width: min(100% - 32px, 1040px); margin: 0 auto; padding: 42px 0 64px; }
.customer-orders-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.customer-orders-heading h1 { margin: 5px 0 8px; color: var(--primary-dark); font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.customer-orders-heading p { margin: 0; color: var(--muted); line-height: 1.6; }
.customer-orders-shop { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 46px; border-radius: 13px; padding: 0 16px; color: #fff; background: var(--primary-dark); box-shadow: 0 7px 18px rgba(0,61,155,.18); font-size: 12px; font-weight: 800; }
.customer-orders-shop .material-symbols-outlined { font-size: 19px; }
.customer-order-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.customer-order-stats article { display: flex; align-items: center; gap: 13px; min-height: 88px; border: 1px solid #e5e7ec; border-radius: 17px; padding: 16px; background: #fff; box-shadow: 0 8px 24px rgba(22,36,72,.055); }
.customer-order-stats article > .material-symbols-outlined { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--primary-dark); background: #edf3ff; font-size: 22px; }
.customer-order-stats article > .pending { color: #9b6500; background: var(--logo-orange-soft); }
.customer-order-stats article > .paid { color: #067647; background: #ecfdf3; }
.customer-order-stats article div { display: grid; gap: 1px; }
.customer-order-stats small { color: #858995; font-size: 10px; }
.customer-order-stats strong { color: #222631; font-size: 22px; }
.customer-orders-card { overflow: hidden; border: 1px solid #e5e7ec; border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(22,36,72,.07); }
.customer-orders-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #eceef2; padding: 19px 20px; }
.customer-orders-card-heading > div { display: flex; align-items: center; gap: 11px; }
.customer-orders-card-heading > div > .material-symbols-outlined { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--primary-dark); background: #edf3ff; font-size: 20px; }
.customer-orders-card-heading h2 { margin: 0 0 3px; font-size: 17px; }
.customer-orders-card-heading p,
.customer-orders-card-heading > small { margin: 0; color: #8a8e99; font-size: 10px; }
.customer-orders-list { display: grid; }
.customer-order-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 14px; min-height: 92px; border-bottom: 1px solid #eff0f3; padding: 15px 20px; color: #2b2e37; transition: background-color .18s ease; }
.customer-order-row:last-child { border-bottom: 0; }
.customer-order-row:hover { background: #f8faff; }
.customer-order-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #9b6500; background: var(--logo-orange-soft); font-size: 21px; }
.customer-order-main { display: grid; min-width: 0; gap: 3px; }
.customer-order-main > strong { color: #252934; font-size: 13px; }
.customer-order-main > small { color: #92959e; font-size: 9px; }
.customer-order-products { overflow: hidden; color: #666b77; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.customer-order-total { display: grid; justify-items: end; gap: 5px; }
.customer-order-total > strong { color: var(--primary-dark); font-size: 13px; white-space: nowrap; }
.customer-order-status { border-radius: 999px; padding: 4px 8px; font-size: 8px; font-weight: 800; }
.customer-order-status.status-pending { color: #9b6500; background: var(--logo-orange-soft); }
.customer-order-status.status-paid { color: #067647; background: #ecfdf3; }
.customer-order-status.status-cancelled,
.customer-order-status.status-failed { color: #b42318; background: #fff0ee; }
.customer-order-chevron { color: #9a9da6; font-size: 20px; }
.customer-orders-empty { display: grid; justify-items: center; gap: 9px; padding: 52px 20px; text-align: center; }
.customer-orders-empty > .material-symbols-outlined { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: #9b6500; background: var(--logo-orange-soft); font-size: 28px; }
.customer-orders-empty h2,
.customer-orders-empty p { margin: 0; }
.customer-orders-empty h2 { font-size: 18px; }
.customer-orders-empty p { max-width: 420px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.customer-orders-empty a { margin-top: 8px; border-radius: 12px; padding: 12px 15px; color: #fff; background: var(--primary-dark); font-size: 11px; font-weight: 800; }

@media (max-width: 700px) {
  .customer-orders-page { width: calc(100% - 28px); padding: 28px 0 112px; }
  .customer-orders-heading { align-items: flex-start; flex-direction: column; margin-bottom: 18px; }
  .customer-orders-heading h1 { font-size: 30px; }
  .customer-orders-heading p { font-size: 13px; }
  .customer-orders-shop { width: 100%; justify-content: center; }
  .customer-order-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .customer-order-stats article { align-items: flex-start; flex-direction: column; gap: 8px; min-height: 112px; padding: 12px; }
  .customer-order-stats article > .material-symbols-outlined { width: 34px; height: 34px; font-size: 18px; }
  .customer-order-stats strong { font-size: 19px; }
  .customer-orders-card { border-radius: 18px; }
  .customer-orders-card-heading { align-items: flex-start; padding: 16px; }
  .customer-orders-card-heading > small { display: none; }
  .customer-order-row { grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; padding: 14px 12px; }
  .customer-order-icon { width: 36px; height: 36px; font-size: 18px; }
  .customer-order-main > strong { font-size: 11px; }
  .customer-order-products { max-width: 165px; }
  .customer-order-total > strong { font-size: 11px; }
  .customer-order-chevron { display: none; }
}

/* Active catalog filter chips */
.catalog-active-filters { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; border: 1px solid #ece7dc; border-radius: 16px; padding: 11px 13px; background: #fffdf8; }
.catalog-active-filters-label { flex: 0 0 auto; color: #666b77; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.catalog-filter-chips { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 7px; }
.catalog-filter-chip { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; border: 1px solid rgba(243, 163, 4, .38); border-radius: 999px; padding: 5px 8px 5px 11px; color: #805500; background: var(--logo-orange-soft); font-size: 10px; font-weight: 750; line-height: 1.2; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.catalog-filter-chip:hover { border-color: var(--logo-orange); background: #ffedbf; transform: translateY(-1px); }
.catalog-filter-chip .material-symbols-outlined { color: var(--logo-orange); font-size: 15px; font-variation-settings: "wght" 650; }
.catalog-filter-clear { padding: 5px 4px; color: var(--primary-dark); font-size: 10px; font-weight: 800; white-space: nowrap; }
.catalog-filter-clear:hover { text-decoration: underline; }

@media (max-width: 700px) {
  .catalog-active-filters { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 13px; border-radius: 14px; padding: 10px; }
  .catalog-filter-chips { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .catalog-filter-chips::-webkit-scrollbar { display: none; }
  .catalog-filter-chip { flex: 0 0 auto; }
  .catalog-filter-clear { flex: 0 0 auto; }
}

@media (max-width: 900px) {
  .faq-overview { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-sidebar {
    position: static;
    order: -1;
  }
  .faq-sidebar nav {
    display: flex;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: none;
  }
  .faq-sidebar nav::-webkit-scrollbar { display: none; }
  .faq-sidebar nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .faq-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .faq-hero-actions .btn,
  .faq-final-cta .btn { width: 100%; }
  .faq-overview { margin-bottom: 18px; }
  .faq-layout { gap: 18px; padding-bottom: 24px; }
  .faq-support-card { display: none; }
  .faq-section { scroll-margin-top: 72px; }
  .faq-item summary {
    gap: 10px;
    min-height: 56px;
    padding: 13px 12px;
    font-size: 13px;
  }
  .faq-answer { padding: 0 12px 14px; }
  .faq-answer p {
    font-size: 13px;
    line-height: 1.65;
  }
  .faq-final-cta {
    margin-bottom: 100px;
    padding: 17px;
  }
}
