:root { --ink:#2f2a2e; --text:#665e64; --muted:#8e858c; --bg:#fbf7f0; --paper:#fff; --coral:#f2604f; --coral-dark:#d94b3d; --ochre:#f7ad27; --blue:#4a9de0; --green:#4caf7d; --line:#e8dccf; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--bg); color:var(--ink); font-family:'Nunito',sans-serif; }
a { color:inherit; }
.landing-header { position:sticky; z-index:20; top:0; width:100%; min-height:76px; padding:0 max(24px,calc((100% - 1180px)/2)); display:flex; align-items:center; gap:40px; border-bottom:1px solid rgba(222,210,196,.78); background:rgba(251,247,240,.92); backdrop-filter:blur(16px); }
.landing-brand { display:inline-flex; align-items:center; gap:10px; color:var(--ink); font-family:'Baloo 2',cursive; font-size:22px; font-weight:800; text-decoration:none; }
.brand-dots { display:inline-flex; }.brand-dots i { width:14px; height:14px; border-radius:50%; background:var(--coral); }.brand-dots i:nth-child(2){margin-left:-4px;background:var(--ochre)}.brand-dots i:nth-child(3){margin-left:-4px;background:var(--blue)}.brand-dots i:nth-child(4){margin-left:-4px;background:var(--green)}
.landing-header nav { display:flex; gap:28px; margin-left:auto; }.landing-header nav a { color:var(--text); font-size:14px; font-weight:800; text-decoration:none; }.landing-header nav a:hover { color:var(--coral); }
.header-cta { padding:11px 17px; border-radius:14px; background:var(--coral); color:#fff; font-size:13px; font-weight:900; text-decoration:none; box-shadow:0 3px 0 var(--coral-dark); }
main { overflow:hidden; }
.eyebrow { display:block; color:var(--coral); font-size:12px; line-height:1.25; font-weight:900; letter-spacing:.105em; text-transform:uppercase; }
h1,h2,h3 { font-family:'Baloo 2',cursive; }
.hero { position:relative; width:min(1180px,calc(100% - 48px)); min-height:650px; margin:0 auto; padding:58px 0 70px; display:grid; grid-template-columns:minmax(0,.91fr) minmax(500px,1.09fr); align-items:center; gap:78px; }
.hero::before { content:''; position:absolute; z-index:-1; right:-240px; top:-120px; width:560px; height:560px; border-radius:50%; background:#eaf4fd; opacity:.72; }
.hero::after { content:''; position:absolute; z-index:-1; left:-230px; bottom:-80px; width:310px; height:310px; border-radius:50%; background:#fff0e9; }
h1 { max-width:600px; margin:10px 0 20px; font-size:clamp(50px,5.4vw,70px); line-height:.96; letter-spacing:-.038em; }
.hero-intro { max-width:560px; margin:0 0 27px; color:var(--text); font-size:18px; line-height:1.65; font-weight:600; }
.primary-cta { display:inline-flex; align-items:center; gap:11px; min-height:58px; padding:15px 22px; border-radius:17px; background:var(--coral); color:#fff; font-family:'Baloo 2',cursive; font-size:18px; font-weight:800; text-decoration:none; box-shadow:0 4px 0 var(--coral-dark); }
.primary-cta:hover { transform:translateY(-1px); }.cta-note { margin:13px 0 0; color:var(--muted); font-size:12px; font-weight:700; }
.hero-assurance { display:flex; gap:18px; margin-top:22px; }.hero-assurance span { display:flex; align-items:center; gap:7px; color:var(--text); font-size:12px; font-weight:800; }.hero-assurance i { display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:#eaf7ef; color:var(--green); font-style:normal; }
.hero-example { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:65px 24px 74px; border:1px solid #e5d5c2; border-radius:34px; background:linear-gradient(145deg,#fff8e6,#fff0ec); box-shadow:0 25px 65px rgba(64,50,38,.15); }
.example-heading { position:absolute; left:24px; right:24px; top:18px; display:flex; align-items:center; justify-content:space-between; }.example-heading span { color:var(--coral); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }.example-heading strong { font-family:'Baloo 2',cursive; font-size:18px; }
.hero-example figure { position:relative; overflow:hidden; margin:0; aspect-ratio:2/3; border:5px solid #fff; border-radius:21px; background:#fff; box-shadow:0 6px 20px rgba(47,42,46,.12); }
.hero-example img { display:block; width:100%; height:100%; object-fit:cover; }.image-label { position:absolute; z-index:1; top:10px; left:10px; padding:5px 10px; border-radius:999px; background:#fff; font-size:11px; font-weight:900; box-shadow:0 2px 7px rgba(47,42,46,.12); }.image-label-after { background:var(--green); color:#fff; }
.example-arrow { position:absolute; z-index:2; left:50%; top:50%; display:grid; place-items:center; width:44px; height:44px; transform:translate(-50%,-50%); border:4px solid #fff; border-radius:50%; background:var(--coral); color:#fff; font-size:22px; font-weight:900; }
.example-setting { position:absolute; left:50%; bottom:16px; transform:translateX(-50%); width:max-content; max-width:calc(100% - 48px); display:flex; align-items:center; gap:9px; }.example-setting > span { display:grid; place-items:center; width:33px; height:33px; border-radius:10px; background:#f1eafa; color:#8c64bf; }.example-setting strong,.example-setting small { display:block; white-space:nowrap; }.example-setting strong { font-size:11px; }.example-setting small { color:var(--muted); font-size:9px; font-weight:700; }
.trust-row { width:min(1080px,calc(100% - 48px)); margin:0 auto 92px; display:grid; grid-template-columns:1.3fr repeat(3,1fr); border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 9px 32px rgba(47,42,46,.055); }
.trust-row > * { min-height:118px; padding:24px 26px; }.trust-row > * + * { border-left:1px solid var(--line); }.trust-row p { margin:0; display:flex; flex-direction:column; justify-content:center; }.trust-row p span { color:var(--coral); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }.trust-row p strong { margin-top:4px; font-family:'Baloo 2',cursive; font-size:21px; line-height:1.15; }
.trust-row > div { display:flex; flex-direction:column; justify-content:center; }.trust-row div > span { color:var(--blue); font-family:'Baloo 2',cursive; font-size:12px; font-weight:800; }.trust-row div strong { margin-top:8px; font-size:14px; }.trust-row div small { margin-top:2px; color:var(--muted); font-size:10px; font-weight:700; }
.content-section { width:min(1080px,calc(100% - 48px)); margin:0 auto 95px; scroll-margin-top:105px; }.section-heading { max-width:680px; margin:0 auto 44px; text-align:center; }h2 { margin:7px 0 0; font-size:clamp(36px,4vw,48px); line-height:1.05; letter-spacing:-.02em; }
.steps { width:100%; padding:82px max(24px,calc((100% - 1080px)/2)); background:#fff; }.steps .step-grid { max-width:1080px; margin:0 auto; }
.step-grid { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.step-grid::before { content:''; position:absolute; left:16.5%; right:16.5%; top:48px; height:1px; background:#dccfbe; }
.step-grid article { position:relative; min-height:235px; padding:27px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 7px 24px rgba(47,42,46,.055); }.step-number { position:relative; z-index:1; display:grid; place-items:center; width:42px; height:42px; border:7px solid var(--bg); border-radius:50%; background:var(--coral); color:#fff; font-family:'Baloo 2',cursive; font-weight:800; box-sizing:content-box; }.step-grid h3 { margin:28px 0 6px; font-size:22px; }.step-grid p,.ideas p,.idea-list,.faq p { color:var(--text); line-height:1.6; font-weight:600; }.step-grid p { margin:0; font-size:14px; }
.ideas { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; padding:58px; border-radius:32px; background:#eaf4fd; }.ideas h2 { font-size:43px; }.ideas-copy > p { margin:12px 0 0; }.idea-list { margin:0; padding:0; list-style:none; }.idea-list li { position:relative; margin:11px 0; padding:15px 18px 15px 46px; border:1px solid rgba(211,223,233,.9); border-radius:16px; background:rgba(255,255,255,.9); font-size:14px; }.idea-list li::before { content:'✓'; position:absolute; left:18px; color:var(--green); font-weight:900; }
.faq { max-width:820px; }.faq details { margin:11px 0; padding:19px 22px; border:1px solid var(--line); border-radius:17px; background:#fff; }.faq summary { cursor:pointer; font-family:'Baloo 2',cursive; font-size:18px; font-weight:800; }.faq p { margin:9px 0 0; font-size:14px; }.faq p a { color:var(--coral-dark); font-weight:800; }
.final-cta { width:min(1080px,calc(100% - 48px)); margin:0 auto 95px; padding:66px 28px; border:1px solid #eaded0; border-radius:32px; background:linear-gradient(145deg,#fff2ed,#f2ecfa); text-align:center; }.final-cta h2 { max-width:650px; margin:7px auto; }.final-cta p { margin:0 0 24px; color:var(--text); font-weight:600; }
footer { min-height:140px; padding:32px max(24px,calc((100% - 1180px)/2)); display:flex; align-items:center; gap:28px; border-top:1px solid var(--line); background:#fff; color:var(--muted); font-size:13px; }footer p { margin-right:auto; }footer nav { display:flex; gap:18px; }
.analytics-consent { position:fixed; z-index:10000; left:50%; bottom:18px; transform:translateX(-50%); width:min(600px,calc(100% - 28px)); padding:17px 18px; display:flex; align-items:center; gap:18px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 12px 38px rgba(47,42,46,.22); }.analytics-consent[hidden]{display:none}.analytics-consent strong{display:block;font-family:'Baloo 2',cursive;font-size:17px}.analytics-consent p{margin:3px 0 0;color:var(--text);font-size:12px;line-height:1.4}.analytics-consent-actions{display:flex;flex:0 0 auto;gap:8px}.analytics-consent-actions button{min-height:42px;padding:9px 13px;border-radius:13px;font-family:'Nunito',sans-serif;font-weight:800;cursor:pointer}#analyticsReject{border:1px solid var(--line);background:#fff;color:var(--text)}#analyticsAccept{border:0;background:var(--coral);color:#fff;box-shadow:0 3px 0 var(--coral-dark)}
@media(max-width:940px){.landing-header nav{display:none}.hero{grid-template-columns:1fr;max-width:720px;gap:48px}.hero-copy{text-align:center}.hero-intro{margin-left:auto;margin-right:auto}.hero-assurance{justify-content:center}.hero-example{max-width:620px;margin:auto}.trust-row{grid-template-columns:1fr 1fr}.trust-row>*+*{border-left:0}.trust-row>*:nth-child(even){border-left:1px solid var(--line)}.trust-row>*:nth-child(n+3){border-top:1px solid var(--line)}.step-grid{grid-template-columns:1fr;max-width:720px;margin:auto}.step-grid::before{display:none}.ideas{grid-template-columns:1fr;gap:30px}}
@media(max-width:600px){.landing-header{min-height:68px;padding:0 18px;gap:10px}.landing-brand{font-size:20px}.header-cta{margin-left:auto;padding:9px 11px;font-size:11px}.hero{width:calc(100% - 32px);min-height:0;padding:45px 0 65px}h1{font-size:43px}.hero-intro{font-size:16px}.primary-cta{width:100%;justify-content:center}.hero-assurance{flex-direction:column;align-items:center;gap:9px}.hero-example{padding:63px 15px 75px;gap:8px;border-radius:24px}.hero-example figure{border-width:3px;border-radius:15px}.example-heading{left:16px;right:16px}.example-arrow{width:38px;height:38px}.example-setting{bottom:17px}.trust-row{width:calc(100% - 32px);grid-template-columns:1fr;margin-bottom:80px}.trust-row>*+*,.trust-row>*:nth-child(even){border-left:0}.trust-row>*+*{border-top:1px solid var(--line)}.content-section{width:calc(100% - 32px);margin-bottom:85px}.section-heading{margin-bottom:28px}h2{font-size:35px}.step-grid article{min-height:0}.ideas{padding:31px 20px;border-radius:24px}.ideas h2{font-size:34px}.final-cta{width:calc(100% - 32px);margin-bottom:60px;padding:46px 20px}footer{flex-direction:column;align-items:flex-start;gap:10px}footer p{margin:0}.analytics-consent{bottom:12px;display:block;padding:16px}.analytics-consent-actions{margin-top:13px}.analytics-consent-actions button{flex:1}}

/* Compact mobile rhythm: fewer stacked cards and clearer section changes. */
@media(max-width:600px){
  .hero{padding:38px 0 54px}h1{font-size:38px;line-height:1}.hero::before{width:290px;height:290px;right:-220px;top:160px;opacity:.5}.hero-assurance{display:grid;grid-template-columns:1fr 1fr;gap:6px}.hero-assurance span{display:block;font-size:10px;text-align:center}.hero-assurance i{margin:0 auto 5px}
  .trust-row{grid-template-columns:repeat(3,1fr);margin-bottom:65px}.trust-row p{grid-column:1 / -1;min-height:90px;text-align:center}.trust-row>div{min-height:110px;padding:15px 8px;text-align:center}.trust-row>div+div{border-left:1px solid var(--line)}.trust-row div strong{font-size:11px}.trust-row div small{font-size:8px;line-height:1.3}
  .steps{width:100%;margin-bottom:68px;padding:60px 16px}.steps .step-grid{position:relative;display:block}.steps .step-grid::before{left:18px;right:auto;top:18px;bottom:18px;width:1px;height:auto}.steps .step-grid article{min-height:0;margin:0;padding:0 0 27px 58px;border:0;border-radius:0;background:transparent;box-shadow:none}.steps .step-grid article:last-child{padding-bottom:0}.steps .step-number{position:absolute;left:0;width:36px;height:36px;border:0;box-sizing:border-box;font-size:11px}.steps .step-grid h3{margin:0 0 4px;font-size:20px}.steps .step-grid p{font-size:13px}
  .ideas{padding:28px 18px}.idea-list li{margin:8px 0;padding:12px 13px 12px 40px;font-size:12px}.final-cta{padding:40px 18px}
}

/* Shared crafted art direction used by the public homepage. */
@keyframes landing-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
:root{--ink:#29211b;--text:#5a4f45;--muted:#7a6e62;--bg:#fbf3ea;--paper:#fffdfa;--coral:#e85b44;--coral-dark:#c94530;--blue:#4a78c0;--green:#2e8b57;--line:rgba(41,33,27,.09)}
.landing-header{background:rgba(251,243,234,.88);border-bottom-color:rgba(41,33,27,.06)}
.brand-dots{gap:3px}.brand-dots i{width:11px;height:11px;margin-left:0!important}.brand-dots i:nth-child(1){background:#f1684f}.brand-dots i:nth-child(2){background:#f5b23f}.brand-dots i:nth-child(3){background:#4a9de0}.brand-dots i:nth-child(4){background:#47ae79}
.header-cta,.primary-cta{border-radius:999px}.header-cta{border:2px solid var(--ink);background:#fffdfa;color:var(--ink);box-shadow:0 2px 0 var(--ink)}.header-cta:hover{transform:translateY(1px);box-shadow:0 1px 0 var(--ink)}
.primary-cta{padding-left:30px;padding-right:30px;box-shadow:0 7px 20px rgba(232,91,68,.32);transition:transform .2s,box-shadow .2s}.primary-cta:hover{transform:translateY(-2px);box-shadow:0 11px 27px rgba(232,91,68,.4)}
.title-highlight{position:relative;display:inline-block;padding:0 .14em;border-radius:.22em;background:#ffe1d6;color:var(--coral);transform:rotate(-1.2deg);white-space:nowrap}
.hero::before{background:#e9f0f9}.hero::after{background:#fce4d8}.hero-example{overflow:visible;background:#fff4e4;border-color:rgba(41,33,27,.06);box-shadow:0 24px 60px rgba(120,85,50,.14)}
.hero-example::before,.hero-example::after{content:'';position:absolute;z-index:3;border-radius:50%;animation:landing-float 5.5s ease-in-out infinite}.hero-example::before{width:26px;height:26px;right:-13px;top:-15px;background:#f5b23f}.hero-example::after{width:17px;height:17px;left:-20px;bottom:34px;background:#47ae79;animation-delay:1s}
.hero-example figure:first-of-type{transform:rotate(-1.4deg)}.hero-example figure:nth-of-type(2){transform:rotate(1.4deg)}.hero-example figure{transition:transform .25s,box-shadow .25s}.hero-example figure:hover{transform:rotate(0) translateY(-3px);box-shadow:0 12px 28px rgba(120,85,50,.2)}
.trust-row{gap:15px;border:0;background:transparent;box-shadow:none}.trust-row>*{border:1px solid rgba(41,33,27,.07)!important;border-radius:20px;background:#fffdfa;box-shadow:0 6px 18px rgba(120,85,50,.06)}
.steps{background:transparent}.step-grid::before{border-top:3px dashed #e3cdb8}.step-grid article{border-color:rgba(41,33,27,.07);border-radius:26px;background:#fffdfa;box-shadow:0 10px 28px rgba(120,85,50,.08)}.step-grid article:nth-child(1){transform:rotate(-.45deg)}.step-grid article:nth-child(2){transform:rotate(.45deg)}.step-grid article:nth-child(3){transform:rotate(-.45deg)}
.step-grid .step-number{width:50px;height:50px;border:0;border-radius:15px;box-sizing:border-box}.step-grid article:nth-child(1) .step-number{background:#ffe1d6;color:#e85b44}.step-grid article:nth-child(2) .step-number{background:#dce8f8;color:#4a78c0}.step-grid article:nth-child(3) .step-number{background:#ddf2e4;color:#2e8b57}
.ideas{overflow:hidden;position:relative;background:#dce9f6;border-radius:40px}.ideas::before{content:'';position:absolute;width:250px;height:250px;left:-75px;bottom:-95px;border-radius:50%;background:rgba(255,253,250,.48)}.ideas>*{position:relative}.idea-list li{background:#fffdfa;box-shadow:0 5px 15px rgba(60,90,130,.07)}
.final-cta{position:relative;overflow:hidden;border:0;border-radius:40px;background:linear-gradient(120deg,#f6e9ee 0%,#eae4f6 100%)}.final-cta::before,.final-cta::after{content:'';position:absolute;border-radius:50%;animation:landing-float 6s ease-in-out infinite}.final-cta::before{width:16px;height:16px;top:34px;left:11%;background:#f1684f;box-shadow:720px 32px 0 3px #f5b23f}.final-cta::after{width:13px;height:13px;bottom:42px;left:20%;background:#47ae79;box-shadow:690px -5px 0 1px #7a5bc7;animation-delay:1s}.final-cta>*{position:relative;z-index:1}footer{background:#fbf3ea}
@media(max-width:600px){.title-highlight{white-space:normal}.hero-example::before{width:18px;height:18px;right:-5px}.hero-example::after{left:-7px}.hero-example figure:first-of-type,.hero-example figure:nth-of-type(2){transform:none}.trust-row{gap:8px}.trust-row>*{border-radius:17px}.steps .step-grid::before{border-top:0;border-left:2px dashed #e3cdb8}.steps .step-grid article:nth-child(n){transform:none}.steps .step-grid .step-number{width:38px;height:38px;border-radius:12px}.ideas{border-radius:26px}.final-cta::before{left:8%;box-shadow:300px 25px 0 2px #f5b23f}.final-cta::after{left:16%;box-shadow:290px -2px 0 #7a5bc7}}
@media(prefers-reduced-motion:reduce){.hero-example::before,.hero-example::after,.final-cta::before,.final-cta::after{animation:none}.hero-example figure,.primary-cta{transition:none}}

/* Reusable content patterns for the search-intent landing pages. */
.prompt-example{position:relative;min-height:560px;padding:34px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:20px;border:1px solid rgba(41,33,27,.06);border-radius:38px;background:linear-gradient(145deg,#e8f1fb,#f7eaf0);box-shadow:0 24px 60px rgba(79,68,85,.14)}
.prompt-card{position:relative;z-index:2;margin-right:-62px;padding:25px;border:1px solid rgba(41,33,27,.08);border-radius:22px;background:#fffdfa;box-shadow:0 14px 38px rgba(70,54,47,.16);transform:rotate(-2deg)}
.prompt-card>span{color:var(--coral);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.prompt-card p{margin:10px 0 19px;color:var(--ink);font-family:'Baloo 2',cursive;font-size:19px;font-weight:700;line-height:1.25}.prompt-card div{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.prompt-card div i{width:7px;height:7px;border-radius:50%;background:var(--coral)}.prompt-card div i:nth-child(2){background:#f5b23f}.prompt-card div i:nth-child(3){margin-right:5px;background:#4a9de0}.prompt-card div strong{font-weight:800}
.prompt-example figure{position:relative;overflow:hidden;margin:0;aspect-ratio:2/3;border:7px solid #fff;border-radius:25px;background:#fff;box-shadow:0 12px 30px rgba(70,54,47,.15);transform:rotate(1.5deg)}.prompt-example figure img{display:block;width:100%;height:100%;object-fit:cover}.prompt-spark{position:absolute;color:#fff;font-weight:900}.prompt-spark-one{right:24px;top:20px;font-size:30px}.prompt-spark-two{right:-10px;bottom:62px;color:#f5b23f;font-size:28px}
.content-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start;padding:60px 0;border-top:1px solid rgba(41,33,27,.09);border-bottom:1px solid rgba(41,33,27,.09)}.content-split h2{font-size:43px}.content-split p{margin:0 0 16px;color:var(--text);font-size:16px;font-weight:600;line-height:1.75}
.related-pages{padding-top:8px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.related-grid a{position:relative;min-height:175px;padding:28px 30px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border:1px solid rgba(41,33,27,.07);border-radius:25px;background:#fffdfa;color:var(--ink);text-decoration:none;box-shadow:0 8px 24px rgba(120,85,50,.07);transition:transform .2s,box-shadow .2s}.related-grid a::after{content:'→';position:absolute;right:27px;top:25px;color:var(--coral);font-size:22px;font-weight:900}.related-grid a:first-child{background:#fff1eb}.related-grid a:last-child{background:#e9f2fb}.related-grid a:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(120,85,50,.11)}.related-grid span{color:var(--coral);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.related-grid strong{margin:7px 0 4px;font-family:'Baloo 2',cursive;font-size:24px}.related-grid small{max-width:38ch;color:var(--text);font-size:12px;font-weight:700;line-height:1.45}
@media(max-width:940px){.prompt-example{max-width:620px;margin:auto}.content-split{grid-template-columns:1fr;gap:24px}}
@media(max-width:600px){.prompt-example{min-height:0;padding:22px 18px 24px;grid-template-columns:1fr;border-radius:26px}.prompt-card{z-index:3;margin:0 12px -42px;padding:20px;transform:rotate(-1deg)}.prompt-card p{font-size:17px}.prompt-example figure{width:82%;margin:0 auto;border-width:5px;border-radius:20px;transform:rotate(1deg)}.prompt-spark-one{right:12px}.prompt-spark-two{right:-4px}.content-split{padding:42px 0}.content-split h2{font-size:34px}.content-split p{font-size:14px}.related-grid{grid-template-columns:1fr}.related-grid a{min-height:145px;padding:23px}.related-grid strong{font-size:21px}}
@media(prefers-reduced-motion:reduce){.related-grid a{transition:none}}
