@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Inter:wght@600;700;800&display=swap");

:root {
  --navy: #071a42;
  --navy-2: #102d63;
  --blue: #0a63f6;
  --orange: #ff5a0a;
  --orange-dark: #d94600;
  --ink: #111827;
  --muted: #6b7280;
  --line: #dce2ec;
  --soft: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 26, 66, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #e9edf4;
  color: var(--ink);
  font-family: "Hind Siliguri", Arial, sans-serif;
  line-height: 1.55;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
fieldset { border: 0; padding: 0; margin: 0; }

.site-shell {
  width: min(820px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(7, 26, 66, 0.05), 0 24px 70px rgba(7, 26, 66, 0.12);
}

.brand-header {
  min-height: 110px;
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  align-items: center;
  gap: 18px;
  padding: 12px 24px;
  color: var(--white);
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 90, 10, 0.65);
}
.brand-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
}
.brand-icon img { width: 100%; height: 100%; object-fit: contain; }
.brand-lockup { display: flex; align-items: center; justify-content: center; }
.brand-lockup img { width: min(455px, 100%); height: auto; padding: 7px 12px; background: #ffffff; }
.brand-spacer { width: 76px; height: 76px; }

.hero-section {
  padding: 0;
  background: var(--navy);
}
.hero-inner {
  width: 100%;
}
.hero-copy {
  display: none;
}
.hero-eyebrow {
  margin: 0;
  color: var(--orange);
  font: 800 14px/1.2 Inter, sans-serif;
  letter-spacing: .16em;
}
.hero-copy h1 {
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.hero-copy h1 span {
  color: var(--orange);
}
.hero-feature-button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hero-feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}


.why-section { padding: 40px 28px 24px; }
.why-card { border: 1px solid var(--line); border-radius: 26px; padding: 34px 30px 36px; background: #fafbfc; box-shadow: inset 0 0 0 1px rgba(10,99,246,.03); }
.why-card h2, .gallery-section > h2, .review-section > h2, .order-section > h2 { margin: 0; color: var(--orange-dark); font-size: clamp(35px, 5.4vw, 48px); line-height: 1.08; }
.why-card > p { margin: 34px 0 32px; color: #111; font-size: clamp(24px, 3.7vw, 34px); line-height: 1.85; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-grid article { min-height: 235px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); text-align: center; }
.benefit-grid article span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 33px; font-weight: 900; }
.benefit-grid article strong { color: var(--navy); font-size: 27px; line-height: 1.3; }

.gallery-section { padding: 42px 28px 50px; text-align: center; }
.gallery-section > h2 { color: var(--navy); font-size: clamp(44px, 7vw, 62px); }
.gallery-frame { position: relative; min-height: 720px; display: grid; place-items: center; margin-top: 36px; border: 1px solid rgba(255, 90, 10, .4); border-radius: 30px; padding: 42px; background: var(--white); box-shadow: var(--shadow); }
.gallery-frame img { width: 100%; max-height: 630px; object-fit: contain; }
.round-arrow, .review-arrow { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); background: var(--navy); font-size: 62px; line-height: .8; }
.round-arrow { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); }
.round-arrow.left { left: 16px; }
.round-arrow.right { right: 16px; }
.gallery-dots { display: flex; justify-content: center; gap: 18px; margin: 22px 0 28px; }
.gallery-dots button { width: 20px; height: 20px; padding: 0; border: 0; border-radius: 50%; background: #d5dde9; }
.gallery-dots button.active { width: 58px; border-radius: 999px; background: var(--orange); }
.main-cta, .submit-button { width: 100%; border: 0; border-radius: 24px; padding: 22px 20px; color: var(--white); background: linear-gradient(135deg, var(--orange), #ff751f); font-size: 37px; font-weight: 800; box-shadow: 0 18px 40px rgba(255,90,10,.18); }
.main-cta.small { width: auto; min-width: 180px; padding: 13px 26px; border-radius: 12px; font-size: 18px; }

.review-section { padding: 36px 28px 44px; background: var(--soft); }
.review-section > h2 { color: var(--orange-dark); }
.review-section > h3 { margin: 26px 0 34px; color: var(--navy); font-size: clamp(36px, 5.7vw, 52px); line-height: 1.25; }
.review-carousel { display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; gap: 18px; }
.review-arrow { position: static; width: 68px; height: 68px; font-size: 54px; }
.review-card { min-height: 350px; padding: 40px 48px 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.review-user { display: flex; align-items: center; gap: 16px; }
.review-avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 22px; font-weight: 800; }
.review-user strong { display: block; font-size: 21px; }
.review-user small { display: block; color: var(--muted); font-size: 15px; }
.stars { margin: 22px 0 18px; letter-spacing: 2px; font-size: 27px; }
.review-card p { margin: 0; font-size: 21px; }
.review-meta { margin-top: 76px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.review-dots { display: flex; justify-content: center; gap: 18px; margin-top: 24px; }
.review-dots span { width: 20px; height: 20px; border-radius: 50%; background: #d4dae5; }
.review-dots span.active { background: var(--orange); }

.order-section { padding: 38px 28px 54px; }
.order-section > h2 { color: var(--navy); font-size: clamp(46px, 7.2vw, 64px); }
.order-lead { margin: 10px 0 28px; color: var(--muted); font-size: 27px; line-height: 1.35; }
.order-section form { display: grid; gap: 28px; }
.form-card { border: 1px solid var(--line); border-radius: 26px; padding: 30px; background: var(--white); box-shadow: var(--shadow); }
.step-heading { display: flex; align-items: flex-start; gap: 22px; }
.step-heading > span { width: 76px; height: 76px; display: grid; place-items: center; flex: 0 0 76px; border-radius: 50%; color: var(--white); background: var(--navy); font: 800 25px/1 Inter, sans-serif; }
.step-heading > strong, .step-heading div > strong { color: var(--navy); font-size: 32px; line-height: 1.35; }
.step-heading.compact { align-items: center; }
.step-heading.compact small { display: block; color: var(--muted); font-size: 20px; }
.size-fieldset { margin-top: 36px; }
.size-fieldset legend { margin-bottom: 22px; color: var(--navy); font-size: 28px; font-weight: 700; }
em { color: var(--orange); font-style: normal; }
.size-list { display: grid; gap: 20px; }
.size-list label { display: flex; align-items: center; gap: 26px; cursor: pointer; }
.size-list input, .package-radio input { position: absolute; opacity: 0; pointer-events: none; }
.fake-radio { width: 44px; height: 44px; flex: 0 0 44px; border: 2px solid #7f8792; border-radius: 50%; background: var(--white); box-shadow: inset 0 0 0 8px var(--white); }
.size-list input:checked + .fake-radio, .package-radio input:checked + .fake-radio { border-color: var(--blue); background: var(--blue); }
.size-list strong { color: var(--navy); font-size: 29px; }
.package-list { display: grid; gap: 24px; margin-top: 34px; }
.package-option { display: grid; grid-template-columns: 48px 138px 1fr; align-items: center; gap: 20px; min-height: 230px; padding: 24px; border: 1px solid #ccd4df; border-radius: 22px; background: var(--white); }
.package-option.selected { border-color: rgba(10,99,246,.65); box-shadow: inset 0 0 0 1px rgba(10,99,246,.12); }
.package-radio { display: grid; place-items: center; }
.package-option img { width: 138px; border-radius: 15px; background: #f5f7fa; }
.package-copy h3 { margin: 0 0 16px; color: var(--navy); font-size: 25px; line-height: 1.3; }
.qty-control { display: flex; gap: 12px; }
.qty-control button, .qty-control output { width: 80px; height: 74px; display: grid; place-items: center; border: 1px solid #ccd4df; border-radius: 14px; background: #f7f8fb; color: var(--navy); font-size: 38px; font-weight: 800; }
.qty-control output { background: var(--white); }
.package-copy > strong { display: block; margin-top: 12px; color: var(--orange-dark); font-size: 28px; }
.customer-card { display: grid; gap: 24px; }
.input-label { display: grid; gap: 8px; color: var(--navy); font-size: 25px; font-weight: 700; }
.field-title { display: inline-flex; align-items: baseline; gap: 5px; width: fit-content; }
.field-title em { display: inline; line-height: 1; }
.input-label input, .input-label textarea { width: 100%; border: 1px solid #cfd6e1; border-radius: 15px; padding: 20px 24px; background: #fff; color: var(--ink); font-size: 25px; outline: none; resize: vertical; }
.input-label input:focus, .input-label textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,99,246,.1); }
.summary-card { display: grid; gap: 18px; padding: 38px 30px; border-radius: 26px; background: #fbfcfd; }
.summary-card > div { display: flex; justify-content: space-between; gap: 20px; font-size: 25px; }
.summary-card strong { max-width: 64%; text-align: right; }
.summary-card .total-row { margin-top: 8px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 31px; }
.summary-card .total-row strong { color: var(--orange-dark); }
.summary-card p { margin: 14px 0 0; color: var(--muted); font-size: 18px; }
.terms { display: flex; align-items: flex-start; gap: 18px; color: var(--muted); font-size: 21px; }
.terms input { width: 28px; height: 28px; flex: 0 0 28px; margin-top: 4px; accent-color: var(--blue); }
.submit-button { border-radius: 24px; font-size: 28px; }
.privacy-note { margin: -8px 0 0; color: var(--muted); text-align: center; font-size: 19px; }

footer { padding: 42px 24px; color: var(--orange); background: var(--navy); text-align: center; font-size: 20px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(4,13,35,.74); backdrop-filter: blur(7px); }
.modal-card { width: min(470px, 100%); position: relative; padding: 40px 30px; border-radius: 20px; background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.28); text-align: center; }
.modal-close { position: absolute; right: 16px; top: 10px; border: 0; background: transparent; font-size: 30px; }
.success-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 36px; font-weight: 900; }
.modal-card h2 { margin: 0 0 8px; color: var(--navy); }
.modal-card p { color: var(--muted); }

@media (max-width: 720px) {
  body { background: var(--white); }
  .site-shell { box-shadow: none; }
  .brand-header { min-height: 78px; grid-template-columns: 56px 1fr 56px; gap: 10px; padding: 8px 14px; }
  .brand-icon { width: 50px; height: 50px; }
  .brand-lockup img { width: min(248px, 100%); padding: 5px 8px; background: #ffffff; }
  .brand-spacer { width: 50px; height: 50px; }

  .hero-section { padding: 0; background: var(--navy); }
  .hero-inner { display: flex; flex-direction: column; }
  .hero-copy { display: block; padding: 38px 24px 24px; text-align: center; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .13em; }
  .hero-copy h1 { margin-top: 13px; font-size: clamp(38px, 11vw, 54px); line-height: 1.12; }
  .hero-feature-button { width: 100%; }
  .hero-feature-image { width: 100%; height: auto; object-fit: contain; }

  .why-section, .gallery-section, .review-section, .order-section { padding-left: 18px; padding-right: 18px; }
  .why-card { padding: 26px 20px; border-radius: 22px; }
  .why-card h2 { font-size: 32px; }
  .why-card > p { margin: 24px 0; font-size: 21px; line-height: 1.75; }
  .benefit-grid { gap: 12px; }
  .benefit-grid article { min-height: 178px; padding: 16px 10px; border-radius: 18px; }
  .benefit-grid article span { width: 52px; height: 52px; font-size: 28px; }
  .benefit-grid article strong { font-size: 20px; }

  .gallery-section > h2 { font-size: 42px; }
  .gallery-frame { min-height: 490px; margin-top: 28px; padding: 30px 24px; border-radius: 22px; }
  .gallery-frame img { max-height: 430px; }
  .round-arrow { width: 52px; height: 52px; font-size: 46px; }
  .round-arrow.left { left: 10px; }
  .round-arrow.right { right: 10px; }
  .gallery-dots { gap: 12px; margin: 18px 0 24px; }
  .gallery-dots button { width: 14px; height: 14px; }
  .gallery-dots button.active { width: 42px; }
  .main-cta { border-radius: 18px; padding: 17px; font-size: 28px; }

  .review-section > h2 { font-size: 38px; }
  .review-section > h3 { margin: 18px 0 26px; font-size: 34px; }
  .review-carousel { grid-template-columns: 52px 1fr 52px; gap: 8px; }
  .review-arrow { width: 50px; height: 50px; font-size: 42px; }
  .review-card { min-height: 280px; padding: 28px 22px 20px; border-radius: 19px; }
  .review-avatar { width: 48px; height: 48px; }
  .review-user strong { font-size: 17px; }
  .review-user small { font-size: 12px; }
  .stars { margin: 18px 0 14px; font-size: 21px; }
  .review-card p { font-size: 17px; }
  .review-meta { margin-top: 56px; font-size: 12px; }
  .review-dots { gap: 12px; }
  .review-dots span { width: 14px; height: 14px; }

  .order-section > h2 { font-size: 44px; }
  .order-lead { font-size: 20px; }
  .form-card { padding: 22px 18px; border-radius: 22px; }
  .step-heading { gap: 15px; }
  .step-heading > span { width: 58px; height: 58px; flex-basis: 58px; font-size: 19px; }
  .step-heading > strong, .step-heading div > strong { font-size: 24px; }
  .step-heading.compact small { font-size: 16px; }
  .size-fieldset legend { font-size: 22px; }
  .size-list { gap: 16px; }
  .size-list label { gap: 18px; }
  .fake-radio { width: 36px; height: 36px; flex-basis: 36px; box-shadow: inset 0 0 0 6px var(--white); }
  .size-list strong { font-size: 22px; }
  .package-option { grid-template-columns: 38px 90px 1fr; gap: 12px; min-height: 180px; padding: 18px 14px; border-radius: 18px; }
  .package-option img { width: 90px; }
  .package-copy h3 { margin-bottom: 12px; font-size: 19px; }
  .qty-control { gap: 8px; }
  .qty-control button, .qty-control output { width: 54px; height: 52px; border-radius: 10px; font-size: 27px; }
  .package-copy > strong { font-size: 21px; }
  .input-label { font-size: 20px; }
  .input-label input, .input-label textarea { padding: 16px 17px; border-radius: 12px; font-size: 19px; }
  .summary-card { gap: 14px; padding: 28px 20px; border-radius: 22px; }
  .summary-card > div { font-size: 19px; }
  .summary-card .total-row { font-size: 24px; }
  .summary-card p { font-size: 15px; }
  .terms { gap: 12px; font-size: 17px; }
  .terms input { width: 24px; height: 24px; flex-basis: 24px; }
  .submit-button { border-radius: 18px; padding: 17px 14px; font-size: 23px; }
  .privacy-note { font-size: 15px; }
  footer { padding: 30px 18px; font-size: 16px; }
}

@media (max-width: 470px) {
  .brand-header { grid-template-columns: 48px 1fr 48px; }
  .brand-icon { width: 42px; height: 42px; }
  .brand-lockup img { width: min(210px, 100%); padding: 4px 7px; background: #ffffff; }
  .brand-spacer { width: 42px; height: 42px; }
  .why-card > p { font-size: 18px; }
  .benefit-grid article { min-height: 150px; }
  .benefit-grid article strong { font-size: 17px; }
  .gallery-frame { min-height: 420px; padding: 22px 18px; }
  .review-carousel { grid-template-columns: 42px 1fr 42px; }
  .review-arrow { width: 40px; height: 40px; font-size: 34px; }
  .review-card { padding: 22px 16px; }
  .package-option { grid-template-columns: 32px 72px 1fr; }
  .package-option img { width: 72px; }
  .package-copy h3 { font-size: 17px; }
  .qty-control button, .qty-control output { width: 46px; height: 46px; font-size: 23px; }
}


/* Desktop-only layout. Mobile rules above remain untouched. */
@media (min-width: 721px) {
  body {
    background: var(--white);
  }

  .site-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .brand-header {
    min-height: 112px;
    grid-template-columns: 96px minmax(0, 1fr) 96px;
    padding: 14px 38px;
  }

  .brand-icon,
  .brand-spacer {
    width: 80px;
    height: 80px;
  }

  .brand-lockup img {
    width: min(520px, 100%);
    padding: 8px 16px;
    border-radius: 6px;
  }

  .hero-section {
    padding: 0;
    background: var(--navy);
  }

  .hero-inner {
    width: 100%;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.35fr);
    align-items: stretch;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(42px, 5vw, 90px);
    background:
      radial-gradient(circle at 25% 80%, rgba(255,90,10,.10), transparent 34%),
      linear-gradient(135deg, rgba(16,45,99,.28), transparent 55%);
  }

  .hero-eyebrow {
    font-size: 14px;
  }

  .hero-copy h1 {
    max-width: 620px;
    margin-top: 20px;
    font-size: clamp(56px, 4.8vw, 84px);
  }

  .hero-feature-button {
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
  }

  .hero-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .why-section,
  .gallery-section,
  .review-section,
  .order-section {
    width: 100%;
    padding-left: clamp(36px, 5vw, 88px);
    padding-right: clamp(36px, 5vw, 88px);
  }

  .why-section {
    padding-top: 54px;
    padding-bottom: 34px;
  }

  .why-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    grid-template-rows: auto 1fr;
    gap: 22px 42px;
    padding: 42px;
    border-radius: 28px;
  }

  .why-card h2 {
    grid-column: 1;
    align-self: end;
    font-size: 42px;
  }

  .why-card > p {
    grid-column: 1;
    margin: 0;
    font-size: 24px;
    line-height: 1.75;
  }

  .benefit-grid {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    gap: 14px;
  }

  .benefit-grid article {
    min-height: 180px;
    padding: 18px;
  }

  .benefit-grid article span {
    width: 54px;
    height: 54px;
    font-size: 29px;
  }

  .benefit-grid article strong {
    font-size: 22px;
  }

  .gallery-section {
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .gallery-section > h2 {
    font-size: 52px;
  }

  .gallery-frame {
    min-height: 620px;
    width: 100%;
    max-width: 1320px;
    margin: 32px auto 0;
    padding: 38px 90px;
  }

  .gallery-frame img {
    max-height: 500px;
  }

  .main-cta {
    width: 100%;
    max-width: 1320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .review-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .review-section > h2 {
    font-size: 44px;
  }

  .review-section > h3 {
    margin: 16px 0 30px;
    font-size: 42px;
  }

  .review-carousel {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    grid-template-columns: 68px minmax(0, 1fr) 68px;
  }

  .review-card {
    min-height: 300px;
    padding: 34px 44px 26px;
  }

  .review-meta {
    margin-top: 48px;
  }

  .order-section {
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .order-section > h2 {
    font-size: 52px;
  }

  .order-lead {
    max-width: none;
    margin: 10px 0 32px;
    font-size: 23px;
  }

  .order-section form {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: start;
    gap: 28px;
  }

  .product-card {
    grid-column: 1;
  }

  .customer-card {
    grid-column: 2;
  }

  .summary-card,
  .terms,
  .order-status,
  .submit-button,
  .privacy-note {
    grid-column: 1 / -1;
  }

  .form-card {
    padding: 30px 28px;
  }

  .step-heading > span {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 21px;
  }

  .step-heading > strong,
  .step-heading div > strong {
    font-size: 27px;
  }

  .step-heading.compact small {
    font-size: 17px;
  }

  .size-fieldset {
    margin-top: 30px;
  }

  .size-fieldset legend {
    font-size: 24px;
  }

  .size-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
  }

  .size-list label {
    gap: 14px;
  }

  .fake-radio {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    box-shadow: inset 0 0 0 6px var(--white);
  }

  .size-list strong {
    font-size: 19px;
  }

  .package-list {
    gap: 16px;
    margin-top: 28px;
  }

  .package-option {
    grid-template-columns: 36px 88px minmax(0, 1fr);
    gap: 14px;
    min-height: 158px;
    padding: 17px;
  }

  .package-option img {
    width: 88px;
  }

  .package-copy h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .qty-control {
    gap: 8px;
  }

  .qty-control button,
  .qty-control output {
    width: 48px;
    height: 46px;
    border-radius: 10px;
    font-size: 25px;
  }

  .package-copy > strong {
    margin-top: 8px;
    font-size: 20px;
  }

  .customer-card {
    gap: 18px;
  }

  .input-label {
    font-size: 19px;
  }

  .input-label input,
  .input-label textarea {
    padding: 15px 16px;
    border-radius: 12px;
    font-size: 18px;
  }

  .summary-card {
    grid-template-columns: 1fr 1fr;
    gap: 0 42px;
    padding: 34px 38px;
  }

  .summary-card > div {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: 19px;
  }

  .summary-card .total-row {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 0;
    border-bottom: 0;
    font-size: 27px;
  }

  .summary-card p {
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .terms {
    max-width: 1320px;
    justify-self: center;
    width: 100%;
    font-size: 18px;
  }

  .submit-button {
    width: 100%;
    max-width: 1320px;
    justify-self: center;
    font-size: 25px;
  }

  footer {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .brand-header { padding-left: 64px; padding-right: 64px; }
  .why-card { padding: 50px 56px; gap: 28px 64px; }
  .why-card > p { font-size: 26px; }
  .benefit-grid article { min-height: 190px; }
  .order-section form { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Interaction parity with the supplied Smart Fashion landing page. */
.hero-order-link { width:100%; border:0; color:inherit; font:inherit; text-align:left; cursor:pointer; }
.hero-order-link:focus-visible,.round-arrow:focus-visible,.review-arrow:focus-visible,.gallery-dots button:focus-visible,.review-dots button:focus-visible,.qty-control button:focus-visible,.submit-button:focus-visible,.main-cta:focus-visible,.package-option:focus-visible { outline:3px solid rgba(10,99,246,.4); outline-offset:4px; }
.review-dots button { width:20px; height:20px; padding:0; border:0; border-radius:50%; background:#d4dae5; transition:width .2s ease,background .2s ease; }
.review-dots button.active { width:42px; border-radius:999px; background:var(--orange); }
.package-option { cursor:pointer; }
.size-fieldset.is-invalid,.package-list.is-invalid { margin-left:-10px; margin-right:-10px; padding:14px 10px; border:1px solid #dc2626; border-radius:16px; background:rgba(220,38,38,.035); }
.input-label.is-invalid input,.input-label.is-invalid textarea { border-color:#dc2626; box-shadow:0 0 0 3px rgba(220,38,38,.08); }
.terms.is-invalid { margin:-8px; padding:8px; border:1px solid #dc2626; border-radius:12px; color:#b91c1c; background:rgba(220,38,38,.035); }
.order-status { min-height:1.6em; margin:-8px 0; color:#b91c1c; text-align:center; font-size:18px; font-weight:700; }
.order-status:empty { display:none; }
.submit-button:disabled { cursor:wait; opacity:.72; }
.submit-button.is-processing { filter:saturate(.75); }
.gallery-frame,.review-carousel { touch-action:pan-y; }
@media (max-width:720px) { .review-dots button{width:14px;height:14px}.review-dots button.active{width:34px}.order-status{font-size:15px} }

/* WordPress build parity with the cPanel deployment. */
.js-hidden{display:none!important}.modal[hidden]{display:none!important}
.brand-lockup img{background:#fff;border-radius:4px}
.hero-feature-image{width:100%;height:auto;display:block}.hero-feature-button{display:block}


@media (min-width: 721px) and (max-width: 1050px) {
  .hero-inner { grid-template-columns: .85fr 1.15fr; min-height: 460px; }
  .hero-copy { padding: 48px 34px; }
  .hero-copy h1 { font-size: clamp(44px, 5.8vw, 62px); }
  .hero-feature-button { min-height: 460px; }
}

/* v4: Desktop hero balance — keep mobile layout intact. */
@media (min-width: 1051px) {
  .hero-inner {
    grid-template-columns: minmax(520px, 1.15fr) minmax(440px, .85fr);
    min-height: 560px;
  }

  .hero-feature-button {
    min-height: 560px;
    display: grid;
    place-items: center;
    padding: 46px clamp(42px, 4vw, 76px);
    overflow: visible;
  }

  .hero-feature-image {
    width: min(100%, 620px);
    height: auto;
    max-height: 500px;
    object-fit: contain;
    object-position: center;
    border-radius: 22px;
  }
}

@media (min-width: 721px) and (max-width: 1050px) {
  .hero-feature-button {
    display: grid;
    place-items: center;
    padding: 28px 24px;
    overflow: visible;
  }

  .hero-feature-image {
    width: min(100%, 520px);
    height: auto;
    max-height: 410px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
  }
}
