*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:#1f4d44;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:#1f4d44;text-decoration:none;transition:color .2s ease}a:hover{color:#2d6e5e}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #2d6e5e;outline-offset:2px;border-radius:3px}::selection{background:#2d6e5e;color:#fff}.serif,h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;letter-spacing:-.01em;color:#0f3a32;line-height:1.15;font-weight:600}h1{font-size:clamp(2.5rem, 5vw, 4.5rem)}h2{font-size:clamp(2rem, 3.5vw, 3rem)}h3{font-size:1.5rem}h4{font-size:1.125rem}p{color:#2a4942;line-height:1.7}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8125rem;font-weight:600;color:#1f4d44;font-family:'Inter',sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.skip-link{position:absolute;top:-40px;left:8px;background:#0f3a32;color:#fff;padding:8px 16px;border-radius:4px;z-index:100}.skip-link:focus{top:8px;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:#0f3a32;color:#cfe0d6;font-size:.875rem;padding:.5rem 0}.topbar__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.topbar__item{display:inline-flex;align-items:center;gap:.5rem;color:#cfe0d6;margin-right:1.25rem}.topbar__item:hover{color:#fff}.topbar__left,.topbar__right{display:flex;flex-wrap:wrap;align-items:center}@media (max-width:768px){.topbar{display:none}}.site-header{position:sticky;top:0;z-index:50;background:rgb(255 255 255 / .97);backdrop-filter:blur(10px);border-bottom:1px solid #e8efe9}.site-header__inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.brand__img,.brand .custom-logo{height:64px;width:auto;max-width:220px;object-fit:contain;display:block}.brand__logo{width:44px;height:44px;border-radius:50%;background:#1f4d44;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.brand:hover .brand__logo{transform:scale(1.05)}.brand__name{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:#0f3a32;line-height:1.1}.brand__name span{color:#1f4d44}.brand__sub{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#4a665e;margin-top:2px}@media (max-width:600px){.brand__img,.brand .custom-logo{height:48px;max-width:160px}}.main-nav__list{list-style:none;display:flex;gap:.25rem;align-items:center}.main-nav__list a,.main-nav__list .menu-item a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#1f4d44;border-radius:6px}.main-nav__list a:hover,.main-nav__list a:focus-visible{background:#f3f7f4;color:#0f3a32}.main-nav__list .current-menu-item>a{color:#0f3a32;font-weight:600}@media (max-width:1100px){.main-nav{display:none}}.header-cta{display:flex;align-items:center;gap:.75rem}.header-cta__phone{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#0f3a32}.header-cta__phone svg{color:#1f4d44}@media (max-width:768px){.header-cta__phone{display:none}}@media (max-width:600px){.header-cta .btn{display:none}}.menu-toggle{display:none;padding:.5rem;color:#0f3a32;border-radius:6px}.menu-toggle:hover{background:#f3f7f4}@media (max-width:1100px){.menu-toggle{display:inline-flex}}.mobile-menu{border-top:1px solid #e8efe9;background:#fff;padding:1rem 1.5rem;box-shadow:0 10px 30px rgb(0 0 0 / .08)}.mobile-menu__list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__list a{display:block;padding:.75rem 1rem;font-weight:500;color:#0f3a32;border-radius:8px}.mobile-menu__list a:hover{background:#f3f7f4}.mobile-menu__phone{margin-top:.75rem;display:inline-flex;justify-content:center;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .2s,color .2s,transform .15s,box-shadow .2s;text-decoration:none;border:2px solid #fff0;line-height:1.2}.btn--pill{border-radius:999px}.btn--primary{background:#1f4d44;color:#fff}.btn--primary:hover{background:#0f3a32;color:#fff;box-shadow:0 8px 24px rgb(31 77 68 / .25);transform:translateY(-1px)}.btn--outline{background:#fff;color:#1f4d44;border-color:#1f4d44}.btn--outline:hover{background:#1f4d44;color:#fff}.btn--white{background:#fff;color:#0f3a32}.btn--white:hover{background:#cfe0d6;color:#0f3a32}.btn--outline-white{background:#fff0;color:#fff;border-color:#fff}.btn--outline-white:hover{background:#fff;color:#0f3a32}.btn--lg{padding:1.125rem 1.75rem;font-size:1.0625rem}.hero{position:relative;background:#f3f7f4;overflow:hidden;padding:4rem 0 5rem}.hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,#d3e4dc 0%,transparent 40%),radial-gradient(circle at 80% 70%,#c7dccf 0%,transparent 45%);opacity:.5;pointer-events:none}.hero__grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width:900px){.hero__grid{grid-template-columns:1fr}.hero{padding:3rem 0 4rem}}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #cfe0d6;color:#1f4d44;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;box-shadow:0 2px 6px rgb(15 58 50 / .05)}.badge__dot{width:8px;height:8px;border-radius:50%;background:#1f4d44;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero__title{margin-bottom:1.25rem}.hero__title span{color:#1f4d44}.hero__tagline{font-family:'Cormorant Garamond',serif;font-size:1.375rem;font-style:italic;color:#2a4942;margin-bottom:1rem}.hero__text{font-size:1.0625rem;color:#2a4942;max-width:36rem;margin-bottom:2rem}.check-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem}@media (max-width:480px){.check-list{grid-template-columns:1fr}}.check-list li{display:flex;gap:.5rem;align-items:flex-start;color:#0f3a32;font-weight:500;font-size:.9375rem}.check-list svg{color:#1f4d44;flex-shrink:0;margin-top:2px}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.hero__image-wrap{position:relative}.hero__image-wrap::before{content:'';position:absolute;inset:-1rem;background:linear-gradient(135deg,#cfe0d6,#a9c9bb);border-radius:2.5rem;filter:blur(40px);opacity:.6;z-index:0}.hero__image{position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 20px 50px rgb(15 58 50 / .2);z-index:1}.hero__image img{width:100%;height:520px;object-fit:cover}@media (max-width:600px){.hero__image img{height:360px}}.hero__stat{position:absolute;background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 10px 30px rgb(0 0 0 / .1);border:1px solid #e8efe9;z-index:2}.hero__stat--bl{bottom:-1.5rem;left:-1.5rem;display:flex;align-items:center;gap:1rem}.hero__stat--tr{top:-1rem;right:-1rem}.hero__stat-circle{width:48px;height:48px;border-radius:50%;background:#1f4d44;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.hero__stat-label-sm{font-size:.75rem;color:#4a665e;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.hero__stat-num{font-size:1.5rem;font-weight:700;color:#1f4d44}.hero__stat-text{font-size:.75rem;color:#4a665e}.hero__stat-title{font-weight:700;color:#0f3a32;font-size:.9375rem}@media (max-width:600px){.hero__stat{display:none}}.section{padding:5rem 0}.section--alt{background:#f8faf9}.section--dark{background:#0f3a32;color:#fff;position:relative;overflow:hidden}.section--dark::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 80% 20%,#1f4d44 0%,transparent 50%),radial-gradient(circle at 10% 80%,#2d6e5e 0%,transparent 40%);opacity:.3;pointer-events:none}.section__head{text-align:center;max-width:720px;margin:0 auto 3rem}.section__eyebrow{margin-bottom:.75rem;display:block}.section__title{margin-bottom:1rem}.section__text{color:#2a4942}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:900px){.features{grid-template-columns:1fr 1fr}}@media (max-width:500px){.features{grid-template-columns:1fr}}.feature-card{background:#f8faf9;border:1px solid #e8efe9;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.feature-card:hover{background:#fff;border-color:#1f4d44;box-shadow:0 12px 36px rgb(15 58 50 / .12);transform:translateY(-2px)}.feature-card__icon{width:56px;height:56px;border-radius:.75rem;background:rgb(31 77 68 / .1);display:flex;align-items:center;justify-content:center;color:#1f4d44;margin-bottom:1rem;transition:all .3s}.feature-card:hover .feature-card__icon{background:#1f4d44;color:#fff}.feature-card__title{font-size:1.125rem;margin-bottom:.5rem}.feature-card__text{font-size:.9375rem;color:#2a4942}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:900px){.about-grid{grid-template-columns:1fr;gap:3rem}}.about__image-wrap{position:relative}.about__image{border-radius:2rem;overflow:hidden;box-shadow:0 20px 50px rgb(15 58 50 / .15)}.about__image img{width:100%;height:540px;object-fit:cover}.about__badge{position:absolute;bottom:-2rem;right:2rem;background:#1f4d44;color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 30px rgb(15 58 50 / .2);max-width:220px}.about__badge-num{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.about__badge-text{font-size:.875rem;opacity:.9}@media (max-width:600px){.about__badge{bottom:-1rem;right:1rem;padding:1rem}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:900px){.services-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;border:1px solid #e8efe9;border-radius:1rem;overflow:hidden;transition:all .4s ease}.service-card:hover{box-shadow:0 20px 50px rgb(15 58 50 / .12);transform:translateY(-3px)}.service-card__image{position:relative;height:208px;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-card__image img{transform:scale(1.08)}.service-card__image::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgb(15 58 50 / .55),transparent)}.service-card__icon-wrap{position:absolute;top:1rem;left:1rem;width:48px;height:48px;border-radius:.75rem;background:rgb(255 255 255 / .95);display:flex;align-items:center;justify-content:center;color:#1f4d44;z-index:2}.service-card__body{padding:1.5rem}.service-card__title{font-size:1.25rem;margin-bottom:.75rem}.service-card__text{font-size:.9375rem;color:#2a4942;margin-bottom:1rem}.service-card__link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#1f4d44}.service-card__link:hover{gap:.5rem}.tagespflege-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width:900px){.tagespflege-grid{grid-template-columns:1fr;gap:3rem}}.tagespflege__title .italic{font-style:italic;color:#a9c9bb}.tagespflege__text{color:#cfe0d6;font-size:1.0625rem;margin-bottom:2rem}.check-list--dark li{color:#e8efe9}.check-list--dark li svg{color:#fff;background:#1f4d44;border-radius:50%;padding:3px}.check-list--dark .icon-circle{background:#1f4d44;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.tagespflege__quote{font-family:'Cormorant Garamond',serif;font-style:italic;color:#a9c9bb;margin:1.5rem 0}.tagespflege__image{border-radius:2rem;overflow:hidden;box-shadow:0 20px 50px rgb(0 0 0 / .3)}.tagespflege__image img{width:100%;height:500px;object-fit:cover}.tagespflege__tags{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}.tagespflege__tag{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);border-radius:.75rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;color:#e8efe9;font-size:.9375rem;font-weight:500}.tagespflege__tag svg{color:#a9c9bb}.pflegekasse-card{background:#fff;border-radius:2rem;border:1px solid #e8efe9;padding:3rem;box-shadow:0 8px 30px rgb(15 58 50 / .06);display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width:900px){.pflegekasse-card{padding:2rem;grid-template-columns:1fr;gap:2rem}}.pflegekasse-card__title span{color:#1f4d44}.pflegekasse-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.pflegekasse-item{display:flex;align-items:center;gap:.75rem;background:#f3f7f4;border:1px solid #e8efe9;border-radius:.75rem;padding:.75rem 1rem;transition:background .2s}.pflegekasse-item:hover{background:#e8efe9}.pflegekasse-item__icon{width:36px;height:36px;border-radius:.5rem;background:rgb(31 77 68 / .1);display:flex;align-items:center;justify-content:center;color:#1f4d44;flex-shrink:0}.pflegekasse-item__text{font-size:.9375rem;font-weight:500;color:#0f3a32}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{position:relative;background:#f8faf9;border:1px solid #e8efe9;border-radius:1rem;padding:1.75rem;transition:all .3s}.testimonial-card:hover{background:#fff;box-shadow:0 16px 40px rgb(15 58 50 / .1);transform:translateY(-2px)}.testimonial-card__quote-icon{position:absolute;top:1.25rem;right:1.25rem;color:rgb(31 77 68 / .12)}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#e6a817}.testimonial-card__text{color:#0f3a32;margin-bottom:1.25rem;position:relative;z-index:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e8efe9}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:#1f4d44;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.testimonial-card__name{font-weight:600;color:#0f3a32;font-size:.9375rem}.testimonial-card__role{font-size:.75rem;color:#4a665e}.contact-grid{display:grid;grid-template-columns:2fr 3fr;gap:2rem}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:#0f3a32;color:#fff;border-radius:1rem;padding:1.75rem}.contact-card h3{color:#fff;margin-bottom:1.25rem;font-size:1.5rem}.contact-card__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.contact-card__list li{display:flex;gap:.75rem;align-items:flex-start}.contact-card__list a{color:inherit}.contact-card__list a:hover{color:#cfe0d6}.contact-card__icon{width:40px;height:40px;border-radius:.5rem;background:rgb(255 255 255 / .1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card__label{font-size:.75rem;color:#a9c9bb;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.contact-card__value{font-weight:600}.contact-map{background:#fff;border:1px solid #e8efe9;border-radius:1rem;overflow:hidden;margin-top:1rem}.contact-map iframe{width:100%;height:260px;border:0;display:block}.contact-form-wrap{background:#fff;border:1px solid #e8efe9;border-radius:1rem;padding:2.5rem}@media (max-width:600px){.contact-form-wrap{padding:1.5rem}}.wpcf7 label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0f3a32;margin-bottom:.5rem}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{width:100%;padding:.75rem 1rem;border:1px solid #cfe0d6;border-radius:.5rem;font-family:inherit;font-size:1rem;color:#0f3a32;background:#fff;transition:border-color .2s,box-shadow .2s}.wpcf7 input:focus,.wpcf7 textarea:focus{outline:none;border-color:#1f4d44;box-shadow:0 0 0 3px rgb(31 77 68 / .15)}.wpcf7 textarea{min-height:140px;resize:vertical}.wpcf7 .wpcf7-submit{background:#1f4d44;color:#fff;padding:1rem 2rem;border-radius:999px;font-weight:600;cursor:pointer;border:none;transition:background .2s}.wpcf7 .wpcf7-submit:hover{background:#0f3a32}.wpcf7-acceptance .wpcf7-list-item{margin-left:0}.site-footer{background:#0f2e29;color:#cfe0d6;padding:3.5rem 0 1.5rem}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:2.5rem}@media (max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:500px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.footer-brand__logo{width:40px;height:40px;border-radius:50%;background:#1f4d44;display:flex;align-items:center;justify-content:center;color:#fff}.footer-brand__name{font-family:'Cormorant Garamond',serif;font-size:1.125rem;color:#fff;font-weight:600}.site-footer__about{font-size:.875rem;line-height:1.7}.footer-heading{color:#fff;font-family:'Inter',sans-serif;font-size:.8125rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-weight:600}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.9375rem}.footer-list a{color:#cfe0d6}.footer-list a:hover{color:#fff}.footer-list--contact li{display:flex;gap:.5rem;align-items:flex-start}.footer-list--contact svg{color:#a9c9bb;margin-top:3px;flex-shrink:0}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .1);font-size:.75rem;color:#a9c9bb}.site-footer__legal{display:flex;gap:1.25rem;flex-wrap:wrap}.site-footer__legal a,.footer-legal-list a{color:#a9c9bb;font-size:.75rem}.site-footer__legal a:hover,.footer-legal-list a:hover{color:#fff}.footer-legal-list{list-style:none;display:flex;gap:1.25rem}.floating-actions{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;display:flex;flex-direction:column;gap:.75rem}.fab{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border-radius:999px;color:#fff;font-weight:600;font-size:.875rem;box-shadow:0 10px 30px rgb(0 0 0 / .2);transition:transform .2s,box-shadow .2s;position:relative}.fab:hover{transform:scale(1.05);color:#fff;box-shadow:0 12px 36px rgb(0 0 0 / .25)}.fab--whatsapp{background:#25d366}.fab--whatsapp:hover{background:#1ebe57}.fab--call{background:#1f4d44}.fab--call:hover{background:#0f3a32}.fab__pulse{position:relative;display:inline-block;width:10px;height:10px;border-radius:50%;background:#fff}.fab__pulse::before{content:'';position:absolute;inset:0;border-radius:50%;background:#fff;opacity:.6;animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{0%{transform:scale(1);opacity:.6}75%,100%{transform:scale(2.5);opacity:0}}@media (max-width:500px){.fab__label{display:none}.fab{padding:.875rem}}.breadcrumbs{background:#f3f7f4;border-bottom:1px solid #e8efe9;padding:.75rem 0}.breadcrumbs ol{list-style:none;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4a665e;flex-wrap:wrap}.breadcrumbs ol li[aria-current]{color:#0f3a32;font-weight:500}.breadcrumbs a:hover{text-decoration:underline}.seo-hero{background:#f8faf9;position:relative;overflow:hidden;padding:4rem 0}.seo-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,#d3e4dc 0%,transparent 40%),radial-gradient(circle at 80% 80%,#c7dccf 0%,transparent 45%);opacity:.4;pointer-events:none}.seo-hero__grid{position:relative;display:grid;grid-template-columns:3fr 2fr;gap:2.5rem;align-items:center}@media (max-width:900px){.seo-hero__grid{grid-template-columns:1fr}}.seo-hero__title{margin-bottom:1.25rem}.seo-hero__intro{font-size:1.125rem;color:#2a4942;margin-bottom:1.75rem;max-width:38rem}.seo-hero__image{position:relative;border-radius:1.75rem;overflow:hidden;box-shadow:0 20px 50px rgb(15 58 50 / .18)}.seo-hero__image img{width:100%;height:420px;object-fit:cover}@media (max-width:600px){.seo-hero__image img{height:280px}}.seo-content{padding:4rem 0}.seo-content__wrap{max-width:800px;margin:0 auto}.seo-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e8efe9}.seo-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.seo-section h2{margin-bottom:1rem;font-size:1.75rem}.seo-section p{font-size:1.0625rem;line-height:1.75}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e8efe9;border-radius:.75rem;padding:1rem 1.5rem;transition:box-shadow .2s}.faq-item[open],.faq-item:hover{box-shadow:0 8px 24px rgb(15 58 50 / .08)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-weight:600;color:#0f3a32;padding:.5rem 0}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{color:#1f4d44;transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item[open] summary svg{transform:rotate(90deg)}.faq-item__answer{margin-top:.75rem;color:#2a4942;line-height:1.7}.cta-banner{background:#0f3a32;color:#fff;padding:3.5rem 0;text-align:center}.cta-banner h2{color:#fff;margin-bottom:.75rem}.cta-banner p{color:#cfe0d6;max-width:36rem;margin:0 auto 1.5rem}.cta-banner__buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width:900px){.related-grid{grid-template-columns:1fr 1fr}}@media (max-width:500px){.related-grid{grid-template-columns:1fr}}.related-card{display:block;background:#f8faf9;border:1px solid #e8efe9;border-radius:1rem;padding:1.25rem;transition:all .25s}.related-card:hover{background:#fff;border-color:#1f4d44;box-shadow:0 12px 30px rgb(15 58 50 / .1)}.related-card__eyebrow{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:#1f4d44;margin-bottom:.5rem}.related-card__title{font-family:'Cormorant Garamond',serif;font-size:1.125rem;color:#0f3a32;font-weight:600;margin-bottom:.5rem}.related-card__link{font-size:.875rem;font-weight:600;color:#1f4d44;display:inline-flex;align-items:center;gap:.25rem}.related-card:hover .related-card__link{gap:.5rem}.notfound{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#f8faf9;text-align:center;padding:3rem 1.5rem}.notfound__code{font-family:'Cormorant Garamond',serif;font-size:6rem;color:#1f4d44;line-height:1;margin-bottom:1rem}.page-default{padding:4rem 0}.page-default .container{max-width:800px}.page-default h1{margin-bottom:1.5rem}.page-default .entry-content>*{margin-bottom:1rem}.page-default .entry-content h2,.page-default .entry-content h3{margin:2rem 0 .75rem}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}