:root{--ink:#193a32;--ink-2:#285348;--cream:#f7f3ea;--paper:#fffdf8;--coral:#f0785f;--coral-dark:#df664f;--sage:#dce9df;--gold:#d7a84b;--line:#dfe6df;--muted:#687b75;--white:#fff;--shadow:0 22px 65px rgba(18,53,44,.16);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}.demo-bar{background:var(--ink);color:#dce9df;text-align:center;padding:7px;font-size:12px;letter-spacing:.06em}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(255,253,248,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(25,58,50,.08)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font:800 25px Manrope;text-decoration:none}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50% 50% 48% 30%;background:var(--coral);color:white;font-size:20px;font-style:italic}.desktop-nav{display:flex;gap:34px}.desktop-nav a,.footer a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.desktop-nav a:hover{color:var(--coral)}.header-actions{display:flex;gap:18px;align-items:center}.text-btn{border:0;background:none;color:var(--ink);display:flex;gap:7px;align-items:center}.text-btn svg,.btn svg{width:17px}.btn{border:0;background:var(--ink);color:white;border-radius:999px;padding:15px 24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 6px 18px rgba(25,58,50,.13)}.btn:hover{transform:translateY(-2px);background:var(--ink-2)}.btn-small{padding:11px 19px}.btn-coral{background:var(--coral)}.btn-coral:hover{background:var(--coral-dark)}.menu-btn{display:none;border:0;background:none;color:var(--ink)}.hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0}.hero-image{background:url("assets/hero-event.png") center/cover no-repeat}.hero-overlay{background:linear-gradient(90deg,rgba(8,31,25,.93) 0%,rgba(12,35,29,.75) 40%,rgba(11,25,20,.13) 76%)}.hero-content{position:relative;z-index:2;max-width:690px;margin-left:8vw;color:white;padding:80px 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--coral);display:inline-flex;align-items:center;gap:7px}.eyebrow svg{width:15px}.eyebrow.light{color:#f6bdad}.hero h1,.section-heading h2,.cta h2{font:800 clamp(45px,6vw,78px)/1.02 Manrope;margin:20px 0}.hero h1 em,.section-heading em{font-family:Georgia,serif;font-weight:400}.hero p{font-size:19px;line-height:1.65;max-width:610px;color:#e7eee9}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.video-link{color:white;text-decoration:none;display:flex;align-items:center;gap:10px;font-weight:600}.video-link span{width:42px;height:42px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center}.video-link svg{width:16px;fill:white}.trust-row{display:flex;gap:15px;align-items:center;margin-top:45px}.avatars{display:flex}.avatars span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#c7a58e;color:white;border:2px solid white;margin-left:-7px;font-size:10px}.avatars span:first-child{margin-left:0;background:#788e82}.avatars span:last-child{background:#bd7466}.stars{letter-spacing:3px;color:#f0b856;font-size:13px}.trust-row small{color:#dbe6e0}.match-card{position:absolute;z-index:2;right:5vw;bottom:46px;background:rgba(255,253,248,.95);border-radius:16px;padding:18px 24px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}.match-card .match-icon{width:38px;height:38px;border-radius:50%;background:var(--sage);display:grid;place-items:center}.match-card svg{width:19px}.match-card strong,.match-card small{display:block}.match-card small{color:var(--muted);margin-top:4px}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:29px 7vw;border-bottom:1px solid var(--line);background:white}.proof-strip>div{display:flex;justify-content:center;gap:15px;align-items:center;border-right:1px solid var(--line)}.proof-strip>div:last-child{border:0}.proof-strip svg{color:var(--coral);width:30px}.proof-strip strong,.proof-strip small{display:block}.proof-strip small{margin-top:3px;color:var(--muted)}.section{padding:110px 7vw}.section-heading{text-align:center;max-width:720px;margin:0 auto 65px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2{font-size:44px;margin:14px 0}.section-heading p{color:var(--muted);font-size:18px}.how{background:var(--cream)}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;max-width:1100px;margin:auto}.steps article{position:relative;text-align:center;padding:30px}.steps article>svg{width:44px;height:44px;color:var(--coral)}.step-no{position:absolute;top:0;right:18%;font:700 52px Manrope;color:rgba(25,58,50,.07)}.steps h3{font:700 19px Manrope}.steps p{color:var(--muted);line-height:1.6}.step-line{width:90px;border-top:1px dashed #9eafa9}.services{background:white}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-grid article{background:var(--cream);border-radius:var(--radius);padding:28px;min-height:260px;display:flex;flex-direction:column}.service-grid article:nth-child(even){background:#edf2ed}.service-grid article>svg{width:35px;height:35px;color:var(--coral)}.service-grid h3{font:700 19px Manrope;margin:25px 0 8px}.service-grid p{color:var(--muted);line-height:1.5}.service-grid button{margin-top:auto;border:0;background:none;padding:0;color:var(--ink);font-weight:700;text-align:left;display:flex;gap:6px}.service-grid button svg{width:16px}.quote-section{padding:90px 10vw;background:#e5ede5;display:flex;align-items:end;justify-content:space-between;gap:60px}.quote-section blockquote{font:400 clamp(25px,3vw,39px)/1.4 Georgia;color:var(--ink);max-width:800px;margin:0}.quote-section footer{font:400 15px DM Sans;margin-top:28px}.quote-section footer span{display:block;color:var(--muted);margin-top:4px}.quote-stat{border-left:1px solid #a9b9ad;padding-left:45px}.quote-stat strong{display:block;font:800 42px Manrope;color:var(--coral)}.quote-stat span{color:var(--muted)}.cta{padding:100px 20px;text-align:center;background:var(--ink);color:white}.cta h2{font-size:50px}.cta .btn{margin:10px auto 25px}.cta small{display:flex;justify-content:center;align-items:center;gap:7px;color:#c7d4ce}.cta small svg{width:14px}.footer{padding:55px 7vw 30px;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.footer p{color:var(--muted);text-align:right}.footer>div{display:flex;gap:22px}.footer>small{text-align:right;color:var(--muted)}
.modal,.app-view{position:fixed;inset:0;z-index:100;background:rgba(8,25,21,.72);display:none;overflow:auto}.modal.open,.app-view.open{display:block}.modal-shell{background:var(--paper);width:min(930px,96vw);min-height:650px;margin:25px auto;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.modal-header{display:flex;align-items:center;padding:20px 30px;border-bottom:1px solid var(--line)}.modal-header .secure{margin-left:auto;display:flex;gap:7px;align-items:center;color:var(--muted);font-size:13px}.modal-header .secure svg{width:17px}.icon-btn{border:0;background:none;color:var(--ink);display:grid;place-items:center;padding:8px}.modal-header .icon-btn{margin-left:14px}.progress-wrap{padding:18px 30px 0}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:700}.progress{height:5px;background:#e6e9e4;margin-top:12px;border-radius:9px;overflow:hidden}.progress span{display:block;height:100%;width:20%;background:var(--coral);transition:.3s}.form-step{display:none;padding:38px 55px 20px;min-height:445px}.form-step.active{display:block}.form-heading{text-align:center;margin-bottom:32px}.form-heading .mini-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f6e7df;color:var(--coral);margin:auto}.form-heading h2{font:700 30px Manrope;margin:13px 0 6px}.form-heading p{color:var(--muted);margin:0}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0}.choice-grid label>span{border:1.5px solid var(--line);border-radius:15px;min-height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-weight:600;background:white;text-align:center;padding:10px}.choice-grid label>span svg{color:var(--coral)}.choice-grid input:checked+span{border-color:var(--coral);background:#fff6f2;box-shadow:0 0 0 2px rgba(240,120,95,.1)}.services-choice{grid-template-columns:repeat(4,1fr)}.services-choice label>span{min-height:82px;font-size:13px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field-grid label,.field-grid fieldset{font-size:13px;font-weight:700;color:var(--ink)}.field-grid label span{font-weight:400;color:var(--muted)}.field-grid input,.field-grid select,.field-grid textarea{width:100%;border:1px solid #cfd9d3;border-radius:10px;padding:12px;margin-top:7px;background:white;color:var(--ink);outline:none}.field-grid input:focus,.field-grid select:focus,.field-grid textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(240,120,95,.12)}.wide{grid-column:1/-1}.field-grid fieldset{border:0;padding:0}.inline-options{display:flex;gap:12px;margin-top:9px}.inline-options label{background:white;border:1px solid var(--line);padding:10px 14px;border-radius:10px}.privacy-note{background:var(--sage);border-radius:12px;padding:16px;display:flex;gap:12px;align-items:flex-start}.privacy-note svg{flex:none;width:20px}.privacy-note p{margin:0;color:var(--muted);font-size:13px}.summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.summary div{background:white;border:1px solid var(--line);padding:14px;border-radius:10px}.summary small,.summary strong{display:block}.summary small{color:var(--muted);margin-bottom:4px}.consents{margin-top:17px;display:grid;gap:10px;font-size:13px}.consents label{display:flex;gap:9px}.consents a{color:var(--ink)}.form-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:20px 30px}.form-footer>span{color:var(--muted);font-size:12px;display:flex;align-items:center;gap:5px}.form-footer svg{width:16px}.back-btn{border:0;background:none;color:var(--ink);font-weight:700;display:flex;gap:7px;align-items:center}.form-error{color:#b64438;font-size:13px;text-align:center;min-height:18px}.app-view{background:#f3f5f1}.portal-header{height:76px;background:white;display:flex;align-items:center;padding:0 5vw;border-bottom:1px solid var(--line)}.portal-header nav{margin:auto;display:flex;background:#edf1ed;border-radius:999px;padding:4px}.portal-header nav button{border:0;background:none;padding:9px 16px;border-radius:999px;color:var(--muted)}.portal-header nav button.active{background:white;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.08)}#portalContent{padding:42px 6vw;max-width:1300px;margin:auto}.dash-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.dash-head h1{font:700 32px Manrope;margin:0}.dash-head p{color:var(--muted);margin:6px 0 0}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric,.panel{background:white;border:1px solid var(--line);border-radius:16px;padding:20px}.metric span{color:var(--muted);font-size:13px}.metric strong{font:700 29px Manrope;display:block;margin-top:8px}.panel{margin-top:18px}.panel h2{font:700 18px Manrope;margin:0 0 18px}.wide-panel{grid-column:span 3}.side-panel{grid-column:span 1}.dashboard-layout{display:grid;grid-template-columns:3fr 1fr;gap:18px}.status-track{display:flex;justify-content:space-between;position:relative;margin:30px 5px}.status-track:before{content:"";position:absolute;top:16px;left:3%;right:3%;border-top:2px solid var(--sage)}.status-item{position:relative;text-align:center;width:20%;font-size:11px;color:var(--muted)}.status-item i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--sage);color:var(--ink);margin:0 auto 9px;font-style:normal;font-weight:700}.status-item.pending i{background:#edf0ed;color:#8d9b96}.offer{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}.offer-logo{width:44px;height:44px;border-radius:12px;background:var(--sage);display:grid;place-items:center;font-weight:800}.offer p{margin:3px 0;color:var(--muted);font-size:13px}.offer-price{text-align:right}.offer-price strong{display:block}.tag{display:inline-block;padding:5px 9px;background:#e6f1e8;color:#2f6c48;border-radius:999px;font-size:11px;font-weight:700}.tag.warn{background:#fff0db;color:#9a6417}.activity{display:grid;gap:15px}.activity div{border-left:2px solid var(--coral);padding-left:12px}.activity p{margin:3px 0;color:var(--muted);font-size:12px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);font-size:13px}.table th{color:var(--muted);font-weight:600}.table button{border:0;background:var(--ink);color:white;border-radius:7px;padding:7px 10px}.match-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.match-flow div{background:#f5f7f4;padding:13px;border-radius:10px}.match-flow small,.match-flow strong{display:block}.match-flow small{color:var(--muted)}.toast{position:fixed;z-index:200;right:22px;bottom:22px;background:var(--ink);color:white;padding:14px 18px;border-radius:12px;display:flex;gap:9px;align-items:center;transform:translateY(100px);opacity:0;transition:.3s}.toast.show{transform:none;opacity:1}.toast svg{width:19px;color:#9bd5ab}
@media(max-width:900px){.desktop-nav,.header-actions{display:none}.menu-btn{display:block}.hero{min-height:620px}.hero-content{margin:0 6vw;padding-bottom:120px}.hero h1{font-size:52px}.match-card{left:6vw;right:auto}.proof-strip{grid-template-columns:1fr}.proof-strip>div{border-right:0;border-bottom:1px solid var(--line);padding:17px;justify-content:flex-start}.steps{grid-template-columns:1fr}.step-line{width:1px;height:30px;border-left:1px dashed #9eafa9;border-top:0;margin:auto}.service-grid{grid-template-columns:1fr 1fr}.quote-section{flex-direction:column;align-items:flex-start}.quote-stat{border-left:0;padding-left:0}.services-choice{grid-template-columns:repeat(3,1fr)}.dash-grid{grid-template-columns:1fr 1fr}.dashboard-layout{grid-template-columns:1fr}.portal-header nav button{font-size:12px;padding:8px}.portal-header .brand span:last-child{display:none}}
@media(max-width:600px){.site-header{height:64px}.hero{min-height:710px}.hero-overlay{background:linear-gradient(90deg,rgba(8,31,25,.9),rgba(8,31,25,.48))}.hero-content{padding-top:55px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{margin-top:28px}.match-card{bottom:24px;right:5vw;padding:14px}.section{padding:75px 5vw}.section-heading h2{font-size:34px}.steps article{padding:25px 10px}.service-grid{grid-template-columns:1fr}.quote-section{padding:70px 7vw}.cta h2{font-size:37px}.footer{grid-template-columns:1fr}.footer p,.footer>small{text-align:left}.modal-shell{width:100%;min-height:100vh;margin:0;border-radius:0}.modal-header{padding:16px}.modal-header .secure{display:none}.progress-wrap{padding:14px 18px 0}.form-step{padding:28px 18px 15px}.form-heading h2{font-size:25px}.choice-grid{grid-template-columns:1fr 1fr}.choice-grid label>span{min-height:88px}.services-choice{grid-template-columns:1fr 1fr}.field-grid{grid-template-columns:1fr}.wide{grid-column:auto}.summary{grid-template-columns:1fr}.form-footer{padding:15px 17px}.form-footer>span{display:none}.dash-grid{grid-template-columns:1fr}.portal-header{padding:0 12px}.portal-header nav{margin-left:auto}.portal-header nav button{padding:7px 9px}#portalContent{padding:28px 4vw}.dash-head{align-items:flex-start;flex-direction:column;gap:15px}.table-wrap{overflow-x:auto}.match-flow{grid-template-columns:1fr 1fr}}
