/* A direct, calm request form: visible without a chooser, no moving controls. */
:root{--eq-ink:#193d30;--eq-muted:#475a4e;--eq-paper:#faf8f1;--eq-line:#bdc8bb;--eq-white:#fffefa;--eq-gold:#99733c}
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;scroll-padding-top:24px}
body.eq-page{margin:0;background:var(--eq-paper);color:var(--eq-ink);font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.65;overflow-wrap:break-word}
.eq-page h1,.eq-page h2,.eq-page h3,.eq-page p{margin-top:0}
.eq-page h1,.eq-page h2,.eq-page h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.2}
.eq-page h1{font-size:clamp(2.25rem,4vw,3.5rem);letter-spacing:-.035em;margin-bottom:20px}
.eq-page h2{font-size:clamp(1.65rem,2.3vw,2rem);margin-bottom:14px}
.eq-page h3{font-size:1.4rem;margin-bottom:12px}
.eq-page a{color:inherit;text-underline-offset:4px;text-decoration-thickness:1px}
.eq-page a:hover{text-decoration-thickness:2px}
.eq-page button,.eq-page input,.eq-page textarea,.eq-page select{font:inherit}
.eq-page :focus-visible{outline:3px solid #8a5920;outline-offset:4px}
.eq-container{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.eq-skip{position:fixed;left:16px;top:-100px;z-index:100;padding:12px 18px;background:#fff;color:#193d30;font-weight:700}
.eq-skip:focus{top:12px}
.eq-header{background:var(--eq-white);border-bottom:1px solid #dce2d5;padding:21px 0}
.eq-header-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.eq-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;white-space:nowrap;font-family:Georgia,serif;font-size:1.7rem;letter-spacing:.08em;font-weight:700}
.eq-brand img{width:44px;height:44px;object-fit:contain}
.eq-header-links{display:flex;align-items:center;gap:28px;font-size:1rem}
.eq-header-links a{display:inline-flex;min-height:46px;align-items:center}
.eq-header-links .eq-phone{font-weight:700;text-decoration:none}
.eq-header-links .eq-phone:hover{text-decoration:underline}
.eq-breadcrumb{font-size:1rem;color:var(--eq-muted);margin:25px 0 27px}
.eq-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:60px;align-items:start;padding-bottom:56px}
.eq-intro{padding-top:16px}
.eq-kicker{font-size:1rem;color:#536544;font-weight:700;margin-bottom:19px;letter-spacing:.02em}
.eq-lead{font-size:1.15rem;line-height:1.7;color:var(--eq-muted);max-width:500px}
.eq-plain-points{padding:0;list-style:none;margin:27px 0 31px;display:grid;gap:11px}
.eq-plain-points li{position:relative;padding-left:28px;font-size:1.0625rem}
.eq-plain-points li::before{content:'✓';position:absolute;left:0;top:0;font-weight:700;color:#3f6b43}
.eq-call-card{border:1px solid var(--eq-line);background:#edf1e5;border-radius:12px;padding:25px 26px;margin-top:28px}
.eq-call-card p{font-size:1.0625rem;margin-bottom:12px;color:var(--eq-muted)}
.eq-call-card h2{font-size:1.55rem;margin-bottom:11px}
.eq-call-card .eq-call-number{display:inline-flex;align-items:center;min-height:50px;font-size:1.6rem;font-weight:700;letter-spacing:.015em;text-decoration:none}
.eq-call-card .eq-call-number:hover{text-decoration:underline}
.eq-proof-links{font-size:1rem;display:flex;gap:16px 25px;flex-wrap:wrap;margin-top:23px}
.eq-form-card{background:var(--eq-white);border:1px solid #d3dbcd;border-radius:14px;box-shadow:0 14px 42px #193d3009;padding:32px;min-width:0;scroll-margin-top:24px}
.eq-form-note{font-size:1rem;line-height:1.6;color:var(--eq-muted);margin-bottom:23px}
.eq-required{font-weight:700;color:#743619}
.eq-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 19px}
.eq-field{min-width:0}
.eq-field-full{grid-column:1/-1}
.eq-field label{display:block;font-size:1.0625rem;line-height:1.45;font-weight:700;margin-bottom:8px}
.eq-optional{font-size:1rem;font-weight:400;color:var(--eq-muted)}
.eq-field input,.eq-field select,.eq-field textarea{display:block;width:100%;min-height:54px;padding:12px 13px;background:white;color:#18382c;border:1.5px solid #859a88;border-radius:7px;line-height:1.4;box-shadow:none}
.eq-field input::placeholder,.eq-field textarea::placeholder{color:#657268;opacity:1}
.eq-field input:focus,.eq-field select:focus,.eq-field textarea:focus{border-color:#254f3a;outline:3px solid #c5d6b8;outline-offset:1px}
.eq-field textarea{min-height:108px;resize:vertical}
.eq-help{font-size:1rem;color:var(--eq-muted);line-height:1.55;margin:7px 0 0}
.eq-details{border-top:1px solid #d4ddce;border-bottom:1px solid #d4ddce;margin:25px 0}
.eq-details summary{cursor:pointer;padding:17px 2px;min-height:54px;font-size:1.0625rem;font-weight:700;line-height:1.5}
.eq-details .eq-fields{padding:3px 0 23px}
.eq-consent{display:flex;gap:12px;align-items:flex-start;cursor:pointer;font-size:1rem;line-height:1.6;margin:22px 0}
.eq-consent input{flex:none;appearance:auto;width:24px;height:24px;margin:2px 0 0;accent-color:var(--eq-ink);cursor:pointer}
.eq-submit{width:100%;min-height:58px;padding:15px 18px;border:2px solid var(--eq-ink);border-radius:8px;color:#fffefa;background:var(--eq-ink);font-weight:700;line-height:1.45;cursor:pointer}
.eq-submit:hover{background:#2b513f;border-color:#2b513f}
.eq-submit:disabled{opacity:.78;cursor:wait}
.eq-submit-note{font-size:1rem;color:var(--eq-muted);text-align:center;line-height:1.55;margin:13px 0 0}
.eq-error{display:none;padding:17px;margin-bottom:20px;border:1px solid #b42318;border-radius:8px;background:#fff4f2;color:#8a1c13;line-height:1.6;font-size:1.0625rem}
.eq-error a{font-weight:700}
.eq-confirmation{display:none;padding:10px 0 0;scroll-margin-top:24px}
.eq-confirmation:focus{outline:0}
.eq-success-symbol{display:flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:50%;background:#e7eddd;font-size:2rem;margin-bottom:22px}
.eq-reference{font-size:1rem;padding:13px 16px;border-radius:7px;background:#edf1e5;overflow-wrap:anywhere;margin:20px 0}
.eq-photo-after{margin-top:28px;padding-top:24px;border-top:1px solid #cbd7c4}
.eq-photo-after p{font-size:1.0625rem;color:var(--eq-muted)}
.eq-photo-links{display:flex;gap:10px;flex-wrap:wrap}
.eq-photo-links a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 15px;border:1px solid #9aaf92;border-radius:7px;text-decoration:none;font-size:1rem;font-weight:700;background:#fff}
.eq-photo-links a:hover{background:#edf1e5}
.eq-after-form{max-width:820px;margin:0 auto 54px;padding-top:6px}
.eq-after-form>p{color:var(--eq-muted);font-size:1.0625rem;line-height:1.75}
.eq-ai-option{background:#f0f1e7;border:1px solid #ced7c3;border-radius:10px;padding:23px 26px;margin-bottom:35px}
.eq-ai-option h2{font-size:1.45rem;margin-bottom:12px}
.eq-ai-option p{font-size:1.0625rem;margin-bottom:14px;color:var(--eq-muted)}
.eq-ai-option a{display:inline-block;min-height:44px;padding:6px 0;font-weight:700;font-size:1rem}
.eq-footer{background:#193d30;color:#f8f7ee;padding:34px 0}
.eq-footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.eq-footer .eq-brand{font-size:1.3rem;letter-spacing:.06em}
.eq-footer .eq-brand img{width:36px;height:36px;border-radius:6px;background:#fffefa;padding:2px}
.eq-footer p{font-size:1rem;margin:12px 0 0;color:#e0e8d9}
.eq-footer nav{display:flex;align-items:center;gap:12px 25px;flex-wrap:wrap;font-size:1rem}
.eq-footer nav a{display:inline-flex;align-items:center;min-height:44px}
.eq-nojs{margin:24px auto;max-width:720px;background:#fff;border:2px solid #99733c;padding:24px;font-size:1.0625rem}
@media(max-width:1000px){.eq-layout{gap:30px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.eq-form-card{padding:26px}.eq-fields{grid-template-columns:1fr}.eq-header-links{gap:19px}.eq-optional{white-space:normal}}
@media(max-width:760px){.eq-container{width:calc(100% - 32px)}.eq-header{padding:14px 0}.eq-header-row{gap:12px;flex-wrap:wrap}.eq-brand{font-size:1.3rem;gap:8px}.eq-brand img{width:36px;height:36px}.eq-header-links{gap:15px;font-size:1rem}.eq-header-links .eq-home-link{display:none}.eq-header-links .eq-phone{min-height:44px}.eq-breadcrumb{margin:16px 0 20px}.eq-layout{grid-template-columns:1fr;gap:23px;padding-bottom:32px}.eq-intro{padding:0}.eq-intro h1{font-size:2.35rem;margin-bottom:14px;max-width:570px}.eq-kicker{margin-bottom:12px}.eq-lead{font-size:1.0625rem;margin-bottom:0;max-width:none}.eq-plain-points{display:flex;flex-wrap:wrap;gap:8px 20px;margin:19px 0}.eq-plain-points li{font-size:1rem;padding-left:23px}.eq-call-card{padding:14px 17px;margin-top:18px}.eq-call-card h2{font-family:Arial,Helvetica,sans-serif;font-size:1.0625rem;font-weight:700;margin-bottom:0}.eq-call-card p{display:none}.eq-call-card .eq-call-number{font-size:1.35rem;min-height:46px}.eq-proof-links{display:none}.eq-form-card{padding:26px 22px}.eq-after-form{margin-bottom:35px}.eq-ai-option{padding:21px}.eq-footer{padding:30px 0}.eq-footer-row{display:block}.eq-footer nav{margin-top:22px}.eq-footer .et-privacy-footer{margin-top:20px}}
@media(max-width:400px){.eq-container{width:calc(100% - 24px)}.eq-header-row{justify-content:center;gap:2px}.eq-header-links .eq-phone{font-size:1rem;min-height:40px}.eq-header-links{width:100%;justify-content:center}.eq-breadcrumb{font-size:1rem;margin-top:13px}.eq-intro h1{font-size:2.1rem}.eq-form-card{padding:23px 17px}.eq-photo-links{display:grid}.eq-photo-links a{width:100%}.eq-consent{gap:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.eq-page *{animation:none!important;transition:none!important}}
