:root{--green:#6fbe44;--green-dark:#016838;--green-tint:#eef7e8;--green-soft:#a8d88a;--black:#1a1a1a;--grey-800:#2d2d2d;--grey-500:#6b6b6b;--grey-200:#e8e8e8;--grey-100:#f5f5f3;--white:#fff;--warm-white:#fafaf8;--red:#c0392b;--red-tint:#fdecec;--orange:#d4691a;--orange-tint:#fef2e8;--font-display:"Roboto",sans-serif;--font-body:"Roboto",sans-serif;--radius:10px;--shadow:0 2px 20px rgba(0,0,0,.07);--shadow-lg:0 8px 40px rgba(0,0,0,.12);--nav-h:68px;--util-h:38px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:6px;font-family:var(--font-body);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--green);color:var(--white);border-color:var(--green)}.btn-primary:hover{background:#5da835;border-color:#5da835;transform:translateY(-1px);box-shadow:0 4px 16px rgba(111,190,68,.35)}.btn-dark:hover{border-color:#014f2a}.btn-outline{background:transparent;color:var(--green-dark);border-color:var(--green-dark)}.btn-outline:hover{background:var(--green-dark);color:var(--white);transform:translateY(-1px)}.btn-white{background:var(--white);color:var(--green-dark);border-color:var(--white)}.btn-white:hover{background:var(--green-tint);border-color:var(--green-tint)}.btn-ghost{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.5)}.btn-ghost:hover{background:hsla(0,0%,100%,.12);border-color:var(--white)}.section-label{display:inline-block;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.15;color:var(--black);margin-bottom:16px}.section-title span{color:var(--green-dark)}.section-sub{font-size:17px;color:var(--grey-500);line-height:1.65;max-width:560px}.tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;background:var(--green-tint);color:var(--green-dark)}.check-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:15px;color:var(--grey-800)}.check-item:before{content:"";width:18px;height:18px;min-width:18px;background:var(--green);border-radius:50%;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:50%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filled-icon{font-variation-settings:"FILL" 1}.util-bar{background:var(--green-dark);height:var(--util-h)}.util-bar,.util-bar .container{display:flex;align-items:center}.util-bar .container{justify-content:space-between;width:100%}.util-left{gap:20px}.util-left,.util-link{display:flex;align-items:center}.util-link{font-size:12.5px;color:hsla(0,0%,100%,.8);font-weight:400;transition:color .15s;gap:5px}.util-link:hover{color:var(--white)}.util-link .material-symbols-outlined{font-size:14px;line-height:1}.util-right{gap:16px}.util-phone,.util-right{display:flex;align-items:center}.util-phone{font-size:13px;color:var(--white);font-weight:600;gap:6px}.util-phone .material-symbols-outlined{font-size:14px;line-height:1}.util-divider{width:1px;height:16px;background:hsla(0,0%,100%,.2)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--grey-200);height:var(--nav-h);box-shadow:0 2px 12px rgba(0,0,0,.06)}.nav .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;width:100%;grid-gap:16px;gap:16px}.nav-logo{display:flex;align-items:center;justify-content:center;order:2}.nav-logo img{height:31px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:4px;order:1}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:10px 14px;border-radius:6px;font-size:14.5px;font-weight:500;color:var(--grey-800);transition:all .15s;cursor:pointer}.nav-item:hover .nav-link,.nav-link:hover{color:var(--green-dark);background:var(--green-tint)}.nav-link .material-symbols-outlined{font-size:16px;transition:transform .2s;line-height:1}.nav-item:hover .nav-link .material-symbols-outlined{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:var(--white);border:1px solid var(--grey-200);border-radius:12px;box-shadow:var(--shadow-lg);padding:8px;min-width:260px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:all .2s ease}.nav-dropdown:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.nav-item:hover .nav-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.nav-dropdown-section{padding:6px 4px 2px}.nav-dropdown-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-500);padding:0 10px;margin-bottom:4px}.nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;font-size:13.5px;color:var(--grey-800);font-weight:400;transition:all .15s}.nav-dropdown-item:hover{background:var(--green-tint);color:var(--green-dark)}.nav-dropdown-item-icon{width:30px;height:30px;border-radius:6px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-dropdown-item-icon .material-symbols-outlined{font-size:16px;color:var(--green-dark);line-height:1}.nav-dropdown-divider{height:1px;background:var(--grey-200);margin:6px 4px}.nav-cta{display:flex;align-items:center;gap:10px;order:3;justify-content:flex-end}.hero{background:var(--green-dark);position:relative;overflow:hidden;padding:100px 0 90px}.hero-bg-pattern{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:32px 32px}.hero-bg-circle{position:absolute;border-radius:50%;background:rgba(111,190,68,.12)}.hero-bg-circle-1{width:600px;height:600px;top:-200px;right:-150px}.hero-bg-circle-2{width:350px;height:350px;bottom:-120px;left:-80px}.hero-accent{position:absolute;bottom:0;left:0;right:0;height:5px;background:var(--green)}.hero .container{position:relative;z-index:2}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.hero-label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green-soft);margin-bottom:20px;display:flex;align-items:center;gap:8px}.hero-label:before{content:"";width:24px;height:2px;background:var(--green)}.hero-title{font-family:var(--font-display);font-size:clamp(38px,5vw,62px);font-weight:800;color:var(--white);line-height:1.08;margin-bottom:22px}.hero-title em{color:var(--green);font-style:normal}.hero-sub{font-size:18px;color:hsla(0,0%,100%,.75);line-height:1.65;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:44px}.hero-trust{display:flex;gap:28px}.hero-trust-item{display:flex;flex-direction:column}.hero-trust-num{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--white)}.hero-trust-lbl{font-size:12px;color:hsla(0,0%,100%,.55)}.hero-card-stack{position:relative}.hero-card{background:var(--white);border-radius:16px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.hero-card-tag{display:flex;align-items:center;gap:8px;margin-bottom:18px}.hero-card-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-card-tag span{font-size:12px;font-weight:600;color:var(--green-dark);text-transform:uppercase;letter-spacing:.08em}.hero-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.hero-price-dollar{font-size:22px;font-weight:700}.hero-price-dollar,.hero-price-num{font-family:var(--font-display);color:var(--green-dark)}.hero-price-num{font-size:54px;font-weight:800;line-height:1}.hero-price-per{font-size:15px;color:var(--grey-500);align-self:flex-end;padding-bottom:6px}.hero-price-note{font-size:12px;color:var(--grey-500);margin-bottom:20px}.hero-card-items{display:flex;flex-direction:column;gap:2px}.hero-card-item{font-size:13px;color:var(--grey-800);display:flex;align-items:center;gap:8px;padding:4px 0}.hero-card-item:before{content:"✓";color:var(--green);font-weight:700;font-size:13px}.hero-card-cta{margin-top:20px;width:100%;text-align:center;display:block;padding:13px;background:var(--green);color:#fff;border-radius:7px;font-weight:600;font-size:14px;transition:all .2s}.hero-card-cta:hover{background:#5da835}.hero-float-badge{position:absolute;top:-18px;right:-18px;background:var(--green-dark);color:#fff;border-radius:12px;padding:14px 18px;box-shadow:0 8px 24px rgba(1,104,56,.4);z-index:2}.hero-float-badge-num{font-family:var(--font-display);font-size:22px;font-weight:800}.hero-float-badge-lbl{font-size:11px;opacity:.75}.hero-img-stack,.hero-img-wrap{position:relative}.hero-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.35);aspect-ratio:4/3}.hero-img{object-fit:cover;width:100%!important;height:100%!important;display:block}.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45) 0,transparent 55%);pointer-events:none}.hero-img-pill{position:absolute;bottom:20px;left:20px;display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;padding:8px 16px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em}.hero-img-pill-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse 2s infinite}.audience-split{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto}.audience-half{padding:48px 56px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.audience-half-owner{background:var(--green-tint)}.audience-half-tenant{background:var(--white);border-top:4px solid var(--green)}.audience-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.audience-icon-owner{background:var(--green-dark)}.audience-icon-tenant{background:var(--green-tint);border:2px solid var(--green)}.audience-icon .material-symbols-outlined{font-size:22px;line-height:1}.audience-icon-owner .material-symbols-outlined{color:var(--white)}.audience-icon-tenant .material-symbols-outlined{color:var(--green-dark)}.audience-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--black)}.audience-sub{font-size:15px;color:var(--grey-500);line-height:1.6}.audience-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.audience-link{font-size:13px;font-weight:500;color:var(--green-dark);border:1.5px solid var(--green);border-radius:20px;padding:5px 14px;transition:all .15s}.audience-link:hover{background:var(--green);color:#fff;border-color:var(--green)}.trust-bar{background:var(--black);padding:28px 0}.trust-bar .container{display:flex;align-items:center;justify-content:space-between;gap:32px}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.trust-item-num{font-family:var(--font-display);font-size:28px;font-weight:800;color:var(--green);line-height:1}.trust-item-label{font-size:13px;font-weight:600;color:#fff}.trust-item-sub{font-size:11.5px;color:hsla(0,0%,100%,.5);line-height:1.4}.trust-sep{width:1px;height:48px;background:hsla(0,0%,100%,.1)}.section{padding:88px 0}.section-alt{background:var(--grey-100)}.section-dark{background:var(--green-dark)}.section-header{text-align:center;margin-bottom:56px}.section-header .section-sub{margin:0 auto}.section-header-left{text-align:left;margin-bottom:40px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.why-card{background:var(--white);border-radius:var(--radius);padding:36px 30px;border:1px solid var(--grey-200);transition:all .25s;position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transition:transform .3s}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:transparent}.why-card:hover:before{transform:scaleX(1)}.why-icon{width:52px;height:52px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.why-icon .material-symbols-outlined{font-size:24px;color:var(--green-dark);line-height:1}.why-title{font-family:var(--font-display);font-size:19px;font-weight:700;margin-bottom:10px}.why-text{font-size:14.5px;color:var(--grey-500);line-height:1.65}.pricing-wrap{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:48px;gap:48px;align-items:start}.pricing-context{padding-top:8px}.pricing-context .section-sub{margin-bottom:28px}.pricing-points{display:flex;flex-direction:column;gap:4px;margin-bottom:32px}.pricing-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--grey-200)}.pricing-card-header{background:var(--green-dark);padding:32px 36px}.pricing-card-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-soft);margin-bottom:12px}.pricing-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.pricing-dollar{font-size:24px;font-weight:700}.pricing-amount,.pricing-dollar{font-family:var(--font-display);color:var(--white)}.pricing-amount{font-size:64px;font-weight:800;line-height:1}.pricing-period{font-size:16px;color:hsla(0,0%,100%,.65);align-self:flex-end;padding-bottom:8px}.pricing-note{font-size:12.5px;color:hsla(0,0%,100%,.55)}.pricing-badge{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:#fff;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600;margin-bottom:16px}.pricing-card-body{padding:28px 36px}.pricing-card-body-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:16px}.pricing-items{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px 16px;gap:2px 16px;margin-bottom:24px}.pricing-item{font-size:13.5px;color:var(--grey-800);display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid var(--grey-200)}.pricing-item:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.pricing-cta{display:block;text-align:center;padding:15px;background:var(--green);color:#fff;border-radius:8px;font-weight:600;font-size:15px;transition:all .2s}.pricing-cta:hover{background:#5da835;transform:translateY(-1px);box-shadow:0 4px 16px rgba(111,190,68,.35)}.pricing-sub-note{font-size:12px;color:var(--grey-500);text-align:center;margin-top:10px}.pricing-info-box{background:var(--green-tint);border-radius:7px;padding:12px 14px;margin-bottom:16px;font-size:12.5px;color:var(--green-dark);display:flex;gap:8px;align-items:flex-start}.pricing-context-points{display:flex;flex-direction:column;gap:4px;margin-bottom:32px}.properties-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.properties-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.prop-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--grey-200);transition:all .25s}.prop-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.prop-img{height:180px;background:var(--grey-100);position:relative;overflow:hidden}.prop-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--green-tint) 0,var(--grey-200) 100%);display:flex;align-items:center;justify-content:center}.prop-img-placeholder svg{width:48px;height:48px;fill:var(--green-dark);opacity:.3}.prop-tag{position:absolute;top:12px;left:12px;background:var(--green-dark);color:#fff;border-radius:4px;font-size:11px;font-weight:600;padding:3px 10px;letter-spacing:.05em}.prop-body{padding:18px}.prop-suburb{font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:2px}.prop-address{font-size:12px;color:var(--grey-500);margin-bottom:0}.prop-price{font-size:20px;font-weight:700;color:var(--green-dark);font-family:var(--font-display)}.prop-price span{font-size:13px;font-weight:400;color:var(--grey-500)}.prop-details{display:flex;gap:14px;margin-top:10px;padding-top:10px;border-top:1px solid var(--grey-200)}.prop-detail{font-size:12.5px;color:var(--grey-500);display:flex;align-items:center;gap:4px}.prop-detail svg{width:13px;height:13px;fill:var(--grey-500)}.blog-search-wrap{margin-bottom:32px}.blog-search{width:100%;max-width:480px;display:block;padding:11px 16px 11px 40px;border:1.5px solid var(--grey-200);border-radius:8px;font-size:14px;color:var(--grey-900);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 12px center;transition:border-color .2s,box-shadow .2s}.blog-search:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(106,176,66,.15)}.blog-search::placeholder{color:var(--grey-400)}.blog-no-results{text-align:center;color:var(--grey-500);padding:40px 0;font-size:15px}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.blog-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--grey-200);transition:all .25s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:transparent}.blog-card-img-wrap{height:180px;overflow:hidden;background:var(--grey-100);flex-shrink:0}.blog-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card:hover .blog-card-img{transform:scale(1.04)}.blog-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--green-tint) 0,var(--grey-200) 100%);display:flex;align-items:center;justify-content:center}.blog-card-img-placeholder svg{width:48px;height:48px;fill:var(--green-dark);opacity:.25}.blog-card-body{padding:20px;display:flex;flex-direction:column;flex:1 1}.blog-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.blog-card-tag{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--green-dark);background:var(--green-tint);border-radius:4px;padding:2px 8px}.blog-card-title{font-family:var(--font-display);font-size:15px;font-weight:700;line-height:1.35;margin-bottom:8px;color:var(--grey-900)}.blog-card-excerpt{font-size:13px;color:var(--grey-600);line-height:1.6;flex:1 1;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;align-items:center;justify-content:flex-end;padding-top:12px;border-top:1px solid var(--grey-200);margin-top:auto}.blog-card-btn{font-size:12.5px;font-weight:600;color:var(--green-dark);letter-spacing:.02em;white-space:nowrap}.blog-card:hover .blog-card-btn{text-decoration:underline}.blog-post-content h2{margin-top:15px;margin-bottom:10px}.blog-post-content p{margin-bottom:15px;line-height:18px}.blog-post-content ul{list-style:none;padding-left:20px}.blog-post-content ol{padding-left:20px}.blog-post-content ul li{padding-left:1.2em;position:relative;padding-bottom:1px}.blog-post-content ul li:before{content:"•";position:absolute;left:0;color:var(--green-dark)}.reviews-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.review-card{flex:1 1 260px;max-width:380px;background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid var(--grey-200)}.review-stars{display:flex;gap:3px;margin-bottom:14px}.review-stars span{color:#f5a623;font-size:16px}.review-text{font-size:14.5px;color:var(--grey-800);line-height:1.65;margin-bottom:18px;font-style:italic}.review-author{gap:12px}.review-author,.review-avatar{display:flex;align-items:center}.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--green-tint);justify-content:center;font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--green-dark)}.review-name{font-size:13.5px;font-weight:600}.review-type{font-size:12px;color:var(--grey-500)}.review-google{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--grey-500);margin-top:4px}.tenant-section{background:var(--green-dark);padding:88px 0;position:relative;overflow:hidden}.tenant-bg{position:absolute;inset:0;opacity:.05;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:28px 28px}.tenant-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.tenant-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--white);margin-bottom:18px}.tenant-title em{color:var(--green);font-style:normal}.tenant-sub{font-size:17px;color:hsla(0,0%,100%,.7);line-height:1.65;margin-bottom:32px}.tenant-actions{display:flex;flex-wrap:wrap;gap:12px}.tenant-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.tenant-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:22px;transition:all .2s}.tenant-card:hover{background:hsla(0,0%,100%,.13);transform:translateY(-2px)}.tenant-card-icon{margin-bottom:10px}.tenant-card-icon .material-symbols-outlined{font-size:26px;color:var(--green);line-height:1}.tenant-card-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--white);margin-bottom:5px}.tenant-card-text{font-size:13px;color:hsla(0,0%,100%,.6);line-height:1.5}.cta-band{background:var(--green);padding:64px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-title{font-family:var(--font-display);font-size:clamp(22px,3vw,34px);font-weight:800;color:var(--white);margin-bottom:8px}.cta-sub{font-size:16px;color:hsla(0,0%,100%,.8)}.cta-actions{display:flex;gap:12px;flex-shrink:0}.footer{background:var(--black);color:hsla(0,0%,100%,.7);padding:64px 0 32px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand-text{font-size:13.5px;line-height:1.65;margin-bottom:20px;color:hsla(0,0%,100%,.55);max-width:260px}.footer-contact{display:flex;flex-direction:column;gap:6px}.footer-contact a{font-size:13px;color:hsla(0,0%,100%,.65);transition:color .15s;display:flex;align-items:center;gap:6px}.footer-contact a:hover{color:var(--green)}.footer-col-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin-bottom:16px}.footer-link{display:block;font-size:13.5px;color:hsla(0,0%,100%,.6);margin-bottom:8px;transition:color .15s}.footer-link:hover{color:var(--green)}.footer-divider{height:1px;background:hsla(0,0%,100%,.08);margin-bottom:24px}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-legal{font-size:12px;color:hsla(0,0%,100%,.35)}.footer-legal a{color:hsla(0,0%,100%,.45);transition:color .15s}.footer-legal a:hover{color:hsla(0,0%,100%,.8)}.footer-socials{display:flex;gap:10px}.footer-social{width:34px;height:34px;border-radius:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);font-size:14px;transition:all .15s}.footer-social:hover{background:var(--green);color:#fff;border-color:var(--green)}.seo-block{background:var(--grey-100);padding:56px 0}.seo-block .container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;gap:40px}.seo-item{background:var(--white);border-radius:12px;padding:28px 32px}.seo-item h3{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--black);margin-bottom:10px}.seo-item p{font-size:13.5px;color:var(--grey-500);line-height:1.65}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;transition:background .15s}.nav-hamburger:hover{background:var(--grey-100)}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:all .25s}.nav-hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:0;z-index:200}.mobile-nav.open{display:block}.mobile-nav-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}.mobile-nav-panel{position:absolute;top:0;right:0;bottom:0;width:300px;background:var(--white);overflow-y:auto;padding:24px 20px;transform:translateX(100%);transition:transform .3s ease}.mobile-nav.open .mobile-nav-panel{transform:translateX(0)}.mobile-nav-close{display:flex;justify-content:flex-end;margin-bottom:20px}.mobile-nav-close button{background:none;border:none;cursor:pointer;font-size:24px;color:var(--grey-500);line-height:1;padding:4px}.mobile-nav-section{margin-bottom:24px}.mobile-nav-heading{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-500);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--grey-200)}.mobile-nav-link{display:block;padding:10px 0;font-size:15px;font-weight:500;color:var(--grey-800);border-bottom:1px solid var(--grey-100);transition:color .15s}.mobile-nav-link:hover{color:var(--green-dark)}.mobile-nav-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.mobile-nav-actions .btn{width:100%;justify-content:center}.fade-up{opacity:0;transform:translateY(24px);animation:fadeUp .6s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@media (max-width:900px){.util-bar{display:none}.nav .container{grid-template-columns:auto 1fr auto}.nav-logo{order:1;justify-content:flex-start}.nav-cta,.nav-links{display:none}.nav-hamburger{display:flex;order:3}.hero{padding:60px 0 56px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-card-stack,.hero-img-stack{display:none}.hero-title{font-size:clamp(32px,8vw,48px)}.hero-sub{font-size:16px}.hero-trust{flex-wrap:wrap;gap:16px}.audience-split{grid-template-columns:1fr}.audience-half{padding:36px 28px}.audience-half-tenant{border-top:none;border-left:4px solid var(--green)}.trust-bar .container{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 16px;gap:20px 16px;justify-items:center}.trust-sep{display:none}.why-grid{grid-template-columns:1fr 1fr}.pricing-wrap{grid-template-columns:1fr}.pricing-context{order:2}.pricing-card{order:1}.blog-grid,.properties-grid{grid-template-columns:1fr 1fr}.properties-header{flex-direction:column;align-items:flex-start;gap:12px}.reviews-grid{flex-direction:column;align-items:center}.review-card{max-width:560px;width:100%}.tenant-inner{grid-template-columns:1fr;gap:40px}.tenant-section{padding:60px 0}.cta-band{padding:48px 0}.cta-inner{flex-direction:column;text-align:center}.cta-actions{justify-content:center}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.seo-block .container{grid-template-columns:1fr;gap:16px}.section{padding:60px 0}.section-header{margin-bottom:36px}}@media (max-width:560px){.container{padding:0 18px}.nav-logo img{height:26px}.hero{padding:44px 0 40px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.hero-trust{gap:12px}.audience-half{padding:28px 20px}.trust-bar{padding:24px 0}.trust-bar .container{grid-template-columns:1fr 1fr;gap:16px 12px}.trust-item-num{font-size:22px}.blog-grid,.footer-top,.properties-grid,.tenant-cards,.why-grid{grid-template-columns:1fr}.footer{padding:48px 0 28px}.pricing-items{grid-template-columns:1fr}.section{padding:44px 0}.section-header{margin-bottom:28px}}.breadcrumb{background:var(--grey-100);border-bottom:1px solid var(--grey-200);padding:12px 0}.breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:500;color:var(--grey-500);text-transform:uppercase;letter-spacing:.06em}.breadcrumb-inner a{font-weight:500}.breadcrumb-inner a,.breadcrumb-sep{color:var(--green-dark)}.hero--tenants{padding:80px 0 72px}.hero-eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--green-soft);margin-bottom:18px}.hero-eyebrow:before{content:"";width:24px;height:2px;background:var(--green)}.hero-quick-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hero-quick-link{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:18px 16px;transition:all .2s;display:flex;align-items:center;gap:12px}.hero-quick-link:hover{background:hsla(0,0%,100%,.14);border-color:rgba(111,190,68,.5);transform:translateY(-1px)}.hero-ql-icon{width:36px;height:36px;border-radius:8px;background:rgba(111,190,68,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-ql-icon svg{width:18px;height:18px;fill:var(--green)}.hero-ql-title{font-size:13px;font-weight:700;color:var(--white)}.hero-ql-text{font-size:11.5px;color:hsla(0,0%,100%,.55);margin-top:1px}.quick-actions{background:var(--black);padding:36px 0}.quick-actions .container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.qa-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;transition:all .2s}.qa-card:hover{background:rgba(111,190,68,.1);border-color:rgba(111,190,68,.3);transform:translateY(-2px)}.qa-icon{font-size:26px}.qa-title{font-size:14px;font-weight:700;color:var(--white)}.qa-text{font-size:12.5px;color:hsla(0,0%,100%,.5);line-height:1.5}.qa-link{font-size:12.5px;font-weight:600;color:var(--green);margin-top:4px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.benefit-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;border:1px solid var(--grey-200);transition:all .25s;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transition:transform .3s}.benefit-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.benefit-card:hover:before{transform:scaleX(1)}.benefit-icon{width:52px;height:52px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.benefit-icon svg{width:24px;height:24px;fill:var(--green-dark)}.benefit-title{font-size:17px;font-weight:700;margin-bottom:10px}.benefit-text{font-size:14px;color:var(--grey-500);line-height:1.65}.listings-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.listings-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.listing-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--grey-200);transition:all .25s}.listing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.listing-img{height:200px;background:var(--grey-100);position:relative}.listing-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--green-tint) 0,var(--grey-200) 100%);display:flex;align-items:center;justify-content:center}.listing-img-placeholder svg{width:56px;height:56px;fill:var(--green-dark);opacity:.25}.listing-status{position:absolute;top:12px;left:12px;border-radius:4px;font-size:11px;font-weight:600;padding:4px 10px;letter-spacing:.05em}.status-available{background:var(--green);color:#fff}.status-leased{background:var(--grey-800);color:#fff}.listing-body{padding:20px}.listing-suburb{font-size:18px;font-weight:700;margin-bottom:4px}.listing-address{font-size:13px;color:var(--grey-500);margin-bottom:12px}.listing-price{font-size:22px;font-weight:700;color:var(--green-dark);margin-bottom:12px}.listing-price span{font-size:13px;font-weight:400;color:var(--grey-500)}.listing-features{display:flex;gap:14px;padding-top:12px;border-top:1px solid var(--grey-200);margin-bottom:14px}.listing-feature{font-size:12.5px;color:var(--grey-500);display:flex;align-items:center;gap:5px}.listing-feature svg{width:14px;height:14px;fill:var(--grey-500)}.listing-cta{display:block;text-align:center;padding:10px;background:var(--green-tint);color:var(--green-dark);border-radius:6px;font-size:13.5px;font-weight:600;transition:all .15s}.listing-cta:hover{background:var(--green);color:#fff}.apply-steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;position:relative}.apply-steps:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:2px;background:var(--grey-200);z-index:0}.apply-step{flex-direction:column;text-align:center;padding:0 12px;position:relative;z-index:1}.apply-num,.apply-step{display:flex;align-items:center}.apply-num{width:56px;height:56px;border-radius:50%;justify-content:center;font-size:18px;font-weight:800;margin-bottom:16px;box-shadow:0 2px 12px rgba(0,0,0,.1)}.apply-num-active{background:var(--green-dark);color:#fff}.apply-num-inactive{background:var(--white);color:var(--green-dark);border:2px solid var(--grey-200)}.apply-title{font-size:13.5px;font-weight:700;margin-bottom:6px}.apply-text{font-size:12px;color:var(--grey-500);line-height:1.55}.rights-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.right-card{background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid var(--grey-200);display:flex;gap:18px;transition:all .2s}.right-card:hover{box-shadow:var(--shadow);border-color:var(--green)}.right-num{width:40px;height:40px;border-radius:10px;background:var(--green-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0}.right-body{flex:1 1}.right-title{font-size:15px;font-weight:700;margin-bottom:6px}.right-text{font-size:13.5px;color:var(--grey-500);line-height:1.65}.right-link{font-size:12.5px;font-weight:600;color:var(--green-dark);margin-top:8px;display:inline-block}.prop-detail-gallery-wrap{background:var(--grey-100);padding:24px 0;border-bottom:1px solid var(--grey-200)}.prop-gallery{display:flex;flex-direction:column;gap:10px}.prop-gallery-main{border-radius:12px;overflow:hidden;height:420px;background:var(--grey-200)}.prop-gallery-img{width:100%;height:100%;object-fit:cover;display:block}.prop-gallery-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--green-tint) 0,var(--grey-200) 100%)}.prop-gallery-empty,.prop-gallery-placeholder{display:flex;align-items:center;justify-content:center}.prop-gallery-empty{height:280px;background:var(--grey-100);border-radius:12px}.prop-gallery-thumbs{display:flex;gap:8px}.prop-gallery-thumb{border:2px solid transparent;border-radius:8px;overflow:hidden;width:80px;height:60px;flex-shrink:0;cursor:pointer;padding:0;background:none;transition:border-color .15s}.prop-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.prop-gallery-thumb-active{border-color:var(--green)}.prop-detail-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:48px;gap:48px;align-items:start}.prop-detail-main{display:flex;flex-direction:column;gap:0}.prop-detail-title-row{margin-bottom:20px}.prop-status-badge{display:inline-block;border-radius:4px;font-size:11px;font-weight:600;padding:3px 10px;letter-spacing:.05em;margin-bottom:8px;margin-right:6px}.status-badge-available{background:var(--green-tint);color:var(--green-dark)}.status-badge-vacant{background:var(--green);color:#fff}.status-badge-pending{background:#fef3c7;color:#92400e}.prop-type-badge,.status-badge-leased{background:var(--grey-100);color:var(--grey-500)}.prop-type-badge{display:inline-block;border-radius:4px;font-size:11px;font-weight:600;padding:3px 10px;letter-spacing:.05em;margin-bottom:8px;text-transform:capitalize}.prop-detail-street{font-size:17px;color:var(--grey-800);display:flex;align-items:center;margin-bottom:0;font-weight:500}.prop-detail-title{font-family:var(--font-display);font-size:clamp(26px,4vw,38px);font-weight:800;margin-bottom:6px}.prop-detail-address{font-size:14px;color:var(--grey-500);display:flex;align-items:center}.prop-stats-bar{flex-wrap:wrap;gap:0;background:var(--grey-100);border-radius:10px;padding:16px 20px;margin-bottom:32px}.prop-stat,.prop-stats-bar{display:flex;align-items:center}.prop-stat{flex-direction:column;gap:2px;padding:0 20px;text-align:center}.prop-stat .material-symbols-outlined{font-size:22px;color:var(--green-dark);margin-bottom:2px}.prop-stat-val{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--black)}.prop-stat-lbl{font-size:11px;color:var(--grey-500);text-transform:uppercase;letter-spacing:.07em}.prop-stat-sep{width:1px;height:48px;background:var(--grey-200);flex-shrink:0}.prop-detail-section{border-top:1px solid var(--grey-200);padding-top:28px;margin-top:28px}.prop-detail-section-title{font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:16px}.prop-detail-description{font-size:15px;color:var(--grey-800);line-height:1.75;white-space:pre-wrap}.prop-features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;list-style:none}.prop-feature-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--grey-800)}.prop-lease-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--grey-200);border:1px solid var(--grey-200);border-radius:10px;overflow:hidden}.prop-lease-item{background:var(--white);padding:16px 20px;display:flex;flex-direction:column;gap:4px}.prop-lease-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500);font-weight:600}.prop-lease-val{font-size:16px;font-weight:700;color:var(--black)}.prop-suburb-intro{font-size:14px;color:var(--grey-500);line-height:1.65;margin-bottom:20px}.suburb-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.suburb-stat{background:var(--green-tint);border-radius:10px;padding:16px;text-align:center}.suburb-stat-val{display:block;font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--green-dark);margin-bottom:4px}.suburb-stat-lbl{font-size:11px;color:var(--grey-500);text-transform:uppercase;letter-spacing:.07em}.suburb-breakdown{margin-bottom:24px}.suburb-breakdown-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500);margin-bottom:12px}.suburb-breakdown-bars{display:flex;flex-direction:column;gap:8px}.suburb-bar-row{display:grid;grid-template-columns:60px 1fr 40px;align-items:center;grid-gap:10px;gap:10px}.suburb-bar-label{font-size:12px;color:var(--grey-500)}.suburb-bar-track{height:8px;background:var(--grey-200);border-radius:4px;overflow:hidden}.suburb-bar-fill{height:100%;background:var(--green);border-radius:4px}.suburb-bar-pct{font-size:12px;color:var(--grey-500);text-align:right}.suburb-schools{margin-bottom:24px}.suburb-school-list{display:flex;flex-direction:column;gap:8px;list-style:none}.suburb-school-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--grey-100);border-radius:8px}.suburb-school-name{font-size:13.5px;display:block}.suburb-school-type{font-size:11px;color:var(--grey-500);text-transform:uppercase;letter-spacing:.06em}.suburb-school-dist{color:var(--grey-500);margin-left:auto}.suburb-neighbour-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.suburb-neighbour-chip{font-size:12.5px;padding:5px 12px;background:var(--white);border:1px solid var(--grey-200);border-radius:20px;color:var(--grey-800)}.prop-apply-card{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 24px);background:var(--white);border:1.5px solid var(--grey-200);border-radius:14px;padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.prop-apply-price{display:flex;align-items:baseline;gap:4px}.prop-apply-amount{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--green-dark)}.prop-apply-per{font-size:14px;color:var(--grey-500)}.prop-apply-bond{font-size:13px;color:var(--grey-500);margin-top:-8px}.prop-apply-facts{display:flex;gap:16px}.prop-apply-fact{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--grey-800);font-weight:500}.prop-apply-fact .material-symbols-outlined{font-size:18px;color:var(--green-dark)}.prop-apply-avail{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--grey-500)}.apply-btn{width:100%;justify-content:center;font-size:16px;padding:14px}.prop-apply-divider{border:none;border-top:1px solid var(--grey-200);margin:0}.prop-apply-contact-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500)}.prop-apply-contact-link{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--green-dark);font-weight:500;transition:opacity .15s}.prop-apply-contact-link:hover{opacity:.75}.prop-apply-contact-link .material-symbols-outlined{font-size:18px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal{border-radius:16px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.25)}.modal,.modal-header{background:var(--white)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 28px 20px;border-bottom:1px solid var(--grey-200);gap:16px;position:-webkit-sticky;position:sticky;top:0;z-index:1;border-radius:16px 16px 0 0}.modal-title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:4px}.modal-sub{font-size:13px;color:var(--grey-500)}.modal-close{background:var(--grey-100);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;flex-shrink:0;transition:background .15s}.modal-close:hover{background:var(--grey-200)}.modal-form{padding:24px 28px 28px;display:flex;flex-direction:column;gap:0}.modal-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:12px;margin-top:8px}.modal-success{padding:48px 28px;text-align:center}.modal-success-icon{width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.app-consent{font-size:13px;color:var(--grey-500);line-height:1.5;display:flex;align-items:flex-start;cursor:pointer}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.contact-info-stack{display:flex;flex-direction:column;gap:20px}.contact-info-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px}.contact-info-icon{font-size:28px;margin-bottom:12px}.contact-info-title{font-family:var(--font-display);font-size:17px;font-weight:700;margin-bottom:8px}.contact-info-text{font-size:14px;color:var(--grey-500);line-height:1.65}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-weight:600}.form-input{border-radius:7px;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;box-shadow:0 0 0 3px rgba(111,190,68,.15)}.form-input::placeholder{color:var(--grey-200)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%236B6B6B'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.form-textarea{resize:vertical;min-height:120px}.form-note{font-size:12px;color:var(--grey-500);margin-top:8px}.contact-success{text-align:center;padding:48px 32px;border:1.5px solid var(--green);border-radius:var(--radius);background:var(--green-tint)}.contact-success-icon{width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.contact-success-title{font-family:var(--font-display);font-size:22px;font-weight:700;margin-bottom:8px}.contact-success-text{font-size:15px;color:var(--grey-500)}.rentals-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:28px}.rentals-count{font-size:14px;color:var(--grey-500)}.rentals-filters{display:flex;align-items:center;gap:12px}.rentals-filter-label{font-size:13px;font-weight:600;color:var(--grey-800)}.filter-pills{display:flex;gap:6px}.filter-pill{padding:6px 14px;border-radius:20px;border:1.5px solid var(--grey-200);background:var(--white);font-size:13px;font-weight:500;color:var(--grey-800);cursor:pointer;transition:all .15s}.filter-pill:hover{border-color:var(--green-dark);color:var(--green-dark)}.filter-pill-active{background:var(--green-dark);border-color:var(--green-dark);color:var(--white)}.rentals-empty{text-align:center;padding:60px 0}.rentals-empty-icon{font-size:48px;margin-bottom:16px;display:block;color:var(--grey-400)}.rentals-empty-title{font-family:var(--font-display);font-size:22px;font-weight:700;margin-bottom:10px}.rentals-empty-text{font-size:15px;color:var(--grey-500);margin-bottom:24px}.contact-strip{background:var(--green-tint);border-top:2px solid var(--green);border-bottom:2px solid var(--green);padding:40px 0}.contact-strip .container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.contact-card{gap:16px}.contact-card,.contact-icon{display:flex;align-items:center}.contact-icon{width:44px;height:44px;justify-content:center;flex-shrink:0;color:var(--green-dark)}.contact-icon .material-symbols-outlined{font-size:28px}.contact-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:3px}.contact-detail{font-size:14px;color:var(--green-dark);font-weight:500}.contact-sub{font-size:12px;color:var(--grey-500)}.faq-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 32px;gap:0 32px;align-items:start}.faq-list{display:flex;flex-direction:column;gap:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--grey-200)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;text-align:left;padding:18px 22px;font-size:14.5px;font-weight:600;color:var(--black);background:var(--white);border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .15s;font-family:var(--font)}.faq-q.open,.faq-q:hover{background:var(--green-tint);color:var(--green-dark)}.faq-q svg{width:16px;height:16px;fill:currentColor;flex-shrink:0;transition:transform .25s}.faq-q.open svg{transform:rotate(180deg)}.faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;font-size:14px;color:var(--grey-800);line-height:1.7;background:var(--green-tint)}.faq-a.open{max-height:400px;padding:14px 22px 18px}.resources-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.checklist-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 40px;gap:0 40px}.resource-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--grey-200);padding:24px 20px;transition:all .2s;display:block}.resource-card:hover{border-color:var(--green);box-shadow:var(--shadow);transform:translateY(-2px)}.resource-emoji{font-size:28px;margin-bottom:12px;color:var(--green-dark);display:block}.resource-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:6px}.resource-text{font-size:13px;color:var(--grey-500);line-height:1.6}.resource-link{font-size:13px;font-weight:600;color:var(--green-dark);margin-top:12px;display:flex;align-items:center;gap:4px}.newsletter{background:var(--green-dark);padding:56px 0;position:relative;overflow:hidden}.newsletter-bg{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:28px 28px}.newsletter-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.newsletter-title{font-size:clamp(22px,3vw,34px);font-weight:800;color:var(--white);margin-bottom:10px}.newsletter-title em{color:var(--green);font-style:normal}.newsletter-sub{font-size:16px;color:hsla(0,0%,100%,.7);line-height:1.6}.newsletter-form{display:flex;flex-direction:column;gap:12px}.newsletter-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.newsletter-input{width:100%;padding:13px 16px;border-radius:7px;border:1.5px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:#fff;font-family:var(--font);font-size:14px;outline:none;transition:border-color .2s}.newsletter-input::placeholder{color:hsla(0,0%,100%,.4)}.newsletter-input:focus{border-color:var(--green)}.newsletter-note{font-size:11.5px;color:hsla(0,0%,100%,.4)}.btn-dark{background:var(--green-dark);color:var(--white);border-color:var(--green-dark)}.btn-dark:hover{background:#014f2a;transform:translateY(-1px)}@media (max-width:900px){.hero--tenants{padding:60px 0 56px}.benefits-grid,.hero-quick-links,.listings-grid,.quick-actions .container{grid-template-columns:1fr 1fr}.listings-header{flex-direction:column;align-items:flex-start;gap:12px}.apply-steps{grid-template-columns:repeat(5,1fr);gap:0}.apply-num{width:44px;height:44px;font-size:15px}.apply-title{font-size:12px}.apply-text{font-size:11px}.contact-strip .container,.faq-cols,.rights-grid{grid-template-columns:1fr}.resources-grid{grid-template-columns:1fr 1fr}.newsletter-inner{grid-template-columns:1fr;gap:32px}.contact-page-grid{grid-template-columns:1fr;gap:40px}.rentals-toolbar{flex-direction:column;align-items:flex-start}.prop-detail-grid{grid-template-columns:1fr}.prop-apply-card{position:static}.prop-apply-sidebar{order:-1}.suburb-stats-grid{grid-template-columns:1fr 1fr}.prop-gallery-main{height:280px}}@media (max-width:560px){.benefits-grid,.hero-quick-links,.listings-grid,.quick-actions .container{grid-template-columns:1fr}.apply-steps{grid-template-columns:repeat(5,1fr)}.apply-steps:before{left:8%;right:8%}.apply-num{width:36px;height:36px;font-size:13px;margin-bottom:10px}.apply-title{font-size:11px}.apply-text{display:none}.resources-grid{grid-template-columns:1fr 1fr}.checklist-grid,.form-row,.newsletter-row{grid-template-columns:1fr}.filter-pills{flex-wrap:wrap}.suburb-stats-grid{grid-template-columns:1fr 1fr}.prop-features-grid{grid-template-columns:1fr}.prop-stats-bar{gap:8px}.prop-stat{padding:0 10px}.prop-lease-grid{grid-template-columns:1fr}}@media (max-width:400px){.resources-grid{grid-template-columns:1fr}}.hero-stats{display:flex;align-items:center;gap:28px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1);flex-wrap:wrap}.hero-stat-num{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--white)}.hero-stat-lbl{font-size:12px;color:hsla(0,0%,100%,.5)}.hero-stat-divider{width:1px;height:36px;background:hsla(0,0%,100%,.15);flex-shrink:0}.po-hero-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.po-hero-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:22px 18px;transition:all .2s;display:block}.po-hero-card:hover{background:hsla(0,0%,100%,.13);transform:translateY(-2px);border-color:rgba(111,190,68,.4)}.po-hero-card-icon{width:40px;height:40px;border-radius:10px;background:rgba(111,190,68,.2);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.po-hero-card-icon .material-symbols-outlined{font-size:20px;color:var(--green);line-height:1}.po-hero-card-title{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}.po-hero-card-text{font-size:12px;color:hsla(0,0%,100%,.55);line-height:1.5}.po-hero-card-arrow{font-size:18px;color:var(--green);margin-top:10px;display:block}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.pain-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;border:1px solid var(--grey-200);border-top:3px solid var(--grey-200);transition:all .25s}.pain-card:hover{border-top-color:var(--green);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.pain-card-icon{margin-bottom:14px}.pain-card-icon .material-symbols-outlined{font-size:32px;color:var(--grey-500);line-height:1}.pain-card-problem{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#c44;margin-bottom:8px}.pain-card-title{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--black)}.pain-card-text{font-size:14px;color:var(--grey-500);line-height:1.65;margin-bottom:12px}.pain-card-solution{font-size:13px;color:var(--green-dark);font-weight:500;display:flex;align-items:center;gap:6px}.pain-card-solution:before{content:"✓";color:var(--green);font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.service-card{background:var(--white);border-radius:var(--radius);padding:30px 26px;border:1px solid var(--grey-200);transition:all .25s;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transition:transform .3s}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:48px;height:48px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.service-icon .material-symbols-outlined{font-size:22px;color:var(--green-dark);line-height:1}.service-title{font-size:16px;font-weight:700;margin-bottom:8px}.service-text{font-size:13.5px;color:var(--grey-500);line-height:1.65}.service-includes{margin-top:14px;padding-top:14px;border-top:1px solid var(--grey-200);display:flex;flex-direction:column;gap:4px}.service-include{font-size:12.5px;color:var(--grey-800);display:flex;align-items:center;gap:6px}.service-include:before{content:"›";color:var(--green);font-weight:700;font-size:15px}.comparison-wrap{background:var(--white);border-radius:16px;border:1px solid var(--grey-200);overflow:hidden;box-shadow:var(--shadow);overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:560px}.comparison-table th{padding:18px 24px;font-size:14px;font-weight:700;text-align:left}.comparison-table th:first-child{background:var(--grey-100);color:var(--grey-500)}.comparison-table th.th-them{background:var(--grey-200);color:var(--grey-800)}.comparison-table th.th-us{background:var(--green-dark);color:var(--white);text-align:center}.comparison-table th.th-us span{display:block;font-size:11px;font-weight:400;opacity:.75;margin-top:2px}.comparison-table td{padding:14px 24px;font-size:13.5px;border-top:1px solid var(--grey-200);vertical-align:middle}.comparison-table td:first-child{font-weight:500;color:var(--black);background:var(--grey-100)}.comparison-table td.td-them{color:var(--grey-500);text-align:center}.comparison-table td.td-us{background:var(--green-tint);text-align:center;font-weight:600;color:var(--green-dark)}.icon-yes{color:var(--green);font-size:18px}.icon-no{color:#c44;font-size:18px}.icon-maybe{color:#e89120;font-size:18px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;position:relative}.process-steps:before{content:"";position:absolute;top:32px;left:12.5%;right:12.5%;height:2px;background:var(--grey-200);z-index:0}.process-step{flex-direction:column;text-align:center;padding:0 16px;z-index:1}.process-num,.process-step{display:flex;align-items:center;position:relative}.process-num{width:64px;height:64px;border-radius:50%;background:var(--white);border:2px solid var(--grey-200);justify-content:center;font-size:20px;font-weight:800;color:var(--green-dark);margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.process-step.active .process-num{background:var(--green-dark);color:var(--white);border-color:var(--green-dark);box-shadow:0 4px 20px rgba(1,104,56,.3)}.process-title{font-size:15px;font-weight:700;margin-bottom:8px}.process-text{font-size:13px;color:var(--grey-500);line-height:1.6}.regions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.region-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--grey-200);padding:24px 22px;transition:all .2s;display:block}.region-card:hover{border-color:var(--green);box-shadow:var(--shadow);transform:translateY(-2px)}.region-name{font-size:16px;font-weight:700;color:var(--black);margin-bottom:4px}.region-area{font-size:13px;color:var(--grey-500);margin-bottom:12px}.region-suburbs{font-size:12.5px;color:var(--grey-800);line-height:1.7}.region-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--green-dark);margin-top:14px}.region-card:hover .region-link{color:var(--green)}@media (max-width:900px){.po-hero-cards{display:none}.hero-stats{gap:16px}.pain-grid,.process-steps,.services-grid{grid-template-columns:1fr 1fr}.process-steps{gap:32px}.process-steps:before{display:none}.regions-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.hero-stats{gap:12px}.hero-stat-divider{display:none}.pain-grid,.process-steps,.services-grid{grid-template-columns:1fr}.process-steps{gap:24px}.regions-grid{grid-template-columns:1fr}}.foundations-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:0}.fc-block{padding:22px 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.fc-block:first-child{padding-top:0}.fc-block:last-child{padding-bottom:0;border-bottom:none}.fc-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border-radius:4px;padding:3px 10px;margin-bottom:10px}.fc-label-why{background:rgba(111,190,68,.2);color:var(--green)}.fc-label-mission{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.8)}.fc-label-vision{background:rgba(1,104,56,.4);color:var(--green-soft)}.fc-text{font-size:14.5px;color:hsla(0,0%,100%,.8);line-height:1.6;font-style:italic}.origin-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.origin-label{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green-dark);margin-bottom:14px}.origin-title{font-family:var(--font-display);font-size:clamp(26px,3.5vw,38px);font-weight:800;color:var(--black);line-height:1.15;margin-bottom:20px}.origin-body{font-size:16px;color:var(--grey-500);line-height:1.75}.origin-body p{margin-bottom:16px}.origin-body p:last-child{margin-bottom:0}.origin-quote{background:var(--green-dark);border-radius:16px;padding:40px 36px;position:relative;overflow:hidden}.origin-quote:before{content:"\201C";position:absolute;top:-10px;left:20px;font-size:120px;font-family:Georgia,serif;color:rgba(111,190,68,.2);line-height:1;pointer-events:none}.origin-quote-text{font-size:18px;color:var(--white);line-height:1.65;font-style:italic;position:relative;z-index:1;margin-bottom:24px}.origin-quote-attr{font-size:13px;color:hsla(0,0%,100%,.55);font-weight:500;position:relative;z-index:1;display:flex;align-items:center;gap:8px}.origin-quote-attr:before{content:"";width:24px;height:1px;background:var(--green)}.foundations-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.foundation-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--grey-200)}.foundation-card-header{padding:28px 28px 24px}.fc-why-header{background:var(--green-dark)}.fc-mission-header{background:var(--black)}.fc-vision-header{background:linear-gradient(135deg,#014f2a,#016838)}.foundation-card-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.fc-why-label{color:var(--green)}.fc-mission-label{color:hsla(0,0%,100%,.5)}.fc-vision-label{color:var(--green-soft)}.foundation-card-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--white);margin-bottom:6px}.foundation-card-tagline{font-size:13px;color:hsla(0,0%,100%,.55);font-style:italic}.foundation-card-body{padding:24px 28px;background:var(--white)}.foundation-card-text{font-size:14px;color:var(--grey-500);line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.value-card{background:var(--white);border-radius:var(--radius);padding:30px 26px;border:1px solid var(--grey-200);transition:all .25s}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--green)}.value-icon{width:50px;height:50px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.value-icon .material-symbols-outlined{font-size:24px;color:var(--green-dark);line-height:1}.value-title{font-family:var(--font-display);font-size:17px;font-weight:700;margin-bottom:8px;color:var(--black)}.value-text{font-size:14px;color:var(--grey-500);line-height:1.65}.audiences-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.audience-card{border-radius:16px;padding:40px 36px}.audience-card-owners{background:var(--green-dark);position:relative;overflow:hidden}.audience-card-owners:before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px}.audience-card-tenants{background:var(--grey-100);border:2px solid var(--grey-200)}.audience-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.audience-card-owners .audience-eyebrow{color:var(--green-soft)}.audience-card-tenants .audience-eyebrow{color:var(--green-dark)}.audience-card-title{font-family:var(--font-display);font-size:clamp(22px,2.5vw,30px);font-weight:800;line-height:1.2;margin-bottom:16px;position:relative;z-index:1}.audience-card-owners .audience-card-title{color:var(--white)}.audience-card-tenants .audience-card-title{color:var(--black)}.audience-commitment{font-size:15px;line-height:1.65;margin-bottom:24px;position:relative;z-index:1}.audience-card-owners .audience-commitment{color:hsla(0,0%,100%,.75)}.audience-card-tenants .audience-commitment{color:var(--grey-500)}.audience-points{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;position:relative;z-index:1}.audience-point{display:flex;align-items:center;gap:10px;font-size:14px}.audience-card-owners .audience-point{color:hsla(0,0%,100%,.85)}.audience-card-tenants .audience-point{color:var(--grey-800)}.audience-dot{width:20px;height:20px;min-width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.audience-card-owners .audience-dot{background:rgba(111,190,68,.25)}.audience-card-tenants .audience-dot{background:var(--green-tint)}.audience-dot .material-symbols-outlined{font-size:13px;color:var(--green);line-height:1}.audience-card-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;padding:12px 22px;border-radius:7px;transition:all .2s;position:relative;z-index:1}.audience-card-owners .audience-card-cta{background:var(--green);color:var(--white)}.audience-card-owners .audience-card-cta:hover{background:#5da835;transform:translateY(-1px)}.audience-card-tenants .audience-card-cta{background:var(--green-dark);color:var(--white)}.audience-card-tenants .audience-card-cta:hover{background:#014f2a;transform:translateY(-1px)}.differ-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.differ-card{background:var(--white);border-radius:var(--radius);padding:28px 26px;border:1px solid var(--grey-200);display:flex;gap:18px;transition:all .2s}.differ-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.differ-num{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--green-tint);line-height:1;flex-shrink:0;width:44px}.differ-body{flex:1 1}.differ-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:6px}.differ-text{font-size:13.5px;color:var(--grey-500);line-height:1.65}@media (max-width:900px){.foundations-card{display:none}.origin-inner{gap:36px}.foundations-grid,.origin-inner{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.audiences-inner,.differ-grid{grid-template-columns:1fr}}@media (max-width:560px){.values-grid{grid-template-columns:1fr}.audience-card{padding:28px 24px}}.included-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.included-card{background:var(--white);border-radius:var(--radius);padding:28px 24px;border:1px solid var(--grey-200);transition:all .25s}.included-card:hover{box-shadow:var(--shadow-lg);border-color:var(--green);transform:translateY(-2px)}.included-icon{width:46px;height:46px;border-radius:11px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.included-icon .material-symbols-outlined{font-size:22px;color:var(--green-dark);line-height:1}.included-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:6px}.included-text{font-size:13.5px;color:var(--grey-500);line-height:1.65}.pricing-detail-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.placement-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--grey-200);overflow:hidden}.placement-card-header{background:var(--grey-100);padding:24px 28px;border-bottom:1px solid var(--grey-200)}.placement-card-badge{display:inline-flex;align-items:center;gap:6px;background:var(--grey-200);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;color:var(--grey-800);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.placement-card-label{font-size:13px;color:var(--grey-500);margin-bottom:6px}.placement-price-row{display:flex;align-items:baseline;gap:4px}.placement-dollar{font-size:24px}.placement-amount,.placement-dollar{font-weight:800;color:var(--black);line-height:1}.placement-amount{font-size:52px}.placement-note{font-size:13px;color:var(--grey-500);margin-top:6px}.placement-card-body{padding:24px 28px}.placement-text{font-size:14px;color:var(--grey-500);line-height:1.7;margin-bottom:16px}.placement-includes{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.placement-include{font-size:13px;color:var(--grey-800);display:flex;align-items:flex-start;gap:8px}.placement-include:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}.placement-callout{background:var(--grey-100);border-radius:8px;padding:14px 16px;font-size:13px;color:var(--grey-500);line-height:1.6}.fee-calc{background:var(--green-dark);border-radius:20px;padding:48px;margin-top:48px}.fee-calc-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.fee-calc-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-soft);margin-bottom:8px}.fee-calc-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:#fff;margin-bottom:10px}.fee-calc-sub{font-size:14.5px;color:hsla(0,0%,100%,.65);line-height:1.6;margin-bottom:24px}.fee-calc-input-wrap{display:flex;align-items:center;background:hsla(0,0%,100%,.1);border:1.5px solid hsla(0,0%,100%,.2);border-radius:12px;padding:0 16px;gap:8px;transition:border-color .2s}.fee-calc-input-wrap:focus-within{border-color:var(--green-soft)}.fee-calc-dollar{font-size:22px;color:hsla(0,0%,100%,.5)}.fee-calc-dollar,.fee-calc-input{font-family:var(--font-display);font-weight:700}.fee-calc-input{flex:1 1;background:none;border:none;outline:none;font-size:28px;color:#fff;padding:14px 0;width:0;min-width:0}.fee-calc-input::placeholder{color:hsla(0,0%,100%,.25)}.fee-calc-pw{font-size:14px;color:hsla(0,0%,100%,.5);white-space:nowrap}.fee-calc-note{font-size:12px;color:hsla(0,0%,100%,.4);margin-top:10px}.fee-calc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:hsla(0,0%,100%,.06);border:1.5px dashed hsla(0,0%,100%,.15);border-radius:14px;gap:12px;height:100%}.fee-calc-empty .material-symbols-outlined{font-size:40px;color:hsla(0,0%,100%,.2)}.fee-calc-empty p{font-size:14px;color:hsla(0,0%,100%,.4);margin:0}.fee-calc-result{background:hsla(0,0%,100%,.08);border:1.5px solid hsla(0,0%,100%,.15);border-radius:14px;padding:28px}.fee-calc-result-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green-soft);margin-bottom:8px}.fee-calc-result-amount{display:flex;align-items:baseline;gap:4px;margin-bottom:24px}.fee-calc-result-dollar{font-family:var(--font-display);font-size:28px;font-weight:700;color:hsla(0,0%,100%,.7)}.fee-calc-result-num{font-family:var(--font-display);font-size:52px;font-weight:800;color:#fff;line-height:1}.fee-calc-result-per{font-size:14px;color:hsla(0,0%,100%,.55);padding-bottom:6px}.fee-calc-breakdown{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.fee-calc-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px}.fee-calc-option--winner{background:rgba(111,190,68,.18);border:1.5px solid rgba(111,190,68,.4)}.fee-calc-option--winner .material-symbols-outlined{color:var(--green-soft);font-size:20px}.fee-calc-option--loser{background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.08);opacity:.55}.fee-calc-option--loser .material-symbols-outlined{color:hsla(0,0%,100%,.3);font-size:20px}.fee-calc-option-label{font-size:12px;color:hsla(0,0%,100%,.6)}.fee-calc-option-val{font-family:var(--font-display);font-size:15px;font-weight:700;color:#fff}.fee-calc-saving{display:flex;gap:12px;align-items:flex-start;background:rgba(111,190,68,.12);border:1.5px solid rgba(111,190,68,.25);border-radius:10px;padding:14px}.fee-calc-saving .material-symbols-outlined{color:var(--green-soft);font-size:22px;flex-shrink:0;margin-top:2px}.fee-calc-saving-title{font-size:12px;color:hsla(0,0%,100%,.6);margin-bottom:2px}.fee-calc-saving-amount{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--green-soft)}.fee-calc-saving-note{font-size:11px;color:hsla(0,0%,100%,.35);margin-top:2px}@media (max-width:760px){.fee-calc{padding:28px 20px}.fee-calc-inner{grid-template-columns:1fr;gap:28px}}@media (max-width:900px){.included-grid{grid-template-columns:1fr 1fr}.pricing-detail-wrap{grid-template-columns:1fr}}@media (max-width:560px){.included-grid{grid-template-columns:1fr}}.hero-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hero-link-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:16px 14px;display:flex;align-items:center;gap:12px;transition:all .2s;cursor:pointer}.hero-link-card:hover{background:hsla(0,0%,100%,.13);border-color:rgba(111,190,68,.4);transform:translateY(-1px)}.hlc-icon{width:36px;height:36px;border-radius:8px;background:rgba(111,190,68,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hlc-icon svg{width:18px;height:18px;fill:var(--green)}.hlc-label{font-size:13px;font-weight:700;color:var(--white);line-height:1.2}.hlc-sub{font-size:11px;color:hsla(0,0%,100%,.5);margin-top:2px}.service-includes-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:10px}.included-banner{background:var(--green);border-radius:14px;padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:56px}.ib-left{flex:1 1}.ib-badge{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.2);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;color:var(--white);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.ib-title{font-size:22px;font-weight:800;color:var(--white);margin-bottom:6px}.ib-sub{font-size:14.5px;color:hsla(0,0%,100%,.8)}.ib-price{text-align:center;flex-shrink:0}.ib-amount{font-size:52px;font-weight:800;color:var(--white);line-height:1}.ib-period{font-size:14px;color:hsla(0,0%,100%,.7)}.deep-dive{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.deep-dive-reverse{direction:rtl}.deep-dive-reverse>*{direction:ltr}.dd-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:10px;display:flex;align-items:center;gap:8px}.dd-label:before{content:"";width:18px;height:2px;background:var(--green)}.dd-title{font-size:clamp(24px,3vw,34px);font-weight:800;color:var(--black);line-height:1.15;margin-bottom:14px}.dd-title span{color:var(--green-dark)}.dd-body{font-size:15px;color:var(--grey-500);line-height:1.75;margin-bottom:20px}.dd-body p{margin-bottom:14px}.dd-body p:last-child{margin-bottom:0}.dd-visual{background:var(--green-dark);border-radius:14px;padding:32px;position:relative;overflow:hidden}.dd-visual-bg{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px}.dd-visual-content{position:relative;z-index:1}.dd-visual-label{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-soft);margin-bottom:16px}.dd-stat-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.dd-stat{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:18px 16px}.dd-stat-num{font-size:26px;font-weight:800;color:var(--white);line-height:1;margin-bottom:4px}.dd-stat-lbl{font-size:12px;color:hsla(0,0%,100%,.55);line-height:1.4}.dd-process-list{display:flex;flex-direction:column;gap:10px}.dd-process-item{display:flex;gap:12px;align-items:flex-start}.dd-process-num{width:26px;height:26px;border-radius:50%;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.dd-process-text{font-size:13.5px;color:hsla(0,0%,100%,.8);line-height:1.5;padding-top:3px}@media (max-width:900px){.deep-dive,.hero-links{grid-template-columns:1fr}.deep-dive{gap:36px}.deep-dive-reverse{direction:ltr}.included-banner{flex-direction:column;align-items:flex-start}.ib-price{text-align:left}}@media (max-width:768px){.dd-stat-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.included-banner{padding:24px}.dd-stat-grid{grid-template-columns:1fr}}.hero-reassurances{display:flex;flex-direction:column;gap:8px;margin-top:20px}.hero-reassurance{display:flex;align-items:center;gap:8px;font-size:14px;color:hsla(0,0%,100%,.85)}.hero-reassurance .material-symbols-outlined{font-size:16px;color:var(--green)}.hero-form-card{background:var(--white);border-radius:14px;padding:28px;box-shadow:var(--shadow-lg)}.hfc-title{font-size:17px;font-weight:700;color:var(--black);margin-bottom:4px}.hfc-sub{font-size:13px;color:var(--grey-500);margin-bottom:20px}.hfc-field,.hfc-name-row{margin-bottom:14px}.hfc-name-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hfc-label{display:block;font-size:13px;font-weight:500;color:var(--grey-800);margin-bottom:5px}.hfc-input{width:100%;padding:10px 13px;border:1.5px solid var(--grey-200);border-radius:6px;font-size:14px;font-family:var(--font-body);color:var(--black);outline:none;transition:border-color .2s}.hfc-input:focus{border-color:var(--green)}.hfc-btn{width:100%;padding:12px;background:var(--green);color:var(--white);border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .2s}.hfc-btn:hover{background:#5da835}.hfc-privacy{font-size:11.5px;color:var(--grey-500);text-align:center;margin-top:10px}.hfc-success{text-align:center;padding:20px 0}.hfc-success .material-symbols-outlined{font-size:40px;color:var(--green);display:block;margin-bottom:10px}.hfc-success-title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:6px}.hfc-success-sub{font-size:13px;color:var(--grey-500)}.included-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:start}.is-heading{font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--black);margin-bottom:8px;line-height:1.2}.is-heading span{color:var(--green-dark)}.is-sub{font-size:15px;color:var(--grey-500);line-height:1.65;margin-bottom:24px}.is-checklist{display:flex;flex-direction:column;gap:10px}.is-pricing{background:var(--white);border:2px solid var(--grey-200);border-radius:14px;padding:32px}.is-pricing-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.is-price-row{display:flex;align-items:flex-end;gap:4px;margin-bottom:4px}.is-price-dollar{font-size:24px;font-weight:700;color:var(--black);line-height:1.2}.is-price-num{font-size:52px;font-weight:800;color:var(--black);line-height:1}.is-price-per{font-size:14px;color:var(--grey-500);padding-bottom:8px}.is-price-note{font-size:12.5px;color:var(--grey-500);margin-bottom:20px}.is-items{flex-direction:column;margin-bottom:20px}.is-item,.is-items{display:flex;gap:8px}.is-item{font-size:13.5px;color:var(--grey-800);align-items:center}.is-item:before{content:"";width:16px;height:16px;min-width:16px;background:var(--green);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:50%}.is-placement{background:var(--grey-100);border-radius:8px;padding:14px 16px;margin-bottom:20px;font-size:13px;color:var(--grey-800);line-height:1.55}.is-placement strong{color:var(--black)}.objection-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.objection-card{background:var(--white);border:1.5px solid var(--grey-200);border-radius:12px;padding:24px}.obj-q{font-size:15px;font-weight:700;color:var(--black);margin-bottom:8px;line-height:1.35}.obj-a{font-size:14px;color:var(--grey-500);line-height:1.65}.page-form-inner{display:grid;grid-template-columns:1fr 360px;grid-gap:48px;gap:48px;align-items:start}.form-card{background:var(--white);border:1.5px solid var(--grey-200);border-radius:14px;padding:36px}.form-card h3{font-size:20px;font-weight:700;color:var(--black);margin-bottom:6px}.form-card-sub{font-size:14px;color:var(--grey-500);margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-field{margin-bottom:16px}.form-label{display:block;font-size:13px;font-weight:500;color:var(--grey-800);margin-bottom:5px}.form-input{width:100%;padding:11px 14px;border:1.5px solid var(--grey-200);border-radius:6px;font-size:14px;font-family:var(--font-body);color:var(--black);outline:none;transition:border-color .2s;background:var(--white)}.form-input:focus{border-color:var(--green)}.form-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--grey-500);line-height:1.5;margin-bottom:12px}.form-consent input{margin-top:3px;accent-color:var(--green);flex-shrink:0}.form-submit{width:100%;margin-top:8px;padding:14px;background:var(--green);color:var(--white);border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:background .2s}.form-submit:hover{background:#5da835}.form-success{text-align:center;padding:48px 32px}.form-success-icon{width:64px;height:64px;background:var(--green-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.form-success-icon .material-symbols-outlined{font-size:32px;color:var(--green)}.form-success h3{font-size:22px;font-weight:700;color:var(--black);margin-bottom:8px}.form-success p{font-size:15px;color:var(--grey-500)}.form-ref{font-size:13px;color:var(--grey-500);margin-top:12px}.form-ref strong{color:var(--black)}.form-sidebar{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + var(--util-h) + 24px)}.fsc-contact-card{background:var(--green-dark);border-radius:12px;padding:24px;color:var(--white)}.fsc-title{font-size:15px;font-weight:700;color:var(--white);margin-bottom:12px}.fsc-contact-item{display:flex;align-items:center;gap:10px;font-size:14px;color:hsla(0,0%,100%,.9);margin-bottom:10px}.fsc-contact-item:last-child{margin-bottom:0}.fsc-contact-item .material-symbols-outlined{font-size:18px;color:var(--green-soft)}.fsc-tips-card{background:var(--grey-100);border-radius:12px;padding:20px}.fsc-tips-title{font-size:13px;font-weight:700;color:var(--black);margin-bottom:12px}.tip-list{display:flex;flex-direction:column;gap:10px}.tip-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--grey-800);line-height:1.5}.tip-item .material-symbols-outlined{font-size:16px;color:var(--green);flex-shrink:0;margin-top:1px}.lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--grey-200);box-shadow:0 2px 12px rgba(0,0,0,.06)}.lp-header-inner{max-width:1200px;margin:0 auto;padding:0 32px;height:64px;display:flex;align-items:center;justify-content:space-between}.lp-header-phone{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--green-dark)}.lp-header-phone .material-symbols-outlined{font-size:17px}.lp-hero{background:var(--green-dark);padding:72px 0 80px;position:relative;overflow:hidden}.lp-hero:before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px;pointer-events:none}.lp-hero-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 400px;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:1}.lp-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(111,190,68,.2);border:1px solid rgba(111,190,68,.35);border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:20px}.lp-hero-eyebrow .material-symbols-outlined{font-size:14px}.lp-hero-title{font-family:var(--font-display);font-size:clamp(32px,4.5vw,52px);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:20px}.lp-hero-title span{color:var(--green)}.lp-hero-sub{font-size:17px;color:hsla(0,0%,100%,.75);line-height:1.65;margin-bottom:28px;max-width:480px}.lp-hero-bullets{display:flex;flex-direction:column;gap:10px}.lp-hero-bullet{display:flex;align-items:center;gap:10px;font-size:15px;color:hsla(0,0%,100%,.9)}.lp-hero-bullet .material-symbols-outlined{font-size:18px;color:var(--green);flex-shrink:0}.lp-form-card{background:var(--white);border-radius:16px;padding:32px;box-shadow:0 12px 48px rgba(0,0,0,.22)}.lp-form-card-title{font-size:19px;font-weight:700;color:var(--black);margin-bottom:4px}.lp-form-card-sub{font-size:13px;color:var(--grey-500);margin-bottom:22px}.lp-form{display:flex;flex-direction:column}.lp-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.lp-form-submit{width:100%;justify-content:center;margin-top:4px;padding:14px;font-size:15px}.lp-form-note{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;color:var(--grey-500);margin-top:10px;text-align:center}.lp-form-note .material-symbols-outlined{font-size:13px}.lp-form-error{font-size:13px;color:#c0392b;margin-bottom:8px}.lp-form-success{text-align:center;padding:24px 8px}.lp-form-success-icon{width:64px;height:64px;background:var(--green-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.lp-form-success-icon .material-symbols-outlined{font-size:34px;color:var(--green)}.lp-form-success h3{font-size:20px;font-weight:700;color:var(--black);margin-bottom:8px}.lp-form-success p{font-size:14px;color:var(--grey-500);line-height:1.6;margin-bottom:20px}.lp-form-call-btn{justify-content:center;width:100%}.lp-trust-bar{background:var(--grey-100);border-bottom:1px solid var(--grey-200);padding:0}.lp-trust-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:center;gap:0}.lp-trust-item{display:flex;align-items:center;gap:10px;padding:18px 32px;border-right:1px solid var(--grey-200)}.lp-trust-item:last-child{border-right:none}.lp-trust-item .material-symbols-outlined{font-size:20px;color:var(--green-dark)}.lp-trust-val{font-size:16px;font-weight:800;color:var(--black);line-height:1}.lp-trust-lbl{font-size:12px;color:var(--grey-500);line-height:1.3;margin-top:2px}.lp-why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.lp-why-card{background:var(--white);border:1.5px solid var(--grey-200);border-radius:14px;padding:30px 26px;transition:all .25s}.lp-why-card:hover{border-color:var(--green);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.lp-why-icon{width:52px;height:52px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.lp-why-icon .material-symbols-outlined{font-size:26px;color:var(--green-dark)}.lp-why-title{font-size:17px;font-weight:700;color:var(--black);margin-bottom:8px}.lp-why-text{font-size:14px;color:var(--grey-500);line-height:1.65}.lp-price-band{background:var(--green-dark);border-radius:16px;padding:48px;display:grid;grid-template-columns:1fr auto;grid-gap:48px;gap:48px;align-items:center;position:relative;overflow:hidden}.lp-price-band:before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px}.lp-price-band-content{position:relative;z-index:1}.lp-price-band-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.lp-price-band-title{font-family:var(--font-display);font-size:clamp(24px,3vw,34px);font-weight:800;color:var(--white);margin-bottom:16px;line-height:1.2}.lp-price-band-items{display:flex;flex-direction:column;gap:10px}.lp-price-band-item{display:flex;align-items:center;gap:10px;font-size:15px;color:hsla(0,0%,100%,.85)}.lp-price-band-item .material-symbols-outlined{font-size:18px;color:var(--green);flex-shrink:0}.lp-price-display{position:relative;z-index:1;text-align:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:32px 40px;flex-shrink:0}.lp-price-display-dollar{font-size:28px;font-weight:700;color:hsla(0,0%,100%,.7);line-height:1}.lp-price-display-num{font-size:72px;font-weight:800;color:var(--white);line-height:1}.lp-price-display-per{font-size:16px;color:hsla(0,0%,100%,.6);margin-top:4px}.lp-price-display-note{font-size:12px;color:var(--green-soft);margin-top:8px}.lp-cta-section{background:var(--green-dark);padding:80px 0;position:relative;overflow:hidden}.lp-cta-section:before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px}.lp-cta-inner{max-width:720px;margin:0 auto;padding:0 32px;position:relative;z-index:1}.lp-cta-title{font-family:var(--font-display);font-size:clamp(26px,3.5vw,38px);font-weight:800;color:var(--white);text-align:center;margin-bottom:8px;line-height:1.2}.lp-cta-title span{color:var(--green)}.lp-cta-sub{font-size:16px;color:hsla(0,0%,100%,.7);text-align:center;margin-bottom:36px}.lp-cta-form-card{background:var(--white);border-radius:16px;padding:36px;box-shadow:0 12px 48px rgba(0,0,0,.25)}.lp-minimal-footer{background:var(--black);padding:24px 0}.lp-minimal-footer-inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.lp-minimal-footer-legal{font-size:12px;color:hsla(0,0%,100%,.4)}.lp-minimal-footer-links{display:flex;gap:16px}.lp-minimal-footer-links a{font-size:12px;color:hsla(0,0%,100%,.4);transition:color .15s}.lp-minimal-footer-links a:hover{color:hsla(0,0%,100%,.75)}@media (max-width:900px){.lp-hero-inner{grid-template-columns:1fr;gap:40px}.lp-trust-inner{flex-wrap:wrap;justify-content:flex-start}.lp-trust-item{border-right:none;border-bottom:1px solid var(--grey-200);width:50%;padding:14px 20px}.lp-trust-item:nth-child(odd){border-right:1px solid var(--grey-200)}.lp-why-grid{grid-template-columns:1fr 1fr}.lp-price-band{grid-template-columns:1fr}.lp-price-display{text-align:left}}@media (max-width:600px){.lp-hero-inner{padding:0 20px}.lp-form-row{grid-template-columns:1fr}.lp-trust-item{width:100%;border-right:none}.lp-why-grid{grid-template-columns:1fr}.lp-price-band{padding:28px 24px}.lp-cta-form-card{padding:24px}.lp-minimal-footer-inner{flex-direction:column;align-items:flex-start;gap:8px}.lp-header-inner{padding:0 20px}}@media (max-width:900px){.included-split{grid-template-columns:1fr;gap:36px}.objection-grid{grid-template-columns:1fr 1fr}.page-form-inner{grid-template-columns:1fr}.form-sidebar{position:static}}@media (max-width:640px){.form-row,.objection-grid{grid-template-columns:1fr}.hero-form-card{padding:20px}.hfc-name-row{grid-template-columns:1fr}.form-card{padding:24px}}.hero-law-layout{display:grid;grid-template-columns:1fr 400px;grid-gap:56px;gap:56px;align-items:center}.hero-law-left{max-width:560px}.hero-law-list{display:flex;flex-direction:column;gap:8px;max-width:400px;width:100%}.hll-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:12px 16px;cursor:pointer;transition:background .15s,border-color .15s}.hll-card:hover{background:hsla(0,0%,100%,.13);border-color:rgba(111,190,68,.5)}.hll-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.25)}.hll-dot--latest{box-shadow:0 0 0 3px rgba(111,190,68,.35)}.hll-dot--latest,.hll-dot--recent{background:var(--green)}.hll-dot--mid{background:rgba(111,190,68,.55)}.hll-date{flex-shrink:0;font-size:13px;font-weight:700;color:#fff;min-width:84px}.hll-summary{flex:1 1;font-size:12px;color:hsla(0,0%,100%,.6);line-height:1.4}.hll-chevron{flex-shrink:0;font-size:18px;color:hsla(0,0%,100%,.35);line-height:1}.page-body{padding:56px 0 80px;background:var(--grey-100)}.page-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:48px;gap:48px;align-items:start}.law-nav{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + var(--util-h) + 24px);background:var(--white);border:1px solid #e7e7e7;border-radius:var(--radius);padding:0;overflow:hidden}.law-nav-title{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-400);border-bottom:1px solid #e7e7e7;padding:15px 18px 10px;background:var(--grey-100)}.law-nav-item{display:flex;align-items:center;gap:10px;padding:11px 18px;font-size:13px;font-weight:500;color:var(--grey-800);background:var(--white);border:0;border-bottom:1px solid #e7e7e7;transition:background .12s;cursor:pointer;width:100%;text-align:left}.law-nav-item--active,.law-nav-item:hover{background:var(--green-tint)}.law-nav-item--active .law-nav-date{color:var(--green-dark);font-weight:600}.law-nav-dot{width:9px;height:9px;border-radius:50%;background:var(--grey-200);flex-shrink:0}.law-nav-dot--latest{box-shadow:0 0 0 3px rgba(111,190,68,.25)}.law-nav-dot--latest,.law-nav-dot--recent{background:var(--green)}.law-nav-dot--mid{background:rgba(111,190,68,.55)}.law-nav-date{flex:1 1}.law-nav-badge{font-size:10px;font-weight:600;color:var(--grey-400);letter-spacing:.04em;flex-shrink:0}.law-nav-source{display:block;padding:13px 18px;font-size:12px;font-weight:600;color:var(--green-dark);transition:opacity .12s}.law-nav-source:hover{opacity:.75}.release-block{border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden;margin-bottom:16px;background:var(--white);transition:box-shadow .2s}.release-block:hover{box-shadow:var(--shadow)}.release-header{display:flex;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}.release-header:hover{background:var(--grey-100)}.release-date-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;min-width:56px;height:56px;border-radius:10px;background:var(--green-dark);color:var(--white);flex-shrink:0;line-height:1;gap:1px}.rdb-month{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.rdb-day{font-size:22px;font-weight:800;line-height:1}.rdb-year{font-size:10px;font-weight:600;opacity:.75}.release-meta{flex:1 1;min-width:0}.release-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.release-latest-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;background:var(--green);color:var(--white);flex-shrink:0}.release-toggle{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s;margin-left:auto}.release-toggle svg{width:20px;height:20px;fill:var(--grey-500);transition:transform .25s}.release-block--open .release-toggle svg{transform:rotate(180deg)}.release-title{font-size:15px;font-weight:700;color:var(--black);line-height:1.3}.release-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.release-tag{display:inline-block;padding:2px 9px;border-radius:20px;font-size:11px;font-weight:600}.tag-rent{background:#e8f0fe;color:#1a56db}.tag-bond{background:#fef3c7;color:#92400e}.tag-pets{background:#fce7f3;color:#9d174d}.tag-entry{background:#ede9fe;color:#5b21b6}.tag-maint{background:#ecfdf5;color:#065f46}.tag-eviction{background:#fee2e2;color:#991b1b}.tag-safety{background:#fff7ed;color:#9a3412}.tag-standards{background:#f0fdf4;color:#166534}.release-body{border-top:1px solid var(--grey-200);padding:24px 24px 28px;display:none}.release-block--open .release-body{display:block}.change-group{margin-bottom:24px}.change-group:last-child{margin-bottom:0}.change-group-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-500);margin-bottom:12px}.change-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--grey-200);align-items:flex-start}.change-item:last-child{border-bottom:none;padding-bottom:0}.ci-icon{width:34px;height:34px;border-radius:8px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.ci-icon svg{width:16px;height:16px;fill:var(--green-dark)}.ci-body{flex:1 1;min-width:0}.ci-header{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;margin-bottom:5px}.ci-title{font-size:14px;font-weight:700;color:var(--black);line-height:1.4}.ci-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.04em;flex-shrink:0;margin-top:1px}.badge-tenant{background:#eef7e8;color:#016838}.badge-owner{background:#fef3c7;color:#92400e}.badge-both{background:#ede9fe;color:#5b21b6}.ci-text{font-size:13.5px;color:var(--grey-500);line-height:1.6}.ci-text strong{color:var(--black);font-weight:600}.release-source{display:flex;align-items:center;gap:6px;margin-top:20px;padding-top:16px;border-top:1px solid var(--grey-200);font-size:12px;color:var(--grey-500)}.release-source a{color:var(--green-dark);font-weight:600}.release-source a:hover{text-decoration:underline}.laws-faq{padding:56px 0 64px;background:var(--white)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--grey-200)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;cursor:pointer}.faq-question-text{font-size:15px;font-weight:600;color:var(--black);line-height:1.4}.faq-chevron{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--grey-200);display:flex;align-items:center;justify-content:center;transition:all .2s}.faq-chevron svg{width:12px;height:12px;fill:var(--grey-500);transition:transform .25s}.faq-item--open .faq-chevron{background:var(--green-dark)}.faq-item--open .faq-chevron svg{fill:var(--white);transform:rotate(180deg)}.faq-answer{font-size:14.5px;color:var(--grey-500);line-height:1.7;padding-bottom:18px;max-width:680px;display:none}.faq-item--open .faq-answer{display:block}.laws-seo{padding:56px 0;background:var(--grey-100)}.laws-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:40px}.laws-seo-col h3{font-size:14px;font-weight:700;margin-bottom:12px;color:var(--black)}.laws-seo-col li,.laws-seo-col p{font-size:13.5px;color:var(--grey-500);line-height:1.7;margin-bottom:8px}.laws-seo-col ul{padding-left:16px;list-style:disc}@media (max-width:960px){.page-layout{grid-template-columns:1fr}.law-nav{position:static;margin-bottom:8px}.law-nav-item{padding:9px 16px;font-size:12px}.hero-law-layout{grid-template-columns:1fr;gap:40px}.hero-law-list{max-width:100%}}@media (max-width:640px){.release-header{padding:16px 18px;gap:12px}.release-body{padding:18px 18px 22px}.laws-seo-grid{grid-template-columns:1fr}}.suburb-snapshot-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin:16px 0 20px}.suburb-snapshot-item{padding:10px 0;border-bottom:1px solid var(--grey-200)}.suburb-snapshot-item:nth-last-child(-n+2){border-bottom:none}.suburb-snapshot-lbl{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500);margin-bottom:2px}.suburb-snapshot-val{font-size:15px;font-weight:700;color:var(--green-dark)}.suburb-rent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-top:40px}.suburb-rent-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;text-align:center;box-shadow:var(--shadow)}.suburb-rent-beds{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-dark);margin-bottom:10px}.suburb-rent-price{font-size:36px;font-weight:800;color:var(--black);font-family:var(--font-display);line-height:1}.suburb-rent-period{font-size:12px;color:var(--grey-500);margin-top:4px}.suburb-rent-note{font-size:12px;color:var(--grey-500);text-align:center;margin-top:24px;line-height:1.6}.suburb-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:40px}.suburb-profile-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);border:1px solid var(--grey-200)}.suburb-profile-card-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:20px}.suburb-stat-bars{display:flex;flex-direction:column;gap:14px}.suburb-stat-bar-item{display:flex;flex-direction:column;gap:5px}.suburb-stat-bar-label{display:flex;justify-content:space-between;font-size:13px;color:var(--grey-800);font-weight:500}.suburb-stat-bar-track{height:6px;background:var(--grey-200);border-radius:99px;overflow:hidden}.suburb-stat-bar-fill{height:100%;background:var(--green);border-radius:99px;transition:width .3s}.suburb-mini-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--grey-200)}.suburb-mini-stat-num{font-size:20px;font-weight:800;color:var(--black)}.suburb-mini-stat-lbl{font-size:11px;color:var(--grey-500);margin-top:2px}.suburb-economy-list{display:flex;flex-direction:column;gap:0}.suburb-economy-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--grey-200);font-size:13px}.suburb-economy-row:last-child{border-bottom:none}.suburb-economy-lbl{color:var(--grey-500)}.suburb-economy-val{font-weight:700;color:var(--black)}.suburb-schools-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:40px}.suburb-school-item{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:16px 20px}.suburb-school-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.suburb-school-name{font-size:14px;font-weight:600;color:var(--black);line-height:1.3}.suburb-school-dist{font-size:12px;font-weight:600;color:var(--green-dark);background:var(--green-tint);padding:2px 8px;border-radius:20px;white-space:nowrap;flex-shrink:0}.suburb-school-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.suburb-school-badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-500);background:var(--grey-100);padding:2px 8px;border-radius:20px}.suburb-school-badge--state{color:var(--green-dark);background:var(--green-tint)}.suburb-school-years{font-size:12px;color:var(--grey-500)}.suburb-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px;justify-content:center}.suburb-chip{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--white);border:1px solid var(--grey-200);border-radius:99px;font-size:14px;font-weight:600;color:var(--grey-800);transition:all .15s;box-shadow:var(--shadow)}.suburb-chip:hover{border-color:var(--green);color:var(--green-dark);background:var(--green-tint)}.suburb-chip-dist{font-size:11px;font-weight:400;color:var(--grey-500)}.suburb-search-wrap{position:relative}.suburb-search-input-wrap{position:relative;display:flex;align-items:center}.suburb-search-icon{position:absolute;left:14px;font-size:20px;color:var(--grey-400);pointer-events:none}.suburb-search-input{width:100%;padding:14px 44px 14px 46px;border:1.5px solid var(--grey-200);border-radius:10px;font-size:15px;color:var(--grey-900);background:var(--white);transition:border-color .2s,box-shadow .2s}.suburb-search-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(106,176,66,.15)}.suburb-search-input::placeholder{color:var(--grey-400)}.suburb-search-clear{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:var(--grey-400);display:flex;align-items:center;padding:4px}.suburb-search-clear:hover{color:var(--grey-700)}.suburb-search-results{margin-top:12px;display:flex;flex-direction:column;gap:10px}.suburb-result-card{display:block;background:var(--white);border:1.5px solid var(--grey-200);border-radius:12px;padding:18px 20px;text-decoration:none;color:inherit;transition:all .2s}.suburb-result-card:hover{border-color:var(--green);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.suburb-result-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.suburb-result-name{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--grey-900)}.suburb-result-region{font-size:13px;color:var(--grey-500);margin-top:2px}.suburb-result-arrow{font-size:18px;color:var(--green);margin-top:2px}.suburb-result-price-badge{background:var(--green-dark);border-radius:8px;padding:6px 10px;display:flex;flex-direction:column;align-items:center;line-height:1}.suburb-result-price-amount{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--white)}.suburb-result-price-label{font-size:10px;color:hsla(0,0%,100%,.7);margin-top:2px}.suburb-result-stats{display:flex;gap:24px;padding:12px 0;border-top:1px solid var(--grey-100);border-bottom:1px solid var(--grey-100);margin-bottom:10px}.suburb-result-stat{display:flex;flex-direction:column;gap:2px}.suburb-result-stat-num{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--green-dark)}.suburb-result-stat-lbl{font-size:11px;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em}.suburb-result-link{font-size:13px;font-weight:600;color:var(--green-dark)}.suburb-search-empty{display:flex;align-items:center;gap:12px;margin-top:16px;padding:20px;background:var(--grey-50);border-radius:10px;color:var(--grey-500);font-size:14px}.suburb-search-empty .material-symbols-outlined{font-size:24px;flex-shrink:0}.locations-regions{display:flex;flex-direction:column;gap:48px}.locations-region-header{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.locations-region-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--grey-900)}.locations-region-count{font-size:13px;color:var(--grey-400)}.locations-region .suburb-chips{margin-top:0;justify-content:flex-start}@media (max-width:960px){.suburb-profile-grid,.suburb-schools-grid{grid-template-columns:1fr}}@media (max-width:640px){.suburb-rent-grid{grid-template-columns:repeat(2,1fr)}.suburb-snapshot-grid{grid-template-columns:1fr 1fr}}.app-page-header{background:var(--green-dark);padding:40px 0 36px}.app-page-title{font-family:var(--font-display);font-size:clamp(26px,4vw,38px);font-weight:800;color:var(--white);margin-bottom:8px}.app-page-sub{font-size:15px;color:hsla(0,0%,100%,.7);max-width:560px}.app-container{padding-top:0;padding-bottom:60px}.app-shell{display:grid;grid-template-columns:260px 1fr;grid-gap:0;gap:0;min-height:70vh;margin-top:0}.app-sidebar{background:var(--white);border-right:1px solid var(--grey-200);padding:24px 0;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:var(--nav-h);max-height:calc(100vh - var(--nav-h));overflow-y:auto}.app-sidebar-property{padding:0 20px 16px;border-bottom:1px solid var(--grey-200);margin-bottom:12px}.app-sidebar-property-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:4px}.app-sidebar-property-name{font-size:13px;font-weight:600;color:var(--black)}.app-sidebar-nav{display:flex;flex-direction:column;flex:1 1}.app-nav-item{display:flex;align-items:center;gap:10px;padding:11px 20px;border:none;background:none;cursor:pointer;text-align:left;transition:background .15s;width:100%}.app-nav-item:hover{background:var(--grey-100)}.app-nav-item-active{background:var(--green-tint)}.app-nav-item-active .app-nav-label{color:var(--green-dark);font-weight:700}.app-nav-item-active .app-nav-icon{color:var(--green-dark)}.app-nav-icon{font-size:18px;color:var(--grey-500)}.app-nav-label{font-size:13px;color:var(--grey-800)}.app-nav-opt{font-size:11px;color:var(--grey-500)}.app-sidebar-actions{padding:16px 20px;border-top:1px solid var(--grey-200);margin-top:auto}.app-saved-at{font-size:11px;color:var(--grey-500);text-align:center;margin-top:6px}.app-applicant-bar{display:flex;align-items:center;gap:0;border-bottom:2px solid var(--grey-200);padding:0 32px;background:var(--white);flex-wrap:wrap}.app-applicant-tab{display:flex;align-items:center;border-bottom:2px solid transparent;margin-bottom:-2px}.app-applicant-tab-active{border-bottom-color:var(--green-dark)}.app-applicant-tab button:first-child{padding:14px 16px;font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;color:var(--grey-800);display:flex;align-items:center;gap:6px}.app-applicant-tab-active button:first-child,.app-primary-badge{color:var(--green-dark);font-weight:700}.app-primary-badge{font-size:10px;text-transform:uppercase;letter-spacing:.07em;background:var(--green-tint);border-radius:4px;padding:2px 6px}.app-tab-remove{color:var(--grey-500);font-size:11px;padding:4px;line-height:1}.app-add-applicant-btn,.app-tab-remove{background:none;border:none;cursor:pointer}.app-add-applicant-btn{display:flex;align-items:center;gap:5px;padding:10px 14px;font-size:13px;font-weight:600;color:var(--green-dark);margin-left:8px}.app-add-applicant-btn .material-symbols-outlined{font-size:16px}.app-main{display:flex;flex-direction:column;min-height:0}.app-section-header{padding:24px 32px 0;background:var(--white);border-bottom:1px solid var(--grey-200)}.app-section-num{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:4px}.app-section-title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:4px}.app-section-for{font-size:13px;color:var(--grey-500);margin-bottom:12px}.app-progress-bar{height:3px;background:var(--grey-200);margin:12px -32px 0}.app-progress-fill{height:100%;background:var(--green);transition:width .3s ease}.app-section-content{flex:1 1;overflow-y:auto}.app-section-body{padding:28px 32px;display:flex;flex-direction:column;gap:0}.app-section-intro{font-size:14px;color:var(--grey-500);line-height:1.65;margin-bottom:24px;padding:14px 16px;background:var(--green-tint);border-radius:8px;border-left:3px solid var(--green)}.app-divider-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin:20px 0 12px;padding-top:16px;border-top:1px solid var(--grey-200)}.app-divider-label:first-child{margin-top:0;border-top:none}.app-divider-req{font-weight:400}.app-doc-hint{font-size:13px;color:var(--grey-500);margin-bottom:12px}.app-card{border:1px solid var(--grey-200);border-radius:10px;padding:20px;margin-bottom:16px}.app-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.app-card-title{font-size:14px;font-weight:700}.app-card-remove{font-size:12px;color:#ef4444;background:none;border:none;cursor:pointer;font-weight:600;padding:4px 8px;border-radius:4px;transition:background .15s}.app-card-remove:hover{background:#fee2e2}.app-add-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1.5px dashed var(--grey-200);border-radius:8px;background:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--green-dark);width:100%;justify-content:center;transition:all .15s;margin-top:4px}.app-add-btn:hover{border-color:var(--green);background:var(--green-tint)}.app-add-btn .material-symbols-outlined{font-size:18px}.app-empty-state{text-align:center;padding:24px;color:var(--grey-500);font-size:14px;border:1.5px dashed var(--grey-200);border-radius:8px;margin-bottom:16px}.app-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.app-toggle-row--block{background:var(--grey-100);border-radius:8px;padding:14px 16px;margin-bottom:12px}.app-toggle-sub{font-size:12px;color:var(--grey-500);margin-top:2px}.app-toggle{position:relative;display:inline-flex;width:44px;height:24px;flex-shrink:0;cursor:pointer}.app-toggle input{opacity:0;width:0;height:0}.app-toggle-slider{position:absolute;inset:0;background:var(--grey-200);border-radius:24px;transition:background .2s}.app-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.app-toggle input:checked+.app-toggle-slider{background:var(--green)}.app-toggle input:checked+.app-toggle-slider:before{transform:translateX(20px)}.app-checkbox-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:8px}.app-checkbox-label{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.input-prefix-wrap{position:relative}.input-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:15px;color:var(--grey-500);pointer-events:none}.input-prefixed{padding-left:26px}.doc-zone{border:1px solid var(--grey-200);border-radius:8px;padding:14px 16px;margin-bottom:10px}.doc-zone-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.doc-zone-label{font-size:13px;font-weight:700;margin-bottom:2px}.doc-zone-desc{font-size:12px;color:var(--grey-500)}.doc-upload-btn{display:flex;align-items:center;gap:4px;padding:7px 12px;border:1.5px solid var(--green-dark);border-radius:6px;background:none;color:var(--green-dark);font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .15s}.doc-upload-btn:hover{background:var(--green-tint)}.doc-upload-btn .material-symbols-outlined{font-size:15px}.doc-file-list{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:6px}.doc-file-item{display:flex;align-items:center;gap:8px;background:var(--grey-100);border-radius:6px;padding:8px 10px;font-size:12.5px}.doc-file-icon{font-size:16px;color:var(--green-dark)}.doc-file-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-file-size{color:var(--grey-500);flex-shrink:0}.doc-file-remove{background:none;border:none;cursor:pointer;color:var(--grey-500);display:flex;padding:2px}.doc-file-remove .material-symbols-outlined{font-size:16px}.app-no-pets{flex-direction:column;gap:8px;padding:32px;color:var(--grey-500);font-size:14px}.app-nav-footer,.app-no-pets{display:flex;align-items:center}.app-nav-footer{padding:16px 32px;border-top:1px solid var(--grey-200);background:var(--white);gap:12px}.app-nav-footer,.review-row{justify-content:space-between}.review-row{display:flex;font-size:13.5px;padding:8px 0;border-bottom:1px solid var(--grey-200)}.review-row:last-child{border-bottom:none}.review-row span:first-child{color:var(--grey-500)}.review-row span:last-child{font-weight:600}.app-review-notice{font-size:13px;color:var(--grey-500);background:var(--grey-100);border-radius:8px;padding:14px 16px;margin-top:16px;line-height:1.6}.app-submitted{text-align:center;padding:60px 32px}.app-submitted-icon{width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.app-submitted h2{font-family:var(--font-display);font-size:26px;font-weight:800;margin-bottom:12px}.app-submitted p{font-size:15px;color:var(--grey-500)}.app-submitted-ref{margin-top:12px;font-size:14px}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;max-height:none;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--grey-200);padding:12px;gap:4px}.app-sidebar-property{display:none}.app-sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:4px;flex:none}.app-nav-item{padding:8px 12px;border-radius:6px}.app-nav-label{font-size:12px}.app-sidebar-actions{display:none}.app-section-body{padding:20px}.app-section-header{padding:16px 20px 0}.app-progress-bar{margin:12px -20px 0}.app-applicant-bar{padding:0 20px}.app-nav-footer{padding:12px 20px}}@media (max-width:560px){.app-nav-label{display:none}.app-nav-icon{font-size:20px}.app-nav-item{padding:8px}.form-row{grid-template-columns:1fr}}.hero-region-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hero-region-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:14px 16px;display:flex;align-items:center;gap:12px;transition:all .2s;text-decoration:none}.hero-region-card:hover{background:hsla(0,0%,100%,.13);border-color:rgba(111,190,68,.5);transform:translateY(-1px)}.hrc-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.hrc-name{font-size:13.5px;font-weight:700;color:var(--white)}.hrc-sub{font-size:11px;color:hsla(0,0%,100%,.5);margin-top:1px}.hrc-arrow{margin-left:auto;font-size:14px;color:hsla(0,0%,100%,.4)}.locations-regions .regions-grid{gap:24px}.locations-regions .region-card{padding:0;display:flex;flex-direction:column;overflow:hidden;border-radius:14px}.locations-regions .region-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:transparent}.region-card-map{height:160px;position:relative;overflow:hidden}.region-map-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background:rgba(0,0,0,.18)}.region-card-body{padding:22px 24px;flex:1 1;display:flex;flex-direction:column}.region-tag{display:inline-flex;align-items:center;gap:5px;background:var(--green-tint);color:var(--green-dark);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.region-hub{font-size:12.5px;color:var(--grey-500);margin-bottom:12px}.locations-regions .region-suburbs{font-size:13px;color:var(--grey-800);line-height:1.65;margin-bottom:16px;flex:1 1}.locations-regions .region-suburbs strong{color:var(--grey-500);font-weight:600;display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.region-card-footer{padding:14px 24px;border-top:1px solid var(--grey-200);display:flex;gap:8px}.locations-regions .region-link{flex:1 1;text-align:center;padding:9px 12px;border-radius:7px;font-size:13px;font-weight:600;transition:all .15s;display:block;margin-top:0;color:inherit}.region-link-primary{background:var(--green-dark);color:var(--white)!important}.region-link-primary:hover{background:#014f2a}.region-link-outline{background:transparent;border:1.5px solid var(--grey-200);color:var(--grey-800)!important}.region-link-outline:hover{border-color:var(--green-dark);color:var(--green-dark)!important}.map-north{background:linear-gradient(135deg,#e8f5e0,#c8e6b8)}.map-south{background:linear-gradient(135deg,#e0eef5,#b8d6e6)}.map-east{background:linear-gradient(135deg,#f5ebe0,#e6d0b8)}.map-west{background:linear-gradient(135deg,#ede0f5,#d5b8e6)}.map-moreton{background:linear-gradient(135deg,#e0f5f0,#b8e6dc)}.map-ipswich{background:linear-gradient(135deg,#f5f0e0,#e6dcb8)}.map-pin{width:44px;height:44px;background:var(--green-dark);border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(1,104,56,.3)}.map-pin-inner{width:16px;height:16px;background:#fff;border-radius:50%;transform:rotate(45deg)}.map-label{position:absolute;bottom:10px;left:12px;background:rgba(1,104,56,.9);color:#fff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.checker-wrap{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:36px;box-shadow:var(--shadow);max-width:680px;margin:0 auto}.checker-title{font-size:20px;font-weight:700;color:var(--black);margin-bottom:6px}.checker-sub{font-size:14.5px;color:var(--grey-500);margin-bottom:24px;line-height:1.6}.checker-row{display:flex;gap:12px;margin-bottom:16px}.checker-input{flex:1 1;padding:13px 16px;border:1.5px solid var(--grey-200);border-radius:8px;font-family:var(--font);font-size:14px;color:var(--black);background:var(--grey-100);outline:none;transition:all .15s}.checker-input:focus{border-color:var(--green-dark);background:var(--white);box-shadow:0 0 0 3px rgba(1,104,56,.08)}.checker-input::placeholder{color:var(--grey-200)}.checker-btn{padding:13px 24px;background:var(--green-dark);color:#fff;border:none;border-radius:8px;font-family:var(--font);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.checker-btn:hover{background:#014f2a;transform:translateY(-1px)}.checker-result{border-radius:8px;padding:14px 16px;font-size:14px;line-height:1.55}.checker-result-found{background:var(--green-tint);border:1px solid rgba(111,190,68,.3);color:var(--green-dark)}.checker-result-notfound{background:#fef2e8;border:1px solid rgba(212,105,26,.3);color:#854f0b}.checker-disclaimer{font-size:12px;color:var(--grey-500);margin-top:12px;line-height:1.5}.deep-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.deep-wrap-rev{direction:rtl}.deep-wrap-rev>*{direction:ltr}.deep-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);display:flex;align-items:center;gap:8px;margin-bottom:10px}.deep-eyebrow:before{content:"";width:18px;height:2px;background:var(--green)}.deep-title{font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.15;color:var(--black);margin-bottom:12px}.deep-title span{color:var(--green-dark)}.deep-body{font-size:15px;color:var(--grey-500);line-height:1.75;margin-bottom:20px}.deep-suburbs-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.suburb-pill{background:var(--grey-100);border:1px solid var(--grey-200);border-radius:20px;padding:5px 13px;font-size:12.5px;color:var(--grey-800);font-weight:500;transition:all .15s;display:inline-block}.suburb-pill:hover{background:var(--green-tint);border-color:var(--green);color:var(--green-dark)}.deep-visual{border-radius:14px;overflow:hidden;position:relative;height:320px;display:flex;align-items:center;justify-content:center}.deep-visual-overlay{position:absolute;inset:0;background:rgba(0,0,0,.38);z-index:1}.deep-stat-card{background:#fff;border-radius:var(--radius);padding:16px 20px;border:1px solid var(--grey-200);position:absolute;box-shadow:var(--shadow-lg);z-index:3}.deep-stat-num{font-size:26px;font-weight:800;color:var(--green-dark);line-height:1}.deep-stat-lbl{font-size:12px;color:var(--grey-500);margin-top:2px}.loc-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}.loc-seo-grid h3{font-size:16px;font-weight:700;color:var(--black);margin-bottom:10px}.loc-seo-grid p{font-size:13.5px;color:var(--grey-500);line-height:1.65}@media (max-width:1024px){.hero-region-grid{grid-template-columns:1fr;gap:8px}}@media (max-width:900px){.deep-wrap{grid-template-columns:1fr;gap:36px}.deep-wrap-rev{direction:ltr}.loc-seo-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:768px){.checker-row{flex-direction:column}.checker-btn{width:100%}.checker-wrap{padding:24px}.hero-region-grid,.locations-regions .regions-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.hero-region-grid,.locations-regions .regions-grid{grid-template-columns:1fr}.deep-stat-card{display:none}}.hs-dates-banner{background:var(--green-tint);border:1px solid rgba(111,190,68,.3);border-radius:var(--radius);padding:18px 22px;margin-bottom:40px;display:flex;align-items:flex-start;gap:14px}.hs-dates-icon{font-size:22px;color:var(--green-dark);flex-shrink:0;margin-top:1px}.hs-dates-title{font-size:14px;font-weight:700;color:var(--green-dark);margin-bottom:4px}.hs-dates-text{font-size:13.5px;color:var(--grey-800);line-height:1.55}.hs-tag{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:var(--orange-tint);color:var(--orange);margin-top:10px}.hs-resp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.hs-resp-col{background:var(--white);border-radius:var(--radius);border:1px solid var(--grey-200);overflow:hidden}.hs-resp-header{padding:18px 24px}.hs-resp-header--owner{background:var(--green-dark)}.hs-resp-header--tenant{background:var(--black)}.hs-resp-title{font-size:15px;font-weight:700;color:var(--white);margin-bottom:2px}.hs-resp-sub{font-size:12px;color:hsla(0,0%,100%,.55)}.hs-resp-body{padding:20px 24px;display:flex;flex-direction:column;gap:0}.hs-process{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;position:relative}.hs-process:before{content:"";position:absolute;top:28px;left:16%;right:16%;height:2px;background:var(--grey-200);z-index:0}.hs-process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;position:relative;z-index:1}.hs-process-num{width:56px;height:56px;border-radius:50%;background:var(--green-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;margin-bottom:16px;box-shadow:0 4px 20px rgba(1,104,56,.25)}.hs-process-title{font-size:15px;font-weight:700;margin-bottom:8px}.hs-process-text{font-size:13px;color:var(--grey-500);line-height:1.65}@media (max-width:900px){.hs-process,.hs-resp-grid{grid-template-columns:1fr}.hs-process{gap:32px}.hs-process:before{display:none}}.emergency-alert{background:var(--red);padding:13px 0}.ea-inner{display:flex;align-items:flex-start;gap:14px}.ea-icon{font-size:22px;color:#fff;flex-shrink:0;line-height:1.2}.ea-body{flex:1 1}.ea-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.ea-text{font-size:13px;color:hsla(0,0%,100%,.88);line-height:1.5}.maint-page-wrap{background:var(--grey-100);padding:40px 0 72px}.maint-layout{display:grid;grid-template-columns:1fr 310px;grid-gap:24px;gap:24px;align-items:start}.maint-form-card{background:var(--white);border-radius:14px;border:1px solid var(--grey-200);overflow:hidden;box-shadow:var(--shadow)}.stepper{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--grey-200)}.step-tab{display:flex;flex-direction:column;align-items:center;padding:16px 8px 14px;border-bottom:3px solid transparent;position:relative}.step-tab-active{border-bottom-color:var(--green-dark)}.step-tab-done{border-bottom-color:var(--green)}.step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-bottom:6px;flex-shrink:0;line-height:1}.step-num-todo{background:var(--grey-100);color:var(--grey-500);border:1.5px solid var(--grey-200)}.step-num-active{background:var(--green-dark);color:#fff}.step-num-done{background:var(--green);color:#fff}.step-label{font-size:12px;font-weight:600;color:var(--grey-400);text-align:center;line-height:1.3}.step-label-active{color:var(--green-dark)}.step-label-done{color:var(--green)}.step-sublabel{font-size:10px;color:var(--grey-400);text-align:center;margin-top:1px}.step-panel{padding:28px}.step-panel-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--black);margin-bottom:6px}.step-panel-sub{font-size:14px;color:var(--grey-500);margin-bottom:24px;line-height:1.55}.priority-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.priority-card{border:2px solid var(--grey-200);border-radius:12px;padding:20px 16px;cursor:pointer;transition:all .2s;background:var(--white);text-align:left;width:100%;font-family:var(--font-body)}.priority-card:hover{border-color:var(--grey-400);transform:translateY(-1px)}.priority-card-icon{font-size:28px;margin-bottom:10px;display:block}.priority-card-name{font-size:15px;font-weight:700;color:var(--black);margin-bottom:5px}.priority-card-desc{font-size:12px;color:var(--grey-500);line-height:1.5}.priority-card-time{font-size:11px;font-weight:700;margin-top:10px}.priority-card-routine.selected{border-color:var(--green);background:var(--green-tint)}.priority-card-routine.selected .priority-card-name{color:var(--green-dark)}.priority-card-urgent.selected{border-color:var(--orange);background:var(--orange-tint)}.priority-card-urgent.selected .priority-card-name{color:#854f0b}.priority-card-emergency.selected{border-color:var(--red);background:var(--red-tint)}.priority-card-emergency.selected .priority-card-name{color:#7b241c}.emerg-warning{background:var(--red-tint);border:1px solid #f1948a;border-radius:10px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px}.emerg-warning-icon{font-size:20px;color:var(--red);flex-shrink:0;line-height:1.2}.emerg-warning-title{font-size:14px;font-weight:700;color:#7b241c;margin-bottom:4px}.emerg-warning-text{font-size:13px;color:#922b21;line-height:1.55}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:24px}.cat-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;border:1.5px solid var(--grey-200);border-radius:10px;background:var(--white);cursor:pointer;transition:all .15s;font-family:var(--font-body);width:100%}.cat-btn.selected,.cat-btn:hover{border-color:var(--green-dark);background:var(--green-tint)}.cat-btn-icon{font-size:22px;color:var(--grey-400)}.cat-btn.selected .cat-btn-icon{color:var(--green-dark)}.cat-btn-label{font-size:12px;font-weight:600;color:var(--grey-800);text-align:center;line-height:1.3}.cat-btn.selected .cat-btn-label{color:var(--green-dark)}.photo-upload{border:2px dashed var(--grey-200);border-radius:10px;padding:24px;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:12px}.photo-upload:hover{border-color:var(--green);background:var(--green-tint)}.photo-upload-text{font-size:14px;font-weight:600;color:var(--grey-800);margin-bottom:4px}.photo-upload-sub{font-size:12px;color:var(--grey-500)}.photo-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.photo-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;position:relative;border:1px solid var(--grey-200);flex-shrink:0}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb-remove{position:absolute;top:3px;right:3px;background:rgba(0,0,0,.55);color:#fff;border:none;border-radius:50%;width:18px;height:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.avail-grid{display:flex;flex-wrap:wrap;gap:8px}.avail-chip{padding:8px 16px;border:1.5px solid var(--grey-200);border-radius:20px;background:var(--white);font-size:13px;font-weight:500;color:var(--grey-800);cursor:pointer;transition:all .15s;font-family:var(--font-body)}.avail-chip:hover{border-color:var(--green-dark);color:var(--green-dark)}.avail-chip.selected{background:var(--green-dark);border-color:var(--green-dark);color:var(--white)}.summary-box{background:var(--grey-100);border-radius:10px;padding:18px 20px;margin-bottom:16px}.summary-box-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);margin-bottom:10px}.summary-row{display:flex;gap:12px;padding:7px 0;border-bottom:1px solid var(--grey-200);font-size:13.5px}.summary-row:last-child{border-bottom:none}.summary-row-label{color:var(--grey-500);width:90px;flex-shrink:0;font-size:13px}.summary-row-value{color:var(--black);font-weight:500;flex:1 1;min-width:0;word-break:break-word}.step-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-top:1px solid var(--grey-200);background:var(--grey-100)}.btn-step-back{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:1.5px solid var(--grey-200);border-radius:8px;background:var(--white);font-size:14px;font-weight:600;color:var(--grey-800);cursor:pointer;font-family:var(--font-body);transition:all .15s}.btn-step-back:hover{border-color:var(--grey-400)}.btn-step-next{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border:none;border-radius:8px;background:var(--green-dark);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:all .15s}.btn-step-next:hover:not(:disabled){background:#014f2a;transform:translateY(-1px)}.btn-step-next:disabled{background:var(--grey-200);color:var(--grey-400);cursor:not-allowed}.btn-submit{display:inline-flex;align-items:center;gap:6px;padding:11px 26px;border:none;border-radius:8px;background:var(--green);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:all .15s}.btn-submit:hover:not(:disabled){background:#5da835;transform:translateY(-1px)}.btn-submit:disabled{background:var(--grey-200);color:var(--grey-400);cursor:not-allowed}.success-state{padding:52px 28px;text-align:center}.success-ring{width:80px;height:80px;border-radius:50%;border:4px solid var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:ringPop .4s ease forwards}@keyframes ringPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.success-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:var(--black);margin-bottom:10px}.success-sub{font-size:15px;color:var(--grey-500);line-height:1.65;margin-bottom:20px;max-width:460px;margin-left:auto;margin-right:auto}.success-ref{display:inline-block;background:var(--green-tint);border:1px solid rgba(111,190,68,.35);border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;color:var(--green-dark);margin-bottom:28px}.scard{background:var(--white);border:1px solid var(--grey-200);border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow)}.scard:last-child{margin-bottom:0}.scard-header{padding:14px 18px;border-bottom:1px solid var(--grey-200);background:var(--grey-100)}.scard-title{font-size:13px;font-weight:700;color:var(--black)}.scard-sub{font-size:11px;color:var(--grey-500);margin-top:2px}.scard-body{padding:16px 18px}.scard-emergency{border-color:#f1948a}.scard-emergency .scard-header{background:var(--red-tint);border-bottom-color:#f1948a}.scard-emergency .scard-title{color:#7b241c}.emerg-call{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:10px;transition:all .15s;text-decoration:none}.emerg-call:last-child{margin-bottom:0}.ec-000{background:var(--red);color:#fff}.ec-000:hover{background:#a93226}.ec-housit{background:var(--green-dark);color:#fff}.ec-housit:hover{background:#014f2a}.resp-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--grey-200);font-size:13px}.resp-row:last-child{border-bottom:none}.resp-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;flex-shrink:0}.rb-red{background:var(--red-tint);color:var(--red)}.rb-orange{background:var(--orange-tint);color:var(--orange)}.rb-green{background:var(--green-tint);color:var(--green-dark)}.resp-row-label{flex:1 1;color:var(--grey-800)}.contact-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--grey-200);font-size:13.5px}.contact-row:last-child{border-bottom:none}.cr-icon{font-size:18px;color:var(--green-dark);flex-shrink:0;margin-top:1px}.tips-below{background:var(--white);border-radius:14px;border:1px solid var(--grey-200);padding:28px;margin-top:20px;box-shadow:var(--shadow)}.tips-below-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:18px}.tips-below-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.maint-tip{display:flex;align-items:flex-start;gap:10px}.maint-tip-icon{width:32px;height:32px;border-radius:8px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.maint-tip-icon .material-symbols-outlined{font-size:16px;color:var(--green-dark)}.maint-tip-title{font-size:13px;font-weight:700;color:var(--black);margin-bottom:3px}.maint-tip-text{font-size:12px;color:var(--grey-500);line-height:1.5}@media (max-width:960px){.maint-layout{grid-template-columns:1fr}.maint-layout aside{order:-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.scard{margin-bottom:0}}@media (max-width:700px){.maint-layout aside,.priority-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(3,1fr)}.tips-below-grid{grid-template-columns:1fr 1fr}.step-sublabel{display:none}.step-panel{padding:20px}.step-footer{padding:14px 20px}}@media (max-width:480px){.stepper{grid-template-columns:repeat(5,1fr)}.step-label{font-size:10px}.cat-grid{grid-template-columns:repeat(2,1fr)}.tips-below-grid{grid-template-columns:1fr}}.perks-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.perk-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;transition:all .25s}.perk-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.perk-icon{width:48px;height:48px;border-radius:12px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px}.perk-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--black);margin-bottom:8px}.perk-text{font-size:14px;color:var(--grey-500);line-height:1.65}.roles-list{display:flex;flex-direction:column;gap:20px}.role-card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:28px 32px;display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:center;transition:all .2s}.role-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.role-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.role-badge-fulltime{background:var(--green-tint);color:var(--green-dark)}.role-badge-parttime{background:#e6f1fb;color:#185fa5}.role-title{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--black);margin-bottom:8px}.role-desc{font-size:14.5px;color:var(--grey-500);line-height:1.65;margin-bottom:14px}.role-meta{display:flex;flex-wrap:wrap;gap:12px}.role-meta-item{display:flex;align-items:center;gap:5px;font-size:12.5px;color:var(--grey-500)}.role-meta-item .material-symbols-outlined{font-size:15px;color:var(--green-dark)}.role-cta{flex-shrink:0}.no-roles-card{background:var(--grey-100);border:2px dashed var(--grey-200);border-radius:14px;padding:48px 40px;text-align:center}.no-roles-icon{font-size:40px;margin-bottom:16px}.no-roles-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--black);margin-bottom:10px}.no-roles-text{font-size:15px;color:var(--grey-500);line-height:1.65;max-width:480px;margin:0 auto 24px}.careers-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;position:relative}.careers-steps:before{content:"";position:absolute;top:22px;left:calc(12.5% + 22px);right:calc(12.5% + 22px);height:2px;background:var(--green-tint);z-index:0}.careers-steps .apply-step{text-align:center;position:relative;z-index:1}.apply-step-num{width:44px;height:44px;border-radius:50%;background:var(--green-dark);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;margin:0 auto 14px;box-shadow:0 4px 16px rgba(1,104,56,.25)}.apply-step-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:6px}.apply-step-text{font-size:13px;color:var(--grey-500);line-height:1.55}.register-card{background:var(--green-dark);border-radius:16px;padding:44px;position:relative;overflow:hidden}.register-card-bg{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px;pointer-events:none}.register-card-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;grid-gap:32px;gap:32px;align-items:center}.register-title{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--white);margin-bottom:8px}.register-sub{font-size:15px;color:hsla(0,0%,100%,.7);line-height:1.65}.register-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.traits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;max-width:800px;margin:0 auto}.trait-item{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid var(--grey-200);border-radius:12px;padding:20px}.trait-icon{width:36px;height:36px;border-radius:9px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trait-icon .material-symbols-outlined{font-size:18px;color:var(--green-dark);line-height:1}.trait-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:4px}.trait-text{font-size:13.5px;color:var(--grey-500);line-height:1.55}@media (max-width:900px){.careers-steps,.perks-grid{grid-template-columns:1fr 1fr}.careers-steps{gap:20px}.careers-steps:before{display:none}.register-card-inner,.role-card{grid-template-columns:1fr}.register-actions{flex-direction:row}.traits-grid{grid-template-columns:1fr}}@media (max-width:600px){.careers-steps,.perks-grid{grid-template-columns:1fr}.register-card{padding:28px 24px}.register-actions{flex-direction:column}}.founder-hero-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25)}.fhc-portrait{height:300px;background:linear-gradient(135deg,var(--green-dark) 0,#014f2a 60%,#023d22 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.fhc-portrait-bg{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:20px 20px}.fhc-portrait-initials{font-family:var(--font-display);font-size:72px;font-weight:800;color:hsla(0,0%,100%,.15);letter-spacing:-4px;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fhc-portrait-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(1,104,56,.9) 0,transparent);height:80px}.fhc-body{padding:22px 24px}.fhc-name{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--black);margin-bottom:3px}.fhc-role{font-size:13px;font-weight:600;color:var(--green-dark);margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}.fhc-bio{font-size:13.5px;color:var(--grey-500);line-height:1.65;margin-bottom:16px}.fhc-links{display:flex;gap:8px;flex-wrap:wrap}.fhc-link{padding:7px 14px;border-radius:6px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-block}.fhc-link-primary{background:var(--green-dark);color:var(--white)}.fhc-link-primary:hover{background:#014f2a}.fhc-link-outline{border:1.5px solid var(--grey-200);color:var(--grey-800)}.fhc-link-outline:hover{border-color:var(--green-dark);color:var(--green-dark)}.trust-item-text{text-align:center}.trust-item-text strong{color:var(--white);display:block;font-size:14px;font-weight:600}.trust-item-text span{font-size:12px;color:hsla(0,0%,100%,.5)}.origin-quote-block{background:var(--green-dark);border-radius:14px;padding:36px;position:relative;overflow:hidden}.oqb-bg{position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:24px 24px}.oqb-mark{position:absolute;top:-12px;left:22px;font-size:110px;color:rgba(111,190,68,.15);font-family:Georgia,serif;line-height:1;pointer-events:none}.oqb-text{font-size:18px;font-weight:500;color:var(--white);line-height:1.7;font-style:italic;margin-bottom:22px}.oqb-attr,.oqb-text{position:relative;z-index:1}.oqb-attr{gap:12px}.oqb-attr,.oqb-avatar{display:flex;align-items:center}.oqb-avatar{width:40px;height:40px;border-radius:50%;background:rgba(111,190,68,.25);border:2px solid rgba(111,190,68,.5);justify-content:center;font-size:14px;font-weight:700;color:var(--green);flex-shrink:0}.oqb-name{font-size:13px;font-weight:700;color:var(--white)}.oqb-role{font-size:11.5px;color:hsla(0,0%,100%,.55)}.about-fc{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;overflow:hidden;transition:all .25s}.about-fc:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.about-fc-header{padding:22px 26px 18px}.about-fc-label{display:inline-flex;align-items:center;gap:6px;border-radius:20px;padding:4px 12px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.about-fc-label-why{background:#e1f5ee;color:#0f6e56}.about-fc-label-mission{background:#e6f1fb;color:#185fa5}.about-fc-label-vision{background:#faeeda;color:#854f0b}.about-fc-title{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--black);margin-bottom:3px}.about-fc-subtitle{font-size:12.5px;color:var(--grey-500)}.about-fc-body{padding:0 26px 26px}.about-fc-text{font-size:14.5px;color:var(--grey-800);line-height:1.75;padding-top:16px;border-top:1px solid var(--grey-200)}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transition:transform .3s}.value-card:hover:before{transform:scaleX(1)}.value-card{position:relative;overflow:hidden}.value-icon svg{width:22px;height:22px;fill:var(--green-dark)}.founder-wrap{display:grid;grid-template-columns:400px 1fr;grid-gap:64px;gap:64px;align-items:start}.founder-card{background:var(--white);border:1px solid var(--grey-200);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.founder-portrait{height:360px;background:linear-gradient(160deg,#016838,#014f2a 50%,#023d22);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.fp-bg{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:20px 20px}.fp-initials{font-family:var(--font-display);font-size:96px;font-weight:800;color:hsla(0,0%,100%,.12);letter-spacing:-6px;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fp-badge{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:var(--green);color:#fff;border-radius:20px;padding:6px 18px;font-size:12px;font-weight:700;white-space:nowrap;z-index:2}.founder-info{padding:24px}.fi-name{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--black);margin-bottom:4px}.fi-role{font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green-dark);margin-bottom:16px}.fi-divider{height:1px;background:var(--grey-200);margin-bottom:16px}.fi-fact{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--grey-800);margin-bottom:8px}.fi-fact-icon{font-size:16px;color:var(--green-dark);flex-shrink:0;margin-top:1px}.fi-contact{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--grey-200)}.fi-contact-row{display:flex;align-items:center;gap:10px}.fi-contact-icon{width:30px;height:30px;border-radius:7px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--green-dark);flex-shrink:0}.fi-contact-lbl{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-500)}.fi-contact-val{font-size:13px;font-weight:600;color:var(--green-dark)}.founder-content{padding-top:8px}.founder-content p{font-size:15.5px;color:var(--grey-500);line-height:1.8;margin-bottom:18px}.founder-principles{display:flex;flex-direction:column;gap:4px;margin-bottom:28px}.diff-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.diff-card{background:var(--white);border-radius:var(--radius);padding:26px;border:1px solid var(--grey-200);display:flex;gap:16px;transition:all .2s}.diff-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.diff-num{width:36px;height:36px;border-radius:9px;background:var(--green-dark);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.diff-title{font-size:15px;font-weight:700;color:var(--black);margin-bottom:5px}.diff-text{font-size:13.5px;color:var(--grey-500);line-height:1.65}.about-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.google-rating{display:flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--grey-200);border-radius:12px;padding:18px 24px;margin-top:32px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;flex-wrap:wrap;justify-content:center}.gr-logo{font-size:22px;font-weight:800;color:#4285f4}.gr-stars{color:#f5a623;font-size:20px;letter-spacing:2px}.gr-score{font-size:28px;font-weight:800;color:var(--black);line-height:1}.gr-label{font-size:13px;color:var(--grey-500)}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.contact-form-card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.cfc-header{background:var(--green-dark);padding:22px 28px}.cfc-title{font-size:17px;font-weight:700;color:var(--white);margin-bottom:3px}.cfc-sub{font-size:13px;color:hsla(0,0%,100%,.6)}.cfc-body{padding:24px 28px}.cf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.cf-group{margin-bottom:14px}.cf-lbl{font-size:12.5px;font-weight:600;color:var(--black);margin-bottom:5px;display:block}.cf-req{color:#c0392b;margin-left:2px}.cf-input,.cf-select,.cf-textarea{width:100%;padding:11px 14px;border:1.5px solid var(--grey-200);border-radius:7px;font-family:var(--font-body);font-size:14px;color:var(--black);background:var(--grey-100);outline:none;transition:all .15s}.cf-input:focus,.cf-select:focus,.cf-textarea:focus{border-color:var(--green-dark);background:var(--white);box-shadow:0 0 0 3px rgba(1,104,56,.08)}.cf-input::placeholder,.cf-textarea::placeholder{color:var(--grey-400)}.cf-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236B6B6B'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;background-color:var(--grey-100);padding-right:36px}.cf-textarea{resize:vertical;min-height:100px;line-height:1.65}.cf-submit{width:100%;padding:14px;background:var(--green);color:#fff;border:none;border-radius:8px;font-family:var(--font-body);font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:6px}.cf-submit:hover:not(:disabled){background:#5da835;transform:translateY(-1px);box-shadow:0 4px 14px rgba(111,190,68,.35)}.cf-submit:disabled{background:var(--grey-200);color:var(--grey-400);cursor:not-allowed}.cf-note{font-size:12px;color:var(--grey-500);text-align:center;margin-top:10px;line-height:1.5}.cf-success{flex-direction:column;text-align:center;padding:48px 28px}.cf-success,.cf-success-ring{display:flex;align-items:center}.cf-success-ring{width:68px;height:68px;border-radius:50%;border:3px solid var(--green);justify-content:center;font-size:26px;font-weight:700;color:var(--green-dark);margin-bottom:16px;animation:cfRingPop .4s ease}@keyframes cfRingPop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.cf-success-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--black);margin-bottom:8px}.cf-success-sub{font-size:14px;color:var(--grey-500);line-height:1.65}.contact-details{display:flex;flex-direction:column;gap:16px}.cd-card{background:var(--white);border:1px solid var(--grey-200);border-radius:12px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start}.cd-icon{width:44px;height:44px;border-radius:11px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--green-dark);flex-shrink:0}.cd-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500);margin-bottom:2px}.cd-value{font-size:15.5px;font-weight:700;color:var(--green-dark)}.cd-sub{font-size:12.5px;color:var(--grey-500);margin-top:2px}.hours-card{background:var(--green-tint);border:1px solid rgba(111,190,68,.25);border-radius:12px;padding:18px 20px}.hours-title{font-size:13px;font-weight:700;color:var(--green-dark);margin-bottom:10px}.hours-row{display:flex;justify-content:space-between;font-size:13px;color:var(--grey-800);padding:4px 0;border-bottom:1px solid rgba(111,190,68,.2)}.hours-row:last-child{border-bottom:none;padding-bottom:0}.hours-open{color:var(--green-dark);font-weight:600}.hours-closed{color:var(--grey-500)}.portal-coming-badge{display:inline-block;background:var(--green-tint);color:var(--green-dark);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:20px;border:1px solid var(--green-soft)}.portal-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.portal-feature-card{background:#fff;border:1px solid var(--grey-100);border-radius:14px;padding:28px 24px;transition:box-shadow .2s,transform .2s}.portal-feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.portal-feature-icon{width:44px;height:44px;border-radius:10px;background:var(--green-tint);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.portal-feature-icon .material-symbols-outlined{font-size:22px;color:var(--green-dark)}.portal-feature-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--black);margin-bottom:8px}.portal-feature-desc{font-size:14px;color:var(--grey-500);line-height:1.65;margin:0}.portal-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px;max-width:860px;margin:0 auto}.portal-step{text-align:center;padding:32px 24px;background:#fff;border:1px solid var(--grey-100);border-radius:14px}.portal-step-num{width:40px;height:40px;border-radius:50%;background:var(--green-dark);color:#fff;font-family:var(--font-display);font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.portal-step h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--black);margin-bottom:8px}.portal-step p{font-size:13.5px;color:var(--grey-500);line-height:1.6;margin:0}.portal-step-arrow .material-symbols-outlined{font-size:24px;color:var(--grey-200)}.portal-interim-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.portal-interim-card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--grey-100);border-radius:14px;padding:28px 24px;text-decoration:none;transition:box-shadow .2s,transform .2s}.portal-interim-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.portal-interim-card>.material-symbols-outlined{font-size:28px;color:var(--green-dark);margin-bottom:4px}.portal-interim-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--black);margin:0}.portal-interim-card p{font-size:14px;color:var(--grey-500);line-height:1.6;margin:0;flex:1 1}.portal-interim-link{font-size:13px;font-weight:600;color:var(--green-dark);display:flex;align-items:center;gap:4px;margin-top:4px}.portal-interim-link .material-symbols-outlined{font-size:16px}.portal-how-it-works{background:var(--grey-100);border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200)}.portal-meantime{background:var(--green-dark)}.portal-meantime .section-label{background:hsla(0,0%,100%,.15);color:#fff;border-color:hsla(0,0%,100%,.2)}.portal-meantime .section-title{color:#fff}.portal-meantime .section-title span{color:var(--green-soft)}.portal-meantime .section-sub{color:hsla(0,0%,100%,.75)}.portal-meantime .portal-interim-card{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15);color:#fff}.portal-meantime .portal-interim-card:hover{background:hsla(0,0%,100%,.13);box-shadow:0 8px 32px rgba(0,0,0,.2)}.portal-meantime .portal-interim-card>.material-symbols-outlined{color:var(--green-soft)}.portal-meantime .portal-interim-card h3{color:#fff}.portal-meantime .portal-interim-card p{color:hsla(0,0%,100%,.7)}.portal-meantime .portal-interim-link{color:var(--green-soft)}@media (max-width:960px){.portal-feature-grid,.portal-interim-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.portal-steps{grid-template-columns:1fr}.portal-step-arrow{display:none}}@media (max-width:580px){.portal-feature-grid,.portal-interim-grid{grid-template-columns:1fr}}.legal-body h2{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--black);margin:40px 0 12px;padding-top:8px;border-top:1px solid var(--grey-100)}.legal-body h2:first-child{margin-top:0;border-top:none}.legal-body h3{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--black);margin:24px 0 8px}.legal-body p{font-size:15px;color:var(--grey-600);line-height:1.75;margin-bottom:16px}.legal-body ul{padding-left:24px;margin-bottom:16px}.legal-body ul li{font-size:15px;color:var(--grey-600);line-height:1.75;margin-bottom:6px}.legal-body a{color:var(--green-dark);text-decoration:underline}.legal-body strong{color:var(--black);font-weight:600}.about-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}.about-seo-item h3{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--black);margin-bottom:10px}.about-seo-item p{font-size:13.5px;color:var(--grey-500);line-height:1.65}@media (max-width:1060px){.founder-wrap{grid-template-columns:340px 1fr;gap:48px}}@media (max-width:900px){.founder-wrap{grid-template-columns:1fr}.founder-portrait{height:280px}.contact-wrap{grid-template-columns:1fr}.about-reviews-grid{grid-template-columns:1fr 1fr;gap:16px}.about-seo-grid,.diff-grid{grid-template-columns:1fr}.about-seo-grid{gap:24px}.founder-hero-card{max-width:440px;margin:0 auto}}@media (max-width:680px){.about-fc-header{padding:18px 20px 14px}.about-fc-body{padding:0 20px 20px}.cfc-body{padding:20px}.about-reviews-grid,.cf-row{grid-template-columns:1fr}.fhc-portrait{height:220px}.fhc-portrait-initials{font-size:52px}.google-rating{flex-direction:column;text-align:center;gap:8px}}