/* Fonts are linked from each page's <head> with preconnect (see index.php). */
:root{--bg:#fff;--panel:#f6f8f5;--line:#dfe5dc;--text:#181818;--muted:#52604d;--accent:#108a00;--ink:#fff;font-family:'DM Sans',sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #108a00;outline-offset:4px}a:hover{color:var(--accent)}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font:800 40px 'Manrope',sans-serif;letter-spacing:-3px}.brand span{color:var(--accent)}nav{display:flex;gap:32px;font-size:16px;color:#43513e}.nav-cta{padding:13px 25px;border-radius:100px;font-size:16px;background:#108a00;color:#fff}.nav-cta:hover{color:#fff;background:#076d00}.nav-cta span{margin-left:20px}.hero{display:grid;grid-template-columns:1.35fr 1fr;gap:55px;padding-top:65px;padding-bottom:55px;align-items:center}.eyebrow{font-size:13px;font-weight:600;letter-spacing:1.3px;margin:0 0 24px;color:var(--muted)}.availability{color:#086900;display:inline-flex;gap:9px;align-items:center;background:#eaf7e7;padding:10px 15px;border-radius:30px;font-size:14px;letter-spacing:.4px}.availability span{width:8px;height:8px;background:#14a800;border-radius:50%}.intro{font-size:20px;margin:9px 0 17px}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(42px,4.5vw,64px);line-height:1.12;letter-spacing:-2.4px;font-weight:600;margin:0 0 25px}em{font-style:normal;color:var(--accent)}.lead{color:var(--muted);font-size:18px;line-height:1.75;max-width:580px}.actions{display:flex;align-items:center;gap:12px;margin-top:27px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;gap:20px;align-items:center;background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:100px;padding:15px 24px;font-weight:600;font-size:16px;cursor:pointer;min-height:50px}.button:hover{background:#076d00;color:#fff}.button.secondary{background:#fff;color:#108a00}.button.secondary:hover{background:#eff9ec}.button:disabled{opacity:.6;cursor:wait}.hire-platforms{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:25px;font-size:16px}.hire-platforms>span{color:var(--muted);font-size:14px}.hire-platforms a{font-weight:700;text-decoration:underline;text-underline-offset:4px}.hero-note{font-size:14px;color:#52604d;margin-top:21px}.hero-photo{margin:0;position:relative;height:500px;border-radius:20px;overflow:hidden;background:#13544e}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:36% center}.hero-photo:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(6,35,28,.97))}.hero-photo figcaption{position:absolute;bottom:30px;left:30px;right:24px;z-index:1;color:white}.hero-photo figcaption span{font-size:12px;letter-spacing:1px;color:#d5f9c8}figcaption strong{display:block;font-size:27px;font-weight:500;line-height:1.35;margin:14px 0}figcaption small{font-size:13px;color:#e0e9dc}.proof{display:grid;grid-template-columns:repeat(4,1fr);background:#f2f7ef;border-radius:16px;padding:26px 15px;border:1px solid #e2ebdd}.proof>a,.proof>div{display:flex;flex-direction:column;gap:10px;padding-inline:24px;border-left:1px solid #d5dfce}.proof>div:first-child{border:0}.proof strong{font-family:Manrope,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.8px}.proof strong span{color:var(--accent)}.proof a>span,.proof>div>span{font-size:14px;line-height:1.5;color:var(--muted)}.section{padding-top:85px;padding-bottom:85px}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:40px}h2{font-size:clamp(32px,3.4vw,44px);font-weight:600;letter-spacing:-1.4px;line-height:1.2;margin:0}.section-heading>p{max-width:370px;color:var(--muted);line-height:1.75;font-size:17px;margin:0}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.services article{border:1px solid var(--line);border-radius:16px;padding:26px;display:flex;flex-direction:column;background:#fff}.service-no{font-size:14px;color:var(--accent);font-weight:600}h3{font-size:24px;font-weight:600;letter-spacing:-.5px}.services p{font-size:16px;color:var(--muted);line-height:1.75;margin:0 0 22px}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{font-size:14px;padding:7px 11px;background:#f2f5f0;border-radius:30px;color:#45573d}.services a{font-size:15px;margin-top:auto;padding-top:27px;font-weight:600;color:#0b7500}.services .ai-statement{color:#108a00;font-size:18px;line-height:1.5;margin-bottom:15px}.work-section{background:#f7f9f5;border-block:1px solid var(--line)}.projects{display:grid;grid-template-columns:1fr 1fr;gap:22px}.project{background:#fff;border:1px solid #dfe6da;border-radius:16px;padding:32px;transition:border-color .2s,box-shadow .2s}.project:hover{border-color:#14a800;box-shadow:0 7px 24px #1738080a;color:var(--text)}.project-top{display:flex;justify-content:space-between;font-size:13px;letter-spacing:.7px;color:var(--muted)}.project-top span:last-child{font-size:22px;color:var(--accent)}.project h3{font-size:36px;letter-spacing:-1.4px;margin:34px 0 18px}.project h3 span{color:var(--accent)}.project p{color:var(--muted);line-height:1.75;max-width:450px;min-height:55px;font-size:17px}.project .tags{margin-top:23px}.more-work{display:flex;gap:24px;align-items:center;font-size:16px;color:var(--muted);margin:30px 0 0;flex-wrap:wrap}.more-work a{color:#108a00}.open-source{display:grid;grid-template-columns:1fr 1fr;gap:80px}.open-source .lead{margin-top:26px;max-width:430px}.community a{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:25px 0}.community a:first-child{padding-top:0}.community .eyebrow{font-size:13px;color:#108a00}.community h3{margin:12px 0}.community p{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:0}.community a>span{color:var(--accent);font-size:22px}.contact-section{background:#13544e;color:white}.contact-grid{display:grid;grid-template-columns:.9fr 1.15fr;gap:70px}.contact-grid .eyebrow{color:#c1e6d7}.contact-grid h2{font-size:48px}.contact-grid em{color:#c7f393}.contact-grid>div>p:not(.eyebrow){font-size:18px;line-height:1.75;max-width:390px;color:#d7e9df;margin-block:28px}.email-link{font-size:18px;border-bottom:1px solid #79aca1;padding-bottom:9px;display:inline-block;overflow-wrap:anywhere}.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-top:30px;font-size:16px}.contact-section a:hover{color:#c7f393}.platform-options{display:grid;gap:12px;margin-top:32px}.platform-options a{display:flex;flex-direction:column;gap:8px;background:#ffffff0a;border:1px solid #53837c;border-radius:12px;padding:19px}.platform-options strong{font-size:19px;font-weight:600}.platform-options span{font-size:14px;color:#d2e6dd}.contact-section form{padding:32px;background:#fff;color:#181818;border-radius:18px;min-width:0}.contact-section form h3{font-size:27px;margin:0 0 10px}.form-intro{color:#52604d;line-height:1.6;margin:0 0 26px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:15px;font-weight:500;margin-bottom:20px}input,select,textarea{width:100%;display:block;background:#fff;border:1px solid #b7c4b0;color:#181818;border-radius:8px;padding:13px;margin-top:8px;min-width:0;font-size:16px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#66715f}form>.button{width:100%}.form-note{font-size:13px;line-height:1.7;color:#596653;margin-bottom:0}.form-note a{text-decoration:underline;color:#108a00!important}.honey{display:none}.voice-box{border:1px solid #d9e5d4;background:#f5f9f2;padding:20px;border-radius:12px;margin-bottom:24px;scroll-margin-top:20px}.voice-title{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:16px}.voice-title>span{font-size:13px;color:#53654b}.voice-box p{font-size:14px;line-height:1.6;color:#52604d}.voice-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.voice-controls .button{font-size:14px;padding:10px 15px;min-height:44px}.remove{border:0;background:transparent;text-decoration:underline;font-size:14px;cursor:pointer;padding:12px;color:#3e5136}#timer{font-variant-numeric:tabular-nums;font-size:16px}audio{width:100%;margin-block:10px}.audio-upload{font-size:13px;margin:14px 0 0}.audio-upload input{font-size:14px;padding:8px;background:#fff}#form-error{color:#a32118;font-size:15px;line-height:1.5}footer{display:flex;align-items:center;gap:26px;padding-block:35px}footer p{flex:1;color:var(--muted);font-size:14px;margin-left:12px}footer>a:not(.brand){font-size:14px}.skip{position:absolute;left:10px;top:-100px;background:#108a00;color:#fff;padding:12px;z-index:20}.skip:focus{top:10px}[hidden]{display:none!important}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero{gap:28px}.hero-photo{height:485px}h1{font-size:48px}.contact-grid{gap:30px}.contact-grid h2{font-size:40px}.proof strong{font-size:22px}.proof>a,.proof>div{padding-inline:17px}.services{gap:15px}.services article{padding:22px}.open-source{gap:40px}}@media(max-width:760px){.wrap{width:calc(100% - 36px)}header{height:82px}nav{display:none}.hero{grid-template-columns:1fr;padding-top:32px;gap:25px;padding-bottom:30px}h1{font-size:clamp(36px,9vw,56px);letter-spacing:-1.5px}.intro{margin-top:0}.hero-photo{height:330px}.hero-photo img{object-position:center 43%}.proof{grid-template-columns:1fr 1fr;padding:10px}.proof>a,.proof>div{padding:18px 12px;border-left:0}.proof strong{font-size:22px}.proof a>span,.proof>div>span{font-size:14px}.section{padding-block:58px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px;max-width:none}.services,.projects,.open-source,.contact-grid{grid-template-columns:1fr}.services{gap:18px}.services h3{margin-block:16px}.project{padding:25px}.project h3{font-size:32px;margin-top:28px}.open-source{gap:30px}.contact-grid{gap:35px}.contact-grid form{padding:22px}.form-row{grid-template-columns:1fr;gap:0}.contact-grid h2{font-size:40px}.email-link{font-size:17px}footer{flex-wrap:wrap;gap:20px}footer p{flex-basis:70%;margin-left:0;font-size:13px}.actions{gap:12px}.actions .button{width:100%}.hire-platforms{gap:18px}.hero-photo figcaption span{font-size:12px}.hero-photo figcaption{bottom:23px}.voice-box{padding:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Show the complete supplied developer illustration without a caption overlay. */
.hero-photo{height:auto;aspect-ratio:3/2;background:transparent;align-self:center}.hero-photo img{display:block;width:100%;height:auto;object-fit:contain;filter:none}.hero-photo:after{display:none}

.github-activity{grid-column:1/-1;margin:0;border:1px solid var(--line);border-radius:16px;padding:28px;min-width:0;background:#fff}.activity-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.activity-heading .eyebrow{margin-bottom:12px}.activity-heading h3{margin:0 0 12px}.activity-heading p{color:var(--muted);font-size:16px;line-height:1.6}.activity-heading strong{color:#108a00}.activity-scroll{overflow-x:auto;border-radius:8px}.activity-scroll img{display:block;width:100%;min-width:900px;height:auto}.github-activity figcaption{font-size:13px;color:var(--muted);line-height:1.6;margin-top:16px}@media(max-width:760px){.github-activity{padding:20px}.activity-heading{display:block}.activity-heading .button{margin-top:8px}.activity-heading h3{font-size:24px}}

.brand{display:inline-flex;align-items:center;flex-shrink:0;letter-spacing:normal}.brand img{display:block;width:255px;max-width:100%;height:auto}footer .brand img{width:200px}@media(max-width:1000px){header nav{gap:18px;font-size:14px}.brand img{width:215px}}@media(max-width:760px){.brand img{width:190px}header .nav-cta{font-size:14px;padding:11px 17px}header .nav-cta span{margin-left:8px}footer .brand img{width:200px}footer p{flex-basis:100%}}@media(max-width:360px){.brand img{width:165px}}

/* ---------- Blog ---------- */
nav a[aria-current="page"]{color:var(--accent);font-weight:600}.page-hero{padding-top:70px;padding-bottom:50px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;border-bottom:1px solid var(--line)}.page-hero h1{margin-bottom:0}.page-hero .lead{margin:0;max-width:none}.blog-list{padding-top:60px;padding-bottom:85px}.featured-post{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:#13544e;color:#fff;border-radius:20px;padding:44px;margin-bottom:26px;transition:box-shadow .2s}.featured-post:hover{color:#fff;box-shadow:0 12px 34px #13544e33}.featured-post .post-meta{color:#c1e6d7}.featured-post .post-tag{background:#ffffff14;color:#c7f393;border-color:#53837c}.featured-post h2{color:#fff;font-size:clamp(30px,3.2vw,42px);margin:18px 0 16px}.featured-post p{color:#d7e9df;font-size:17px;line-height:1.75;margin:0 0 26px;max-width:520px}.featured-post .button{background:#fff;color:#0b7500;border-color:#fff}.featured-post .button:hover{background:#eff9ec}.featured-post .featured-visual{aspect-ratio:4/3;border-radius:14px;background:#0e433e;border:1px solid #53837c;display:flex;flex-direction:column;justify-content:space-between;padding:26px;font-family:'Manrope',sans-serif;overflow:hidden}.featured-visual span{font-size:12px;letter-spacing:1.2px;color:#c1e6d7}.featured-visual strong{font-size:clamp(46px,5vw,84px);font-weight:800;letter-spacing:-3px;line-height:.95;color:#c7f393}.featured-visual code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;color:#d7e9df;line-height:1.7;display:block}.featured-visual code b{color:#c7f393;font-weight:600}.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px;padding:28px;background:#fff;transition:border-color .2s,box-shadow .2s}.post:hover{border-color:#14a800;box-shadow:0 7px 24px #1738080a;color:var(--text)}.post-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;letter-spacing:.6px;color:var(--muted);text-transform:uppercase}.post-tag{display:inline-block;padding:6px 11px;border:1px solid #cfe6c9;background:#eaf7e7;color:#086900;border-radius:30px;font-weight:600;letter-spacing:.4px}.post h3{font-size:23px;line-height:1.3;margin:18px 0 12px}.post p{color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 22px}.post-more{margin-top:auto;font-size:15px;font-weight:600;color:#0b7500}.post-external{font-size:12px;color:var(--muted);letter-spacing:.4px}.blog-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:50px;padding:34px 38px;border:1px solid #e2ebdd;background:#f2f7ef;border-radius:16px;flex-wrap:wrap}.blog-cta h3{margin:0 0 8px;font-size:26px}.blog-cta p{margin:0;color:var(--muted);line-height:1.6}
.article-head{padding-top:60px;padding-bottom:40px;max-width:720px}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#0b7500;margin-bottom:34px}.article-head h1{font-size:clamp(36px,4vw,56px);margin:22px 0 20px}.article-head .lead{max-width:720px}.article-byline{display:flex;align-items:center;gap:14px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line);font-size:15px;color:var(--muted)}.article-byline img{width:46px;height:46px;border-radius:50%;object-fit:cover;object-position:left center;border:1px solid var(--line);background:#f6f8f5}.article-byline strong{display:block;color:var(--text);font-weight:600}.article-body{max-width:720px;padding-bottom:70px;font-size:18px;line-height:1.8;color:#2b332a}.article-body>p{margin:0 0 26px}.article-body h2{font-size:clamp(26px,2.6vw,32px);letter-spacing:-.8px;margin:52px 0 16px}.article-body h2:first-child{margin-top:0}.article-body h3{font-size:22px;margin:36px 0 12px}.article-body a{color:#0b7500;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#a9d99f}.article-body a:hover{color:#076d00}.article-body ul,.article-body ol{padding-left:24px;margin:0 0 26px}.article-body li{margin-bottom:10px}.article-body li::marker{color:var(--accent)}.article-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:#f2f5f0;border:1px solid #e2ebdd;border-radius:6px;padding:2px 7px;color:#0b5a00}.article-body pre{background:#13544e;color:#e6f2ec;border-radius:12px;padding:22px 24px;overflow-x:auto;font-size:15px;line-height:1.65;margin:0 0 28px}.article-body pre code{background:none;border:0;padding:0;color:inherit;font-size:inherit}.article-body blockquote{margin:0 0 28px;padding:20px 26px;border-left:4px solid var(--accent);background:#f5f9f2;border-radius:0 12px 12px 0;font-size:19px;color:#2b332a}.article-body blockquote p{margin:0}.article-body strong{font-weight:600;color:var(--text)}.article-body img{max-width:100%;height:auto;border-radius:12px;border:1px solid var(--line)}.article-body hr{border:0;border-top:1px solid var(--line);margin:40px 0}.article-takeaways{background:#f2f7ef;border:1px solid #e2ebdd;border-radius:16px;padding:26px 30px;margin:0 0 34px}.article-takeaways .eyebrow{margin-bottom:12px;color:#086900}.article-takeaways ul{margin:0}.article-takeaways li{margin-bottom:8px;font-size:17px}.article-footer{max-width:720px;padding-bottom:85px}.article-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}.author-card{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.author-card img{width:74px;height:74px;border-radius:50%;object-fit:cover;object-position:left center;background:#f6f8f5;border:1px solid var(--line)}.author-card .eyebrow{margin-bottom:8px}.author-card h3{margin:0 0 8px;font-size:22px}.author-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.post-nav{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:26px;border-top:1px solid var(--line);font-size:15px;font-weight:600;color:#0b7500;flex-wrap:wrap}.more-posts{background:#f7f9f5;border-block:1px solid var(--line)}.more-posts .section-heading{margin-bottom:28px}
@media(max-width:1050px){.page-hero{gap:30px}.featured-post{padding:32px;gap:28px}.posts{grid-template-columns:1fr 1fr;gap:16px}.post{padding:24px}}
@media(max-width:760px){.page-hero{grid-template-columns:1fr;padding-top:36px;padding-bottom:32px;gap:18px}.blog-list{padding-top:36px;padding-bottom:58px}.featured-post{grid-template-columns:1fr;padding:24px;gap:22px}.featured-post .featured-visual{order:-1;aspect-ratio:16/9;padding:20px}.featured-visual strong{font-size:44px;letter-spacing:-2px}.featured-post .button{width:100%}.posts{grid-template-columns:1fr}.blog-cta{padding:24px;margin-top:34px}.blog-cta .button{width:100%}.article-head{padding-top:32px;padding-bottom:28px}.article-head h1{font-size:clamp(32px,8vw,44px);letter-spacing:-1.5px}.back-link{margin-bottom:24px}.article-body{font-size:17px;padding-bottom:50px}.article-body h2{margin-top:40px}.article-body pre{padding:18px;font-size:14px}.article-takeaways{padding:20px}.author-card{grid-template-columns:1fr;text-align:left;padding:22px}.author-card .button{width:100%}.article-footer{padding-bottom:58px}}

/* ---------- Contact form (three steps) ---------- */
.form-head{margin-bottom:26px}.form-head h3{margin:0 0 8px}.form-head .form-intro{margin:0}.form-step{border:0;padding:0;margin:0 0 28px;min-width:0}.form-step legend{display:flex;align-items:center;gap:12px;font-family:'Manrope',sans-serif;font-size:18px;font-weight:600;letter-spacing:-.3px;margin-bottom:14px;padding:0}.step-no{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#eaf7e7;color:#086900;font-size:13px;font-weight:700;flex-shrink:0}.choices{display:flex;flex-wrap:wrap;gap:8px}.choice{position:relative;margin:0;font-size:15px;font-weight:500}.choice input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.choice span{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border:1px solid #b7c4b0;border-radius:100px;background:#fff;color:#2b332a;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.choice span:hover{border-color:#108a00;color:#0b7500}.choice input:checked+span{background:#108a00;border-color:#108a00;color:#fff;font-weight:600}.choice input:focus-visible+span{outline:3px solid #108a00;outline-offset:3px}.field{margin-bottom:16px;min-width:0}.field label{margin-bottom:0;font-size:15px;font-weight:500;display:flex;justify-content:space-between;align-items:baseline;gap:10px}.field label .optional{font-size:12px;font-weight:500;color:#66715f;letter-spacing:.3px;text-transform:uppercase}.field input,.field select,.field textarea{margin-top:8px;padding:14px;border-radius:10px;transition:border-color .15s,box-shadow .15s}.field input:hover,.field select:hover,.field textarea:hover{border-color:#8fa387}.field input:focus,.field select:focus,.field textarea:focus{border-color:#108a00;box-shadow:0 0 0 3px #108a0022;outline:none}.field select{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2352604d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;padding-right:40px;cursor:pointer}.field textarea{min-height:120px;line-height:1.55}.field [aria-invalid="true"]{border-color:#c0281c;box-shadow:0 0 0 3px #c0281c1f}.field-error{margin:8px 0 0;font-size:14px;line-height:1.5;color:#a32118;display:flex;gap:6px}.field-error:before{content:'!';flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#a32118;color:#fff;font-size:12px;font-weight:700;margin-top:1px}.form-row{gap:16px}.form-row .field{margin-bottom:0}.form-row+.form-row{margin-top:16px}.form-alert{margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#fdf1f0;border:1px solid #f0c8c3;color:#a32118;font-size:15px;line-height:1.5}.form-alert a{text-decoration:underline}.form-note{margin-top:14px}#submit{position:relative}#submit.is-loading{opacity:.75;cursor:wait}#submit.is-loading span:first-child:after{content:'…'}
.voice-box{margin:14px 0 0;padding:0;overflow:hidden}.voice-box summary{list-style:none;display:flex;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;user-select:none}.voice-box summary::-webkit-details-marker{display:none}.voice-box summary:hover{background:#eef5ea}.voice-box summary:focus-visible{outline:3px solid #108a00;outline-offset:-3px}.voice-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#eaf7e7;color:#086900;flex-shrink:0}.voice-summary{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.voice-summary strong{font-size:15px;font-weight:600}.voice-summary small{font-size:13px;color:#52604d;line-height:1.4}.voice-chevron{color:#52604d;transition:transform .2s}.voice-box[open] .voice-chevron{transform:rotate(180deg)}.voice-inner{padding:0 18px 18px;border-top:1px solid #d9e5d4;padding-top:16px}.voice-inner p{margin:12px 0}.voice-box.has-audio summary{background:#eaf7e7}
.form-success{text-align:center;padding:24px 8px}.form-success .success-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#eaf7e7;color:#108a00;font-size:30px;font-weight:700;margin-bottom:18px}.form-success h3{font-size:28px;margin:0 0 10px}.form-success p{color:#52604d;line-height:1.7;margin:0}.form-success-links{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:24px!important}.form-success .remove{color:#0b7500}form.is-sent>*:not(.form-success){display:none!important}
@media(max-width:760px){.form-step{margin-bottom:24px}.form-step legend{font-size:17px}.choice span{padding:9px 14px;font-size:14px}.form-row .field+.field{margin-top:16px}.voice-box summary{padding:14px}.voice-inner{padding:14px}.voice-summary small{font-size:12px}}
