:root {
  --purple-950: #19082c;
  --purple-900: #22083a;
  --purple-800: #35105d;
  --purple-700: #5f2fc5;
  --purple-600: #6c35d5;
  --purple-100: #f4efff;
  --purple-050: #fbf9ff;
  --gold: #f3cf25;
  --gold-dark: #e0b814;
  --ink: #100723;
  --muted: #665d86;
  --line: #e6def5;
  --white: #ffffff;
  --green: #31c765;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(36, 11, 71, 0.14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background: #f7f2ff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a { color: inherit; }

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 96px;
  padding: 14px clamp(18px, 4vw, 220px);
  color: #ffffff;
  background: linear-gradient(90deg, #231351 0%, #421186 34%, #231351 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

img,
svg,
video {
  max-width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.logo-wordmark {
  min-width: 172px;
  font-size: 19px;
}

.logo-brand {
  min-width: 260px;
}

.logo-brand img {
  display: block;
  width: 260px;
  height: auto;
  max-height: 74px;
  object-fit: contain;
}

.footer-logo img {
  width: 220px;
  max-height: 82px;
}

.mountains {
  position: relative;
  letter-spacing: -1px;
}

.mountains::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 3px;
  width: 34px;
  height: 15px;
  border-top: 3px solid #ffffff;
  transform: skewX(-28deg);
  opacity: 0.96;
}

.ontv-badge {
  display: inline-grid;
  min-width: 34px;
  height: 18px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #7d39ff, #a76bff);
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--purple-950);
  background: var(--gold);
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}

.site-nav a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  min-height: 44px;
}

.site-nav a:hover,
.site-nav a.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(243, 207, 37, 0.35);
}

.order-button,
.whatsapp,
.hero-cta,
.button.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #f6d631, var(--gold-dark));
  border: 0;
  border-radius: 7px;
  box-shadow: 0 18px 36px rgba(243, 207, 37, 0.24);
  font-weight: 950;
  text-decoration: none;
  min-width: 44px;
}

.button.outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  color: var(--purple-600);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 950;
  text-decoration: none;
  min-width: 44px;
}

.cart-mark {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}

.cart-mark::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -3px;
  width: 8px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: skewX(-15deg);
}

.cart-mark::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -6px;
  height: 4px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  padding: 9px 12px;
  font-weight: 900;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 80px);
  place-items: center;
  overflow: hidden;
  padding: 130px 18px 96px;
  color: #ffffff;
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(12, 3, 24, 0.94) 0%, rgba(37, 9, 64, 0.86) 48%, rgba(83, 35, 158, 0.86) 100%),
    url("assets/hero-bg.webp");
  background-size: cover;
  background-position: center;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(7, 0, 14, 0.88), transparent);
  pointer-events: none;
}

.hero-offer-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  width: min(640px, calc(100vw - 36px));
  margin: 0 auto 60px;
  padding: 16px 18px;
  background: rgba(117, 88, 155, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
  text-align: left;
  backdrop-filter: blur(12px);
}

.offer-pill {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 12px;
  color: #fff2a8;
  background: rgba(243, 207, 37, 0.12);
  border: 1px solid rgba(243, 207, 37, 0.42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-offer-card strong {
  display: block;
  font-size: 19px;
}

.offer-price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.offer-price span {
  padding: 8px 13px;
  color: #ffffff;
  background: rgba(243, 207, 37, 0.18);
  border: 1px solid rgba(243, 207, 37, 0.42);
  border-radius: 999px;
  font-size: 17px;
}

.offer-price del {
  color: #ded6ee;
}

.offer-time {
  min-width: 162px;
  padding: 13px 18px;
  background: rgba(37, 17, 48, 0.78);
  border: 1px solid rgba(243, 207, 37, 0.25);
  border-radius: 16px;
  text-align: center;
}

.offer-time small {
  display: block;
  color: #d9cfe6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.offer-time b {
  color: var(--gold);
  font-size: 18px;
}

.hero-center {
  position: relative;
  z-index: 2;
  width: min(990px, 100%);
  max-width: 990px;
}

.hero-center h1 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.18;
  letter-spacing: -1.5px;
}

.hero-center h1 span,
.home-heading h2 span,
.faq-section h2 span {
  color: var(--gold);
}

.hero-center p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 650;
}

.hero-cta {
  min-width: 360px;
  margin-top: 42px;
  font-size: 18px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.hero-chips span {
  padding: 10px 17px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  font-size: 14px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.hero-chips span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(243, 207, 37, 0.8);
}

.home-section {
  position: relative;
  padding: 88px 18px;
  background: #f7f2ff;
}

.service-section,
.download-section {
  background: #f7f2ff;
}

.home-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 17px;
  color: var(--purple-600);
  background: #f2edff;
  border: 1px solid #dacdf8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.3px;
}

.home-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.7px;
}

.home-heading h2 span {
  color: var(--purple-600);
}

.home-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(360px, 565px) minmax(460px, 500px);
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.app-preview {
  position: relative;
  overflow: hidden;
  min-height: 335px;
  border-radius: 19px;
  background: #1b0733;
  box-shadow: 0 30px 70px rgba(22, 6, 45, 0.15);
}

.app-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 335px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.65s ease;
}

.app-slide.active {
  opacity: 1;
}

.slider-arrow {
  position: absolute;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--purple-950);
  background: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.slider-arrow.left { left: 16px; }
.slider-arrow.right { right: 16px; }

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 8px;
  padding: 8px 13px;
  background: #ffffff;
  border-radius: 999px;
  transform: translateX(-50%);
}

.slider-dots span {
  width: 22px;
  height: 9px;
  background: #c8bce5;
  border-radius: 999px;
}

.slider-dots span.active {
  width: 22px;
  background: var(--gold);
}

.slider-dots span:not(.active) {
  width: 9px;
}

.service-cards,
.download-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.service-cards article,
.download-cards article {
  padding: 16px;
  background:
    linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.86)),
    linear-gradient(90deg, rgba(95,47,197,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(95,47,197,0.08) 1px, transparent 1px);
  background-size: auto, 20px 20px, 20px 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 24px 58px rgba(36, 11, 71, 0.08);
}

.icon-box {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 12px;
  color: var(--purple-600);
  background: #f1ebff;
  border: 1px solid #ddcff8;
  border-radius: 13px;
  font-size: 22px;
  font-weight: 900;
}

.device-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 12px;
  color: var(--purple-600);
  background: #f1ebff;
  border: 1px solid #ddcff8;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 950;
}

.service-cards h3,
.download-cards h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.service-cards p,
.download-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.download-section {
  padding-top: 76px;
}

.tariffs-section,
.support-section {
  background: #f2ecff;
}

.reseller-section {
  background: #f7f2ff;
}

.tariffs-section .pricing-grid,
.reseller-section .reseller-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.support-section .contact-layout {
  max-width: 960px;
}

.download-cards {
  width: min(945px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.download-cards article {
  min-height: 272px;
  padding: 18px;
  background: #ffffff;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 14px;
}

.tags span {
  padding: 6px 10px;
  color: #332063;
  background: #f2effa;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.download-cards a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  margin-top: auto;
  color: #ffffff;
  background: linear-gradient(180deg, #f6d631, var(--gold-dark));
  border-radius: 7px;
  font-weight: 950;
  text-decoration: none;
}

.seo-section {
  background: #f2ecff;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seo-grid article {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.seo-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
}

.seo-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.faq-section {
  background: #f7f2ff;
}

.faq-section .home-heading h2 span {
  color: var(--purple-600);
}

.faq-accordion {
  display: grid;
  gap: 18px;
  max-width: 895px;
  margin: 0 auto;
}

.faq-accordion details {
  background: #ffffff;
  border: 1px solid #e6def5;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(36, 11, 71, 0.08);
}

.faq-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 20px 56px 20px 25px;
  color: #090017;
  cursor: pointer;
  font-size: 19px;
  font-weight: 950;
  list-style: none;
}

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

.faq-accordion summary::after {
  content: "⌄";
  position: absolute;
  right: 28px;
  color: var(--purple-600);
  font-size: 24px;
}

.faq-accordion details[open] summary::after {
  transform: rotate(180deg);
}

.faq-accordion p {
  margin: -4px 25px 22px;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 950;
}

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

.error-page {
  display: grid;
  min-height: calc(100vh - 150px);
  place-content: center;
  padding: 60px 18px;
  text-align: center;
}

.error-code {
  margin: 0;
  color: var(--purple-600);
  font-size: 110px;
  font-weight: 950;
  line-height: 1;
}

.home-footer {
  position: relative;
  padding: 82px 18px 28px;
  color: #e3dcf5;
  background: linear-gradient(90deg, #231351 0%, #421186 34%, #231351 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) minmax(160px, 0.6fr) minmax(160px, 0.7fr) minmax(240px, 0.8fr);
  gap: 58px;
  width: min(1150px, 100%);
  margin: 0 auto 30px;
}

.footer-logo {
  margin-bottom: 34px;
}

.home-footer p {
  max-width: 360px;
  margin: 0;
  color: #e1d8f0;
  font-size: 15px;
}

.home-footer h3 {
  position: relative;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 18px;
}

.home-footer h3::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--gold);
}

.home-footer nav {
  display: grid;
  align-content: start;
  gap: 14px;
}

.home-footer a,
.home-footer span {
  color: #e3dcf5;
  text-decoration: none;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.payment-logos span {
  display: inline-grid;
  min-width: 56px;
  height: 29px;
  place-items: center;
  color: #1f1b34;
  background: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 950;
}

.copyright {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #ffffff;
  background: var(--green);
  border: 4px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(49, 199, 101, 0.36);
  text-decoration: none;
}

.floating-whatsapp img {
  display: block;
  width: 34px;
  height: 34px;
}

.section,
.page {
  padding: 72px 18px;
}

.page-title,
.section-head {
  max-width: 830px;
  margin: 0 auto 32px;
  text-align: center;
}

.page-title h1,
.section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
}

.kicker {
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--purple-600);
  font-weight: 950;
  text-transform: uppercase;
}

.page-title p,
.section-head p {
  color: var(--muted);
}

.pricing-grid,
.feature-grid,
.download-grid,
.reseller-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-grid.four,
.testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card,
.feature-grid article,
.download-grid article,
.reseller-grid article,
.support-card,
.contact-form,
.faq-list details,
.testimonial-grid article {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
}

.price-card h2,
.price-card h3 {
  margin: 0 0 8px;
}

.duration,
.devices,
.feature-grid span,
.download-grid p,
.reseller-grid p,
.support-card p,
.faq-list p {
  color: var(--muted);
}

.price {
  margin: 12px 0;
  color: var(--purple-600);
  font-size: 42px;
  font-weight: 950;
}

.old-price {
  color: #998faa;
  font-weight: 900;
}

.mini-countdown {
  margin: 8px 0 12px;
  padding: 8px 10px;
  color: #5f3210;
  background: #fff3ca;
  border-radius: 8px;
  font-weight: 900;
}

.price-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.price-card li::before {
  content: "\2713";
  margin-right: 8px;
  color: var(--green);
}

.price-card .button,
.price-card .button.primary {
  margin-top: auto;
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 9px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.featured {
  border-color: var(--purple-600);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.footer {
  padding: 30px 18px;
  color: #e3dcf5;
  background: linear-gradient(90deg, #231351 0%, #421186 34%, #231351 100%);
}

.footer a {
  color: #ffffff;
}

@media (min-width: 1440px) {
  .topbar {
    padding-right: clamp(220px, 14vw, 330px);
    padding-left: clamp(220px, 14vw, 330px);
  }

  .home-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

@media (min-width: 1920px) {
  .topbar {
    min-height: 112px;
  }

  .logo-brand {
    min-width: 320px;
  }

  .logo-brand img {
    width: 320px;
    max-height: 88px;
  }

  .site-nav a {
    font-size: 16px;
    padding: 12px 16px;
  }

  .order-button {
    min-height: 52px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 17px;
  }

  .home-hero {
    min-height: calc(100vh - 112px);
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-center {
    max-width: 1180px;
  }

  .hero-center h1 {
    font-size: clamp(68px, 4vw, 92px);
  }

  .hero-center p {
    max-width: 920px;
    font-size: 22px;
  }

  .hero-cta {
    min-height: 58px;
    min-width: 430px;
    font-size: 20px;
  }

  .hero-chips span {
    font-size: 16px;
    padding: 12px 20px;
  }

  .home-heading {
    max-width: 920px;
  }

  .home-heading h2 {
    font-size: 46px;
  }

  .home-heading p {
    font-size: 19px;
  }

  .tariffs-section .pricing-grid,
  .reseller-section .reseller-grid,
  .seo-grid {
    width: min(1420px, 100%);
  }

  .service-layout {
    grid-template-columns: minmax(620px, 720px) minmax(560px, 620px);
    gap: 44px;
  }

  .app-preview,
  .app-slide {
    min-height: 420px;
    height: 420px;
  }

  .service-cards h3,
  .download-cards h3,
  .seo-grid h3 {
    font-size: 21px;
  }

  .service-cards p,
  .download-cards p,
  .seo-grid p {
    font-size: 17px;
  }
}

@media (min-width: 2560px) {
  .topbar {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .home-section {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .footer-grid {
    width: min(1500px, 100%);
  }
}

@media (max-width: 1180px) {
  .topbar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .site-nav {
    gap: 4px;
  }

  .logo-brand {
    min-width: 220px;
  }

  .logo-brand img {
    width: 220px;
    max-height: 66px;
  }

  .pricing-grid.four,
  .seo-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-layout {
    grid-template-columns: minmax(300px, 1fr) minmax(380px, 1fr);
  }
}

@media (max-width: 960px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    min-height: auto;
  }

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

  .site-nav {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .order-button {
    order: 3;
  }

  .logo-brand {
    min-width: 190px;
  }

  .logo-brand img {
    width: 190px;
    max-height: 58px;
  }

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

  .hero-offer-card,
  .service-layout,
  .footer-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-offer-card {
    text-align: center;
    width: min(680px, 100%);
  }

  .offer-price {
    justify-content: center;
  }

  .service-cards,
  .download-cards,
  .seo-grid,
  .pricing-grid,
  .pricing-grid.four,
  .feature-grid,
  .download-grid,
  .reseller-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding: 12px 14px;
  }

  .logo-brand {
    min-width: 158px;
  }

  .logo-brand img {
    width: 158px;
    max-height: 48px;
  }

  .nav-toggle {
    padding: 8px 10px;
  }

  .home-hero {
    padding: 70px 14px 60px;
  }

  .hero-offer-card {
    gap: 12px;
    margin-bottom: 38px;
    padding: 14px;
    border-radius: 16px;
  }

  .hero-offer-card strong {
    font-size: 16px;
  }

  .offer-time {
    min-width: 0;
  }

  .hero-center h1 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .hero-center p {
    font-size: 16px;
  }

  .hero-cta,
  .order-button {
    width: 100%;
    min-width: 0;
  }

  .home-section {
    padding: 60px 16px;
  }

  .home-heading h2 {
    font-size: 28px;
  }

  .hero-chips {
    justify-content: stretch;
  }

  .hero-chips span {
    width: 100%;
    text-align: left;
  }

  .app-preview,
  .app-slide {
    min-height: 260px;
    height: 260px;
  }

  .price-card,
  .feature-grid article,
  .download-grid article,
  .reseller-grid article,
  .support-card,
  .contact-form,
  .faq-list details,
  .testimonial-grid article,
  .seo-grid article,
  .download-cards article,
  .service-cards article {
    padding: 18px;
  }

  .faq-accordion summary {
    min-height: 62px;
    padding: 17px 48px 17px 18px;
    font-size: 16px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 380px) {
  .logo-brand {
    min-width: 138px;
  }

  .logo-brand img {
    width: 138px;
    max-height: 42px;
  }

  .hero-center h1 {
    font-size: 30px;
  }

  .hero-cta,
  .button.primary,
  .button.outline {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .price {
    font-size: 34px;
  }
}
