.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(198,161,91,.18); background: rgba(255,253,249,.92); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 76px; justify-content: space-between; align-items: center; gap: 16px; }
.hero { position: relative; overflow: hidden; padding-top: 56px; background: radial-gradient(circle at 10% 15%, rgba(198,161,91,.14), transparent 30%), linear-gradient(155deg, var(--white), var(--cream)); }
.hero-grid { display: grid; gap: 54px; align-items: center; }
.hero h1 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 12vw, 5.6rem); line-height: 1.16; letter-spacing: -.03em; }
.hero h1 span { color: var(--green-700); }
.hero-text { max-width: 630px; margin: 0 0 28px; color: var(--muted); font-size: 1rem; }
.cta-note { margin: 10px 18px 0; color: var(--muted); font-size: .78rem; }
.phone-stage { position: relative; display: grid; min-height: 510px; place-items: center; }
.phone-stage::before { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(198,161,91,.45); border-radius: 50%; content: ""; }
.phone { position: relative; z-index: 2; width: 236px; padding: 9px; border: 3px solid #183a33; border-radius: 38px; background: #102d28; box-shadow: 0 35px 70px rgba(13,43,38,.25); transform: rotate(-3deg); }
.phone-speaker { position: absolute; z-index: 3; top: 16px; left: 50%; width: 60px; height: 6px; border-radius: 20px; background: #193c35; transform: translateX(-50%); }
.phone-screen { display: flex; min-height: 450px; padding: 42px 22px 25px; align-items: center; flex-direction: column; border-radius: 29px; text-align: center; background: radial-gradient(circle at 50% 0, #fff, transparent 45%), #f5ead8; }
.mini-mark { display: grid; width: 38px; height: 38px; margin-bottom: 26px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.phone-screen small { color: #7e6a45; }
.phone-screen h2 { margin: 8px 0; color: var(--green-900); font-family: Georgia, serif; font-size: 2.3rem; line-height: 1.05; }
.phone-screen i { width: 36px; height: 1px; margin: 10px; background: var(--gold); }
.phone-screen p { margin: 5px 0 14px; font-size: .78rem; }
.mini-date { display: flex; gap: 10px; align-items: center; color: var(--green-900); }
.mini-date b { font: 2.2rem Georgia, serif; }
.mini-date span { text-align: right; font-size: .66rem; line-height: 1.35; }
.mini-button { margin-top: 18px; padding: 7px 17px; border-radius: 50px; color: white; background: var(--green-900); font-size: .65rem; }
.ornament { position: absolute; z-index: 1; width: 90px; height: 90px; border: 1px solid var(--gold); transform: rotate(45deg); opacity: .45; }
.ornament-one { top: 70px; right: 2%; }.ornament-two { bottom: 70px; left: 4%; width: 60px; height: 60px; }
.features { background: var(--white); }.feature-grid { display: grid; gap: 14px; }
.feature-card { padding: 26px; border: 1px solid var(--cream-dark); border-radius: var(--radius); background: #fff; }
.feature-card > span { display: grid; width: 44px; height: 44px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: var(--gold); background: var(--cream); font-size: 1.3rem; }
.feature-card h3 { margin: 0 0 6px; font-size: 1rem; }.feature-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.occasions { background: var(--green-950); color: var(--white); }.occasion-list { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.occasion-list article { display: flex; min-height: 100px; align-items: center; gap: 26px; border-bottom: 1px solid rgba(255,255,255,.16); }
.occasion-list span { color: var(--gold); font-family: Georgia, serif; }.occasion-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 5vw, 2.2rem); font-weight: 400; }
.how-it-works { background: var(--cream); }.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; position: relative; gap: 20px; padding-bottom: 30px; }.steps li:not(:last-child)::after { position: absolute; top: 48px; right: 22px; bottom: 4px; width: 1px; background: rgba(198,161,91,.5); content: ""; }
.steps > li > span { display: grid; z-index: 1; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: var(--cream); font-family: Georgia, serif; }
.steps h3 { margin: 4px 0 2px; }.steps p { margin: 0; color: var(--muted); font-size: .88rem; }
.final-cta { overflow: hidden; padding: 80px 0; color: var(--white); text-align: center; background: var(--green-900); }
.final-cta-inner { position: relative; }.final-cta h2 { max-width: 700px; margin: 0 auto 10px; font-family: Georgia, serif; font-size: clamp(2rem, 7vw, 3.5rem); line-height: 1.3; }.final-cta p { margin: 0 0 28px; color: #d7e0dd; }.button-light { border-color: var(--gold-light); color: var(--green-950); background: var(--gold-light); }.button-light:hover { background: var(--white); }.final-flourish { margin-bottom: 18px; color: var(--gold); font-size: 1.7rem; }
.site-footer { padding: 45px 0; background: var(--white); }.footer-inner { display: flex; align-items: center; flex-direction: column; gap: 24px; text-align: center; }.footer-inner nav { display: flex; gap: 18px; }.footer-inner nav a { color: var(--muted); font-size: .83rem; text-decoration: none; }.footer-inner > p { margin: 0; color: var(--muted); font-size: .76rem; }
@media (max-width: 430px) { .brand small { display: none; } .header-inner .brand > span:last-child { display: none; } .header-inner .brand-logo { width: 46px; height: 46px; } .button-small { padding-inline: 14px; font-size: .78rem; } }
@media (min-width: 680px) { .feature-grid { grid-template-columns: repeat(2, 1fr); }.footer-inner { justify-content: space-between; flex-direction: row; text-align: initial; } }
@media (min-width: 900px) { .hero { padding-top: 72px; }.hero-grid { grid-template-columns: 1.15fr .85fr; }.hero-copy { padding-bottom: 40px; }.feature-grid { grid-template-columns: repeat(4, 1fr); }.feature-card { min-height: 220px; }.occasion-list { grid-template-columns: repeat(2, 1fr); column-gap: 60px; } }
