@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#f97316;--primary-light:#fb923c;--primary-lighter:#fdba74;--primary-dark:#ea580c;--primary-darker:#c2410c;--accent:#fff7ed;--accent-dark:#ffedd5;--text-primary:#1f2937;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-light:#fff;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--gradient-primary:linear-gradient(135deg,#f97316 0%,#ea580c 100%);--gradient-light:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);--gradient-hero:linear-gradient(135deg,#fff7ed 0%,#fff 50%,#fff7ed 100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-orange:0 10px 40px -10px #f973164d;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--container-padding:1.5rem;--section-padding:5rem;--transition-fast:.15s ease;--transition-normal:.3s ease;--transition-slow:.5s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1280px;padding:0 var(--container-padding);margin:0 auto}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.75rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{color:var(--text-secondary)}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section{padding:var(--section-padding)0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem}.section-header p{max-width:600px;margin:0 auto;font-size:1.125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-float{animation:3s ease-in-out infinite float}.glass{-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background-color:var(--primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
.Header-module__Af2_WG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);transition:all var(--transition-normal);background:#fffffff2;border-bottom:1px solid #f973161a;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__Af2_WG__logoIcon{background:var(--gradient-primary);border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Header-module__Af2_WG__logoText{flex-direction:column;display:flex}.Header-module__Af2_WG__logoTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.2}.Header-module__Af2_WG__logoSubtitle{color:var(--text-muted);font-size:.7rem;font-weight:400}.Header-module__Af2_WG__nav{align-items:center;gap:.5rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.95rem;font-weight:500}.Header-module__Af2_WG__navLink:hover{color:var(--primary);background:var(--accent)}.Header-module__Af2_WG__menuButton{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:none}.Header-module__Af2_WG__menuButton:hover{background:var(--accent);color:var(--primary)}@media (max-width:1024px){.Header-module__Af2_WG__nav{transition:transform var(--transition-normal);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;padding-top:2rem;position:fixed;inset:80px 0 0;transform:translate(100%)}.Header-module__Af2_WG__navOpen{transform:translate(0)}.Header-module__Af2_WG__navLink{padding:1rem 2rem;font-size:1.125rem}.Header-module__Af2_WG__menuButton{display:flex}}@media (max-width:640px){.Header-module__Af2_WG__logoSubtitle{display:none}.Header-module__Af2_WG__logoTitle{font-size:1rem}.Header-module__Af2_WG__logoIcon{width:40px;height:40px}.Header-module__Af2_WG__container{height:70px}.Header-module__Af2_WG__nav{top:70px}}
.Footer-module__EZoWya__footer{background:var(--text-primary);color:#fff}.Footer-module__EZoWya__topSection{padding:4rem 0}.Footer-module__EZoWya__grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.Footer-module__EZoWya__logo{align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.Footer-module__EZoWya__logoIcon{background:var(--gradient-primary);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Footer-module__EZoWya__logoTitle{color:#fff;margin:0;font-size:1.125rem;font-weight:700}.Footer-module__EZoWya__logoSubtitle{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.Footer-module__EZoWya__description{color:#9ca3af;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.Footer-module__EZoWya__socialLinks{gap:.75rem;display:flex}.Footer-module__EZoWya__socialLink{border-radius:var(--radius-md);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--primary);transform:translateY(-3px)}.Footer-module__EZoWya__columnTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600;position:relative}.Footer-module__EZoWya__columnTitle:after{content:"";background:var(--primary);border-radius:var(--radius-full);width:40px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__EZoWya__linkList{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__linkList li{margin-bottom:.75rem}.Footer-module__EZoWya__link{color:#9ca3af;transition:all var(--transition-fast);align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.Footer-module__EZoWya__link:hover{color:var(--primary);transform:translate(5px)}.Footer-module__EZoWya__contactList{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__contactItem{color:#9ca3af;gap:.75rem;margin-bottom:1rem;font-size:.85rem;line-height:1.6;display:flex}.Footer-module__EZoWya__contactIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.Footer-module__EZoWya__bottomSection{background:#0003;padding:1.5rem 0}.Footer-module__EZoWya__bottomContent{color:#9ca3af;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.Footer-module__EZoWya__bottomContent a{color:var(--primary);transition:color var(--transition-fast)}.Footer-module__EZoWya__bottomContent a:hover{color:var(--primary-light)}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__bottomContent{text-align:center;flex-direction:column;gap:.5rem}}
