:root {
  --ink: #121820;
  --body: #03080f;
  --muted: #5f6875;
  --blue: #1587e5;
  --blue-dark: #0874cb;
  --green: #82dc66;
  --whatsapp: #008a3d;
  --whatsapp-bg: #e9e9e5;
  --line: #dce2e8;
  --soft: #f8fbfd;
  --sky: #dff1fb;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(18, 24, 32, 0.09);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--white);
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 102px;
  padding: 20px clamp(24px, 13vw, 256px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eef1f4;
  box-shadow: 0 4px 24px rgba(18, 24, 32, 0.03);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(210px, 20vw, 360px);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3vw, 48px);
}

nav a {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 650;
  text-decoration: none;
}

.buy-btn,
.primary-btn,
.whatsapp-btn,
.close-btn,
.back-btn,
.choice-card {
  border: 0;
}

.buy-btn,
.primary-btn,
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  border-radius: 18px;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: 0;
}

.buy-btn,
.primary-btn {
  background: var(--blue);
  color: var(--white);
}

.buy-btn {
  padding: 0 24px;
}

.primary-btn {
  padding: 0 26px;
  box-shadow: 0 10px 22px rgba(21, 135, 229, 0.22);
}

.buy-btn:hover,
.primary-btn:hover,
.buy-btn:focus-visible,
.primary-btn:focus-visible {
  background: var(--blue-dark);
}

.whatsapp-btn {
  min-height: 64px;
  padding: 0 28px;
  background: var(--whatsapp-bg);
  color: var(--whatsapp);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.whatsapp-btn > span:first-child {
  white-space: nowrap;
}

.whatsapp-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.whatsapp-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--whatsapp-bg);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-18deg);
}

.whatsapp-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 7px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 2px;
  transform: rotate(-35deg);
}

.wide {
  width: 100%;
  justify-content: space-between;
}

.calendar-icon,
.benefit-icon {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
}

.calendar-icon {
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.calendar-icon::before,
.calendar-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 4px;
  height: 2px;
  background: currentColor;
}

.calendar-icon::before {
  left: 5px;
}

.calendar-icon::after {
  right: 5px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
  width: min(1390px, calc(100% - 48px));
  min-height: calc(100vh - 104px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 94px) 0 clamp(54px, 7vw, 82px);
}

.hero-copy-block {
  display: grid;
  align-content: center;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.no-break {
  white-space: nowrap;
}

h1 {
  margin: 0;
  max-width: 9.6ch;
  color: var(--ink);
  font-size: clamp(3.7rem, 5.2vw, 5.4rem);
  font-weight: 920;
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-copy-block p {
  max-width: 560px;
  margin: 24px 0 34px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-visual {
  overflow: hidden;
  border-radius: 30px;
  background: var(--green);
  box-shadow: 0 18px 48px rgba(18, 24, 32, 0.12);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.offer-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) repeat(2, minmax(280px, 1fr));
  gap: 50px;
  width: min(1384px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0 96px;
}

.offer-heading p,
.city-section p,
.section-intro p {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-heading h2,
.experience-section h2,
.city-section h2,
.section-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 3.6vw, 3.4rem);
  font-weight: 920;
  line-height: 1.11;
  letter-spacing: 0;
}

.offer-heading span {
  display: block;
  max-width: 320px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.offer-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 515px;
  padding: 58px 42px 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-card {
  position: relative;
  min-height: 515px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(5, 12, 20, 0.08), rgba(5, 12, 20, 0.76)),
    url("assets/delhi-bg.png") center / cover;
  box-shadow: var(--shadow);
}

.location-card div {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  color: var(--white);
}

.location-card p {
  margin: 0 0 10px;
  color: #bfe2ff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-card h3 {
  margin: 0 0 12px;
  max-width: 360px;
  color: var(--white);
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  font-weight: 920;
  line-height: 1.06;
}

.location-card span {
  display: block;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.6;
}

.offer-card::after {
  content: "";
  position: absolute;
  top: -88px;
  right: -54px;
  width: 320px;
  height: 560px;
  border: 18px solid rgba(18, 24, 32, 0.035);
  border-radius: 42%;
  transform: rotate(-12deg);
}

.offer-card > * {
  position: relative;
  z-index: 1;
}

.mini-icons {
  display: flex;
  gap: 8px;
  min-height: 38px;
  margin-bottom: 26px;
}

.mini-icons span {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 42% 42%;
  background: #edf2f6;
  border: 2px solid #dbe4eb;
}

.mini-icons span:nth-child(2) {
  background: #f7fafc;
}

.mini-icons span:nth-child(3) {
  background: var(--blue);
  border-color: var(--blue);
}

.shield-icons span {
  border-radius: 50% 50% 52% 52%;
}

.offer-card h3 {
  margin: 0 0 20px;
  color: var(--body);
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  font-weight: 920;
  line-height: 1.06;
  letter-spacing: 0;
}

.offer-card p {
  margin: 0 0 32px;
  color: var(--body);
  font-size: 1.28rem;
  line-height: 1.55;
}

.offer-card .whatsapp-btn {
  margin-top: 18px;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(420px, 1.26fr);
  width: 100%;
  background: linear-gradient(90deg, var(--sky) 0%, var(--sky) 32%, var(--white) 32%, var(--white) 100%);
}

.phone-panel {
  position: relative;
  min-height: 760px;
  padding: 136px clamp(34px, 5vw, 82px) 0 clamp(34px, 6vw, 108px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(223, 241, 251, 0.96), rgba(223, 241, 251, 0.72)),
    url("assets/delhi-bg.png") center / cover;
}

.phone-panel h2 {
  position: relative;
  z-index: 3;
  width: min(520px, 100%);
  font-size: clamp(2.45rem, 3.4vw, 3.7rem);
  line-height: 1.12;
}

.phone-mockup {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: -80px;
  width: min(390px, 68%);
  height: 430px;
  border-radius: 42px 42px 0 0;
  background: #263746;
  box-shadow: 0 18px 28px rgba(18, 24, 32, 0.26);
}

.phone-mockup::before {
  content: "";
  position: absolute;
  inset: 18px 20px 0;
  border-radius: 28px 28px 0 0;
  background: #1e2d39;
}

.bubble {
  position: absolute;
  z-index: 1;
  max-width: 232px;
  padding: 12px 16px;
  border-radius: 15px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.bubble.gray {
  top: -76px;
  right: 24px;
  background: #d4dee7;
}

.bubble.blue {
  left: -36px;
  top: 8px;
  background: #9bd4fb;
}

.bubble.small {
  top: 72px;
  right: 0;
}

.bubble.blue:nth-of-type(4) {
  top: 164px;
  left: -36px;
}

.advisor-face {
  position: absolute;
  z-index: 2;
  left: 70px;
  bottom: 20px;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(18, 24, 32, 0.18);
}

.guidance-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 0.7fr);
  gap: 44px;
  align-content: center;
  padding: 128px clamp(28px, 14vw, 256px) 86px clamp(42px, 5vw, 82px);
}

.guidance-copy .step-badge,
.guidance-copy h2,
.guidance-copy p,
.action-stack {
  grid-column: 1;
}

.step-badge {
  display: grid;
  width: 64px;
  height: 58px;
  place-items: center;
  border-radius: 14px;
  background: #b6def8;
  color: var(--body);
  font-weight: 950;
}

.guidance-copy p {
  margin: 0;
  color: var(--body);
  font-size: 1.35rem;
  line-height: 1.55;
}

.benefit-card {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: center;
  display: grid;
  gap: 26px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(18, 24, 32, 0.04);
  font-size: 1.2rem;
}

.benefit-card div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefit-icon {
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.benefit-icon.phone {
  color: var(--blue);
  border-radius: 7px;
  transform: rotate(-24deg);
}

.benefit-icon.check {
  color: #21b87a;
}

.benefit-icon.stop {
  color: #ff7b3b;
}

.action-stack {
  display: grid;
  grid-template-columns: minmax(280px, 430px);
  gap: 18px;
  margin-top: 24px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.journey-section,
.comparison-section,
.faq-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) 0;
}

.section-intro {
  display: grid;
  gap: 8px;
  max-width: 840px;
  margin-bottom: 34px;
}

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

.journey-grid article {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(18, 24, 32, 0.05);
}

.journey-grid article:nth-child(2) {
  background: #f8fbfd;
}

.journey-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84)),
    url("assets/noida-bg.png") center / cover;
}

.journey-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.14;
}

.journey-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.comparison-section {
  padding-top: 24px;
}

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

.comparison-column {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.comparison-column.best {
  border-color: rgba(21, 135, 229, 0.32);
  background: #f5fbff;
}

.comparison-column.other {
  background: #fbfbf9;
}

.comparison-column h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}

.comparison-column div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.comparison-column span {
  color: var(--muted);
  font-weight: 850;
}

.comparison-column strong {
  color: var(--ink);
  line-height: 1.55;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 5px 18px rgba(18, 24, 32, 0.04);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.7;
}

.city-section {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  min-height: 430px;
  margin: 0 auto;
  padding: 88px clamp(24px, 5vw, 72px) 104px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 42%, rgba(255, 255, 255, 0.18) 100%),
    url("assets/noida-bg.png") center / cover;
  text-align: center;
}

.city-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.city-section h2 {
  max-width: 830px;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 28px;
}

.city-list span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-weight: 850;
}

.disclaimer-section {
  width: min(1180px, calc(100% - 48px));
  margin: 56px auto 96px;
  padding: clamp(32px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #f8fbfd;
}

.disclaimer-section > p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.disclaimer-section h2 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.disclaimer-copy {
  display: grid;
  gap: 16px;
  max-width: 970px;
  margin-top: 22px;
  color: #384452;
  font-size: 1.03rem;
  line-height: 1.7;
}

.disclaimer-copy p {
  margin: 0;
}

.disclaimer-copy strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 1.12rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: end;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 42px;
  padding: 42px;
  border-radius: 28px;
  background: #111820;
  color: var(--white);
}

.site-footer img {
  display: block;
  width: min(430px, 100%);
  height: auto;
  padding: 8px 12px;
  border-radius: 16px;
  background: var(--white);
}

.site-footer p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
  line-height: 1.7;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.site-footer > div:last-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(7, 14, 23, 0.58);
}

.modal-backdrop.is-open {
  display: flex;
}

.modal {
  position: relative;
  width: min(720px, 100%);
  max-height: min(850px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(7, 14, 23, 0.28);
}

.modal-step {
  display: none;
  padding: clamp(26px, 5vw, 46px);
}

.modal-step.is-active {
  display: block;
}

.hidden-field {
  display: none;
}

.modal-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.modal h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.05;
}

.modal-copy {
  max-width: 48ch;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #f1f4f7;
  color: var(--ink);
  font-weight: 950;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.choice-card {
  min-height: 160px;
  padding: 24px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f9fbfc;
}

.choice-card:hover,
.choice-card:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21, 135, 229, 0.12);
}

.choice-card strong,
.choice-card span {
  display: block;
}

.choice-card strong {
  color: var(--ink);
  font-size: 1.26rem;
}

.choice-card span {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.45;
}

.back-btn {
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 850;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

label,
.visit-method {
  display: grid;
  gap: 8px;
  color: #27323d;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
}

input,
select {
  height: 52px;
  padding: 0 14px;
}

textarea {
  min-height: 96px;
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 4px solid rgba(21, 135, 229, 0.14);
  border-color: var(--blue);
}

.error {
  min-height: 18px;
  color: #b3261e;
  font-size: 0.82rem;
  font-weight: 750;
}

.visit-method {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.visit-method legend {
  padding: 0 8px;
  font-weight: 900;
}

.visit-method label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
}

.visit-method input {
  width: 18px;
  height: 18px;
}

.address-field {
  display: none;
  margin-top: 16px;
}

.address-field.is-visible {
  display: grid;
}

.form-note {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.full-width {
  width: 100%;
}

.success-step {
  text-align: center;
}

.success-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 950;
}

#successSummary {
  color: var(--muted);
  line-height: 1.65;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 28px;
  }

  .hero,
  .offer-section {
    width: min(100% - 36px, 980px);
  }

  .hero,
  .offer-section,
  .experience-section,
  .guidance-copy,
  .journey-grid,
  .comparison-grid,
  .faq-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .offer-section {
    gap: 24px;
  }

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

  .phone-panel {
    min-height: 630px;
    padding: 64px 28px 0;
    background:
      linear-gradient(90deg, rgba(223, 241, 251, 0.96), rgba(223, 241, 251, 0.78)),
      url("assets/delhi-bg.png") center / cover;
  }

  .phone-panel h2 {
    width: min(520px, 100%);
  }

  .guidance-copy {
    padding: 56px 28px 70px;
  }

  .benefit-card {
    grid-column: 1;
    grid-row: auto;
  }

  .journey-section,
  .comparison-section,
  .faq-section {
    width: min(100% - 36px, 980px);
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 74px;
    gap: 16px;
  }

  nav {
    display: none;
  }

  .brand img {
    width: 210px;
  }

  .buy-btn {
    min-height: 48px;
    border-radius: 14px;
    padding-inline: 16px;
    font-size: 0.98rem;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 13vw, 4.35rem);
  }

  .offer-section {
    padding: 62px 0;
  }

  .offer-card {
    min-height: auto;
    padding: 36px 24px 28px;
    border-radius: 22px;
  }

  .offer-card p {
    font-size: 1.06rem;
  }

  .location-card {
    min-height: 390px;
  }

  .city-section {
    text-align: left;
  }

  .journey-grid article {
    min-height: auto;
    padding: 26px;
  }

  .comparison-column {
    padding: 24px;
  }

  .comparison-column div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .choice-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .hero,
  .offer-section,
  .journey-section,
  .comparison-section,
  .faq-section,
  .city-section,
  .disclaimer-section,
  .site-footer {
    width: calc(100% - 28px);
  }

  .hero-visual {
    border-radius: 20px;
  }

  .location-card div {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .city-section {
    min-height: 520px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.18) 100%),
      url("assets/noida-bg.png") center / cover;
  }

  .primary-btn,
  .whatsapp-btn {
    width: 100%;
    min-height: 58px;
    border-radius: 15px;
    padding-inline: 18px;
  }

  .whatsapp-btn > span:first-child {
    white-space: normal;
  }

  .phone-panel {
    min-height: 560px;
  }

  .phone-panel h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .phone-mockup {
    right: 18px;
    width: 310px;
    max-width: 86%;
  }

  .bubble {
    font-size: 0.78rem;
  }

  .bubble.blue,
  .bubble.blue:nth-of-type(4) {
    left: -18px;
  }

  .modal-backdrop {
    align-items: stretch;
    padding: 10px;
  }

  .modal {
    max-height: calc(100vh - 20px);
    border-radius: 20px;
  }

  .site-footer {
    padding: 28px;
  }
}
