:root{--blu:#1E40AF;--blu-scuro:#1E3A8A;--blu-hover:#1D4ED8;--blu-chiaro:#EFF6FF;--verde:#15803D;--verde-scuro:#166534;--testo:#334155;--titolo:#1E3A8A;--muted:#64748B;--bordo:#E2E8F0;--sfondo-sezione:#F8FAFC;--navy:#0F172A;--raggio:14px;--ombra:0 6px 24px rgba(15, 23, 42, .07);--ombra-forte:0 10px 32px rgba(30, 64, 175, .14)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Open Sans",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--testo);background:#FFF;line-height:1.6;font-size:16.5px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:"Poppins","Open Sans",system-ui,sans-serif;color:var(--titolo);line-height:1.25}a{color:var(--blu-hover)}img,svg{max-width:100%}:focus-visible{outline:3px solid var(--blu-hover);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--blu);color:#fff;padding:10px 16px;border-radius:0 0 8px 0}.skip-link:focus{left:0}.site-header{position:sticky;top:0;z-index:100;min-height:68px;background:rgb(255 255 255 / .94);backdrop-filter:blur(10px);border-bottom:1px solid var(--bordo)}.header-inner{max-width:1120px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:18px;padding-top:max(10px, env(safe-area-inset-top))}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.brand-mark{height:52px;width:auto;flex:0 0 auto;display:block}.brand-name{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.02rem;color:var(--titolo);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-toggle{margin-left:0;order:3;width:46px;height:46px;border:1px solid var(--bordo);border-radius:10px;background:#fff;color:var(--titolo);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.lang-switch{margin-left:auto;order:2;display:flex;gap:4px;align-items:center}.lang-switch button{min-width:36px;height:36px;padding:0 6px;border:1.5px solid var(--bordo);border-radius:8px;background:#fff;color:var(--titolo);font-family:"Poppins",sans-serif;font-size:.8rem;font-weight:600;cursor:pointer}.lang-switch button[aria-pressed="true"]{background:var(--blu);border-color:var(--blu);color:#fff}.site-nav{display:none}.site-nav.open{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--bordo);box-shadow:var(--ombra)}.site-nav ul{list-style:none;max-width:1120px;margin:0 auto;padding:8px 20px 16px}.site-nav li{padding:4px 0}.site-nav a:not(.btn){display:block;min-height:44px;padding:10px 4px;text-decoration:none;color:var(--titolo);font-weight:600;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border-radius:10px;font-family:"Poppins",sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid #fff0;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn-primary{background:var(--verde);color:#fff}.btn-primary:hover{background:var(--verde-scuro)}.btn-ghost{background:#fff0;color:var(--titolo);border-color:var(--blu)}.btn-ghost:hover{background:var(--blu-chiaro)}.btn-sm{min-height:44px;padding:8px 18px;font-size:.95rem}.btn-block{width:100%}.section-inner{max-width:1120px;margin:0 auto;padding:64px 20px}.section-kicker{font-family:"Poppins",sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blu);margin-bottom:10px}section h2{font-size:clamp(1.55rem, 4.5vw, 2.2rem);margin-bottom:14px}.section-sub{max-width:640px;margin-bottom:34px}.hero{background:linear-gradient(180deg,#FFFFFF 0%,var(--blu-chiaro) 100%)}.hero-inner{max-width:1120px;margin:0 auto;padding:56px 20px 64px;display:grid;gap:44px;align-items:center}.hero-kicker{font-weight:600;color:var(--blu);font-size:.92rem;letter-spacing:.04em;margin-bottom:14px}.hero h1{font-size:clamp(2.05rem, 6.5vw, 3.2rem);margin-bottom:18px}.hero-sub{max-width:560px;margin-bottom:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px}.hero-photo{order:-1}.hero-trust{list-style:none;display:grid;gap:10px}.hero-trust li{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:600;color:var(--titolo)}.hero-trust svg{width:22px;height:22px;color:var(--verde);flex:0 0 auto}.hero-photo{text-align:center}.photo-round-wrap{width:min(280px, 66vw);aspect-ratio:1 / 1;height:auto;border-radius:50%;overflow:hidden;border:5px solid #C0963F;box-shadow:var(--ombra-forte);margin:0 auto;background:var(--blu-chiaro)}.photo-round{width:100%;height:100%;object-fit:cover;display:block}.photo-caption{margin-top:16px}.photo-caption strong{display:block;font-family:"Poppins",sans-serif;color:var(--titolo)}.photo-caption span{font-size:.92rem;color:var(--muted)}.weg-grid{display:grid;gap:22px;margin-bottom:22px}.weg-card{display:block;text-decoration:none;color:var(--testo);background:#fff;border:1px solid var(--bordo);border-radius:var(--raggio);padding:30px 26px;box-shadow:var(--ombra);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.weg-card:hover{transform:translateY(-3px);box-shadow:var(--ombra-forte);border-color:#BFDBFE}.weg-card-accent{background:var(--blu-chiaro)}.weg-icon{width:56px;height:56px;border-radius:12px;background:var(--blu);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.weg-icon svg{width:30px;height:30px;color:#fff}.weg-card h3{font-size:1.3rem;margin-bottom:4px}.weg-tag{color:var(--blu);font-weight:600;font-size:.9rem;margin-bottom:12px}.weg-liste{list-style:none;margin:14px 0 18px;display:grid;gap:8px}.weg-liste li{padding-left:26px;position:relative}.weg-liste li::before{content:"";position:absolute;left:0;top:6px;width:14px;height:14px;border-radius:50%;background:var(--blu-chiaro);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E40AF' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:10px;background-position:center;background-repeat:no-repeat}.weg-cta{color:var(--blu-hover);font-family:"Poppins",sans-serif;font-weight:600}.beratung-band{display:block;text-decoration:none;color:var(--testo);background:var(--sfondo-sezione);border:1px solid var(--bordo);border-radius:var(--raggio);padding:24px 26px}.beratung-band:hover{border-color:#BFDBFE}.beratung-band h3{font-size:1.1rem;margin-bottom:6px}.beratung-band .weg-cta{display:inline-block;margin-top:12px}.vertrauen{background:var(--sfondo-sezione)}.vertrauen-grid{display:grid;gap:22px}.v-card{background:#fff;border-radius:var(--raggio);padding:26px;border:1px solid var(--bordo);box-shadow:var(--ombra)}.v-card h3{font-size:1.05rem;margin-bottom:8px}.reviews-placeholder{margin-top:30px;font-style:italic;color:var(--muted);font-size:.95rem;border-left:3px solid #CBD5E1;padding-left:14px}.preis-grid{display:grid;gap:22px}.preis-card{background:#fff;border:1px solid var(--bordo);border-radius:var(--raggio);padding:28px 26px;box-shadow:var(--ombra);text-align:left;display:flex;flex-direction:column;gap:14px;position:relative}.preis-card-empfohlen{border:2px solid var(--blu);box-shadow:var(--ombra-forte)}.badge{position:absolute;top:-14px;left:22px;background:var(--verde);color:#fff;font-family:"Poppins",sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px}.preis-card h3{font-size:1.15rem}.preis span{font-family:"Poppins",sans-serif;font-size:1.7rem;font-weight:700;color:var(--titolo)}.preis{color:var(--muted)}.preis-card .btn{margin-top:auto}.events{background:#FFF}.event-grid{display:grid;gap:22px}.event-card{display:block;text-decoration:none;color:var(--testo);background:var(--blu-chiaro);border:1px solid var(--bordo);border-radius:var(--raggio);padding:26px 24px;transition:transform .2s ease,box-shadow .2s ease}.event-card:hover{transform:translateY(-3px);box-shadow:var(--ombra)}.event-icon{width:50px;height:50px;border-radius:12px;background:#fff;border:1.5px solid #C0963F;color:var(--blu);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.event-icon svg{width:26px;height:26px}.event-card h3{font-size:1.1rem;margin-bottom:8px}.faq{background:var(--sfondo-sezione)}.faq-item{background:#fff;border:1px solid var(--bordo);border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 20px;font-family:"Poppins",sans-serif;font-weight:600;color:var(--titolo);min-height:44px;display:flex;align-items:center;position:relative;padding-right:46px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--blu);font-weight:600}.faq-item[open] summary::after{content:"–"}.faq-item p{padding:0 20px 18px}.kontakt-grid{display:grid;gap:36px}.kontakt-liste{list-style:none;margin-top:22px;display:grid;gap:14px}.kontakt-liste li{display:flex;align-items:center;gap:12px}.kontakt-liste svg{width:24px;height:24px;color:var(--blu);flex:0 0 auto}.kontakt-liste a{font-weight:600;font-size:1.05rem;color:var(--titolo);text-decoration:none}.kontakt-liste a:hover{color:var(--blu-hover);text-decoration:underline}.kontakt-form{background:#fff;border:1px solid var(--bordo);border-radius:var(--raggio);padding:28px;box-shadow:var(--ombra);display:grid;gap:16px}.form-row{display:grid;gap:6px}.form-row label{font-weight:600;font-size:.92rem;color:var(--titolo)}.form-row input,.form-row textarea{font:inherit;color:var(--testo);padding:12px 14px;min-height:48px;border:1.5px solid #CBD5E1;border-radius:10px;background:#fff;width:100%}.form-row textarea{min-height:110px;resize:vertical}.form-row input:focus,.form-row textarea:focus{outline:3px solid #93C5FD;outline-offset:0;border-color:var(--blu)}.form-hinweis{font-size:.85rem;color:var(--muted)}.site-footer{background:var(--navy);color:#E2E8F0}.footer-inner{max-width:1120px;margin:0 auto;padding:40px 20px 46px;text-align:center}.footer-brand{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.1rem;margin-bottom:6px}.footer-klein{font-size:.9rem;margin-top:8px}.footer-klein a{color:#BFDBFE}.footer-demo{color:#94A3B8;letter-spacing:.06em}@media (min-width:640px){.preis-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:800px){.weg-grid{grid-template-columns:1fr 1fr}.vertrauen-grid{grid-template-columns:repeat(3,1fr)}.beratung-band{display:flex;align-items:center;justify-content:space-between;gap:24px}.beratung-band .weg-cta{margin-top:0;flex:0 0 auto}}@media (min-width:900px){.hero-photo{order:0}.hero-copy{order:-1}.nav-toggle{display:none}.lang-switch{margin-left:4px;order:4}.site-nav{display:block!important;position:static}.site-nav ul{display:flex;align-items:center;gap:4px;padding:0;margin-left:auto}.site-nav li{padding:0}.site-nav a:not(.btn){padding:10px 12px;min-height:44px}.site-nav a:not(.btn):hover{color:var(--blu-hover);background:var(--blu-chiaro);border-radius:8px}.nav-cta{margin-left:8px}.hero-inner{grid-template-columns:1.15fr .85fr;padding:76px 20px 84px}.kontakt-grid{grid-template-columns:.9fr 1.1fr;align-items:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}.page-wrap{padding-top:40px;padding-bottom:60px}.page-title{font-size:clamp(1.7rem, 5vw, 2.4rem);margin-bottom:22px}.page-articolo{padding:18px 0;border-bottom:1px solid var(--bordo)}.page-articolo h2 a{color:var(--titolo);text-decoration:none}.page-articolo h2 a:hover{color:var(--blu-hover)}.page-contenuto img{border-radius:10px}.paginazione{margin-top:24px}.paginazione .page-numbers{display:inline-block;min-height:44px;min-width:44px;padding:10px 12px;border:1px solid var(--bordo);border-radius:8px;margin-right:6px;text-decoration:none;color:var(--titolo)}.paginazione .page-numbers.current{background:var(--blu);color:#fff;border-color:var(--blu)}.cta-card{align-content:start}.cta-card h3{color:var(--titolo);font-size:1.15rem}.woo-wrap .woocommerce-notices-wrapper .woocommerce-message,.woo-wrap .woocommerce-info{background:var(--blu-chiaro);border-top:3px solid var(--blu)}.woo-wrap ul.products{display:grid;gap:22px;grid-template-columns:1fr;list-style:none}@media (min-width:640px){.woo-wrap ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.woo-wrap ul.products{grid-template-columns:repeat(3,1fr)}}.woo-wrap ul.products li.product{background:#fff;border:1px solid var(--bordo);border-radius:var(--raggio);padding:18px;display:flex;flex-direction:column;gap:10px}.woo-wrap ul.products li.product img{border-radius:10px;width:100%;height:auto}.woo-wrap ul.products li.product .woocommerce-loop-product__title{font-family:"Poppins",sans-serif;color:var(--titolo);font-size:1.05rem}.woo-wrap ul.products li.product .price{color:var(--verde-scuro);font-weight:700}.woo-wrap .woocommerce-message,.woo-wrap .woocommerce-info,.woo-wrap .woocommerce-error{list-style:none;padding:12px 16px;border-radius:10px;margin-bottom:16px}.woo-wrap .button,.woo-wrap a.checkout-button,.woo-wrap #place_order,.woo-wrap .woocommerce-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:10px;border:0;cursor:pointer;background:var(--verde);color:#fff;font-family:"Poppins",sans-serif;font-weight:600;text-decoration:none}.woo-wrap .button:hover,.woo-wrap #place_order:hover{background:var(--verde-scuro)}.woo-wrap table.shop_table{width:100%;border-collapse:collapse}.woo-wrap table.shop_table th,.woo-wrap table.shop_table td{padding:10px 8px;border-bottom:1px solid var(--bordo);text-align:left}.woo-wrap .woocommerce-checkout-review-order-table{background:#fff;border:1px solid var(--bordo);border-radius:10px;padding:6px 12px}.woo-wrap form .form-row input,.woo-wrap form .form-row textarea,.woo-wrap form .form-row select{font:inherit;padding:12px 14px;min-height:48px;width:100%;border:1.5px solid #CBD5E1;border-radius:10px;background:#fff}.woo-wrap .wc-payment-form,.woo-wrap #payment{background:#fff;border:1px solid var(--bordo);border-radius:10px;padding:8px 14px}.woo-wrap .woocommerce-MyAccount-navigation ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.woo-wrap .woocommerce-MyAccount-navigation a{display:inline-block;padding:10px 14px;border:1px solid var(--bordo);border-radius:8px;text-decoration:none;color:var(--titolo);min-height:44px}.shop-head{margin-bottom:6px}.shop-sub{color:var(--muted);margin-bottom:18px}.consulenza-band{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;background:var(--blu-chiaro);border:1px solid #BFDBFE;border-radius:var(--raggio);padding:18px 20px;margin-bottom:26px}.consulenza-band h3{font-size:1.02rem;margin-bottom:4px}.consulenza-band p{font-size:.95rem}.woo-wrap ul.products{gap:14px}.woo-wrap ul.products li.product{padding:12px;gap:6px;border-radius:12px;transition:transform .15s ease,box-shadow .15s ease}.woo-wrap ul.products li.product:hover{transform:translateY(-2px);box-shadow:var(--ombra)}.woo-wrap ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;gap:6px}.woo-wrap ul.products li.product img{border-radius:8px;width:100%;aspect-ratio:4 / 3;object-fit:cover;height:auto}.woo-wrap ul.products li.product .woocommerce-loop-product__title{font-size:.95rem;line-height:1.35}.woo-wrap ul.products li.product .price{font-size:1.05rem;margin-bottom:2px}.woo-wrap ul.products li.product .button{min-height:44px;padding:10px 14px;font-size:.9rem}@media (min-width:380px){.woo-wrap ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px){.woo-wrap ul.products{grid-template-columns:repeat(3,1fr)}}@media (min-width:1000px){.woo-wrap ul.products{grid-template-columns:repeat(4,1fr)}}.site-header .brand-mark{height:52px;width:auto;flex:0 0 auto}.woo-wrap ul.products{gap:20px}.woo-wrap ul.products li.product{padding:0;gap:0;overflow:hidden;position:relative;display:flex;flex-direction:column}.woo-wrap ul.products li.product>a:first-child{display:block}.woo-wrap ul.products li.product img{border-radius:0;aspect-ratio:4 / 3}.pacchetto-corpo{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;flex:1}.woo-wrap ul.products li.product .woocommerce-loop-product__title{font-size:1.08rem;padding:0}.woo-wrap ul.products li.product .price{font-family:"Poppins",sans-serif;font-size:1.45rem;color:var(--titolo);font-weight:700;margin:0}.woo-wrap ul.products li.product .price del{font-size:.95rem;color:var(--muted)}.woo-wrap ul.products li.product .woocommerce-product-details__short-description{margin:0}.woo-wrap ul.products li.product .woocommerce-product-details__short-description ul{list-style:none;display:grid;gap:6px;margin:0}.woo-wrap ul.products li.product .woocommerce-product-details__short-description li{padding-left:24px;position:relative;font-size:.92rem}.woo-wrap ul.products li.product .woocommerce-product-details__short-description li::before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;background-color:var(--blu-chiaro);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E40AF' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:10px;background-position:center;background-repeat:no-repeat}.woo-wrap ul.products li.product .button{margin-top:auto;width:100%}.woo-wrap ul.products li.product.featured{border:2px solid #C0963F;box-shadow:var(--ombra-forte)}.woo-wrap ul.products li.product.featured::before{content:"Beliebt";position:absolute;top:14px;left:14px;z-index:2;background:#C0963F;color:#fff;font-family:"Poppins",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px}@media (max-width:899px){.woo-wrap ul.products{grid-template-columns:1fr}}@media (min-width:900px){.woo-wrap ul.products{grid-template-columns:repeat(3,1fr)}}