.homepage{flex-direction:column;align-self:stretch;width:100%;min-height:100vh;margin:0;display:flex}@keyframes hp-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hp-fade-in{animation:.8s both hp-fade-up}.hp-fade-in--d1{animation-delay:.15s}.hp-fade-in--d2{animation-delay:.3s}.hp-fade-in--d3{animation-delay:.45s}.hp-header{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fff9f2eb;border-bottom:1px solid #2b7a3a1a;position:sticky;top:0}.hp-header__inner{justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:1rem 2rem;display:flex}.hp-logo{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--calm-teal);letter-spacing:-.02em;font-size:1.8rem;font-weight:900}.hp-logo--sm{font-size:1.4rem}.hp-login-actions{align-items:center;gap:.7rem;display:inline-flex}.hp-login-btn{letter-spacing:.02em;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;padding:.72rem 1.4rem;font-size:.96rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.hp-login-btn--resident{background:var(--calm-teal);color:var(--soft-white);padding:.88rem 1.8rem;font-size:1.05rem}.hp-login-btn--resident:hover{background:#247032;transform:translateY(-1px);box-shadow:0 6px 16px #2b7a3a4d}.hp-login-btn--staff{background:var(--soft-white);color:var(--calm-teal);border:2px solid #2b7a3a73}.hp-login-btn--staff:hover{border-color:var(--calm-teal);background:#2b7a3a14;transform:translateY(-1px)}.hp-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1120px;margin:0 auto;padding:5rem 2rem 4rem;display:grid}.hp-hero__content{text-align:left}.hp-hero__content .eyebrow{margin-bottom:1rem;font-size:.85rem}.hp-hero__title{color:var(--calm-teal);margin:0 0 1.5rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:900;line-height:1.12}.hp-hero__title-gold{color:var(--soft-amber)}.hp-hero__sub{color:#1a1a1ab8;margin:0 0 .75rem;font-size:1.15rem;line-height:1.7}.hp-hero__accent{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--calm-teal);margin:0 0 2rem;font-size:1.1rem;font-style:italic;font-weight:600}.hp-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hp-hero__visual{justify-content:center;display:flex}.hp-device{background:var(--soft-white);border:2px solid #2b7a3a1a;border-radius:28px;width:320px;padding:1.25rem;box-shadow:0 20px 60px #1f2a321f,0 4px 16px #2b7a3a14}.hp-device__screen{flex-direction:column;gap:.75rem;display:flex}.hp-device__bar{background:#1a1a1a1f;border-radius:99px;width:80px;height:8px;margin:0 auto .5rem}.hp-device__card{border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;font-weight:700;transition:transform .3s;display:flex}.hp-device__card:hover{transform:translate(4px)}.hp-device__card span{font-size:1.4rem}.hp-device__card--green{color:var(--calm-teal);background:#2b7a3a1a}.hp-device__card--gold{color:#9a6e1a;background:#e8a83026}.hp-strip{background:var(--soft-amber);padding:3.5rem 2rem}.hp-strip__inner{text-align:center;max-width:820px;margin:0 auto}.hp-strip p{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--charcoal);margin:0;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:600;line-height:1.5}.hp-strip em{color:var(--calm-teal);font-style:normal;font-weight:900}.hp-strip__proof{width:fit-content;color:var(--calm-teal);letter-spacing:.01em;transform-origin:50%;margin-top:.45rem;margin-left:auto;margin-right:auto;font-size:clamp(1.7rem,4.6vw,2.9rem);font-weight:900;line-height:1.1;transition:transform .2s,color .2s,text-shadow .2s;display:block;transform:scale(1)}.hp-strip__proof:hover,.hp-strip__proof:focus-visible{color:#216830;text-shadow:0 8px 20px #2b7a3a47;transform:scale(1.4)}@media (hover:none){.hp-strip__proof{animation:4s ease-in-out infinite hp-proof-pulse}}@media (prefers-reduced-motion:reduce){.hp-strip__proof{transition:none!important;animation:none!important}.hp-strip__proof:hover,.hp-strip__proof:focus-visible{text-shadow:none;transform:none}}@keyframes hp-proof-pulse{0%,75%,to{text-shadow:none;transform:scale(1)}35%{text-shadow:0 6px 16px #2b7a3a38;transform:scale(1.2)}}.hp-btn{cursor:pointer;letter-spacing:.02em;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.hp-btn--primary{background:var(--calm-teal);color:var(--soft-white)}.hp-btn--primary:hover{background:#247032;transform:translateY(-2px);box-shadow:0 8px 24px #2b7a3a4d}.hp-btn--outline{color:var(--calm-teal);border:2.5px solid var(--calm-teal);background:0 0}.hp-btn--outline:hover{background:#2b7a3a0f;transform:translateY(-2px)}.hp-btn--lg{padding:1.25rem 3rem;font-size:1.25rem}.hp-section{width:100%;max-width:1120px;margin:0 auto;padding:5rem 2rem}.hp-section--green{background:var(--calm-teal);max-width:none;color:var(--soft-white);padding:5rem 2rem}.hp-section--green .hp-section__title{color:var(--soft-white)}.hp-section__title{text-align:center;margin:.5rem 0 3rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900}.hp-section__title--brand{color:var(--calm-teal)}.hp-section__title--brand .hp-title-accent{color:var(--soft-amber)}.hp-features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.hp-feature-card{background:linear-gradient(160deg,#fff,#fef9f2);border:1px solid #2b7a3a1a;border-radius:24px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #1f2a320f}.hp-feature-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1f2a321f}.hp-feature-card__icon{margin-bottom:.75rem;font-size:2.4rem;transition:transform .3s;display:block}.hp-feature-card:hover .hp-feature-card__icon{transform:scale(1.15)}.hp-feature-card h3{color:var(--calm-teal);margin:0 0 .5rem;font-size:1.3rem}.hp-feature-card p{color:#1a1a1ab3;margin:0;font-size:1rem;line-height:1.6}.hp-split{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1120px;min-height:420px;margin:0 auto;padding:0 2rem;display:grid}.hp-split--reverse{direction:rtl}.hp-split--reverse>*{direction:ltr}.hp-split__visual{border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:3rem;transition:transform .4s;display:flex}.hp-split:hover .hp-split__visual{transform:scale(1.02)}.hp-split__visual--green{background:linear-gradient(135deg,#2b7a3a14,#2b7a3a2e);border:1px solid #2b7a3a1f}.hp-split__visual--gold{background:linear-gradient(135deg,#e8a8301a,#e8a83038);border:1px solid #e8a83026}.hp-split__icon{margin-bottom:1rem;font-size:4rem}.hp-split__visual-label{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--calm-teal);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:1.1rem;font-weight:700}.hp-split__visual--gold .hp-split__visual-label{color:#9a6e1a}.hp-split__text{padding:2.5rem 0}.hp-split__text h2{color:var(--charcoal);margin:0 0 1.25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;line-height:1.2}.hp-split__text h2.hp-split__heading--green,.hp-showcase__content h2.hp-split__heading--green{color:var(--calm-teal)}.hp-split__text h2.hp-split__heading--gold,.hp-showcase__content h2.hp-split__heading--gold{color:var(--soft-amber)}.hp-split__text p{color:#1a1a1ab3;margin:0 0 1rem;font-size:1.05rem;line-height:1.7}.hp-split__text p:last-child{margin-bottom:0}.hp-steps{justify-content:center;align-items:flex-start;gap:0;max-width:960px;margin:0 auto;display:flex}.hp-step{text-align:center;flex:1;padding:0 1.5rem}.hp-step__number{width:56px;height:56px;font-family:var(--font-fraunces),"Fraunces",serif;color:var(--soft-amber);background:#ffffff26;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.4rem;font-weight:900;transition:transform .3s,background .3s;display:inline-flex}.hp-step:hover .hp-step__number{background:#ffffff40;transform:scale(1.1)}.hp-step h3{color:var(--soft-white);margin:0 0 .75rem;font-size:1.15rem}.hp-step p{opacity:.85;margin:0;font-size:.95rem;line-height:1.6}.hp-step__connector{background:#ffffff40;flex-shrink:0;align-self:flex-start;width:48px;height:2px;margin-top:28px}.hp-testimonials{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.hp-testimonial{background:linear-gradient(160deg,#fff,#fef9f2);border:1px solid #2b7a3a1a;border-radius:24px;margin:0;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #1f2a320f}.hp-testimonial:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1f2a321a}.hp-testimonial p{color:var(--charcoal);margin:0 0 1.25rem;font-size:1.05rem;font-style:italic;line-height:1.65}.hp-testimonial footer{flex-direction:column;gap:.15rem;display:flex}.hp-testimonial footer strong{color:var(--calm-teal);font-size:.95rem;font-weight:700}.hp-testimonial footer span{color:#1a1a1a80;font-size:.85rem}.hp-showcase{grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;max-width:1120px;margin:0 auto;padding:4rem 2rem;display:grid}.hp-showcase--reverse{direction:rtl;grid-template-columns:1.2fr 1fr}.hp-showcase--reverse>*{direction:ltr}.hp-showcase__img-wrap{aspect-ratio:4/3;background:linear-gradient(135deg,#2b7a3a0f,#e8a8301a);border-radius:24px;position:relative;overflow:hidden}.hp-showcase__img{object-fit:cover;border-radius:24px;width:100%;height:100%;transition:transform .4s;display:block}.hp-showcase:hover .hp-showcase__img{transform:scale(1.03)}.hp-showcase__content{padding:1rem 0}.hp-showcase__content h2{margin:0 0 1.25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;line-height:1.2}.hp-showcase__content p{color:#1a1a1ab3;margin:0 0 1rem;font-size:1.05rem;line-height:1.7}.hp-showcase__content p:last-child{color:var(--charcoal);margin-bottom:0;font-weight:600}.hp-showcase__content p.hp-showcase__accent--gold{color:var(--soft-amber)}.hp-showcase__content p.hp-showcase__accent--green{color:var(--calm-teal)}.hp-cta{text-align:center;padding-bottom:6rem}.hp-cta__sub{color:#1a1a1ab3;max-width:520px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.hp-footer{background:var(--charcoal);color:#ffffffb3;margin-top:auto;padding:3rem 2rem}.hp-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1120px;margin:0 auto;display:flex}.hp-footer .hp-logo{color:var(--soft-white)}.hp-footer__links{gap:2rem;display:flex}.hp-footer__links a{color:#ffffffb3;font-weight:500;text-decoration:none;transition:color .2s}.hp-footer__links a:hover{color:var(--soft-amber)}.hp-footer__copy{text-align:center;border-top:1px solid #ffffff1a;width:100%;margin:0;padding-top:1.5rem;font-size:.85rem}.hp-contact{padding-top:4rem;padding-bottom:4rem}.hp-contact__grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:1.75rem;display:grid}.hp-contact__panel,.hp-contact-form{background:#ffffffd1;border:2px solid #2b7a3a1f;border-radius:24px;box-shadow:0 8px 30px #1f2a3212}.hp-contact__panel{padding:2rem}.hp-contact__title{text-align:left;margin-bottom:1rem}.hp-contact__lead{color:#1a1a1ac2;margin:0 0 1rem}.hp-contact__list{color:#1a1a1ad1;gap:.5rem;margin:0 0 1.25rem;padding-left:1.1rem;display:grid}.hp-contact__meta{gap:.4rem;margin-bottom:1rem;display:grid}.hp-contact__meta p{color:#1a1a1aad;margin:0}.hp-contact__meta a{color:var(--calm-teal);font-weight:700}.hp-contact__scheduler{width:fit-content}.hp-contact-form{padding:1.4rem}.hp-contact-form__header h2{color:var(--calm-teal);margin:0 0 .4rem;font-size:1.5rem}.hp-contact-form__header p{color:#1a1a1aad;margin:0 0 1rem;line-height:1.5}.hp-contact-form__status{border-radius:12px;margin:0 0 1rem;padding:.75rem .9rem;font-size:.95rem;font-weight:600}.hp-contact-form__status--info{color:#7a5500;background:#e8a8301f;border:1px solid #e8a83059}.hp-contact-form__status--success{color:var(--calm-teal);background:#2b7a3a1a;border:1px solid #2b7a3a40}.hp-contact-form__status--error{color:#9f2d2d;background:#d9484814;border:1px solid #d9484838}.hp-contact-form__grid{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.hp-contact-form__grid label{gap:.38rem;display:grid}.hp-contact-form__grid label span{color:#1a1a1adb;font-size:.9rem;font-weight:700}.hp-contact-form__grid input:not([type=checkbox]),.hp-contact-form__grid select,.hp-contact-form__grid textarea{width:100%;font:inherit;color:var(--charcoal);background:#fff;border:2px solid #2b7a3a26;border-radius:12px;padding:.8rem .9rem}.hp-contact-form__grid textarea{resize:vertical;min-height:120px}.hp-contact-form__grid input:not([type=checkbox]):focus,.hp-contact-form__grid select:focus,.hp-contact-form__grid textarea:focus{border-color:#2b7a3a6b;outline:none;box-shadow:0 0 0 3px #2b7a3a14}.hp-contact-form__full{grid-column:1/-1}.hp-contact-form__honeypot{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.hp-contact-form__checkbox{background:#2b7a3a08;border:1px solid #2b7a3a1f;border-radius:14px;align-items:flex-start;gap:.7rem;padding:.85rem .9rem;display:flex!important}.hp-contact-form__checkbox input{width:18px;height:18px;margin-top:.1rem;padding:0}.hp-contact-form__checkbox span{font-size:.92rem;font-weight:600;line-height:1.45}.hp-contact-form__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.hp-contact-form__actions .hp-btn{padding:.85rem 1.35rem;font-size:1rem}.hp-contact-form__actions .hp-btn[disabled]{opacity:.65;cursor:wait;box-shadow:none;transform:none}.hp-legal{padding-top:4rem;padding-bottom:4rem}.hp-legal__inner{max-width:920px}.hp-legal__meta{color:#1a1a1a8c;margin:.5rem 0 .8rem;font-size:.95rem;font-weight:600}.hp-legal__intro{color:#1a1a1abf;margin:0 0 1.5rem;font-size:1.1rem;line-height:1.65}.hp-legal__section{background:#fffc;border:2px solid #2b7a3a24;border-radius:16px;margin:1.25rem 0 0;padding:1rem 1.25rem}.hp-legal__section h2{color:var(--calm-teal);margin:0 0 .55rem;font-size:1.25rem}.hp-legal__section p{color:#1a1a1ac7;margin:0;font-size:1.02rem;line-height:1.65}.hp-legal__section ul{gap:.45rem;margin:0;padding-left:1.1rem;display:grid}.hp-legal__section li{color:#1a1a1ac7;font-size:1.02rem;line-height:1.55}.hp-legal__links{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.hp-cost{background:linear-gradient(#fff9f2 0%,#fff 100%);padding:5rem 2rem}.hp-cost__inner{max-width:1120px;margin:0 auto}.hp-cost__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.hp-cost__card{border-radius:24px;padding:2.5rem}.hp-cost__card h3{text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;font-size:1.3rem;font-weight:900}.hp-cost__card--without{background:#fff;border:2px solid #1a1a1a1a;box-shadow:0 4px 20px #1f2a320f}.hp-cost__card--without h3{color:#1a1a1a80}.hp-cost__line{color:#1a1a1ab3;border-bottom:1px solid #1a1a1a14;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;display:flex}.hp-cost__line:last-of-type{border-bottom:none}.hp-cost__line span:last-child{color:var(--charcoal);white-space:nowrap;margin-left:1rem;font-weight:700}.hp-cost__total{color:var(--charcoal);border-top:2px solid #1a1a1a26;flex-direction:column;align-items:flex-start;gap:.4rem;margin-top:.5rem;padding:1.25rem 0 0;font-size:1.1rem;font-weight:700;display:flex}.hp-cost__total span:last-child{font-family:var(--font-fraunces),"Fraunces",serif;color:#c0392b;font-size:clamp(2rem,4vw,3rem);font-weight:900}.hp-cost__card--with{background:var(--calm-teal);color:var(--soft-white);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 32px #2b7a3a33}.hp-cost__card--with h3{color:#ffffffb3}.hp-cost__price-small{opacity:.7;max-width:none;margin:0 0 1.25rem;font-size:1.15rem;font-weight:600}.hp-cost__card--with p{opacity:.85;max-width:320px;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6}.hp-cost__saving{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--soft-amber);letter-spacing:.02em;background:#fff3;border:2px solid #ffffff59;border-radius:50px;padding:1rem 2rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;display:inline-block}@media (min-width:769px) and (max-width:1024px){.hp-hero{gap:2rem;padding:4rem 1.5rem 3rem}.hp-device{width:260px}.hp-features{grid-template-columns:1fr 1fr}.hp-split{gap:2rem;padding:0 1.5rem}.hp-split__visual{min-height:260px;padding:2rem}.hp-showcase{gap:2rem;padding:3rem 1.5rem}.hp-showcase__img-wrap{aspect-ratio:3/2}.hp-steps{gap:0}.hp-step{padding:0 1rem}.hp-cost{padding:3.5rem 1.5rem}.hp-cost__grid{gap:1.5rem}.hp-cost__card{padding:2rem}.hp-footer{padding:2.5rem 1.5rem}}@media (max-width:768px){.hp-header__inner{flex-wrap:wrap;gap:.55rem;padding:.75rem 1.25rem}.hp-logo{font-size:1.4rem}.hp-login-actions{gap:.5rem;margin-left:auto}.hp-login-btn{padding:.56rem .95rem;font-size:.8rem}.hp-login-btn--resident{padding:.68rem 1.08rem;font-size:.84rem}.hp-login-btn--staff{border-width:1.75px;padding:.54rem .85rem;font-size:.76rem}.hp-hero{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.25rem 2rem}.hp-hero__content{text-align:center}.hp-hero__actions{flex-direction:column;justify-content:center;align-items:center}.hp-device{width:260px}.hp-hero__sub{font-size:1.05rem}.hp-hero__accent{font-size:1rem}.hp-btn{justify-content:center;width:100%;max-width:320px}.hp-strip{padding:2rem 1.25rem}.hp-strip p{font-size:1.05rem}.hp-section{padding:3rem 1.25rem}.hp-section__title{font-size:1.6rem}.hp-features{grid-template-columns:1fr;gap:1rem}.hp-feature-card{padding:1.5rem}.hp-split{grid-template-columns:1fr;gap:1.25rem;min-height:auto;padding:2rem 1.25rem}.hp-split--reverse{direction:ltr}.hp-split__visual{min-height:180px;padding:1.5rem}.hp-split__icon{font-size:3rem}.hp-split__text{padding:0 0 1.5rem}.hp-split__text h2{font-size:1.4rem}.hp-split__text p{font-size:1rem}.hp-steps{flex-direction:column;align-items:center;gap:0}.hp-step{max-width:360px;padding:1rem 0}.hp-step__number{width:48px;height:48px;font-size:1.2rem}.hp-step__connector{width:2px;height:28px;margin:0}.hp-showcase{grid-template-columns:1fr;gap:1.25rem;padding:2rem 1.25rem}.hp-showcase--reverse{direction:ltr;grid-template-columns:1fr}.hp-showcase--reverse>*{direction:ltr}.hp-showcase__img-wrap{aspect-ratio:16/10;border-radius:16px}.hp-showcase__img{border-radius:16px}.hp-showcase__content{padding:.5rem 0}.hp-showcase__content h2{margin-bottom:1rem;font-size:1.4rem}.hp-showcase__content p{font-size:1rem}.hp-cost{padding:3rem 1.25rem}.hp-cost__grid{grid-template-columns:1fr;gap:1.25rem}.hp-cost__card{padding:1.75rem}.hp-cost__saving{padding:.75rem 1.25rem;font-size:1.2rem}.hp-cta{padding-bottom:3.5rem}.hp-cta__sub{padding:0 .5rem;font-size:1rem}.hp-btn--lg{padding:1rem 2rem;font-size:1rem}.hp-legal,.hp-contact{padding-top:2.5rem;padding-bottom:2.5rem}.hp-contact__grid{grid-template-columns:1fr;gap:1rem}.hp-contact__panel{padding:1.25rem}.hp-contact__title{text-align:left;margin-bottom:.75rem}.hp-contact-form{padding:1rem}.hp-contact-form__grid{grid-template-columns:1fr}.hp-contact-form__actions .hp-btn{justify-content:center;width:100%}.hp-legal__section{padding:.95rem 1rem}.hp-legal__section h2{font-size:1.1rem}.hp-legal__intro,.hp-legal__section p,.hp-legal__section li{font-size:.98rem}.hp-legal__links .hp-btn{justify-content:center;width:100%}.hp-footer{padding:2rem 1.25rem}.hp-footer__inner{text-align:center;flex-direction:column;gap:1rem}.hp-footer__links{justify-content:center}.hp-footer__copy{text-align:center}}@media (max-width:480px){.hp-header__inner{justify-content:center}.hp-logo{text-align:center;width:100%}.hp-login-actions{margin-left:0}.hp-hero{padding:2rem 1rem 1.5rem}.hp-hero__title{font-size:1.8rem}.hp-device{width:240px}.hp-device__card{padding:.75rem 1rem;font-size:.9rem}.hp-strip{padding:1.75rem 1rem}.hp-section{padding:2.5rem 1rem}.hp-split,.hp-showcase{padding:1.5rem 1rem}.hp-cost{padding:2.5rem 1rem}.hp-cost__card{padding:1.5rem}.hp-cost__line{font-size:.9rem}.hp-footer{padding:1.75rem 1rem}}body.site-theme-dark .homepage{color:#eaf7f2;background:radial-gradient(circle at top,#102a37 0%,#0c1f29 45%,#08171f 100%)}body.site-theme-dark .hp-header{background:#071e28e0;border-bottom-color:#9de9c429}body.site-theme-dark .hp-logo,body.site-theme-dark .hp-hero__title,body.site-theme-dark .hp-strip__proof{color:#a9f6d4}body.site-theme-dark .hp-hero__sub{color:#ebf5f2cc}body.site-theme-dark .hp-hero__accent{color:#bafbe1}body.site-theme-dark .hp-login-btn--resident{color:#062018;background:#58cd9b}body.site-theme-dark .hp-login-btn--resident:hover{background:#73ddb1}body.site-theme-dark .hp-login-btn--staff{color:#bafbe1;background:#09212cd9;border-color:#9de9c459}body.site-theme-dark .hp-login-btn--staff:hover{background:#9de9c41f}body.site-theme-dark .hp-device{background:#09212ce0;border-color:#9de9c426;box-shadow:0 20px 60px #00000059,0 4px 16px #0003}body.site-theme-dark .hp-device__bar{background:#ebf5f22e}body.site-theme-dark .hp-device__card--green{color:#bafbe1;background:#9de9c41f}body.site-theme-dark .hp-device__card--gold{color:#f6d78c;background:#e8a83029}body.site-theme-dark .hp-strip{background:#152934;border-top:1px solid #9de9c41f;border-bottom:1px solid #9de9c41f}body.site-theme-dark .hp-strip p{color:#eaf7f2}
/*# sourceMappingURL=d153044d1fdcc378.css.map*/