.trust-badges-section{background-color:var(--color-surface);border-bottom:1px solid #0000000d;padding:2.5rem 0}[data-theme=dark] .trust-badges-section{background-color:var(--color-surface);border-bottom:1px solid #ffffff0d}.trust-badges-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.trust-badges-grid{grid-template-columns:repeat(4,1fr)}}.trust-badge-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #00000005;align-items:center;gap:1rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}[data-theme=dark] .trust-badge-card{background:var(--color-dark-blue-light);border:1px solid #ffffff05}.trust-badge-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.trust-badge-icon{width:44px;height:44px;color:var(--color-orange);background-color:#ff7a001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-badge-info{flex-direction:column;display:flex}.trust-badge-title{color:var(--color-dark-blue);font-size:1.05rem;font-weight:700}[data-theme=dark] .trust-badge-title{color:#fff}.trust-badge-desc{color:var(--color-text-muted);font-size:.85rem}.spec-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.spec-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000008;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}[data-theme=dark] .spec-card{background:var(--color-dark-blue-light);border:1px solid #ffffff08}.spec-card:hover{box-shadow:var(--shadow-md);transform:translateY(-8px)}.spec-card-img-wrapper{width:100%;height:220px;position:relative;overflow:hidden}.spec-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.spec-card:hover .spec-card-img{transform:scale(1.08)}.spec-card-badge{background-color:var(--color-orange);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;z-index:2;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.spec-card-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.spec-card-title{color:var(--color-dark-blue);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}[data-theme=dark] .spec-card-title{color:#fff}.spec-card-desc{color:var(--color-text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.spec-card-cta{color:var(--color-purple);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.spec-card:hover .spec-card-cta{color:var(--color-orange);padding-left:4px}.why-us-section{background-color:#fff}[data-theme=dark] .why-us-section{background-color:var(--color-bg)}.why-us-wrapper{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.why-us-wrapper{grid-template-columns:1fr 1.2fr}}.why-us-intro{flex-direction:column;gap:1.25rem;display:flex}.why-us-tag{color:var(--color-orange);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700;display:inline-block}.why-us-title{color:var(--color-dark-blue);font-size:2.8rem;line-height:1.15}[data-theme=dark] .why-us-title{color:#fff}.why-us-intro-desc{color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}.why-us-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:576px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}.why-us-item{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid #00000005;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex}[data-theme=dark] .why-us-item{background:var(--color-dark-blue-light);border:1px solid #ffffff05}.why-us-item:hover{transform:translateY(-2px)}.why-us-item-icon{width:24px;height:24px;color:var(--color-purple);flex-shrink:0;margin-top:.2rem}.why-us-item-content{flex-direction:column;gap:.35rem;display:flex}.why-us-item-title{color:var(--color-dark-blue);font-size:1.1rem;font-weight:700}[data-theme=dark] .why-us-item-title{color:#fff}.why-us-item-desc{color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.b2b-section{background-color:var(--color-surface)}[data-theme=dark] .b2b-section{background-color:var(--color-bg)}.b2b-banner{background:linear-gradient(135deg, var(--color-dark-blue), var(--color-dark-blue-light));border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);border:1px solid #ffffff0d;grid-template-columns:1fr;align-items:center;gap:3rem;padding:3rem 2rem;display:grid;position:relative;overflow:hidden}@media (min-width:992px){.b2b-banner{grid-template-columns:1.2fr 1fr;padding:5rem 4rem}}.b2b-content{z-index:2;flex-direction:column;gap:1.5rem;display:flex}.b2b-badge{border:1px solid var(--color-orange);color:var(--color-orange-light);text-transform:uppercase;letter-spacing:1px;background-color:#ff7a0026;border-radius:30px;width:fit-content;padding:.4rem 1rem;font-size:.8rem;font-weight:700}.b2b-title{color:#fff;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.b2b-desc{color:#ffffffd9;font-size:1.15rem;line-height:1.6}.b2b-checklist{flex-direction:column;gap:1rem;display:flex}.b2b-check-item{align-items:center;gap:.75rem;font-size:1.05rem;display:flex}.b2b-check-icon{width:22px;height:22px;color:var(--color-orange);flex-shrink:0}.b2b-actions{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);z-index:2;text-align:center;background-color:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.b2b-action-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.b2b-action-desc{color:#ffffffbf;max-width:320px;margin-bottom:2rem;font-size:.95rem}.zones-section{background-color:#fff}[data-theme=dark] .zones-section{background-color:var(--color-surface)}.zones-list-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;display:grid}@media (min-width:768px){.zones-list-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.zones-list-grid{grid-template-columns:repeat(6,1fr)}}.zone-item-card{background:var(--color-surface);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid #00000005;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;transition:all .3s;display:flex}[data-theme=dark] .zone-item-card{background:var(--color-dark-blue-light);border:1px solid #ffffff05}.zone-item-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-orange);transform:translateY(-5px)}.zone-item-icon{width:32px;height:32px;color:var(--color-orange);margin-bottom:1rem;transition:transform .3s}.zone-item-card:hover .zone-item-icon{transform:scale(1.15)}.zone-item-name{color:var(--color-dark-blue);font-size:1.1rem;font-weight:700}[data-theme=dark] .zone-item-name{color:#fff}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.review-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000005;flex-direction:column;gap:1.5rem;height:100%;padding:2.5rem 2rem;transition:transform .3s;display:flex}[data-theme=dark] .review-card{background:var(--color-dark-blue-light);border:1px solid #ffffff05}.review-card:hover{transform:translateY(-4px)}.review-header{justify-content:space-between;align-items:center;display:flex}.review-stars{color:#ffc107;gap:.2rem;display:flex}.review-badge-google{width:24px;height:24px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:3px;display:flex}.review-text{color:var(--color-text);flex-grow:1;font-size:1rem;font-style:italic;line-height:1.6}.review-author{align-items:center;gap:1rem;display:flex}.review-avatar{object-fit:cover;background-color:var(--color-purple-light);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.review-author-info{flex-direction:column;gap:.15rem;display:flex}.review-author-name{color:var(--color-dark-blue);font-size:1rem;font-weight:700}[data-theme=dark] .review-author-name{color:#fff}.review-verified{color:#10b981;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.how-works-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem;display:grid}.how-works-item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.how-works-circle{background-color:var(--color-purple);color:#fff;border:4px solid var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 8px 16px #6e56cf40}.how-works-item-title{color:var(--color-dark-blue);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}[data-theme=dark] .how-works-item-title{color:#fff}.how-works-item-desc{color:var(--color-text-muted);max-width:280px;font-size:.95rem;line-height:1.6}.gallery-section{background-color:var(--color-surface)}[data-theme=dark] .gallery-section{background-color:var(--color-bg)}.gallery-photos-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:3rem;display:grid}@media (min-width:768px){.gallery-photos-grid{grid-template-columns:repeat(3,1fr)}}.gallery-photo-card{border-radius:var(--radius-md);height:250px;box-shadow:var(--shadow-sm);border:1px solid #0000000d;position:relative;overflow:hidden}.gallery-photo-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-photo-card:hover .gallery-photo-img{transform:scale(1.08)}.gallery-photo-overlay{color:#fff;opacity:.9;background:linear-gradient(#070b1400,#070b14f2);width:100%;padding:1.5rem 1.25rem 1rem;transition:opacity .3s;position:absolute;bottom:0;left:0}.gallery-photo-card:hover .gallery-photo-overlay{opacity:1}.gallery-photo-title{color:#fff;margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.gallery-photo-desc{color:#fffc;font-size:.8rem}@media (min-width:992px){.location-grid{grid-template-columns:1fr 1.3fr!important}}
