.header{z-index:1000;background-color:var(--white);width:100%;position:sticky;top:0;box-shadow:0 4px 15px #0000000d}.top-bar{color:var(--text-light);border-bottom:1px solid var(--gray-100);background-color:#fdfbf7;padding:.75rem 0;font-size:.9rem}.top-bar-content{justify-content:flex-end;gap:2.5rem;display:flex}.top-bar-item{align-items:center;gap:.6rem;font-weight:500;display:flex}.top-bar-item svg,.top-bar-item a:hover{color:var(--primary)}.main-nav{padding:1rem 0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo img{width:auto;height:65px;transition:var(--transition)}.logo:hover img{transform:scale(1.05)}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--secondary);padding:.5rem 0;font-size:1.05rem;font-weight:700;position:relative}.nav-links a:after{content:"";background-color:var(--primary);width:0;height:4px;transition:var(--transition);border-radius:10px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:24px}.mobile-menu-toggle{color:var(--secondary);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;background:#0006;position:fixed;inset:0}@media (width<=768px){.top-bar{display:none}.main-nav{padding:.75rem 0}.logo img{height:45px}.mobile-menu-toggle{display:block}.nav-links{background-color:var(--white);width:80%;max-width:300px;height:100vh;transition:var(--transition);z-index:999;flex-direction:column;gap:2rem;padding:6rem 2rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links-open{right:0}.nav-links a{font-size:1.25rem;display:block}}.footer{background-color:var(--secondary);color:var(--white);border-top-right-radius:80px;padding:8rem 0 0}@media (width<=768px){.footer{border-top-right-radius:40px;padding:4rem 0 0}}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:5rem;padding-bottom:6rem;display:grid}@media (width<=768px){.footer-content{gap:3rem;padding-bottom:4rem}}.footer-section h3{color:var(--white);margin-bottom:2.5rem;font-size:1.75rem;position:relative}@media (width<=768px){.footer-section h3{margin-bottom:1.5rem;font-size:1.4rem}}.footer-section h3:after{content:"";background-color:var(--primary);border-radius:10px;width:30px;height:5px;margin-top:1rem;display:block}.footer-section p{color:#fffc;font-size:1.1rem;line-height:1.8}.footer-contact{flex-direction:column;gap:2rem;display:flex}.footer-contact li{align-items:flex-start;gap:1.25rem;font-size:1.1rem;display:flex}.footer-contact li svg{color:var(--primary);margin-top:.25rem}.footer-links{flex-direction:column;gap:1.25rem;display:flex}.footer-links a{color:#fffc;transition:var(--transition);font-size:1.1rem}.footer-links a:hover{color:var(--white);transform:translate(8px)}.social-links a{background-color:var(--primary);color:var(--white);border-radius:100px;justify-content:center;align-items:center;margin-top:1.5rem;padding:1rem 2rem;font-weight:800;display:inline-flex;box-shadow:0 4px 14px #dc26264d}.social-links a:hover{background-color:var(--primary-dark);transform:translateY(-5px);box-shadow:0 8px 20px #dc262666}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff14;padding:3rem 0;font-size:1rem}.whatsapp-float{z-index:999;color:#fff;background:#25d366;border-radius:100px;align-items:center;gap:.6rem;padding:.85rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 6px 24px #25d36673}.whatsapp-float svg{flex-shrink:0;width:22px;height:22px}.whatsapp-float:hover{background:#1ebe5d;transform:translateY(-4px);box-shadow:0 10px 32px #25d3668c}@media (width<=768px){.whatsapp-float span{display:none}.whatsapp-float{border-radius:50%;padding:1rem;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:26px;height:26px}}.cookie-banner{background:linear-gradient(to right, var(--secondary), #1a2236);color:var(--white);z-index:9999;border-top:1px solid #ffffff1a;padding:1.5rem 0;animation:.5s cubic-bezier(.16,1,.3,1) slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #0000004d}.cookie-content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cookie-text{align-items:flex-start;gap:1.25rem;max-width:850px;display:flex}.cookie-icon{color:var(--primary);background:#dc262626;border-radius:12px;flex-shrink:0;padding:.75rem}.cookie-text p{color:#ffffffe6;margin:0;font-size:.95rem;line-height:1.5}.cookie-text a{color:var(--white);transition:var(--transition);font-weight:600;text-decoration:underline}.cookie-text a:hover{color:var(--primary)}.cookie-actions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.btn-accept{padding:.75rem 2rem;font-size:.9rem;box-shadow:0 4px 12px #dc262666}.btn-refuse{color:#fffc;cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #ffffff4d;border-radius:100px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}.btn-refuse:hover{color:var(--white);border-color:var(--white);background:#ffffff1a}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=900px){.cookie-content{text-align:left;flex-direction:column;gap:1.5rem}.cookie-actions{justify-content:space-between;width:100%}.btn-accept{flex-grow:1}}@media (width<=480px){.cookie-banner{padding:1.25rem 0}.cookie-text p{font-size:.85rem}}.reviews-section{background:var(--white)}.reviews-rating-summary{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.reviews-score{color:var(--secondary);font-size:4rem;font-weight:900;line-height:1}.reviews-stars{gap:.25rem;display:flex}.reviews-source{color:var(--text-light);margin:0;font-size:.95rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.review-quote-icon{color:var(--primary);opacity:.4}.review-text{color:var(--text);flex-grow:1;margin:0;font-size:1.05rem;line-height:1.7}.review-footer{border-top:1px solid var(--gray-200);align-items:center;gap:1rem;padding-top:1rem;display:flex}.review-stars{gap:2px;display:flex}.review-name{color:var(--secondary);font-size:.95rem;font-weight:700;display:block}.review-date{color:var(--text-light);margin-top:.1rem;font-size:.8rem;display:block}@media (width<=768px){.reviews-grid{grid-template-columns:1fr;gap:1rem}.reviews-score{font-size:3rem}}.hero{min-height:80vh;color:var(--white);background-image:linear-gradient(90deg,#2d3648f2,#2d364866),url(/assets/achtergrond-fluitman-autos-KXKLuh7R.jpg);background-position:50%;background-size:cover;border-bottom-right-radius:80px;align-items:center;padding:6rem 0;display:flex}.hero-container{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-content{max-width:750px}.hero h1{color:var(--white);text-shadow:2px 2px 8px #0003;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero h2{color:var(--white);opacity:.95;margin-bottom:2rem;font-size:2.25rem;font-weight:500}.hero p{color:var(--white);opacity:.9;max-width:650px;margin-bottom:3rem;font-size:1.35rem}.hero-btns{gap:2rem;margin-bottom:4rem;display:flex}.hero-usps{flex-wrap:wrap;gap:2.5rem;display:flex}.hero-usp{opacity:.9;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:flex}.hero-usp svg{color:var(--primary)}.hero-side{justify-content:flex-end;display:flex}.hero-airco-card{background:var(--white);color:var(--secondary);transition:var(--transition);border-radius:40px;flex-direction:column;width:100%;max-width:420px;padding:3rem;display:flex;position:relative;box-shadow:0 30px 70px #0000004d}.hero-airco-card:hover{transform:translateY(-10px)}.hero-airco-tag{background:var(--primary);color:var(--white);text-transform:uppercase;letter-spacing:.1em;border-radius:100px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:800;position:absolute;top:-15px;left:40px;box-shadow:0 10px 20px #dc26264d}.hero-airco-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.hero-airco-icon{color:var(--primary);background:#fff1f2;border-radius:20px;padding:1.25rem}.hero-airco-title h3{color:var(--secondary);margin:0;font-size:1.5rem}.hero-airco-title p{color:var(--text-light);margin:0;font-size:1rem;font-weight:600}.hero-airco-price-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;display:flex}.hero-airco-price{color:var(--secondary);font-size:4rem;font-weight:900;line-height:1}.hero-airco-arrow{color:var(--primary);background:var(--gray-50);width:50px;height:50px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.hero-airco-card:hover .hero-airco-arrow{background:var(--primary);color:var(--white);transform:translate(5px)}.hero-airco-list{flex-direction:column;gap:1rem;display:flex}.hero-airco-list li{color:var(--text-light);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;display:flex}.hero-airco-list li svg{color:#10b981}.intro-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:6rem;display:grid}.intro-text h2{text-align:left;margin-bottom:1rem;font-size:3.5rem}.feature-tags-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.feature-tag-icon{background-color:#0000;margin:0;padding:0}.feature-tag-label{font-weight:700}.intro-image img{color:var(--primary);box-shadow:var(--shadow-lg);border-radius:40px;margin-bottom:2rem;font-size:1.75rem;font-weight:600;transform:rotate(2deg)}.feature-tag{background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:20px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.feature-tag:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.service-card{background-color:var(--white);box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--gray-100);border-radius:40px;flex-direction:column;display:flex;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-15px)}.service-card-image{height:220px;position:relative;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.service-card:hover .service-card-image img{transform:scale(1.1)}.card-badge{text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow);border-radius:100px;padding:.5rem 1rem;font-size:.8rem;font-weight:800;position:absolute;top:20px;right:20px}.badge-red{background:var(--primary);color:var(--white)}.badge-dark{background:var(--secondary);color:var(--white)}.badge-gold{background:var(--accent);color:var(--secondary)}.service-card-content{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:2.5rem;display:flex}.service-icon-small{color:var(--primary);background:#f8fafc;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.service-card h3{margin-bottom:1rem;font-size:1.75rem}.service-card p{margin-bottom:2rem;font-size:1.05rem;line-height:1.5}.btn-sm{margin-top:auto;padding:.75rem 1.5rem;font-size:.9rem}.card-featured{border:2px solid var(--accent);transform:scale(1.02)}.cta-section{color:var(--white);text-align:center;background-image:linear-gradient(#2d3648e6,#2d3648e6),url(../assets/garage/werkplaats-vol.jpg);background-size:cover;background-attachment:fixed;border-top-left-radius:80px;padding:10rem 0}.cta-section h2{color:var(--white);margin-bottom:1.5rem;font-size:4rem}.cta-section p{color:var(--white);opacity:.95;max-width:800px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.5rem}.btn-white{background-color:var(--white);color:var(--secondary);box-shadow:0 4px 14px #ffffff4d}.btn-white:hover{background-color:var(--gray-100);box-shadow:0 6px 20px #fff3}@media (width<=1100px){.hero-container{grid-template-columns:1fr;gap:4rem}.hero-side{justify-content:flex-start}.hero-airco-card{margin-left:0}.hero{height:auto;padding:12rem 0 8rem}}@media (width<=768px){.hero{border-bottom-right-radius:40px;min-height:auto;padding:6rem 0 4rem}.hero h1{margin-bottom:1rem;font-size:2.2rem}.hero h2{margin-bottom:1.5rem;font-size:1.4rem}.hero p{margin-bottom:2rem;font-size:1.1rem}.hero-btns{flex-direction:column;gap:1rem;margin-bottom:3rem}.hero-usps{gap:1rem}.hero-airco-card{border-radius:24px;padding:1.5rem}.hero-airco-price{font-size:2.5rem}.hero-airco-tag{padding:.4rem 1rem;font-size:.8rem;left:20px}.hero-airco-header{gap:1rem;margin-bottom:1.5rem}.intro-grid{grid-template-columns:1fr;gap:2.5rem}.intro-text h2{font-size:2rem}.intro-image img{border-radius:24px;transform:none}.feature-tags-container{grid-template-columns:1fr;gap:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{border-radius:24px}.service-card-content{padding:1.5rem}.service-card h3{font-size:1.5rem}.section-title{font-size:2rem}.cta-section{background-attachment:scroll;border-top-left-radius:40px;padding:4rem 0}.cta-section h2{font-size:2.2rem}.cta-section p{margin-bottom:2rem;font-size:1.1rem}.card-featured{transform:none}}.page-header{background-position:50%;background-size:cover;background-color:var(--secondary);border-bottom-right-radius:80px;align-items:center;height:450px;display:flex;position:relative}.page-header-overlay{background:linear-gradient(#2d3648cc,#2d364880);border-bottom-right-radius:80px;align-items:center;display:flex;position:absolute;inset:0}.page-header-content{color:var(--white);z-index:1}.page-header h1{color:var(--white);text-shadow:2px 2px 10px #0003;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.page-header p{color:var(--white);opacity:.9;margin:0;font-size:1.75rem;font-weight:400}.page-content{max-width:var(--max-width);margin:0 auto;padding:8rem 2rem}@media (width<=768px){.page-header{height:350px}.page-header h1{font-size:3rem}.page-header p{font-size:1.25rem}.page-content{padding:6rem 1.5rem}}.services-intro{text-align:center;max-width:800px;margin:0 auto 5rem}.services-list-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.service-item-card{background:var(--white);box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--gray-100);border-radius:40px;padding:3.5rem}.service-item-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.service-item-icon{color:var(--primary);background:#f8fafc;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;display:flex}.service-item-card h3{margin-bottom:1.5rem;font-size:1.75rem}.service-item-card p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.service-features-list{flex-direction:column;gap:1rem;display:flex}.service-features-list li{color:var(--secondary);align-items:center;gap:.75rem;font-weight:600;display:flex}.service-features-list li svg{color:#10b981}@media (width<=768px){.services-list-grid{grid-template-columns:1fr;gap:1.5rem}.service-item-card{border-radius:24px;padding:2rem}.service-item-card h3{margin-bottom:1rem;font-size:1.4rem}.services-intro{margin-bottom:3rem}}.apk-content{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.apk-info h2{margin-bottom:2rem;font-size:2.25rem}.apk-table{border-collapse:collapse;width:100%;box-shadow:var(--shadow);border-radius:var(--radius);margin:2rem 0;overflow:hidden}.apk-table th{background-color:var(--secondary);color:var(--white);text-align:left;padding:1.25rem;font-weight:700}.apk-table td{border-bottom:1px solid var(--gray-200);background-color:var(--white);padding:1.25rem}.apk-table tr:last-child td{border-bottom:none}.note{color:var(--text-light);font-size:.9rem;font-style:italic}.apk-rdw{background-color:var(--gray-50);border-radius:var(--radius);text-align:center;border-top:4px solid var(--primary);height:fit-content;box-shadow:var(--shadow);padding:2.5rem}.apk-rdw img{border-radius:var(--radius);width:150px;margin:0 auto 1.5rem}.rdw-text h3{margin-bottom:1rem;font-size:1.5rem}@media (width<=968px){.apk-content{grid-template-columns:1fr;gap:2rem}}.contact-page-container{padding-top:4rem;padding-bottom:6rem}.contact-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem;display:grid}.contact-card{background:var(--white);text-align:center;transition:var(--transition);box-shadow:var(--shadow);border:1px solid var(--gray-100);border-radius:30px;flex-direction:column;align-items:center;padding:2.5rem 2rem;text-decoration:none;display:flex}.contact-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-10px)}.contact-card .icon-wrapper{background:var(--gray-50);width:70px;height:70px;color:var(--primary);transition:var(--transition);border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.contact-card:hover .icon-wrapper{background:var(--primary);color:var(--white)}.contact-card h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.75rem;font-size:1.25rem}.contact-card p{color:var(--secondary);margin-bottom:0;font-size:1.4rem;font-weight:800}.location-section{background:var(--gray-50);border-radius:50px;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;padding:4rem;display:grid;overflow:hidden}.location-content h2{margin-bottom:1.5rem;font-size:2.5rem}.location-details{margin-bottom:2rem}.location-item{align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.location-item .icon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.location-item div strong{color:var(--secondary);font-size:1.1rem;display:block}.location-item div span{color:var(--text-light);font-size:1.1rem}.map-wrapper{height:500px;box-shadow:var(--shadow-lg);border:8px solid var(--white);border-radius:40px;position:relative;overflow:hidden}.map-wrapper iframe{width:100%;height:100%}.apk-notice{background:var(--white);border-left:6px solid var(--primary);box-shadow:var(--shadow-sm);border-radius:24px;margin-top:2rem;padding:2rem}.apk-notice h4{color:var(--primary);margin-bottom:.5rem;font-size:1.2rem}.apk-notice p{margin:0;font-size:1rem}@media (width<=1100px){.contact-cards-grid{grid-template-columns:1fr;gap:1.5rem}.location-section{grid-template-columns:1fr;gap:3rem;padding:2rem}.map-wrapper{height:400px}}:root{--primary:#dc2626;--primary-dark:#b91c1c;--secondary:#2d3648;--accent:#f59e0b;--text:#1a202c;--text-light:#4a5568;--white:#fff;--cream:#fdfbf7;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--max-width:1280px;--shadow-sm:0 1px 3px 0 #0000001a;--shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000001a;--radius:20px;--transition:all .4s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background-color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4{color:var(--secondary);letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:800;line-height:1.25}p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.15rem}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.25rem}}.btn{background-color:var(--primary);color:var(--white);cursor:pointer;transition:var(--transition);border:none;border-radius:100px;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #dc262663}@media (width<=768px){.btn{padding:.8rem 1.75rem;font-size:.95rem}}.btn:hover{background-color:var(--primary-dark);transform:translateY(-3px)scale(1.02);box-shadow:0 6px 20px #dc26263b}.btn-outline{border:2px solid var(--white);color:var(--white);box-shadow:none;background-color:#0000}.btn-outline:hover{background-color:var(--white);color:var(--secondary);box-shadow:var(--shadow)}.section{padding:8rem 0}@media (width<=768px){.section{padding:4rem 0}}.section-title{text-align:center;margin-bottom:4rem;font-size:3rem;position:relative}@media (width<=768px){.section-title{margin-bottom:2.5rem;font-size:2.2rem}}.section-title:after{content:"";background-color:var(--primary);border-radius:10px;width:60px;height:6px;margin:1.5rem auto 0;display:block}@media (width<=768px){.section-title:after{width:40px;height:4px;margin-top:1rem}}.gray-bg{background-color:var(--cream)}img{max-width:100%;height:auto;display:block}.service-page-grid{grid-template-columns:1.8fr 1fr;align-items:start;gap:4rem;display:grid}.price-card{background:linear-gradient(135deg, var(--secondary), #1a2236);color:var(--white);text-align:center;box-shadow:var(--shadow-lg);border-radius:32px;padding:3rem 2.5rem}.price-card h3{color:var(--white);margin-bottom:.5rem}.price-card p{color:#fffc;margin-bottom:0;font-size:1rem}.service-list-minimal li{color:#ffffffe6;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.service-list-minimal li svg{color:#4ade80;flex-shrink:0}@media (width<=1024px){.service-page-grid{grid-template-columns:1fr;gap:2.5rem}.price-card{order:-1;position:static!important}}.faq-list{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.faq-item{border:1px solid var(--gray-200);background:var(--white);border-radius:16px;overflow:hidden}.faq-question{color:var(--secondary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--primary);flex-shrink:0;font-size:1.4rem;font-weight:400}details[open] .faq-question:after{content:"−"}.faq-answer{color:var(--text-light);margin:0;padding:0 1.5rem 1.25rem;font-size:1rem;line-height:1.7}
