:root {
  --navy: #11182f;
  --navy-2: #20273f;
  --blue: #20273f;
  --orange: #ef233c;
  --orange-dark: #c9152a;
  --ink: #172033;
  --muted: #606778;
  --line: #e7e9ee;
  --soft: #f5f6f8;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(17, 24, 47, 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(17, 24, 47, 0.05), 0 24px 70px rgba(17, 24, 47, 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(239, 35, 60, 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(32,39,63,.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(239, 35, 60, .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, .finefit-submit-v216 { width: 100%; border: 0; border-radius: 24px; padding: 22px 20px; color: var(--white); background: linear-gradient(135deg, var(--orange), #ff4057); font-size: 37px; font-weight: 800; box-shadow: 0 18px 40px rgba(239,35,60,.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; }
.size-note { margin: 22px 0 0; padding: 14px 16px; border-radius: 12px; background: rgba(239,35,60,.08); color: var(--orange-dark); font-size: 19px; font-weight: 700; line-height: 1.45; }
.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(32,39,63,.65); box-shadow: inset 0 0 0 1px rgba(32,39,63,.12); }
.package-option-featured { border-color: rgba(239,35,60,.5); background: linear-gradient(135deg, rgba(239,35,60,.045), #fff 42%); }
.package-radio { display: grid; place-items: center; }
.package-option img { width: 138px; border-radius: 15px; background: #f5f7fa; }
.package-copy h3 { margin: 0 0 12px; color: var(--navy); font-size: 25px; line-height: 1.35; }
.package-subtext { margin: 0 0 8px; color: #4f5d70; font-size: 19px; font-weight: 750; line-height: 1.4; }
.package-badge { display: inline-flex; margin-bottom: 9px; padding: 5px 10px; border-radius: 999px; color: var(--white); background: var(--orange); font-size: 15px; font-weight: 800; line-height: 1; }
.package-copy > strong { display: block; margin-top: 8px; color: var(--orange-dark); font-size: 25px; }
.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(32,39,63,.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; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 25px; }
.summary-card > div[hidden] { display: none !important; }
.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); border-bottom: 0; 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); }
.finefit-submit-v216 { 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: 29px; }
  .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: 36px; }
  .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: 33px; }
  .review-section > h3 { margin: 15px 0 24px; font-size: 29px; }
  .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: 37px; }
  .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: 20px; line-height: 1.45; }
  .size-note { margin-top: 18px; padding: 12px 14px; font-size: 16px; }
  .package-option { grid-template-columns: 38px 82px 1fr; gap: 12px; min-height: 150px; padding: 16px 14px; border-radius: 18px; }
  .package-option img { width: 82px; }
  .package-copy h3 { margin-bottom: 8px; font-size: 18px; }
  .package-subtext { margin-bottom: 6px; font-size: 14px; line-height: 1.35; }
  .package-badge { margin-bottom: 7px; padding: 4px 8px; font-size: 12px; }
  .package-copy > strong { margin-top: 6px; font-size: 19px; }
  .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; }
  .finefit-submit-v216 { 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 h2 { font-size: 27px; }
  .gallery-section > h2 { font-size: 33px; }
  .review-section > h2 { font-size: 31px; }
  .review-section > h3 { font-size: 27px; }
  .order-section > h2 { font-size: 34px; }
  .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 68px 1fr; min-height: 138px; }
  .package-option img { width: 68px; }
  .package-copy h3 { font-size: 16px; }
  .package-subtext { font-size: 13px; }
  .package-copy > strong { font-size: 17px; }
}


/* 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(239,35,60,.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,
  .finefit-submit-v216,
  .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;
  }


  .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;
  }

  .finefit-submit-v216 {
    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,.finefit-submit-v216:focus-visible,.main-cta:focus-visible,.package-option:focus-visible { outline:3px solid rgba(32,39,63,.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; }
.finefit-submit-v216:disabled { cursor:wait; opacity:.72; }
.finefit-submit-v216.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;
  }
}

/* v7: tighter mobile headings/arrows + clearer size rows. */
@media (max-width: 720px) {
  .why-card h2 { font-size: 26px; }
  .gallery-section > h2 { font-size: 31px; }
  .review-section > h2 { font-size: 29px; }
  .review-section > h3 { font-size: 26px; }
  .order-section > h2 { font-size: 31px; }

  .round-arrow { width: 44px; height: 44px; font-size: 38px; }
  .review-carousel { grid-template-columns: 44px 1fr 44px; gap: 6px; }
  .review-arrow { width: 38px; height: 38px; font-size: 31px; border-width: 2px; }

  .size-list { gap: 0; }
  .size-list label {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1.5px solid #111111;
  }
  .size-list label:last-child { border-bottom: 0; }
}

@media (max-width: 470px) {
  .why-card h2 { font-size: 24px; }
  .gallery-section > h2 { font-size: 29px; }
  .review-section > h2 { font-size: 27px; }
  .review-section > h3 { font-size: 24px; }
  .order-section > h2 { font-size: 29px; }

  .round-arrow { width: 38px; height: 38px; font-size: 32px; }
  .round-arrow.left { left: 6px; }
  .round-arrow.right { right: 6px; }
  .review-carousel { grid-template-columns: 36px 1fr 36px; gap: 4px; }
  .review-arrow { width: 32px; height: 32px; font-size: 27px; }

  .size-list label { padding: 13px 0; }
}


/* v8: mobile package label, wider reviews, outward controls, tighter section spacing. */
.package-heading {
  margin: 30px 0 -14px;
  color: var(--navy);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .package-heading {
    margin: 24px 0 -10px;
    font-size: 22px;
  }

  /* Reduce the empty vertical gap between the benefits block and gallery. */
  .why-section { padding-bottom: 4px; }
  .gallery-section { padding-top: 14px; }

  /* Let the review card use almost the whole content width. */
  .review-carousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  .review-card {
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
  }
  .review-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
  }
  #reviewPrev { left: -22px; }
  #reviewNext { right: -22px; }
}

@media (max-width: 470px) {
  .package-heading {
    margin-top: 21px;
    font-size: 20px;
  }
  .why-section { padding-bottom: 2px; }
  .gallery-section { padding-top: 10px; }

  .review-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  #reviewPrev { left: -18px; }
  #reviewNext { right: -18px; }
}

/* v11: product gallery uses each original image at its full aspect ratio, without a frame. */
.gallery-frame {
  min-height: 0 !important;
  width: 100%;
  max-width: 1320px;
  margin: 28px auto 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.gallery-frame img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: none !important;
  object-fit: contain !important;
  border: 0;
  border-radius: 0;
}

@media (max-width: 720px) {
  .gallery-frame {
    min-height: 0 !important;
    margin-top: 22px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .gallery-frame img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .round-arrow.left { left: -10px; }
  .round-arrow.right { right: -10px; }
}


/* v13: larger package-card copy and smaller package selection control. */
.package-radio .fake-radio {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  box-shadow: inset 0 0 0 5px var(--white);
}
.package-copy h3 {
  font-size: 29px;
}
.package-subtext {
  font-size: 21px;
}
.package-badge {
  font-size: 17px;
  padding: 6px 12px;
}
.package-copy > strong {
  font-size: 29px;
}

@media (max-width: 720px) {
  .package-option {
    grid-template-columns: 28px 88px minmax(0, 1fr);
  }
  .package-radio .fake-radio {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    box-shadow: inset 0 0 0 4px var(--white);
  }
  .package-copy h3 {
    font-size: 21px;
    line-height: 1.32;
  }
  .package-subtext {
    font-size: 16px;
    line-height: 1.35;
  }
  .package-badge {
    font-size: 14px;
    padding: 5px 9px;
  }
  .package-copy > strong {
    font-size: 22px;
  }
}

@media (max-width: 470px) {
  .package-option {
    grid-template-columns: 24px 72px minmax(0, 1fr);
    gap: 11px;
  }
  .package-option img {
    width: 72px;
  }
  .package-radio .fake-radio {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    box-shadow: inset 0 0 0 4px var(--white);
  }
  .package-copy h3 {
    font-size: 19px;
  }
  .package-subtext {
    font-size: 15px;
  }
  .package-badge {
    font-size: 13px;
  }
  .package-copy > strong {
    font-size: 20px;
  }
}


/* Sticky WhatsApp order button */
.finefit-whatsapp-sticky{
  position:fixed;
  right:18px;
  bottom:20px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#fff;
  filter:drop-shadow(0 6px 18px rgba(0,0,0,.22));
}
.finefit-whatsapp-label{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:8px 15px;
  border-radius:999px;
  background:#128c4a;
  color:#fff;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.finefit-whatsapp-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  border:3px solid #fff;
}
.finefit-whatsapp-icon svg{
  width:30px;
  height:30px;
  display:block;
}
.finefit-whatsapp-sticky:hover,
.finefit-whatsapp-sticky:focus{
  transform:translateY(-1px);
}
@media (max-width:640px){
  .finefit-whatsapp-sticky{
    right:12px;
    bottom:14px;
    gap:6px;
  }
  .finefit-whatsapp-label{
    min-height:40px;
    padding:7px 12px;
    font-size:13px;
  }
  .finefit-whatsapp-icon{
    width:52px;
    height:52px;
  }
  .finefit-whatsapp-icon svg{
    width:30px;
    height:30px;
  }
}


/* Preserve the original package-card thumbnail ratio. */
.package-option img,
.package-thumb img{
  width:auto;
  height:auto;
  max-width:100%;
  object-fit:contain;
  aspect-ratio:auto;
}


/* Carousel navigation: icon only, no surrounding circle. */
.gallery-arrow,
.review-arrow,
.carousel-arrow,
.slider-arrow,
#galleryPrev,
#galleryNext,
#reviewPrev,
#reviewNext{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:6px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  outline:none;
}
.gallery-arrow:hover,
.review-arrow:hover,
.carousel-arrow:hover,
.slider-arrow:hover,
#galleryPrev:hover,
#galleryNext:hover,
#reviewPrev:hover,
#reviewNext:hover{
  background:transparent !important;
  box-shadow:none !important;
}


/* Compact 5-point benefits summary */
.why-points{
  display:grid;
  gap:16px;
  margin-top:30px;
}
.why-point{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-items:center;
  gap:16px;
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--white);
}
.why-point > span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:var(--white);
  font-size:26px;
  font-weight:900;
  line-height:1;
}
.why-point > strong{
  color:var(--navy);
  font-size:clamp(22px,3vw,28px);
  line-height:1.45;
  font-weight:700;
}
@media (max-width:640px){
  .why-points{
    gap:11px;
    margin-top:22px;
  }
  .why-point{
    grid-template-columns:38px minmax(0,1fr);
    gap:11px;
    padding:13px 14px;
    border-radius:14px;
  }
  .why-point > span{
    width:34px;
    height:34px;
    font-size:20px;
  }
  .why-point > strong{
    font-size:18px;
    line-height:1.42;
  }
}
\n
/* FineFit brand adaptations: preserve the FineFit navy/red palette. */
.brand-lockup img{background:transparent!important;padding:0!important;border-radius:0!important;max-height:58px;object-fit:contain}
.brand-icon img{object-fit:contain}
.hero-feature-button{background:transparent;border:0;padding:0;width:100%;cursor:pointer}
.hero-feature-image{display:block;width:100%;height:auto}
.review-card.review-image-card{padding:18px;display:grid;place-items:center;min-height:320px;overflow:hidden}
.review-card.review-image-card img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;border-radius:16px}
.package-option img{object-fit:contain;aspect-ratio:1/1;background:#f5f6f8}
.finefit-whatsapp-sticky{z-index:9999}
@media (max-width:640px){.review-card.review-image-card{min-height:230px;padding:10px}.review-card.review-image-card img{max-height:430px}.brand-lockup img{max-height:42px}}


/* Why FineFit section image replacement */
.why-feature{
  margin-top:28px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}
.why-feature img{
  display:block;
  width:100%;
  height:auto;
}
@media (max-width:640px){
  .why-feature{
    margin-top:20px;
    border-radius:18px;
  }
}

/* ==========================================================
   FineFit 2.1.0 — final brand / size-price updates
   ========================================================== */
.brand-lockup{
  min-width:0;
  overflow:visible;
}
.brand-lockup .nav-wordmark{
  display:block!important;
  width:auto!important;
  max-width:min(420px,100%)!important;
  max-height:64px!important;
  height:auto!important;
  padding:0!important;
  margin:0 auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  object-fit:contain!important;
}

/* Why FineFit: full original ratio, no image/card borders. */
.why-section{
  padding:38px 0 18px!important;
  background:#fff!important;
}
.why-card{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.why-card h2{
  padding:0 30px!important;
}
.why-feature{
  width:100%!important;
  margin:26px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.why-feature img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

/* FineFit size chart inspired by the EzyMart ordering layout, using FineFit data/colors. */
.finefit-size-guide{
  margin:34px 0 36px;
  overflow:hidden;
  border:1px solid rgba(17,24,47,.16);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(17,24,47,.07);
}
.size-guide-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  color:#fff;
  background:var(--navy);
}
.size-guide-title strong{
  font-size:30px;
  line-height:1.1;
}
.size-guide-title span{
  font-size:17px;
  opacity:.86;
  text-align:right;
}
.size-guide-table{
  display:grid;
}
.size-guide-row{
  display:grid;
  grid-template-columns:.75fr 1.35fr 1fr;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid rgba(17,24,47,.10);
}
.size-guide-row:last-child{border-bottom:0;}
.size-guide-row > *{
  padding:11px 18px;
  border-right:1px solid rgba(17,24,47,.10);
  text-align:center;
  color:var(--navy);
  font-size:18px;
}
.size-guide-row > *:last-child{border-right:0;}
.size-guide-row strong{font-weight:800;}
.size-guide-row b{color:var(--orange-dark);font-weight:800;}
.size-guide-head{
  min-height:48px;
  background:rgba(17,24,47,.055);
}
.size-guide-head span{
  font-weight:800;
  font-size:17px;
}
.size-guide-delivery{
  margin:0!important;
  padding:14px 20px;
  color:#fff!important;
  background:var(--orange-dark);
  text-align:center;
  font-size:18px!important;
  font-weight:800;
}

.package-list-single{
  margin-top:22px!important;
}
.package-list-single .package-option{
  grid-template-columns:150px minmax(0,1fr)!important;
  min-height:190px!important;
  cursor:default!important;
}
.package-list-single .package-option img{
  width:150px!important;
  height:150px!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:16px!important;
}
.package-list-single .package-total{
  display:block;
  margin-top:8px;
  color:var(--orange-dark)!important;
}
.package-list-single .package-subtext{
  margin:6px 0!important;
}
.package-delivery{
  display:block;
  margin-top:6px;
  color:var(--navy);
  font-size:16px;
  font-weight:800;
}

.site-footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.site-footer a{
  color:#fff;
  text-decoration:none;
  font-size:19px;
  font-weight:800;
  letter-spacing:.02em;
}
.site-footer a:hover{text-decoration:underline;}

@media (max-width:640px){
  .brand-lockup .nav-wordmark{
    max-width:min(245px,100%)!important;
    max-height:48px!important;
  }
  .why-card h2{
    padding:0 18px!important;
  }
  .why-feature{
    margin-top:18px!important;
  }
  .finefit-size-guide{
    margin:24px 0 28px;
    border-radius:16px;
  }
  .size-guide-title{
    display:block;
    padding:17px 15px;
  }
  .size-guide-title strong{
    display:block;
    font-size:25px;
  }
  .size-guide-title span{
    display:block;
    margin-top:6px;
    text-align:left;
    font-size:14px;
  }
  .size-guide-row{
    grid-template-columns:.62fr 1.28fr 1fr;
    min-height:48px;
  }
  .size-guide-row > *{
    padding:9px 7px;
    font-size:14px;
  }
  .size-guide-head span{
    font-size:13px;
  }
  .size-guide-delivery{
    padding:11px 10px;
    font-size:15px!important;
  }
  .package-list-single .package-option{
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:13px!important;
    min-height:145px!important;
    padding:15px!important;
  }
  .package-list-single .package-option img{
    width:92px!important;
    height:116px!important;
    border-radius:12px!important;
  }
  .package-delivery{font-size:14px;}
  .site-footer a{font-size:17px;}
}


/* v2.1.1: match EzyMart-style size selector and remove standalone size chart */
.finefit-size-guide{display:none!important;}
.size-fieldset{margin-top:20px!important;}
.size-fieldset legend{
  margin-bottom:14px!important;
  color:var(--navy)!important;
  font-size:28px!important;
  font-weight:800!important;
}
.size-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  border-top:1.5px solid #111111!important;
}
.size-list label{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  width:100%!important;
  padding:22px 0!important;
  border-bottom:1.5px solid #111111!important;
  cursor:pointer!important;
}
.size-list label:last-child{border-bottom:0!important;}
.fake-radio{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border:2px solid #8d94a0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 9px #fff!important;
}
.size-list input:checked + .fake-radio{
  border-color:#1f63ea!important;
  background:#1f63ea!important;
  box-shadow:inset 0 0 0 8px #fff!important;
}
.size-text,.size-list strong{
  display:block!important;
  flex:1!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
@media (max-width: 900px){
  .size-text,.size-list strong{font-size:25px!important;}
}
@media (max-width: 720px){
  .size-fieldset{margin-top:16px!important;}
  .size-fieldset legend{font-size:22px!important;}
  .size-list label{gap:16px!important;padding:18px 0!important;}
  .fake-radio{
    width:28px!important;
    height:28px!important;
    flex-basis:28px!important;
    box-shadow:inset 0 0 0 5px #fff!important;
  }
  .size-list input:checked + .fake-radio{box-shadow:inset 0 0 0 5px #fff!important;}
  .size-text,.size-list strong{font-size:18px!important;line-height:1.42!important;}
}


/* v2.1.2: larger section titles */
.why-card h2{
  font-size:54px!important;
}
.gallery-section > h2{
  font-size:64px!important;
}
.review-section > h2{
  font-size:56px!important;
}
.review-section > h3{
  font-size:54px!important;
}
.order-section > h2{
  font-size:64px!important;
}
@media (max-width:720px){
  .why-card h2{font-size:34px!important;line-height:1.12!important;}
  .gallery-section > h2{font-size:40px!important;line-height:1.12!important;}
  .review-section > h2{font-size:36px!important;line-height:1.12!important;}
  .review-section > h3{font-size:32px!important;line-height:1.2!important;}
  .order-section > h2{font-size:40px!important;line-height:1.12!important;}
}
@media (max-width:470px){
  .why-card h2{font-size:32px!important;}
  .gallery-section > h2{font-size:37px!important;}
  .review-section > h2{font-size:34px!important;}
  .review-section > h3{font-size:30px!important;}
  .order-section > h2{font-size:37px!important;}
}


/* v2.2.0 — Facebook-style review screenshot presentation */
.review-card.review-image-card{background:#f0f2f5;border-color:#d8dadf;padding:12px;min-height:0}
.review-card.review-image-card img{width:100%;height:auto;max-height:none;object-fit:contain;border-radius:10px}
@media (max-width:640px){.review-card.review-image-card{padding:6px}.review-card.review-image-card img{max-height:none;border-radius:8px}}


/* v2.2.3: show the 4-piece price inside every size row */
.size-copy{
  display:flex!important;
  flex:1!important;
  min-width:0!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
}
.size-copy .size-text{
  width:100%!important;
}
.size-price-note{
  display:block!important;
  color:#d8172f!important;
  font-size:22px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
@media (max-width:900px){
  .size-price-note{font-size:19px!important;}
}
@media (max-width:720px){
  .size-price-note{font-size:16px!important;line-height:1.3!important;}
}
