/* Targeted refinements to the supplied V3. The original declarations stay intact. */
:root{--ink:#1a1a1a;--yellow:#fff9d6;--green:#0a6b35;--line:#deded6}
html{scroll-padding-top:28px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #168849;outline-offset:5px}
button{font-family:inherit}
.skip-link{position:fixed;top:12px;left:16px;transform:translateY(-180%);z-index:100;background:var(--ink);color:#fff;border-radius:8px;padding:12px 18px;font-size:15px;font-weight:700;text-decoration:none}
.skip-link:focus{transform:translateY(0);color:#fff}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.form-privacy{font-size:12px;line-height:1.6;color:#62645c;margin:0;padding-top:14px;border-top:1px solid #e4e5dd}
.form-privacy a{font-weight:650;text-underline-offset:3px}
.form-contact{margin:0;font-size:14px;line-height:1.6;overflow-wrap:anywhere}
.form-contact a{font-weight:700;text-underline-offset:3px}
.form-preview{margin:0;padding:13px 15px;border:1px solid #d9d5b7;background:#fff9d6;border-radius:8px;font-size:13px;line-height:1.5;color:#514e37}
[data-form-state="sent"]:focus{outline:none}
[data-form-state="sent"] h3{margin:0}
.project-screenshot{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.founder-portrait{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 45%;border-radius:12px}
.team-portrait{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:12px}

/* Short, easy-to-scan complaints, with a visual cue independent of the copy. */
.pain-section{padding-inline:clamp(24px,4vw,48px)}
.pain-points{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;padding:0;margin:4px 0;text-align:left}
.pain-points li{display:flex;align-items:center;gap:13px;min-height:80px;padding:20px 18px;border:1.5px solid var(--ink);border-radius:10px;background:#fff;font-size:16px;font-weight:650;line-height:1.4;letter-spacing:-.015em;text-wrap:pretty}
.pain-marker{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#c84937;color:#fff;font-size:20px;font-weight:800;line-height:1}

.service-promises{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#f7f7f2;border:1.5px solid var(--ink);border-radius:14px;padding:26px 24px;gap:22px;margin-top:0;box-shadow:0 4px 0 #e4e5dc}
.service-promise{display:flex;align-items:flex-start;gap:12px;min-width:0}
.service-promise+.service-promise{border-left:1px solid #d7d8ce;padding-left:22px}
.promise-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#e5ecd9;color:#275031;flex:none}
.promise-icon svg{width:22px;height:22px}
.service-promise>div{display:flex;flex-direction:column;gap:7px}
.service-promise strong{font-size:15px;font-weight:750;line-height:1.3;text-wrap:balance;letter-spacing:-.015em}
.service-promise>div>span{font-size:13px;line-height:1.45;color:#65665c}

/* One inclusive introduction, with a natural next step for more involved sites. */
.fit-section{margin-bottom:96px;border:2px solid var(--ink);border-radius:16px;overflow:hidden}
.fit-main{padding:32px}
.fit-points{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 36px;margin:24px 0 0;padding:0;font-size:16px;line-height:1.5;color:#3a3a3a}
.fit-points li{display:flex;align-items:flex-start;gap:12px}
.fit-points li>span{color:var(--green);font-weight:800;flex:none}
.fit-invitation{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f5f5ef;border-top:1px solid #dcded2;padding:28px 32px}
.fit-invitation h3{margin:0 0 10px;font-size:22px;line-height:1.2;letter-spacing:-.025em}
.fit-invitation p{margin:0;max-width:660px;font-size:15px;line-height:1.55;color:#56594f}
.fit-invitation>a{flex:none;font-size:15px;font-weight:750;line-height:1.5;text-underline-offset:5px}

/* The service is the unmistakable focal point; other approaches are context. */
.comparison-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px;align-items:stretch}
.comparison-us,.comparison-other{display:flex;flex-direction:column;gap:16px;border-radius:14px;padding:28px 24px}
.comparison-us{border:3px solid var(--ink);background:var(--yellow)}
.comparison-label{align-self:flex-start;background:var(--green);color:#fff;border-radius:5px;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em;padding:6px 9px}
.comparison-us h3{font-size:25px;line-height:1.08;letter-spacing:-.035em;margin:0;font-weight:800}
.comparison-price{font-size:48px;line-height:1;letter-spacing:-.04em;font-weight:800;margin:2px 0 0}
.comparison-price>span{font-size:23px;letter-spacing:-.025em}
.comparison-monthly{margin:-4px 0 0;font-size:14px;line-height:1.45;font-weight:650}
.comparison-us ul,.comparison-other ul{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:12px;font-size:14px;line-height:1.5}
.comparison-us li{position:relative;padding-left:21px}.comparison-us li::before{position:absolute;left:0;content:'✓';color:var(--green);font-weight:800}
.comparison-us>a{margin-top:auto;padding-top:8px;font-size:14px;font-weight:750;text-underline-offset:4px}
.comparison-other{background:#fafaf7;border:1px solid #dddeda;color:#575b53}
.comparison-category{font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.07em;line-height:1.5;color:#777b70;padding-top:6px}
.comparison-other h3{font-size:22px;line-height:1.2;letter-spacing:-.025em;margin:0;font-weight:650;color:#45493f}
.comparison-other>p{margin:0;font-size:15px;line-height:1.5}
.comparison-other ul{border-top:1px solid #e0e2d8;padding-top:20px}

/* A centered three-step explanation and an honest illustrative email. */
.process-section .v3-s88{gap:32px}
.process-section .v3-s88>li{text-align:center;align-items:center;gap:15px}
.process-section .v3-s91{max-width:290px;text-wrap:pretty}
.process-section .v3-s89{margin-bottom:4px}
.preview-timing{margin:0;font-size:14px;line-height:1.5;color:#66695e}
.preview-walkthrough .v3-s97{line-height:1.5}
.preview-email{margin:0;background:#fff;border:1.5px solid #c9cbc1;border-radius:12px;overflow:hidden;box-shadow:0 6px 0 #1a1a1a0a;transform:rotate(1deg)}
.email-toolbar{display:flex;align-items:center;gap:9px;padding:14px 20px;border-bottom:1px solid #e2e3db;background:#fff9d6;color:#626456;font-size:11px;font-weight:650;line-height:1.4}
.email-toolbar>span{color:var(--green);font-size:20px;font-weight:800}
.email-content{padding:24px;display:flex;flex-direction:column;gap:15px}
.email-from{font-size:11px;color:#777b70;font-weight:650}
.email-content h4{font-size:21px;line-height:1.2;letter-spacing:-.025em;font-weight:800;margin:0 0 3px}
.email-content p{font-size:13px;line-height:1.6;margin:0;color:#50564b}
.email-link-example{background:#edf3e8;padding:12px 15px;border-radius:5px;font-size:13px;font-weight:700;color:var(--green);display:flex;align-items:center;justify-content:space-between}
.preview-email figcaption{border-top:1px solid #e5e6df;padding:13px 20px;font-size:10px;line-height:1.5;color:#777b70}
.included-heading{margin:0;line-height:1.35}
.included-note{margin:0;padding:18px 24px;border-radius:10px;background:#f5f5ef;text-align:center;font-size:14px;line-height:1.6;color:#51594a}
.faq-group-heading{margin:0;line-height:1.5}

/* A useful footer, with real destinations and room for the verified contact. */
.site-footer{margin-top:36px;border-top:2px solid var(--ink);padding:42px 0 24px}
.footer-main{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.05fr;gap:30px;padding-bottom:40px}
.footer-brand>a{font-size:20px;font-weight:800;letter-spacing:-.03em;text-decoration:none;display:inline-block}
.footer-brand>p{font-size:25px;font-weight:800;letter-spacing:-.035em;line-height:1.15;margin:18px 0 12px}
.footer-brand>span{font-size:12px;color:#72766a;line-height:1.6}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-links>h2,.footer-hello>h2{font-size:12px;font-weight:750;letter-spacing:.03em;margin:3px 0 8px;line-height:1.5;color:#6e7465}
.footer-links>a{font-size:13px;line-height:1.5;text-decoration:none;text-underline-offset:4px}
.footer-links>a:hover{text-decoration:underline}
.footer-hello>p{font-size:14px;line-height:1.55;margin:0 0 17px;color:#50564a}
.footer-contact,.footer-email{display:inline-block;font-size:13px;line-height:1.6;font-weight:750;text-underline-offset:4px;overflow-wrap:anywhere}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;padding-top:20px;border-top:1px solid #e1e3d9;font-size:11px;line-height:1.6;color:#75786f}
.footer-bottom a{color:#565c4e;text-decoration:none;text-underline-offset:4px}.footer-bottom a:hover{text-decoration:underline;color:var(--green)}

/* A concrete pricing proposal with the same V3 borders, yellow, and green. */
.pricing-section{gap:24px}
.pricing-build-note{font-size:14px;line-height:1.6;color:#59594f;max-width:720px;text-wrap:pretty}
.pricing-build-note>span{display:inline-block;font-weight:800;background:#fff07a;color:var(--ink);border-radius:4px;padding:2px 8px;margin-right:4px}
.pricing-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:18px;text-align:left}
.pricing-plan{display:flex;flex-direction:column;gap:16px;border:2px solid var(--ink);border-radius:16px;padding:32px;background:#fff}
.pricing-plan-publishing{background:var(--yellow)}
.plan-eyebrow{margin:0;font-size:11px;font-weight:750;letter-spacing:.075em;text-transform:uppercase;line-height:1.5;color:#626258}
.pricing-plan h3{font-size:25px;letter-spacing:-.04em;line-height:1.15;font-weight:800;margin:0}
.plan-price{display:flex;align-items:baseline;gap:6px;padding:3px 0}
.plan-price strong{font-size:64px;font-weight:800;letter-spacing:-.06em;line-height:1}
.plan-price>span{font-size:16px;color:#5d5d54}
.plan-description{margin:0;color:#53534a;line-height:1.5;font-size:15px;max-width:340px;min-height:45px;text-wrap:pretty}
.plan-features{list-style:none;padding:22px 0 4px;margin:4px 0 10px;border-top:1px solid #1a1a1a25;display:flex;flex-direction:column;gap:12px;font-size:15px;line-height:1.5}
.plan-features li{position:relative;padding-left:24px}
.plan-features li::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:800}
.plan-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding:14px 18px;border:1.5px solid var(--ink);border-radius:8px;color:var(--ink);text-decoration:none;font-size:15px;font-weight:750;background:#fff;transition:background .15s,color .15s}
.plan-cta:hover{background:var(--ink);color:#fff}
.pricing-plan-publishing .plan-cta{background:var(--green);color:#fff;border-color:var(--green)}
.pricing-plan-publishing .plan-cta:hover{background:#084c28}
.custom-plan{width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;text-align:left;background:#f5f5f2;border:1.5px solid #d8d8cf;border-radius:12px;padding:28px 32px}
.custom-plan>div{max-width:600px;display:flex;flex-direction:column;gap:10px}
.custom-plan h3{margin:0;font-size:23px;font-weight:800;letter-spacing:-.03em;line-height:1.2;text-wrap:pretty}
.custom-plan p:not(.plan-eyebrow){margin:0;font-size:14px;line-height:1.55;color:#5c5c53}
.custom-plan>a{font-size:14px;font-weight:750;line-height:1.5;text-underline-offset:4px;flex-shrink:0}
.pricing-scope{max-width:800px;margin:0;font-size:13px;line-height:1.6;color:#68685f;text-wrap:pretty}
.pricing-terms{font-size:14px;font-weight:650;line-height:1.5;margin:0}

/* Preserve the desktop composition while making the working draft usable at narrower widths. */
@media(max-width:900px){
  .v3-s1{align-items:flex-start}.v3-s3{justify-content:flex-end;gap:14px}.v3-s2{max-width:160px;flex:none}
  .v3-s55{gap:30px}.v3-s67{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}
  .service-promises{padding:24px 18px;gap:16px}.service-promise{flex-direction:column}.service-promise+.service-promise{padding-left:16px}
  .pain-points li{font-size:15px;padding:18px 14px;gap:10px}
  .v3-s78{gap:12px}.v3-s79,.v3-s83,.v3-s99,.v3-s102{padding:20px}
  .custom-plan{align-items:flex-start;flex-direction:column;gap:18px}
  .fit-invitation{align-items:flex-start;flex-direction:column;gap:16px}
  .comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-us{grid-column:1/-1}.comparison-us h3{font-size:28px}.comparison-us ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-main{grid-template-columns:1.2fr 1fr;gap:32px}.footer-brand{grid-row:span 2}.footer-hello{grid-column:1/-1;max-width:420px}
}
@media(max-width:640px){
  .v3-s0{padding-inline:20px}.v3-s1{gap:18px;align-items:center}.v3-s2{font-size:20px;max-width:150px}.v3-s3{gap:10px;font-size:13px}.v3-s3>a:not(.v3-s5){display:none}.v3-s5{padding:11px 12px}
  .v3-s7{padding-top:48px}.v3-s8{font-size:clamp(40px,10.5vw,64px)}.v3-s10{font-size:19px}.v3-s13{font-size:17px;padding:18px 24px}.v3-s14{font-size:13px;line-height:1.5}
  .v3-s15{padding-bottom:64px}.v3-s17{line-height:1.5}.v3-s28{font-size:13px;gap:12px}.v3-s18{gap:5px}.v3-s19,.v3-s20{font-size:12px;padding:8px 10px}
  .v3-s30,.v3-s39,.v3-s45,.v3-s65,.v3-s76,.v3-s86,.v3-s115,.v3-s121,.v3-s124{margin-bottom:64px}
  .pain-section{padding:36px 22px;gap:24px}.v3-s40{font-size:34px}.v3-s41,.v3-s44{font-size:17px}.pain-points{grid-template-columns:1fr;gap:10px;margin:0}.pain-points li{min-height:68px;font-size:15px;padding:16px 13px}
  .v3-s45,.v3-s55,.v3-s78,.v3-s88,.v3-s92,.v3-s124,.pricing-plans{grid-template-columns:1fr}
  .v3-s46,.v3-s51{padding:24px}.v3-s56{position:static;max-width:360px}.founder-portrait{aspect-ratio:1}.v3-s59{font-size:17px}.v3-s60{font-size:34px}
  .v3-s67{gap:24px 14px}.v3-s70{font-size:16px}.v3-s71,.v3-s72{font-size:13px;line-height:1.5}
  .service-promises{grid-template-columns:1fr;padding:22px;gap:20px}.service-promise{flex-direction:row;gap:14px}.service-promise+.service-promise{border-left:0;border-top:1px solid #d7d8ce;padding:20px 0 0}.service-promise strong{font-size:16px;text-wrap:initial}
  .v3-s88{gap:28px}.v3-s125{position:static}.v3-s116{padding:24px;gap:18px}.v3-s118{min-width:0;flex-basis:190px}.v3-s117{width:46px;height:46px}
  .pricing-plan{padding:26px;gap:15px}.pricing-plan h3{font-size:25px}.plan-price strong{font-size:60px}.plan-description{min-height:0}.custom-plan{padding:24px}.pricing-build-note{font-size:13px}.pricing-scope{text-align:left}
  .v3-s144{grid-template-columns:1fr}.v3-s135{padding:36px 20px}.v3-s140{padding:22px 18px}.v3-s151{padding:16px;font-size:16px}.v3-s131{font-size:16px}.v3-s134{padding-right:14px}
  .fit-section{margin-bottom:64px}.fit-main,.fit-invitation{padding:26px 22px}.fit-points{grid-template-columns:1fr;gap:16px;font-size:15px}.fit-invitation h3{font-size:21px}
  .comparison-grid{grid-template-columns:1fr}.comparison-us ul{display:flex}.comparison-other{padding:24px}.comparison-us{padding:28px}
  .preview-email{transform:none}.email-content{padding:20px}.email-toolbar{padding:12px 16px}.preview-email figcaption{padding:12px 16px}.included-note{padding:18px;text-align:left}
  .site-footer{padding-top:32px}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.footer-brand{grid-row:auto;grid-column:1/-1}.footer-brand>p{font-size:27px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.footer-links>a{padding-block:4px}.footer-hello>h2{margin-bottom:8px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}
