:root {
  --ink: #061221;
  --muted: #627086;
  --line: #d8e6f7;
  --paper: #f5f9ff;
  --white: #ffffff;
  --accent: #0969ff;
  --accent-strong: #063b91;
  --cyan: #00d4ff;
  --sky: #eaf7ff;
  --gold: #ffb84d;
  --navy: #04162d;
  --deep: #020b1c;
  --shadow: 0 24px 70px rgba(4, 22, 45, 0.14);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softGlow {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.22);
  }
}

@keyframes shineLine {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}

@keyframes cardLiftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes chipSweep {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }
  to {
    transform: translateX(180%) skewX(-18deg);
  }
}

@keyframes chipPopIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes processPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleX(0.86);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes heroSlide {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  4%,
  20% {
    opacity: 1;
  }
  24%,
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 212, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 42%, #ffffff 100%);
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

body::selection {
  color: #ffffff;
  background: #0554dc;
}

p {
  text-wrap: pretty;
}

.hero-copy,
.product-teaser-content p,
.trust-grid p,
.service-card p,
.timeline p,
.product-link-card small,
.products-hero p:not(.eyebrow),
.catalog-heading p,
.product-card p,
.product-details li,
.phone-rom-content p,
.product-note p:not(.section-kicker) {
  text-align: justify;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.92));
  border-bottom: 1px solid rgba(183, 211, 242, 0.75);
  box-shadow: 0 14px 34px rgba(4, 22, 45, 0.08);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #0554dc, var(--cyan), #ffb84d, #0554dc);
  background-size: 200% 100%;
  animation: shineLine 7s linear infinite;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  font-weight: 900;
  color: var(--navy);
}

.brand-logo-wrap {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(9, 105, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--accent), var(--cyan)) border-box;
  box-shadow: 0 12px 30px rgba(9, 105, 255, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.brand:hover .brand-logo-wrap {
  transform: translateY(-2px) rotate(-2deg);
  box-shadow: 0 18px 40px rgba(9, 105, 255, 0.24);
}

.brand-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
}

.brand-text {
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand-name {
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-subtitle {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-role {
  color: #526178;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 3px;
  color: #172943;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 5px;
  border: 1px solid rgba(184, 220, 255, 0.78);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 255, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 42px rgba(4, 22, 45, 0.08);
  backdrop-filter: blur(18px);
}

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

.nav a,
.nav-dropdown-trigger {
  position: relative;
  isolation: isolate;
  padding: 9px 13px;
  border-radius: 13px;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a::before,
.nav-dropdown-trigger::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.72), transparent 36%),
    linear-gradient(135deg, rgba(5, 84, 220, 0.12), rgba(0, 212, 255, 0.14));
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a::after,
.nav-dropdown-trigger::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0554dc, var(--cyan));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown:focus-within .nav-dropdown-trigger {
  color: #0554dc;
  transform: translateY(-1px);
}

.nav a:hover::before,
.nav a:hover::after,
.nav-dropdown:hover .nav-dropdown-trigger::before,
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown:focus-within .nav-dropdown-trigger::before,
.nav-dropdown:focus-within .nav-dropdown-trigger::after {
  opacity: 1;
  transform: scale(1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 180px;
  gap: 3px;
  padding: 8px;
  border: 1px solid rgba(184, 220, 255, 0.86);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 212, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 58px rgba(4, 22, 45, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav .nav-submenu a {
  display: block;
  padding: 9px 11px;
  color: #172943;
  border-radius: 10px;
  white-space: nowrap;
}

.nav .nav-submenu a:hover {
  color: #0554dc;
  background: rgba(9, 105, 255, 0.08);
  transform: none;
}

.nav-subitem {
  position: relative;
}

.nav .nav-subitem-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav .nav-subitem-trigger::after,
.nav .nav-subitem-trigger:hover::after {
  content: ">";
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  background: none;
  opacity: 0.62;
  transform: none;
  font-size: 0.82rem;
}

.nav-subitem::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 100%;
}

.nav-subitem-panel {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  display: grid;
  min-width: 160px;
  gap: 3px;
  padding: 8px;
  border: 1px solid rgba(184, 220, 255, 0.86);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 212, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 58px rgba(4, 22, 45, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.nav-subitem-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 12px;
}

.nav-subitem:hover .nav-subitem-panel,
.nav-subitem:focus-within .nav-subitem-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.account-nav-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.32), transparent 34%),
    linear-gradient(135deg, #0554dc, #00a7ff 58%, var(--cyan));
  box-shadow: 0 16px 34px rgba(9, 105, 255, 0.26);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.account-nav-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(9, 105, 255, 0.28);
}

.account-nav-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.mobile-menu-button,
.mobile-nav-backdrop {
  display: none;
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.account-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.account-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 28, 0.72);
  backdrop-filter: blur(10px);
}

.account-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 8%, rgba(0, 212, 255, 0.14), transparent 30%),
    #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  transform: translateY(14px) scale(0.98);
  transition: transform 220ms ease;
}

.account-modal[aria-hidden="false"] .account-card {
  transform: translateY(0) scale(1);
}

.account-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.account-card h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.account-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7fbff;
}

.account-tabs button {
  min-height: 38px;
  color: #40516a;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
}

.account-tabs button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  box-shadow: 0 12px 26px rgba(9, 105, 255, 0.18);
}

.account-panel {
  animation: fadeUp 220ms ease both;
}

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

.account-form {
  display: grid;
  gap: 12px;
}

.account-form label {
  display: grid;
  gap: 6px;
  color: #263241;
  font-size: 0.84rem;
  font-weight: 900;
}

.account-form input,
.account-form select {
  width: 100%;
  padding: 12px;
  color: var(--navy);
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
}

.phone-row {
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
}

.account-form p,
.account-empty {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.profile-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(184, 220, 255, 0.82);
  border-radius: 10px;
  background: #f7fbff;
}

.profile-summary > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a00, #0554dc);
  font-weight: 900;
}

.profile-summary strong,
.profile-summary small {
  display: block;
}

.profile-summary small {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 700;
}

.account-panel dl {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.account-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.account-panel dt {
  color: var(--muted);
  font-weight: 800;
}

.account-panel dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.account-logout {
  width: 100%;
}

.service-card {
  scroll-margin-top: 110px;
}

.hero {
  position: relative;
  min-height: clamp(470px, 64vh, 620px);
  display: grid;
  align-items: center;
  padding: 100px clamp(24px, 7vw, 104px) 56px;
  color: var(--white);
  background: var(--deep);
  isolation: isolate;
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--deep);
}

.hero-slides span {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  animation: heroSlide 25s ease-in-out infinite;
  will-change: opacity, transform;
}

.hero-slides span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=85");
  animation-delay: -1s;
}

.hero-slides span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 4s;
}

.hero-slides span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 9s;
}

.hero-slides span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 14s;
}

.hero-slides span:nth-child(5) {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 19s;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 73% 28%, rgba(0, 212, 255, 0.24), transparent 32%),
    linear-gradient(90deg, rgba(2, 11, 28, 0.96), rgba(5, 31, 70, 0.76), rgba(2, 11, 28, 0.26));
}

.hero-content {
  position: relative;
  max-width: 860px;
  padding-left: clamp(0px, 1.6vw, 20px);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  animation: fadeUp 700ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
  font-weight: 900;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 500;
  line-height: 1.75;
}

.hero-search {
  width: min(100%, 520px);
  position: relative;
  left: calc(50vw - clamp(24px, 7vw, 104px) - clamp(0px, 1.6vw, 20px));
  margin: 0 0 4px;
  transform: translateX(-50%);
}

.hero-search label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-search-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 8px;
  border: 1px solid rgba(184, 220, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.hero-search-box svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  fill: #ffffff;
}

.hero-search-box input {
  width: 100%;
  min-width: 0;
  color: #ffffff;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  outline: none;
}

.hero-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.hero-search-box button {
  min-height: 40px;
  padding: 8px 16px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.hero-search-suggestions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.hero-search-suggestions[hidden] {
  display: none;
}

.hero-search-suggestions button {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 2px;
  width: 100%;
  padding: 10px 13px;
  color: #ffffff;
  text-align: left;
  border: 1px solid rgba(184, 220, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-search-suggestions img {
  width: 48px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 7px;
  background: #ffffff;
}

.hero-search-suggestions button:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 212, 255, 0.58);
  background: rgba(255, 255, 255, 0.18);
}

.hero-search-suggestions strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
}

.hero-search-suggestions small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-search-results {
  padding: 28px clamp(20px, 6vw, 84px);
  border-bottom: 1px solid rgba(184, 220, 255, 0.64);
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 212, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.hero-search-results[hidden] {
  display: none;
}

.hero-results-heading {
  max-width: 760px;
  margin-bottom: 16px;
}

.hero-results-heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.12;
}

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

.hero-results-grid a {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 6px;
  min-height: 96px;
  align-items: center;
  align-content: center;
  padding: 16px;
  color: var(--navy);
  border: 1px solid rgba(184, 220, 255, 0.86);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(4, 22, 45, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-results-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(4, 22, 45, 0.1);
}

.hero-results-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(9, 105, 255, 0.46);
  box-shadow: 0 22px 54px rgba(4, 22, 45, 0.12);
}

.hero-results-grid strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
}

.hero-results-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #0554dc 0%, #008dff 48%, var(--cyan) 100%);
  box-shadow: 0 16px 34px rgba(0, 126, 255, 0.34);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--accent-strong) 0%, #0574d9 52%, #00aeda 100%);
  transform: translateY(-2px);
}

.button.primary {
  position: relative;
  overflow: hidden;
}

.button.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.26) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.button.primary:hover::after {
  transform: translateX(120%);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.button.secondary.light {
  color: var(--navy);
  border-color: rgba(9, 105, 255, 0.24);
  background: #ffffff;
}

.button.secondary.light:hover {
  border-color: rgba(9, 105, 255, 0.48);
  box-shadow: 0 14px 32px rgba(4, 22, 45, 0.1);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-stats span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-stats span::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -80%;
  width: 52%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(18deg);
  transition: left 420ms ease;
}

.hero-stats span:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 255, 0.58);
  background: rgba(255, 255, 255, 0.13);
}

.hero-stats span:hover::before {
  left: 120%;
}

.section {
  padding: 42px clamp(20px, 6vw, 84px);
}

.section,
.contact,
.footer {
  animation: fadeUp 520ms ease both;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.contact h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.7vw, 2.65rem);
  line-height: 1.15;
  font-weight: 900;
}

.intro p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

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

.trust {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 212, 255, 0.12), transparent 26%),
    radial-gradient(circle at 92% 14%, rgba(255, 184, 77, 0.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.product-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(0, 212, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.product-teaser-content h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.7vw, 2.65rem);
  line-height: 1.15;
}

.product-teaser-content p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.product-link-card {
  display: grid;
  gap: 10px;
  min-height: 180px;
  align-content: end;
  padding: 24px;
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 212, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #05245b 0%, #020b1c 100%);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-link-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 28px 80px rgba(4, 22, 45, 0.2);
}

.product-link-card span {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-link-card strong {
  font-size: 1.4rem;
  line-height: 1.15;
}

.product-link-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

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

.trust-grid article {
  position: relative;
  min-height: auto;
  padding: 24px 22px 22px;
  border: 1px solid rgba(184, 213, 246, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(5, 84, 220, 0.36), rgba(0, 212, 255, 0.18), rgba(255, 184, 77, 0.22)) border-box;
  box-shadow: 0 18px 48px rgba(4, 22, 45, 0.08);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0554dc, #00d4ff, #ffb84d);
}

.trust-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(9, 105, 255, 0.35);
  box-shadow: 0 26px 62px rgba(4, 22, 45, 0.14);
}

.trust-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0 auto 14px;
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #0554dc, #00a7ff);
  box-shadow: 0 14px 30px rgba(9, 105, 255, 0.22);
  font-size: 1.12rem;
  font-weight: 900;
}

.trust-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #053a91;
  font-size: 1.05rem;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 212, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #05245b 0%, #020b1c 100%);
}

.contact-strip h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  line-height: 1.12;
}

.contact-strip p:not(.section-kicker) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 212, 255, 0.16), transparent 28%),
    rgba(2, 11, 28, 0.84);
  backdrop-filter: blur(10px);
}

.contact-modal-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 46px);
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 212, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #05245b 0%, #020b1c 100%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  transform: translateY(14px) scale(0.98);
  transition: transform 220ms ease;
}

.contact-modal.is-open .contact-modal-card {
  transform: translateY(0) scale(1);
}

.contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-modal-close:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(90deg);
}

.contact-modal-countdown {
  position: absolute;
  top: 17px;
  right: 118px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.contact-modal-card .section-kicker {
  justify-content: center;
}

.contact-modal-card h2 {
  max-width: 680px;
  margin: 0 auto 14px;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
}

.contact-modal-card p:not(.section-kicker) {
  max-width: 640px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.contact-modal-card .contact-actions {
  justify-content: center;
}

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

.service-card {
  position: relative;
  min-height: auto;
  padding: 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(4, 22, 45, 0.07);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0747b6, var(--accent), var(--cyan));
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(4, 22, 45, 0.12);
}

.service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover .icon {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
}

.service-card .icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #075ee8;
  background: linear-gradient(180deg, #eef7ff 0%, #dff2ff 100%);
  border: 1px solid #c8e7ff;
  border-radius: 8px;
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 900;
}

.service-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
}

.service-card p,
.timeline p,
.contact p {
  color: var(--muted);
}

.featured-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(4, 22, 45, 0.06);
}

.feature-list span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-list h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.feature-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.process {
  position: relative;
  background:
    radial-gradient(circle at 8% 16%, rgba(0, 212, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 77, 0.12), transparent 24%),
    linear-gradient(180deg, #eaf7ff 0%, #f8fbff 52%, #ffffff 100%);
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  left: clamp(20px, 6vw, 84px);
  right: clamp(20px, 6vw, 84px);
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 141, 255, 0.28), transparent);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.timeline div {
  position: relative;
  min-height: 142px;
  padding: 22px 20px;
  border: 1px solid rgba(184, 213, 246, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(5, 84, 220, 0.28), rgba(0, 212, 255, 0.18)) border-box;
  box-shadow: 0 18px 46px rgba(4, 22, 45, 0.08);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.timeline div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0554dc, #00d4ff, #ffb84d);
  transform-origin: center;
  animation: processPulse 3.5s ease-in-out infinite;
}

.timeline div::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: -34px;
  bottom: -38px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.16), transparent 68%);
  transition: transform 180ms ease;
}

.timeline div:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 105, 255, 0.4);
  box-shadow: 0 28px 66px rgba(4, 22, 45, 0.14);
}

.timeline div:hover::after {
  transform: scale(1.28);
}

.process-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto 12px;
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, #0554dc, #00a7ff);
  box-shadow: 0 14px 30px rgba(9, 105, 255, 0.22);
  font-size: 0.84rem;
  font-weight: 900;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  color: #053a91;
  font-size: 1.05rem;
}

.location {
  background: #ffffff;
}

.location-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 16%, rgba(0, 212, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #05245b 0%, #020b1c 100%);
  box-shadow: var(--shadow);
}

.location-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}

.location-card p:not(.section-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.location-points {
  display: grid;
  gap: 12px;
}

.location-points span {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 34px;
  align-items: center;
  padding: 76px clamp(20px, 6vw, 84px);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 212, 255, 0.2), transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(9, 105, 255, 0.24), transparent 28%),
    linear-gradient(135deg, var(--navy) 0%, var(--deep) 100%);
  color: var(--white);
}

.contact-content p:not(.section-kicker) {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 26px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.contact-panel a,
.contact-panel span {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  background: var(--sky);
}

.contact-panel a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.contact-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  border: 0;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-size: 0.8rem;
}

.footer {
  position: relative;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 212, 255, 0.13), transparent 25%),
    radial-gradient(circle at 86% 12%, rgba(255, 184, 77, 0.1), transparent 24%),
    linear-gradient(135deg, #04162d 0%, #021025 54%, #020b1c 100%);
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0554dc, #00d4ff, #ffb84d, #0554dc);
  background-size: 200% 100%;
  animation: shineLine 7s linear infinite;
}

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(220px, 0.8fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(20px, 6vw, 84px) 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-brand:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 212, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 212, 255, 0.18);
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: #ffffff;
  font-size: 1.16rem;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact a {
  display: block;
  width: fit-content;
  padding: 8px 12px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}

.footer-contact a:hover {
  border-color: rgba(0, 212, 255, 0.44);
  background: rgba(0, 212, 255, 0.08);
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px clamp(20px, 6vw, 84px);
  background: rgba(1, 8, 20, 0.36);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-bottom a::before {
  content: "↑";
  margin-right: 8px;
  color: var(--cyan);
}

.footer-bottom a:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0, 212, 255, 0.08);
  transform: translateY(-2px);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  font-weight: 900;
  overflow: hidden;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.social-links a::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -80%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: rotate(18deg);
  transition: left 420ms ease;
}

.social-links a:hover {
  color: #ffffff;
  border-color: rgba(0, 212, 255, 0.7);
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  transform: translateY(-3px) scale(1.04);
}

.social-links a:hover::before {
  left: 120%;
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-links img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #ffffff;
  background: #25d366;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38), 0 10px 28px rgba(7, 21, 38, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: softGlow 3.5s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 52px rgba(37, 211, 102, 0.44), 0 14px 34px rgba(7, 21, 38, 0.2);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.support-chat-button {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 22;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  box-shadow: 0 18px 42px rgba(9, 105, 255, 0.34), 0 10px 28px rgba(7, 21, 38, 0.18);
  cursor: pointer;
  animation: softGlow 3.2s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.support-chat-button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 54px rgba(9, 105, 255, 0.42), 0 14px 34px rgba(7, 21, 38, 0.2);
}

.support-chat-button svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.products-page .support-chat-button {
  bottom: 166px;
}

.support-chat {
  position: fixed;
  right: 22px;
  bottom: 166px;
  z-index: 24;
  display: grid;
  width: min(360px, calc(100vw - 32px));
  max-height: min(620px, calc(100vh - 130px));
  grid-template-rows: auto 1fr auto auto auto;
  overflow: hidden;
  border: 1px solid rgba(184, 220, 255, 0.86);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(4, 22, 45, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.96);
  transform-origin: bottom right;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.products-page .support-chat {
  bottom: 236px;
}

.support-chat.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.support-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 212, 255, 0.42), transparent 32%),
    linear-gradient(135deg, #05245b, #0554dc);
}

.support-chat-header span,
.support-chat-header small {
  display: block;
}

.support-chat-header span {
  font-weight: 900;
}

.support-chat-header small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
}

.support-chat-header button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.support-chat-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 180px;
  overflow: auto;
  padding: 16px;
  background:
    radial-gradient(circle at 20% 8%, rgba(0, 212, 255, 0.08), transparent 26%),
    #f7fbff;
}

.support-message {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  animation: fadeUp 220ms ease both;
}

.support-message.agent {
  color: #21324f;
  border: 1px solid rgba(184, 220, 255, 0.82);
  background: #ffffff;
}

.support-message.user {
  justify-self: end;
  color: #ffffff;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
}

.support-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 0;
  background: #ffffff;
}

.support-quick-actions button {
  padding: 8px 10px;
  color: #075f58;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  background: #ecfdf5;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
}

.support-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px 14px;
  background: #ffffff;
}

.support-chat-form input {
  min-width: 0;
  padding: 11px 12px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
}

.support-chat-form button,
.support-email-link {
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff8a00, #ffb84d);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.support-chat-form button {
  padding: 11px 12px;
}

.support-email-link {
  display: flex;
  justify-content: center;
  margin: 0 14px 14px;
  padding: 11px 12px;
  text-align: center;
}

.cart-button {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 21;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  box-shadow: 0 18px 42px rgba(9, 105, 255, 0.32);
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cart-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.cart-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(255, 138, 0, 0.34), 0 14px 36px rgba(9, 105, 255, 0.24);
}

.cart-button strong {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  color: #0554dc;
  border-radius: 50%;
  background: #ffffff;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  justify-items: end;
  background: rgba(2, 11, 28, 0.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.cart-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer[aria-hidden="true"] .cart-panel {
  transform: translateX(18px);
}

.cart-panel {
  width: min(100%, 460px);
  min-height: 100%;
  padding: 24px;
  background: #ffffff;
  box-shadow: -20px 0 70px rgba(2, 11, 28, 0.26);
  overflow-y: auto;
  transition: transform 180ms ease;
}

.cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.cart-header h2 {
  margin: 0;
  font-size: 2rem;
}

.cart-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.cart-empty {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #f7fbff;
}

.cart-item {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.cart-item-main,
.cart-line-total,
.cart-summary div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cart-item strong {
  display: block;
  margin-bottom: 3px;
}

.cart-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-item-price,
.cart-line-total {
  text-align: right;
  white-space: nowrap;
}

.cart-item-price span,
.cart-line-total span,
.cart-summary span {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.cart-line-total {
  padding-top: 10px;
  border-top: 1px solid rgba(184, 220, 255, 0.78);
}

.cart-summary {
  display: grid;
  gap: 10px;
  padding: 14px;
  color: #075f58;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 8px;
  background: #ecfdf5;
}

.cart-summary strong {
  font-size: 1.02rem;
}

.cart-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cart-qty button {
  min-height: 34px;
  padding: 6px 10px;
  color: #0554dc;
  border: 1px solid #b9ddff;
  border-radius: 8px;
  background: #eef7ff;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

.payment-box {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
}

.payment-box h3 {
  margin-bottom: 2px;
}

.payment-box label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #263241;
  font-weight: 800;
}

.payment-box > label {
  display: none;
}

.billing-grid,
.payment-detail-yape {
  display: grid;
  gap: 10px;
}

.billing-grid label,
.payment-detail-yape label {
  display: grid;
  gap: 6px;
  color: #263241;
  font-size: 0.82rem;
  font-weight: 900;
}

.billing-grid input,
.billing-grid select,
.payment-detail-yape input,
.payment-detail-yape select {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  color: var(--navy);
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  font-weight: 700;
}

.phone-input-group {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
}

.payment-qr-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.1), transparent 34%),
    #ffffff;
  box-shadow: 0 12px 28px rgba(4, 22, 45, 0.06);
}

.payment-qr-card img {
  width: 116px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(184, 220, 255, 0.82);
  border-radius: 8px;
  background: #ffffff;
}

.payment-qr-card strong,
.payment-qr-card small {
  display: block;
}

.payment-qr-card strong {
  color: var(--navy);
  font-size: 0.98rem;
}

.payment-qr-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.qr-view-button {
  width: fit-content;
  margin-top: 10px;
  padding: 8px 12px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(9, 105, 255, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.qr-view-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(9, 105, 255, 0.28);
}

.payment-methods {
  display: grid;
  gap: 10px;
}

.payment-method-card {
  position: relative;
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.payment-method-card:hover {
  transform: translateY(-2px);
  border-color: rgba(5, 84, 220, 0.32);
  box-shadow: 0 14px 30px rgba(4, 22, 45, 0.08);
}

.payment-method-card input {
  margin-top: 4px;
}

.payment-method-card strong,
.payment-method-card small {
  display: block;
}

.payment-method-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.payment-detail {
  padding: 12px;
  border: 1px dashed rgba(5, 84, 220, 0.28);
  border-radius: 8px;
  background: #ffffff;
}

.payment-detail[hidden] {
  display: none;
}

.payment-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.cart-actions {
  display: grid;
  gap: 10px;
}

.cart-actions .button {
  width: 100%;
}

.cart-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cart-clear {
  color: var(--navy);
  border-color: var(--line);
  background: #ffffff;
}

.cart-toast {
  position: fixed;
  right: 22px;
  bottom: 164px;
  z-index: 40;
  max-width: min(320px, calc(100vw - 32px));
  padding: 12px 14px;
  color: #ffffff;
  border-radius: 8px;
  background: #061221;
  box-shadow: 0 18px 42px rgba(4, 22, 45, 0.24);
  font-size: 0.9rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-toast[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

.receipt-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(2, 11, 28, 0.62);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.receipt-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.receipt-backdrop {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
}

.receipt-card {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.12), transparent 28%),
    #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.qr-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.qr-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 28, 0.74);
  backdrop-filter: blur(10px);
}

.qr-card {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.12), transparent 30%),
    #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  text-align: center;
  transform: translateY(14px) scale(0.98);
  transition: transform 200ms ease;
}

.qr-modal[aria-hidden="false"] .qr-card {
  transform: translateY(0) scale(1);
}

.qr-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.qr-card h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.qr-card img {
  display: block;
  width: min(100%, 320px);
  max-height: 64vh;
  margin: 0 auto 14px;
  object-fit: contain;
  border: 1px solid rgba(184, 220, 255, 0.9);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 22, 45, 0.12);
}

.qr-card p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
}

.product-info-modal {
  position: fixed;
  inset: 0;
  z-index: 52;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.product-info-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.product-info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 28, 0.74);
  backdrop-filter: blur(10px);
}

.product-info-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 4vw, 30px);
  width: min(880px, 100%);
  max-height: calc(100vh - 44px);
  padding: clamp(18px, 4vw, 30px);
  overflow-y: auto;
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.12), transparent 30%),
    #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  transform: translateY(14px) scale(0.98);
  transition: transform 200ms ease;
}

.product-info-modal[aria-hidden="false"] .product-info-card {
  transform: translateY(0) scale(1);
}

.product-info-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.product-info-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid rgba(184, 220, 255, 0.9);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 22, 45, 0.12);
}

.product-info-content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-right: 28px;
}

.product-info-content h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.product-info-price {
  width: fit-content;
  padding: 9px 12px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff8a00, #0554dc, var(--cyan));
  font-weight: 900;
}

.product-info-content p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.product-info-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info-content li {
  position: relative;
  padding-left: 18px;
  color: #263241;
  font-weight: 700;
  line-height: 1.45;
}

.product-info-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
}

.receipt-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}

.receipt-document {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 16px;
  color: #102033;
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 22, 45, 0.08);
}

.receipt-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.receipt-brand-block {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.receipt-brand-block img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(5, 84, 220, 0.16);
  border-radius: 50%;
  object-fit: contain;
}

.receipt-brand-block strong,
.receipt-brand-block span {
  display: block;
}

.receipt-brand-block strong {
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.15;
}

.receipt-brand-block span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.25;
}

.receipt-number-box {
  display: grid;
  gap: 3px;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #05245b, #0554dc);
  text-align: right;
  white-space: nowrap;
}

.receipt-number-box span {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.receipt-number-box strong {
  font-size: 0.76rem;
}

.receipt-note {
  margin: 10px 0;
  padding: 8px 10px;
  color: #42526a;
  border-radius: 8px;
  background: #f7fbff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.receipt-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
  padding: 0;
  background: transparent;
}

.receipt-meta div {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 8px;
  background: #f7fbff;
}

.receipt-meta-wide {
  grid-column: 1 / -1;
}

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

.receipt-meta span {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.receipt-meta strong {
  margin: 0;
  color: #263241;
  font-size: 0.76rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.receipt-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.receipt-table th,
.receipt-table td {
  padding: 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.receipt-table th {
  color: #ffffff;
  background: linear-gradient(135deg, #05245b, #0554dc);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.receipt-table td {
  color: #21324f;
  font-size: 0.76rem;
  line-height: 1.3;
}

.receipt-table td span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.66rem;
}

.receipt-index,
.receipt-qty,
.receipt-money {
  width: 1%;
  text-align: center !important;
  white-space: nowrap;
}

.receipt-money {
  text-align: right !important;
}

.receipt-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 10px;
  color: #075f58;
  border-radius: 8px;
  background: #ecfdf5;
  font-weight: 900;
}

.receipt-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.receipt-footer strong,
.receipt-footer span,
.receipt-footer p {
  display: block;
  margin: 0;
}

.receipt-footer strong {
  color: var(--navy);
  font-size: 0.75rem;
}

.receipt-footer span,
.receipt-footer p {
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.35;
}

.receipt-footer p {
  color: #0554dc;
  text-align: right;
}

.receipt-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.receipt-actions .receipt-download-button {
  color: var(--navy);
  border-color: rgba(5, 84, 220, 0.24);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(4, 22, 45, 0.08);
}

.receipt-actions .receipt-download-button:hover {
  border-color: rgba(5, 84, 220, 0.48);
  box-shadow: 0 18px 38px rgba(4, 22, 45, 0.12);
}

.receipt-send-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  color: #754000;
  border: 1px solid rgba(255, 184, 77, 0.5);
  border-radius: 8px;
  background: #fff7e8;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.products-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(0, 212, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 55%, #ffffff 100%);
}

.products-hero {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: center;
  padding: 104px clamp(24px, 7vw, 104px) 50px;
  color: #ffffff;
  background: var(--deep);
  isolation: isolate;
  overflow: hidden;
}

.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 76% 22%, rgba(0, 212, 255, 0.26), transparent 35%),
    linear-gradient(90deg, rgba(2, 11, 28, 0.92), rgba(5, 31, 70, 0.62), rgba(2, 11, 28, 0.18));
}

.products-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--deep);
}

.products-hero-slides span {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  animation: heroSlide 25s ease-in-out infinite;
  will-change: opacity, transform;
}

.products-hero-slides span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=85");
  animation-delay: -1s;
}

.products-hero-slides span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 4s;
}

.products-hero-slides span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1516321497487-e288fb19713f?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 9s;
}

.products-hero-slides span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1485827404703-89b55fcc595e?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 14s;
}

.products-hero-slides span:nth-child(5) {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1800&q=85");
  animation-delay: 19s;
}

.products-hero > div:not(.products-hero-slides) {
  position: relative;
  z-index: 2;
  max-width: 830px;
  padding-left: clamp(0px, 1.4vw, 18px);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
  animation: fadeUp 720ms ease both;
}

.products-hero h1 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.2vw, 4rem);
}

.products-hero p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.products-section {
  background: #ffffff;
}

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

.catalog-block {
  display: grid;
  gap: 16px;
}

.catalog-block + .catalog-block {
  margin-top: 34px;
}

.catalog-heading {
  max-width: 820px;
}

.catalog-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.catalog-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.catalog-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-card {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 42px rgba(4, 22, 45, 0.07);
}

.product-card-featured {
  border-color: rgba(154, 45, 137, 0.28);
  box-shadow: 0 18px 48px rgba(154, 45, 137, 0.12);
}

.product-thumb-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  object-fit: contain;
  padding: 0;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.product-thumb {
  position: relative;
  display: grid;
  min-height: 118px;
  place-items: center;
  margin-bottom: 2px;
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 900;
  isolation: isolate;
}

.product-thumb::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  z-index: -1;
}

.office-thumb {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #9a2d89 0%, #ed6c2f 100%);
}

.windows-thumb {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 49%, transparent 50%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.22) 49%, transparent 50%),
    linear-gradient(135deg, #0067c0 0%, #00a4ef 100%);
}

.linux-thumb {
  color: #071526;
  background:
    radial-gradient(circle at 50% 28%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #f7c948 0%, #f59e0b 100%);
}

.mac-thumb {
  color: #071526;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(135deg, #f8fafc 0%, #cbd5e1 48%, #94a3b8 100%);
}

.security-thumb {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #0f766e 0%, #22c55e 100%);
}

.eset-thumb {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #00756f 0%, #00a99d 100%);
}

.norton-thumb {
  color: #071526;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
}

.defender-thumb {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 49%, transparent 50%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 49%, transparent 50%),
    linear-gradient(135deg, #0f5bd8 0%, #00a4ef 100%);
}

.malwarebytes-thumb {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #123c8c 0%, #2563eb 100%);
}

.bitdefender-thumb {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #991b1b 0%, #ef4444 100%);
}

.phone-rom-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 10%, rgba(34, 197, 94, 0.18), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(0, 212, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f2fff8 100%);
  box-shadow: 0 22px 60px rgba(4, 22, 45, 0.1);
  overflow: hidden;
}

.phone-rom-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #16a34a, #22c55e, var(--cyan));
}

.phone-rom-visual {
  position: relative;
  min-height: 280px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #052e1a 0%, #16a34a 48%, #00b8d9 100%);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(4, 22, 45, 0.14);
}

.phone-rom-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}

.android-glow-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(4, 22, 45, 0.54);
  box-shadow: 0 14px 30px rgba(4, 22, 45, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.phone-rom-content {
  display: grid;
  align-content: center;
  gap: 12px;
}

.phone-rom-content h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  line-height: 1.1;
}

.phone-rom-content p {
  margin-bottom: 0;
  color: var(--muted);
}

.android-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.android-details li {
  position: relative;
  padding: 10px 10px 10px 26px;
  color: #0f3f33;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 8px;
  background: rgba(236, 253, 245, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.android-details li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, var(--cyan));
}

.brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #0747b6;
  border: 1px solid #c8e7ff;
  border-radius: 8px;
  background: #eef7ff;
  font-size: 0.88rem;
  font-weight: 900;
}

.phone-rom-content a {
  display: none;
  width: fit-content;
  margin-top: 0;
  padding: 12px 16px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-weight: 900;
}

.product-badge {
  display: grid;
  min-width: 40px;
  width: fit-content;
  min-height: 24px;
  place-items: center;
  padding: 4px 6px;
  color: #ffffff;
  border-radius: 7px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-size: 0.6rem;
  font-weight: 900;
}

.price-badge {
  align-self: start;
  background: linear-gradient(135deg, #ff8a00, #0554dc, var(--cyan));
  box-shadow: 0 12px 28px rgba(9, 105, 255, 0.22);
  white-space: nowrap;
}

.product-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 6px;
  min-height: 34px;
}

.product-card-heading .price-badge {
  min-width: 40px;
  justify-self: end;
}

.product-card-heading h3 {
  min-width: 0;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 0.94rem;
  font-weight: 900;
}

.product-card p {
  color: var(--muted);
  font-weight: 500;
}

.product-card > p,
.product-card > .product-details,
.product-card > a {
  display: none;
}

.product-details {
  display: grid;
  gap: 7px;
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
}

.product-details li {
  position: relative;
  padding-left: 18px;
  color: #42526a;
  font-size: 0.92rem;
  line-height: 1.35;
}

.product-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
}

.product-card a,
.footer-cta {
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-weight: 900;
}

.product-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.product-info-button,
.buy-button {
  width: 100%;
  min-height: 28px;
  margin-top: 0;
  padding: 5px 8px;
  color: #0554dc;
  border: 1px solid #b9ddff;
  border-radius: 7px;
  background: #eef7ff;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.product-info-button {
  color: #075f58;
  border-color: rgba(16, 185, 129, 0.36);
  background: #ecfdf5;
}

.product-info-button:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #059669, #00d4ff);
  transform: translateY(-2px);
}

.buy-button:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  transform: translateY(-2px);
}

@media (max-width: 420px) {
  .product-card-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-card-actions {
    grid-template-columns: 1fr;
  }
}

.product-note {
  background:
    radial-gradient(circle at 90% 20%, rgba(0, 212, 255, 0.12), transparent 28%),
    #f6fbff;
}

.product-note > div {
  max-width: 850px;
}

.product-note h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}

.product-note p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.08rem;
}

.products-page .site-header {
  background: rgba(245, 250, 255, 0.94);
}

.products-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 212, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef7ff 52%, #ffffff 100%);
}

.products-section > .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  max-width: none;
  padding: 26px;
  color: #ffffff;
  border: 1px solid rgba(0, 212, 255, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 212, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #05245b 0%, #020b1c 100%);
  box-shadow: 0 24px 70px rgba(4, 22, 45, 0.18);
}

.products-section > .section-heading .section-kicker {
  color: var(--gold);
}

.products-section > .section-heading h2 {
  max-width: 760px;
  color: #ffffff;
}

.products-heading-copy {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.products-heading-badge {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.catalog-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.catalog-intro h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.12;
}

.catalog-intro p:not(.section-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.catalog-price-note {
  margin-top: 10px !important;
  color: #0b6b57 !important;
  font-size: 0.92rem !important;
  font-weight: 800;
}

.catalog-tools {
  position: sticky;
  top: 86px;
  z-index: 18;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  margin: 18px 0 24px;
  padding: 14px;
  border: 1px solid rgba(184, 220, 255, 0.86);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(4, 22, 45, 0.08);
  backdrop-filter: blur(16px);
}

.catalog-search {
  display: grid;
  gap: 7px;
}

.catalog-search span {
  color: #053a91;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-search input {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  border: 1px solid rgba(184, 220, 255, 0.95);
  border-radius: 8px;
  background: #ffffff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  outline: none;
}

.catalog-search input:focus {
  border-color: rgba(9, 105, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(9, 105, 255, 0.1);
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.catalog-filters button {
  min-height: 38px;
  padding: 8px 12px;
  color: #064075;
  border: 1px solid rgba(9, 105, 255, 0.18);
  border-radius: 8px;
  background: #f4faff;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.catalog-filters button:hover,
.catalog-filters button.is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #0554dc, #00a7ff);
  transform: translateY(-1px);
}

.catalog-empty {
  margin: 0 0 24px;
  padding: 16px;
  color: #064075;
  border: 1px dashed rgba(9, 105, 255, 0.28);
  border-radius: 8px;
  background: #f4faff;
  font-weight: 800;
}

.catalog-block[hidden],
.product-card[hidden] {
  display: none !important;
}

.catalog-block {
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 60px rgba(4, 22, 45, 0.08);
}

.catalog-heading h3 {
  color: var(--navy);
}

.catalog-heading h3::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0554dc, var(--cyan));
}

.category-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(4, 22, 45, 0.14);
}

.category-icon svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  min-width: 22px;
  min-height: 22px;
  flex: 0 0 22px;
  fill: currentColor;
}

.category-icon svg path {
  transform-box: fill-box;
  transform-origin: center;
}

.office-category-icon {
  background: linear-gradient(135deg, #9a2d89, #ed6c2f);
}

.os-category-icon {
  background: linear-gradient(135deg, #0554dc, var(--cyan));
}

.security-category-icon {
  background: linear-gradient(135deg, #0f766e, #22c55e);
}

.norton-category-icon {
  background: linear-gradient(135deg, #f59e0b, #0f766e);
}

.malwarebytes-category-icon {
  background: linear-gradient(135deg, #071526, #0554dc);
}

.android-category-icon {
  background: linear-gradient(135deg, #16a34a, #00d4ff);
}

.linux-category-icon {
  background: linear-gradient(135deg, #111827, #f7c948);
}

.macos-category-icon {
  background: linear-gradient(135deg, #64748b, #0ea5e9);
}

.streaming-category-icon {
  background: linear-gradient(135deg, #e50914, #111827);
}

.anime-category-icon {
  background: linear-gradient(135deg, #f97316, #7c3aed);
}

.sports-category-icon {
  background: linear-gradient(135deg, #16a34a, #0554dc);
}

.free-category-icon {
  background: linear-gradient(135deg, #0f766e, #22c55e);
}

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

.os-version-card {
  min-height: 0;
  padding: 14px;
}

.os-version-card .product-thumb-img {
  aspect-ratio: 16 / 9;
}

.os-version-card .product-details {
  font-size: 0.86rem;
}

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

.security-version-card {
  min-height: 0;
  padding: 14px;
}

.security-version-card .product-thumb-img {
  aspect-ratio: 16 / 9;
}

.security-version-card .product-details {
  font-size: 0.86rem;
}

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

.streaming-card {
  min-height: 0;
  padding: 14px;
}

.streaming-logo-img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  padding: 0;
  background: #071526;
}

.product-card {
  position: relative;
  border-color: rgba(184, 220, 255, 0.85);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.98) 100%);
  box-shadow: 0 18px 48px rgba(4, 22, 45, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #0554dc, var(--cyan));
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 105, 255, 0.45);
  box-shadow: 0 28px 70px rgba(4, 22, 45, 0.14);
}

.product-card:hover .product-thumb-img {
  transform: scale(1.01);
}

.product-card h3 {
  color: var(--navy);
}

.product-split-title,
.macos-product-title {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.product-split-title span,
.macos-product-title span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-split-title small,
.macos-product-title small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
}

.product-badge {
  box-shadow: 0 6px 16px rgba(9, 105, 255, 0.14);
}

.product-thumb-img {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(4, 22, 45, 0.1);
  transition: transform 220ms ease;
}

.product-card a {
  box-shadow: 0 12px 28px rgba(9, 105, 255, 0.24);
}

.buy-button {
  color: #ffffff;
  border: 0;
  background: linear-gradient(135deg, #ff8a00, #ffb84d);
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.24);
}

.buy-button:hover {
  background: linear-gradient(135deg, #e06f00, #ff9f1a);
}

.phone-rom-panel {
  border-color: rgba(34, 197, 94, 0.28);
  background:
    radial-gradient(circle at 14% 12%, rgba(34, 197, 94, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3fff8 100%);
  box-shadow: 0 24px 70px rgba(4, 22, 45, 0.1);
}

.brand-chips span {
  color: #0f766e;
  border-color: rgba(34, 197, 94, 0.28);
  background: #ecfdf5;
}

.cart-button {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(135deg, #ff8a00 0%, #ffb84d 42%, #00d4ff 100%);
  box-shadow: 0 20px 48px rgba(255, 138, 0, 0.28), 0 12px 32px rgba(9, 105, 255, 0.18);
}

.cart-panel {
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 212, 255, 0.12), transparent 30%),
    #ffffff;
}

.cart-header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-item {
  border-color: rgba(184, 220, 255, 0.85);
  box-shadow: 0 12px 30px rgba(4, 22, 45, 0.06);
}

.payment-box {
  border-color: rgba(184, 220, 255, 0.85);
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 212, 255, 0.1), transparent 36%),
    #f7fbff;
}

.payment-box input {
  accent-color: #0554dc;
}

.service-catalog-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 184, 77, 0.16), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.service-link-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 184, 77, 0.28), transparent 34%),
    linear-gradient(135deg, #3b0764 0%, #05245b 100%);
}

.quick-access {
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 212, 255, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 184, 77, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.quick-access .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.quick-access .product-link-card {
  min-height: 154px;
  align-content: center;
  padding: 24px;
}

.quick-access .product-link-card strong {
  font-size: clamp(1.28rem, 2vw, 1.7rem);
}

.quick-access .product-link-card small {
  max-width: 520px;
}

.professional-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 184, 77, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 54%, #ffffff 100%);
}

.professional-hero {
  background: #140827;
}

.professional-hero::after {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 184, 77, 0.25), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(0, 212, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(27, 8, 64, 0.9), rgba(4, 22, 45, 0.62), rgba(2, 11, 28, 0.18));
}

.professional-hero .products-hero-slides span:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=85");
}

.professional-hero .products-hero-slides span:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1800&q=85");
}

.professional-hero .products-hero-slides span:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=85");
}

.professional-hero .products-hero-slides span:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=85");
}

.professional-hero .products-hero-slides span:nth-child(5) {
  background-image: url("https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1800&q=85");
}

.professional-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 212, 255, 0.1), transparent 26%),
    #ffffff;
}

.professional-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 22px clamp(20px, 6vw, 84px);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 184, 77, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  border-bottom: 1px solid rgba(184, 220, 255, 0.72);
}

.professional-proof article {
  display: grid;
  gap: 6px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(184, 220, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(4, 22, 45, 0.07);
}

.professional-proof span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-size: 0.78rem;
  font-weight: 900;
}

.professional-proof strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.professional-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

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

.professional-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 100%;
  padding: 0;
  border: 1px solid rgba(184, 220, 255, 0.85);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(4, 22, 45, 0.08);
  overflow: hidden;
  animation: cardLiftIn 620ms ease both;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.professional-card:nth-child(2) {
  animation-delay: 80ms;
}

.professional-card:nth-child(3) {
  animation-delay: 160ms;
}

.professional-card:nth-child(4) {
  animation-delay: 240ms;
}

.professional-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 184, 77, 0.42);
  box-shadow: 0 32px 76px rgba(4, 22, 45, 0.16);
}

.professional-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #0554dc, var(--cyan));
  z-index: 2;
}

.professional-visual {
  position: relative;
  min-height: 207px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #05245b, #0554dc);
  overflow: hidden;
}

.professional-visual::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% -10%;
  height: 80%;
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(-4deg);
}

.professional-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.professional-card:hover .professional-visual img {
  filter: saturate(1.16);
  transform: scale(1.045);
}

.professional-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.professional-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  border-radius: 8px;
  background: rgba(6, 18, 33, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 34px rgba(2, 11, 28, 0.24);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, background 220ms ease;
}

.professional-card:hover .professional-icon {
  background: linear-gradient(135deg, #ff8a00, #0554dc);
  transform: translateY(-4px) rotate(-2deg);
}

.professional-card-tech .professional-icon {
  background: rgba(5, 84, 220, 0.88);
}

.professional-card-academic .professional-icon {
  background: rgba(59, 7, 100, 0.88);
}

.professional-card-business .professional-icon {
  background: rgba(15, 118, 110, 0.88);
}

.professional-card-design .professional-icon {
  background: rgba(154, 45, 137, 0.88);
}

.professional-card h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
}

.professional-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}

.professional-actions {
  display: flex;
  flex-wrap: wrap;
  align-self: end;
  gap: 8px;
  margin-top: 4px;
}

.service-info-button {
  width: fit-content;
  padding: 9px 12px;
  color: var(--navy);
  border: 1px solid rgba(5, 84, 220, 0.18);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(4, 22, 45, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-info-button:hover {
  transform: translateY(-2px);
  border-color: rgba(5, 84, 220, 0.34);
  box-shadow: 0 16px 32px rgba(4, 22, 45, 0.12);
}

.professional-card .product-details {
  gap: 6px;
}

.professional-card .professional-detail-list[hidden] {
  display: none;
}

.professional-card .product-details li {
  font-size: 0.8rem;
  line-height: 1.32;
}

.professional-card a {
  width: fit-content;
  align-self: end;
  margin-top: 4px;
  padding: 9px 12px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(9, 105, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.professional-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(9, 105, 255, 0.3);
}

.service-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.service-detail-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.service-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 11, 28, 0.72);
  backdrop-filter: blur(10px);
}

.service-detail-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(184, 220, 255, 0.6);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
  transform: translateY(14px) scale(0.98);
  transition: transform 220ms ease;
}

.service-detail-modal.is-open .service-detail-card {
  transform: translateY(0) scale(1);
}

.service-detail-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy);
  border: 1px solid rgba(5, 84, 220, 0.16);
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.service-detail-close:hover {
  background: #eef6ff;
  transform: rotate(90deg);
}

.account-close,
.contact-modal-close,
.service-detail-close,
.receipt-close,
.qr-close,
.product-info-close,
.cart-close,
.support-chat-header button {
  --close-line: var(--navy);
  --close-bg: rgba(255, 255, 255, 0.82);
  --close-border: rgba(184, 220, 255, 0.82);
  position: absolute;
  display: inline-flex;
  min-width: 88px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  color: var(--close-line);
  border: 1px solid var(--close-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), var(--close-bg));
  box-shadow: 0 14px 32px rgba(4, 22, 45, 0.14);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.account-close::before,
.contact-modal-close::before,
.service-detail-close::before,
.receipt-close::before,
.qr-close::before,
.product-info-close::before,
.cart-close::before,
.support-chat-header button::before {
  content: "Cerrar";
  color: var(--close-line);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.account-close:hover,
.contact-modal-close:hover,
.service-detail-close:hover,
.receipt-close:hover,
.qr-close:hover,
.product-info-close:hover,
.cart-close:hover,
.support-chat-header button:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 255, 0.44);
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(4, 22, 45, 0.2);
}

.contact-modal-close,
.support-chat-header button {
  --close-line: #ffffff;
  --close-bg: rgba(255, 255, 255, 0.1);
  --close-border: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.contact-modal-close:hover,
.support-chat-header button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.42);
}

.cart-close,
.support-chat-header button {
  position: relative;
  top: auto;
  right: auto;
  flex: 0 0 auto;
}

.service-detail-card .section-kicker {
  margin-bottom: 10px;
}

.service-detail-card h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.08;
}

.service-detail-card p:not(.section-kicker) {
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}

.service-detail-content .professional-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-content .professional-detail-list li {
  position: relative;
  padding: 12px 12px 12px 40px;
  color: #21324f;
  border: 1px solid rgba(184, 220, 255, 0.78);
  border-radius: 8px;
  background: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-detail-content .professional-detail-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a00, #0554dc);
  box-shadow: 0 0 0 4px rgba(5, 84, 220, 0.1);
}

.service-detail-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.packages-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 184, 77, 0.2), transparent 28%),
    radial-gradient(circle at 10% 86%, rgba(0, 212, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.packages-section::before {
  content: "";
  position: absolute;
  inset: 18% -8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(5, 84, 220, 0.22), transparent);
}

.packages-section .catalog-intro {
  position: relative;
  z-index: 1;
}

.package-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-grid article {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(184, 220, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 18px 48px rgba(4, 22, 45, 0.08);
  overflow: hidden;
  isolation: isolate;
  animation: cardLiftIn 620ms ease both;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.package-grid article:nth-child(2) {
  animation-delay: 90ms;
}

.package-grid article:nth-child(3) {
  animation-delay: 180ms;
}

.package-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff8a00, #ffb84d);
  background-size: 200% 100%;
  z-index: 2;
  animation: shineLine 4.8s linear infinite;
}

.package-grid article::after {
  content: "01";
  position: absolute;
  right: 18px;
  bottom: -16px;
  z-index: -1;
  color: rgba(5, 84, 220, 0.06);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease;
}

.package-grid article:nth-child(2)::before {
  background: linear-gradient(90deg, #0554dc, var(--cyan));
}

.package-grid article:nth-child(2)::after {
  content: "02";
}

.package-grid article:nth-child(3)::before {
  background: linear-gradient(90deg, #7c3aed, #ff8a00);
}

.package-grid article:nth-child(3)::after {
  content: "03";
}

.package-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 184, 77, 0.58);
  box-shadow: 0 30px 72px rgba(4, 22, 45, 0.15);
}

.package-grid article:hover::after {
  color: rgba(5, 84, 220, 0.1);
  transform: translateY(-8px) rotate(-3deg);
}

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

  .hero-slides span {
    animation: none !important;
    opacity: 0;
    transform: none;
  }

  .hero-slides span:first-child {
    opacity: 1;
  }

  .products-hero-slides span {
    animation: none !important;
    opacity: 0;
    transform: none;
  }

  .products-hero-slides span:first-child {
    opacity: 1;
  }
}

/* Final typography polish */
.section-kicker,
.eyebrow {
  color: #ff9f1a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.section-heading h2,
.product-teaser-content h2,
.catalog-intro h2,
.products-section > .section-heading h2 {
  color: #061221;
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.products-hero h1,
.professional-hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  line-height: 1.05;
}

.product-link-card strong,
.professional-card h3,
.product-card h3,
.service-card h3,
.package-grid h3,
.catalog-heading h3 {
  letter-spacing: 0;
}

.catalog-heading h3 {
  color: #061221;
  font-size: clamp(1.32rem, 2vw, 1.9rem);
  line-height: 1.15;
}

.service-card h3 {
  color: #061221;
  font-size: 1.02rem;
  line-height: 1.3;
}

.product-card h3,
.professional-card h3 {
  color: #061221;
  font-size: 0.82rem;
  line-height: 1.3;
}

.product-link-card strong {
  font-size: 1.25rem;
}

.trust-grid strong,
.timeline strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-copy,
.product-teaser-content p,
.trust-grid p,
.service-card p,
.timeline p,
.catalog-intro p,
.catalog-heading p,
.product-card p,
.professional-card p,
.package-grid p,
.product-note p:not(.section-kicker),
.phone-rom-content p {
  color: #4a5a73;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.68;
}

.hero-copy,
.products-hero p:not(.eyebrow),
.professional-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.72;
}

.product-details li {
  color: #40516a;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.42;
}

.button,
.buy-button,
.product-card a,
.professional-card a,
.footer-cta,
.phone-rom-content a {
  font-size: 0.68rem;
  letter-spacing: 0;
}

.brand-name {
  font-size: 1.16rem;
}

.brand-subtitle,
.nav {
  font-size: 0.88rem;
}

.brand-role {
  font-size: 0.64rem;
}

.product-badge,
.professional-icon,
.category-icon,
.package-grid span {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.product-card .product-badge {
  font-size: 0.6rem;
  letter-spacing: 0;
}

.package-grid span {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 8px 12px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff8a00, #ffb84d);
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 138, 0, 0.22);
}

.package-grid span::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% 0;
  width: 34%;
  background: rgba(255, 255, 255, 0.42);
  filter: blur(2px);
  animation: chipSweep 3.8s ease-in-out infinite;
}

.package-grid article:nth-child(2) span {
  background: linear-gradient(135deg, #0554dc, var(--cyan));
  box-shadow: 0 12px 24px rgba(5, 84, 220, 0.22);
}

.package-grid article:nth-child(3) span {
  background: linear-gradient(135deg, #7c3aed, #ff8a00);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.22);
}

.package-grid h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.25;
}

.package-grid p {
  margin-bottom: 0;
  color: var(--muted);
  text-align: left;
}

.profitable-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(34, 197, 94, 0.12), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(0, 212, 255, 0.12), transparent 30%),
    #ffffff;
}

.profitable-section::before {
  content: "";
  position: absolute;
  inset: auto 8% 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.2), transparent);
}

.profitable-section .catalog-intro,
.professional-chips {
  position: relative;
  z-index: 1;
}

.professional-chips {
  max-width: none;
  gap: 12px;
}

.professional-chips span {
  position: relative;
  overflow: hidden;
  min-height: 40px;
  padding: 10px 14px;
  color: #075f58;
  border-color: rgba(34, 197, 94, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 253, 245, 0.98) 100%);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.08);
  animation: chipPopIn 520ms ease both;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.professional-chips span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, var(--cyan));
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.professional-chips span::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% 0;
  width: 30%;
  background: rgba(255, 255, 255, 0.58);
  filter: blur(2px);
  animation: chipSweep 4.4s ease-in-out infinite;
}

.professional-chips span:nth-child(2) {
  animation-delay: 50ms;
}

.professional-chips span:nth-child(3) {
  animation-delay: 100ms;
}

.professional-chips span:nth-child(4) {
  animation-delay: 150ms;
}

.professional-chips span:nth-child(5) {
  animation-delay: 200ms;
}

.professional-chips span:nth-child(6) {
  animation-delay: 250ms;
}

.professional-chips span:nth-child(7) {
  animation-delay: 300ms;
}

.professional-chips span:nth-child(8) {
  animation-delay: 350ms;
}

.professional-chips span:nth-child(n + 9) {
  animation-delay: 400ms;
}

.professional-chips span:hover {
  color: #ffffff;
  border-color: rgba(5, 84, 220, 0.18);
  background: linear-gradient(135deg, #0f766e, #0554dc);
  box-shadow: 0 18px 40px rgba(5, 84, 220, 0.18);
  transform: translateY(-4px);
}

.professional-chips span:hover::before {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

/* Home alignment polish */
.trust .section-heading,
.services .section-heading,
.process .section-heading,
.quick-access .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.trust-grid article,
.service-card,
.timeline div {
  text-align: center;
}

.trust-grid p,
.service-card p,
.timeline p {
  text-align: center;
}

.product-teaser-content,
.contact-strip > div:first-child,
.product-link-card {
  text-align: center;
}

.product-teaser-content h2,
.product-teaser-content p,
.contact-strip h2,
.contact-strip p:not(.section-kicker),
.product-link-card small,
.footer-bottom p {
  margin-right: auto;
  margin-left: auto;
}

.contact-strip h2,
.contact-strip p:not(.section-kicker),
.product-link-card small {
  text-align: center;
}

.product-link-card span {
  margin-right: auto;
  margin-left: auto;
}

.service-card .icon {
  margin-right: auto;
  margin-left: auto;
}

.timeline strong {
  color: #0554dc;
}

.timeline div {
  display: grid;
  align-content: center;
}

.timeline p {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-heading .section-kicker::before,
.section-heading .section-kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0554dc, #00d4ff);
}

.section-heading .section-kicker::before {
  margin-right: 10px;
}

.section-heading .section-kicker::after {
  margin-left: 10px;
}

.product-teaser .section-kicker::before,
.product-teaser .section-kicker::after,
.service-catalog-teaser .section-kicker::before,
.service-catalog-teaser .section-kicker::after,
.contact-strip .section-kicker::before,
.contact-strip .section-kicker::after {
  display: none;
}

@media (max-width: 980px) {
  .professional-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid,
  .service-grid,
  .quick-access-grid,
  .products-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-grid {
    display: flex;
    gap: 16px;
    margin-right: -20px;
    overflow-x: auto;
    padding: 4px 20px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .professional-card {
    flex: 0 0 min(82vw, 360px);
    scroll-snap-align: start;
  }

  .intro,
  .product-teaser,
  .service-catalog-teaser,
  .contact-strip,
  .phone-rom-panel,
  .products-section > .section-heading,
  .footer-main,
  .location-card,
  .contact {
    grid-template-columns: 1fr;
  }

  .package-grid {
    gap: 14px;
  }

  .package-grid article {
    min-height: 210px;
  }

  .android-details {
    grid-template-columns: 1fr;
  }

  .catalog-tools {
    position: static;
    grid-template-columns: 1fr;
  }

  .catalog-filters {
    justify-content: flex-start;
  }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .products-grid,
  .os-grid,
  .security-grid,
  .streaming-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .form-row,
  .phone-row,
  .phone-input-group {
    grid-template-columns: 1fr;
  }

  .payment-qr-card {
    grid-template-columns: 1fr;
  }

  .payment-qr-card img {
    width: min(100%, 220px);
  }

  .site-header {
    position: sticky;
    flex-direction: row;
    align-items: center;
    padding: 10px 14px;
    gap: 12px;
  }

  body.mobile-menu-open .site-header {
    z-index: 70;
  }

  .brand-logo-wrap {
    width: 54px;
    height: 54px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
  }

  .brand-role {
    font-size: 0.58rem;
  }

  .nav {
    position: fixed;
    top: 82px;
    right: 14px;
    z-index: 62;
    display: grid;
    align-content: start;
    margin-left: 0;
    width: min(330px, calc(100vw - 28px));
    max-height: calc(100vh - 104px);
    padding: 12px;
    gap: 10px;
    color: var(--navy);
    overflow-y: auto;
    border: 1px solid rgba(184, 220, 255, 0.9);
    border-radius: 14px;
    background:
      radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.16), transparent 34%),
      #ffffff;
    box-shadow: 0 24px 70px rgba(2, 11, 28, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-dropdown {
    display: grid;
    gap: 6px;
    width: 100%;
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    gap: 7px;
    padding: 6px 0 0 12px;
    border: 0;
    border-left: 2px solid rgba(9, 105, 255, 0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav .nav-submenu a {
    padding: 9px 12px;
    color: #42526a;
    background: #f6fbff;
    font-size: 0.9rem;
  }

  .nav-subitem {
    display: grid;
    gap: 6px;
  }

  .nav-subitem::after,
  .nav-subitem-panel::before {
    display: none;
  }

  .nav .nav-subitem-trigger {
    font-weight: 900;
  }

  .nav .nav-subitem-trigger::after {
    content: "";
    display: none;
  }

  .nav-subitem-panel {
    position: static;
    min-width: 0;
    gap: 6px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid rgba(0, 212, 255, 0.2);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .nav .nav-subitem-panel a {
    background: #eef8ff;
    font-size: 0.86rem;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .header-actions {
    margin-left: auto;
    position: relative;
    z-index: 64;
  }

  .account-nav-button {
    flex: 0 0 auto;
    min-width: 38px;
    padding: 8px 10px;
  }

  .account-nav-button span {
    display: none;
  }

  .mobile-menu-button {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    gap: 4px;
    padding: 9px;
    border: 1px solid rgba(184, 220, 255, 0.95);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(4, 22, 45, 0.1);
    cursor: pointer;
  }

  .mobile-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--navy);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mobile-menu-button.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    border: 0;
    background: rgba(2, 11, 28, 0.24);
    backdrop-filter: blur(2px);
  }

  .mobile-nav-backdrop[hidden] {
    display: none;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .account-tabs {
    grid-template-columns: 1fr;
  }

  .contact-modal {
    align-items: center;
    justify-items: center;
    padding: 18px;
  }

  .contact-modal-card {
    width: min(100%, 360px);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    padding: 30px 20px 22px;
    text-align: center;
    border-radius: 12px;
  }

  .contact-modal-card h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .contact-modal-card p:not(.section-kicker) {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .contact-modal-countdown {
    position: static;
    width: fit-content;
    min-height: 30px;
    margin: 0 auto 12px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .contact-modal-card .contact-actions {
    justify-content: stretch;
  }

  .account-close,
  .contact-modal-close,
  .service-detail-close,
  .receipt-close,
  .qr-close,
  .product-info-close {
    min-width: 78px;
    min-height: 36px;
    padding: 8px 12px;
  }

  .nav a {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(9, 105, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
  }

  .nav a::before,
  .nav a::after {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 68px 24px 42px;
  }

  .hero-content,
  .products-hero > div:not(.products-hero-slides) {
    padding-left: 0;
  }

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

  .hero-search {
    width: 100%;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }

  .hero-search-box {
    grid-template-columns: auto minmax(0, 1fr);
    border-radius: 12px;
  }

  .hero-search-box button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero-search-suggestions button,
  .hero-results-grid a {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .trust-grid,
  .service-grid,
  .quick-access-grid,
  .professional-proof,
  .package-grid,
  .hero-results-grid,
  .products-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-search-results {
    padding: 24px 18px;
  }

  .product-info-card {
    grid-template-columns: 1fr;
  }

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

  .phone-rom-visual,
  .phone-rom-image {
    min-height: 220px;
  }

  .product-info-content {
    padding-right: 0;
  }

  .feature-list article {
    grid-template-columns: 1fr;
  }

  .package-grid article {
    min-height: auto;
    padding: 22px;
  }

  .package-grid article::after {
    font-size: 5rem;
  }

  .section,
  .contact {
    padding: 34px 18px;
  }

  .products-hero {
    padding: 78px 24px 42px;
  }

  .catalog-intro {
    margin-bottom: 18px;
  }

  .catalog-tools {
    margin: 14px 0 20px;
    padding: 12px;
  }

  .catalog-filters {
    gap: 7px;
  }

  .catalog-filters button {
    flex: 1 1 auto;
    min-width: 88px;
  }

  .contact-actions {
    justify-content: stretch;
  }

  .contact-actions .button {
    width: 100%;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .support-chat-button {
    right: 16px;
    bottom: 84px;
    width: 54px;
    height: 54px;
  }

  .products-page .support-chat-button {
    bottom: 148px;
  }

  .support-chat {
    right: 16px;
    bottom: 148px;
    width: min(360px, calc(100vw - 32px));
    max-height: calc(100vh - 190px);
  }

  .products-page .support-chat {
    bottom: 212px;
  }

  .cart-button {
    right: 16px;
    bottom: 84px;
  }

  .cart-toast {
    right: 16px;
    bottom: 148px;
  }

  .receipt-meta,
  .receipt-actions {
    grid-template-columns: 1fr;
  }

  .products-hero {
    min-height: auto;
    padding: 72px 20px 42px;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 12mm;
  }

  body > *:not(.receipt-modal) {
    display: none !important;
  }

  .receipt-modal {
    position: static;
    display: block;
    padding: 0;
    background: #ffffff;
    opacity: 1;
    visibility: visible;
  }

  .receipt-card {
    width: 105mm;
    max-height: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .receipt-document {
    width: 105mm;
    min-height: 148mm;
    margin: 0;
    padding: 7mm;
    border: 1px solid #c9d8eb;
    box-shadow: none;
  }

  .receipt-close,
  .receipt-actions,
  .receipt-send-note,
  .receipt-backdrop {
    display: none !important;
  }
}
