:root{--av-orange:#F59E0B;--av-orange-dark:#d68a0a;--av-dark:#2C3E46;--av-darker:#1a262c;--av-gray:#6B7280;--av-light:#f9fafb;--av-white:#ffffff}.custom-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.custom-btn-primary{display:inline-flex;align-items:center;gap:8px;background-color:var(--av-orange);color:#fff;padding:12px 32px;border-radius:6px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background-color 0.2s ease}.custom-btn-primary:hover{background-color:var(--av-orange-dark);color:#fff;text-decoration:none}.custom-btn-outline-white{display:inline-flex;align-items:center;gap:8px;background-color:transparent;color:#fff;padding:12px 32px;border-radius:6px;font-weight:600;text-decoration:none;border:2px solid #fff;cursor:pointer;transition:background-color 0.2s ease,color 0.2s ease}.custom-btn-outline-white:hover{background-color:#fff;color:var(--av-dark);text-decoration:none}.custom-btn-white{display:inline-flex;align-items:center;gap:8px;background-color:#fff;color:var(--av-orange);padding:12px 32px;border-radius:6px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background-color 0.2s ease}.custom-btn-white:hover{background-color:#f3f4f6;color:var(--av-orange);text-decoration:none}.custom-hero-dark{background:linear-gradient(135deg,var(--av-dark) 0%,var(--av-darker) 100%);color:#fff;padding:80px 0}.custom-cta-orange{background-color:var(--av-orange);color:#fff;padding:64px 0;text-align:center}.custom-section{padding:80px 0}.custom-section-light{padding:80px 0;background-color:var(--av-light)}.custom-section-white{padding:80px 0;background-color:var(--av-white)}.custom-section-title{color:var(--av-dark);margin-bottom:16px}.custom-section-subtitle{color:var(--av-gray);max-width:640px;margin:0 auto}.custom-text-center{text-align:center}.custom-text-orange{color:var(--av-orange)}.custom-check-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.custom-check-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px;color:var(--av-orange)}.custom-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);overflow:hidden}.custom-card-body{padding:24px}.custom-card img{width:100%;height:200px;object-fit:cover;display:block}.custom-grid-2{display:grid;grid-template-columns:1fr;gap:32px}.custom-grid-3{display:grid;grid-template-columns:1fr;gap:32px}.custom-grid-4{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.custom-grid-2{grid-template-columns:repeat(2,1fr)}.custom-grid-3{grid-template-columns:repeat(2,1fr)}.custom-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.custom-grid-3{grid-template-columns:repeat(3,1fr)}.custom-grid-4{grid-template-columns:repeat(4,1fr)}}