.hero { position: relative; min-height: 720px; padding: 80px 0 75px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 50px; align-items: center; }
.hero::before { content: ""; position: absolute; left: 44%; top: 8%; width: 520px; height: 520px; z-index: -1; background: var(--sky); border-radius: 46% 54% 56% 44%; filter: blur(1px); transform: rotate(-5deg); }
.hero-copy h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(64px, 7vw, 100px); line-height: .83; font-weight: 900; }
.hero-copy h1 span { display: inline-block; color: #619bd0; font-family: Gaegu, cursive; font-weight: 700; letter-spacing: -.07em; transform: rotate(-2deg); }
.hero-lede { max-width: 560px; margin-bottom: 28px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding-bottom: 3px; border-bottom: 2px dashed var(--pink-dark); font-weight: 900; }
.text-link span { color: var(--pink-dark); }
.mini-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.mini-proof span { padding-right: 18px; border-right: 1px solid #b9b4ae; }
.mini-proof span:last-child { border: 0; }
.mini-proof b { color: var(--ink); font-size: 16px; }
.hero-world { position: relative; min-height: 590px; }
.phone-card { position: absolute; top: 5px; left: 12%; width: 340px; min-height: 580px; padding: 14px 20px 22px; background: #fff; border: 3px solid var(--ink); border-radius: 44px; box-shadow: 13px 16px 0 rgba(49,48,72,.2); transform: rotate(2deg); }
.phone-card::after { content: ""; position: absolute; left: 50%; bottom: 8px; width: 90px; height: 4px; background: var(--ink); border-radius: 9px; transform: translateX(-50%); }
.phone-topbar { display: flex; justify-content: space-between; margin-bottom: 17px; font-size: 10px; font-weight: 900; }
.phone-topbar { padding-bottom: 14px; border-bottom: 1.5px dashed rgba(49,48,72,.25); }
.message-preview { width: 88%; margin: 10px 0; padding: 11px 13px; border: 1.5px solid var(--ink); font-size: 12px; line-height: 1.45; box-shadow: 2px 3px 0 rgba(49,48,72,.1); }
.message-me { margin-left: auto; background: var(--sky); border-radius: 16px 16px 3px 16px; }
.message-audie { background: var(--pink); border-radius: 16px 16px 16px 3px; }
.message-audie span { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.phone-composer { position: absolute; left: 20px; right: 20px; bottom: 29px; display: flex; align-items: center; justify-content: space-between; padding: 10px 10px 10px 13px; color: #8e8b98; border: 1.5px solid var(--ink); border-radius: 18px; font-size: 10px; }
.phone-composer b { display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 50%; }
.polaroid-note { position: absolute; z-index: 2; width: 150px; padding: 12px 12px 17px; border: var(--border); background: var(--white); box-shadow: 5px 6px 0 rgba(49,48,72,.14); text-align: center; }
.polaroid-note span { display: block; padding: 23px 4px 7px; background: var(--lavender); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.polaroid-note b { display: block; margin-top: 8px; font: 700 25px Gaegu, cursive; }
.polaroid-note i { position: absolute; top: 14px; right: 18px; font-style: normal; }
.note-one { left: -5%; top: 105px; transform: rotate(-9deg); }
.note-two { right: -1%; bottom: 45px; transform: rotate(9deg); }
.note-two span { background: var(--mint); }
.tape { position: absolute; z-index: 3; width: 100px; height: 28px; background: rgba(255,228,137,.78); transform: rotate(-13deg); }
.tape-top { top: 1px; left: 3%; }
.doodle-arrow { position: absolute; right: 0; top: 115px; color: var(--pink-dark); font: 700 65px Gaegu, cursive; transform: rotate(20deg); }

.feature-section { padding: 100px 0 115px; border-top: 2px dashed rgba(49,48,72,.25); background: #fffdf8; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 55px; align-items: start; }
.section-number { display: block; margin-bottom: 20px; color: #a5a1ae; font-size: 12px; font-weight: 900; }
.section-heading h2 { max-width: 750px; font-size: clamp(43px, 5vw, 69px); line-height: 1.02; }
.section-heading h2 em { color: var(--pink-dark); font-family: Gaegu, cursive; font-style: normal; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 350px; padding: 25px 23px 20px; border: var(--border); border-radius: 26px 26px 14px 14px; box-shadow: var(--shadow); transition: transform .25s; overflow: hidden; }
.feature-card:hover { transform: translateY(-8px) rotate(-1deg); }
.feature-card h3 { margin: 28px 0 12px; font-size: 26px; line-height: 1.05; }
.feature-card p { color: #565466; font-size: 14px; line-height: 1.55; }
.feature-blue { background: var(--sky); }.feature-pink { background: var(--pink); }.feature-mint { background: var(--mint); }.feature-yellow { background: var(--yellow); }
.feature-icon { display: grid; place-items: center; width: 58px; height: 58px; border: var(--border); border-radius: 50%; background: var(--white); font-size: 28px; box-shadow: 3px 3px 0 var(--ink); }
.card-stamp { position: absolute; top: 27px; right: 19px; padding: 5px 8px; border: 1.5px solid; border-radius: 5px; font-size: 9px; font-weight: 900; letter-spacing: .12em; transform: rotate(8deg); }
.reaction-row { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; padding: 10px; border: 1.5px dashed var(--ink); border-radius: 10px; font: 700 13px Gaegu; }
.tone-meter { position: absolute; left: 22px; right: 22px; bottom: 24px; display: flex; gap: 5px; align-items: end; }
.tone-meter i { flex: 1; height: 16px; background: rgba(255,255,255,.45); border: 1px solid; border-radius: 6px; }.tone-meter i:nth-child(2) {height: 24px}.tone-meter i:nth-child(3) {height: 34px;background:white}.tone-meter i:nth-child(4) {height:27px}.tone-meter i:nth-child(5) {height:20px}
.waveform { position: absolute; left: 22px; right: 22px; bottom: 30px; height: 38px; display: flex; gap: 5px; align-items: center; justify-content: center; }
.waveform i { width: 5px; height: 13px; background: var(--ink); border-radius: 4px; }.waveform i:nth-child(2n){height:25px}.waveform i:nth-child(3n){height:34px}
.tip-list { position: absolute; left: 22px; right: 22px; bottom: 14px; margin: 0; padding: 0; list-style: none; font-size: 11px; font-weight: 800; }
.tip-list li { margin: 5px 0; padding: 5px 7px; background: rgba(255,255,255,.5); border-radius: 5px; }.tip-list li::before { content: "✓ "; }

.how-section { padding: 105px 0; }
.how-card { position: relative; padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--lavender); border: var(--border); border-radius: 40px 12px 40px 12px; box-shadow: 10px 11px 0 var(--pink); overflow: hidden; }
.how-card::after { content: "♡ ✦ ♡"; position: absolute; right: 35px; top: 23px; color: rgba(49,48,72,.28); font: 700 25px Gaegu; }
.how-intro h2 { margin-bottom: 20px; font-size: clamp(48px, 5vw, 70px); line-height: .95; }.how-intro h2 span { color: #6b69a8; font-family: Gaegu; }.how-intro > p:not(.eyebrow) { max-width: 460px; color: #5e5c72; line-height: 1.6; }.how-intro .button { margin-top: 12px; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; padding: 19px 42px 19px 64px; display: flex; align-items: center; min-height: 100px; border-bottom: 2px dashed rgba(49,48,72,.25); }.steps-list li > span { position: absolute; left: 0; display: grid; place-items: center; width: 44px; height: 44px; border: var(--border); border-radius: 50%; background: var(--yellow); font: 700 23px Gaegu; }.steps-list b { font-size: 18px; }.steps-list p { margin: 3px 0 0; color: #66647a; font-size: 13px; }.steps-list i { position: absolute; right: 4px; font: 700 25px Gaegu; font-style: normal; }

.audience-tease { padding: 100px 0; background: var(--sky); border-block: var(--border); }
.tease-inner { display: grid; grid-template-columns: .8fr 1.1fr .35fr; align-items: center; gap: 45px; }
.tease-copy h2 { margin-bottom: 15px; font-size: clamp(44px, 5vw, 64px); }.tease-copy p:last-child { max-width: 360px; color: #525a6b; }
.audience-stack { position: relative; min-height: 260px; }.stack-card { position: absolute; left: 50%; top: 50%; width: 310px; height: 170px; padding: 25px; display: flex; justify-content: space-between; align-items: end; border: var(--border); border-radius: 14px; box-shadow: var(--shadow); font-size: 22px; font-weight: 900; }.stack-card span { font-size: 36px; }.card-student { background: var(--yellow); transform: translate(-64%,-55%) rotate(-8deg); }.card-pro { background: var(--mint); transform: translate(-45%,-50%) rotate(3deg); }.card-social { background: var(--pink); transform: translate(-28%,-39%) rotate(10deg); }
.round-link { display: grid; place-items: center; width: 130px; aspect-ratio: 1; background: var(--white); border: var(--border); border-radius: 50%; box-shadow: 5px 5px 0 var(--ink); font-weight: 900; text-align: center; transform: rotate(5deg); transition: transform .2s; }.round-link:hover { transform: rotate(0) scale(1.05); }
.pricing-section { padding: 105px 0 115px; background: #fffdf8; border-bottom: 2px dashed rgba(49,48,72,.25); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-card { position: relative; padding: 30px 26px 26px; display: flex; flex-direction: column; min-height: 430px; background: var(--white); border: var(--border); border-radius: 26px 14px; box-shadow: var(--shadow); transition: transform .25s; }
.pricing-card:hover { transform: translateY(-7px) rotate(-.5deg); }
.pricing-card-featured { background: var(--pink); box-shadow: 8px 9px 0 var(--lavender); transform: rotate(1deg); }
.pricing-card-featured:hover { transform: translateY(-7px) rotate(0); }
.pricing-label { width: fit-content; padding: 5px 8px; background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 5px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.pricing-card h3 { margin: 25px 0 5px; font: 700 46px Gaegu, cursive; }
.pricing-price { margin-bottom: 25px; font-size: 28px; font-weight: 900; }
.pricing-price span { color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.pricing-card ul { margin: 0 0 28px; padding: 0; list-style: none; color: #565466; font-size: 13px; line-height: 1.65; }
.pricing-card li { padding: 7px 0; border-bottom: 1px dashed rgba(49,48,72,.22); }
.pricing-card li::before { content: "♡"; margin-right: 8px; color: var(--pink-dark); font-weight: 900; }
.pricing-card-featured li::before { color: var(--ink); }
.pricing-card .button { width: 100%; margin-top: auto; }
.pricing-button { background: var(--sky); }
.popular-sticker { position: absolute; right: -10px; top: -20px; width: 86px; height: 86px; display: grid; place-items: center; background: var(--yellow); border: var(--border); border-radius: 50%; font: 700 16px/1 Gaegu, cursive; text-align: center; transform: rotate(10deg); }
.pricing-note { margin: 28px 0 0; color: var(--ink-soft); font-size: 11px; text-align: center; }
.section-error { width: min(var(--shell), calc(100% - 40px)); margin: 30px auto; padding: 16px; background: #fff3c7; border: var(--border); border-radius: 12px; }
.final-cta { position: relative; padding: 130px 20px; text-align: center; }.final-cta h2 { margin-bottom: 16px; font-size: clamp(55px, 7vw, 86px); line-height: .92; }.final-cta h2 span { color: var(--pink-dark); font-family: Gaegu; }.final-cta > p:not(.eyebrow) { color: var(--ink-soft); }.final-cta .button { margin-top: 17px; }.final-sticker { position: absolute; right: 10%; top: 60px; width: 90px; height: 90px; display: grid; place-items: center; background: var(--yellow); border: var(--border); border-radius: 50%; font: 700 18px/1 Gaegu; transform: rotate(12deg); }

@media (max-width: 1000px) { .hero { grid-template-columns: 1fr 1fr; gap: 15px; }.feature-grid { grid-template-columns: repeat(2,1fr); }.how-card { gap: 45px; padding: 50px 40px; }.tease-inner { grid-template-columns: 1fr 1fr; }.round-link { grid-column: 1/-1; justify-self: center; }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.pricing-card-featured { transform: none; } }
@media (max-width: 720px) { .hero { min-height: auto; padding: 65px 0 90px; grid-template-columns: 1fr; }.hero-copy h1 { font-size: clamp(58px,18vw,78px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.text-link { align-self: center; }.mini-proof { justify-content: center; }.hero-world { min-height: 580px; margin-top: 30px; }.phone-card { left: 50%; width: min(320px,85vw); transform: translateX(-50%) rotate(2deg); }.note-one { left: -2%; top: 80px; width: 115px; }.note-two { right: 0; width: 120px; }.hero::before { left: 0; top: 45%; width: 100%; }.feature-section { padding: 75px 0; }.section-heading { grid-template-columns: 1fr; gap: 15px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 320px; }.how-section { padding: 70px 0; }.how-card { padding: 40px 24px; grid-template-columns: 1fr; gap: 30px; border-radius: 28px 10px; }.tease-inner { grid-template-columns: 1fr; }.audience-stack { min-height: 260px; transform: scale(.85); }.pricing-section { padding: 75px 0 85px; }.pricing-grid { grid-template-columns: 1fr; }.pricing-card { min-height: 0; }.final-cta { padding-block: 100px; }.final-sticker { top: 30px; right: 2%; width: 70px; height: 70px; font-size: 15px; } }
