:root{--ink:#17261f;--green:#244e3d;--accent:#d3f5a0;--paper:#fafbf8;--white:#fff;--muted:#606b62;--line:#dce2d9;--light:#eef3e9;--font:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:130px}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.6 var(--font)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}p,h1,h2,h3{margin:0}button:disabled{cursor:wait;opacity:.65}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #618637;outline-offset:4px}::selection{background:var(--accent);color:var(--ink)}.skip{position:fixed;left:20px;top:-80px;background:var(--accent);padding:10px;z-index:20}.skip:focus{top:10px}.site-header{position:sticky;top:0;background:rgba(250,251,248,.97);z-index:10;border-bottom:1px solid var(--line)}.header-inner{max-width:1390px;margin:auto;padding:22px 42px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;font-size:1.65rem;font-weight:700;letter-spacing:-1.4px;text-decoration:none}.brand-mark{display:grid;place-items:center;background:var(--ink);color:var(--accent);width:35px;height:37px;margin-right:10px;border-radius:10px 10px 10px 2px;font:italic 2rem/1 Georgia,serif}.brand-dot{color:#719640}.header-location{font-size:.875rem;color:var(--muted);margin-left:auto}.dot{display:inline-block;width:7px;height:7px;background:#588334;border-radius:50%;margin-right:7px}.talk-link{display:inline-flex;gap:15px;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:7px;padding:11px 17px;text-decoration:none;font-size:.875rem;min-height:46px;background:var(--white)}.talk-link:hover,.button-outline:hover{background:var(--light)}.page{max-width:1390px;margin:auto;padding:60px 42px 0;display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);column-gap:85px;align-items:start}.introduction{padding-top:16px}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.105em}.introduction h1{font-size:clamp(2.8rem,4.2vw,4rem);font-weight:500;letter-spacing:-.055em;line-height:1.06;margin:24px 0}.introduction h1 em,h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--green)}.intro-copy{font-size:1.125rem;color:var(--muted);max-width:410px}.promise{display:flex;gap:14px;align-items:center;margin-top:28px;font-size:.875rem}.promise>span{font-size:1.7rem}.experience{border-top:1px solid var(--line);padding-top:24px;margin-top:36px;max-width:385px;font-size:.875rem}.experience strong{font-weight:600}.experience p{margin-top:4px;color:var(--muted)}.experience small{display:block;margin-top:9px;font-size:.75rem;color:var(--muted)}.quiet-link{display:inline-block;padding:15px 0;font-size:.875rem;text-underline-offset:5px}.guide{min-width:0;background:var(--white);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 40px #17261f06;overflow:hidden}.guide-top{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 28px;border-bottom:1px solid var(--line)}.guide-top>span{font-size:.65rem;letter-spacing:.065em;font-weight:600}.text-button{border:0;background:none;color:var(--muted);padding:8px 0;font-size:.875rem;text-decoration:underline;text-underline-offset:4px;min-height:36px}.progress-row{display:flex;justify-content:space-between;gap:20px;padding:23px 30px 12px;color:var(--muted);font-size:.8rem}.progress-track{height:3px;background:var(--light);margin:0 30px}.progress-track>div{height:100%;background:var(--green);width:8%;transition:width .3s}.question-panel{padding:28px 30px 24px;min-height:370px}.step-caption{font-size:.72rem;color:var(--muted);font-weight:600;letter-spacing:.08em;margin-bottom:10px}.question-panel h2{font-size:1.85rem;line-height:1.2;letter-spacing:-.035em;font-weight:500;outline:none}.question-help{font-size:.95rem;color:var(--muted);margin:12px 0 22px}.choices{display:grid;gap:10px;margin-top:23px}.choice{position:relative;display:flex;align-items:center;gap:14px;text-align:left;background:white;border:1px solid var(--line);border-radius:9px;padding:14px 17px;min-height:61px;width:100%;color:var(--ink);transition:background .15s,border-color .15s}.choice:hover{border-color:#9ba994;background:#f7faf3}.choice[aria-pressed=true]{background:var(--light);border-color:var(--green)}.choice-icon{font-size:1rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;width:29px;height:29px;flex-shrink:0}.choice[aria-pressed=true] .choice-icon{background:var(--green);color:white;border-color:var(--green)}.choice-copy{display:block}.choice-copy strong{font-size:1rem;font-weight:500;display:block}.choice-copy small{font-size:.8rem;display:block;color:var(--muted);margin-top:2px}.choice-arrow{margin-left:auto;color:var(--muted)}.question-input{display:block;width:100%;resize:vertical;min-height:125px;border:1px solid #b7c3b2;border-radius:9px;padding:14px;color:var(--ink);background:white;line-height:1.5;margin-top:22px}.input-meta{display:flex;justify-content:space-between;gap:12px;font-size:.75rem;color:var(--muted);margin-top:8px}.actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:var(--green);color:white;border:1px solid var(--green);border-radius:7px;min-height:49px;padding:12px 20px;text-decoration:none;font-size:.95rem}.button:hover{background:#193d2d}.button-outline{background:transparent;color:var(--ink);border-color:#aabb9f}.guide-foot{padding:19px 30px;background:#f8faf5;border-top:1px solid var(--line);font-size:.75rem;color:var(--muted);display:grid;gap:4px}.status{font-size:.875rem;color:#82411a;padding:0 30px 18px}.status:empty{display:none}.conversation{padding:0 30px}.conversation:empty{display:none}.answer-row{border-bottom:1px solid var(--line);padding:15px 0;display:flex;justify-content:space-between;gap:14px;align-items:start}.answer-row:first-child{margin-top:16px}.answer-row span{font-size:.7rem;display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.answer-row p{font-size:.875rem;line-height:1.45;overflow-wrap:anywhere}.answer-row button{font-size:.75rem;flex-shrink:0}.summary-list{display:grid;gap:0;margin-top:22px}.summary-list .answer-row:first-child{margin:0}.notice{padding:15px;border:1px solid #d6dfbd;background:#f4f8ed;border-radius:7px;font-size:.875rem;color:#45523c;margin:18px 0}.result-amount{font-size:2.65rem;letter-spacing:-.05em;line-height:1.1;margin:10px 0 18px;font-weight:500}.result-amount small{display:block;font-size:.875rem;letter-spacing:0;color:var(--muted);margin-bottom:8px}.result-heading{font-size:1.08rem;font-weight:600;margin:24px 0 10px}.result-list{padding-left:20px;font-size:.95rem;color:var(--muted);margin:0}.result-list li{margin-bottom:8px}.result-summary{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.95rem;color:var(--muted);margin-top:15px}.result-actions{display:grid;gap:12px;margin-top:25px}.consent{display:flex;gap:10px;align-items:start;font-size:.875rem;line-height:1.5;margin-top:20px}.consent input{width:18px;height:18px;flex-shrink:0;margin-top:3px}.small-note{font-size:.75rem;color:var(--muted);margin-top:13px}.below{grid-column:1/-1;border-top:1px solid var(--line);padding-top:65px;margin-top:70px}.below h2{font-size:2.1rem;line-height:1.15;letter-spacing:-.04em;font-weight:500;margin-top:14px}.explain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin:35px 0 55px}.number{display:inline-block;font-size:.8rem;color:var(--muted);margin-bottom:15px}.explain-grid h3{font-weight:500;font-size:1.1rem;margin-bottom:8px}.explain-grid p{color:var(--muted);font-size:.95rem;max-width:330px}.demo-strip{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:35px 40px;background:#e9f2dc;border-radius:12px}.demo-strip h2{font-size:2rem;font-weight:500;letter-spacing:-.04em;margin:10px 0}.demo-strip p:last-child{max-width:670px;font-size:.95rem;color:#4b5a43}.demo-strip .button{flex-shrink:0}.simple-services{grid-column:1/-1;display:flex;justify-content:space-between;gap:35px;padding:38px 0;border-bottom:1px solid var(--line);font-size:.875rem}.simple-services span{color:var(--muted)}footer{max-width:1390px;margin:auto;padding:28px 42px 38px;display:flex;align-items:center;gap:30px;color:var(--muted);font-size:.75rem}.small-brand{font-size:1.15rem;color:var(--ink)}footer>span:nth-child(2){margin-left:auto}dialog{border:1px solid var(--line);border-radius:14px;padding:40px;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow:auto;color:var(--ink)}dialog::backdrop{background:#17261f99}dialog h2{font-size:2rem;line-height:1.15;letter-spacing:-.04em;font-weight:500;margin:14px 0 20px}dialog p{margin-bottom:18px;color:var(--muted)}.close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:1.7rem;color:var(--ink);width:44px;height:44px}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}.initial-loading{padding:20px 0;color:var(--muted)}
@media(max-width:1100px){.page{column-gap:40px;padding-inline:30px}.header-inner{padding-inline:30px}.header-location{display:none}.talk-link{margin-left:auto}.introduction h1{font-size:3rem}.guide-top{padding-inline:22px}.question-panel{padding-inline:24px}.hero-meta{flex-wrap:wrap}.simple-services{flex-direction:column;gap:8px}}
@media(max-width:780px){html{scroll-padding-top:145px}.header-inner{padding:14px 20px;flex-wrap:wrap;gap:10px}.brand{font-size:1.45rem}.talk-link{font-size:.8rem;padding:9px 12px;gap:8px;min-height:44px}.page{display:block;padding:30px 20px 0}.introduction{padding:0}.introduction h1{font-size:2.65rem;margin:14px 0 18px;line-height:1.08}.introduction h1 br{display:none}.introduction h1 em{display:block}.introduction .eyebrow{font-size:.65rem}.intro-copy{font-size:1rem;max-width:600px}.promise{margin-top:15px;margin-bottom:24px}.quiet-link{display:none}.guide{border-radius:13px}.question-panel{padding:23px 20px}.question-panel h2{font-size:1.65rem}.progress-row{padding-inline:20px}.progress-track{margin-inline:20px}.conversation{padding-inline:20px}.guide-foot{padding-inline:20px}.guide-top{padding:15px 20px}.guide-top>span{font-size:.6rem}.guide-top .dot{display:none}.choice{padding:13px}.status{padding-inline:20px}.below{margin-top:45px;padding-top:40px}.below h2{font-size:1.8rem}.explain-grid{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.number{margin-bottom:5px}.explain-grid p{max-width:none}.demo-strip{display:block;padding:25px}.demo-strip .button{margin-top:20px}.demo-strip h2{font-size:1.7rem}.simple-services{padding-block:28px}footer{padding:22px 20px 30px;flex-wrap:wrap;gap:12px}footer>span:nth-child(2){margin-left:auto}footer button{width:100%;text-align:left}.result-amount{font-size:2.2rem}}
@media(max-width:440px){.header-inner{gap:10px}.header-inner .talk-link{width:100%;margin:0;justify-content:space-between}.brand-mark{width:28px;height:30px;font-size:1.6rem}.introduction h1{font-size:2.3rem}.page{padding-top:25px}.guide-top{gap:8px}.actions{flex-wrap:wrap}.actions .button{margin-left:auto}.choice-copy small{font-size:.8rem}.result-actions .button{gap:10px}.question-panel h2{font-size:1.55rem}}
.eyebrow,.step-caption,.guide-top>span,.answer-row span{font-size:.75rem}.question-panel h2{scroll-margin-top:160px}
@media(max-width:780px){.introduction .eyebrow,.guide-top>span{font-size:.75rem}}
.result-amount{margin-top:24px}.estimate-disclaimer{font-size:.875rem;color:var(--muted);margin:14px 0 24px}.demo-option{padding:22px;background:var(--light);border:1px solid var(--line);border-radius:10px;margin:24px 0}.demo-option h3{font-size:1.1rem;font-weight:500}.demo-option p:first-of-type{font-size:1.35rem;font-weight:600;margin:8px 0}.demo-option p+p{color:var(--muted);margin-bottom:18px}.demo-option .button{width:100%}.estimate-details{border-top:1px solid var(--line);padding-top:18px;margin-top:22px}.estimate-details summary{cursor:pointer;font-size:.95rem}.estimate-details .result-heading{font-size:1rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.send-form{margin-top:32px;padding-top:24px;border-top:1px solid var(--line);display:grid;gap:14px}.send-field{display:grid;gap:6px;font-size:.875rem;color:var(--muted)}.send-field input,.send-field textarea{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--white);color:var(--ink)}.send-field textarea{min-height:90px;resize:vertical}.send-form .button{justify-self:start}.trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.talk-link+.talk-link{margin-left:0}
@media(max-width:440px){.header-inner .brand{flex-basis:100%}.header-inner .talk-link{width:auto;flex:1 1 0}}
/* Hala A "Welcome in" theme: overrides the base styles above. */
:root{--ink:#1c2a23;--green:#2e5b45;--accent:#cfe3d6;--paper:#f2ece1;--white:#fffcf6;--muted:#5f6a62;--line:#e2d9c8;--light:#eef5f0;--sea:#1d7396;--font:Figtree,Arial,Helvetica,sans-serif;--display:"Bricolage Grotesque",Georgia,serif}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline-color:var(--sea)}
.site-header{background:rgba(242,236,225,.96)}
.brand{font:600 1.35rem/1 var(--display);letter-spacing:-.02em}
.brand-mark{width:auto;height:auto;padding:5px 10px 8px;border-radius:12px;background:var(--green);color:var(--white);font:700 1.35rem/1 "Reem Kufi",Arial,sans-serif}
.talk-link{border-radius:999px;background:transparent}
.talk-link.wa{background:var(--green);border-color:var(--green);color:var(--white)}
.talk-link.wa:hover{background:#244a38}
.hello{font:500 .95rem "Reem Kufi",var(--font);color:var(--sea);letter-spacing:.02em}
.introduction h1{font:800 clamp(2.4rem,4.6vw,4rem)/1.02 var(--display);letter-spacing:-.035em;text-wrap:balance}
.introduction h1 em,h2 em{font-family:var(--display);font-style:normal;font-weight:inherit;color:var(--green)}
.promise{list-style:none;padding:0;flex-wrap:wrap;gap:8px}
.experience{border-top:1px dashed var(--line);font-size:.95rem;color:var(--muted)}
.experience strong{color:var(--ink)}
.promise li{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:6px 12px}
.guide{border:0;border-radius:28px;box-shadow:0 1px 0 var(--line),0 24px 50px -30px rgba(28,42,35,.35)}
.guide-top>span{color:var(--sea)}
.progress-track{height:6px;border-radius:6px;background:var(--line)}
.progress-track>div{border-radius:6px}
.step-caption{color:var(--sea)}
.question-panel h2,.below h2,.demo-strip h2,dialog h2{font-family:var(--display);font-weight:600;letter-spacing:-.02em}
.result-amount{font-family:var(--display);font-weight:800;letter-spacing:-.03em;color:var(--green)}
.choices{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.choice{background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:16px;align-items:flex-start}
.choice:hover{border-color:var(--green);background:#fff}
.choice[aria-pressed=true]{background:var(--light)}
.choice-icon{border-radius:50%;color:var(--green)}
.button{border-radius:999px;background:var(--ink);border-color:var(--ink)}
.button:hover{background:var(--green)}
.button-outline{background:transparent;color:var(--ink);border-color:var(--ink)}
.button-outline:hover{background:var(--light)}
.question-input,.send-field input,.send-field textarea{border-color:var(--line);border-radius:14px;background:#fff}
.guide-foot{background:transparent}
.notice{background:var(--light);border-color:var(--accent);color:var(--ink);border-radius:14px}
.demo-strip{background:var(--green);color:var(--white);border-radius:24px}
.demo-strip .eyebrow{color:var(--accent)}
.demo-strip h2 em{color:var(--accent)}
.demo-strip p:last-child{color:var(--white);opacity:.85}
.demo-strip .button-outline{color:var(--white);border-color:var(--white)}
.demo-strip .button-outline:hover{background:#244a38}
dialog{background:var(--white)}
dialog::backdrop{background:#1c2a2399}
.brand-mark{font-size:1.7rem;padding:2px 10px 6px;line-height:1.1}
.introduction h1 em{display:block}
.hello span{font-size:1.25rem;font-weight:700}
.choices>.choice:last-child:nth-child(odd){grid-column:1/-1}
