*{box-sizing:border-box;margin:0;padding:0}html{position:relative;scroll-behavior:smooth}section{scroll-margin-top:90px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-blue:#1e40af;--primary-blue-light:#3b82f6;--primary-blue-dark:#1e3a8a;--secondary-gray:#6b7280;--secondary-gray-light:#9ca3af;--secondary-gray-dark:#374151;--background-light:#f9fafb;--background-white:#fff;--text-primary:#111827;--text-secondary:#6b7280;--border-color:#e5e7eb;--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}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.btn{border:none;border-radius:.5rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#1e40af;background-color:var(--primary-blue);color:#fff}.btn-primary:hover{background-color:#1e3a8a;background-color:var(--primary-blue-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:initial;border:2px solid #1e40af;border:2px solid var(--primary-blue);color:#1e40af;color:var(--primary-blue)}.btn-secondary:hover{background-color:#1e40af;background-color:var(--primary-blue);color:#fff}.section-padding{padding:4rem 0}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:768px){.container{padding:0 1rem}.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.section-padding{padding:2rem 0}.btn{font-size:1.1rem;min-height:48px;padding:.875rem 1.75rem}}@media (max-width:480px){.container{padding:0 .75rem}.section-padding{padding:1.5rem 0}.btn{font-size:1rem;padding:1rem;width:100%}}@media (hover:none) and (pointer:coarse){.btn,.mobile-menu-toggle,.nav a,.phone-link{min-height:44px;min-width:44px}.nav a{padding:.75rem 1rem}}.header{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--background-white);box-shadow:var(--shadow-sm);height:auto;left:0;min-height:70px;position:fixed;right:0;top:0;transform:translateZ(0);width:100%;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo-container{gap:.75rem;height:56px}.logo-container,.logo-image{align-items:center;display:flex}.logo-image{flex-shrink:0;height:100%}.logo-img{border-radius:8px;display:block;height:56px;object-fit:contain;width:56px}.logo-text{display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1.1}.logo-text h1{color:var(--primary-blue);font-size:1.2rem;font-weight:700;line-height:1.1;margin:0}.logo-text .tagline{color:var(--secondary-gray);font-size:.875rem;font-weight:500;line-height:1.1;margin-top:2px}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:var(--primary-blue)}.header-actions{align-items:center;display:flex;gap:1rem}.phone-link{color:var(--primary-blue);font-size:.875rem;font-weight:600;text-decoration:none}.phone-link:hover{color:var(--primary-blue-dark)}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-toggle span{background-color:var(--primary-blue);height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.header-content{padding:.75rem 0}.nav{background-color:var(--background-white);box-shadow:var(--shadow-md);left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;gap:.5rem;padding:1rem}.nav a{border-radius:.5rem;padding:.75rem 1rem;transition:all .3s ease}.nav a:hover{background-color:var(--background-light)}.header-actions .phone-link{display:none}.mobile-menu-toggle{border-radius:.5rem;display:flex;padding:.75rem}.logo-container{gap:.75rem;height:40px}.logo-img{height:40px;width:40px}.logo-text h1{font-size:1.05rem}.logo-text .tagline{font-size:.75rem}}@media (max-width:480px){.header-content{padding:.5rem 0}.logo-container,.logo-img{height:35px}.logo-img{width:35px}.logo-text h1{font-size:1.1rem}.logo-text .tagline{font-size:.7rem}.nav ul{padding:.75rem}.nav a{font-size:1.1rem;padding:1rem}}.hero{align-items:center;display:flex;min-height:70vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-blue-dark) 100%)}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#1e40af1a}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding:2rem 0;position:relative;z-index:2}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat-number{color:#fff;font-size:2rem}.stat-label{font-size:.875rem;margin-top:.25rem;opacity:.8}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-large{font-size:1.1rem;padding:1rem 2rem}.hero-image{display:flex;flex-direction:column;gap:1.5rem}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;color:#fff;padding:2rem;transition:transform .3s ease}.hero-card:hover{transform:translateY(-5px)}.card-icon{font-size:3rem;margin-bottom:1rem}.hero-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.hero-card p{line-height:1.5;opacity:.9}@media (max-width:768px){.hero{min-height:60vh}}.hero .btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;box-shadow:0 4px 15px #f59e0b4d;transition:all .3s ease}.hero .btn-primary:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px #f59e0b66;transform:translateY(-2px)}@media (max-width:768px){.hero{min-height:60vh;padding-top:80px}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:1.5rem;justify-content:center}.stat-number{font-size:1.5rem}.hero-actions{justify-content:center}.btn-large{font-size:1rem;padding:.875rem 1.5rem}.hero-image{order:-1}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.hero-actions{align-items:center;flex-direction:column}.btn-large{max-width:300px;width:100%}}.about{background-color:var(--background-white)}.about-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:3rem}.about-text{display:flex;flex-direction:column;gap:2rem}.about-intro h3{color:var(--primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.about-intro p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.about-team h4,.about-values h4{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.values-list{display:flex;flex-direction:column;gap:1rem}.value-item{align-items:flex-start;background:var(--background-light);border-left:4px solid var(--primary-blue);border-radius:.75rem;display:flex;gap:1rem;padding:1rem}.value-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:2.5rem;justify-content:center;width:2.5rem}.value-content h5{color:var(--primary-blue);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.value-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.about-team p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.about-contact-card{background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-dark));border-radius:1rem;color:#fff;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.about-contact-card h4{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start}.contact-icon{background:#fff3;font-size:1.25rem;height:2rem;width:2rem}.contact-details h5{font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-details p{color:#031f5ae6;font-size:.9rem;line-height:1.4}.contact-details a{font-weight:600;text-decoration:none}.contact-details a:hover{color:#fffc}.service-areas{border-top:1px solid #fff3;padding-top:1.5rem}.service-areas h5{font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:center}.areas-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.area-tag{background:#fff3;border-radius:1rem;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.about-stats{grid-gap:2rem;background:var(--background-light);border-radius:1rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);display:block;font-size:.9rem;font-weight:600}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-contact-card{order:-1;position:static}.about-intro h3{font-size:1.5rem}.about-team h4,.about-values h4{font-size:1.25rem}.value-item{flex-direction:column;gap:.75rem;text-align:center}.value-icon{align-self:center}.about-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}@media (max-width:480px){.about-contact-card{padding:1.5rem}.about-stats{gap:1rem;grid-template-columns:1fr}.areas-grid{align-items:center;flex-direction:column}.area-tag{width:-webkit-fit-content;width:fit-content}}.core-values{background-color:var(--background-light)}.section-title{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:var(--text-secondary);font-size:1.25rem;margin:0 auto;max-width:600px}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.value-card{background:var(--background-white);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-sm);padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.value-icon{display:block;font-size:3rem;margin-bottom:1rem}.value-title{color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value-description{color:var(--text-secondary);line-height:1.6}.company-story{background:var(--background-white);border-radius:1rem;box-shadow:var(--shadow-sm);padding:3rem}.story-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.story-text h3{color:var(--primary-blue);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.story-text p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.story-stats{display:flex;flex-direction:column;gap:1.5rem}.story-stat{background:var(--background-light);border-radius:.5rem;padding:1rem;text-align:center}.story-number{color:var(--primary-blue);display:block;font-size:2rem;font-weight:700}.story-label{color:var(--text-secondary);display:block;font-size:.875rem;margin-top:.25rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.values-grid{gap:1.5rem;grid-template-columns:1fr}.value-card{padding:1.5rem}.company-story{padding:2rem}.story-content{gap:2rem;grid-template-columns:1fr}.story-text h3{font-size:1.75rem}.story-stats{flex-direction:row;justify-content:space-around}.story-stat{flex:1 1;margin:0 .5rem}.story-number{font-size:1.5rem}}@media (max-width:480px){.values-grid{grid-template-columns:1fr}.value-card{padding:1rem}.company-story{padding:1.5rem}.story-stats{flex-direction:column;gap:1rem}.story-stat{margin:0}}.services{background-color:var(--background-white)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.service-card{background:var(--background-white);border:2px solid var(--border-color);border-radius:1rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-light));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.service-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-light));-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.service-title{color:var(--text-primary);font-size:1.5rem;font-weight:600}.service-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:var(--primary-blue);content:"✓";font-weight:700;left:0;position:absolute}.service-cta{background:var(--primary-blue);border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.service-cta:hover{background:var(--primary-blue-dark);transform:translateY(-2px)}.sectors-section{margin-bottom:4rem;text-align:center}.sectors-section h3{color:var(--primary-blue);font-size:2rem;font-weight:700;margin-bottom:2rem}.sectors-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}.sector-card{align-items:center;background:var(--background-white);border:2px solid var(--border-color);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:2rem 1rem;transition:all .3s ease}.sector-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.sector-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-light));-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.sector-name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.service-guarantee{background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-dark));border-radius:1rem;color:#fff;padding:3rem;text-align:center}.guarantee-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.guarantee-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.guarantee-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.guarantee-item{align-items:center;display:flex;font-weight:600;gap:.5rem}.guarantee-icon{font-size:1.25rem}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-header{flex-direction:column;gap:.5rem;text-align:center}.service-icon{font-size:2rem}.service-title{font-size:1.25rem}.service-guarantee{padding:2rem}.guarantee-content h3{font-size:1.75rem}.guarantee-content p{font-size:1rem}.guarantee-features{flex-direction:column;gap:1rem}.sectors-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.sectors-section h3{font-size:1.75rem}.sector-card{padding:1.5rem 1rem}.sector-icon{font-size:2rem}.sector-name{font-size:1rem}}@media (max-width:480px){.services-grid{grid-template-columns:1fr}.service-card{padding:1rem}.service-guarantee{padding:1.5rem}.guarantee-content h3{font-size:1.5rem}.sectors-grid{gap:1rem;grid-template-columns:1fr}.sectors-section h3{font-size:1.5rem}}.our-clients{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:80px 0}.our-clients .container{margin:0 auto;max-width:1200px;padding:0 20px}.our-clients__header{margin-bottom:60px;text-align:center}.our-clients__title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:16px;position:relative}.our-clients__title:after{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.our-clients__subtitle{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.our-clients__slider{margin-top:40px;position:relative}.client-logo{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;filter:grayscale(100%) opacity(.7);height:60px;max-width:120px;object-fit:contain;padding:8px;transition:all .3s ease;width:auto}.client-logo:hover{box-shadow:0 4px 16px #00000026;filter:grayscale(0) opacity(1);transform:scale(1.05)}@media (max-width:768px){.our-clients{padding:60px 0}.our-clients .container{padding:0 16px}.our-clients__header{margin-bottom:40px}.our-clients__title{font-size:2rem;margin-bottom:12px}.our-clients__subtitle{font-size:1rem;padding:0 10px}.client-logo{height:50px;max-width:100px;padding:6px}}@media (max-width:480px){.our-clients{padding:40px 0}.our-clients__title{font-size:1.75rem}.our-clients__subtitle{font-size:.95rem}.client-logo{height:45px;max-width:90px;padding:4px}}@media (max-width:1024px){.our-clients__slider{margin-left:-20px;margin-right:-20px}}.our-clients__slider:after,.our-clients__slider:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:50px;z-index:2}.our-clients__slider:before{background:linear-gradient(90deg,#f8fafc,#0000);left:0}.our-clients__slider:after{background:linear-gradient(270deg,#f8fafc,#0000);right:0}.contact{background-color:var(--background-light)}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h3{color:var(--primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.contact-intro{color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{background:var(--background-white);border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.contact-text h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.contact-text a{color:var(--primary-blue);font-weight:600;text-decoration:none}.contact-text a:hover{color:var(--primary-blue-dark)}.contact-text span{color:var(--text-secondary);display:block;font-size:.95rem}.contact-note{color:var(--secondary-gray)!important;font-size:.875rem!important;font-style:italic;margin-top:.25rem}.contact-form-container{background:var(--background-white);border-radius:1rem;box-shadow:var(--shadow-md);padding:2.5rem}.contact-form h3{color:var(--primary-blue);font-size:1.75rem;font-weight:700;text-align:center}.contact-form h3,.form-group{margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:var(--text-primary);display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-blue);outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn-large{margin-top:1rem;width:100%}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form-container{padding:2rem}.form-row{grid-template-columns:1fr}.contact-item{padding:1rem}.contact-icon{font-size:1.25rem;height:2.5rem;width:2.5rem}.contact-text h4{font-size:1rem}}@media (max-width:480px){.contact-form-container{padding:1.5rem}.contact-form h3{font-size:1.5rem}.contact-item{flex-direction:column;gap:.75rem;text-align:center}.contact-icon{align-self:center}}.zoho-form-wrapper{background:var(--background-white);border-radius:.75rem;box-shadow:var(--shadow-sm);padding:2rem}.zoho-form-wrapper h3{color:var(--primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.zoho-form-wrapper iframe{border-radius:.5rem;max-width:100%}@media (max-width:768px){.zoho-form-wrapper{padding:1.5rem}.zoho-form-wrapper h3{font-size:1.5rem}}.form-loading{color:var(--text-secondary);padding:3rem 2rem;text-align:center}.form-loading p{font-size:1.1rem;margin-bottom:1rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid var(--primary-blue);height:40px;margin:0 auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:var(--text-secondary);margin:1rem 0;padding:1.5rem 2rem;text-align:left}.form-error h4{font-weight:600;margin:0 0 1rem}.form-error h4,.form-error p{color:#dc2626;font-size:1.1rem}.form-error p{margin:0}.form-error ul{list-style:none;margin:0;padding:0}.form-error li{color:#dc2626;font-size:.95rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.form-error li:before{color:#dc2626;content:"•";font-weight:700;left:0;position:absolute}.form-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;margin:1rem 0;padding:1.5rem 2rem;text-align:center}.form-success p{color:#166534;font-size:1.1rem;font-weight:500;margin:0}.btn-large:disabled{background-color:var(--secondary-gray);cursor:not-allowed;opacity:.6}.btn-large:disabled:hover{background-color:var(--secondary-gray);transform:none}.form-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem;text-align:center}.radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.radio-item{align-items:center;display:flex;gap:.5rem}.radio-item input[type=radio]{accent-color:var(--primary-blue);margin:0;width:auto}.radio-item label{cursor:pointer;font-weight:500;margin:0}.address-group{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.form-subgroup{flex:1 1}.form-subgroup input,.form-subgroup select{border:2px solid var(--border-color);border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-subgroup input:focus,.form-subgroup select:focus{border-color:var(--primary-blue);outline:none}em{color:#dc2626;font-style:normal;font-weight:700}@media (max-width:768px){.radio-group{flex-direction:column;gap:1rem}.address-group .form-row{grid-template-columns:1fr}}@media (max-width:480px){.radio-group{gap:.75rem}}.footer{background:linear-gradient(135deg,var(--primary-blue-dark),var(--primary-blue));color:#fff;padding:3rem 0 0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1.5fr 1fr 1.5fr;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-section h4{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.footer-tagline{color:#fffc;font-size:.875rem;margin-bottom:1rem}.footer-description{color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem}.footer-certifications{display:flex;flex-wrap:wrap;gap:1rem}.certification{background:#ffffff1a;border-radius:1rem;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact{gap:1rem}.contact-detail,.footer-contact{display:flex;flex-direction:column}.contact-detail{gap:.25rem}.contact-label{color:#ffffffb3;font-size:.875rem}.contact-detail a{color:#fff;font-weight:600;text-decoration:none}.contact-detail a:hover{color:#fffc}.contact-detail span:not(.contact-label){color:#ffffffe6}.footer-bottom{border-top:1px solid #fff3;padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright{color:#fffc;margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#fffc;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width:768px){.footer{padding:2rem 0 0}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:1.1rem}.footer-certifications{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.footer-content{gap:1.5rem}.footer-certifications{align-items:center;flex-direction:column}.certification{text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;margin-top:90px}@media (max-width:768px){main{margin-top:70px}}@media (max-width:480px){main{margin-top:65px}}*{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}img{height:auto;max-width:100%}
/*# sourceMappingURL=main.bf347013.css.map*/