:root {
    --wishlists-ink: #18392b;
    --wishlists-green: #255b3d;
    --wishlists-green-dark: #123426;
    --wishlists-cream: #f5f1e7;
    --wishlists-paper: #fffdf8;
    --wishlists-line: #dce2dc;
    --wishlists-pink-light: #f4a0c7;
}

.wishlists-hero h1,
.wishlists-intro h2,
.wishlists-section-header h2,
.wishlists-step h3,
.wishlists-find h2,
.wishlists-manage h2 { text-transform: none; }

.wishlists-hero { min-height: 460px; margin-bottom: 1.5rem; border-radius: .45rem; overflow: hidden; position: relative; display: flex; align-items: flex-end; color: #fff; background: var(--wishlists-green-dark); }
.wishlists-hero-image,
.wishlists-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.wishlists-hero-image { object-fit: cover; object-position: center; }
.wishlists-hero-overlay { background: linear-gradient(90deg, rgba(10,41,28,.97) 0%, rgba(10,41,28,.84) 38%, rgba(10,41,28,.25) 72%, rgba(10,41,28,.08) 100%); }
.wishlists-hero-content { position: relative; z-index: 1; max-width: 690px; padding: clamp(2.4rem, 6vw, 5rem); }
.wishlists-eyebrow,
.wishlists-kicker { margin: 0 0 .8rem; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.wishlists-eyebrow { color: var(--wishlists-pink-light); }
.wishlists-eyebrow-dark,
.wishlists-kicker { color: var(--wishlists-green); }
.wishlists-hero h1 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.035em; }
.wishlists-hero-content > p:not(.wishlists-eyebrow) { max-width: 590px; font-size: 1.16rem; }
.wishlists-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.6rem; }
.wishlists-button { display: inline-flex; align-items: center; gap: .5rem; padding: .9rem 1.15rem; border-radius: .25rem; font-weight: 700; }
.wishlists-button-light { background: #fff; color: var(--wishlists-green-dark); }
.wishlists-button-light:hover { color: var(--wishlists-green); text-decoration: none; }
.wishlists-login-link { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: .2rem; }
.wishlists-login-link:hover { color: #fff; text-decoration: none; }

.wishlists-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-bottom: 4rem; padding: clamp(2rem, 5vw, 4rem); border-radius: .45rem; background: var(--wishlists-cream); }
.wishlists-intro h2,
.wishlists-section-header h2,
.wishlists-find h2 { font-family: Georgia, "Times New Roman", serif; color: var(--wishlists-ink); }
.wishlists-intro h2 { margin-bottom: .7rem; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.05; }
.wishlists-intro > div > p:last-child { margin: 0; color: #516158; line-height: 1.65; }
.wishlists-alert { display: flex; gap: 1.2rem; padding: 1.6rem; border: 1px solid #d8dfd8; border-radius: .4rem; background: rgba(255,255,255,.75); box-shadow: 0 10px 30px rgba(24,57,43,.06); }
.wishlists-alert-icon,
.wishlists-step-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; background: #dce8de; color: var(--wishlists-green); }
.wishlists-alert-icon svg,
.wishlists-step-icon svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wishlists-alert h2 { margin: 0 0 .45rem; color: var(--wishlists-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1.1; }
.wishlists-alert p:last-child { margin: 0; color: #58665e; font-size: .9rem; }

.wishlists-steps { margin-bottom: 4rem; }
.wishlists-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 2.2rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--wishlists-line); }
.wishlists-section-header h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.wishlists-section-header > p { max-width: 480px; margin: 0; color: #657169; }
.wishlists-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.wishlists-step { position: relative; min-width: 0; padding: 1.7rem; border: 1px solid var(--wishlists-line); border-radius: .4rem; background: var(--wishlists-paper); box-shadow: 0 4px 18px rgba(20,48,35,.04); }
.wishlists-step-number { position: absolute; top: 1.3rem; right: 1.5rem; color: #aebdb3; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; }
.wishlists-step-icon { margin-bottom: 1.3rem; }
.wishlists-step h3 { margin: 0 0 .7rem; color: var(--wishlists-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.1; }
.wishlists-step p { color: #58665e; line-height: 1.6; }
.wishlists-step a { color: var(--wishlists-green); font-weight: 700; }
.wishlists-button-example { display: block; width: 100%; max-width: 280px; height: auto; margin-top: 1.2rem; border: 1px solid #d5ddd6; border-radius: .25rem; }

.wishlists-find { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-bottom: 4rem; padding: clamp(2rem, 5vw, 4rem); border-radius: .45rem; background: var(--wishlists-cream); }
.wishlists-find-visual { overflow: hidden; border-radius: .4rem; background: #fff; box-shadow: 0 10px 30px rgba(24,57,43,.09); }
.wishlists-find-visual img { display: block; width: 100%; height: auto; }
.wishlists-find h2 { margin-bottom: .8rem; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.05; }
.wishlists-find-copy > p:not(.wishlists-eyebrow) { color: #58665e; line-height: 1.65; }
.wishlists-find-copy > a { color: var(--wishlists-green); font-weight: 700; }
.wishlists-find-copy > a:hover { color: var(--wishlists-green-dark); text-decoration: none; }

.wishlists-manage { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; margin-bottom: 1.5rem; padding: clamp(2.5rem, 6vw, 5rem); border-radius: .45rem; overflow: hidden; background: var(--wishlists-green-dark); color: #fff; }
.wishlists-manage h2 { margin-bottom: .8rem; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.05; }
.wishlists-manage-copy > p:not(.wishlists-eyebrow) { color: #dfe9e2; }
.wishlists-manage ul { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.wishlists-manage li { margin-bottom: .65rem; color: #edf3ef; }
.wishlists-manage li i { width: 1.3rem; color: #f2ce70; }
.wishlists-manage-visual { overflow: hidden; border-radius: .35rem; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.wishlists-manage-visual img { display: block; width: 100%; height: auto; }
.wishlists-note { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: 1rem; padding: 1rem 1.2rem; border: 1px solid var(--wishlists-line); border-radius: .35rem; color: #59665f; background: var(--wishlists-paper); }
.wishlists-note i { margin-top: .18rem; color: var(--wishlists-green); }
.wishlists-note p { margin: 0; font-size: .86rem; }

@media (max-width: 900px) {
    .wishlists-intro, .wishlists-find, .wishlists-manage { grid-template-columns: 1fr; }
    .wishlists-step-grid { grid-template-columns: 1fr; }
    .wishlists-button-example { max-width: 335px; }
}

@media (max-width: 575px) {
    .wishlists-hero { min-height: 540px; }
    .wishlists-hero-image { object-position: 62% center; }
    .wishlists-hero-overlay { background: linear-gradient(0deg, rgba(10,41,28,.97), rgba(10,41,28,.58)); }
    .wishlists-hero-content { padding: 2rem; }
    .wishlists-hero-actions { align-items: flex-start; flex-direction: column; }
    .wishlists-intro, .wishlists-find, .wishlists-manage { padding: 1.5rem; }
    .wishlists-alert { flex-direction: column; }
    .wishlists-section-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .wishlists-manage { padding-top: 2rem; padding-bottom: 2rem; }
}
