@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-400.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/manrope-500.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/manrope-600.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-700.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/manrope-800.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/noto-nastaliq-urdu-500.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/noto-nastaliq-urdu-600.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/noto-nastaliq-urdu-700.woff2") format("woff2");
}

:root {
  --ink: #10251d;
  --ink-soft: #52635d;
  --forest-950: #071f17;
  --forest-900: #0b2c20;
  --forest-800: #0c3b2a;
  --forest-700: #11563b;
  --forest-600: #167249;
  --forest-100: #dff0e7;
  --gold: #e5b847;
  --gold-dark: #bc8b22;
  --cream: #f5f4ee;
  --cream-deep: #eceae1;
  --white: #ffffff;
  --line: #dfe6e2;
  --danger: #b42318;
  --shadow-sm: 0 8px 22px rgba(7, 31, 23, 0.07);
  --shadow-md: 0 18px 50px rgba(7, 31, 23, 0.12);
  --shadow-lg: 0 28px 80px rgba(4, 22, 16, 0.2);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.is-calculating {
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

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

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

img {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid rgba(229, 184, 71, 0.7);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  color: var(--white);
  background: var(--forest-900);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  background: rgba(7, 31, 23, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(4, 20, 35, 0.22);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header .brand-logo {
  width: 82px;
  height: 72px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif;
  font-size: 10px;
  line-height: 1.3;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.73);
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  border-radius: 99px;
  background: var(--gold);
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: var(--white);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: var(--forest-950);
  background: var(--gold);
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: #f0c85e;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 26%, rgba(40, 141, 91, 0.27), transparent 32%),
    linear-gradient(125deg, var(--forest-950) 4%, var(--forest-900) 56%, #0b3c2a 100%);
}

.hero::before {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 670px;
  height: 670px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.hero-grid {
  position: relative;
  display: block;
  min-height: 630px;
  padding-block: 92px 96px;
}

.hero-copy {
  width: min(1040px, 100%);
  margin-inline: auto;
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: flex;
  margin: 0 0 17px;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(229, 184, 71, 0.12);
}

.hero .eyebrow {
  justify-content: center;
}

.hero h1 {
  max-width: 1040px;
  margin: 0 auto;
  font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif;
  font-size: clamp(62px, 6.5vw, 92px);
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: -0.035em;
  text-align: center;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero-title-main {
  color: var(--white);
}

.hero h1 .hero-title-accent {
  color: var(--gold);
}

.hero-lead {
  max-width: 630px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif;
  font-size: 18px;
  line-height: 2.05;
  text-align: center;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-gold {
  color: var(--forest-950);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(229, 184, 71, 0.2);
}

.button-gold:hover {
  background: #f0c85e;
  box-shadow: 0 16px 32px rgba(229, 184, 71, 0.26);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.09);
}

.button-primary {
  color: var(--white);
  background: var(--forest-700);
  box-shadow: 0 12px 24px rgba(17, 86, 59, 0.16);
}

.button-primary:hover {
  background: var(--forest-600);
  box-shadow: 0 14px 28px rgba(17, 86, 59, 0.22);
}

.button-back {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.button-back:hover {
  border-color: #b7c7c0;
  background: #f8faf9;
}

.button-calculate {
  min-width: 210px;
  color: var(--forest-950);
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(229, 184, 71, 0.22);
}

.button-calculate:hover {
  background: #f0c85e;
}

.hero-facts {
  display: grid;
  max-width: 820px;
  margin: 48px auto 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

.hero-facts div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 18px;
}

.hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-facts strong {
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
}

.hero-facts span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-showcase {
  position: relative;
  min-height: 440px;
  padding: 28px 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.showcase-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(7, 31, 23, 0.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-image-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 290px;
  place-items: center;
}

.showcase-image-wrap::after {
  position: absolute;
  z-index: -1;
  bottom: 35px;
  width: 76%;
  height: 34px;
  border-radius: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.24);
  filter: blur(15px);
}

.showcase-image-wrap img {
  width: 100%;
  max-width: 420px;
  mix-blend-mode: multiply;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.16);
}

.showcase-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.showcase-bottom div {
  display: flex;
  flex-direction: column;
}

.showcase-bottom small {
  color: rgba(255, 255, 255, 0.53);
  font-size: 10px;
}

.showcase-bottom strong {
  font-size: 19px;
  font-weight: 800;
}

.showcase-price {
  align-items: flex-end;
}

.showcase-price strong {
  color: var(--gold);
  font-size: 16px;
}

.showcase-orbit {
  position: absolute;
  border: 1px solid rgba(229, 184, 71, 0.18);
  border-radius: 50%;
}

.orbit-one {
  top: 70px;
  right: 30px;
  width: 280px;
  height: 280px;
}

.orbit-two {
  top: 110px;
  right: 70px;
  width: 200px;
  height: 200px;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: var(--white);
  background: rgba(7, 31, 23, 0.86);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  animation: float-card 5s ease-in-out infinite;
}

.floating-card svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--gold);
}

.floating-card span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  line-height: 1.45;
}

.floating-card strong {
  color: var(--white);
  font-size: 10px;
}

.floating-card-one {
  top: 73px;
  left: -38px;
}

.floating-card-two {
  right: -30px;
  bottom: 92px;
  animation-delay: -2.3s;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.trust-item {
  display: flex;
  min-height: 118px;
  align-items: center;
  gap: 14px;
  padding: 26px 42px;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  color: var(--forest-700);
  background: var(--forest-100);
}

.trust-icon svg {
  width: 21px;
  height: 21px;
}

.trust-item > span:last-child {
  display: flex;
  flex-direction: column;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.trust-item strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 13px;
}

.section {
  padding-block: 110px;
}

.bikes-section {
  background:
    radial-gradient(circle at 0% 0%, rgba(229, 184, 71, 0.08), transparent 28%),
    var(--cream);
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.section-heading p {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.section-kicker {
  margin-bottom: 8px !important;
  color: var(--forest-600) !important;
}

.split-heading {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 72px;
}

.range-description {
  max-width: 430px;
  margin: 0 !important;
  font-size: 15px !important;
}

.range-title {
  text-align: right;
}

.range-title .section-kicker {
  justify-content: flex-end;
}

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

.bike-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e6e3;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 2px 0 rgba(7, 31, 23, 0.02);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.bike-card:hover {
  transform: translateY(-7px);
  border-color: #c8d7d0;
  box-shadow: var(--shadow-md);
}

.bike-image {
  position: relative;
  display: grid;
  min-height: 205px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #edf0ee;
  background:
    radial-gradient(circle at 50% 52%, rgba(17, 86, 59, 0.08), transparent 44%),
    #fbfcfb;
}

.bike-image::after {
  position: absolute;
  right: 18%;
  bottom: 27px;
  left: 18%;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: rgba(12, 59, 42, 0.09);
  filter: blur(8px);
}

.bike-image img {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 190px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 260ms ease;
}

.bike-card:hover .bike-image img {
  transform: scale(1.055);
}

.bike-badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--forest-700);
  background: rgba(223, 240, 231, 0.92);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bike-badge.ev {
  color: #785c12;
  background: #fff3cf;
}

.bike-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.bike-make {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bike-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.bike-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 7px;
  color: var(--forest-600);
}

.bike-price span {
  font-size: 9px;
  font-weight: 700;
}

.bike-price strong {
  font-size: 18px;
  font-weight: 800;
}

.bike-specs {
  display: grid;
  margin: 18px 0 20px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e8edeb;
  border-radius: 10px;
  background: #f8faf9;
}

.bike-specs span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 9px 5px;
  color: var(--ink-soft);
  font-size: 7px;
  line-height: 1.35;
  text-align: center;
}

.bike-specs span + span {
  border-left: 1px solid #e2e8e5;
}

.bike-specs strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bike-card-button {
  width: 100%;
  min-height: 43px;
  margin-top: auto;
  border: 1px solid #d9e4df;
  border-radius: 10px;
  cursor: pointer;
  color: var(--forest-700);
  background: var(--white);
  font-size: 11px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.bike-card-button:hover {
  border-color: var(--forest-700);
  color: var(--white);
  background: var(--forest-700);
}

.calculator-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 0% 40%, rgba(32, 125, 81, 0.24), transparent 28%),
    var(--forest-950);
}

.calculator-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.calculator-section .container {
  position: relative;
}

.calculator-heading {
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker-light {
  justify-content: center;
  color: var(--gold) !important;
}

.calculator-heading h2 {
  color: var(--white);
}

.calculator-heading > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.calculator-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.calculator-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f5f7f6;
}

.calculator-tab {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 18px;
  border: 0;
  border-right: 1px solid var(--line);
  cursor: pointer;
  color: #73817b;
  background: transparent;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.calculator-tab:last-child {
  border-right: 0;
}

.calculator-tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  transform: scaleX(0);
  background: var(--forest-600);
  transition: transform 180ms ease;
}

.calculator-tab span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid #cad4cf;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.calculator-tab small {
  font-size: 10px;
  font-weight: 700;
}

.calculator-tab.is-active {
  color: var(--forest-700);
  background: var(--white);
}

.calculator-tab.is-active::after {
  transform: scaleX(1);
}

.calculator-tab.is-active span,
.calculator-tab.is-complete span {
  border-color: var(--forest-600);
  color: var(--white);
  background: var(--forest-600);
}

.calculator-tab.is-complete {
  color: var(--ink);
}

.calculator-tab:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.calculator-panel {
  min-height: 530px;
  padding: 44px 52px 48px;
  animation: panel-in 260ms ease both;
}

@keyframes panel-in {
  from {
    transform: translateY(7px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.panel-number {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: var(--forest-700);
  background: var(--forest-100);
  font-size: 12px;
  font-weight: 800;
}

.panel-heading p {
  margin: 0 0 2px;
  color: var(--forest-600);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.panel-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.calculator-bike-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.calculator-bike-option {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dfe6e2;
  border-radius: 13px;
  cursor: pointer;
  color: var(--ink);
  background: var(--white);
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.calculator-bike-option:hover {
  transform: translateY(-2px);
  border-color: #afc8bd;
  box-shadow: var(--shadow-sm);
}

.calculator-bike-option.is-selected {
  border-color: var(--forest-600);
  box-shadow: 0 0 0 2px rgba(22, 114, 73, 0.14);
}

.calculator-bike-option.is-selected::after {
  position: absolute;
  top: 9px;
  right: 9px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--white);
  background: var(--forest-600);
  font-size: 10px;
  font-weight: 800;
}

.calculator-bike-option img {
  width: 100%;
  height: 105px;
  padding: 4px 8px;
  object-fit: contain;
  mix-blend-mode: multiply;
  background: #fbfcfb;
}

.calculator-bike-option span {
  display: flex;
  min-height: 64px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px 12px;
}

.calculator-bike-option strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calculator-bike-option small {
  margin-top: 2px;
  color: var(--forest-600);
  font-size: 9px;
  font-weight: 700;
}

.form-error {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--danger);
  font-size: 10px;
  font-weight: 700;
}

.panel-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.panel-actions-end {
  justify-content: flex-end;
}

.step-bike-summary {
  display: grid;
  align-items: center;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 18px;
  margin-bottom: 22px;
  padding: 13px 18px 13px 13px;
  border: 1px solid #dce7e1;
  border-radius: 15px;
  background: #f7faf8;
}

.step-bike-summary img {
  width: 110px;
  height: 74px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.step-bike-summary > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.step-bike-summary span {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-bike-summary strong {
  overflow: hidden;
  margin-top: 3px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.step-bike-summary-price {
  align-items: flex-end;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  text-align: right;
}

.step-bike-summary-price strong {
  color: var(--forest-700);
}

.price-confirmation {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.selected-bike-large,
.total-price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.selected-bike-large {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
  padding: 20px;
  background: #fafbfa;
}

.selected-bike-image {
  display: grid;
  width: 215px;
  height: 155px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: var(--white);
}

.selected-bike-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.selected-bike-large span,
.total-price-card span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selected-bike-large h4 {
  margin: 4px 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.selected-bike-large p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.total-price-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 184, 71, 0.15), transparent 38%),
    var(--forest-900);
}

.total-price-card span {
  color: rgba(255, 255, 255, 0.58);
}

.total-price-card strong {
  margin: 6px 0;
  color: var(--gold);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.total-price-card small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
}

.info-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid #d8e7df;
  border-radius: 11px;
  color: var(--ink-soft);
  background: #f1f8f4;
  font-size: 9px;
}

.info-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--forest-600);
}

.down-payment-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}

.range-card,
.payment-preview {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px;
}

.range-card {
  background: #fafbfa;
}

.range-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.range-value-row span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.range-value-row strong {
  color: var(--forest-700);
  font-size: 27px;
  font-weight: 800;
}

input[type="range"] {
  width: 100%;
  height: 7px;
  margin: 27px 0 8px;
  appearance: none;
  border-radius: 99px;
  background: linear-gradient(
    to right,
    var(--forest-600) 0%,
    var(--forest-600) var(--range-progress, 0%),
    #dae4df var(--range-progress, 0%),
    #dae4df 100%
  );
}

input[type="range"]::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  appearance: none;
  border: 4px solid var(--white);
  border-radius: 50%;
  cursor: grab;
  background: var(--forest-600);
  box-shadow: 0 2px 8px rgba(7, 31, 23, 0.3);
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid var(--white);
  border-radius: 50%;
  cursor: grab;
  background: var(--forest-600);
  box-shadow: 0 2px 8px rgba(7, 31, 23, 0.3);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  color: #82918a;
  font-size: 8px;
}

.quick-options {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.quick-options button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 9px;
  cursor: pointer;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 10px;
  font-weight: 800;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.quick-options button:hover,
.quick-options button.is-selected {
  border-color: var(--forest-600);
  color: var(--white);
  background: var(--forest-600);
}

.payment-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 184, 71, 0.14), transparent 40%),
    var(--forest-900);
}

.payment-preview > div {
  display: flex;
  flex-direction: column;
  padding-block: 12px;
}

.payment-preview > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-preview span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.payment-preview strong {
  margin-top: 3px;
  color: var(--gold);
  font-size: 21px;
  font-weight: 800;
}

.payment-preview small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 8px;
  line-height: 1.6;
}

.tenure-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.tenure-fieldset legend {
  margin-bottom: 13px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
}

.tenure-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.tenure-options label {
  position: relative;
  cursor: pointer;
}

.tenure-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tenure-options span {
  display: flex;
  min-height: 102px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink-soft);
  background: #fafbfa;
  font-size: 9px;
  font-weight: 700;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.tenure-options strong {
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
}

.tenure-options label:hover span {
  transform: translateY(-2px);
  border-color: #abc3b8;
}

.tenure-options input:checked + span {
  border-color: var(--forest-600);
  color: var(--forest-700);
  background: var(--forest-100);
  box-shadow: 0 0 0 2px rgba(22, 114, 73, 0.11);
}

.tenure-options input:checked + span strong {
  color: var(--forest-700);
}

.tenure-options input:focus-visible + span {
  outline: 3px solid rgba(229, 184, 71, 0.7);
  outline-offset: 3px;
}

.calculation-rule {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
  padding: 17px 20px;
  border: 1px solid #e8dfc4;
  border-radius: 13px;
  background: #fffaf0;
}

.rule-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  color: #71520e;
  background: #f7de98;
  font-size: 12px;
  font-weight: 800;
}

.calculation-rule > div:last-child {
  display: flex;
  flex-direction: column;
}

.calculation-rule strong {
  font-size: 11px;
}

.calculation-rule span {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 9px;
}

.result-panel {
  padding: 46px 52px 50px;
  animation: panel-in 300ms ease both;
}

.result-top {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.06fr 0.94fr;
  border-radius: 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 0% 0%, rgba(39, 137, 88, 0.28), transparent 45%),
    var(--forest-900);
}

.result-bike {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
  padding: 24px 30px;
}

.result-bike img {
  width: 180px;
  height: 135px;
  flex: 0 0 auto;
  border-radius: 13px;
  object-fit: contain;
  mix-blend-mode: screen;
  background: rgba(255, 255, 255, 0.98);
}

.result-bike span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.result-bike h3 {
  margin: 3px 0 6px;
  font-size: 22px;
  font-weight: 800;
}

.result-bike button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  font-size: 8px;
  font-weight: 700;
}

.emi-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.emi-highlight span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.emi-highlight strong {
  margin: 4px 0 2px;
  color: var(--gold);
  font-size: clamp(27px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.emi-highlight small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.result-breakdown {
  margin-top: 30px;
}

.result-breakdown h4 {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 800;
}

.breakdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.breakdown-grid > div {
  display: flex;
  min-width: 0;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  padding: 19px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.breakdown-grid > div:nth-child(3n) {
  border-right: 0;
}

.breakdown-grid > div:nth-child(n + 4) {
  border-bottom: 0;
}

.breakdown-grid span {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.breakdown-grid strong {
  overflow: hidden;
  margin: 3px 0;
  font-size: 16px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breakdown-grid small {
  color: #87948e;
  font-size: 7px;
}

.breakdown-total {
  color: var(--white);
  background: var(--forest-700);
}

.breakdown-total span,
.breakdown-total small {
  color: rgba(255, 255, 255, 0.58);
}

.breakdown-total strong {
  color: var(--gold);
}

.formula-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 18px;
  padding: 15px 18px;
  border: 1px solid #d8e7df;
  border-radius: 12px;
  color: var(--ink-soft);
  background: #f0f8f4;
}

.formula-box svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--forest-600);
}

.formula-box p {
  margin: 0;
  font-size: 9px;
}

.formula-box strong {
  color: var(--ink);
}

.result-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}

.calculator-disclaimer {
  max-width: 920px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  line-height: 1.7;
  text-align: center;
}

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

.centered-heading {
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading .section-kicker {
  justify-content: center;
}

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

.process-grid article {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fbfcfb;
}

.process-grid article > span {
  position: absolute;
  top: 12px;
  right: 22px;
  color: rgba(17, 86, 59, 0.07);
  font-size: 67px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.process-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: var(--forest-700);
  background: var(--forest-100);
}

.process-icon svg {
  width: 24px;
  height: 24px;
}

.process-grid h3 {
  margin: 25px 0 7px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.process-grid p {
  max-width: 280px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.bottom-cta {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(41, 145, 93, 0.26), transparent 35%),
    var(--forest-900);
}

.bottom-cta-inner {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.bottom-cta p {
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.bottom-cta h2 {
  margin: 0;
  font-family: "Noto Nastaliq Urdu", "Noto Sans Arabic", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.55;
}

footer {
  padding-block: 45px 24px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--forest-950);
}

.footer-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
}

.footer-grid > p {
  margin: 0;
  font-size: 10px;
  text-align: center;
}

.footer-grid > a {
  justify-self: end;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
}

.mobile-calculator-bar {
  display: none;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero-grid {
    gap: 55px;
  }

  .hero-showcase {
    min-height: 410px;
  }

  .floating-card-one {
    left: -20px;
  }

  .floating-card-two {
    right: -12px;
  }

  .trust-item {
    padding-inline: 26px;
  }

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

  .calculator-bike-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid {
    padding-block: 72px 88px;
  }

  .hero-copy {
    max-width: 800px;
    margin-inline: auto;
  }

  .hero h1,
  .hero-lead {
    text-align: center;
  }

  .hero-showcase {
    width: min(600px, 100%);
    margin-inline: auto;
  }

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

  .trust-item {
    min-height: 90px;
    padding-block: 18px;
  }

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding-block: 85px;
  }

  .split-heading {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 36px;
  }

  .range-description {
    margin: 0 !important;
  }

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

  .calculator-panel,
  .result-panel {
    padding-inline: 32px;
  }

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

  .price-confirmation,
  .down-payment-layout {
    grid-template-columns: 1fr;
  }

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

  .result-top {
    grid-template-columns: 1fr;
  }

  .emi-highlight {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

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

  .process-grid article {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: 68px;
  }

  .container {
    width: min(100% - 28px, 1220px);
  }

  .header-inner {
    min-height: 82px;
  }

  .site-header .brand-logo {
    width: 64px;
    height: 58px;
    border-radius: 12px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 58px 86px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.72;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 15px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    margin-top: 26px;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    margin-top: 30px;
    padding-top: 20px;
  }

  .hero-facts div {
    padding-inline: 8px;
  }

  .hero-facts strong {
    font-size: 18px;
  }

  .hero-facts span {
    font-size: 9px;
  }

  .hero-showcase {
    min-height: 355px;
    padding: 22px 20px 19px;
    border-radius: 23px;
  }

  .showcase-image-wrap {
    min-height: 235px;
  }

  .showcase-bottom strong {
    font-size: 16px;
  }

  .showcase-price strong {
    font-size: 13px;
  }

  .floating-card {
    display: none;
  }

  .orbit-one {
    right: 18px;
    width: 230px;
    height: 230px;
  }

  .orbit-two {
    right: 52px;
    width: 165px;
    height: 165px;
  }

  .trust-item {
    padding-inline: 8px;
  }

  .section {
    padding-block: 70px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .section-heading p {
    font-size: 12px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .range-description {
    max-width: none;
  }

  .range-title {
    text-align: right;
  }

  .bike-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bike-card {
    display: grid;
    grid-template-columns: 43% 57%;
  }

  .bike-image {
    min-height: 100%;
    border-right: 1px solid #edf0ee;
    border-bottom: 0;
  }

  .bike-image img {
    width: 100%;
    height: 165px;
  }

  .bike-body {
    padding: 16px;
  }

  .bike-card h3 {
    font-size: 15px;
  }

  .bike-price strong {
    font-size: 15px;
  }

  .bike-specs {
    margin-block: 11px 13px;
  }

  .bike-specs span {
    padding: 7px 2px;
  }

  .bike-specs strong {
    font-size: 7px;
  }

  .bike-specs span {
    font-size: 6px;
  }

  .bike-card-button {
    min-height: 38px;
    font-size: 9px;
  }

  .calculator-section {
    padding-bottom: 78px;
  }

  .calculator-heading {
    text-align: center;
  }

  .section-kicker-light {
    justify-content: center;
  }

  .calculator-heading h2 {
    text-align: center;
  }

  .calculator-shell {
    overflow: visible;
    border-radius: 18px;
  }

  .calculator-tabs {
    position: sticky;
    z-index: 10;
    top: 82px;
    border-radius: 18px 18px 0 0;
  }

  .calculator-tab {
    min-height: 68px;
    flex-direction: column;
    gap: 4px;
    padding: 8px 3px;
  }

  .calculator-tab span {
    width: 24px;
    height: 24px;
    font-size: 8px;
  }

  .calculator-tab small {
    max-width: 72px;
    overflow: hidden;
    font-size: 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .calculator-panel,
  .result-panel {
    min-height: 0;
    padding: 27px 17px 24px;
  }

  .panel-heading {
    gap: 11px;
    margin-bottom: 22px;
  }

  .panel-number {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .panel-heading h3 {
    font-size: 18px;
  }

  .calculator-bike-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .calculator-bike-option img {
    height: 93px;
  }

  .calculator-bike-option span {
    min-height: 59px;
    padding: 8px 9px 10px;
  }

  .panel-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    margin-top: 22px;
    padding-top: 20px;
  }

  .panel-actions-end {
    flex-direction: column;
  }

  .step-bike-summary {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 10px;
  }

  .step-bike-summary img {
    width: 72px;
    height: 55px;
  }

  .step-bike-summary strong {
    font-size: 13px;
  }

  .step-bike-summary-price {
    padding-left: 10px;
  }

  .selected-bike-large {
    gap: 12px;
    padding: 13px;
  }

  .selected-bike-image {
    width: 120px;
    height: 100px;
  }

  .selected-bike-large h4 {
    font-size: 17px;
  }

  .selected-bike-large p {
    font-size: 8px;
  }

  .total-price-card {
    padding: 23px;
  }

  .total-price-card strong {
    font-size: 25px;
  }

  .range-card,
  .payment-preview {
    padding: 21px;
  }

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

  .tenure-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .tenure-options span {
    min-height: 82px;
  }

  .calculation-rule {
    align-items: flex-start;
    padding: 14px;
  }

  .result-bike {
    gap: 13px;
    padding: 18px;
  }

  .result-bike img {
    width: 115px;
    height: 95px;
  }

  .result-bike h3 {
    font-size: 17px;
  }

  .emi-highlight {
    padding: 22px;
  }

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

  .breakdown-grid > div,
  .breakdown-grid > div:nth-child(3n),
  .breakdown-grid > div:nth-child(n + 4) {
    min-height: 96px;
    padding: 14px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .breakdown-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .breakdown-grid > div:nth-child(n + 5) {
    border-bottom: 0;
  }

  .breakdown-grid strong {
    font-size: 13px;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .process-grid article {
    min-height: 210px;
    padding: 26px;
  }

  .bottom-cta-inner {
    min-height: 300px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
  }

  .bottom-cta h2 {
    font-size: 34px;
  }

  .footer-grid {
    justify-items: start;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-grid > p {
    text-align: left;
  }

  .footer-grid > a {
    justify-self: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-calculator-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
    background: rgba(7, 31, 23, 0.97);
    box-shadow: 0 -10px 30px rgba(7, 31, 23, 0.18);
    backdrop-filter: blur(12px);
  }

  .mobile-calculator-bar span {
    display: flex;
    flex-direction: column;
  }

  .mobile-calculator-bar small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 7px;
  }

  .mobile-calculator-bar strong {
    color: var(--gold);
    font-size: 16px;
  }

  .mobile-calculator-bar a {
    padding: 10px 15px;
    border-radius: 9px;
    color: var(--forest-950);
    background: var(--gold);
    font-size: 10px;
    font-weight: 800;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
