*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#e65100;--primary-foreground:#fff;--background:#faf9f7;--foreground:#1c1917;--muted:#f5f5f4;--muted-foreground:#78716c;--card:#fff;--card-foreground:#1c1917;--border:#e7e5e4;--secondary:#f5f5f4;--destructive:#dc2626}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf9f7cc;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav-logo{align-items:center;gap:.75rem;min-width:0;display:flex}.logo-icon{background:var(--primary);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;overflow:hidden}.logo-icon svg{fill:#fff;width:24px;height:24px;display:block}.nav-logo span{text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:600;overflow:hidden}@media (width<=640px){.logo-icon{border-radius:.375rem;width:2rem;height:2rem}.logo-icon img{width:90%;height:90%}.nav-logo span{font-size:.95rem}}.nav-links{gap:2rem;display:none}.nav-links a{color:var(--muted-foreground);font-size:1rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--foreground)}.nav-cta{background:var(--primary);color:#fff;border-radius:.5rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s;display:none}.nav-cta:hover{background:#d84a00}.hamburger-btn{cursor:pointer;z-index:51;background:0 0;border:none;flex-direction:column;gap:.4rem;padding:.5rem;display:flex}.hamburger-btn span{background:var(--foreground);width:24px;height:2px;transition:all .3s}.hamburger-btn.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.mobile-menu{background:var(--background);border-bottom:1px solid var(--border);z-index:49;flex-direction:column;gap:1rem;max-height:calc(100vh - 70px);padding:1.5rem;display:none;position:fixed;top:70px;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.mobile-menu.active{display:flex}.mobile-menu a{color:var(--foreground);border-bottom:1px solid var(--border);padding:.75rem 0;font-weight:500;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--primary)}.mobile-menu a.nav-cta-mobile{background:var(--primary);color:#fff;text-align:center;border:none;border-radius:.5rem;padding:.75rem 1rem}@media (width>=768px){.nav-links,.nav-cta{display:flex}.hamburger-btn,.mobile-menu{display:none!important}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#d97706 0%,#ea580c 50%,#c2410c 100%) 50%/cover;position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(#0009,#0006,#000000b3);position:absolute;inset:0}.hero-content{z-index:10;text-align:center;color:#fff;padding:2rem;position:relative}.hero-subtitle{opacity:.9;letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.entity-link{color:inherit;border-bottom:1px solid #0000;text-decoration:none;transition:color .2s}.entity-link:hover{color:var(--primary);border-bottom-color:currentColor}.hero .entity-link:hover{color:#ffcc80}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,10vw,7rem);font-weight:800;line-height:1.1}.hero-description{opacity:.9;max-width:56rem;margin:0 auto 2rem;font-size:2rem;line-height:1.5}.hero-buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (width>=640px){.hero-buttons{flex-direction:row}}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#d84a00}.btn-outline{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.btn-outline:hover{background:#fff3}.scroll-indicator{animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator div{border:2px solid #ffffff80;border-radius:20px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex}.scroll-indicator div:after{content:"";background:#ffffffb3;border-radius:2px;width:4px;height:8px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}section{padding:6rem 0}@media (width>=768px){section{padding:8rem 0}}.section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.section-subtitle{color:var(--muted-foreground);max-width:56rem;margin:0 auto;font-size:1.75rem;line-height:1.5}.text-center{text-align:center}.about-section{background:var(--background)}.about-grid{align-items:center;gap:3rem;display:grid}@media (width>=768px){.about-grid{grid-template-columns:1fr 1fr}}.about-content p{margin-bottom:2rem;font-size:1.75rem;line-height:1.6}.about-content p.muted{color:var(--muted-foreground)}.highlight-box{border:1px solid var(--border);background:#e651000d;border-radius:1rem;padding:2rem}.highlight-box p{margin:0;font-weight:500}.about-image{position:relative}.about-image img{border-radius:1.5rem;width:100%;box-shadow:0 25px 50px -12px #00000040}.fast-track-badge{background:var(--primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:1rem;padding:1.5rem;transition:all .3s;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 10px 25px #e651004d}.fast-track-badge:hover{transform:translateY(-4px);box-shadow:0 15px 35px #e6510066}.fast-track-badge svg{width:32px;height:32px;margin-bottom:.5rem}.fast-track-badge p{margin:0}.fast-track-badge .label{font-weight:600}.fast-track-badge .sublabel{opacity:.9;font-size:.875rem}.services-section{background:#f5f5f480}.services-grid{gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--card);border-radius:1rem;padding:2rem;transition:box-shadow .3s;box-shadow:0 4px 6px -1px #0000001a}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a}.service-icon{background:#e651001a;border-radius:1rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.service-icon svg{width:28px;height:28px;stroke:var(--primary);fill:none;stroke-width:2px}.service-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-card p{color:var(--muted-foreground);line-height:1.7}.mission-section{background:var(--foreground);color:var(--background)}.mission-content{text-align:center;max-width:64rem;margin:0 auto}.mission-description{opacity:.9;margin-bottom:4rem;font-size:2rem;line-height:1.6}.mission-cards{gap:1.5rem;display:grid}@media (width>=640px){.mission-cards{grid-template-columns:repeat(2,1fr)}}.mission-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:1rem;padding:2rem}.mission-card svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:40px;height:40px;margin-bottom:1rem}.mission-card h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.mission-card p{opacity:.9;font-size:1.125rem;line-height:1.6}.why-sa-section{background:var(--background)}.why-sa-grid{align-items:center;gap:4rem;display:grid}@media (width>=1024px){.why-sa-grid{grid-template-columns:1fr 1fr}}.benefit-item{gap:1.5rem;margin-bottom:2rem;display:flex}.benefit-icon{background:#e651001a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.benefit-icon svg{width:28px;height:28px;stroke:var(--primary);fill:none;stroke-width:2px}.benefit-content h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.benefit-content p{color:var(--muted-foreground);font-size:1.25rem;line-height:1.6}.why-sa-image img{border-radius:1.5rem;width:100%;box-shadow:0 25px 50px -12px #00000040}.safari-section{background:#f5f5f480}.safari-grid{gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.safari-grid{grid-template-columns:repeat(2,1fr)}}.safari-card{border-radius:1.5rem;height:400px;position:relative;overflow:hidden}.safari-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.safari-card:hover img{transform:scale(1.05)}.safari-card-overlay{background:linear-gradient(#0000,#000c);position:absolute;inset:0}.safari-card-content{color:#fff;position:absolute;bottom:2rem;left:2rem;right:2rem}.safari-card-content h3{margin-bottom:.75rem;font-size:2rem;font-weight:700}.safari-card-content p{opacity:.9;font-size:1.25rem}.cost-section{background:#e651000d}.cost-content{max-width:64rem;margin:0 auto}.cost-card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}@media (width>=768px){.cost-card{padding:4rem}}.cost-card p{margin-bottom:2rem;font-size:1.75rem;line-height:1.6}.cost-card p.muted{color:var(--muted-foreground)}.cost-highlight{background:#e651001a;border-radius:1rem;margin-top:3rem;padding:2rem}.cost-highlight p{color:var(--primary);margin:0;font-weight:600}.faq-section{background:var(--background)}.faq-container{max-width:56rem;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);margin-bottom:1rem}.faq-item:last-child{border-bottom:none}.faq-item summary{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.25rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:1.5rem;font-weight:400;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item div{color:var(--muted-foreground);padding-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.contact-section{background:var(--background)}.contact-form-container{max-width:50rem;margin:0 auto}.contact-card{background:var(--card);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}@media (width>=768px){.contact-card{padding:3rem}}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:1rem;font-weight:500;line-height:1.4;display:block}.form-group label .required{color:var(--destructive)}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email],.form-group textarea,.form-select{border:1px solid var(--border);background-color:#fff;border-radius:.5rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #e651001a}.form-group textarea{resize:vertical;min-height:128px}.question-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.question-section:last-of-type{border-bottom:none}.question-section h4{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.section-desc{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.95rem;font-style:italic}.checkbox-group{flex-direction:column;gap:.75rem;margin-top:.75rem;padding-left:.5rem;display:flex}.checkbox-label{cursor:pointer;align-items:flex-start;gap:.75rem;font-size:1rem;display:flex}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--primary);flex-shrink:0;margin-top:.2rem}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.form-header p.subtitle{color:var(--primary);margin-bottom:1rem;font-size:1.125rem;font-weight:500}.form-header p.small{color:var(--muted-foreground);font-size:.95rem;line-height:1.5}.form-footer-note{background:var(--secondary);color:var(--muted-foreground);border-left:4px solid var(--primary);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;font-size:.95rem;line-height:1.6}.btn-submit{width:100%;padding:1rem;font-size:1.125rem}.success-message{text-align:center;padding:3rem}.success-icon{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.success-icon svg{stroke:#16a34a;fill:none;stroke-width:2px;width:40px;height:40px}.success-message h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.success-message p{color:var(--muted-foreground);margin-bottom:1.5rem}footer{background:var(--foreground);color:var(--background);padding:4rem 0}.footer-grid{gap:3rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-brand .logo-icon{width:48px;height:48px}.footer-brand .logo-icon svg{width:28px;height:28px}.footer-brand-text span{display:block}.footer-brand-text .name{font-size:1.25rem;font-weight:700}.footer-brand-text .tagline{opacity:.7;font-size:.875rem}.footer-description{opacity:.7;max-width:28rem;line-height:1.7}.footer-section h4{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:inherit;opacity:.7;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-contact li{align-items:center;gap:.5rem;display:flex}.footer-contact svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding-top:2rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{opacity:.5;font-size:.875rem}.hidden{display:none}.toast{background:var(--foreground);color:var(--background);z-index:100;opacity:0;border-radius:.5rem;padding:1rem 1.5rem;transition:all .3s;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 10px 25px #0003}.toast.show{opacity:1;transform:translateY(0)}.toast.success{background:#16a34a}.toast.error{background:#dc2626}.scroll-to-top{background:var(--primary);color:#fff;cursor:pointer;z-index:40;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:none;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #e651004d}.scroll-to-top:hover{background:#d84a00;transform:translateY(-2px);box-shadow:0 6px 16px #e6510066}.scroll-to-top.show{display:flex}.scroll-to-top svg{width:1.5rem;height:1.5rem}@media (width<=640px){.scroll-to-top{width:2.5rem;height:2.5rem;bottom:1.5rem;right:1.5rem}.scroll-to-top svg{width:1.25rem;height:1.25rem}}
