.footer{background:#212121;color:#c7c7c7;padding:60px 0 30px}.footer h4{color:#f5f5f5;font-weight:600;font-size:20px;margin-bottom:15px}.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}@media(max-width:768px){.footer__top{flex-direction:column;align-items:flex-start;gap:1rem}}.footer__top .footer__brand .logo{font-size:1.7rem;font-weight:700;letter-spacing:.07em;color:#f5f5f5}.footer__top .footer__brand p{margin-top:12px;font-size:20px;max-width:600px}.footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin-bottom:50px}@media(max-width:1024px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.footer__grid{grid-template-columns:1fr;gap:1.2rem}}.footer__col ul{list-style:none;padding:0}.footer__col ul a{text-decoration:none;color:#c7c7c7}.footer__col ul li{margin:3px 0;font-size:16px}.footer__col ul li:hover{color:#fff;cursor:pointer}.footer .badge{background:#1f7a3e;padding:2px 8px;font-size:12px;border-radius:10px;margin-left:6px}.footer__address{margin-bottom:15px}.footer__address p{margin:4px 0}.footer__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:40px}@media(max-width:1024px){.footer__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.footer__cards{grid-template-columns:1fr}}.footer .card{border:1px solid #3d3d3d;padding:20px;border-radius:12px}.footer .card p{margin-top:7px}.footer__social{display:flex;gap:10px;margin-top:10px}.footer__social span{width:36px;height:36px;border:1px solid #333;display:flex;align-items:center;justify-content:center;border-radius:50%}.footer__social span:hover{background:#222}.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid #222;padding-top:20px}@media(max-width:768px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:.8rem}}.footer__links{display:flex;gap:1.2rem}@media(max-width:480px){.footer__links{flex-direction:column;gap:.5rem}}.footer__links a{color:#aaa;font-size:14px}.footer__links a:hover{color:#fff}.footer__ratings{display:flex;gap:1.5rem;align-items:center;flex-direction:column}.footer__ratings img{filter:brightness(0) invert(1)}a[data-astro-cid-bnsjjux6]{text-decoration:none;color:#212121;font-weight:600}.logo[data-astro-cid-bnsjjux6]{font-size:1.7rem;font-weight:700;letter-spacing:.07em;color:$color-gray-900}.nav_wrapper[data-astro-cid-jp2pq5zm]{display:flex;justify-content:space-between;align-items:center;height:80px}.logo[data-astro-cid-jp2pq5zm]{font-size:1.7rem;font-weight:700;letter-spacing:.07em;color:#212121}nav[data-astro-cid-jp2pq5zm]{display:flex;gap:1.1rem;align-items:center}nav[data-astro-cid-jp2pq5zm] a[data-astro-cid-jp2pq5zm]{display:inline-flex;align-items:center;text-decoration:none;color:#1f1f1f;font-weight:600}.menu-toggle[data-astro-cid-jp2pq5zm]{display:none;font-size:1.8rem;cursor:pointer}@media(max-width:768px){.menu-toggle[data-astro-cid-jp2pq5zm]{display:block}nav[data-astro-cid-jp2pq5zm]{position:absolute;top:80px;right:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;padding:1rem 2rem;gap:1rem;display:none}nav[data-astro-cid-jp2pq5zm].active{display:flex}.logo[data-astro-cid-jp2pq5zm]{font-size:1.3rem}}.heading-h1{font-size:70px;font-weight:700;line-height:1.2em;color:#212121}@media(max-width:1024px){.heading-h1{font-size:50px}}@media(max-width:768px){.heading-h1{font-size:40px}}.heading-h2{font-size:40px;font-weight:700;line-height:1.2em;color:#212121}.heading-h3{font-size:26px;font-weight:600;line-height:1.2em;color:#4d4d4d}.heading-h4{font-size:22px;font-weight:600;line-height:1.2em;color:#4d4d4d}.heading-h5{font-size:18px;font-weight:600;line-height:1.2em;color:#4d4d4d}.heading-h6{font-size:16px;font-weight:600;line-height:1.2em;color:#4d4d4d}.section-subtitle{font-size:20px;line-height:1.4em;color:#4d4d4d}p{font-size:18px;line-height:1.4em;color:#6b6b6b}.overline{font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.btn_primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:600;background:#212121;color:#f5f5f5;position:relative;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 0 #00000059;animation:pulse-ring 1.9s ease-out infinite}.btn_primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000038;animation-play-state:paused}.btn_primary .btn-arrow{font-size:1rem;line-height:1;animation:arrow-nudge 1.2s ease-in-out infinite}.btn_secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:600;background:#f5f5f5;color:#2e2e2e;border:1px solid #3d3d3d;transition:transform .2s ease,box-shadow .2s ease}.btn_secondary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000002e}.btn_secondary .btn-arrow{font-size:1rem;line-height:1;animation:arrow-nudge 1.2s ease-in-out infinite}.nav-cta{background:#212121;color:#f5f5f5!important;padding:.5rem .9rem;border-radius:999px;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 16px #0003}.nav-cta:before{content:"";position:absolute;top:0;left:-140%;width:120%;height:100%;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.35) 50%,transparent 80%);animation:nav-cta-sheen 2.4s ease-in-out infinite}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000047}@keyframes pulse-ring{0%{box-shadow:0 0 #00000059,0 0 #0000002e}70%{box-shadow:0 0 0 10px #0000,0 0 0 18px #0000}to{box-shadow:0 0 #0000,0 0 #0000}}@keyframes arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@keyframes nav-cta-sheen{0%{left:-140%}to{left:140%}}:root{font-family:Manrope,Avenir Next,Segoe UI,sans-serif}html,body{margin:0;width:100%;min-height:100%;font-size:18px;line-height:1.4em}*{box-sizing:border-box;margin:0;padding:0}.padding-global{padding-left:5%;padding-right:5%}.padding-section{padding-top:5%;padding-bottom:5%}.container{max-width:1400px;margin:0 auto}.title-wrapper{display:flex;flex-direction:column;gap:5px}.section-dark{background-color:#212121}.section-dark h1,.section-dark h2{color:#fff}.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#e0e0e0}.section-dark p{color:#c7c7c7}
