@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:var(--white);box-shadow:var(--shadow-sm);left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{justify-content:space-between;padding:var(--space-md) var(--space-lg)}.header-container,.logo{align-items:center;display:flex}.logo{text-decoration:none}.logo-image{height:50px;object-fit:contain;width:auto}.nav-list{align-items:center;display:flex;gap:var(--space-xl);list-style:none}.nav-list a{color:var(--gray-700);font-weight:500;transition:color var(--transition-fast)}.nav-list a.active,.nav-list a:hover{color:var(--skybird-primary)}.nav-list a.active{font-weight:600}.nav-cta{padding:var(--space-sm) var(--space-lg)!important}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:var(--space-sm)}.menu-toggle span{background-color:var(--gray-700);border-radius:2px;display:block;height:3px;transition:all var(--transition-fast);width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.menu-toggle{display:flex}.nav{background-color:var(--white);box-shadow:var(--shadow-lg);left:0;opacity:0;padding:var(--space-lg);position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all var(--transition-normal);visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:var(--space-lg)}.nav-cta{text-align:center;width:100%}}.footer{background:var(--skybird-darker);color:var(--white);padding:var(--space-3xl) 0 var(--space-xl)}.footer-content{grid-gap:var(--space-3xl);display:grid;gap:var(--space-3xl);grid-template-columns:1.5fr 2fr;margin-bottom:var(--space-2xl)}.footer-logo{display:inline-block;margin-bottom:var(--space-md)}.footer-logo-image{filter:brightness(0) invert(1);height:60px;object-fit:contain;width:auto}.footer-tagline{color:var(--gray-300);margin-bottom:var(--space-lg);max-width:300px}.social-links{gap:var(--space-md)}.social-links a{background:#ffffff1a;height:40px;width:40px}.social-links svg{fill:var(--white)}.footer-links{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(3,1fr)}.footer-column h4{color:var(--white);font-size:1rem;margin-bottom:var(--space-md)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:var(--space-sm)}.footer-column a{color:var(--gray-300);font-size:.95rem;transition:color var(--transition-fast)}.footer-column a:hover{color:var(--skybird-light)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:var(--space-xl);text-align:center}.footer-bottom p{color:var(--gray-400);font-size:.9rem;margin-bottom:var(--space-xs)}.footer-florida{color:var(--gray-500)!important;font-size:.85rem!important}@media (max-width:992px){.footer-content{gap:var(--space-2xl);grid-template-columns:1fr}}@media (max-width:576px){.footer-links{gap:var(--space-lg);grid-template-columns:1fr 1fr}.footer-links .footer-column:last-child{grid-column:span 2}}.hero{align-items:center;display:flex;min-height:90vh;overflow:hidden;padding-top:80px;position:relative}.hero-bg{background:linear-gradient(135deg,var(--skybird-darker) 0,var(--skybird-primary) 50%,var(--skybird-dark) 100%)}.hero-bg,.hero-bg:before{inset:0;position:absolute}.hero-bg:before{background:radial-gradient(circle at 70% 30%,#ffffff1a 0,#0000 50%);content:""}.hero-content{color:var(--white);margin:0 auto;max-width:900px;padding:var(--space-3xl) var(--space-lg);position:relative;text-align:center}.hero h1{color:var(--white);font-size:3.5rem;line-height:1.15;margin-bottom:var(--space-lg)}.hero-subtitle{font-size:1.35rem;line-height:1.7;margin-bottom:var(--space-xl);margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.btn-outline{background:#0000;border:2px solid var(--white);color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--skybird-primary)}.hero-wave{bottom:0;left:0;line-height:0;position:absolute;right:0}.hero-wave svg{height:120px;width:100%}.section-header{margin-bottom:var(--space-3xl);text-align:center}.section-header h2{color:var(--skybird-darker);margin-bottom:var(--space-md)}.section-header p{color:var(--gray-600);font-size:1.15rem;margin:0 auto;max-width:600px}.what-we-do{background:var(--white)}.feature-card{background:var(--gray-100);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;transition:all var(--transition-normal)}.feature-card:hover{background:var(--skybird-pale);transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,var(--skybird-primary),var(--skybird-dark));border-radius:var(--radius-lg);display:flex;height:70px;justify-content:center;margin:0 auto var(--space-lg);width:70px}.feature-icon svg{stroke:var(--white);height:35px;width:35px}.feature-card h3{color:var(--skybird-darker);margin-bottom:var(--space-sm)}.feature-card p{color:var(--gray-600);line-height:1.7;margin:0}.our-focus{background:var(--gray-100)}.focus-content{grid-gap:var(--space-3xl);align-items:center;display:grid;gap:var(--space-3xl);grid-template-columns:1.5fr 1fr}.focus-text h2{color:var(--skybird-darker)}.focus-text h2,.focus-text p{margin-bottom:var(--space-lg)}.focus-text p{color:var(--gray-600);font-size:1.1rem;line-height:1.8}.focus-stats{display:flex;flex-direction:column;gap:var(--space-lg)}.stat-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-xl);text-align:center}.stat-number{color:var(--skybird-primary);display:block;font-size:3rem;font-weight:700}.stat-label{color:var(--gray-600);font-size:.95rem}.why-skybird{background:var(--white)}.why-grid{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.why-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-normal)}.why-card:hover{border-color:var(--skybird-primary);box-shadow:var(--shadow-lg)}.why-card h3{color:var(--skybird-darker);font-size:1.25rem;margin-bottom:var(--space-sm)}.why-card p{color:var(--gray-600);line-height:1.7;margin:0}.cta-section{background:linear-gradient(135deg,var(--skybird-darker) 0,var(--skybird-primary) 100%);color:var(--white)}.cta-content{margin:0 auto;max-width:700px;text-align:center}.cta-content h2{color:var(--white);margin-bottom:var(--space-md)}.cta-content p{font-size:1.15rem;margin-bottom:var(--space-xl);opacity:.9}@media (max-width:992px){.hero h1{font-size:2.5rem}.focus-content{grid-template-columns:1fr}.focus-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.stat-card{flex:1 1;min-width:150px}}@media (max-width:576px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr}}.page-header{background:linear-gradient(135deg,var(--skybird-darker) 0,var(--skybird-primary) 100%);color:var(--white);padding:calc(80px + var(--space-3xl)) 0 var(--space-3xl);text-align:center}.page-header h1{color:var(--white);margin-bottom:var(--space-md)}.page-header p{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.our-story{background:var(--white)}.story-content{grid-gap:var(--space-3xl);align-items:center;display:grid;gap:var(--space-3xl);grid-template-columns:1.5fr 1fr}.story-text h2{color:var(--skybird-darker)}.story-text h2,.story-text p{margin-bottom:var(--space-lg)}.story-text p{color:var(--gray-600);font-size:1.1rem;line-height:1.8}.image-placeholder,.story-image{display:flex;justify-content:center}.image-placeholder{align-items:center;background:linear-gradient(135deg,var(--skybird-primary),var(--skybird-dark));border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);height:300px;width:300px}.image-placeholder span{color:var(--white);font-size:8rem;font-weight:700;opacity:.3}.mission-vision{background:var(--gray-100)}.mv-grid{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.mv-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-2xl);text-align:center}.mv-icon{align-items:center;background:linear-gradient(135deg,var(--skybird-pale),var(--skybird-lighter));border-radius:var(--radius-full);display:flex;height:80px;justify-content:center;margin:0 auto var(--space-lg);width:80px}.mv-icon svg{stroke:var(--skybird-primary);height:40px;width:40px}.mv-card h3{color:var(--skybird-darker);margin-bottom:var(--space-md)}.mv-card p{color:var(--gray-600);line-height:1.7;margin:0}.team-section{background:var(--white)}.team-grid{grid-gap:var(--space-2xl)}.team-card,.team-grid{display:grid;gap:var(--space-2xl)}.team-card{grid-gap:var(--space-2xl);background:var(--gray-100);grid-template-columns:auto 1fr;padding:var(--space-2xl)}.team-avatar,.team-card{border-radius:var(--radius-lg)}.team-avatar{align-items:center;background:linear-gradient(135deg,var(--skybird-primary),var(--skybird-dark));display:flex;flex-shrink:0;height:150px;justify-content:center;width:150px}.team-avatar span{color:var(--white);font-size:3rem;font-weight:700}.team-info h3{color:var(--gray-900);margin-bottom:var(--space-xs)}.team-role{color:var(--skybird-primary);font-size:1.1rem;font-weight:600;margin-bottom:var(--space-lg)}.team-bio p{color:var(--gray-600);line-height:1.8;margin-bottom:var(--space-md)}.team-bio p:last-child{margin-bottom:0}.values-section{background:var(--gray-100)}.values-grid{grid-gap:var(--space-lg);display:grid;gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:var(--white);border-left:4px solid var(--skybird-primary);border-radius:var(--radius-lg);padding:var(--space-xl)}.value-card h4{color:var(--skybird-darker);margin-bottom:var(--space-sm)}.value-card p{color:var(--gray-600);line-height:1.6;margin:0}.about-cta{background:linear-gradient(135deg,var(--skybird-darker) 0,var(--skybird-primary) 100%);color:var(--white)}.about-cta .cta-content{margin:0 auto;max-width:600px;text-align:center}.about-cta h2{color:var(--white);margin-bottom:var(--space-md)}.about-cta p{font-size:1.15rem;margin-bottom:var(--space-xl);opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}@media (max-width:992px){.story-content{grid-template-columns:1fr}.story-image{order:-1}.image-placeholder{height:200px;width:200px}.image-placeholder span{font-size:5rem}.team-card{grid-template-columns:1fr;text-align:center}.team-avatar{margin:0 auto}.team-bio p{text-align:left}}@media (max-width:576px){.mv-grid{grid-template-columns:1fr}}.products-intro{background:var(--white);text-align:center}.intro-content{margin:0 auto;max-width:700px}.intro-content h2{color:var(--skybird-darker);margin-bottom:var(--space-lg)}.intro-content>p{color:var(--gray-600);font-size:1.15rem;line-height:1.8;margin-bottom:var(--space-xl)}.trial-badge{align-items:center;background:var(--skybird-pale);border-radius:var(--radius-full);color:var(--skybird-darker);display:inline-flex;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg)}.badge-icon svg{stroke:var(--skybird-primary);height:20px;width:20px}.trial-badge strong{color:var(--skybird-primary)}.products-grid-section{background:var(--gray-100)}.products-grid{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;padding:var(--space-2xl);transition:all var(--transition-normal)}.product-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.product-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:var(--space-lg)}.product-icon{align-items:center;background:linear-gradient(135deg,var(--product-color),color-mix(in srgb,var(--product-color) 70%,#000));border-radius:var(--radius-md);display:flex;height:60px;justify-content:center;width:60px}.product-icon svg{stroke:var(--white);height:30px;width:30px}.availability-badge{border-radius:var(--radius-full);font-size:.75rem;font-weight:600;padding:var(--space-xs) var(--space-sm)}.availability-badge.available{background:#dcfce7;color:#166534}.availability-badge.coming-soon{background:#fef3c7;color:#92400e}.product-card h3{color:var(--gray-900);margin-bottom:var(--space-xs)}.product-tagline{color:var(--product-color);font-weight:500;margin-bottom:var(--space-md)}.product-description{color:var(--gray-600);flex-grow:1;line-height:1.7;margin-bottom:var(--space-lg)}.product-features{list-style:none;margin-bottom:var(--space-xl)}.product-features li{align-items:center;color:var(--gray-700);display:flex;font-size:.95rem;gap:var(--space-sm);margin-bottom:var(--space-sm)}.product-features svg{fill:var(--success);flex-shrink:0;height:16px;width:16px}.product-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.product-actions .btn{flex:1 1;min-width:120px}.enterprise-section{background:var(--white)}.enterprise-content{grid-gap:var(--space-3xl);align-items:center;display:grid;gap:var(--space-3xl);grid-template-columns:1fr 1fr}.enterprise-text h2{color:var(--skybird-darker);margin-bottom:var(--space-lg)}.enterprise-text p{color:var(--gray-600);font-size:1.1rem;line-height:1.8;margin-bottom:var(--space-lg)}.enterprise-features{display:flex;flex-direction:column;gap:var(--space-lg)}.enterprise-feature{background:var(--gray-100);border-left:4px solid var(--skybird-primary);border-radius:var(--radius-lg);padding:var(--space-xl)}.enterprise-feature h4{color:var(--skybird-darker);margin-bottom:var(--space-xs)}.enterprise-feature p{color:var(--gray-600);margin:0}@media (max-width:992px){.enterprise-content{grid-template-columns:1fr}}@media (max-width:576px){.products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}.product-actions .btn{width:100%}}.product-hero{background:linear-gradient(135deg,var(--product-color),color-mix(in srgb,var(--product-color) 60%,#000));color:var(--white);padding:calc(80px + var(--space-3xl)) 0 var(--space-3xl);text-align:center}.product-hero-content{margin:0 auto;max-width:800px}.product-hero-icon{align-items:center;background:#fff3;border-radius:var(--radius-xl);display:flex;height:100px;justify-content:center;margin:0 auto var(--space-xl);width:100px}.product-hero-icon svg{stroke:var(--white);height:50px;width:50px}.product-hero h1{color:var(--white);font-size:3rem;margin-bottom:var(--space-sm)}.product-hero-tagline{font-size:1.35rem;margin-bottom:var(--space-md);opacity:.9}.product-hero-description{font-size:1.15rem;margin-bottom:var(--space-xl);margin-left:auto;margin-right:auto;max-width:600px;opacity:.85}.product-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center;margin-bottom:var(--space-lg)}.product-hero .btn-outline{border-color:var(--white);color:var(--white)}.product-hero .btn-outline:hover{background:var(--white);color:var(--product-color)}.coming-soon-note{font-size:.9rem;font-style:italic;opacity:.7}.product-description-section{background:var(--white)}.product-description-content{margin:0 auto;max-width:800px;text-align:center}.product-description-content p{color:var(--gray-600);font-size:1.15rem;line-height:1.9;margin-bottom:var(--space-lg)}.product-features-section{background:var(--gray-100)}.product-features-section h2{color:var(--skybird-darker);margin-bottom:var(--space-2xl);text-align:center}.features-grid{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-item{background:var(--white);border-radius:var(--radius-lg);border-top:3px solid var(--product-color);box-shadow:var(--shadow-sm);padding:var(--space-xl)}.feature-item h4{color:var(--gray-900);margin-bottom:var(--space-sm)}.feature-item p{color:var(--gray-600);line-height:1.6;margin:0}.product-benefits-section{background:var(--white)}.benefits-content{margin:0 auto;max-width:600px}.benefits-content h2{color:var(--skybird-darker);margin-bottom:var(--space-2xl);text-align:center}.benefits-list{list-style:none}.benefits-list li{align-items:center;background:var(--gray-100);border-radius:var(--radius-md);color:var(--gray-700);display:flex;font-size:1.1rem;gap:var(--space-md);margin-bottom:var(--space-md);padding:var(--space-lg)}.benefits-list svg{stroke:var(--product-color);flex-shrink:0;height:24px;width:24px}.product-cta-section{background:linear-gradient(135deg,var(--skybird-darker),var(--skybird-primary));color:var(--white)}.product-cta-content{margin:0 auto;max-width:600px;text-align:center}.product-cta-content h2{color:var(--white);margin-bottom:var(--space-md)}.product-cta-content p{font-size:1.15rem;margin-bottom:var(--space-xl);opacity:.9}.product-cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.btn-outline-white{background:#0000;border:2px solid var(--white);color:var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--skybird-primary)}@media (max-width:768px){.product-hero h1{font-size:2.25rem}.product-hero-icon{height:80px;width:80px}.product-hero-icon svg{height:40px;width:40px}.features-grid{grid-template-columns:1fr}}.contact-content{background:var(--white)}.contact-grid{grid-gap:var(--space-3xl);display:grid;gap:var(--space-3xl);grid-template-columns:1fr 1.5fr}.contact-info h2{color:var(--skybird-darker);margin-bottom:var(--space-lg)}.contact-info>p{color:var(--gray-600);line-height:1.8}.contact-info>p,.contact-methods{margin-bottom:var(--space-2xl)}.contact-method{display:flex;gap:var(--space-md);margin-bottom:var(--space-lg)}.method-icon{align-items:center;background:var(--skybird-pale);border-radius:var(--radius-md);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.method-icon svg{stroke:var(--skybird-primary);height:24px;width:24px}.contact-method h4{color:var(--gray-900);font-size:1rem;margin-bottom:var(--space-xs)}.contact-method p{color:var(--gray-600);margin:0}.social-section h4{color:var(--gray-900);margin-bottom:var(--space-md)}.social-links{display:flex;gap:var(--space-sm)}.social-links a{align-items:center;background:var(--gray-100);border-radius:var(--radius-md);display:flex;height:44px;justify-content:center;transition:all var(--transition-fast);width:44px}.social-links a:hover{background:var(--skybird-primary)}.social-links svg{fill:var(--gray-600);height:20px;transition:fill var(--transition-fast);width:20px}.social-links a:hover svg{fill:var(--white)}.contact-form-wrapper{background:var(--gray-100);border-radius:var(--radius-lg);padding:var(--space-2xl)}.contact-form h3{color:var(--skybird-darker);margin-bottom:var(--space-xl)}.form-row{grid-gap:var(--space-lg);display:grid;gap:var(--space-lg);grid-template-columns:1fr 1fr}.form-group{margin-bottom:var(--space-lg)}.form-group label{color:var(--gray-700);display:block;font-weight:500;margin-bottom:var(--space-sm)}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;padding:var(--space-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--skybird-primary);box-shadow:0 0 0 3px var(--skybird-pale);outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1rem;padding:var(--space-md);width:100%}.newsletter-section{background:linear-gradient(135deg,var(--skybird-darker),var(--skybird-primary));color:var(--white)}.newsletter-content{align-items:center;display:flex;gap:var(--space-3xl);justify-content:space-between}.newsletter-text h2{color:var(--white);margin-bottom:var(--space-sm)}.newsletter-text p{margin:0;max-width:400px;opacity:.9}.newsletter-form{display:flex;flex:1 1;gap:var(--space-sm);max-width:500px}.newsletter-form input{border:none;border-radius:var(--radius-md);flex:1 1;font-size:1rem;padding:var(--space-md) var(--space-lg)}.newsletter-form input:focus{box-shadow:0 0 0 3px #ffffff4d;outline:none}.newsletter-form .btn{white-space:nowrap}@media (max-width:992px){.contact-grid{grid-template-columns:1fr}.newsletter-content{flex-direction:column;text-align:center}.newsletter-text{margin-bottom:var(--space-lg)}.newsletter-text p{max-width:none}.newsletter-form{max-width:500px;width:100%}}@media (max-width:576px){.form-row{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form .btn{width:100%}}:root{--skybird-primary:#4a90d9;--skybird-dark:#2e5984;--skybird-darker:#1e3a5f;--skybird-light:#7ab8f5;--skybird-lighter:#b8d9ff;--skybird-pale:#e8f4ff;--accent-gold:#d4a84b;--accent-silver:silver;--white:#fff;--off-white:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-heading:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--transition-fast:150ms ease;--transition-normal:300ms ease;--transition-slow:500ms ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--gray-800);font-family:var(--font-primary);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-family:var(--font-heading);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}p{margin-bottom:var(--space-md)}a{color:var(--skybird-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--skybird-dark)}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 var(--space-lg);width:100%}.section{padding:var(--space-3xl) 0}.section-title{margin-bottom:var(--space-2xl);text-align:center}.section-title h2{color:var(--skybird-darker);margin-bottom:var(--space-sm)}.section-title p{color:var(--gray-500);font-size:1.125rem;margin:0 auto;max-width:600px}.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:var(--space-sm) var(--space-lg);text-decoration:none;transition:all var(--transition-fast)}.btn-primary{background-color:var(--skybird-primary);color:var(--white)}.btn-primary:hover{background-color:var(--skybird-dark);color:var(--white)}.btn-secondary{background-color:initial;border:2px solid var(--skybird-primary);color:var(--skybird-primary)}.btn-secondary:hover{background-color:var(--skybird-primary);color:var(--white)}.btn-white{background-color:var(--white);color:var(--skybird-primary)}.btn-white:hover{background-color:var(--skybird-pale);color:var(--skybird-dark)}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.section{padding:var(--space-2xl) 0}}
/*# sourceMappingURL=main.9257d04c.css.map*/