:root {
  --ink: #14241f;
  --ink-2: #20352e;
  --paper: #f4f0e8;
  --paper-2: #e9e3d8;
  --white: #fffdf8;
  --acid: #d9fa64;
  --orange: #ef6b43;
  --muted: #6d756f;
  --line: rgba(20,36,31,.16);
  --shadow: 0 30px 70px rgba(21,35,30,.13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .055; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-top: 130px; padding-bottom: 130px; }

.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(244,240,232,.86); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.nav-wrap.scrolled { border-color: var(--line); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { display:block; height:31px; width:31px; padding:0; background:none; border-radius:0; transform:none; object-fit:contain; }
.brand-mark i { display: block; width: 5px; background: var(--acid); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 16px; }.brand-mark i:nth-child(3) { height: 12px; }
.nav-links { display: flex; gap: 38px; margin-left: 110px; font-size: 14px; font-weight: 650; }
.nav-links a { opacity: .68; transition: .2s; }.nav-links a:hover { opacity: 1; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 16px 21px; border-radius: 8px; font-weight: 760; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(20,36,31,.16); }
.button span { font-size: 19px; line-height: 0; }
.button-small { padding: 12px 16px; font-size: 13px; gap: 12px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-full { width: 100%; }

.hero { padding-top: 87px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: rgba(255,253,248,.5); padding: 8px 13px; border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #4a9d64; box-shadow: 0 0 0 4px rgba(74,157,100,.13); }
h1 { margin: 25px auto 24px; max-width: 980px; font-size: clamp(62px, 8.25vw, 112px); line-height: .87; letter-spacing: -.075em; font-weight: 850; }
h1 em, h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.06em; }
.hero-copy { margin: 0 auto; max-width: 650px; font-size: 19px; line-height: 1.55; color: var(--muted); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 25px; }
.text-button { border: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 720; cursor: pointer; }
.play-dot { display: inline-grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; margin-right: 8px; }
.hero-note { margin-top: 16px; color: #727a74; font-size: 12px; }.hero-note span { color: #488857; font-weight: 900; }

.transformation { margin-top: 80px; background: var(--white); padding: 25px; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); text-align: left; }
.transform-header { display: flex; justify-content: space-between; align-items: end; padding: 5px 5px 22px; }
.overline { display: block; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: #68716b; margin-bottom: 13px; }
.overline.light { color: rgba(255,255,255,.56); }
.transform-header h2 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.inspect-link { font-size: 13px; font-weight: 750; padding-bottom: 3px; border-bottom: 1px solid var(--ink); }.inspect-link span { margin-left: 7px; }
.transform-grid { display: grid; grid-template-columns: minmax(0, .82fr) 68px minmax(0, 1.18fr); align-items: center; }
.source-card, .output-stack { border: 1px solid var(--line); background: #eeebe4; border-radius: 17px; padding: 12px; }
.card-label { height: 31px; display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 830; letter-spacing: .09em; color: #6f756f; }
.card-label span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; color: var(--ink); background: var(--acid); letter-spacing: 0; }
.source-media { position: relative; border-radius: 10px; overflow: hidden; background: #ddd; aspect-ratio: 16/10.25; }
.source-media img { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: white; background: rgba(20,36,31,.72); backdrop-filter: blur(8px); cursor: pointer; }
.video-play span { margin-left: 3px; }
.video-timeline { position: absolute; left: 13px; right: 48px; bottom: 13px; height: 3px; background: rgba(255,255,255,.42); border-radius: 3px; }.video-timeline i { display: block; width: 34%; height: 100%; background: var(--acid); }
.video-time { position: absolute; right: 12px; bottom: 8px; color: white; font-size: 9px; font-weight: 800; }
.source-meta { display: flex; justify-content: space-between; align-items: center; padding: 12px 2px 2px; }
.source-meta strong, .source-meta span { display: block; }.source-meta strong { font-size: 12px; }.source-meta div span { color: #7a817c; font-size: 9px; margin-top: 4px; }
.raw-pill { font-size: 8px; letter-spacing: .1em; font-weight: 850; color: #7c827d; background: #dedbd4; border-radius: 4px; padding: 5px 7px; }
.transform-arrow { text-align: center; }.transform-arrow span { display: block; font-size: 28px; }.transform-arrow small { font-size: 7px; letter-spacing: .1em; font-weight: 850; }
.output-collage { height: 286px; display: grid; grid-template-columns: 1.05fr .9fr .85fr; gap: 8px; overflow: hidden; position: relative; }
.reel { position: relative; overflow: hidden; border-radius: 9px; color: white; isolation: isolate; }
.reel:after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(12,22,18,.86), transparent 58%); }
.reel img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }.reel-one img { object-position: 26% center; }.reel-two img { object-position: 42% center; }
.reel-kicker { position: absolute; top: 14px; left: 12px; font-size: 6px; font-weight: 900; letter-spacing: .12em; background: var(--acid); color: var(--ink); padding: 5px 6px; border-radius: 2px; }
.reel strong { position: absolute; left: 12px; right: 8px; bottom: 56px; text-transform: uppercase; font-size: 15px; line-height: 1.02; letter-spacing: -.04em; }.reel mark { color: var(--acid); background: transparent; }
.captions { position: absolute; left: 12px; bottom: 28px; font-size: 7px; line-height: 1.35; opacity: .88; }.duration { position: absolute; right: 8px; bottom: 8px; font-size: 7px; background: rgba(0,0,0,.5); padding: 3px; border-radius: 2px; }
.asset-side { display: flex; flex-direction: column; gap: 8px; }
.mini-post, .mini-email { position: relative; background: var(--white); border-radius: 9px; padding: 11px; flex: 1; overflow: hidden; }
.mini-post-head { display: flex; align-items: center; gap: 6px; }.mini-post-head b { margin-left: auto; font-size: 8px; }.avatar { display: grid; place-items: center; width: 24px; height: 24px; background: var(--ink); color: var(--acid); border-radius: 50%; font-size: 7px; font-weight: 850; }.mini-post-head strong,.mini-post-head small { display: block; font-size: 7px; }.mini-post-head small { color: #858b86; margin-top: 1px; }
.mini-post p { font-family: Georgia, serif; font-size: 10px; line-height: 1.24; margin: 11px 0; }.post-bars { display: flex; flex-direction: column; gap: 3px; }.post-bars i { height: 2px; background: #d9d7d0; }.post-bars i:nth-child(2){width: 88%}.post-bars i:nth-child(3){width: 64%}.post-tag { position: absolute; bottom: 8px; font-size: 5px; letter-spacing: .1em; font-weight: 850; color: #858b86; }
.mini-email { background: var(--ink); color: white; }.email-label { font-size: 5px; letter-spacing: .12em; color: var(--acid); }.mini-email strong { display: block; font-family: Georgia,serif; font-size: 11px; line-height: 1.05; margin-top: 7px; }.mini-email p { font-size: 6px; opacity: .65; line-height: 1.35; }.mini-email button { color: var(--ink); background: var(--acid); border: 0; font-size: 6px; font-weight: 800; padding: 5px 6px; border-radius: 2px; }
.asset-count { position: absolute; right: 8px; bottom: 8px; width: 67px; height: 48px; padding: 8px; border-radius: 7px; background: rgba(255,253,248,.92); color: var(--ink); box-shadow: 0 7px 20px rgba(0,0,0,.2); }.asset-count strong,.asset-count span { display:block; }.asset-count strong { font-size: 17px; }.asset-count span { font-size: 6px; color: #707771; }

.ticker { margin-top: 115px; overflow: hidden; background: var(--ink); color: var(--white); transform: rotate(-1.2deg) scale(1.02); }
.ticker-track { display: flex; align-items: center; gap: 33px; width: max-content; padding: 15px 0; animation: ticker 25s linear infinite; font-size: 11px; font-weight: 800; letter-spacing: .13em; }.ticker i { color: var(--acid); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-intro h2 { margin: 0; max-width: 780px; font-size: clamp(44px,6vw,74px); line-height: .98; letter-spacing: -.065em; }
.section-intro.centered { text-align: center; }.section-intro.centered h2,.section-intro.centered p { margin-inline: auto; }.section-intro.centered p { max-width: 540px; font-size: 17px; color: var(--muted); line-height: 1.55; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 62px; }
.problem-grid article { min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; border-top: 1px solid var(--line); padding: 30px 28px; background: rgba(255,253,248,.25); }
.problem-grid article.highlight-card { background: var(--acid); border-top-color: transparent; transform: rotate(1.2deg); box-shadow: 0 20px 45px rgba(20,36,31,.1); }
.problem-num { margin-bottom: auto; font-family: Georgia, serif; font-size: 35px; font-style: italic; }
.problem-grid h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.035em; }.problem-grid p { margin: 0; color: #65706a; font-size: 14px; line-height: 1.6; }.highlight-card p { color: #425149; }

.outputs { background: var(--white); }
.output-showcase { margin-top: 57px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(20,36,31,.08); }
.output-tabs { display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper-2); border-bottom: 1px solid var(--line); }
.output-tab { border: 0; border-right: 1px solid var(--line); background: transparent; padding: 20px 22px; text-align: left; font-size: 13px; font-weight: 760; cursor: pointer; color: #727a75; }.output-tab:last-child { border: 0; }.output-tab span { font-size: 9px; margin-right: 14px; }.output-tab.active { background: var(--ink); color: var(--white); }
.output-stage { min-height: 580px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; padding: 60px 75px; background: #eae5dc; overflow: hidden; }
.stage-count { font-size: 9px; font-weight: 850; letter-spacing: .13em; background: var(--acid); padding: 6px 8px; border-radius: 3px; }.stage-copy h3 { margin: 22px 0 14px; font-size: 40px; line-height: 1.02; letter-spacing: -.055em; }.stage-copy p { color: var(--muted); font-size: 15px; line-height: 1.6; }.stage-copy ul { padding: 0; margin: 25px 0 0; list-style: none; }.stage-copy li { border-top: 1px solid var(--line); padding: 13px 0; font-size: 12px; font-weight: 700; }.stage-copy li:before { content:'✓'; color: #4d8a5d; margin-right: 9px; }
.phone-fan { height: 480px; position: relative; }
.phone { position: absolute; width: 225px; height: 414px; top: 36px; left: 50%; overflow: hidden; color: white; border: 5px solid var(--ink); border-radius: 28px; background: #888; box-shadow: 0 30px 50px rgba(20,36,31,.22); isolation: isolate; }.phone:after { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(8,18,14,.88),transparent 70%); }.phone img { position:absolute; z-index:-2; width:100%; height:100%; object-fit:cover; object-position:28% center; }
.phone-left { transform: translateX(-115%) rotate(-10deg) scale(.84); opacity: .7; }.phone-right { transform: translateX(16%) rotate(10deg) scale(.84); opacity: .7; }.phone-main { transform: translateX(-50%); z-index: 3; }
.phone b { position: absolute; bottom: 63px; left: 15px; right: 15px; text-transform: uppercase; font-size: 18px; line-height: 1; letter-spacing: -.04em; }.phone-main b { font-size: 25px; }.phone-main mark { background: var(--acid); color: var(--ink); padding: 0 2px; }.phone-main>span { position:absolute; left:14px; top:18px; background:var(--acid); color:var(--ink); font-size:6px; font-weight:900; letter-spacing:.13em; padding:5px; }.phone-main small { position:absolute; left:16px; right:16px; bottom:40px; font-size:8px; }.phone-main i { position:absolute; left:16px; bottom:17px; font-size:6px; font-style:normal; letter-spacing:.1em; font-weight:800; }

.specific-panel { background: var(--ink); color: white; border-radius: 28px; padding: 75px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; position: relative; overflow: hidden; }.specific-panel:before { content:''; position:absolute; width:320px; height:320px; border-radius:50%; background:var(--acid); filter:blur(150px); opacity:.1; top:-100px; left:-100px; }
.specific-copy { align-self: center; }.specific-copy h2 { margin: 0 0 24px; font-size: 49px; line-height: 1.02; letter-spacing: -.06em; }.specific-copy p { color: rgba(255,255,255,.63); line-height: 1.7; margin: 0 0 29px; max-width: 480px; }
.specific-list>div { display: grid; grid-template-columns: 38px 1fr; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }.specific-list span { color: var(--acid); font-size: 9px; font-weight: 800; }.specific-list strong { font-size: 16px; }.specific-list p { grid-column: 2; color: rgba(255,255,255,.53); margin: 7px 0 0; font-size: 12px; line-height: 1.5; }

.steps { display: grid; grid-template-columns: 1fr 55px 1fr 55px 1fr; gap: 10px; margin-top: 67px; align-items: center; }.steps article { text-align: center; padding: 25px; }.step-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 21px; background: var(--white); border: 1px solid var(--line); font-family: Georgia,serif; font-size: 27px; box-shadow: 0 14px 28px rgba(20,36,31,.07); }.magic-icon { background: var(--acid); transform: rotate(3deg); }.steps article>span { font-size: 8px; font-weight: 850; letter-spacing: .12em; color: #7a817c; }.steps h3 { margin: 10px 0 9px; font-size: 18px; }.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.step-line { height: 1px; background: var(--line); }.step-line i { display:block; margin:auto; width:5px; height:5px; border-radius:50%; background:var(--ink); transform:translateY(-2px); }

.pricing { background: var(--paper-2); }.pricing-inner { display: grid; grid-template-columns: 1fr 480px; gap: 100px; align-items: center; }.pricing-copy h2 { margin: 0; font-size: 65px; line-height: .97; letter-spacing: -.065em; }.pricing-copy>p { max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.6; }.pricing-proof { display: flex; align-items: center; gap: 12px; margin-top: 29px; font-size: 10px; font-weight: 700; }.pricing-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.price-card { background: var(--ink); color: white; border-radius: 24px; padding: 43px; box-shadow: 0 25px 55px rgba(20,36,31,.2); transform: rotate(.5deg); }.founding-badge { display:inline-block; color:var(--ink); background:var(--acid); padding:6px 8px; border-radius:3px; font-size:8px; font-weight:900; letter-spacing:.12em; }.price { display:flex; align-items:end; margin:22px 0 7px; }.price sup { font-size:25px; align-self:flex-start; margin-top:11px; }.price strong { font-family:Georgia,serif; font-size:82px; font-weight:400; line-height:.8; letter-spacing:-.07em; }.price span { margin:0 0 3px 13px; color:rgba(255,255,255,.52); font-size:12px; }.price-desc { color:rgba(255,255,255,.6); font-size:13px; padding-bottom:23px; border-bottom:1px solid rgba(255,255,255,.15); }.price-card ul { list-style:none; padding:0; margin:22px 0; }.price-card li { margin:13px 0; font-size:13px; }.price-card li span { color:var(--acid); margin-right:9px; }.price-card small { display:block; text-align:center; color:rgba(255,255,255,.45); margin-top:13px; font-size:9px; }

.final-cta { position:relative; min-height:540px; display:grid; place-items:center; overflow:hidden; text-align:center; }.final-inner { position:relative; z-index:2; }.final-inner h2 { margin:22px 0 15px; font-size:70px; line-height:.94; letter-spacing:-.07em; }.final-inner p { color:var(--muted); }.final-inner .button { margin-top:15px; }.final-orbit { position:absolute; inset:0; }.orbit-card { position:absolute; width:95px; height:68px; padding:12px; text-align:left; border-radius:8px; background:var(--white); border:1px solid var(--line); box-shadow:0 14px 30px rgba(20,36,31,.08); font-size:7px; color:#7b827d; font-weight:800; letter-spacing:.1em; }.orbit-card b { display:block; color:var(--ink); font-family:Georgia,serif; font-size:25px; margin-top:8px; }.o1{left:5%;top:21%;transform:rotate(-8deg)}.o2{right:4%;top:20%;transform:rotate(8deg)}.o3{left:10%;bottom:14%;transform:rotate(6deg)}.o4{right:11%;bottom:12%;transform:rotate(-6deg)}

footer { background: var(--ink); color: white; }.footer-inner { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items:center; gap:25px; }.footer-inner p,.footer-inner>span { color:rgba(255,255,255,.48); font-size:11px; }.footer-inner>div { display:flex; gap:23px; font-size:11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity:1; transform:none; }
/* The hero must remain readable even if its enhancement script loads slowly. */
.hero .reveal { opacity:1; transform:none; }

@media (max-width: 900px) {
  .nav-links { display:none; }.shell{width:min(100% - 30px,1180px)}.hero{padding-top:60px}h1{font-size:72px}.transform-grid{grid-template-columns:1fr}.transform-arrow{padding:12px;transform:rotate(90deg)}.output-collage{height:330px}.problem-grid{grid-template-columns:1fr}.problem-grid article{min-height:240px}.output-stage{grid-template-columns:1fr;padding:45px}.specific-panel{grid-template-columns:1fr;padding:50px;gap:50px}.steps{grid-template-columns:1fr}.step-line{width:1px;height:35px;margin:auto}.pricing-inner{grid-template-columns:1fr;gap:50px}.footer-inner{grid-template-columns:1fr 1fr}.phone-fan{transform:scale(.9)}
}
@media (max-width: 600px) {
  .shell{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.nav{height:66px}.nav .button{font-size:0;padding:10px 13px;gap:0}.nav .button:before{content:'Try sample';font-size:10px}.nav .button span{display:none}.brand{font-size:18px}.hero{padding-top:45px}.hero .eyebrow{max-width:calc(100vw - 24px);font-size:7px;line-height:1.35;text-align:left}h1{width:100%;max-width:calc(100vw - 24px);font-size:44px;line-height:.94;letter-spacing:-.07em}.hero-copy{width:100%;max-width:calc(100vw - 36px);font-size:15px}.hero-actions{flex-direction:column}.transformation{width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin-top:55px;padding:10px;border-radius:18px}.transform-header{align-items:start}.transform-header h2{font-size:18px}.inspect-link{display:none}.output-collage{height:260px;grid-template-columns:1fr 1fr}.reel-two{display:none}.section-pad{padding-top:85px;padding-bottom:85px}.ticker{margin-top:75px}.section-intro h2{font-size:40px}.problem-grid{margin-top:40px}.output-tabs{display:flex;overflow:auto}.output-tab{min-width:135px;padding:16px}.output-stage{padding:34px 22px;gap:20px}.stage-copy h3{font-size:32px}.phone-fan{height:410px;transform:scale(.78);transform-origin:top center;margin-bottom:-80px}.specific-panel{padding:38px 25px}.specific-copy h2{font-size:39px}.steps{margin-top:45px}.pricing-copy h2{font-size:47px}.price-card{padding:31px 24px}.final-inner h2{font-size:45px}.final-orbit{opacity:.35}.footer-inner{padding:35px 0;grid-template-columns:1fr}.footer-inner>div{order:3}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.ticker-track{animation:none}.reveal{opacity:1;transform:none;transition:none} }

.demo-social,.demo-email,.demo-youtube { width:min(100%,470px); margin:auto; box-shadow:0 30px 55px rgba(20,36,31,.18); }
.demo-social { background:#fff; border-radius:16px; padding:28px; transform:rotate(1deg); }.social-profile{display:flex;align-items:center;gap:12px}.social-profile>span{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--ink);color:var(--acid);font-weight:850}.social-profile b,.social-profile small{display:block}.social-profile small{font-size:10px;color:#7b827d;margin-top:3px}.demo-social>p{font-family:Georgia,serif;font-size:18px;line-height:1.35}.social-stat{background:var(--acid);padding:25px;display:flex;align-items:center;gap:18px;margin:23px 0}.social-stat strong{font-family:Georgia,serif;font-size:58px;line-height:1}.social-stat span{font-size:10px;font-weight:850;letter-spacing:.1em;line-height:1.5}.social-actions{border-top:1px solid var(--line);padding-top:15px;font-size:11px;color:#737a75}
.demo-email{background:#fff;border-radius:13px;overflow:hidden;transform:rotate(-1deg)}.email-chrome{height:45px;background:#ddd8cf;display:flex;align-items:center;gap:6px;padding:0 15px}.email-chrome i{width:8px;height:8px;border-radius:50%;background:#bbb4a9}.email-chrome span{margin-left:8px;font-size:9px;color:#727a75}.email-body{padding:38px}.email-body>small{font-size:8px;letter-spacing:.12em;font-weight:850;color:#788078}.email-body h4{font-family:Georgia,serif;font-size:34px;line-height:1;margin:13px 0}.email-body>p{font-size:12px;line-height:1.55;color:#68716b}.email-body>div{display:flex;gap:15px;border-top:1px solid var(--line);padding:15px 0}.email-body>div>b{color:#e2603c}.email-body span strong,.email-body span small{display:block;font-size:11px}.email-body span small{font-size:9px;color:#7c837e;margin-top:3px}.email-body button{background:var(--ink);color:#fff;border:0;padding:11px 14px;font-size:8px;font-weight:800;letter-spacing:.08em}
.demo-youtube{position:relative;border-radius:14px;overflow:hidden;background:white}.demo-youtube>img{width:100%;aspect-ratio:16/9;object-fit:cover}.demo-youtube:after{content:'';position:absolute;inset:0 0 73px;background:linear-gradient(90deg,rgba(11,21,17,.8),transparent 75%)}.yt-overlay{position:absolute;z-index:2;left:22px;top:28px;color:white}.yt-overlay span{font-size:7px;background:var(--acid);color:var(--ink);padding:5px;font-weight:900;letter-spacing:.1em}.yt-overlay strong{display:block;font-size:32px;line-height:.92;margin:15px 0 9px;letter-spacing:-.04em}.yt-overlay small{font-size:9px}.yt-meta{height:73px;padding:14px 18px}.yt-meta b,.yt-meta span{display:block}.yt-meta b{font-size:11px}.yt-meta span{font-size:8px;color:#858c87;margin-top:6px}
