@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap');

:root {
  --blue: #0078d4;
  --blue-dark: #005a9e;
  --blue-light: #edf7ff;
  --cyan: #00a4ef;
  --navy: #0a192f;
  --ink: #1e293b;
  --muted: #64748b;
  --bg: #f8fafc;
  --line: #e2e8f0;
  --green: #10b981;
  --green-bg: #ecfdf5;
  --white: #ffffff;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 25px -5px rgba(0, 120, 212, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.wrap {
  width: min(1140px, calc(100% - 40px));
  margin: auto;
}

/* Top Announcement Bar */
.topbar {
  background: var(--navy);
  color: #94a3b8;
  font-size: 13px;
  text-align: center;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
}

.topbar .dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.topbar b {
  color: var(--white);
}

/* Navigation */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: all 0.3s ease;
}

.navin {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-weight: 800;
  font-size: 18px;
}

.brandmark {
  width: 28px;
  height: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}

.brandmark i:nth-child(1) {
  background: #f25022;
  border-radius: 2px;
}

.brandmark i:nth-child(2) {
  background: #7fba00;
  border-radius: 2px;
}

.brandmark i:nth-child(3) {
  background: #00a4ef;
  border-radius: 2px;
}

.brandmark i:nth-child(4) {
  background: #ffb900;
  border-radius: 2px;
}

.navlinks {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.navlinks a {
  transition: color 0.2s;
}

.navlinks a:hover {
  color: var(--blue);
}

.navcta {
  background: var(--blue);
  color: white;
  padding: 9px 18px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 120, 212, 0.25);
  transition: all 0.2s ease;
}

.navcta:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 120, 212, 0.35);
}

.sticky-mini {
  display: none;
}

/* Hero Section */
.hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 58px;
  background:
    radial-gradient(circle at 18% 55%, rgba(0, 92, 255, .18), transparent 34%),
    radial-gradient(circle at 82% 35%, rgba(0, 120, 255, .10), transparent 36%),
    linear-gradient(135deg, #061327 0%, #020a17 58%, #010711 100%);
  color: #fff;
  border-bottom: 1px solid rgba(44, 117, 188, .28);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  width: 620px;
  height: 620px;
  left: -180px;
  top: -170px;
  background: repeating-radial-gradient(circle, rgba(0, 119, 255, .08) 0 1px, transparent 2px 34px);
  opacity: .65;
  transform: rotate(-12deg);
}

.hero::after {
  inset: 0;
  background: linear-gradient(110deg, transparent 0 44%, rgba(0, 119, 255, .035) 50%, transparent 58%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1.05fr);
  gap: 54px;
  align-items: center;
  direction: ltr;
}

 .hero-copy {
  direction: rtl;
  text-align: right;
  padding: 0 0 4px;
  max-width: 650px;
  justify-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eaf4ff;
  background: rgba(3, 16, 33, .55);
  border: 1px solid rgba(75, 154, 235, .55);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  transform: translateY(-10px);
}

.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #1688ff; box-shadow: 0 0 12px rgba(22,136,255,.8); }

h1 {
  font-size: clamp(43px, 4.35vw, 64px);
  line-height: 1.12;
  font-weight: 900;
  margin: 16px 0 10px;
  color: #fff;
  letter-spacing: -1px;
}

h1 strong { color: #fff; }
h1 em { font-style: normal; color: #087dff; text-shadow: 0 0 24px rgba(0,112,255,.18); }

.lead {
  font-size: 17px;
  color: #d8e5f3;
  max-width: 650px;
  margin: 0;
  line-height: 1.7;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(105px, 1fr));
  gap: 22px;
  margin-top: 22px;
  max-width: 650px;
}

.hero-benefit {
  text-align: center;
  color: #fff;
  min-width: 0;
}

.hero-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  color: #087dff;
  filter: drop-shadow(0 0 8px rgba(0,120,255,.42));
}

.hero-icon svg { width: 100%; height: 100%; display: block; }
.hero-benefit b { display: block; font-size: 14px; font-weight: 800; line-height: 1.35; }
.hero-benefit small { display: block; margin-top: 2px; color: #c5d2e2; font-size: 12px; line-height: 1.5; }

.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 22px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; padding: 13px 31px; font-weight: 800; font-size: 16px; transition: all .25s ease; cursor: pointer; }

.btn-primary { background: linear-gradient(135deg,#087dff,#064de5); color:#fff; border:1px solid rgba(72,162,255,.35); box-shadow:0 10px 28px rgba(0,95,255,.28); }
.btn-primary:hover { background:linear-gradient(135deg,#1688ff,#0750ee); transform:translateY(-2px); box-shadow:0 14px 34px rgba(0,95,255,.38); }
.hero-more { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-width:174px; padding:12px 24px; border:1px solid rgba(94,138,184,.45); border-radius:9px; color:#e7f0fa; font-size:14px; font-weight:700; background:rgba(4,17,33,.45); transition:.25s ease; }
.hero-more:hover { border-color:#087dff; color:#fff; background:rgba(0,105,255,.10); }

/* Hero Product Visual — image only; price and originality are HTML controls */
.product-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.hero-image-glow {
  position: absolute;
  width: 88%;
  height: 76%;
  left: 3%;
  top: 14%;
  background: radial-gradient(ellipse, rgba(0, 105, 255, .28), transparent 68%);
  filter: blur(24px);
}

.hero-product-image {
  position: relative;
  z-index: 1;
  width: min(570px, 100%);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, .55));
}

.original-badge {
  position: absolute;
  z-index: 3;
  left: 1%;
  bottom: 14%;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle, #162844 0 52%, #08182d 53% 68%, #d69b2c 69% 74%, #101b2c 75%);
  border: 2px solid #e4b650;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .45), 0 0 18px rgba(229, 174, 60, .18);
  transform: rotate(-5deg);
}

.original-badge strong { font-size: 16px; line-height: 1; }
.original-badge b { font-size: 20px; line-height: 1.1; margin: 3px 0; }
.original-badge span { font-size: 10px; }

.hero-price-badge {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 9%;
  width: 106px;
  padding: 10px 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(102, 155, 210, .55);
  background: rgba(5, 18, 37, .92);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .34);
  color: #fff;
  text-align: center;
  direction: rtl;
}

.hero-price-badge > span {
  display: block;
  color: #d6e2f0;
  font-size: 11px;
  margin-bottom: 2px;
}

.hero-price-badge > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.hero-price-badge .price {
  color: #fff;
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
}

.hero-price-badge small {
  color: #d8e5f3;
  font-size: 11px;
  font-weight: 700;
}

/* Remove old hero product-card visuals; the product image is now the visual hero */
.product-wrap,
.product-card { display: none; }

/* Trust Strip */
.trust-strip {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.trust-grid>div {
  padding: 24px 16px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.trust-grid>div:last-child {
  border-left: none;
}

.trust-grid strong {
  font-size: 15px;
  color: var(--navy);
  display: block;
  font-weight: 700;
}

.trust-grid span {
  font-size: 13px;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

/* General Sections */
.section {
  padding: 90px 0;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: white;
  margin: 8px 0 12px;
  line-height: 1.2;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

/* Benefits Grid */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 120, 212, 0.3);
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--blue-light);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
}

.benefit-card h3 {
  margin: 20px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Process Steps */
.process-section {
  background: var(--white);
}

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

.process-step {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  transition: all 0.2s;
}

.process-step:hover {
  background: var(--white);
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}

.process-step>span {
  font-size: 14px;
  color: var(--blue);
  font-weight: 800;
}

.process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin: 12px 0 6px;
}

.process-step p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

/* Offer Section */
.offer-section {
  padding-bottom: 90px;
  background: var(--white);
}

.offer-box {
  background: linear-gradient(135deg, var(--navy), #1e293b);
  color: white;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: var(--shadow-lg);
}

.offer-tag {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 12px;
  color: var(--cyan);
}

.offer-box h2 {
  font-size: 28px;
  margin: 12px 0 6px;
  font-weight: 800;
}

.offer-box p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

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

.timer>div {
  min-width: 64px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
}

.timer b {
  font-size: 22px;
  font-weight: 800;
  display: block;
}

.timer small {
  font-size: 11px;
  color: #94a3b8;
  display: block;
}

.timer i {
  color: #64748b;
  font-weight: 700;
}

/* Checkout / Order Section */
.checkout-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0f172a, #020617);
  color: white;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.kicker.light {
  color: var(--cyan);
}

.checkout-copy h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin: 16px 0;
}

.checkout-copy h2 em {
  font-style: normal;
  color: var(--cyan);
}

.checkout-copy>p {
  font-size: 16px;
  color: #94a3b8;
}

.checkout-points {
  margin-top: 32px;
  display: grid;
  gap: 18px;
}

.checkout-points>div {
  display: flex;
  gap: 14px;
}

.checkout-points b {
  color: var(--green);
  font-size: 18px;
}

.checkout-points strong {
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.checkout-points small {
  font-size: 13px;
  color: #94a3b8;
  display: block;
}

.checkout-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.checkout-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.step-label {
  font-size: 12px;
  color: var(--blue);
  font-weight: 800;
}

.checkout-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin: 4px 0 0;
}

.checkout-head p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

.checkout-price {
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
}

.checkout-price small {
  font-size: 13px;
  color: var(--muted);
  margin-right: 4px;
}

.progress {
  display: flex;
  gap: 6px;
  margin: 24px 0;
}

.progress span {
  height: 4px;
  flex: 1;
  background: #e2e8f0;
  border-radius: 99px;
}

.progress .active {
  background: var(--blue);
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.field label em {
  color: #ef4444;
  font-style: normal;
}

.field label span {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  outline: 0;
  margin-bottom: 16px;
  transition: all 0.2s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 120, 212, 0.15);
}

.field small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 16px;
}

.field textarea {
  min-height: 80px;
  resize: vertical;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.order-summary {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  margin-top: 4px;
}

.order-summary>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-summary strong {
  font-size: 16px;
  color: var(--navy);
}

.order-summary small {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.submit-btn {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: white;
  padding: 16px;
  margin-top: 16px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.3);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-btn:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.form-safe {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin-top: 12px;
}

.message {
  display: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  margin-top: 12px;
  font-weight: 600;
}

.success {
  background: var(--green-bg);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--green);
}

.error {
  background: #fef2f2;
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #dc2626;
}

/* FAQ Section */
.faq-section {
  background: var(--bg);
}

.faq-list {
  max-width: 800px;
  margin: auto;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 18px 22px;
  transition: all 0.2s;
}

.faq-list details[open] {
  border-color: rgba(0, 120, 212, 0.3);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.faq-list summary span {
  color: var(--blue);
  font-size: 20px;
  transition: transform 0.2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list p {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 0;
  line-height: 1.7;
}

/* Footer */
.footer {
  background: #020617;
  color: #64748b;
  padding: 32px 0;
  border-top: 1px solid #1e293b;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
}

.footer strong {
  color: white;
  font-size: 15px;
}

/* Mobile Sticky Bar */
.mobile-bar {
  display: none;
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.show {
  opacity: 1;
  transform: none;
}

/* Responsive Media Queries */
@media(max-width: 900px) {
  .hero {
    padding: 50px 0 60px;
  }

  .hero-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .offer-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }

  .navlinks {
    display: none;
  }
}

@media(max-width: 600px) {
  .wrap {
    width: calc(100% - 32px);
  }

  h1 {
    font-size: 34px;
  }

  .lead {
    font-size: 15px;
  }

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

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid>div {
    border-bottom: 1px solid var(--line);
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .footer .wrap {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08);
  }

  .mobile-bar strong {
    font-size: 16px;
    color: var(--navy);
    display: block;
  }

  .mobile-bar small {
    font-size: 11px;
    color: var(--muted);
    display: block;
  }

  .mobile-bar a {
    background: var(--blue);
    color: white;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
  }

  .footer {
    padding-bottom: 80px;
  }
}
/* Hero responsive tuning */
@media(max-width:900px){
  .hero{padding:42px 0 48px;}
  .hero-grid{grid-template-columns:1fr;gap:22px;direction:rtl;}
  .hero-copy{order:1;text-align:center;}
  .product-visual{order:2;min-height:360px;}
  .hero-benefits{margin-left:auto;margin-right:auto;}
  .hero-actions{justify-content:center;}
  .hero-product-image{width:min(520px,100%);}
  .original-badge{left:7%;bottom:12%;}
  .hero-price-badge{right:7%;bottom:7%;}
}
@media(max-width:600px){
  .hero{padding:28px 0 34px;}
  .hero-grid{gap:8px;}
  .eyebrow{font-size:11px;padding:6px 12px;}
  h1{font-size:clamp(34px,10vw,46px);line-height:1.12;margin:14px 0 10px;}
  .lead{font-size:14px;line-height:1.65;}
  .hero-benefits{grid-template-columns:repeat(2,1fr);gap:18px 10px;margin-top:20px;}
  .hero-benefit b{font-size:13px;}
  .hero-benefit small{font-size:11px;}
  .hero-icon{width:42px;height:42px;}
  .hero-actions{flex-direction:column;gap:9px;margin-top:21px;}
  .hero-actions .btn,.hero-more{width:min(330px,100%);} 
  .product-visual{min-height:300px;margin-top:-2px;}
  .hero-product-image{width:100%;max-height:350px;}
  .original-badge{width:76px;height:76px;left:2%;bottom:12%;}
  .original-badge strong{font-size:12px;}
  .original-badge b{font-size:16px;}
  .original-badge span{font-size:8px;}
  .hero-price-badge{width:84px;right:2%;bottom:6%;padding:8px 5px;}
  .hero-price-badge .price{font-size:29px;}
  .hero-price-badge small{font-size:9px;}
}

/* Activation Features */
.activation-features-section {
  background: #050d1d;
  color: #fff;
  padding-top: 84px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.activation-features-section::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  left: -260px;
  top: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,120,212,.18), rgba(0,120,212,0) 68%);
  pointer-events: none;
}

.activation-features-section .wrap {
  position: relative;
  z-index: 1;
}

.activation-features-section .section-head {
  margin-bottom: 42px;
}

.activation-features-section .section-head h2 {
  color: #fff;
  margin-top: 8px;
}

.activation-features-section .section-head p {
  color: #9fb2c9;
}

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

.activation-feature-card {
  background: linear-gradient(180deg, rgba(10,27,55,.96), rgba(4,15,33,.98));
  border: 1px solid rgba(44,137,235,.42);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.activation-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,144,255,.78);
  box-shadow: 0 24px 55px rgba(0,0,0,.34), 0 0 28px rgba(0,120,212,.12);
}

.activation-feature-media {
  height: 300px;
  padding: 12px;
  background: #020a18;
  border-bottom: 1px solid rgba(44,137,235,.2);
}

.activation-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.activation-feature-body {
  position: relative;
  padding: 25px 26px 29px;
  min-height: 190px;
  text-align: right;
}

.activation-feature-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(0,120,212,.14);
  border: 1px solid rgba(0,164,239,.42);
  color: #39a8ff;
  font-size: 13px;
  font-weight: 900;
  direction: ltr;
}

.activation-feature-body h3 {
  margin: 14px 0 9px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.activation-feature-body p {
  margin: 0;
  color: #aebed1;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 900px) {
  .activation-feature-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .activation-feature-media {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .activation-features-section {
    padding-top: 66px;
    padding-bottom: 74px;
  }

  .activation-features-section .section-head {
    margin-bottom: 30px;
  }

  .activation-feature-grid {
    gap: 16px;
  }

  .activation-feature-card {
    border-radius: 20px;
  }

  .activation-feature-media {
    height: 275px;
    padding: 9px;
  }

  .activation-feature-body {
    padding: 21px 20px 24px;
    min-height: auto;
  }

  .activation-feature-body h3 {
    font-size: 19px;
  }

  .activation-feature-body p {
    font-size: 13px;
  }
}

/* Activation process — polished carousel */
.activation-process-section {
  background: #061426;
  color: #fff;
  padding: 86px 0 92px;
  overflow: hidden;
}
.activation-process-section .section-head { text-align:center; max-width:760px; margin:0 auto 34px; }
.activation-process-section .section-head h2 { color:#fff; font-size:clamp(30px,4vw,44px); margin:8px 0 12px; }
.activation-process-section .section-head p { color:#aebed2; font-size:15px; margin:0; }
.activation-process-section .kicker { color:#1688ff; }
.activation-carousel-wrap { position:relative; display:flex; align-items:center; gap:16px; direction:ltr; }
.activation-carousel-viewport { flex:1; overflow:hidden; min-width:0; }
.activation-carousel {
  display:flex;
  gap:22px;
  direction:rtl;
  transition:transform .62s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
  padding:8px 2px 18px;
}
.activation-step-card {
  direction:rtl;
  flex:0 0 calc((100% - 44px) / 3);
  min-width:0;
  border:1px solid rgba(55,128,207,.42);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#0b2039,#071729);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.activation-step-card:hover { transform:translateY(-5px); border-color:rgba(22,136,255,.8); box-shadow:0 24px 55px rgba(0,0,0,.35); }
.step-image { aspect-ratio:1.28 / 1; background:#020b17; overflow:hidden; }
.step-image img { width:100%; height:100%; display:block; object-fit:cover; }
.step-copy { padding:18px 20px 22px; text-align:center; min-height:150px; }
.step-copy > span {
  display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; margin-top:-39px; position:relative;
  border:2px solid #1688ff; border-radius:50%; background:#071729;
  color:#fff; font-weight:900; font-size:14px; box-shadow:0 0 0 6px rgba(7,23,41,.9),0 0 22px rgba(22,136,255,.22);
}
.step-copy h3 { margin:16px 0 7px; color:#fff; font-size:19px; line-height:1.45; }
.step-copy p { margin:0; color:#aebed2; font-size:13.5px; line-height:1.8; }
.carousel-arrow {
  flex:0 0 54px; width:54px; height:54px;
  display:flex; align-items:center; justify-content:center;
  border-radius:16px; border:1px solid rgba(22,136,255,.65);
  background:linear-gradient(180deg,#0d2948,#081a2f); color:#fff;
  font-size:34px; line-height:1; cursor:pointer; z-index:2;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
  user-select:none;
}
.carousel-arrow:hover { background:#087dff; transform:translateY(-2px); box-shadow:0 10px 28px rgba(8,125,255,.28); }
.carousel-arrow:active { transform:scale(.96); }
.carousel-arrow:disabled { opacity:.35; cursor:not-allowed; transform:none; box-shadow:none; }
.carousel-dots { display:flex; justify-content:center; gap:8px; margin-top:15px; direction:ltr; }
.carousel-dot { width:8px; height:8px; padding:0; border:0; border-radius:50%; background:#38536f; cursor:pointer; transition:.25s ease; }
.carousel-dot.active { width:26px; border-radius:10px; background:#087dff; }
@media (max-width:900px) {
  .activation-step-card { flex-basis:calc((100% - 22px) / 2); }
}
@media (max-width:620px) {
  .activation-process-section { padding:65px 0 72px; }
  .activation-carousel-wrap { gap:9px; }
  .carousel-arrow { flex-basis:44px; width:44px; height:44px; border-radius:13px; font-size:29px; }
  .activation-step-card { flex-basis:100%; }
  .activation-carousel { gap:0; }
  .step-copy { padding:17px 15px 20px; min-height:145px; }
  .step-copy h3 { font-size:18px; }
}

/* FAQ beside the order form */
.checkout-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: start;
}
.checkout-faq {
  background: rgba(255,255,255,.97);
  color: var(--ink);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.35);
  grid-column: 1;
  grid-row: 1;
  direction: rtl;
}
.checkout-card { grid-column: 2; grid-row: 1; }
.checkout-copy { grid-column: 3; grid-row: 1; }
.faq-panel-head { margin-bottom: 18px; }
.faq-panel-head h3 { margin: 5px 0 6px; font-size: 25px; color: var(--navy); }
.faq-panel-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.checkout-faq .faq-list { max-width: none; margin: 0; }
.checkout-faq .faq-list details { padding: 15px 16px; margin-bottom: 10px; }
.checkout-faq .faq-list summary { font-size: 14px; }
.checkout-faq .faq-list p { font-size: 13px; }

@media (max-width: 1100px) {
  .checkout-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr);
  }
  .checkout-faq { grid-column: 1; grid-row: 1; }
  .checkout-card { grid-column: 2; grid-row: 1; }
  .checkout-copy { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 780px) {
  .checkout-grid { display: flex; flex-direction: column; gap: 22px; }
  .checkout-faq, .checkout-card, .checkout-copy { width: 100%; }
  .checkout-faq { order: 2; }
  .checkout-card { order: 1; }
  .checkout-copy { order: 3; }
}

/* FAQ داخل العمود النصي — الفورم يظل بنفس الحجم */
.checkout-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: start;
}
.checkout-card { grid-column: 1; grid-row: 1; }
.checkout-copy { grid-column: 2; grid-row: 1; }
.checkout-faq-inline {
  direction: rtl;
  margin: 26px 0 24px;
  padding: 22px 20px;
  border: 1px solid rgba(44,137,235,.24);
  border-radius: 20px;
  background: rgba(7,23,41,.72);
  box-shadow: 0 18px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
}
.checkout-faq-inline .faq-panel-head { margin-bottom: 14px; }
.checkout-faq-inline .faq-panel-head h3 { margin: 5px 0 5px; font-size: 23px; color: #fff; }
.checkout-faq-inline .faq-panel-head p { margin: 0; color: #9eb4ca; font-size: 13px; line-height: 1.7; }
.checkout-faq-inline .faq-list { max-width: none; margin: 0; }
.checkout-faq-inline .faq-list details {
  padding: 13px 14px;
  margin-bottom: 8px;
  background: rgba(255,255,255,.025);
  border-color: rgba(44,137,235,.18);
}
.checkout-faq-inline .faq-list details:last-child { margin-bottom: 0; }
.checkout-faq-inline .faq-list summary { color: #f4f8fc; font-size: 14px; }
.checkout-faq-inline .faq-list summary span { color: #1688ff; }
.checkout-faq-inline .faq-list p { color: #a9bdd0; font-size: 13px; }

@media (max-width: 780px) {
  .checkout-grid { display: flex; flex-direction: column; gap: 22px; }
  .checkout-card, .checkout-copy { width: 100%; }
  .checkout-card { order: 1; }
  .checkout-copy { order: 2; }
  .checkout-faq-inline { margin-top: 22px; }
}

/* Final order layout: centered intro, FAQ right, form left, equal-height columns, points below */
.checkout-section .checkout-intro {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
  direction: rtl;
}
.checkout-intro .kicker { display:block; margin-bottom:10px; }
.checkout-intro h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  font-weight: 900;
}
.checkout-intro h2 em { color:#1688ff; font-style:normal; }
.checkout-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #9eb4ca;
  font-size: 15px;
  line-height: 1.9;
}
.guarantee-banner-final {
  width: 100%;
  min-height: 104px;
  box-sizing: border-box;
  margin: 0 auto 22px;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 18px;
  direction: ltr;
  border: 1px solid rgba(44,137,235,.28);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(8,28,52,.96), rgba(5,18,34,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 14px 35px rgba(0,0,0,.16);
}
.guarantee-badge-final {
  width: 86px;
  height: 86px;
  justify-self: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  border-radius: 50%;
  border: 2px solid #1688ff;
  background: radial-gradient(circle, rgba(25,112,255,.35), rgba(7,29,58,.98) 68%);
  color:#fff;
  line-height:1.05;
  box-shadow: 0 0 24px rgba(22,136,255,.18);
}
.guarantee-badge-final strong { font-size:14px; }
.guarantee-badge-final span { font-size:10px; color:#d9e7f6; margin:3px 0; }
.guarantee-badge-final b { font-size:18px; color:#1688ff; }
.guarantee-copy-final { direction:rtl; text-align:center; }
.guarantee-copy-final h3 { margin:0 0 5px; color:#fff; font-size:clamp(21px,2.4vw,28px); line-height:1.2; }
.guarantee-copy-final h3 em { color:#1688ff; font-style:normal; }
.guarantee-copy-final p { margin:0 auto; max-width:720px; color:#b8c9d9; font-size:13px; line-height:1.7; }
.guarantee-shield-final { width:72px; height:72px; justify-self:end; color:#1688ff; filter: drop-shadow(0 0 12px rgba(22,136,255,.35)); }
.guarantee-shield-final svg { width:100%; height:100%; }

.checkout-grid-final {
  display:grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}
.checkout-grid-final .checkout-faq-side {
  grid-column: 1 !important;
  grid-row: 1 !important;
  height: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 20px 20px;
  border: 1px solid rgba(44,137,235,.28);
  border-radius: 22px;
  background: rgba(7,23,41,.72);
  box-shadow: 0 18px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
}
.checkout-grid-final .checkout-card {
  grid-column: 2 !important;
  grid-row: 1 !important;
  height: auto;
  box-sizing: border-box;
}
.checkout-grid-final .checkout-faq-side .faq-panel-head h3 { color:#fff; }
.checkout-grid-final .checkout-faq-side .faq-panel-head p { color:#9eb4ca; }
.checkout-grid-final .checkout-faq-side .faq-list details {
  background: rgba(255,255,255,.025);
  border-color: rgba(44,137,235,.18);
}
.checkout-grid-final .checkout-faq-side .faq-list summary { color:#f4f8fc; }
.checkout-grid-final .checkout-faq-side .faq-list p { color:#a9bdd0; }
.checkout-points-final {
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px !important;
}
.checkout-points-final > div {
  min-height: 76px;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid rgba(44,137,235,.20);
  border-radius: 16px;
  background: rgba(7,23,41,.58);
}
@media (max-width: 820px) {
  .checkout-grid-final { grid-template-columns: 1fr !important; }
  .checkout-grid-final .checkout-faq-side,
  .checkout-grid-final .checkout-card { grid-column:1 !important; grid-row:auto !important; }
  .checkout-grid-final .checkout-faq-side { order:2; }
  .checkout-grid-final .checkout-card { order:1; }
  .checkout-points-final { grid-template-columns:1fr; }
  .checkout-intro { margin-bottom:24px; }
}

.checkout-grid-final .checkout-card .checkout-head { padding: 18px 20px 12px; }
.checkout-grid-final .checkout-card form { padding: 0 20px 18px; }
.checkout-grid-final .checkout-card .field { margin-bottom: 10px; }
.checkout-grid-final .checkout-card .field small { margin-top: 3px; }
.checkout-grid-final .checkout-card textarea { min-height: 72px; }
.checkout-grid-final .checkout-card .order-summary { margin-top: 10px; padding: 10px 12px; }
.checkout-grid-final .checkout-card .submit-btn { margin-top: 10px; }
@media (max-width: 820px) {
  .guarantee-banner-final { grid-template-columns: 72px minmax(0,1fr) 62px; gap:10px; padding:12px; }
  .guarantee-badge-final { width:62px; height:62px; }
  .guarantee-badge-final strong { font-size:11px; }
  .guarantee-badge-final span { font-size:8px; }
  .guarantee-badge-final b { font-size:14px; }
  .guarantee-shield-final { width:54px; height:54px; }
  .guarantee-copy-final h3 { font-size:18px; }
  .guarantee-copy-final p { font-size:11px; line-height:1.55; }
}

/* Compact final checkout cards */
.checkout-grid-final {
  align-items: start !important;
}
.checkout-grid-final .checkout-faq-side,
.checkout-grid-final .checkout-card {
  height: auto !important;
  min-height: 0 !important;
}
.checkout-grid-final .checkout-faq-side {
  padding: 14px 16px !important;
  border-radius: 18px;
}
.checkout-grid-final .checkout-faq-side .faq-panel-head {
  margin-bottom: 8px !important;
}
.checkout-grid-final .checkout-faq-side .faq-panel-head h3 {
  font-size: 19px !important;
  margin: 2px 0 3px !important;
}
.checkout-grid-final .checkout-faq-side .faq-panel-head p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}
.checkout-grid-final .checkout-faq-side .faq-list details {
  margin-bottom: 6px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
}
.checkout-grid-final .checkout-faq-side .faq-list summary {
  font-size: 12px !important;
  line-height: 1.35 !important;
}
.checkout-grid-final .checkout-faq-side .faq-list p {
  font-size: 11px !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
}
.checkout-grid-final .checkout-card .checkout-head {
  padding: 12px 16px 7px !important;
}
.checkout-grid-final .checkout-card .checkout-head h3 {
  font-size: 19px !important;
  margin: 2px 0 !important;
}
.checkout-grid-final .checkout-card .checkout-head p {
  font-size: 11px !important;
}
.checkout-grid-final .checkout-card .checkout-price {
  font-size: 22px !important;
}
.checkout-grid-final .checkout-card .progress {
  margin: 0 16px 7px !important;
  height: 3px !important;
}
.checkout-grid-final .checkout-card form {
  padding: 0 16px 12px !important;
}
.checkout-grid-final .checkout-card .field {
  margin-bottom: 6px !important;
}
.checkout-grid-final .checkout-card .field label {
  font-size: 11px !important;
  margin-bottom: 3px !important;
}
.checkout-grid-final .checkout-card input,
.checkout-grid-final .checkout-card select,
.checkout-grid-final .checkout-card textarea {
  min-height: 34px !important;
  height: 34px !important;
  padding: 6px 9px !important;
  font-size: 12px !important;
}
.checkout-grid-final .checkout-card textarea {
  min-height: 52px !important;
  height: 52px !important;
}
.checkout-grid-final .checkout-card .field small {
  font-size: 9px !important;
  line-height: 1.3 !important;
  margin-top: 2px !important;
}
.checkout-grid-final .checkout-card .order-summary {
  margin-top: 6px !important;
  padding: 7px 9px !important;
}
.checkout-grid-final .checkout-card .order-summary span,
.checkout-grid-final .checkout-card .order-summary strong {
  font-size: 11px !important;
}
.checkout-grid-final .checkout-card .order-summary small {
  font-size: 9px !important;
}
.checkout-grid-final .checkout-card .submit-btn {
  min-height: 38px !important;
  height: 38px !important;
  margin-top: 7px !important;
  font-size: 12px !important;
}
@media (max-width: 820px) {
  .checkout-grid-final .checkout-faq-side,
  .checkout-grid-final .checkout-card { height: auto !important; }
}

/* Final hero refinements */
.hero-original-top{
  display:inline-flex;
  align-items:baseline;
  gap:7px;
  margin:0 0 12px;
  padding:7px 13px;
  border:1px solid rgba(35,145,255,.35);
  border-radius:12px;
  background:rgba(10,31,57,.72);
  color:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.hero-original-top strong{font-size:15px;font-weight:800;color:#fff}
.hero-original-top b{font-size:22px;line-height:1;color:#1688ff;font-weight:900}
.hero-original-top span{font-size:12px;color:#a9bdd0;font-weight:700}
.hero-copy h1{font-size:clamp(39px,5vw,64px);line-height:1.12;margin-top:4px;margin-bottom:12px}
.hero-copy .lead{font-size:15px;line-height:1.8;margin-bottom:20px}
.hero-benefits{gap:12px}
.hero-benefit{padding:10px 9px;min-height:88px}
.hero-benefit .hero-icon{width:42px;height:42px}
.hero-benefit .hero-icon svg{width:24px;height:24px}
.hero-benefit b{font-size:13px}
.hero-benefit small{font-size:11px}

@media (max-width: 900px){
  .hero-original-top{margin-bottom:10px}
  .hero-copy h1{font-size:clamp(34px,7vw,52px)}
}


/* Final hero polish V5 */
body { background: #020617; }
.hero-product-image { opacity: .88; mix-blend-mode: screen; filter: drop-shadow(0 22px 34px rgba(0,0,0,.48)); }
.original-badge {
  position:absolute; z-index:4; left:2.5%; top:3.5%; bottom:auto;
  width:94px; height:94px; border-radius:50%;
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  color:#fff; text-align:center;
  background:radial-gradient(circle,#162844 0 52%,#08182d 53% 68%,#1688ff 69% 74%,#101b2c 75%);
  border:2px solid #1688ff;
  box-shadow:0 8px 28px rgba(0,0,0,.45),0 0 22px rgba(22,136,255,.22);
  transform:rotate(-5deg);
}
.original-badge strong{font-size:15px;line-height:1;font-weight:800}
.original-badge b{font-size:21px;line-height:1.05;margin:3px 0;color:#1688ff;font-weight:900}
.original-badge span{font-size:10px;color:#e7f0fa}
.hero-price-badge { right:8%; }
.hero-copy h1{font-size:clamp(34px,4.2vw,54px);line-height:1.12;margin-top:2px;margin-bottom:10px}
.hero-copy .lead{font-size:14px;line-height:1.7;margin-bottom:16px}
.hero-benefits{gap:10px}
.hero-benefit{padding:8px 8px;min-height:78px}
.hero-benefit .hero-icon{width:38px;height:38px}
.hero-benefit .hero-icon svg{width:22px;height:22px}
.hero-benefit b{font-size:12px}
.hero-benefit small{font-size:10px}
.footer{margin-bottom:0;background:#020617}
@media (max-width:900px){
  .hero-copy h1{font-size:clamp(31px,6.5vw,48px)}
  .hero-copy .lead{font-size:13px}
}
@media (max-width:620px){
  .original-badge{left:2%;top:3%;width:76px;height:76px}
  .original-badge strong{font-size:11px}.original-badge b{font-size:16px}.original-badge span{font-size:8px}
  .hero-price-badge{right:6%}
}

/* Limited offer + old price */
.hero-price-badge { width: 132px; padding: 10px 8px 11px; }
.hero-price-label { display:block; color:#d6e2f0; font-size:11px; margin-bottom:2px; }
.hero-price-badge .price-currency { color:#d8e5f3; font-size:10px; font-weight:700; }
.hero-price-old { display:flex; align-items:baseline; justify-content:center; gap:3px; margin-bottom:4px; color:#9fb1c7; }
.hero-price-old .old-price { font-size:13px; text-decoration:line-through; color:#9fb1c7; font-weight:800; }
.hero-price-old small { font-size:9px; color:#8ea1b8; }
.hero-price-old .old-price-label { font-size:8px; color:#8ea1b8; }
.hero-offer { margin-top:7px; padding-top:7px; border-top:1px solid rgba(22,136,255,.24); display:flex; flex-direction:column; gap:2px; }
.hero-offer .offer-title { color:#38bdf8; font-size:10px; font-weight:900; }
.hero-offer strong { color:#fff; font-size:9px; line-height:1.35; }
.hero-offer small { color:#c9d8e8; font-size:9px; }
.hero-offer b { color:#fff; }
.checkout-price-wrap { text-align:right; min-width:130px; }
.checkout-old-price { color:#8a98a8; font-size:11px; margin-bottom:1px; }
.checkout-old-price .old-price { text-decoration:line-through; font-weight:800; }
.checkout-old-price small { margin-right:3px; }
.checkout-offer { color:#087dff; font-size:10px; font-weight:800; margin-top:3px; }
.mobile-old-price { display:block; color:#8a98a8; font-size:10px; text-decoration:line-through; line-height:1.1; }
@media(max-width:600px){
  .hero-price-badge{width:100px; right:4%; bottom:5%; padding:7px 5px 8px;}
  .hero-price-badge .price{font-size:27px;}
  .hero-price-badge .price-currency{font-size:8px;}
  .hero-price-old{margin-bottom:2px;}
  .hero-price-old .old-price{font-size:11px;}
  .hero-price-old .old-price-label{font-size:7px;}
  .hero-offer{margin-top:5px;padding-top:5px;}
  .hero-offer .offer-title{font-size:8px;}
  .hero-offer strong,.hero-offer small{font-size:7px;}
}


/* Final header alignment tuning */
@media (max-width: 900px) {
  nav { height: 68px; }
  .navin { width: min(1140px, calc(100% - 32px)); }
  .brand { gap: 9px; font-size: 17px; }
  .brandmark { width: 26px; height: 26px; }
  .navcta { padding: 9px 16px; font-size: 13px; border-radius: 10px; }
}

@media (max-width: 600px) {
  .topbar { padding: 6px 10px; font-size: 11px; min-height: 32px; }
  nav { height: 64px; }
  .navin { width: calc(100% - 24px); }
  .brand { gap: 8px; font-size: 16px; line-height: 1.15; }
  .brandmark { width: 24px; height: 24px; gap: 2px; }
  .navcta { padding: 8px 13px; font-size: 12px; border-radius: 9px; white-space: nowrap; }
  .mobile-bar { padding: 8px 12px; }
  .mobile-bar strong { font-size: 14px; line-height: 1.25; }
  .mobile-bar small { font-size: 10px; margin-top: 1px; }
  .mobile-bar a { padding: 8px 14px; font-size: 12px; border-radius: 9px; white-space: nowrap; }
}
