:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #eef5ff;
  --ink: #101828;
  --muted: #667085;
  --line: #dbe4f0;
  --navy: #061533;
  --navy-2: #0a2150;
  --primary: #6842ff;
  --primary-2: #3066ff;
  --teal: #12b8a6;
  --cyan: #22d3ee;
  --green: #19b45b;
  --warning: #f59e0b;
  --danger: #ef4444;
  --shadow: 0 18px 50px rgba(16, 24, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

button {
  cursor: pointer;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 21, 51, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--teal), var(--primary));
  box-shadow: 0 12px 28px rgba(104, 66, 255, 0.32);
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 14px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
}

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

.nav-actions form {
  display: flex;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.btn,
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover,
.icon-btn:hover {
  transform: translateY(-1px);
}

.btn svg,
.icon-btn svg,
.site-footer svg {
  width: 18px;
  height: 18px;
}

.btn {
  padding: 0 18px;
}

.btn-sm {
  min-height: 38px;
  padding: 0 13px;
  font-size: 13px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  box-shadow: 0 14px 34px rgba(104, 66, 255, 0.32);
}

.btn-whatsapp {
  color: #fff;
  background: #18b35b;
  box-shadow: 0 14px 34px rgba(24, 179, 91, 0.24);
}

.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.07);
}

.btn-outline-light,
.btn-ghost {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.btn-full {
  width: 100%;
}

.icon-btn {
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 74% 36%, rgba(34, 211, 238, 0.22), transparent 22%),
    radial-gradient(circle at 24% 16%, rgba(104, 66, 255, 0.33), transparent 28%),
    linear-gradient(135deg, #061533 0%, #071b48 54%, #061533 100%);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.hero-grid {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 46px;
  padding: 64px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9e7ff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero .eyebrow,
.section-heading .eyebrow,
.panel-heading .eyebrow,
.detail-card .eyebrow,
.detail-heading .eyebrow {
  color: var(--primary);
  background: #eef0ff;
  border-color: #dde3ff;
}

.hero h1 {
  max-width: 640px;
  margin: 18px 0 14px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 span,
.section-heading h2 span {
  color: var(--cyan);
}

.hero p {
  max-width: 580px;
  color: #d3dcef;
  font-weight: 600;
  font-size: 18px;
}

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

.rating-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
}

.avatar-stack img:first-child {
  margin-left: 0;
}

.rating-strip strong {
  color: #ffd84d;
  display: block;
}

.rating-strip span {
  color: #d7e1f3;
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.device-laptop {
  width: min(520px, 100%);
  min-height: 310px;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(140deg, rgba(11, 31, 75, 0.96), rgba(7, 20, 52, 0.98)),
    radial-gradient(circle at 75% 15%, rgba(34, 211, 238, 0.35), transparent 28%);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.34);
  transform: perspective(1000px) rotateX(2deg) rotateY(-8deg);
}

.device-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.device-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.device-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a9ccff;
  font-weight: 800;
  margin-bottom: 18px;
}

.device-brand .brand-mark {
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 6px;
}

.device-laptop h2 {
  margin: 0 0 8px;
  font-size: 27px;
}

.device-laptop p {
  max-width: 310px;
  margin: 0 0 24px;
  color: #c6d6ef;
}

.mini-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mini-products div,
.phone-row {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.mini-products div {
  padding: 14px;
}

.mini-products img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 10px;
}

.logo-fallback {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--accent, var(--primary));
  background: color-mix(in srgb, var(--accent, var(--primary)) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent, var(--primary)) 22%, #dbe4f0);
  border-radius: 8px;
  font-weight: 950;
  line-height: 1;
}

.mini-products .logo-fallback {
  margin-bottom: 10px;
}

.mini-products span,
.phone-row span {
  color: #e8f0ff;
  font-size: 12px;
  font-weight: 800;
}

.device-phone {
  position: absolute;
  right: 4%;
  bottom: 34px;
  width: 205px;
  min-height: 330px;
  padding: 28px 14px 16px;
  border-radius: 28px;
  border: 8px solid #111827;
  background: linear-gradient(180deg, #0b2255, #071634);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 74px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111827;
}

.device-phone strong {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.device-phone small {
  color: #a8bddf;
  display: block;
  margin-bottom: 12px;
}

.phone-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  margin: 8px 0;
}

.phone-row img {
  width: 24px;
  height: 24px;
}

.phone-row .logo-fallback {
  width: 24px;
  height: 24px;
  font-size: 13px;
}

.phone-row svg {
  width: 14px;
  margin-left: auto;
  color: var(--teal);
}

.security-card,
.speed-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: var(--navy);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.security-card {
  top: 28px;
  right: 2%;
}

.speed-card {
  right: 0;
  bottom: 18px;
}

.security-card svg,
.speed-card svg {
  color: var(--teal);
}

.security-card small,
.speed-card small {
  color: var(--muted);
  font-weight: 700;
}

.trust-section {
  margin-top: -46px;
  position: relative;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-grid div,
.reason-grid div,
.steps-grid div,
.stat-card {
  display: grid;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-grid div {
  grid-template-columns: auto 1fr;
  padding: 16px;
  align-items: center;
}

.trust-grid svg {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  padding: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--teal));
  border-radius: 50%;
}

.trust-grid strong,
.reason-grid strong,
.steps-grid strong {
  font-size: 15px;
}

.trust-grid span,
.reason-grid span,
.steps-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.section {
  padding: 76px 0;
}

.section.compact {
  padding: 50px 0;
}

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

.section-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 30px;
}

.section-heading.left {
  text-align: left;
  margin-left: 0;
}

.section-heading h2,
.page-hero h1,
.panel-heading h1 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p,
.page-hero p,
.panel-heading p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  position: relative;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.product-card h3 {
  margin: 16px 0 7px;
  font-size: 20px;
  line-height: 1.2;
}

.product-card p {
  margin: 0 0 18px;
  min-height: 48px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.product-card .btn {
  margin-top: auto;
}

.product-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--primary));
  font-size: 11px;
  font-weight: 900;
}

.product-badge.inline {
  position: static;
  display: inline-flex;
  margin-bottom: 8px;
}

.product-logo {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, #dbe4f0);
}

.product-logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.product-logo span {
  color: var(--accent);
  font-size: 42px;
  font-weight: 900;
}

.product-logo.xl {
  width: 128px;
  height: 128px;
  flex: 0 0 auto;
}

.product-logo.xl img {
  width: 82px;
  height: 82px;
}

.price-block {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-bottom: 18px;
}

.price-block small {
  width: 100%;
  color: var(--muted);
  font-weight: 800;
}

.price-block strong {
  font-size: 24px;
}

.price-block span {
  color: var(--muted);
  font-weight: 800;
}

.price-block.large strong {
  font-size: 38px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.promo-band,
.cta-band {
  display: grid;
  align-items: center;
  gap: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(34, 211, 238, 0.2), transparent 25%),
    linear-gradient(135deg, #071633, #0a2360 62%, #28136f);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.promo-band {
  grid-template-columns: auto 1fr auto;
}

.promo-band h2,
.cta-band h2 {
  margin: 8px 0 4px;
  font-size: 32px;
}

.promo-band p,
.cta-band p {
  color: #d5e2f7;
  margin: 0;
  font-weight: 650;
}

.promo-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--teal));
  border-radius: 8px;
}

.promo-icon svg {
  width: 52px;
  height: 52px;
}

.promo-pills {
  display: flex;
  gap: 12px;
}

.promo-pills span {
  width: 150px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #dbe8ff;
  font-weight: 800;
}

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

.steps-grid,
.reason-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.steps-grid div {
  position: relative;
  padding: 24px;
  text-align: center;
}

.steps-grid span {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.steps-grid svg,
.reason-grid svg {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  color: var(--primary-2);
}

.reason-grid {
  grid-template-columns: repeat(5, 1fr);
}

.reason-grid div {
  padding: 24px 18px;
  text-align: center;
}

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

.testimonial-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.stars {
  color: #ffb800;
  font-weight: 900;
}

.testimonial-card p {
  color: #344054;
  font-weight: 650;
}

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

.testimonial-user img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.testimonial-user span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 42px;
  align-items: center;
}

.faq-art {
  height: 260px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 75% 25%, rgba(34, 211, 238, 0.28), transparent 22%),
    linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: var(--shadow);
}

.faq-art span {
  font-size: 70px;
  font-weight: 950;
}

.faq-art svg {
  width: 60px;
  height: 60px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.cta-band {
  grid-template-columns: 1fr auto;
  margin-bottom: 0;
}

.cart-visual {
  display: grid;
  grid-template-columns: repeat(2, 72px);
  gap: 12px;
}

.cart-visual img {
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.cart-visual .logo-fallback {
  width: 72px;
  height: 72px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 28px;
}

.site-footer {
  margin-top: 72px;
  color: #c8d6ef;
  background: #061533;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1fr;
  gap: 34px;
  padding: 44px 0 28px;
}

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

.site-footer h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
}

.site-footer p,
.site-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c8d6ef;
  margin: 8px 0;
  font-weight: 650;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.social-row a {
  width: 38px;
  height: 38px;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #91a6ca;
  font-size: 13px;
}

.flash-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.flash {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 750;
  border: 1px solid;
}

.flash-success {
  color: #0f6a36;
  background: #eaf8ef;
  border-color: #bce8cb;
}

.flash-error {
  color: #9f1d1d;
  background: #fff0f0;
  border-color: #ffcaca;
}

.flash-info {
  color: #155c8c;
  background: #edf7ff;
  border-color: #c3e3ff;
}

.page-shell {
  padding: 44px 0 0;
}

.page-hero {
  padding: 38px;
  text-align: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 22%, rgba(34, 211, 238, 0.16), transparent 22%),
    linear-gradient(135deg, #ffffff, #eef4ff);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.page-hero.left {
  text-align: left;
}

.filter-bar {
  display: grid;
  grid-template-columns: 1fr 220px auto;
  gap: 12px;
  margin-top: 26px;
}

.filter-bar label {
  position: relative;
}

.filter-bar label svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  color: var(--muted);
}

.filter-bar input {
  padding-left: 42px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(104, 66, 255, 0.12);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
  margin-bottom: 20px;
}

.detail-main,
.checkout-card,
.detail-card,
.form-card,
.panel-section,
.empty-card,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.detail-main {
  padding: 28px;
}

.detail-heading {
  display: flex;
  gap: 22px;
  align-items: center;
}

.detail-heading h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
}

.detail-heading p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.detail-description {
  margin-top: 28px;
}

.detail-description h2,
.related-products h2,
.form-card h2,
.panel-section h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.feature-list,
.checkout-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.feature-list span,
.checkout-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  color: #17427c;
  background: #eef6ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.related-products {
  margin-top: 30px;
}

.mini-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mini-product-grid a {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.mini-product-grid img {
  width: 40px;
  height: 40px;
}

.mini-product-grid .logo-fallback {
  width: 40px;
  height: 40px;
}

.mini-product-grid span {
  font-weight: 850;
  font-size: 13px;
}

.mini-product-grid strong {
  font-size: 13px;
  color: var(--primary);
}

.checkout-card {
  position: sticky;
  top: 94px;
  padding: 24px;
}

.save-note {
  margin: -6px 0 18px;
  color: var(--muted);
  font-weight: 650;
}

.order-form,
.form-card,
.stack-form,
.inline-form {
  display: grid;
  gap: 14px;
}

.variant-list {
  display: grid;
  gap: 10px;
}

.variant-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.variant-option input {
  width: auto;
}

.variant-option span,
.variant-option small,
.variant-option em {
  display: block;
}

.variant-option small {
  color: var(--primary);
  font-weight: 900;
}

.variant-option em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.variant-option:has(input:checked) {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(104, 66, 255, 0.1);
}

.variant-option.is-disabled {
  opacity: 0.55;
}

label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-weight: 800;
  font-size: 14px;
}

.notice-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  margin-bottom: 14px;
  color: #7a4a08;
  background: #fff7e5;
  border: 1px solid #ffe3a3;
  border-radius: 8px;
}

.notice-box.wide {
  justify-content: space-between;
  align-items: center;
}

.notice-box p {
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.contact-card div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-card svg {
  grid-row: span 2;
  color: var(--primary);
}

.contact-card span {
  color: var(--muted);
  font-weight: 800;
}

.contact-card strong,
.contact-card p {
  margin: 0;
  font-weight: 850;
}

.auth-page {
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: 58px 20px;
  background:
    radial-gradient(circle at 15% 15%, rgba(104, 66, 255, 0.14), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(18, 184, 166, 0.12), transparent 20%),
    var(--bg);
}

.auth-panel {
  width: min(930px, 100%);
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.auth-panel.compact {
  grid-template-columns: 1fr;
  width: min(480px, 100%);
}

.auth-panel.wide {
  width: min(1040px, 100%);
}

.auth-copy {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(34, 211, 238, 0.24), transparent 24%),
    linear-gradient(135deg, #061533, #0a2360);
  border-radius: 8px;
}

.auth-copy h1 {
  margin: 14px 0 12px;
  font-size: 44px;
  line-height: 1.08;
}

.auth-copy p {
  color: #d6e1f5;
  font-weight: 650;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.mini-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 850;
}

.form-card {
  padding: 24px;
}

.form-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--primary);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.form-note a {
  color: var(--primary);
  font-weight: 850;
}

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

.empty-icon {
  width: 66px;
  height: 66px;
  display: inline-grid;
  place-items: center;
  margin: 0 auto 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-2), var(--teal));
  border-radius: 50%;
}

.empty-icon svg {
  width: 32px;
  height: 32px;
}

.panel-shell {
  padding: 34px 0 0;
}

.panel-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
}

.panel-sidebar {
  position: sticky;
  top: 94px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(180deg, #071633, #0a2150);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-title small {
  display: block;
  color: #b7c8e8;
}

.panel-menu {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.panel-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  color: #d6e4fa;
  border-radius: 8px;
  font-weight: 800;
}

.panel-menu a.is-active,
.panel-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.panel-content {
  min-width: 0;
  display: grid;
  gap: 22px;
}

.panel-heading,
.section-row,
.order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat-card {
  padding: 20px;
}

.stat-card svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--teal));
  border-radius: 8px;
}

.stat-card span {
  color: var(--muted);
  font-weight: 800;
}

.stat-card strong {
  font-size: 30px;
  line-height: 1;
}

.panel-section {
  padding: 22px;
}

.dashboard-columns {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 18px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

th,
td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

th {
  color: #475467;
  background: #f8fbff;
  font-size: 13px;
  text-transform: uppercase;
}

td {
  color: #344054;
  font-weight: 650;
}

tr:last-child td {
  border-bottom: 0;
}

.table-link {
  color: var(--primary);
  font-weight: 900;
}

.table-muted {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.table-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.table-product img,
.popular-list img,
.order-product img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
  background: #f4f7fb;
  padding: 6px;
}

.logo-fallback.table-size {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.table-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.link-danger {
  color: var(--danger);
  background: none;
  border: 0;
  padding: 0;
  font-weight: 900;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
  background: #eef2f7;
  color: #475467;
}

.status-pending,
.pay-unpaid {
  color: #915f00;
  background: #fff3d6;
}

.status-processing {
  color: #0e5b8e;
  background: #e4f3ff;
}

.pay-waiting_confirmation {
  color: #7a4a08;
  background: #fff7e5;
}

.status-active,
.status-completed,
.pay-paid {
  color: #0d7540;
  background: #e5f8ee;
}

.status-cancelled,
.pay-refunded {
  color: #9f1d1d;
  background: #ffe7e7;
}

.popular-list {
  display: grid;
  gap: 12px;
}

.popular-list div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-grid {
  display: grid;
  gap: 14px;
}

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

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

.form-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

label small,
.section-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.section-note {
  margin: -6px 0 18px;
}

.form-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--line);
  margin: 10px 0 4px;
}

.admin-form {
  max-width: 960px;
}

.compact-controls {
  align-items: end;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.check-row input {
  width: auto;
}

.tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tabs-row a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-weight: 850;
  text-transform: capitalize;
}

.tabs-row a.is-active {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.detail-card {
  padding: 24px;
}

.order-product {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.order-product strong,
.order-product span {
  display: block;
}

.order-product span {
  color: var(--muted);
  font-weight: 800;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.info-grid div,
.note-box {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.info-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.info-grid strong {
  display: block;
  word-break: break-word;
}

.note-box {
  margin-top: 12px;
}

.note-box p {
  margin: 6px 0 0;
  color: #475467;
}

.proof-preview {
  display: inline-block;
  margin-top: 10px;
}

.proof-preview img {
  width: min(320px, 100%);
  max-height: 260px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.note-box.highlight {
  background: #edf7ff;
  border-color: #c3e3ff;
}

.admin-order-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 22px;
  align-items: start;
}

.inline-form {
  grid-template-columns: 120px 120px auto;
  align-items: center;
  gap: 8px;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.editable-list {
  display: grid;
  gap: 8px;
}

.edit-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 1fr;
  gap: 8px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.edit-row.faq-edit {
  grid-template-columns: 1fr 1.5fr 0.8fr auto;
}

.variant-edit-row {
  grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr 0.65fr 0.55fr 0.75fr 0.65fr auto;
}

.row-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.delete-row {
  display: flex;
  justify-content: flex-end;
  margin: -2px 0 10px;
}

.empty-card,
.empty-state {
  text-align: center;
}

.empty-card {
  padding: 36px;
}

.empty-card > svg {
  width: 54px;
  height: 54px;
  color: var(--primary);
}

.empty-state {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.empty-state h1,
.empty-card h2 {
  margin: 8px 0;
}

.empty-state p,
.empty-card p {
  color: var(--muted);
  font-weight: 650;
}

.error-pre {
  max-width: 920px;
  overflow: auto;
  text-align: left;
  padding: 16px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .product-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .promo-band,
  .dashboard-columns,
  .admin-order-grid,
  .content-columns {
    grid-template-columns: 1fr;
  }

  .promo-pills {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .nav-wrap {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

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

  .site-nav {
    display: none;
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-actions {
    margin-left: 0;
  }

  .hero-grid,
  .detail-grid,
  .contact-grid,
  .auth-panel,
  .faq-layout,
  .cta-band,
  .footer-grid,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 44px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .device-phone {
    right: 0;
  }

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

  .panel-sidebar,
  .checkout-card {
    position: static;
  }

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

  .filter-bar,
  .form-grid.two,
  .form-grid.three,
  .form-grid.four,
  .info-grid,
  .edit-row,
  .edit-row.faq-edit {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-actions,
  .rating-strip,
  .panel-heading,
  .section-row,
  .order-head,
  .notice-box.wide {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .panel-heading .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
    place-items: start center;
  }

  .device-laptop {
    padding: 18px;
    transform: none;
  }

  .mini-products {
    grid-template-columns: 1fr;
  }

  .device-phone,
  .security-card,
  .speed-card {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    margin-top: 12px;
  }

  .device-phone {
    width: 100%;
    min-height: auto;
    border-radius: 18px;
  }

  .trust-grid,
  .product-grid,
  .steps-grid,
  .reason-grid,
  .testimonial-grid,
  .mini-product-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .promo-band,
  .cta-band,
  .page-hero,
  .detail-main,
  .form-card,
  .panel-section,
  .detail-card {
    padding: 20px;
  }

  .detail-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-copy h1,
  .page-hero h1,
  .section-heading h2,
  .panel-heading h1 {
    font-size: 32px;
  }

  .panel-menu {
    grid-template-columns: 1fr;
  }

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