:root{
  --green:#2f9144;
  --green-dark:#174b35;
  --green-deep:#0d3124;
  --green-soft:#edf7ed;
  --lime:#66b94f;
  --ink:#14221b;
  --muted:#68756e;
  --line:#dfe8e1;
  --cream:#f7faf6;
  --white:#fff;
  --shadow:0 20px 60px rgba(25,70,47,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
button,input,select{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
body.dialog-open{overflow:hidden}
.site-header{height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0 clamp(20px,5vw,76px);position:relative;z-index:10;border-bottom:1px solid rgba(23,75,53,.08);background:rgba(255,255,255,.95);backdrop-filter:blur(16px)}
.brand img{width:210px;height:auto}
.desktop-nav{display:flex;justify-content:center;gap:32px;font-size:14px;font-weight:700;color:#39483f}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--green);transition:.25s}
.desktop-nav a:hover:after{right:0}
.button{border:0;border-radius:14px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;min-height:52px}
.button:hover{transform:translateY(-2px)}
.button-green{background:linear-gradient(135deg,#34984a,#277e3b);color:#fff;box-shadow:0 12px 28px rgba(47,145,68,.2)}
.button-outline{background:rgba(255,255,255,.78);border:1px solid #c7d7cb;color:var(--green-dark);backdrop-filter:blur(10px)}
.button-small{min-height:44px;padding:10px 20px;border-radius:999px}
.button-block{width:100%}
.hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1fr) minmax(450px,.94fr);gap:42px;align-items:center;padding:54px clamp(20px,5vw,76px) 58px;background:radial-gradient(circle at 8% 12%,rgba(111,194,92,.14),transparent 24%),linear-gradient(180deg,#fbfefb,#f2f8f2)}
.hero-copy{max-width:700px}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--green);text-transform:uppercase}.eyebrow span{width:26px;height:2px;background:var(--green);border-radius:5px}
.hero h1,.section-heading h2,.included-copy h2,.entry-step h2{font-family:"Manrope",sans-serif;letter-spacing:-.045em}
.hero h1{font-size:clamp(50px,5.4vw,82px);line-height:.98;margin:18px 0 22px;max-width:760px}
.hero h1 em{font-style:normal;color:var(--green)}
.hero-lead{font-size:18px;line-height:1.65;color:#526159;max-width:610px;margin:0 0 26px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.microcopy{font-size:12px;color:#748179;margin:13px 0 0;line-height:1.55}
.countdown-card{margin-top:30px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid #e1e9e3;border-radius:22px;padding:20px 22px;box-shadow:0 16px 40px rgba(25,70,47,.09);max-width:650px}.countdown-title small{display:block;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.12em}.countdown-title strong{display:block;margin-top:5px;font-size:14px}.countdown{display:flex;align-items:center;gap:9px}.countdown div{text-align:center;min-width:48px}.countdown b{display:block;font-family:"Manrope",sans-serif;font-size:24px;line-height:1;color:var(--green-dark)}.countdown span{display:block;margin-top:4px;font-size:9px;font-weight:800;color:#7a857f}.countdown i{font-style:normal;color:#c4cec7;font-weight:700}
.hero-visual{min-width:0}.hero-photo-stage{height:560px;border-radius:34px;overflow:hidden;position:relative;background:#e9f2e8;box-shadow:var(--shadow)}.hero-photo-stage>img{width:100%;height:100%;object-fit:cover;object-position:center 53%;transition:opacity .25s ease,transform .6s ease}.hero-photo-stage:hover>img{transform:scale(1.015)}.hero-photo-stage>img.changing{opacity:.18}.photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(11,40,27,.62) 100%);pointer-events:none}.photo-pill{position:absolute;top:20px;left:20px;background:rgba(255,255,255,.92);color:var(--green-dark);font-size:10px;font-weight:900;letter-spacing:.12em;border-radius:999px;padding:9px 12px;box-shadow:0 8px 20px rgba(18,49,34,.08)}.photo-caption{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;display:grid;gap:3px}.photo-caption small{font-size:10px;letter-spacing:.14em;font-weight:800;opacity:.82}.photo-caption strong{font-family:"Manrope";font-size:26px}.photo-caption span{font-size:13px;opacity:.88}.photo-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.photo-thumb{border:1px solid #dbe5dd;background:#fff;border-radius:16px;padding:6px;cursor:pointer;overflow:hidden;position:relative;transition:.2s}.photo-thumb img{width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:11px}.photo-thumb span{display:block;padding:7px 4px 4px;font-size:11px;font-weight:800;color:#647269}.photo-thumb.active{border-color:#79b77d;box-shadow:0 8px 20px rgba(47,145,68,.12)}.photo-thumb.active span{color:var(--green)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce7df;border-top:1px solid #dce7df;border-bottom:1px solid #dce7df}.trust-row>div{background:#fff;padding:25px clamp(16px,2.3vw,34px);display:grid;grid-template-columns:auto 1fr;column-gap:11px}.trust-row span{grid-row:1/3;width:36px;height:36px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;color:var(--green);font-weight:900}.trust-row b{font-size:13px}.trust-row small{font-size:11px;color:#7a857e;margin-top:3px}
.section{padding:100px clamp(20px,5vw,76px)}.section-heading{max-width:760px;margin-bottom:42px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2{font-size:clamp(36px,4vw,58px);line-height:1.03;margin:13px 0 16px}.section-heading p{font-size:17px;color:#67756d;line-height:1.65;margin:0}.real-photo-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,370px);gap:18px}.real-photo-card{position:relative;overflow:hidden;border-radius:28px;background:#eaf1e9;box-shadow:0 18px 46px rgba(25,70,47,.09)}.real-photo-wide{grid-row:1/3}.real-photo-card img{width:100%;height:100%;object-fit:cover}.real-photo-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(9,32,21,.76))}.real-photo-caption{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:#fff}.real-photo-caption small{font-size:10px;letter-spacing:.14em;font-weight:800;opacity:.8}.real-photo-caption h3{font:800 25px/1.1 "Manrope";margin:6px 0}.real-photo-caption p{font-size:13px;line-height:1.55;max-width:480px;margin:0;opacity:.9}
.included{background:#f5f9f4}.included-panel{border:1px solid #dbe7dc;background:#fff;border-radius:34px;padding:52px;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;box-shadow:0 20px 55px rgba(28,69,47,.07)}.included-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.02;margin:16px 0}.included-copy p{color:#66746c;line-height:1.65;max-width:500px}.included-list{display:grid;gap:0}.included-list>div{display:grid;grid-template-columns:55px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid #e5ece6}.included-list>div:last-child{border-bottom:0}.included-list>b,.included-list div>b{font-family:"Manrope";color:#8ab191}.included-list span{display:grid;gap:4px}.included-list strong{font-size:15px}.included-list small{font-size:12px;color:#7a857f}.legal-note{font-size:11px;color:#7e8982;text-align:center;max-width:930px;margin:20px auto 0;line-height:1.55}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{border:1px solid #e0e9e2;border-radius:24px;padding:25px;background:#fff;min-height:230px;position:relative}.step-card>b{font-family:"Manrope";font-size:12px;color:#91a79a}.step-icon{width:46px;height:46px;border-radius:15px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:20px;margin:24px 0 18px}.step-card h3{font:800 18px/1.2 "Manrope";margin:0 0 8px}.step-card p{font-size:13px;line-height:1.55;color:#728077;margin:0}.faq{padding-top:80px}.accordion{border-top:1px solid #e0e8e2}.accordion details{border-bottom:1px solid #e0e8e2;padding:0}.accordion summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font:800 17px "Manrope"}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{color:var(--green);font-size:22px}.accordion details p{color:#69766f;line-height:1.65;margin:-4px 0 23px;max-width:850px}
.site-footer{background:#0f3024;color:#dfe9e2;padding:38px clamp(20px,5vw,76px)}.footer-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.footer-brand img{width:180px;filter:brightness(0) invert(1);opacity:.96}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 24px;font-size:12px;font-weight:700}.footer-links a{opacity:.82}.footer-links a:hover{opacity:1}.footer-inner p{font-size:10px;line-height:1.5;color:#a9bbb0;max-width:340px;text-align:right;margin:0}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
.entry-dialog{border:0;padding:0;background:transparent;width:min(1480px,calc(100vw - 34px));height:min(900px,calc(100dvh - 34px));max-width:none;max-height:none;overflow:hidden;border-radius:34px;box-shadow:0 30px 110px rgba(8,33,21,.35)}.entry-dialog::backdrop{background:rgba(15,45,34,.72);backdrop-filter:blur(9px)}.entry-shell{height:100%;display:grid;grid-template-columns:360px minmax(0,1fr);background:#fff}.entry-sidebar{background:linear-gradient(160deg,#f1f8f0,#e8f4e8);padding:36px;display:flex;flex-direction:column;border-right:1px solid #dce8de}.entry-brand img{width:210px}.entry-side-copy{margin-top:62px}.entry-side-copy>small{font-size:10px;letter-spacing:.17em;font-weight:900;color:var(--green)}.entry-side-copy h2{font:800 34px/1.04 "Manrope";letter-spacing:-.04em;margin:14px 0}.entry-side-copy p{font-size:13px;color:#68776e;line-height:1.55;max-width:250px}.progress-list{list-style:none;padding:0;margin:38px 0 0;display:grid;gap:8px}.progress-list li{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;padding:12px;border-radius:16px;color:#87938c}.progress-list li>b{width:38px;height:38px;border:1px solid #b8c7bc;border-radius:50%;display:grid;place-items:center;font-size:12px}.progress-list li span{display:grid;gap:2px}.progress-list strong{font-size:13px}.progress-list small{font-size:10px}.progress-list li.active{background:#fff;color:#21412f;box-shadow:0 8px 24px rgba(25,70,47,.06)}.progress-list li.active>b,.progress-list li.complete>b{background:var(--green);color:#fff;border-color:var(--green)}.progress-list li.complete{color:#47775a}
.entry-content{position:relative;overflow-y:auto;background:#fff;scrollbar-width:thin}.entry-close{position:sticky;float:right;top:20px;right:20px;z-index:20;width:48px;height:48px;border-radius:50%;border:1px solid #e0e6e1;background:rgba(255,255,255,.94);font-size:28px;line-height:1;cursor:pointer;color:#26372d}.mobile-entry-head{display:none}.entry-step{display:none;max-width:760px;margin:0 auto;padding:80px 50px 60px;min-height:100%;text-align:left}.entry-step.active{display:block}.step-kicker{font-size:10px;letter-spacing:.17em;font-weight:900;color:var(--green);text-transform:uppercase;margin-bottom:14px}.entry-step h2{font-size:clamp(38px,4vw,56px);line-height:1.02;margin:0 0 16px}.entry-step>p{font-size:15px;line-height:1.6;color:#6f7c74;margin:0 0 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:grid;gap:7px;font-size:11px;font-weight:800;color:#536058}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select{width:100%;height:50px;border:1px solid #d8e1da;border-radius:12px;padding:0 14px;color:#1c2c22;background:#fff;outline:none}.form-grid input:focus,.form-grid select:focus{border-color:#76b57f;box-shadow:0 0 0 4px rgba(62,148,75,.08)}.checks{display:grid;gap:11px;margin:20px 0}.checks label{display:flex;gap:10px;align-items:flex-start;font-size:11px;color:#68746d;line-height:1.4}.checks input{width:16px;height:16px;accent-color:var(--green);margin-top:1px}.checks em{font-style:normal;color:#96a098}.form-error{min-height:18px;color:#b84141!important;font-weight:700;font-size:11px!important;margin:0 0 8px!important}.text-button{border:0;background:none;color:#5d6d63;font-weight:800;font-size:12px;cursor:pointer;padding:12px}
.processing-step,.sponsor-step{text-align:center!important;max-width:720px}.processing-icon{width:92px;height:92px;margin:16px auto 28px;border-radius:50%;background:#edf6ed;display:grid;place-items:center}.processing-icon span{width:56px;height:56px;border:7px solid #d7ead9;border-top-color:var(--green);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.processing-bar{height:9px;border-radius:999px;background:#edf1ee;overflow:hidden;max-width:520px;margin:24px auto}.processing-bar span{display:block;width:4%;height:100%;background:linear-gradient(90deg,#5cb14d,#2f9144);border-radius:999px;transition:width .8s ease}.reference-card{border:1px solid #d9ead9;background:#f3fbf2;border-radius:20px;padding:21px;margin:22px auto 0;max-width:440px;display:grid;gap:6px}.reference-card small{font-size:10px;letter-spacing:.15em;font-weight:900;color:#6b7d70}.reference-card strong{font:800 28px "Manrope";color:var(--green-dark)}.reference-card span{font-size:12px;color:#7b887f}.is-hidden{display:none!important}.processing-note{font-size:11px!important;color:#87938b!important;margin-top:14px!important}
.result-step{text-align:center!important}.result-check{width:82px;height:82px;border:3px solid #58ad52;color:#49a349;border-radius:50%;display:grid;place-items:center;font-size:42px;margin:0 auto 22px}.result-step h2{font-size:44px}.result-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.result-summary>div{border:1px solid #dfe8e1;background:#f8fbf8;border-radius:17px;padding:16px;display:grid;gap:6px;text-align:left}.result-summary>div:first-child{grid-column:1/-1}.result-summary small{font-size:9px;letter-spacing:.14em;font-weight:900;color:#8a968e}.result-summary strong{font-size:13px;overflow-wrap:anywhere}.result-summary>div:first-child strong{font:800 22px "Manrope";color:var(--green-dark)}

.sponsor-step{max-width:none!important;padding:0!important;min-height:100%!important}.sponsor-preparing{max-width:720px;margin:0 auto;padding:90px 50px 70px}.embedded-locker-host{width:100%;max-width:860px;margin:0 auto;padding:24px 24px 34px;background:#fff}.embedded-locker-frame{display:block;width:100%;height:min(720px,calc(100dvh - 150px));min-height:560px;border:1px solid #e1e9e3;border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(31,70,44,.10)}
@media(max-width:1100px){.desktop-nav{display:none}.hero{grid-template-columns:1fr 1fr;gap:28px}.hero h1{font-size:54px}.hero-photo-stage{height:500px}.trust-row{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand{justify-self:center}.footer-inner p{text-align:center;max-width:720px;justify-self:center}.entry-shell{grid-template-columns:300px 1fr}.entry-sidebar{padding:28px}.entry-side-copy h2{font-size:30px}}
@media(max-width:820px){.site-header{height:72px;padding:0 16px;grid-template-columns:1fr auto}.brand img{width:170px}.site-header .button{min-height:40px;padding:9px 14px;font-size:12px}.hero{grid-template-columns:1fr;padding:34px 16px 40px;gap:32px}.hero-copy{max-width:none}.hero h1{font-size:clamp(42px,12vw,64px)}.hero-lead{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{width:100%}.countdown-card{display:grid;gap:16px;max-width:none}.countdown{justify-content:space-between}.hero-photo-stage{height:min(600px,125vw);border-radius:24px}.photo-caption strong{font-size:22px}.photo-thumb-row{gap:6px}.photo-thumb{padding:4px;border-radius:12px}.photo-thumb img{border-radius:9px}.photo-thumb span{font-size:9px}.trust-row{grid-template-columns:1fr 1fr}.trust-row>div{padding:18px 14px}.section{padding:68px 16px}.section-heading{margin-bottom:28px}.section-heading h2{font-size:38px}.section-heading p{font-size:15px}.real-photo-grid{grid-template-columns:1fr;grid-template-rows:none}.real-photo-card,.real-photo-wide{grid-row:auto;height:390px}.included-panel{grid-template-columns:1fr;padding:26px;border-radius:24px;gap:25px}.steps-grid{grid-template-columns:1fr 1fr}.step-card{min-height:200px;padding:20px}.site-footer{padding:32px 20px}.footer-links{gap:12px 20px}.entry-dialog{width:100vw;height:100dvh;border-radius:0}.entry-dialog::backdrop{background:#fff}.entry-shell{display:block}.entry-sidebar{display:none}.entry-content{height:100%;overflow-y:auto;padding-top:max(0px,env(safe-area-inset-top))}.entry-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:14px;width:42px;height:42px;font-size:24px}.mobile-entry-head{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;padding:16px 62px 14px 16px;border-bottom:1px solid #e3eae5;position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);z-index:9}.mobile-entry-head img{width:146px}.mobile-entry-head div>span{display:block;text-align:right;color:var(--green);font-size:9px;font-weight:900;letter-spacing:.1em}.mobile-entry-head i{display:block;height:5px;background:#edf1ee;border-radius:99px;margin-top:7px;overflow:hidden}.mobile-entry-head i b{display:block;width:25%;height:100%;background:var(--green);transition:.3s}.entry-step{min-height:calc(100dvh - 76px);padding:42px 18px calc(34px + env(safe-area-inset-bottom));max-width:650px}.entry-step h2{font-size:38px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.form-grid input,.form-grid select{height:52px;font-size:16px}.checks label{font-size:12px}.result-step h2{font-size:36px}.sponsor-preparing{padding:64px 18px 40px}.embedded-locker-host{padding:12px 12px calc(18px + env(safe-area-inset-bottom));max-width:none}.embedded-locker-frame{height:calc(100dvh - 108px);min-height:620px;border-radius:16px}.processing-icon{width:84px;height:84px}}
@media(max-width:540px){.brand img{width:148px}.site-header{height:66px}.site-header .button{padding:8px 12px}.hero{padding-top:26px}.hero h1{font-size:44px}.hero-actions{grid-template-columns:1fr}.countdown{gap:4px}.countdown div{min-width:40px}.countdown b{font-size:21px}.photo-thumb span{display:none}.trust-row{grid-template-columns:1fr}.trust-row>div{grid-template-columns:34px 1fr}.real-photo-card,.real-photo-wide{height:330px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:0}.footer-brand img{width:160px}.footer-links{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:13px 18px}.footer-links a{text-align:center}.mobile-entry-head{grid-template-columns:126px 1fr;padding-left:12px}.mobile-entry-head img{width:122px}.entry-step{padding-left:15px;padding-right:15px}.entry-step h2{font-size:34px}.result-summary{grid-template-columns:1fr}.result-summary>div:first-child{grid-column:auto}.reference-card strong{font-size:24px}.embedded-locker-host{padding-left:8px;padding-right:8px}.embedded-locker-frame{height:calc(100dvh - 100px);min-height:580px;border-radius:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}


/* Final no-survey flow refinements */
.steps-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.processing-status{min-height:116px;display:grid;place-items:center}
.result-check.compact{width:92px;height:92px;margin:16px auto 28px;font-size:48px;background:#f2fbf1;box-shadow:0 12px 32px rgba(47,145,68,.10)}
.approval-banner{border:1px solid #cfe7d1;background:linear-gradient(180deg,#f5fcf4,#edf8ed);border-radius:20px;padding:20px;margin:20px auto 0;max-width:520px;display:grid;gap:6px}
.approval-banner small{font-size:10px;letter-spacing:.15em;font-weight:900;color:#718078}
.approval-banner strong{font:800 22px/1.2 "Manrope";color:var(--green-dark)}
.approval-banner span{font-size:12px;line-height:1.5;color:#728077}
.entry-close.flow-locked{opacity:.35;pointer-events:none}
.hero-photo-stage>img[src*="exterior-main"]{object-position:center 60%}
.real-photo-card img{filter:brightness(1.03) saturate(.96)}
@media(max-width:1100px){.steps-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.steps-grid-three{grid-template-columns:1fr}.mobile-entry-head i b{width:33.333%}}
@media(max-width:540px){
  .approval-banner{padding:16px;border-radius:16px}
  .approval-banner strong{font-size:20px}
  .processing-status{min-height:104px}
  .result-check.compact{width:80px;height:80px;font-size:42px}
}


/* Embedded sponsor locker: stays inside Tiny Home Match Step 3 */
#sponsorStep.active{display:block;}
#embeddedLockerHost{box-sizing:border-box;}
#embeddedLockerFrame{box-sizing:border-box;}
@media (max-width:820px){
  #sponsorStep{min-height:calc(100dvh - 76px)!important;}
  #embeddedLockerHost{width:100%;}
  #embeddedLockerFrame{width:100%;}
}
