:root {
  --paper: #f6f4ef;
  --ink: #17231f;
  --muted: #61706a;
  --line: #d7ddd5;
  --forest: #123d31;
  --lime: #d8f65c;
  --coral: #ff755d;
  --cream: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { color: var(--forest); font-size: 19px; font-weight: 850; letter-spacing: -.05em; }
.wordmark span { color: var(--coral); }
.site-nav { display: flex; align-items: center; gap: 24px; color: #3e4d47; font-size: 14px; font-weight: 650; }
.site-nav a:hover { color: var(--forest); }
.nav-cta, .button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border-radius: 999px; font-weight: 790; transition: transform .18s ease, background .18s ease; }
.nav-cta, .button-dark { background: var(--forest); color: #fff; }
.nav-cta:hover, .button-dark:hover { transform: translateY(-2px); background: #1c5544; }
.button-lime { background: var(--lime); color: #14291f; }
.button-lime:hover { transform: translateY(-2px); background: #e4ff84; }
.button-plain { border: 1px solid #b7c1b9; color: var(--forest); }
.eyebrow { color: #577067; font-size: 12px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.hero { padding: 72px 0 28px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.hero h1 { max-width: 700px; margin-top: 18px; color: var(--forest); font-size: clamp(52px, 7.2vw, 100px); font-weight: 830; letter-spacing: -.075em; line-height: .91; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-copy { max-width: 540px; margin-top: 27px; color: var(--muted); font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 38px; color: #52625b; font-size: 13px; font-weight: 700; }
.hero-proof span::before { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--coral); content: ""; }
.chat-collage { position: relative; min-height: 520px; }
.chat-card { position: absolute; width: min(312px, 80vw); padding: 17px; border: 1px solid rgba(18,61,49,.13); border-radius: 20px; background: #fff; box-shadow: 0 25px 60px rgba(25,53,42,.14); }
.chat-card.one { top: 15px; right: 24px; transform: rotate(4deg); }
.chat-card.two { bottom: 21px; left: 9px; transform: rotate(-6deg); background: var(--forest); color: #fff; }
.chat-card.three { right: -3px; bottom: 80px; transform: rotate(2deg); background: #ffdd67; }
.chat-top { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(20,48,39,.12); font-size: 12px; font-weight: 800; }
.two .chat-top { border-color: rgba(255,255,255,.2); }
.chat-card p { width: fit-content; max-width: 230px; margin-top: 10px; padding: 9px 12px; border-radius: 14px; background: #eff2ef; font-size: 13px; font-weight: 620; line-height: 1.4; }
.chat-card p.mine { margin-left: auto; background: var(--lime); color: #18362b; }
.two p { background: #275749; }.two p.mine { background: var(--coral); color: #fff; }.three p { background: #fff4c0; }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--cream); }
.ticker-inner { display: flex; width: max-content; gap: 27px; padding: 15px 0; color: var(--forest); font-size: 13px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.ticker-inner i { color: var(--coral); font-style: normal; }
.section { padding: 110px 0; }
.section-soft { background: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head h2, .split-copy h2 { max-width: 750px; margin-top: 14px; color: var(--forest); font-size: clamp(37px, 4.5vw, 64px); letter-spacing: -.06em; line-height: .96; }
.text-link { border-bottom: 1px solid var(--forest); color: var(--forest); font-size: 14px; font-weight: 800; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 46px; }
.tool-card { min-height: 218px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); transition: transform .18s ease, border-color .18s ease; }
.tool-card:hover { border-color: var(--forest); transform: translateY(-3px); }
.tool-card:nth-child(2) { background: var(--lime); }.tool-card:nth-child(5) { background: var(--forest); color: #fff; }.tool-card:nth-child(5) p, .tool-card:nth-child(5) span { color: #cbd9d2; }
.tool-card span { color: #65726c; font-size: 12px; font-weight: 780; text-transform: uppercase; }.tool-card h3 { max-width: 220px; margin-top: 42px; font-size: 25px; letter-spacing: -.04em; line-height: 1; }.tool-card p { margin-top: 14px; color: #66736d; font-size: 14px; line-height: 1.45; }
.split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }.split-copy p:not(.eyebrow) { max-width: 430px; margin-top: 23px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }.steps b { color: var(--coral); font-size: 13px; }.steps h3 { color: var(--forest); font-size: 20px; }.steps p { margin-top: 7px; color: var(--muted); line-height: 1.5; }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }.template { min-height: 240px; padding: 23px; border-radius: 16px; background: #dcefe9; }.template:nth-child(2) { background: #ffe5dc; }.template:nth-child(3) { background: #fbeea9; }.template:nth-child(4) { background: #dae1ff; }.template:nth-child(5) { background: #e7d7f4; }.template:nth-child(6) { background: #dbecc4; }.template span { color: #4d6159; font-size: 12px; font-weight: 760; }.template h3 { margin-top: 62px; color: var(--forest); font-size: 23px; letter-spacing: -.04em; line-height: 1.05; }.template p { margin-top: 11px; color: #52655d; font-size: 14px; line-height: 1.45; }
.humor-showcase { overflow: hidden; background: #fffdf8; }.joke-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; margin-top: 45px; }.joke-card { display: block; min-width: 0; color: var(--forest); transition: transform .18s ease; }.joke-card:nth-child(odd) { transform: rotate(-1.4deg); }.joke-card:nth-child(even) { transform: rotate(1.2deg); }.joke-card:hover { transform: translateY(-7px) rotate(0); }.joke-index { display: block; margin: 0 0 12px 8px; color: #567066; font-size: 11px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }.mini-chat { min-height: 250px; padding: 15px 13px 17px; overflow: hidden; border: 1px solid #dce3dd; border-radius: 22px; background: #fff; box-shadow: 0 16px 28px rgba(25, 53, 42, .1); }.mini-chat header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 1px 3px 11px; border-bottom: 1px solid #dce3dd; color: #17231f; }.mini-chat header b { overflow: hidden; font-size: 15px; letter-spacing: -.03em; text-overflow: ellipsis; white-space: nowrap; }.mini-chat header small { flex: 0 0 auto; color: #61706a; font-size: 9px; font-weight: 800; }.mini-chat p { width: fit-content; max-width: 95%; margin: 10px 0 0; padding: 9px 10px; border-radius: 14px 14px 14px 4px; background: #edf1ed; color: #17231f; font-size: 12px; font-weight: 690; letter-spacing: -.02em; line-height: 1.25; }.mini-chat p.mine { margin-left: auto; border-radius: 14px 14px 4px 14px; background: var(--lime); }.joke-card:nth-child(3n + 2) .mini-chat p.mine { background: #ffd86f; }.joke-card:nth-child(3n) .mini-chat p.mine { background: #cfc3ff; }
.cta { padding: 110px 0; background: var(--forest); color: #fff; }.cta .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }.cta .eyebrow { color: #b9d3c8; }.cta h2 { max-width: 700px; margin-top: 15px; font-size: clamp(43px, 5vw, 72px); letter-spacing: -.065em; line-height: .94; }.cta p:not(.eyebrow) { max-width: 500px; margin-top: 19px; color: #c2d3cb; line-height: 1.55; }.cta .button { margin-top: 30px; }
.site-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 20px; min-height: 130px; align-items: center; color: #5e6c65; font-size: 13px; }.site-footer p { line-height: 1.5; }.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 18px; font-weight: 720; }
.page-hero { padding: 82px 0 78px; background: var(--cream); }.page-hero h1 { max-width: 750px; margin-top: 15px; color: var(--forest); font-size: clamp(45px, 6vw, 80px); letter-spacing: -.07em; line-height: .92; }.page-hero p:not(.eyebrow) { max-width: 600px; margin-top: 22px; color: var(--muted); font-size: 18px; line-height: 1.55; }.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }.filter { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--forest); font-size: 13px; font-weight: 750; }.filter.active { border-color: var(--forest); background: var(--forest); color: #fff; }
.guide-list { margin-top: 45px; border-top: 1px solid var(--line); }.guide { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }.guide span { color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; }.guide h2 { color: var(--forest); font-size: 23px; letter-spacing: -.04em; }.guide p { margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.policy { max-width: 780px; }.policy h2 { margin-top: 42px; color: var(--forest); font-size: 28px; }.policy p, .policy li { margin-top: 14px; color: #52615b; line-height: 1.65; }.policy ul { padding-left: 22px; }
@media (max-width: 980px) { .joke-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.humor-showcase .mini-chat { overflow: visible; }
@media (max-width: 780px) { .wrap { width: min(100% - 32px, 620px); }.site-header { min-height: 70px; }.site-nav a:not(.nav-cta) { display: none; }.hero { padding-top: 54px; }.hero-grid, .split { grid-template-columns: 1fr; gap: 38px; }.chat-collage { min-height: 400px; }.chat-card.three { display: none; }.tool-grid, .template-grid, .joke-grid { grid-template-columns: 1fr; }.section { padding: 75px 0; }.section-head { align-items: start; flex-direction: column; }.site-footer { grid-template-columns: 1fr; padding: 34px 0; }.footer-links { justify-content: start; }.guide { grid-template-columns: 1fr; gap: 8px; }.hero h1 { font-size: clamp(49px, 15vw, 78px); } }
