.ups-page{padding-top:80px}.ups-hero{background:var(--background);padding:80px 0}.ups-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ups-hero h1{color:var(--foreground);margin:.5rem 0 1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.ups-hero-desc{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.ups-hero-usps{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem;display:grid}.ups-usp-item{align-items:flex-start;gap:.625rem;display:flex}.ups-usp-icon{background:var(--secondary-light);width:32px;min-width:32px;height:32px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.ups-usp-item strong{color:var(--foreground);margin-bottom:.125rem;font-size:.875rem;font-weight:600;display:block}.ups-usp-item span{color:var(--muted-foreground);font-size:.8125rem;line-height:1.4}.ups-hero-image-wrap{position:relative}.ups-hero-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:520px;box-shadow:var(--shadow-lg)}.ups-hero-buttons{gap:1rem;display:flex}.ups-btn-primary{background:var(--primary);min-width:180px;height:56px;color:var(--primary-foreground);border:2px solid var(--primary);border-radius:14px;justify-content:center;align-items:center;padding:0 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ups-btn-primary:hover{opacity:.9;box-shadow:0 4px 12px #0066cc4d}.ups-about{background:var(--background);padding:80px 0 60px}.ups-about .section-label{margin-bottom:1.5rem;display:block}.ups-about-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.ups-about h2{color:var(--foreground);margin:0 0 1.25rem;font-size:2.25rem;font-weight:700;line-height:1.2}.ups-about p{color:var(--muted-foreground);margin-bottom:1rem;font-size:1rem;line-height:1.7}.ups-about p strong{color:var(--foreground)}.ups-about-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:420px;box-shadow:var(--shadow-lg)}.ups-offers{background:var(--muted);padding:60px 0 80px}.ups-offers-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.ups-offers-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:360px;box-shadow:var(--shadow-md)}.ups-offers h2{color:var(--foreground);margin:.5rem 0 1.25rem;font-size:1.875rem;font-weight:700;line-height:1.2}.ups-section-subhead{color:var(--foreground);margin:1.5rem 0 .75rem;font-size:1.0625rem;font-weight:600}.ups-checklist{grid-template-columns:1fr 1fr;gap:.625rem;margin:1.5rem 0;display:grid}.ups-check-item{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;display:flex}.ups-check-icon{background:var(--secondary-light);width:28px;min-width:28px;height:28px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.ups-included{background:var(--muted);padding:80px 0}.section-subtitle{color:var(--muted-foreground);max-width:720px;margin-top:.5rem;font-size:1rem;line-height:1.7}.ups-included-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.ups-included-card{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .3s,border-color .3s}.ups-included-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.ups-included-icon{background:var(--primary-light);width:52px;height:52px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ups-included-card h3{color:var(--foreground);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.ups-included-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.ups-types{background:var(--background);padding:80px 0}.ups-types-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.ups-type-card{background:var(--muted);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem;transition:box-shadow .3s,border-color .3s}.ups-type-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.ups-type-icon{background:var(--primary-light);width:60px;height:60px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.ups-type-card h3{color:var(--foreground);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.ups-type-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.ups-brands{background:var(--muted);padding:80px 0}.ups-brands-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:2.5rem;display:flex}.ups-brand-logo-card{background:var(--background);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;width:140px;height:80px;padding:16px 20px;transition:box-shadow .3s,border-color .3s;display:flex}.ups-brand-logo-card:hover{box-shadow:var(--shadow);border-color:var(--primary)}.ups-brand-logo-card img{object-fit:contain;max-width:100%;max-height:100%}.ups-process{background:var(--background);padding:80px 0}.ups-process-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.ups-process-card{background:var(--muted);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .3s,border-color .3s;position:relative}.ups-process-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.ups-process-num{background:var(--primary);width:44px;height:44px;color:var(--primary-foreground);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700;display:inline-flex}.ups-process-card h3{color:var(--foreground);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.ups-process-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.ups-why{background:var(--muted);padding:80px 0}.ups-why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.ups-why-card{background:var(--background);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:box-shadow .3s,border-color .3s}.ups-why-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.ups-why-icon{background:var(--primary-light);width:52px;height:52px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ups-why-card h3{color:var(--foreground);margin-bottom:.625rem;font-size:1.0625rem;font-weight:600}.ups-why-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.ups-coverage{background:var(--background);padding:80px 0}.ups-coverage-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.ups-coverage-card{background:var(--muted);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:box-shadow .3s,border-color .3s}.ups-coverage-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.ups-coverage-region{color:var(--primary);align-items:center;gap:.625rem;margin-bottom:.75rem;display:flex}.ups-coverage-region h3{color:var(--foreground);margin:0;font-size:1.0625rem;font-weight:600}.ups-coverage-card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.7}.ups-faq{background:var(--muted);padding:80px 0}.ups-faq-grid{flex-direction:column;align-items:center;max-width:800px;margin:2.5rem auto 0;display:flex}.ups-accordion{flex-direction:column;gap:.75rem;display:flex}.ups-cta{background:var(--primary);padding:80px 0}.ups-cta-inner{text-align:center;max-width:640px;margin:0 auto}.ups-cta h2{color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.ups-cta p{color:#ffffffd9;margin-bottom:2rem;font-size:1.0625rem;line-height:1.7}.ups-btn-cta{min-width:240px;height:56px;color:var(--primary);background:#fff;border:2px solid #fff;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;padding:0 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ups-btn-cta:hover{color:#fff;background:0 0;box-shadow:0 4px 12px #0003}.ups-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.ups-reveal.from-left{transform:translate(-40px)}.ups-reveal.from-right{transform:translate(40px)}.ups-reveal.visible{opacity:1;transform:translate(0)}@media (width<=1024px){.ups-hero-grid,.ups-about-grid,.ups-offers-grid{grid-template-columns:1fr;gap:2.5rem}.ups-hero-image,.ups-about-image{height:400px;position:static}.ups-offers-image{height:320px}.ups-included-grid,.ups-why-grid,.ups-process-grid,.ups-types-grid,.ups-coverage-grid{grid-template-columns:repeat(2,1fr)}.ups-faq-grid{max-width:100%}}@media (width<=768px){.ups-page{padding-top:70px}.ups-hero h1{font-size:1.75rem}.ups-hero-image,.ups-about-image{height:320px}.ups-offers-image{height:240px}.ups-hero-usps,.ups-included-grid,.ups-why-grid,.ups-process-grid,.ups-types-grid,.ups-coverage-grid{grid-template-columns:1fr}}@media (width<=480px){.ups-about,.ups-offers{padding:60px 0}.ups-about h2{font-size:1.75rem}.ups-checklist{grid-template-columns:1fr}.ups-included,.ups-types,.ups-brands,.ups-process,.ups-why,.ups-coverage,.ups-faq,.ups-cta{padding:60px 0}.accordion-trigger{padding:1rem 1.25rem}.accordion-body{padding:0 1.25rem 1rem}}.ups-plans{background:var(--muted,#f5f7fa);padding:80px 0}.ups-plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.ups-plan{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:14px;flex-direction:column;padding:2rem 1.75rem;display:flex;position:relative}.ups-plan-featured{border-color:#2f7d18;box-shadow:0 10px 30px #2f7d181f}.ups-plan-badge{color:#fff;background:#2f7d18;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:1.75rem}.ups-plan h3{color:var(--foreground);font-size:1.35rem;font-weight:800}.ups-plan-tagline{color:var(--muted-foreground);margin-bottom:1rem;font-size:.9rem}.ups-plan-price{color:#2f7d18;margin-bottom:1.25rem;font-size:1.5rem;font-weight:800}.ups-plan ul{flex-direction:column;flex:1;gap:.6rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.ups-plan li{color:#33384a;padding-left:1.5rem;font-size:.95rem;line-height:1.4;position:relative}.ups-plan li:before{content:"✓";color:#2f7d18;font-weight:700;position:absolute;left:0}.ups-plan-cta{color:#fff;background:#2f7d18;border-radius:8px;justify-content:center;align-items:center;height:44px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.ups-plan-cta:hover{background:#276813}.ups-plans-note{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.85rem}
