.landing-body { overflow-x: hidden; background: var(--cream); }
.landing-nav { height: 86px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.hero { min-height: 750px; padding: 72px 0 110px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .feature-section h2, .privacy-card h2, .final-cta h2 { margin: 0; font: 600 clamp(59px, 6.3vw, 94px)/.92 var(--serif); color: var(--forest); letter-spacing: -.055em; }
.hero h1 em, .feature-section h2 em, .privacy-card h2 em, .final-cta h2 em { color: var(--coral); font-weight: 500; }
.hero-lead { max-width: 550px; margin: 32px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--forest); text-decoration: none; font-weight: 700; font-size: 14px; }
.trust-line { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 12px; }
.trust-line span::before { content: '✓'; color: var(--forest-2); margin-right: 6px; font-weight: 700; }
.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; inset: -15% -10% -12% -5%; background: radial-gradient(circle at 50% 45%, rgba(217,146,111,.28), transparent 45%), radial-gradient(circle at 60% 55%, rgba(72,114,92,.2), transparent 61%); filter: blur(12px); }
.orbit { position: absolute; border: 1px solid rgba(36,56,47,.12); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; transform: rotate(30deg); }
.preview-window { width: min(650px, 100%); position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 25px; background: rgba(255,253,248,.9); box-shadow: 0 35px 100px rgba(36,56,47,.2); transform: rotate(1.5deg); backdrop-filter: blur(18px); }
.preview-topbar { height: 61px; padding: 0 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.preview-logo { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--forest); color: white; font: italic 18px var(--serif); }
.preview-title { font-size: 13px; font-weight: 700; flex: 1; }
.preview-avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--coral-soft); color: #9d593f; font-size: 10px; font-weight: 700; }
.preview-main { padding: 28px; background: #faf8f2; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; }
.preview-heading div { display: grid; gap: 4px; }
.preview-heading small { color: var(--muted); font-size: 10px; }
.preview-heading strong { font: 600 22px var(--serif); color: var(--forest); }
.preview-pill { padding: 7px 11px; border-radius: 99px; color: #286245; background: #dbeee2; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.preview-stats { margin: 22px 0 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.preview-stats article, .preview-card { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.preview-stats article { display: grid; gap: 5px; }
.preview-stats small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.preview-stats strong { font: 600 23px var(--serif); color: var(--forest); }
.preview-stats span { color: var(--muted); font-size: 8px; }
.preview-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 12px; }
.preview-card-title { margin-bottom: 13px; display: flex; justify-content: space-between; font-size: 10px; }
.preview-card-title span { color: var(--coral); }
.guest-row { padding: 9px 0; display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; border-top: 1px solid rgba(36,56,47,.08); }
.mini-avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; font-size: 8px; font-weight: 700; }
.mini-avatar.coral { color: #9d593f; background: #f7ddd0; }.mini-avatar.green { color: #2d6550; background: #d9ebe3; }.mini-avatar.gold { color: #80652f; background: #f0e4c8; }
.guest-row > span:nth-child(2) { display: grid; gap: 2px; }.guest-row b { font-size: 9px; }.guest-row small { color: var(--muted); font-size: 8px; }
.status { padding: 4px 6px; border-radius: 99px; font-size: 7px; font-style: normal; }.status.yes { color: #286245; background: #dbeee2; }.status.wait { color: #826422; background: #f6e9bd; }.status.no { color: #8d4a42; background: #f3d8d4; }
.ring-card { text-align: center; }.progress-ring { width: 83px; height: 83px; margin: 4px auto 10px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) 0 67%, #eee9df 67% 100%); position: relative; }.progress-ring::after { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: white; }.progress-ring span { position: relative; z-index: 1; display: grid; }.progress-ring b { font: 600 21px var(--serif); }.progress-ring small { color: var(--muted); font-size: 7px; }.ring-card p { margin: 0; color: var(--muted); font-size: 8px; }
.floating-note { min-width: 185px; padding: 13px 15px; display: flex; gap: 10px; align-items: center; position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(36,56,47,.16); backdrop-filter: blur(16px); }
.floating-note span:last-child { display: grid; gap: 2px; }.floating-note b { font-size: 10px; }.floating-note small { color: var(--muted); font-size: 8px; }.note-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--coral-soft); color: #9d593f; font-weight: 700; }.note-rsvp { top: 58px; right: -10px; }.note-photo { bottom: 62px; left: -20px; }
.feature-section { padding: 130px 0; background: var(--paper); border-radius: 55px 55px 0 0; }
.feature-section h2 { max-width: 800px; margin-inline: auto; text-align: center; font-size: clamp(52px, 6vw, 83px); }
.section-lead { max-width: 560px; margin: 25px auto 58px; text-align: center; color: var(--muted); font-size: 17px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature { min-height: 325px; padding: 35px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--cream); }
.feature-wide { grid-column: 1 / -1; min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.feature-number { position: absolute; top: 25px; right: 27px; color: rgba(36,56,47,.3); font-size: 12px; font-weight: 700; }
.feature h3 { margin: 23px 0 12px; color: var(--forest); font: 600 32px var(--serif); letter-spacing: -.03em; }
.feature p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.6; }
.feature-symbol { width: 63px; height: 63px; display: grid; place-items: center; border-radius: 20px; color: var(--forest); background: rgba(217,146,111,.25); font: 600 28px var(--serif); }
.feature-dark { color: white; background: var(--forest); }.feature-dark h3, .feature-dark p, .feature-dark .feature-number { color: inherit; }.feature-dark p { opacity: .72; }.feature-dark .feature-symbol { color: white; background: rgba(255,255,255,.12); }
.feature-copy { max-width: 48%; position: relative; }.rsvp-demo { width: min(480px, 48%); padding: 28px; border-radius: 20px; background: white; box-shadow: var(--shadow); }.rsvp-line { display: flex; align-items: baseline; justify-content: space-between; }.rsvp-line span { color: var(--muted); }.rsvp-line b { font: 600 40px var(--serif); color: var(--forest); }.rsvp-bar { height: 9px; margin: 16px 0 22px; overflow: hidden; border-radius: 9px; background: #eae7df; }.rsvp-bar i { width: 74%; height: 100%; display: block; border-radius: inherit; background: var(--coral); }.rsvp-people { display: flex; }.rsvp-people span { width: 42px; height: 42px; margin-right: -7px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; background: #e5ede8; color: var(--forest); font-size: 10px; font-weight: 700; }.rsvp-people span:nth-child(2) { background: #f6ddd1; }.rsvp-people span:nth-child(3) { background: #efe4c9; }
.feature-checkin { color: white; background: var(--coral); }.feature-checkin h3, .feature-checkin p, .feature-checkin .feature-number { color: inherit; }.feature-checkin p { opacity: .82; }.feature-checkin > div:first-child { max-width: 55%; }.qr-demo { width: 190px; height: 190px; position: relative; border: 18px solid white; border-radius: 20px; background: repeating-linear-gradient(45deg,#24382f 0 10px,#fff 10px 18px); box-shadow: 0 22px 50px rgba(91,47,31,.2); }.qr-demo span { width: 42px; height: 42px; position: absolute; border: 8px solid var(--forest); background: white; }.qr-demo span:nth-child(1){top:0;left:0}.qr-demo span:nth-child(2){top:0;right:0}.qr-demo span:nth-child(3){bottom:0;left:0}.qr-demo i { position: absolute; inset: 56px; background: white; }.qr-demo b { width: 47px; height: 47px; position: absolute; inset: 0; margin: auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 25px; }
.privacy-section { padding: 120px 0; }.privacy-card { min-height: 490px; padding: 70px; display: grid; grid-template-columns: 100px 1fr .8fr; gap: 40px; align-items: center; overflow: hidden; position: relative; border-radius: 34px; color: white; background: var(--forest); }.privacy-card::after { content: ''; width: 430px; height: 430px; position: absolute; right: -160px; top: -180px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }.privacy-card h2 { color: white; font-size: clamp(44px, 5vw, 70px); }.privacy-card .eyebrow { color: var(--coral-soft); }.privacy-card > p { max-width: 390px; position: relative; z-index: 1; color: rgba(255,255,255,.68); line-height: 1.8; }.privacy-seal { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font: italic 35px var(--serif); }
.final-cta { padding: 80px 20px 140px; text-align: center; }.final-cta h2 { font-size: clamp(58px, 7vw, 94px); }.final-cta p { margin: 25px 0 30px; color: var(--muted); }.final-flourish { display: block; margin-bottom: 24px; color: var(--coral); font-size: 35px; }
.landing-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }.hero-copy .eyebrow, .hero-actions, .trust-line { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { min-height: 530px; }.privacy-card { grid-template-columns: 70px 1fr; }.privacy-card > p { grid-column: 2; }
}
@media (max-width: 700px) {
  .landing-nav { height: 72px; }.landing-nav .button { min-height: 40px; padding-inline: 14px; font-size: 12px; }.hero { padding: 50px 0 80px; }.hero h1 { font-size: 53px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 20px; }.hero-visual { min-height: 420px; margin-top: 10px; }.preview-window { width: 570px; transform: scale(.7) rotate(1.5deg); }.floating-note { transform: scale(.82); }.note-rsvp { right: -20px; top: 25px; }.note-photo { left: -25px; bottom: 30px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 310px; height: 310px; }.feature-section { padding: 90px 0; border-radius: 35px 35px 0 0; }.feature-section h2 { font-size: 49px; }.feature-grid { grid-template-columns: 1fr; }.feature, .feature-wide { grid-column: auto; min-height: 300px; padding: 28px; }.feature-wide { display: block; }.feature-copy, .feature-checkin > div:first-child { max-width: 100%; }.rsvp-demo { width: 100%; margin-top: 30px; }.qr-demo { width: 150px; height: 150px; margin: 30px auto 0; }.privacy-section { padding: 70px 0; }.privacy-card { padding: 38px 27px; display: block; }.privacy-seal { margin-bottom: 35px; }.privacy-card h2 { font-size: 47px; }.privacy-card > p { margin-top: 30px; }.landing-footer { padding: 28px 0; flex-direction: column; text-align: center; }.landing-footer .brand { display: flex; }
}
