@font-face {
  font-family: "MaeumJua";
  src: url("../fonts/Jua-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "MaeumDoHyeon";
  src: url("../fonts/DoHyeon-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --pink: #ff3f75;
  --pink-deep: #e72a63;
  --pink-soft: #fff0f5;
  --coral: #ff6a3d;
  --orange: #ff9818;
  --yellow: #ffd84d;
  --sky: #218cff;
  --sky-soft: #eaf5ff;
  --mint: #35c977;
  --purple: #8667f4;
  --ink: #17151c;
  --muted: #69646f;
  --cream: #fffaf4;
  --surface: #ffffff;
  --line: #ece7e9;
  --shadow: 0 28px 80px rgba(104, 56, 72, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
}
body::selection { color: white; background: var(--pink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 10px clamp(22px, 5vw, 82px);
  border-bottom: 1px solid rgba(236, 231, 233, .82);
  background: rgba(255, 250, 244, .9);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(70, 39, 53, .08); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; }
.brand img, .footer-brand img { border-radius: 14px; box-shadow: 0 7px 18px rgba(255, 63, 117, .19); }
.brand strong, .footer-brand strong { font-family: MaeumJua, sans-serif; font-size: 22px; letter-spacing: -.02em; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { color: #554f59; font-size: 15px; font-weight: 750; transition: color .18s ease; }
.site-header nav a:hover { color: var(--pink-deep); }
.header-cta { justify-self: end; padding: 12px 20px; border-radius: 999px; background: linear-gradient(135deg, var(--pink), var(--coral)); color: white; box-shadow: 0 10px 24px rgba(255, 63, 117, .22); font-size: 14px; font-weight: 850; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  min-height: 850px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 82px clamp(28px, 7vw, 120px) 100px;
  overflow: hidden;
}
.hero::before { position: absolute; z-index: 0; inset: 0 -20% auto 34%; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(85, 183, 255, .22), rgba(255, 219, 90, .12) 45%, transparent 70%); content: ""; }
.hero-bloom { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.bloom-one { left: -160px; bottom: 20px; width: 360px; height: 360px; background: radial-gradient(circle at 60% 45%, rgba(255, 77, 128, .2), transparent 67%); }
.bloom-two { right: -160px; top: 100px; width: 400px; height: 400px; background: radial-gradient(circle at 40% 55%, rgba(255, 196, 55, .24), transparent 68%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid #ffd2df; border-radius: 999px; background: rgba(255, 255, 255, .82); color: var(--pink-deep); font-size: 13px; font-weight: 850; box-shadow: 0 8px 26px rgba(255, 63, 117, .08); }
.eyebrow span { font-size: 17px; }
.hero h1 { margin: 26px 0 24px; font-family: MaeumDoHyeon, sans-serif; font-size: clamp(45px, 4.8vw, 70px); line-height: 1.13; letter-spacing: -.055em; font-weight: 400; }
.hero h1 span { position: relative; display: inline-block; color: var(--pink-deep); }
.hero h1 span::after { position: absolute; z-index: -1; right: -8px; bottom: 2px; left: -7px; height: 21px; border-radius: 20px; background: rgba(255, 216, 77, .62); content: ""; transform: rotate(-1.2deg); }
.hero-description { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 25px; border-radius: 17px; font-size: 16px; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { gap: 13px; background: linear-gradient(135deg, var(--pink), var(--coral)); color: white; box-shadow: 0 14px 30px rgba(255, 63, 117, .25); }
.button-secondary { border: 1.5px solid #f0dfe4; background: rgba(255,255,255,.88); color: var(--pink-deep); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; color: #625b65; font-size: 13px; font-weight: 700; list-style: none; }
.hero-points li::before { margin-right: 7px; color: var(--mint); content: "✓"; font-weight: 950; }

.hero-visual { display: grid; place-items: center; min-height: 680px; }
.phone-halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(135deg, rgba(255, 91, 132, .16), rgba(33, 140, 255, .18), rgba(255, 216, 77, .19)); filter: blur(8px); }
.phone-shell { position: relative; z-index: 2; width: 352px; height: 700px; padding: 9px; border: 2px solid #22222b; border-radius: 52px; background: #292934; box-shadow: 0 42px 90px rgba(75, 41, 61, .28); transform: rotate(2deg); }
.phone-island { position: absolute; z-index: 5; top: 18px; left: 50%; width: 100px; height: 25px; border-radius: 99px; background: #15151b; transform: translateX(-50%); }
.phone-screen { position: relative; display: flex; height: 100%; padding: 18px 16px 0; border-radius: 42px; background: #fffaf4; overflow: hidden; flex-direction: column; }
.phone-status { display: flex; justify-content: space-between; padding: 0 8px; color: #29252d; font-size: 9px; font-weight: 900; }
.app-brand { display: flex; align-items: center; gap: 7px; margin: 23px 3px 11px; }
.app-brand img { width: 27px; height: 27px; border-radius: 8px; }
.app-brand strong { font-family: MaeumJua; font-size: 15px; }
.app-banner { display: flex; align-items: center; gap: 9px; padding: 10px; border: 1.5px solid var(--yellow); border-radius: 17px; background: linear-gradient(135deg, #ff3470, #ff6b37, #ffa31d); color: white; box-shadow: 0 8px 18px rgba(255, 70, 82, .18); }
.app-banner > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1.5px solid white; border-radius: 50%; background: #ffdf4f; font-size: 20px; }
.app-banner div { display: grid; gap: 2px; min-width: 0; }
.app-banner strong { font-size: 10px; white-space: nowrap; }
.app-banner small { font-size: 7px; font-weight: 750; opacity: .95; }
.app-section-title { display: flex; align-items: center; justify-content: space-between; margin: 14px 3px 8px; }
.app-section-title div { display: grid; gap: 2px; }
.app-section-title small { color: var(--pink-deep); font-size: 8px; font-weight: 900; }
.app-section-title strong { font-size: 13px; }
.app-section-title > span { font-size: 17px; }
.greeting-card { position: relative; display: grid; width: 100%; aspect-ratio: 9 / 16; border-radius: 24px; background-position: center; background-size: cover; box-shadow: 0 18px 46px rgba(31, 25, 30, .2); overflow: hidden; place-items: center; isolation: isolate; }
.greeting-card::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.12), transparent 30%, transparent 62%, rgba(0,0,0,.2)); content: ""; }
.card-frame { position: absolute; inset: 4.2%; border: 1.5px solid rgba(255,255,255,.65); border-radius: 18px; }
.card-emoji { position: absolute; top: 13%; right: 0; left: 0; color: white; font-size: clamp(20px, 2.4vw, 35px); text-align: center; filter: drop-shadow(0 2px 3px rgba(0,0,0,.25)); }
.card-copy { position: absolute; top: 29%; right: 8%; left: 8%; color: white; text-align: center; text-shadow: -2px -2px 0 rgba(12,12,12,.86), 2px -2px 0 rgba(12,12,12,.86), -2px 2px 0 rgba(12,12,12,.86), 2px 2px 0 rgba(12,12,12,.86), 0 4px 7px rgba(0,0,0,.45); }
.card-copy strong { display: block; font-family: MaeumJua, sans-serif; font-size: clamp(23px, 2.4vw, 38px); line-height: 1.17; }
.card-copy p { margin: 18px 0 0; font-family: MaeumDoHyeon, sans-serif; font-size: clamp(15px, 1.55vw, 23px); line-height: 1.45; white-space: pre-line; }
.card-signature { position: absolute; bottom: 7.8%; color: white; font-family: MaeumJua; font-size: 12px; letter-spacing: .08em; text-shadow: 0 2px 5px rgba(0,0,0,.5); }
.hero-card { width: 188px; height: 334px; margin: 0 auto; border-radius: 19px; }
.hero-card .card-frame { border-radius: 13px; }
.hero-card .card-emoji { font-size: 23px; }
.hero-card .card-copy strong { font-size: 26px; }
.hero-card .card-copy p { margin-top: 13px; font-size: 17px; }
.hero-card .card-signature { font-size: 8px; }
.app-action { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px auto 7px; width: 188px; min-height: 34px; border-radius: 12px; background: var(--pink); color: white; font-size: 10px; font-weight: 900; }
.phone-nav { display: flex; align-items: center; justify-content: space-around; margin: auto -16px 0; min-height: 50px; border-top: 1px solid #eee7e9; background: white; color: #aaa1a8; }
.phone-nav span { display: grid; gap: 2px; place-items: center; font-size: 15px; }
.phone-nav small { font-size: 7px; font-weight: 800; }
.phone-nav .active { color: var(--pink); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 18px 42px rgba(75, 41, 61, .16); backdrop-filter: blur(12px); }
.floating-note > span { display: grid; width: 36px; height: 36px; border-radius: 12px; background: var(--pink-soft); place-items: center; font-size: 20px; }
.floating-note div { display: grid; gap: 2px; }
.floating-note small { color: var(--muted); font-size: 10px; }
.floating-note strong { font-size: 12px; white-space: nowrap; }
.note-one { top: 122px; right: -18px; transform: rotate(3deg); }
.note-two { bottom: 105px; left: -36px; transform: rotate(-3deg); }

.mood-strip { padding: 25px clamp(24px, 6vw, 88px); background: linear-gradient(100deg, #ff2e6e, #ff6539 52%, #ffa51f); color: white; text-align: center; }
.mood-strip p { margin: 0 0 14px; font-family: MaeumJua; font-size: 20px; }
.mood-strip div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.mood-strip span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.17); font-size: 13px; font-weight: 800; }

.section { max-width: 1320px; margin: 0 auto; padding: 120px clamp(28px, 6.5vw, 110px); }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 760px; margin-right: auto; margin-bottom: 54px; margin-left: auto; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 13px; color: var(--pink-deep); font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.section-kicker.light { color: #ffe36d; }
.section h2, .share-section h2, .library-section h2, .final-cta h2 { margin: 0; font-family: MaeumDoHyeon, sans-serif; font-size: clamp(35px, 4vw, 54px); line-height: 1.18; letter-spacing: -.045em; font-weight: 400; }
.section-heading p, .split-heading > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.style-gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.style-card { padding: 7px 7px 13px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 16px 44px rgba(71, 49, 60, .08); transition: transform .2s ease, box-shadow .2s ease; }
.style-card:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(71, 49, 60, .15); }
.style-card .greeting-card { border-radius: 19px; }
.style-card .card-frame { border-radius: 13px; }
.style-card .card-copy strong { font-size: clamp(19px, 1.55vw, 26px); }
.style-card .card-copy p { margin-top: 11px; font-size: clamp(12px, 1vw, 16px); }
.style-card .card-emoji { font-size: 22px; }
.style-caption { display: grid; gap: 2px; padding: 11px 7px 0; }
.style-caption span { color: var(--pink-deep); font-size: 10px; font-weight: 900; }
.style-caption strong { font-size: 14px; }
.tone-sky .style-caption span { color: var(--sky); } .tone-gold .style-caption span { color: #c77a00; } .tone-purple .style-caption span { color: var(--purple); } .tone-coral .style-caption span { color: var(--coral); } .tone-mint .style-caption span { color: #168c4d; }

.how-section { max-width: none; background: #fff; }
.how-section > * { max-width: 1100px; margin-right: auto; margin-left: auto; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 400px; padding: 28px; border: 1.5px solid var(--line); border-radius: 29px; background: var(--cream); overflow: hidden; }
.step-card::after { position: absolute; right: -35px; bottom: -55px; width: 160px; height: 160px; border-radius: 50%; background: var(--pink-soft); content: ""; }
.step-card:nth-child(2)::after { background: var(--sky-soft); } .step-card:nth-child(3)::after { background: #fff3cb; }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step-number { color: var(--pink-deep); font-family: MaeumDoHyeon; font-size: 22px; }
.step-icon { display: grid; width: 62px; height: 62px; border: 2px solid white; border-radius: 20px; background: linear-gradient(135deg, #ffd9e4, #fff1bb); box-shadow: 0 12px 28px rgba(255,63,117,.12); font-size: 30px; place-items: center; }
.step-card h3 { margin: 32px 0 13px; font-family: MaeumJua; font-size: 26px; font-weight: 400; }
.step-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.chip-list { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.chip-list span { padding: 8px 11px; border: 1px solid #eadfe3; border-radius: 11px; background: white; font-size: 12px; font-weight: 800; }

.editor-section { display: grid; grid-template-columns: minmax(430px, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(70px, 9vw, 130px); }
.editor-visual { position: relative; min-height: 700px; display: grid; place-items: center; }
.editor-visual::before { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(135deg, #ffdce7, #e2f3ff, #fff1b8); content: ""; }
.editor-phone { position: relative; z-index: 2; display: flex; width: 385px; height: 665px; padding: 18px 14px; border: 9px solid #292934; border-radius: 46px; background: #f7f4f1; box-shadow: var(--shadow); gap: 11px; }
.editor-phone .greeting-card { width: 280px; height: 100%; border-radius: 28px; }
.editor-phone .card-copy strong { font-size: 31px; } .editor-phone .card-copy p { font-size: 19px; }
.edit-tools { display: flex; width: 66px; padding: 8px 6px; border-radius: 18px; background: white; flex-direction: column; gap: 7px; box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.edit-tools span { display: grid; min-height: 68px; padding: 5px; border-radius: 12px; color: #786f76; font-size: 10px; font-weight: 850; text-align: center; place-items: center; }
.edit-tools .active { background: linear-gradient(135deg, var(--pink), var(--coral)); color: white; }
.tool-palette { position: absolute; z-index: 4; right: -22px; bottom: 55px; width: 250px; padding: 17px; border: 1px solid white; border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(72,40,56,.18); }
.tool-palette strong { display: block; margin-bottom: 12px; font-size: 14px; }
.tool-palette div { display: flex; gap: 7px; }
.tool-palette div span { display: grid; width: 40px; height: 40px; border-radius: 12px; background: var(--pink-soft); font-weight: 900; place-items: center; }
.tool-palette div span:nth-child(2) { background: var(--sky-soft); color: var(--sky); } .tool-palette div span:nth-child(3) { background: #fff2c9; } .tool-palette div span:nth-child(4) { background: #e9f9ef; color: #168c4d; }
.tool-palette small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; }
.editor-copy > p { margin: 24px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.feature-list { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.feature-list li > span { display: grid; width: 42px; height: 42px; border-radius: 14px; background: var(--pink-soft); color: var(--pink-deep); font-family: MaeumDoHyeon; place-items: center; }
.feature-list li:nth-child(2) > span { background: var(--sky-soft); color: var(--sky); } .feature-list li:nth-child(3) > span { background: #fff2c9; color: #bd7500; }
.feature-list strong { font-size: 17px; }
.feature-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.share-section { padding: 90px clamp(28px, 7vw, 120px); background: linear-gradient(120deg, #f52f70, #ff5c3e 54%, #f59b18); color: white; }
.share-inner { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; max-width: 1120px; margin: 0 auto; }
.share-copy p { max-width: 580px; margin: 22px 0 0; font-size: 17px; line-height: 1.8; opacity: .93; }
.share-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.share-button { display: grid; min-height: 150px; border: 2px solid rgba(255,255,255,.55); border-radius: 25px; color: #292329; box-shadow: 0 18px 42px rgba(105, 30, 42, .18); place-items: center; align-content: center; gap: 9px; }
.share-button span { font-size: 33px; } .share-button strong { font-size: 14px; }
.share-button.kakao { background: #ffe812; } .share-button.message { background: #dff2ff; color: #1479b5; } .share-button.save { background: #e0f7e8; color: #19814a; }

.content-section { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 85px; }
.content-copy > p { margin: 24px 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.content-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.content-badges span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: 13px; font-weight: 800; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat-card { display: grid; min-height: 180px; padding: 25px; border-radius: 27px; background: white; box-shadow: 0 18px 45px rgba(75, 45, 59, .08); align-content: center; text-align: center; }
.stat-card:nth-child(1) { background: linear-gradient(135deg, #ffe1eb, #fff6e2); } .stat-card:nth-child(2) { background: linear-gradient(135deg, #dff1ff, #ecf9ff); } .stat-card:nth-child(3) { background: linear-gradient(135deg, #e6faed, #f6ffdf); } .stat-card:nth-child(4) { background: linear-gradient(135deg, #eee9ff, #ffeaf8); }
.stat-card strong { color: var(--pink-deep); font-family: MaeumDoHyeon; font-size: 54px; font-weight: 400; line-height: 1; }
.stat-card:nth-child(2) strong { color: var(--sky); } .stat-card:nth-child(3) strong { color: #189454; } .stat-card:nth-child(4) strong { color: var(--purple); }
.stat-card small { font-size: 24px; }
.stat-card span { margin-top: 10px; color: #5d5660; font-size: 14px; font-weight: 850; }

.library-section { padding: 120px clamp(28px, 7vw, 120px); background: #fff; overflow: hidden; }
.library-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; max-width: 1160px; margin: 0 auto; }
.library-stack { position: relative; min-height: 590px; }
.library-stack .greeting-card { position: absolute; width: 260px; }
.library-stack .greeting-card:nth-child(1) { z-index: 3; top: 10px; left: 50%; transform: translateX(-50%) rotate(-1deg); }
.library-stack .greeting-card:nth-child(2) { z-index: 2; top: 70px; left: 25px; transform: rotate(-10deg); opacity: .92; }
.library-stack .greeting-card:nth-child(3) { z-index: 1; top: 75px; right: 25px; transform: rotate(10deg); opacity: .92; }
.library-stack .card-copy strong { font-size: 28px; } .library-stack .card-copy p { font-size: 17px; }
.library-copy > p { margin: 24px 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.library-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.library-pills span { padding: 10px 14px; border-radius: 999px; background: var(--pink-soft); color: var(--pink-deep); font-size: 13px; font-weight: 850; }
.library-pills span:nth-child(3), .library-pills span:nth-child(4) { background: var(--sky-soft); color: #176fae; }

.faq-section { max-width: 980px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1.5px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 10px 30px rgba(75,45,59,.04); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 25px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--pink); font-size: 25px; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 25px 24px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.final-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; max-width: 1160px; margin: 10px auto 100px; padding: 38px 44px; border: 2px solid #ffde61; border-radius: 32px; background: linear-gradient(110deg, #ff3270, #ff643e 54%, #ffa41c); color: white; box-shadow: 0 28px 65px rgba(255, 63, 77, .24); }
.final-cta > img { border: 3px solid white; border-radius: 25px; box-shadow: 0 10px 28px rgba(92,24,49,.2); }
.final-cta div > span { display: block; margin-bottom: 7px; color: #fff0a7; font-size: 14px; font-weight: 850; }
.final-cta h2 { font-size: clamp(27px, 3vw, 39px); }
.button-white { gap: 10px; background: white; color: var(--pink-deep); white-space: nowrap; box-shadow: 0 12px 28px rgba(105,32,49,.18); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 28px clamp(24px, 5vw, 82px); border-top: 1px solid var(--line); background: white; }
.site-footer p { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer > span { justify-self: end; color: #918990; font-size: 12px; }

body.modal-open { overflow: hidden; }
.image-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 16, 19, .9);
  backdrop-filter: blur(10px);
}
.image-modal.open { display: flex; }
.image-modal img { max-width: min(90vw, 560px); max-height: 90vh; border-radius: 24px; box-shadow: 0 25px 70px rgba(0,0,0,.45); }
.image-modal button { position: fixed; top: 20px; right: 22px; display: grid; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.15); color: white; font-size: 32px; cursor: pointer; place-items: center; }

@media (max-width: 1150px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; padding-right: 45px; padding-left: 45px; }
  .style-gallery { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .style-card .card-copy strong { font-size: 27px; } .style-card .card-copy p { font-size: 17px; }
  .editor-section { gap: 55px; }
  .tool-palette { right: 0; }
  .final-cta { margin-right: 30px; margin-left: 30px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 68px; text-align: center; }
  .hero-copy { max-width: 690px; margin: 0 auto; }
  .hero-description { margin: 0 auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 730px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-card > p { min-height: auto; }
  .editor-section, .content-section, .library-inner, .share-inner { grid-template-columns: 1fr; }
  .editor-copy, .library-copy { max-width: 650px; margin: 0 auto; }
  .share-inner { gap: 45px; }
  .share-copy { text-align: center; }
  .share-copy p { margin-right: auto; margin-left: auto; }
  .library-stack { width: 650px; max-width: 100%; margin: 0 auto; }
  .library-inner { gap: 45px; }
  .final-cta { grid-template-columns: auto 1fr; }
  .final-cta .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 8px 16px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 19px; }
  .header-cta { padding: 10px 15px; font-size: 12px; }
  .hero { min-height: 0; padding: 54px 20px 70px; }
  .hero h1 { font-size: 43px; }
  .hero-description { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 54px; }
  .hero-points { gap: 9px 15px; font-size: 12px; }
  .hero-visual { min-height: 650px; transform: scale(.88); margin: -36px -28px; }
  .phone-shell { width: 330px; height: 660px; }
  .note-one { right: -5px; } .note-two { left: -3px; }
  .mood-strip { padding: 22px 16px; }
  .mood-strip p { font-size: 18px; }
  .mood-strip span { font-size: 11px; }
  .section { padding: 84px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section h2, .share-section h2, .library-section h2 { font-size: 37px; }
  .section-heading p, .split-heading > p { font-size: 16px; }
  .style-gallery { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .style-card { border-radius: 20px; }
  .style-card .greeting-card { border-radius: 15px; }
  .style-card .card-copy strong { font-size: 19px; }
  .style-card .card-copy p { margin-top: 8px; font-size: 12px; }
  .style-card .card-emoji { font-size: 18px; }
  .style-card .card-signature { font-size: 8px; }
  .style-caption strong { font-size: 12px; }
  .step-card { padding: 23px; border-radius: 24px; }
  .editor-section { gap: 35px; overflow: hidden; }
  .editor-visual { min-height: 610px; transform: scale(.83); margin: -55px -45px; }
  .editor-copy > p, .content-copy > p, .library-copy > p { font-size: 16px; }
  .share-section { padding: 74px 20px; }
  .share-actions { gap: 8px; }
  .share-button { min-height: 125px; border-radius: 20px; }
  .share-button span { font-size: 28px; } .share-button strong { font-size: 12px; }
  .stats-grid { gap: 10px; }
  .stat-card { min-height: 145px; padding: 18px; border-radius: 22px; }
  .stat-card strong { font-size: 44px; }
  .library-section { padding: 88px 20px; }
  .library-stack { min-height: 475px; transform: scale(.82); margin: -45px -25px; width: calc(100% + 50px); }
  .library-stack .greeting-card { width: 220px; }
  .library-stack .greeting-card:nth-child(2) { left: 0; } .library-stack .greeting-card:nth-child(3) { right: 0; }
  .faq-list summary { padding: 19px; font-size: 15px; }
  .faq-list details p { padding: 0 19px 20px; font-size: 14px; }
  .final-cta { grid-template-columns: 1fr; margin: 0 16px 70px; padding: 28px 22px; text-align: center; }
  .final-cta > img { width: 88px; margin: 0 auto; }
  .final-cta h2 { font-size: 30px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding: 25px; text-align: center; }
  .footer-brand { justify-self: center; }
  .site-footer > span { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
