/*
 * eZWay Connect + eZWay TV combined promotional landing page
 * Page-specific components and responsive behavior.
 */

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  position: fixed;
  z-index: 1040;
  inset: 0 0 auto;
  padding-top: 0.7rem;
  transition:
    padding var(--ez-transition),
    background-color var(--ez-transition),
    box-shadow var(--ez-transition),
    border-color var(--ez-transition);
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.72);
  content: "";
  backdrop-filter: blur(18px) saturate(140%);
  transition:
    background-color var(--ez-transition),
    border-color var(--ez-transition),
    box-shadow var(--ez-transition);
}

.site-header.is-scrolled {
  padding-top: 0;
}

.site-header.is-scrolled::before {
  border-color: rgba(16, 16, 16, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 40px rgba(25, 18, 5, 0.08);
}

.site-header .navbar {
  min-height: 76px;
  padding-block: 0.55rem;
}

.site-header .navbar-brand {
  order: 1;
}

.site-header .navbar-collapse {
  order: 2;
}

.site-header .navbar-toggler {
  order: 4;
}

.brand-combo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
}

.brand-combo__mark {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--ez-gold-500);
  box-shadow: 0 8px 20px rgba(217, 162, 15, 0.24);
}

.brand-combo__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-combo__text {
  display: grid;
  line-height: 1;
}

.brand-combo__name {
  color: var(--ez-ink-950);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.brand-combo__products {
  margin-top: 0.3rem;
  color: var(--ez-ink-500);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header .navbar-nav {
  gap: 0.15rem;
}

.site-header .nav-link {
  position: relative;
  padding: 0.75rem 0.85rem !important;
  border-radius: 0.8rem;
  color: var(--ez-ink-600);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    color var(--ez-transition),
    background-color var(--ez-transition);
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--ez-ink-950);
  background: var(--ez-gold-50);
}

.navbar-toggler {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 0.85rem;
  background: var(--ez-white);
  box-shadow: var(--ez-shadow-sm);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 162, 15, 0.2);
}

.navbar-toggler-icon-custom {
  position: relative;
  width: 1.15rem;
  height: 0.8rem;
}

.navbar-toggler-icon-custom::before,
.navbar-toggler-icon-custom::after,
.navbar-toggler-icon-custom span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: var(--ez-ink-950);
  content: "";
}

.navbar-toggler-icon-custom::before {
  top: 0;
}

.navbar-toggler-icon-custom span {
  top: calc(50% - 1px);
}

.navbar-toggler-icon-custom::after {
  bottom: 0;
}

.ezway-sites-switcher {
  position: relative;
  z-index: 2;
  order: 3;
  margin-left: 0.65rem;
}

.ezway-sites-button {
  display: inline-flex;
  min-height: 2.95rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(217, 162, 15, 0.26);
  border-radius: 0.75rem;
  background: rgba(255, 250, 240, 0.86);
  color: var(--ez-gold-700);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(217, 162, 15, 0.1);
  transition:
    background-color var(--ez-transition),
    border-color var(--ez-transition),
    box-shadow var(--ez-transition),
    transform var(--ez-transition);
}

.ezway-sites-button:hover,
.ezway-sites-button[aria-expanded="true"] {
  border-color: rgba(217, 162, 15, 0.42);
  background: var(--ez-gold-50);
  color: var(--ez-gold-700);
  box-shadow: 0 14px 30px rgba(217, 162, 15, 0.15);
  transform: translateY(-1px);
}

.ezway-sites-button svg {
  width: 1.1rem;
  height: 1.1rem;
}

.ezway-sites-panel {
  position: absolute;
  top: calc(100% + 0.85rem);
  right: 0;
  width: min(22rem, calc(100vw - 2rem));
  padding: 1.15rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 24px 70px rgba(22, 18, 8, 0.18);
}

.ezway-sites-panel::before {
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid rgba(16, 16, 16, 0.08);
  border-left: 1px solid rgba(16, 16, 16, 0.08);
  background: inherit;
  content: "";
  transform: rotate(45deg);
}

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

.ezway-site-link {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 0.45rem;
  color: var(--ez-ink-900);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.ezway-site-link:hover {
  color: var(--ez-ink-950);
}

.ezway-site-link__icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--ez-gold-500);
  color: var(--ez-white);
  box-shadow: 0 12px 24px rgba(217, 162, 15, 0.22);
  transition:
    background-color var(--ez-transition),
    transform var(--ez-transition),
    box-shadow var(--ez-transition);
}

.ezway-site-link__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ezway-site-link:hover .ezway-site-link__icon {
  background: var(--ez-gold-600);
  box-shadow: 0 16px 30px rgba(217, 162, 15, 0.3);
  transform: translateY(-2px);
}

.ezway-site-link__name {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 820px;
  padding-top: 126px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 16%,
      rgba(255, 213, 96, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 4% 76%,
      rgba(102, 84, 217, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #fffefa 0%, #f7f5ef 100%);
}

.hero::before {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(217, 162, 15, 0.15);
  border-radius: 50%;
  content: "";
  inset: 12% auto auto 60%;
  box-shadow:
    0 0 0 60px rgba(217, 162, 15, 0.035),
    0 0 0 120px rgba(217, 162, 15, 0.022),
    0 0 0 180px rgba(217, 162, 15, 0.014);
}

.hero::after {
  position: absolute;
  width: 46%;
  height: 100%;
  opacity: 0.44;
  background-image: radial-gradient(
    rgba(217, 162, 15, 0.55) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  content: "";
  inset: 0 0 auto auto;
  mask-image: linear-gradient(to left, black, transparent 82%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(217, 162, 15, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ez-gold-700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(34, 26, 7, 0.06);
  backdrop-filter: blur(14px);
}

.hero__eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ez-gold-400);
  box-shadow: 0 0 0 5px rgba(246, 184, 15, 0.12);
}

.hero__title {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.15rem, 6.6vw, 4.2rem);
  font-weight: 800;
  line-height: 0.96;
  /* letter-spacing: -0.065em; */
}

.hero__title-highlight {
  display: block;
  color: var(--ez-gold-500);
}

.hero__copy {
  max-width: 620px;
  margin-bottom: 2rem;
  color: var(--ez-ink-500);
  font-size: clamp(1.03rem, 1.7vw, 1.18rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.7rem;
}

.hero__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero__platforms .pill svg {
  width: 0.95rem;
  height: 0.95rem;
}

.hero__device-column {
  position: relative;
  min-height: 650px;
}

.device-stage {
  position: relative;
  width: min(100%, 640px);
  min-height: 650px;
  margin-inline: auto;
}

.device-stage::before {
  position: absolute;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 48% 40%,
    rgba(255, 216, 100, 0.4),
    rgba(246, 184, 15, 0.1) 43%,
    transparent 68%
  );
  content: "";
  inset: 8% auto auto 11%;
  filter: blur(4px);
}

.device-stage::after {
  position: absolute;
  z-index: 0;
  width: 82%;
  height: 10%;
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.22);
  content: "";
  inset: auto 9% 4%;
  filter: blur(30px);
}

.device-stage__phone {
  position: absolute;
  z-index: 2;
  width: clamp(235px, 42vw, 355px);
  height: auto;
  filter: drop-shadow(0 36px 42px rgba(11, 8, 2, 0.22));
  user-select: none;
  pointer-events: none;
}

.device-stage__phone--connect {
  z-index: 3;
  top: 5%;
  left: 2%;
  transform: rotate(-4deg);
}

.device-stage__phone--tv {
  top: 12%;
  right: 0;
  transform: rotate(4deg);
}

.device-stage__chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 170px;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--ez-shadow-md);
  backdrop-filter: blur(14px);
}

.device-stage__chip--connect {
  left: -2%;
  bottom: 12%;
}

.device-stage__chip--tv {
  right: -1%;
  bottom: 4%;
  color: var(--ez-white);
  background: rgba(14, 14, 14, 0.92);
}

.device-stage__chip-icon {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--ez-gold-400);
  color: var(--ez-ink-950);
}

.device-stage__chip-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.device-stage__chip-label {
  display: block;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.device-stage__chip-copy {
  display: block;
  margin-top: 0.18rem;
  color: var(--ez-ink-500);
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.2;
}

.device-stage__chip--tv .device-stage__chip-copy {
  color: rgba(255, 255, 255, 0.62);
}

.hero-proof {
  position: relative;
  z-index: 3;
  margin-top: -0.5rem;
  padding-bottom: 1.6rem;
}

.hero-proof__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--ez-shadow-sm);
  backdrop-filter: blur(14px);
}

.hero-proof__item {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 0.75rem;
  padding-inline: 0.75rem;
  border-right: 1px solid rgba(16, 16, 16, 0.08);
}

.hero-proof__item:last-child {
  border-right: 0;
}

.hero-proof__icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--ez-gold-50);
  color: var(--ez-gold-600);
}

.hero-proof__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.hero-proof__label {
  color: var(--ez-ink-950);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-proof__copy {
  display: block;
  margin-top: 0.15rem;
  color: var(--ez-ink-400);
  font-size: 0.68rem;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Product overview
   -------------------------------------------------------------------------- */

.overview-section {
  background: var(--ez-white);
}

.product-card {
  position: relative;
  height: 100%;
  min-height: 570px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  border-radius: var(--ez-radius-xl);
  transition:
    transform var(--ez-transition),
    box-shadow var(--ez-transition);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ez-shadow-md);
}

.product-card--connect {
  border: 1px solid rgba(217, 162, 15, 0.2);
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(255, 226, 143, 0.5),
      transparent 36%
    ),
    linear-gradient(145deg, #fffdf8, #fff 70%);
}

.product-card--tv {
  color: var(--ez-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 98% 4%,
      rgba(246, 184, 15, 0.22),
      transparent 35%
    ),
    radial-gradient(
      circle at 0% 100%,
      rgba(217, 162, 15, 0.12),
      transparent 38%
    ),
    var(--ez-ink-950);
  box-shadow: 0 24px 70px rgba(7, 7, 7, 0.18);
}

.product-card::after {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.06;
  content: "";
  inset: -120px -100px auto auto;
  box-shadow:
    0 0 0 42px currentColor,
    0 0 0 84px currentColor;
}

.product-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.product-brand__icon {
  width: 3.35rem;
  height: 3.35rem;
  padding: 0.35rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1rem;
  background: var(--ez-white);
  object-fit: cover;
}

.product-card--tv .product-brand__icon {
  border-color: rgba(255, 255, 255, 0.12);
}

.product-brand__name {
  display: block;
  color: inherit;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
}

.product-brand__tagline {
  display: block;
  margin-top: 0.25rem;
  color: var(--ez-ink-400);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card--tv .product-brand__tagline {
  color: rgba(255, 255, 255, 0.48);
}

.product-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  color: var(--ez-success);
  background: rgba(24, 168, 107, 0.08);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__status::before {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
  box-shadow: 0 0 0 4px rgba(24, 168, 107, 0.12);
}

.product-card--tv .product-card__status {
  color: #ffcf45;
  background: rgba(246, 184, 15, 0.1);
}

.product-card__title {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-bottom: 1rem;
  color: inherit;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.product-card__copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin-bottom: 1.8rem;
  color: var(--ez-ink-500);
  font-size: 1rem;
}

.product-card--tv .product-card__copy {
  color: rgba(255, 255, 255, 0.66);
}

.product-card__features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}

.product-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.8rem;
  border: 1px solid rgba(16, 16, 16, 0.07);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ez-ink-700);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-card--tv .product-card__features li {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
}

.product-card__features svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.08rem;
  color: var(--ez-gold-500);
}

.product-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.product-card--tv .btn-ez--ghost {
  --btn-color: var(--ez-white);
  --btn-border: rgba(255, 255, 255, 0.18);
}

.product-card--tv .btn-ez--ghost:hover {
  --btn-bg: rgba(255, 255, 255, 0.08);
  --btn-border: rgba(255, 255, 255, 0.28);
}

/* --------------------------------------------------------------------------
   Video showcase
   -------------------------------------------------------------------------- */

.video-section {
  overflow: hidden;
  color: var(--ez-white);
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(246, 184, 15, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(102, 84, 217, 0.16),
      transparent 24%
    ),
    #090909;
}

.video-section .section-heading {
  color: var(--ez-white);
}

.video-section .section-copy {
  color: rgba(255, 255, 255, 0.58);
}

.product-tabs {
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}

.product-tabs .nav-link {
  min-width: 150px;
  padding: 0.8rem 1.05rem;
  border: 0;
  border-radius: 0.75rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 800;
}

.product-tabs .nav-link.active {
  color: var(--ez-ink-950);
  background: var(--ez-gold-400);
  box-shadow: 0 12px 28px rgba(246, 184, 15, 0.2);
}

.video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--ez-radius-xl);
  background: #111;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.video-shell::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.video-shell video,
.video-shell iframe,
.video-shell__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.video-shell video,
.video-shell iframe {
  border: 0;
  background: #0b0b0b;
  object-fit: cover;
}

.video-shell__poster {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  color: var(--ez-white);
  background: #0b0b0b;
  cursor: pointer;
}

.video-shell__poster img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.74;
  transition:
    transform 700ms ease,
    opacity var(--ez-transition);
}

.video-shell__poster::after {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
}

.video-shell__poster:hover img {
  opacity: 0.84;
  transform: scale(1.025);
}

.video-shell__play {
  position: relative;
  z-index: 2;
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--ez-gold-400);
  color: var(--ez-ink-950);
  box-shadow: 0 20px 50px rgba(246, 184, 15, 0.34);
}

.video-shell__play svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.18rem;
}

.video-shell__caption {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}

.video-shell__caption strong {
  display: block;
  color: var(--ez-white);
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
}

.video-shell__caption span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.video-points {
  display: grid;
  gap: 0.8rem;
}

.video-point {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.video-point__number {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.75rem;
  background: rgba(246, 184, 15, 0.12);
  color: var(--ez-gold-300);
  font-size: 0.72rem;
  font-weight: 900;
}

.video-point strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ez-white);
  font-size: 0.9rem;
}

.video-point span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* --------------------------------------------------------------------------
   App previews
   -------------------------------------------------------------------------- */

.preview-section {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(217, 162, 15, 0.08),
      transparent 26%
    ),
    var(--ez-canvas);
}

.preview-tabs {
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.35rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--ez-shadow-sm);
}

.preview-tabs .nav-link {
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  color: var(--ez-ink-500);
  font-size: 0.82rem;
  font-weight: 800;
}

.preview-tabs .nav-link.active {
  color: var(--ez-ink-950);
  background: var(--ez-gold-400);
}

.preview-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.5rem;
  background: var(--ez-white);
  box-shadow: var(--ez-shadow-sm);
  text-align: left;
  cursor: zoom-in;
  transition:
    transform var(--ez-transition),
    box-shadow var(--ez-transition),
    border-color var(--ez-transition);
}

.preview-card:hover {
  border-color: rgba(217, 162, 15, 0.34);
  transform: translateY(-5px);
  box-shadow: var(--ez-shadow-md);
}

.preview-card__image-wrap {
  position: relative;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  background: #eceae4;
}

.preview-card--wide .preview-card__image-wrap {
  aspect-ratio: 16 / 8.3;
  min-height: 330px;
}

.preview-card--phone .preview-card__image-wrap {
  aspect-ratio: 0.84;
  min-height: 440px;
}

.preview-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.72, 0.24, 1);
}

.preview-card--phone .preview-card__image {
  object-position: top center;
}

.preview-card:hover .preview-card__image {
  transform: scale(1.025);
}

.preview-card__shade {
  position: absolute;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.68));
  inset: 0;
}

.preview-card__meta {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ez-white);
}

.preview-card__meta strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 900;
}

.preview-card__meta span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 650;
}

.preview-card__zoom {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.preview-card__zoom svg {
  width: 1.1rem;
  height: 1.1rem;
}

.preview-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 1.4rem;
  background: #101010;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.preview-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: var(--ez-white);
}

.preview-modal .btn-close {
  filter: invert(1) grayscale(1);
}

.preview-modal__image {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #080808;
}

/* --------------------------------------------------------------------------
   Features
   -------------------------------------------------------------------------- */

.features-section {
  background: var(--ez-white);
}

.feature-group {
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: var(--ez-radius-xl);
}

.feature-group--connect {
  border: 1px solid rgba(217, 162, 15, 0.16);
  background: linear-gradient(145deg, #fffdf8, #fff8e5);
}

.feature-group--tv {
  color: var(--ez-white);
  background: var(--ez-ink-950);
  box-shadow: 0 26px 70px rgba(7, 7, 7, 0.18);
}

.feature-group__header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.feature-group__icon {
  width: 3rem;
  height: 3rem;
  padding: 0.28rem;
  border-radius: 0.9rem;
  background: var(--ez-white);
  object-fit: cover;
}

.feature-group__title {
  margin: 0;
  color: inherit;
  font-size: 1.35rem;
}

.feature-group__sub {
  display: block;
  margin-top: 0.18rem;
  color: var(--ez-ink-400);
  font-size: 0.72rem;
  font-weight: 700;
}

.feature-group--tv .feature-group__sub {
  color: rgba(255, 255, 255, 0.45);
}

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

.feature-item {
  padding: 1rem;
  border: 1px solid rgba(16, 16, 16, 0.07);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.7);
}

.feature-group--tv .feature-item {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.feature-item .icon-box {
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
}

.feature-group--tv .feature-item .icon-box {
  background: rgba(246, 184, 15, 0.1);
  color: var(--ez-gold-300);
}

.feature-item h3 {
  margin-bottom: 0.45rem;
  color: inherit;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.feature-item p {
  color: var(--ez-ink-500);
  font-size: 0.78rem;
  line-height: 1.5;
}

.feature-group--tv .feature-item p {
  color: rgba(255, 255, 255, 0.5);
}

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

.benefit-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.25rem;
  background: var(--ez-canvas);
}

.benefit-card strong {
  display: block;
  color: var(--ez-ink-950);
  font-size: 0.88rem;
}

.benefit-card span {
  display: block;
  margin-top: 0.2rem;
  color: var(--ez-ink-400);
  font-size: 0.72rem;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Download cards
   -------------------------------------------------------------------------- */

.download-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(246, 184, 15, 0.14),
      transparent 25%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(102, 84, 217, 0.08),
      transparent 24%
    ),
    var(--ez-canvas-warm);
}

.download-section::after {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(217, 162, 15, 0.1);
  border-radius: 50%;
  content: "";
  inset: auto -180px -250px auto;
  box-shadow:
    0 0 0 70px rgba(217, 162, 15, 0.025),
    0 0 0 140px rgba(217, 162, 15, 0.014);
}

.download-card {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
  overflow: hidden;
  border-radius: var(--ez-radius-xl);
}

.download-card--connect {
  border: 1px solid rgba(217, 162, 15, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--ez-shadow-md);
}

.download-card--tv {
  color: var(--ez-white);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(246, 184, 15, 0.2),
      transparent 30%
    ),
    var(--ez-ink-950);
  box-shadow: 0 28px 76px rgba(7, 7, 7, 0.2);
}

.download-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.download-card__brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.download-card__brand img {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.3rem;
  border-radius: 0.95rem;
  background: var(--ez-white);
  object-fit: cover;
}

.download-card__brand strong {
  display: block;
  color: inherit;
  font-size: 1.1rem;
}

.download-card__brand span {
  display: block;
  margin-top: 0.18rem;
  color: var(--ez-ink-400);
  font-size: 0.7rem;
  font-weight: 700;
}

.download-card--tv .download-card__brand span {
  color: rgba(255, 255, 255, 0.45);
}

.download-card__free {
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  color: var(--ez-success);
  background: rgba(24, 168, 107, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-card--tv .download-card__free {
  color: var(--ez-gold-300);
  background: rgba(246, 184, 15, 0.1);
}

.platform-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.2rem;
  background: var(--ez-canvas);
}

.platform-download + .platform-download {
  margin-top: 0.8rem;
}

.download-card--tv .platform-download {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.platform-download__label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
  color: var(--ez-ink-500);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-card--tv .platform-download__label {
  color: rgba(255, 255, 255, 0.45);
}

.platform-download__label svg {
  width: 1.05rem;
  height: 1.05rem;
}

.store-badge {
  display: inline-flex;
  min-width: 190px;
  min-height: 3.25rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  color: var(--ez-white);
  background: var(--ez-ink-950);
  transition:
    transform var(--ez-transition),
    box-shadow var(--ez-transition),
    background-color var(--ez-transition);
}

.store-badge:hover {
  color: var(--ez-white);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16, 16, 16, 0.18);
}

.download-card--tv .store-badge {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.download-card--tv .store-badge:hover {
  background: rgba(255, 255, 255, 0.13);
}

.store-badge__icon {
  display: grid;
  width: 1.8rem;
  place-items: center;
  flex: 0 0 auto;
}

.store-badge__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.store-badge__text {
  display: grid;
  color: inherit;
  line-height: 1.05;
}

.store-badge__text small {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.store-badge__text strong {
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.platform-download__qr {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  padding: 0.45rem;
  border-radius: 0.85rem;
  background: var(--ez-white);
  box-shadow: inset 0 0 0 1px rgba(16, 16, 16, 0.08);
}

.platform-download__qr img {
  width: 100%;
  height: 100%;
  image-rendering: auto;
}

.download-card__note {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
  color: var(--ez-ink-400);
  font-size: 0.72rem;
  line-height: 1.45;
}

.download-card--tv .download-card__note {
  color: rgba(255, 255, 255, 0.42);
}

.download-card__note svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

/* --------------------------------------------------------------------------
   Resources and FAQ
   -------------------------------------------------------------------------- */

.resources-section {
  background: var(--ez-white);
}

.resource-card {
  display: flex;
  height: 100%;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.35rem;
  background: var(--ez-canvas);
  transition:
    transform var(--ez-transition),
    border-color var(--ez-transition),
    box-shadow var(--ez-transition);
}

.resource-card:hover {
  border-color: rgba(217, 162, 15, 0.28);
  transform: translateY(-4px);
  box-shadow: var(--ez-shadow-sm);
}

.resource-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.resource-card__icon {
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  border-radius: 0.9rem;
  background: var(--ez-white);
  color: var(--ez-gold-600);
  box-shadow: 0 8px 20px rgba(20, 15, 4, 0.06);
}

.resource-card__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.resource-card__external {
  color: var(--ez-ink-300);
}

.resource-card__external svg {
  width: 1rem;
  height: 1rem;
}

.resource-card h3 {
  margin: 1.35rem 0 0.4rem;
  font-size: 1rem;
}

.resource-card p {
  color: var(--ez-ink-500);
  font-size: 0.78rem;
  line-height: 1.5;
}

.faq-wrap {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: var(--ez-radius-xl);
  background: var(--ez-canvas-warm);
}

.faq-wrap .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  background: transparent;
}

.faq-wrap .accordion-item:last-child {
  border-bottom: 0;
}

.faq-wrap .accordion-button {
  padding: 1.25rem 0;
  color: var(--ez-ink-950);
  background: transparent;
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: none;
}

.faq-wrap .accordion-button:not(.collapsed) {
  color: var(--ez-gold-700);
}

.faq-wrap .accordion-button::after {
  border-radius: 50%;
}

.faq-wrap .accordion-body {
  padding: 0 0 1.25rem;
  color: var(--ez-ink-500);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   Final CTA and footer
   -------------------------------------------------------------------------- */

.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--ez-white);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(246, 184, 15, 0.34),
      transparent 29%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(102, 84, 217, 0.18),
      transparent 26%
    ),
    var(--ez-ink-950);
}

.final-cta::before {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  inset: -260px -120px auto auto;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.018),
    0 0 0 140px rgba(255, 255, 255, 0.012);
}

.final-cta__panel {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ez-radius-xl);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.final-cta h2 {
  max-width: 760px;
  margin-bottom: 1rem;
  color: var(--ez-white);
  font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.final-cta p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
}

.final-cta .btn-ez--ghost {
  --btn-color: var(--ez-white);
  --btn-border: rgba(255, 255, 255, 0.2);
}

.final-cta .btn-ez--ghost:hover {
  --btn-bg: rgba(255, 255, 255, 0.08);
  --btn-border: rgba(255, 255, 255, 0.34);
}

.site-footer {
  padding-block: 2.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  background: #050505;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ez-white);
}

.site-footer__brand img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.85rem;
  object-fit: cover;
}

.site-footer__brand strong {
  display: block;
  font-size: 1rem;
}

.site-footer__brand span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.1rem;
}

.site-footer__nav a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  transition: color var(--ez-transition);
}

.site-footer__nav a:hover {
  color: var(--ez-gold-300);
}

.site-footer__bottom {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.72rem;
}

/* --------------------------------------------------------------------------
   Mobile install bar
   -------------------------------------------------------------------------- */

.mobile-install-bar {
  position: fixed;
  z-index: 1035;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  display: none;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(14, 10, 3, 0.18);
  opacity: 0;
  transform: translateY(24px);
  backdrop-filter: blur(18px);
  transition:
    opacity var(--ez-transition),
    transform var(--ez-transition);
}

.mobile-install-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-install-bar__copy {
  min-width: 0;
  flex: 1;
}

.mobile-install-bar__copy strong {
  display: block;
  color: var(--ez-ink-950);
  font-size: 0.78rem;
  white-space: nowrap;
}

.mobile-install-bar__copy span {
  display: block;
  overflow: hidden;
  color: var(--ez-ink-400);
  font-size: 0.63rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-install-bar .btn-ez {
  min-height: 2.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  font-size: 0.72rem;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1199.98px) {
  .hero {
    min-height: 760px;
  }

  .hero__device-column,
  .device-stage {
    min-height: 590px;
  }

  .device-stage__phone {
    width: 305px;
  }

  .hero-proof__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof__item:nth-child(2) {
    border-right: 0;
  }

  .product-card {
    min-height: 610px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-brand {
    order: 1;
  }

  .site-header .navbar-collapse {
    order: 4;
  }

  .site-header .navbar-toggler {
    order: 3;
    margin-left: 0.5rem;
  }

  .site-header .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--ez-shadow-md);
  }

  .site-header .nav-link {
    padding: 0.8rem 0.9rem !important;
  }

  .site-header .navbar-cta {
    width: 100%;
    margin-top: 0.5rem;
  }

  .ezway-sites-switcher {
    order: 2;
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }

  .ezway-sites-button {
    width: auto;
    min-height: 2.75rem;
    padding: 0.65rem 0.9rem;
  }

  .ezway-sites-panel {
    position: fixed;
    top: 5.8rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    margin-top: 0;
    box-shadow: 0 16px 40px rgba(22, 18, 8, 0.12);
  }

  .ezway-sites-panel::before {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero__content {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .hero__title,
  .hero__copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__actions,
  .hero__platforms {
    justify-content: center;
  }

  .hero__device-column {
    min-height: 620px;
    margin-top: 1rem;
  }

  .device-stage {
    min-height: 620px;
  }

  .device-stage__phone {
    width: 335px;
  }

  .device-stage__phone--connect {
    left: 11%;
  }

  .device-stage__phone--tv {
    right: 9%;
  }

  .device-stage__chip--connect {
    left: 6%;
  }

  .device-stage__chip--tv {
    right: 5%;
  }

  .product-card {
    min-height: auto;
  }

  .video-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .video-point {
    display: block;
  }

  .video-point__number {
    margin-bottom: 0.75rem;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .site-footer__nav {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .site-header {
    padding-top: 0;
  }

  .site-header .navbar {
    min-height: 68px;
  }

  .brand-combo__products {
    display: none;
  }

  .hero {
    padding-top: 98px;
  }

  .hero::before {
    width: 280px;
    height: 280px;
    inset: 36% auto auto 48%;
  }

  .hero__title {
    font-size: clamp(2.75rem, 15vw, 4.35rem);
  }

  .hero__copy {
    font-size: 0.98rem;
  }

  .ezway-sites-grid {
    gap: 0.85rem 0.6rem;
  }

  .ezway-site-link {
    font-size: 0.72rem;
  }

  .hero__actions .btn-ez {
    width: 100%;
  }

  .hero__device-column,
  .device-stage {
    min-height: 500px;
  }

  .device-stage__phone {
    width: min(60vw, 285px);
  }

  .device-stage__phone--connect {
    top: 4%;
    left: 4%;
  }

  .device-stage__phone--tv {
    top: 10%;
    right: 3%;
  }

  .device-stage__chip {
    min-width: auto;
    padding: 0.65rem 0.75rem;
  }

  .device-stage__chip--connect {
    left: 1%;
    bottom: 11%;
  }

  .device-stage__chip--tv {
    right: 1%;
    bottom: 2%;
  }

  .device-stage__chip-copy {
    display: none;
  }

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

  .hero-proof__item,
  .hero-proof__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  }

  .hero-proof__item:last-child {
    border-bottom: 0;
  }

  .product-card__top {
    align-items: flex-start;
  }

  .product-card__status {
    display: none;
  }

  .product-card__features,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .product-card__actions .btn-ez {
    width: 100%;
  }

  .product-tabs,
  .preview-tabs {
    display: flex;
    width: 100%;
  }

  .product-tabs .nav-item,
  .preview-tabs .nav-item {
    flex: 1;
  }

  .product-tabs .nav-link,
  .preview-tabs .nav-link {
    width: 100%;
    min-width: 0;
  }

  .video-shell__caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .video-shell__play {
    width: 4rem;
    height: 4rem;
  }

  .video-points {
    grid-template-columns: 1fr;
  }

  .video-point {
    display: flex;
  }

  .video-point__number {
    margin-bottom: 0;
  }

  .preview-card--wide .preview-card__image-wrap {
    min-height: 230px;
  }

  .preview-card--phone .preview-card__image-wrap {
    min-height: 500px;
  }

  .platform-download {
    grid-template-columns: minmax(0, 1fr) 88px;
    padding: 0.85rem;
  }

  .platform-download__qr {
    width: 88px;
    height: 88px;
  }

  .store-badge {
    min-width: 0;
    width: 100%;
  }

  .mobile-install-bar {
    display: flex;
  }

  .site-footer {
    padding-bottom: 6rem;
  }
}

@media (max-width: 479.98px) {
  .hero__device-column,
  .device-stage {
    min-height: 440px;
  }

  .device-stage__phone {
    width: min(62vw, 245px);
  }

  .device-stage__phone--connect {
    left: -2%;
  }

  .device-stage__phone--tv {
    right: -2%;
  }

  .device-stage__chip {
    gap: 0.5rem;
    padding: 0.55rem 0.65rem;
  }

  .device-stage__chip-icon {
    width: 2rem;
    height: 2rem;
  }

  .device-stage__chip-label {
    font-size: 0.7rem;
  }

  .platform-download {
    grid-template-columns: 1fr;
  }

  .platform-download__qr {
    width: 112px;
    height: 112px;
    margin-top: 0.2rem;
  }

  .download-card__head {
    align-items: flex-start;
  }

  .download-card__free {
    display: none;
  }
}

/* Laptop product preview */
.preview-section {
  background: var(--ez-canvas);
}

.laptop-preview-content {
  min-height: 610px;
}

.laptop-showcase {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.09);
  border-radius: 8px;
  background: var(--ez-white);
  box-shadow: var(--ez-shadow-md);
}

.laptop-showcase--connect {
  background: linear-gradient(135deg, #ffffff 0 38%, #fff7dc 100%);
}

.laptop-showcase--tv {
  border-color: rgba(246, 184, 15, 0.28);
  color: var(--ez-white);
  background: #090909;
  box-shadow: 0 30px 80px rgba(7, 7, 7, 0.24);
}

.laptop-showcase__copy {
  position: relative;
  z-index: 2;
}

.laptop-showcase__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
  color: var(--ez-gold-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.laptop-showcase--tv .laptop-showcase__brand {
  color: var(--ez-gold-300);
}

.laptop-showcase__brand img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.2rem;
  border-radius: 8px;
  background: var(--ez-white);
  object-fit: cover;
}

.laptop-showcase h3 {
  max-width: 430px;
  margin-bottom: 1rem;
  color: inherit;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.02;
}

.laptop-showcase__copy > p {
  max-width: 450px;
  margin-bottom: 1.4rem;
  color: var(--ez-ink-500);
}

.laptop-showcase--tv .laptop-showcase__copy > p {
  color: rgba(255, 255, 255, 0.62);
}

.laptop-showcase__features {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0 0 1.7rem;
  list-style: none;
}

.laptop-showcase__features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ez-ink-700);
  font-size: 0.84rem;
  font-weight: 750;
}

.laptop-showcase--tv .laptop-showcase__features li {
  color: rgba(255, 255, 255, 0.78);
}

.laptop-showcase__features svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--ez-gold-500);
}

.laptop-showcase--tv .btn-ez {
  --btn-bg: var(--ez-gold-400);
  --btn-color: var(--ez-ink-950);
  --btn-border: var(--ez-gold-400);
}

.laptop-showcase__visual {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 470px;
  place-items: center;
  padding: clamp(0.5rem, 2vw, 1.25rem);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.laptop-showcase__visual img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(22, 17, 5, 0.18));
  transition: transform 500ms cubic-bezier(0.2, 0.72, 0.24, 1);
}

.laptop-showcase--tv .laptop-showcase__visual img {
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.48));
}

.laptop-showcase__visual:hover img {
  transform: scale(1.025);
}

.laptop-showcase__zoom {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 8px;
  color: var(--ez-ink-800);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--ez-shadow-sm);
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.laptop-showcase__zoom svg {
  width: 1rem;
  height: 1rem;
}

.laptop-showcase--tv .laptop-showcase__zoom {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--ez-white);
  background: rgba(10, 10, 10, 0.84);
}

@media (max-width: 991.98px) {
  .laptop-preview-content {
    min-height: 0;
  }

  .laptop-showcase__copy {
    max-width: 650px;
    text-align: center;
    margin-inline: auto;
  }

  .laptop-showcase__brand {
    justify-content: center;
  }

  .laptop-showcase__copy > p {
    margin-inline: auto;
  }

  .laptop-showcase__features {
    width: fit-content;
    margin-inline: auto;
    text-align: left;
  }

  .laptop-showcase__visual {
    min-height: 390px;
  }
}

@media (max-width: 575.98px) {
  .laptop-showcase {
    padding: 1.25rem;
  }

  .laptop-showcase h3 {
    font-size: 2.15rem;
  }

  .laptop-showcase__visual {
    min-height: 250px;
    padding: 0;
  }

  .laptop-showcase__zoom {
    right: 0.35rem;
    bottom: 0.35rem;
  }
}
/* Official eZWay Apps identity */
.brand-combo--image {
  display: inline-flex;
  width: clamp(126px, 14vw, 168px);
  height: 100px;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

.brand-combo__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-footer__brand--image {
  display: inline-flex;
  width: clamp(150px, 18vw, 200px);
  height: 72px;
  align-items: center;
  overflow: hidden;
}

.site-footer__brand--image .site-footer__logo {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 767.98px) {
  .brand-combo--image {
    width: 128px;
    height: 52px;
  }

  .site-footer__brand--image {
    width: 164px;
    height: 62px;
  }
}
/* Larger primary logo */
.site-header .navbar {
  min-height: 104px;
}

.brand-combo--image {
  width: clamp(180px, 18vw, 230px);
  height: 104px;
}

.site-footer__brand--image {
  width: clamp(190px, 21vw, 250px);
  height: 100px;
}

@media (max-width: 767.98px) {
  .site-header .navbar {
    min-height: 78px;
  }

  .brand-combo--image {
    width: 158px;
    height: 74px;
  }

  .site-footer__brand--image {
    width: 190px;
    height: 80px;
  }
}
