:root {
  --pink: #e51d56;
  --pink-dark: #b71143;
  --ink: #22161b;
  --muted: #74666c;
  --cream: #fff8f7;
  --line: #eadfe2;
  --white: #fff;
  --green: #25a866;
  --shadow: 0 24px 70px rgba(88, 27, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { max-width: 1180px; margin: auto; padding: 25px 34px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: 82px; height: 82px; border-radius: 10px; object-fit: contain; }
.brand span, .footer-logo span, .legal-header a::after { color: var(--pink); font-family: Didot, "Bodoni 72", Bodoni, Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 700; letter-spacing: -.035em; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; color: var(--muted); font-weight: 700; font-size: 14px; }
nav a:hover { color: var(--pink); }

.hero { max-width: 1180px; min-height: 530px; margin: 0 auto; padding: 65px 34px 90px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-block; color: var(--pink); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
h1 { margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6.4vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero-copy p { max-width: 590px; margin: 0 0 33px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.primary-link { display: inline-flex; align-items: center; gap: 12px; padding: 15px 22px; border-radius: 999px; background: var(--pink); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 12px 32px rgba(229, 29, 86, .25); }
.hero-art { position: relative; min-height: 400px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(229, 29, 86, .17); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 280px; height: 280px; }
.heart-card { position: relative; width: 240px; aspect-ratio: .78; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 120px 120px 38px 38px; color: #fff; background: linear-gradient(145deg, #ff5177, #c41149); box-shadow: 0 35px 80px rgba(158, 19, 68, .3); transform: rotate(5deg); }
.heart-card::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; }
.heart-card span { font-size: 84px; line-height: 1; }
.heart-card small { width: 150px; margin-top: 18px; text-align: center; font-size: 13px; line-height: 1.5; font-weight: 700; }

.download-section { padding: 95px 34px 75px; background: var(--white); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
h2 { margin: 14px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 60px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.store-grid { max-width: 1000px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.store-card { min-height: 420px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.store-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.4); }
.android-card { background: linear-gradient(145deg, #f0fff6, #fff); }
.ios-card { background: linear-gradient(145deg, #fff0f4, #fff); }
.platform-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 21px; position: relative; z-index: 1; }
.platform-icon svg { width: 36px; height: 36px; fill: currentColor; }
.android-icon { color: var(--green); background: #d8f8e7; }
.apple-icon { color: var(--pink); background: #ffe0e9; }
.platform-label { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.store-card h3 { margin: 7px 0 12px; font-size: 38px; }
.store-card p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.65; }
.store-button { align-self: flex-start; min-width: 190px; padding: 10px 17px; display: flex; align-items: center; gap: 12px; border-radius: 12px; background: #151315; color: #fff; text-decoration: none; font-size: 19px; font-weight: 700; box-shadow: 0 10px 25px rgba(0,0,0,.15); transition: transform .2s ease; }
.store-button:hover { transform: translateY(-3px); }
.store-button small { display: block; font-size: 8px; letter-spacing: .12em; font-weight: 600; }
.store-mark { font-size: 24px; }
.apple-mark { font-size: 20px; }
.store-note { margin: 26px 0 0; text-align: center; color: var(--muted); font-size: 13px; }

.trust-strip { max-width: 1100px; margin: 0 auto; padding: 80px 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.trust-strip div { padding-left: 20px; border-left: 2px solid var(--pink); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 9px; }
.trust-strip span { color: var(--muted); font-size: 14px; line-height: 1.55; }

footer { padding: 55px max(34px, calc((100vw - 1112px)/2)); background: #21171b; color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; }
.footer-logo { display: flex; align-items: center; gap: 13px; }
.footer-logo img { display: block; width: 72px; height: 72px; border-radius: 10px; object-fit: contain; }
.footer-logo span { color: #ff527f; }
.footer-brand p, .copyright { color: #bfaeb5; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 24px; }
.footer-links a { text-decoration: none; font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: #ff759a; }
.copyright { grid-column: 1 / -1; padding-top: 25px; margin: 0; border-top: 1px solid rgba(255,255,255,.1); }

.legal-shell { min-height: 100vh; background: #fff; }
.legal-header { max-width: 900px; margin: auto; padding: 24px 28px; }
.legal-header a { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.legal-header a::after { content: "Shaadi Nest"; }
.legal-header img { display: block; width: 82px; height: 82px; border-radius: 10px; object-fit: contain; }
.legal-main { max-width: 900px; margin: 0 auto; padding: 55px 28px 90px; }
.legal-main h1 { font-size: clamp(42px, 7vw, 66px); }
.legal-main h2 { margin: 38px 0 12px; font-family: inherit; font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.legal-main h3 { margin: 25px 0 8px; font-size: 18px; }
.legal-main p, .legal-main li { color: #5f5358; font-size: 16px; line-height: 1.75; }
.legal-main li + li { margin-top: 8px; }
.legal-main a { color: var(--pink-dark); }
.updated { display: inline-block; padding: 8px 12px; border-radius: 999px; background: #fff0f4; color: var(--pink-dark) !important; font-size: 13px !important; font-weight: 700; }
.legal-card { margin-top: 32px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.back-link { text-decoration: none; color: var(--muted); font-weight: 700; }
.steps { padding-left: 22px; }

@media (max-width: 760px) {
  .site-header { padding: 20px; }
  .brand img { width: 64px; height: 64px; border-radius: 8px; }
  .brand span, .legal-header a::after { font-size: 29px; }
  nav { gap: 16px; }
  nav a:first-child { display: none; }
  .hero { min-height: auto; padding: 55px 22px 75px; grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .hero-copy p { font-size: 17px; }
  .hero-art { min-height: 330px; }
  .orbit-one { width: 320px; height: 320px; }
  .store-grid, .trust-strip { grid-template-columns: 1fr; }
  .download-section { padding: 75px 20px 60px; }
  .store-card { min-height: 390px; padding: 30px; }
  .trust-strip { padding: 60px 24px; }
  footer { padding: 45px 24px; grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .store-button { transition: none; } }
