@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap";
.new-home{--teal:#1d9e75;--teal-dark:#0f6e56;--teal-deep:#085041;--teal-lt:#e1f5ee;--teal-mid:#9fe1cb;--teal-dim:#5dcaa5;--red:#e24b4a;--red-lt:#fcebeb;--red-drk:#a32d2d;--bg:#fff;--bg2:#f7f7f5;--bg3:#f0efea;--border:#e8e8e2;--border2:#d4d4cc;--text:#16160f;--muted:#5a5a52;--hint:#9a9a90;--serif:"DM Serif Display",Georgia,serif;--sans:"DM Sans",-apple-system,sans-serif;--max:1100px;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}.new-home *{box-sizing:border-box}.new-home .container{max-width:var(--max);margin:0 auto;padding:0 32px}.new-home .eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-lt);border-radius:20px;padding:5px 14px;font-size:11px;font-weight:600;display:inline-block}.new-home .sec-head{font-family:var(--serif);color:var(--text);letter-spacing:-.3px;font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1.2}.new-home .sec-sub{color:var(--muted);max-width:540px;font-size:16px;line-height:1.7}.new-home nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);background:#ffffffeb;position:sticky;top:0}.new-home .nav-inner{max-width:var(--max);justify-content:space-between;align-items:center;height:60px;margin:0 auto;padding:0 32px;display:flex}.new-home .nav-logo{font-family:var(--sans);color:var(--text);letter-spacing:-.3px;font-size:16px;font-weight:600;text-decoration:none}.new-home .nav-logo em{color:var(--teal);font-style:normal}.new-home .nav-logo .dot{color:var(--hint);font-weight:400}.new-home .nav-links{align-items:center;gap:28px;display:flex}.new-home .nav-links a{color:var(--muted);font-size:13px;text-decoration:none;transition:color .2s}.new-home .nav-links a:hover{color:var(--text)}.new-home .nav-cta{background:var(--teal);color:#fff;border-radius:6px;padding:8px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.new-home .nav-cta:hover{background:var(--teal-dark)}.new-home nav a.nav-cta,.new-home nav a.nav-cta:hover,.new-home nav a.nav-cta:visited,.new-home nav a.nav-cta:active{color:#fff!important}.new-home .hero{text-align:center;border-bottom:.5px solid var(--border);padding:48px 32px 32px;position:relative;overflow:hidden}.new-home .hero:before{content:"";pointer-events:none;background:radial-gradient(#1d9e7512 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.new-home .hero .eyebrow{margin-bottom:24px}.new-home .hero-h1{font-family:var(--serif);color:var(--text);letter-spacing:-.5px;max-width:700px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(38px,6vw,64px);font-weight:400;line-height:1.1}.new-home .hero-h1 em{color:var(--teal);font-style:italic}.new-home .hero-sub{color:var(--muted);max-width:480px;margin:0 auto 36px;font-size:17px;line-height:1.7}.new-home .hero-actions{flex-direction:column;align-items:center;gap:10px;display:flex}.new-home .hero-btn{background:var(--teal);color:#fff;border-radius:7px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.new-home .hero-btn:hover{background:var(--teal-dark);transform:translateY(-1px)}.new-home a.hero-btn,.new-home a.hero-btn:hover,.new-home a.hero-btn:visited{color:#fff!important}.new-home .hero-note{color:var(--hint);font-size:12px}.new-home .hero-channels{grid-template-columns:repeat(4,1fr);gap:10px;max-width:640px;margin:24px auto 8px;display:grid}.new-home .hero-channel{background:var(--bg);border:.5px solid var(--border);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;display:flex}.new-home .hero-channel svg{width:22px;height:22px;color:var(--teal);display:block}.new-home .hero-channel-label{color:var(--text);font-size:12px;font-weight:500;line-height:1.3}.new-home .hero-channel-sub{color:var(--hint);margin-top:1px;font-size:11px}.new-home .hero-channel-new{background:var(--teal-lt);color:var(--teal-dark);letter-spacing:.03em;border-radius:100px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-block}.new-home .hero-cred{border-top:.5px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:22px;padding-top:18px;display:flex}.new-home .hc-text{color:var(--hint);font-size:12px}.new-home .hc-names{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.new-home .hc-co{color:var(--teal-dark);font-size:13px;font-weight:600}.new-home .hc-div{background:var(--border2);vertical-align:middle;width:.5px;height:13px;display:inline-block}.new-home .hc-dash{color:var(--hint);font-size:12px}.new-home .hc-applied{color:var(--muted);font-size:12px;font-style:italic}.new-home .problem{background:var(--bg2);border-bottom:.5px solid var(--border);padding:80px 32px}.new-home .problem-inner{max-width:var(--max);margin:0 auto}.new-home .problem-head{font-family:var(--serif);color:var(--text);margin-bottom:12px;font-size:clamp(26px,3.5vw,36px);font-weight:400;line-height:1.25}.new-home .problem-sub{color:var(--muted);max-width:560px;margin-bottom:36px;font-size:15px;line-height:1.7}.new-home .prob-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.new-home .prob-card{background:var(--bg);border:.5px solid var(--border);border-radius:10px;padding:22px 24px}.new-home .prob-card.bad{border-left:3px solid var(--red)}.new-home .prob-card.good{border-left:3px solid var(--teal)}.new-home .prob-label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:10px;font-weight:700}.new-home .prob-card.bad .prob-label{color:var(--red-drk)}.new-home .prob-card.good .prob-label{color:var(--teal-dark)}.new-home .prob-stat{font-family:var(--serif);margin-bottom:6px;font-size:42px;font-weight:400;line-height:1}.new-home .prob-card.bad .prob-stat{color:var(--red-drk)}.new-home .prob-card.good .prob-stat{color:var(--teal-dark)}.new-home .prob-desc{color:var(--muted);font-size:13px;line-height:1.55}.new-home .prob-items{flex-direction:column;gap:4px;margin-top:10px;display:flex}.new-home .prob-item{color:var(--muted);align-items:flex-start;gap:7px;font-size:12px;display:flex}.new-home .prob-item-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:5px}.new-home .prob-card.bad .prob-item-dot{background:var(--red)}.new-home .prob-card.good .prob-item-dot{background:var(--teal)}.new-home .how{border-bottom:.5px solid var(--border);padding:80px 32px}.new-home .how-inner{max-width:var(--max);margin:0 auto}.new-home .how-hdr{margin-bottom:52px}.new-home .steps{grid-template-columns:1fr 1fr 1fr;gap:0;display:grid;position:relative}.new-home .steps:before{content:"";background:var(--teal-mid);height:.5px;position:absolute;top:28px;left:calc(16.6% + 16px);right:calc(16.6% + 16px)}.new-home .step{text-align:center;padding:0 24px}.new-home .step-num{background:var(--teal-lt);border:1px solid var(--teal-mid);width:56px;height:56px;font-family:var(--serif);color:var(--teal-dark);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:22px;display:flex;position:relative}.new-home .step-title{color:var(--text);margin-bottom:8px;font-size:15px;font-weight:600}.new-home .step-desc{color:var(--muted);font-size:13px;line-height:1.6}.new-home .step-outcome{color:var(--teal-dark);background:var(--teal-lt);border-radius:4px;margin-top:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.new-home .packages{background:var(--bg2);border-bottom:.5px solid var(--border);padding:80px 32px}.new-home .packages-inner{max-width:var(--max);margin:0 auto}.new-home .pkg-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:40px;display:grid}.new-home .pkg{background:var(--bg);border:.5px solid var(--border);border-radius:12px;padding:28px;transition:box-shadow .2s;position:relative}.new-home .pkg.featured{border:1.5px solid var(--teal)}.new-home .pkg:hover{box-shadow:0 4px 24px #0000000f}.new-home .pkg-badge{letter-spacing:.06em;text-transform:uppercase;background:var(--teal);color:#fff;white-space:nowrap;border-radius:20px;padding:4px 14px;font-size:10px;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.new-home .pkg-name{color:var(--text);margin-bottom:4px;font-size:18px;font-weight:600}.new-home .pkg-tagline{color:var(--muted);margin-bottom:20px;font-size:13px;line-height:1.5}.new-home .pkg-price-row{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.new-home .pkg-price{font-family:var(--serif);color:var(--text);font-size:48px;font-weight:400;line-height:1}.new-home .pkg-price-per{color:var(--muted);font-size:14px}.new-home .pkg-ad-note{color:var(--hint);border-bottom:.5px solid var(--border);margin-bottom:22px;padding-bottom:18px;font-size:11px;line-height:1.5}.new-home .pkg-items{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.new-home .pkg-item{color:var(--muted);align-items:flex-start;gap:9px;font-size:13px;line-height:1.4;display:flex}.new-home .pkg-item-dot{background:var(--teal-lt);border:.5px solid var(--teal-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:0;display:flex}.new-home .pkg-item-dot svg{width:8px;height:8px}.new-home .pkg-cta{text-align:center;border-radius:7px;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.new-home .pkg.featured .pkg-cta{background:var(--teal);color:#fff}.new-home .pkg.featured .pkg-cta:hover{background:var(--teal-dark)}.new-home .pkg.featured a.pkg-cta,.new-home .pkg.featured a.pkg-cta:hover,.new-home .pkg.featured a.pkg-cta:visited{color:#fff!important}.new-home .pkg:not(.featured) .pkg-cta{background:var(--bg2);color:var(--text);border:.5px solid var(--border2)}.new-home .pkg:not(.featured) .pkg-cta:hover{background:var(--bg3)}.new-home .pkg-disclaimer{color:var(--hint);border-top:.5px solid var(--border);margin-top:14px;padding-top:14px;font-size:11px;line-height:1.5}.new-home .roi{border-bottom:.5px solid var(--border);padding:80px 32px}.new-home .roi-inner{max-width:var(--max);grid-template-columns:1fr 1fr;align-items:center;gap:64px;margin:0 auto;display:grid}.new-home .roi-big{font-family:var(--serif);color:var(--teal);margin-bottom:4px;font-size:clamp(52px,7vw,80px);font-weight:400;line-height:1}.new-home .roi-big-sub{font-family:var(--serif);color:var(--text);margin-bottom:18px;font-size:clamp(22px,3vw,32px);font-weight:400}.new-home .roi-desc{color:var(--muted);max-width:380px;font-size:15px;line-height:1.7}.new-home .roi-table{background:var(--bg2);border:.5px solid var(--border);border-radius:10px;overflow:hidden}.new-home .roi-row{border-bottom:.5px solid var(--border);justify-content:space-between;align-items:center;padding:13px 18px;font-size:14px;display:flex}.new-home .roi-row:last-child{border-bottom:none}.new-home .roi-row.total{background:var(--teal-lt)}.new-home .roi-row-label{color:var(--muted)}.new-home .roi-row.total .roi-row-label{color:var(--teal-deep);font-weight:600}.new-home .roi-row-val{color:var(--text);font-weight:600}.new-home .roi-row.total .roi-row-val{color:var(--teal-dark);font-size:16px}.new-home .roi-note{color:var(--hint);margin-top:12px;padding-left:4px;font-size:12px;line-height:1.55}.new-home .booking{background:var(--bg2);border-bottom:.5px solid var(--border);padding:88px 32px}.new-home .booking-inner{text-align:center;max-width:560px;margin:0 auto}.new-home .booking-h{font-family:var(--serif);color:var(--text);margin-bottom:12px;font-size:clamp(30px,4.5vw,46px);font-weight:400;line-height:1.2}.new-home .booking-sub{color:var(--muted);margin-bottom:36px;font-size:15px;line-height:1.7}.new-home .booking-form{background:var(--bg);border:.5px solid var(--border);text-align:left;border-radius:12px;padding:28px}.new-home .form-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.new-home .form-field{border:.5px solid var(--border2);width:100%;font-size:13px;font-family:var(--sans);color:var(--text);background:var(--bg);border-radius:6px;outline:none;padding:11px 14px;transition:border-color .2s}.new-home .form-field:focus{border-color:var(--teal)}.new-home .form-field::placeholder{color:var(--hint)}.new-home .form-full{grid-column:span 2}.new-home .form-btn{background:var(--teal);color:#fff;width:100%;font-size:15px;font-weight:600;font-family:var(--sans);cursor:pointer;border:none;border-radius:7px;margin-top:6px;padding:14px;transition:background .2s,transform .15s}.new-home .form-btn:hover{background:var(--teal-dark);transform:translateY(-1px)}.new-home .form-btn:disabled{background:var(--teal-mid);cursor:not-allowed;transform:none}.new-home .form-note{color:var(--hint);text-align:center;margin-top:12px;font-size:11px;line-height:1.55}.new-home .form-error{color:var(--red-drk);font-weight:600}.new-home footer{border-top:.5px solid var(--border);background:var(--bg);padding:32px}.new-home .footer-inner{max-width:var(--max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.new-home .footer-logo{color:var(--text);letter-spacing:-.2px;font-size:15px;font-weight:600}.new-home .footer-logo em{color:var(--teal);font-style:normal}.new-home .footer-links{gap:20px;display:flex}.new-home .footer-links a{color:var(--hint);font-size:12px;text-decoration:none;transition:color .2s}.new-home .footer-links a:hover{color:var(--muted)}.new-home .footer-copy{color:var(--hint);font-size:11px}@keyframes newHomeFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.new-home .hero .eyebrow{animation:.5s both newHomeFadeUp}.new-home .hero-h1{animation:.55s .1s both newHomeFadeUp}.new-home .hero-sub{animation:.55s .2s both newHomeFadeUp}.new-home .hero-actions{animation:.55s .3s both newHomeFadeUp}.new-home .specialist{background:var(--teal-dark);border-bottom:.5px solid var(--teal-deep);padding:72px 32px}.new-home .specialist-inner{max-width:var(--max);margin:0 auto}.new-home .specialist-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--teal-dim);margin-bottom:14px;font-size:10px;font-weight:700}.new-home .specialist-head{font-family:var(--serif);color:#fff;max-width:680px;margin-bottom:36px;font-size:clamp(22px,3.5vw,34px);font-style:italic;font-weight:400;line-height:1.25}.new-home .specialist-grid{grid-template-columns:1fr 1fr 1fr;gap:0;display:grid}.new-home .specialist-item{border-left:1.5px solid #ffffff2e;padding:0 28px 0 24px}.new-home .specialist-item:first-child{border-left:none;padding-left:0}.new-home .specialist-item-title{color:#fff;margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.3}.new-home .specialist-item-desc{color:#ffffff9e;font-size:13px;line-height:1.65}.new-home .specialist-close{color:var(--teal-mid);border-top:.5px solid #ffffff26;margin-top:36px;padding-top:28px;font-size:14px;font-style:italic;font-weight:600}@media (max-width:700px){.new-home .nav-links{display:none}.new-home .nav-inner{justify-content:center}.new-home .hero{padding:48px 24px 40px}.new-home .hero-cred{text-align:center;flex-direction:column;gap:6px}.new-home .hc-dash{display:none}.new-home .hc-applied{font-size:11px}.new-home .prob-grid,.new-home .pkg-grid,.new-home .roi-inner,.new-home .steps,.new-home .form-row,.new-home .specialist-grid{grid-template-columns:1fr}.new-home .specialist-item{border-top:.5px solid #ffffff2e;border-left:none;margin-top:20px;padding:20px 0 0}.new-home .specialist-item:first-child{border-top:none;margin-top:0;padding-top:0}.new-home .form-full{grid-column:span 1}.new-home .steps:before{display:none}.new-home .pkg-badge{white-space:normal;text-align:center;width:auto}.new-home .footer-inner{text-align:center;flex-direction:column;gap:16px}.new-home .footer-links{flex-wrap:wrap;justify-content:center}}@media (max-width:600px){.new-home .hero{padding-top:32px}.new-home .hero-channels{grid-template-columns:repeat(2,1fr);gap:8px;max-width:100%}.new-home .hero-channel{padding:12px 8px}.new-home .hero-channel svg{width:20px;height:20px}.new-home .hero-channel-label{font-size:11px}.new-home .hero-channel-sub{font-size:10px}}@keyframes calendly-fade-in{0%{opacity:0}to{opacity:1}}@keyframes calendly-scale-in{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.calendly-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#0f17208c;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out calendly-fade-in;display:flex;position:fixed;inset:0}.calendly-modal-card{background:#fff;border-radius:16px;flex-direction:column;width:min(960px,95vw);height:min(720px,92vh);animation:.22s cubic-bezier(.2,.8,.2,1) calendly-scale-in;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.calendly-modal-header{border-bottom:.5px solid #e8e8e2;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.calendly-modal-title{font-family:var(--sans,"DM Sans", system-ui, sans-serif);color:#0f6e56;letter-spacing:.01em;font-size:13px;font-weight:600}.calendly-modal-close{color:#6a6a60;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:22px;line-height:1;transition:background .15s,color .15s;display:flex}.calendly-modal-close:hover{color:#0f6e56;background:#f5f5f0}.calendly-modal-body{background:#fff;flex:1;min-height:0;position:relative}.calendly-modal-body .calendly-inline-widget,.calendly-modal-body iframe{border:0;width:100%!important;height:100%!important}@media (max-width:600px){.calendly-modal-overlay{padding:0}.calendly-modal-card{border-radius:0;width:100vw;max-width:100vw;height:100vh}}.new-home .faq{display:none}.new-home .faq-inner{max-width:var(--max);margin:0 auto}.new-home .faq-hdr{text-align:center;margin-bottom:48px}.new-home .faq-hdr .eyebrow{margin-bottom:16px}.new-home .faq-list{flex-direction:column;gap:14px;max-width:760px;margin:0 auto;display:flex}.new-home .faq-item{background:var(--bg2);border:.5px solid var(--border);border-radius:10px;padding:0;transition:border-color .15s,background .15s;overflow:hidden}.new-home .faq-item[open]{background:var(--bg);border-color:var(--border2)}.new-home .faq-item>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 26px;list-style:none;display:flex}.new-home .faq-item>summary::-webkit-details-marker{display:none}.new-home .faq-q{font-family:var(--serif);color:var(--text);flex:1;margin:0;font-size:19px;font-weight:400;line-height:1.35}.new-home .faq-icon{border:.5px solid var(--border2);width:22px;height:22px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:transform .2s,background .15s,color .15s;display:flex}.new-home .faq-item[open] .faq-icon{background:var(--teal);border-color:var(--teal);color:#fff;transform:rotate(45deg)}.new-home .faq-a{color:var(--muted);margin:0;padding:0 26px 22px;font-size:15px;line-height:1.7}html:has(.new-home){scroll-behavior:smooth}
