@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap";
:root{--primary:#06f;--primary-dark:#0052cc;--secondary:#00c8ff;--text:#1a1a2e;--light:#fff;--gray:#f7f7f7;--transition:.3s cubic-bezier(.25,.46,.45,.94)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--gray);color:var(--text);font-family:Outfit,sans-serif}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:75px;transition:var(--transition);background:#fffffffa;position:fixed;top:0;box-shadow:0 4px 20px #0000000d}.navbar.scrolled{background:#fffffff2;height:65px}.navbar-container{justify-content:space-between;align-items:center;max-width:1300px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;display:flex}.logo-img{height:150px;transition:var(--transition)}.navbar.scrolled .logo-img{height:32px}.nav-links{gap:2.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-item{color:var(--text);letter-spacing:.3px;transition:var(--transition);padding:8px 0;font-size:15px;font-weight:500;text-decoration:none;position:relative}.nav-item:hover{color:var(--primary)}.nav-item:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;height:2px;transition:width var(--transition);border-radius:10px;position:absolute;bottom:-2px;left:0}.nav-item:hover:after{width:100%}.nav-item.active{color:var(--primary)}.nav-item.active:after{width:100%}.cta-button{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:500;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #06f3}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0066ff40}.cta-button:before{content:"";background:linear-gradient(90deg,#fff0,#fff3,#fff0);width:100%;height:100%;transition:all .75s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.cta-button:hover:before{left:100%}.cta-icon{transition:var(--transition);font-size:16px}.cta-button:hover .cta-icon{transform:translate(3px)}.menu-toggle{cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:none}.menu-toggle span{background-color:var(--text);width:100%;height:2px;transition:var(--transition);border-radius:3px;display:block}@media (max-width:992px){.nav-links{clip-path:polygon(0 0,100% 0,100% 0,0 0);background:#fff;flex-direction:column;gap:0;padding:1rem 0;transition:clip-path .5s ease-in-out;position:fixed;top:75px;left:0;right:0;transform:translate(0);box-shadow:0 10px 15px #0000001a}.nav-links.open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-item{text-align:center;width:100%;padding:12px 2rem}.nav-item:after{display:none}.menu-toggle{display:flex}.menu-toggle.active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}@media (max-width:576px){.navbar-container{padding:0 1rem}.cta-button{padding:8px 16px;font-size:14px}}
.hero-section{justify-content:center;align-items:center;width:100%;min-height:90vh;padding:80px 1rem 0;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;background-image:url(/images/background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-overlay{z-index:2;background:#0f172a99;position:absolute;inset:0}.hero-container{z-index:3;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1rem;display:flex;position:relative}.hero-content{text-align:left;color:#fff;max-width:600px;margin-right:2rem}.hero-content h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.hero-content p{color:#e2e8f0;margin-bottom:2.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-btn{letter-spacing:.5px;text-align:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0003}.hero-btn.primary{color:#fff;background-color:#3b82f6}.hero-btn.primary:hover,.hero-btn.primary:focus{background-color:#2563eb;box-shadow:0 6px 12px #0000004d}.hero-btn.secondary{color:#0f172a;background-color:#ffffffe6;border:1px solid #0000}.hero-btn.secondary:hover,.hero-btn.secondary:focus{background-color:#fff;box-shadow:0 6px 12px #0003}.trust-indicators{flex-wrap:wrap;gap:1.5rem;display:flex}.trust-badge{color:#e2e8f0;white-space:nowrap;align-items:center;gap:.5rem;margin-bottom:.5rem;margin-right:1rem;font-size:.875rem;font-weight:500;display:flex}.icon{background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:18px;height:18px;display:inline-block}.icon.secure{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E")}.icon.encrypted{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2s8 3 8 10v3.5C20 19 16.42 21 12 21s-8-2-8-5.5V12c0-7 8-10 8-10z'%3E%3C/path%3E%3Cpath d='m9 12 2 2 4-4'%3E%3C/path%3E%3C/svg%3E")}.icon.fast{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E")}.hero-image{flex:0 0 45%;justify-content:center;align-items:center;max-width:550px;display:flex}.custom-hero-image{border-radius:12px;max-width:100%;height:auto;box-shadow:0 10px 25px #0000004d}@media (min-width:1441px){.hero-container{padding:3rem 2rem}.hero-content{max-width:650px}}@media (max-width:1440px){.hero-section{min-height:85vh}}@media (max-width:1100px){.hero-container{text-align:center;flex-direction:column}.hero-content{text-align:center;max-width:800px;margin-bottom:3rem;margin-right:0}.hero-buttons,.trust-indicators{justify-content:center}}@media (max-width:900px){.hero-section{min-height:80vh}.hero-image{max-width:80%}}@media (max-width:768px){.hero-section{min-height:auto;padding:70px 0 4rem}.hero-container{padding:1rem}.hero-content h1{margin-top:1.5rem;font-size:2.25rem}.hero-content p{margin-bottom:2rem;font-size:1.05rem}.hero-image{max-width:100%;margin-top:1rem}.custom-hero-image{border-radius:8px;max-width:90%}.trust-indicators{flex-direction:column;align-items:center;gap:.75rem}.trust-badge{margin-bottom:0;margin-right:0}.hero-buttons{flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.hero-btn{width:100%;padding:.75rem 1rem}}@media (max-width:480px){.hero-section{padding-top:60px;padding-bottom:2rem}.hero-content h1{margin-top:1rem;margin-bottom:1rem;font-size:1.85rem}.hero-content p{margin-bottom:1.5rem;font-size:.95rem}.trust-badge{font-size:.75rem}}@media (max-height:700px) and (max-width:768px){.hero-section{min-height:auto;padding-top:60px;padding-bottom:2rem}.hero-content h1{margin-bottom:.75rem;font-size:1.75rem}.hero-content p,.hero-buttons{margin-bottom:1.25rem}}@supports (padding:max(0px)){.hero-section{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:max(80px,env(safe-area-inset-top) + 60px)}}
.solutions-section{background:linear-gradient(135deg,#f8fafc 0%,#e0eafc 100%);padding:100px 0 120px;position:relative;overflow:hidden}.solutions-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.grid-pattern{opacity:.4;background-image:radial-gradient(#0f172a1a 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;position:absolute;top:0;left:0}.blur-circle{filter:blur(80px);border-radius:50%;position:absolute}.circle-1{background:#3b82f626;width:500px;height:500px;top:-100px;right:-100px}.circle-2{background:#0f172a14;width:600px;height:600px;bottom:-150px;left:-100px}.solutions-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.solutions-header{text-align:center;margin-bottom:70px}.solutions-header h2{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.solutions-header p{color:#64748b;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:30px;margin-bottom:80px;display:grid}.solution-card{background:#fff;border-radius:16px;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000000f}.solution-icon{justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex;position:relative}.icon-background{z-index:-1;border-radius:16px;width:70px;height:70px;transition:transform .3s;position:absolute;top:-10px;left:-10px;transform:rotate(-5deg)}.solution-card:hover .icon-background{transform:rotate(0)scale(1.1)}.solution-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.solution-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.solution-features{flex-grow:1;margin:0 0 1.5rem;padding:0;list-style:none}.solution-features li{color:#475569;align-items:center;margin-bottom:.75rem;font-size:.95rem;display:flex}.feature-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:10px}.learn-more-btn{align-items:center;margin-top:auto;display:flex}.learn-more-btn a{color:#3b82f6;margin-right:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.learn-more-btn svg{color:#3b82f6;transition:transform .2s}.learn-more-btn:hover a{color:#2563eb}.learn-more-btn:hover svg{transform:translate(4px)}.solutions-cta{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:16px;justify-content:space-between;align-items:center;padding:3rem;display:flex;box-shadow:0 20px 40px #0000001a}.cta-content{flex:1}.cta-content h3{color:#fff;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.cta-content p{color:#e2e8f0;max-width:500px}.cta-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #3b82f64d}.cta-button:hover{background:#2563eb;box-shadow:0 8px 12px #3b82f666}.curve-divider{width:100%;height:120px;line-height:0;position:absolute;bottom:0;left:0;overflow:hidden}.curve-divider svg{width:100%;height:100%;display:block;position:relative}@media (max-width:1100px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.solutions-section{padding:80px 0 100px}.solutions-header h2{font-size:2rem}.solutions-header p{font-size:1.1rem}.solutions-grid{grid-template-columns:1fr}.solutions-cta{text-align:center;flex-direction:column;padding:2rem}.cta-content{margin-bottom:2rem}.cta-content h3{font-size:1.5rem}.cta-content p{margin:0 auto}}@media (max-width:480px){.solutions-section{padding:60px 0 80px}.solutions-header{margin-bottom:40px}.solutions-header h2{font-size:1.75rem}.solutions-header p{font-size:1rem}.solution-card{padding:1.5rem}}@media (hover:hover){.solution-card:hover{transform:translateY(-10px);box-shadow:0 20px 30px #0000001f}.solution-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(1)}}.blur-circle{animation:10s ease-in-out infinite pulse}.circle-2{animation-delay:2s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.services-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Arial,sans-serif}.services-header{text-align:center;margin-bottom:3rem}.services-header h1{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.services-subtitle{color:#7f8c8d;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.6}.services-highlight{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:10px;margin:2rem 0;padding:1.5rem;box-shadow:0 4px 15px #3498db4d}.services-highlight p{margin:0;font-size:1.1rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.service-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000001a}.service-card:before{content:"";background:linear-gradient(90deg,#3498db,#2ecc71);height:4px;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.service-header h3{color:#2c3e50;flex:1;margin:0;font-size:1.1rem;line-height:1.4}.service-category{color:#34495e;white-space:nowrap;background:#ecf0f1;border-radius:20px;margin-left:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.service-description{color:#7f8c8d;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.book-now-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:25px;width:100%;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.book-now-btn:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-2px);box-shadow:0 4px 15px #e74c3c66}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:15px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-bottom:1px solid #e1e8ed;border-radius:15px 15px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-header h2{color:#fff;margin:0;font-size:1.5rem}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;transition:background-color .3s;display:flex}.close-btn:hover{background:#fff3}.modal-body{padding:2rem}.modal-description{text-align:center;color:#7f8c8d;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ahca-services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.ahca-service-item{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.ahca-service-item:hover{background:#fff;border-color:#3498db;box-shadow:0 4px 15px #3498db33}.ahca-service-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.ahca-code{color:#2c3e50;font-family:Courier New,monospace;font-size:.9rem;font-weight:700}.ahca-title{color:#7f8c8d;font-size:.85rem;line-height:1.4}.ahca-book-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#27ae60,#229954);border:none;border-radius:20px;margin-left:1rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s}.ahca-book-btn:hover{background:linear-gradient(135deg,#229954,#1e8449);transform:translateY(-2px);box-shadow:0 4px 15px #27ae6066}@media (max-width:768px){.modal-content{max-width:95vw;margin:1rem}.modal-header{padding:1rem 1.5rem}.modal-header h2{font-size:1.3rem}.modal-body{padding:1.5rem}.ahca-services-grid{grid-template-columns:1fr}.ahca-service-item{text-align:center;flex-direction:column;gap:1rem}.ahca-book-btn{width:100%;margin-left:0}}.services-info{background:#f8f9fa;border-radius:15px;margin-top:2rem;padding:3rem}.info-section{margin-bottom:3rem}.info-section:last-child{margin-bottom:0}.info-section h2{color:#2c3e50;text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.benefit-item{text-align:center;background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px #0000001a}.benefit-item h4{color:#3498db;margin-bottom:.5rem;font-size:1.1rem}.benefit-item p{color:#7f8c8d;margin:0;line-height:1.5}.additional-services ul{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:0;list-style:none;display:grid}.additional-services li{color:#2c3e50;background:#fff;border-radius:8px;padding:1rem 1.5rem 1rem 2.5rem;font-weight:500;position:relative;box-shadow:0 2px 8px #0000001a}.additional-services li:before{content:"✓";color:#27ae60;font-size:1.1rem;font-weight:700;position:absolute;left:1rem}@media (max-width:768px){.services-container{padding:1rem}.services-header h1{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.25rem}.service-header{flex-direction:column;align-items:flex-start}.service-category{margin-top:.5rem;margin-left:0}.services-info{padding:2rem 1.5rem}.benefits-grid,.additional-services ul{grid-template-columns:1fr}}@media (max-width:480px){.services-header h1{font-size:1.75rem}.services-subtitle{font-size:1rem}.service-card{padding:1rem}.book-now-btn{padding:.7rem 1.2rem;font-size:.85rem}}
.booking-modal-overlay{z-index:2000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.booking-modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out slideIn;overflow-y:auto;box-shadow:0 25px 80px #0006}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.booking-header{color:#fff;background:linear-gradient(135deg,#27ae60,#229954);border-bottom:1px solid #e1e8ed;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.booking-header h2{color:#fff;margin:0;font-size:1.4rem}.booking-header .close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;transition:background-color .3s;display:flex}.booking-header .close-btn:hover{background:#fff3}.booking-progress{background:#f8f9fa;border-bottom:1px solid #e1e8ed;justify-content:space-between;padding:1.5rem 2rem;display:flex}.progress-step{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.progress-step:not(:last-child):after{content:"";z-index:1;background:#e1e8ed;height:2px;position:absolute;top:15px;left:60%;right:-40%}.progress-step.active:not(:last-child):after{background:#27ae60}.progress-step span{color:#7f8c8d;z-index:2;background:#e1e8ed;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;font-weight:600;display:flex;position:relative}.progress-step.active span{color:#fff;background:#27ae60}.progress-step label{color:#7f8c8d;font-size:.8rem;font-weight:500}.progress-step.active label{color:#27ae60;font-weight:600}.booking-body{padding:2rem}.booking-step h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.booking-step p{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.5}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.calendar-day{text-align:center;cursor:pointer;background:#f8f9fa;border:2px solid #e1e8ed;border-radius:10px;flex-direction:column;justify-content:center;min-height:80px;padding:.75rem .5rem;transition:all .3s;display:flex}.calendar-day:hover{background:#e8f5e8;border-color:#27ae60;transform:translateY(-2px)}.calendar-day.today{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-color:#2980b9}.day-name{text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.day-number{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.day-month{opacity:.8;font-size:.7rem}.time-slots{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.time-slot{text-align:center;cursor:pointer;color:#2c3e50;background:#f8f9fa;border:2px solid #e1e8ed;border-radius:8px;padding:.75rem;font-weight:600;transition:all .3s}.time-slot:hover{background:#e8f5e8;border-color:#27ae60;transform:translateY(-2px)}.time-slot:active{color:#fff;background:#27ae60;border-color:#229954}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;margin-bottom:.5rem;font-weight:600;display:block}.form-group input{border:2px solid #e1e8ed;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#27ae60;outline:none;box-shadow:0 0 0 3px #27ae601a}.appointment-summary{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.appointment-summary h4{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem}.appointment-summary p{color:#7f8c8d;margin:.5rem 0}.form-actions{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.back-btn{color:#fff;cursor:pointer;background:#95a5a6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.back-btn:hover{background:#7f8c8d;transform:translateY(-2px)}.book-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27ae60,#229954);border:none;border-radius:8px;flex:1;padding:.75rem 2rem;font-weight:600;transition:all .3s}.book-btn:hover:not(:disabled){background:linear-gradient(135deg,#229954,#1e8449);transform:translateY(-2px);box-shadow:0 4px 15px #27ae6066}.book-btn:disabled{cursor:not-allowed;box-shadow:none;background:#bdc3c7;transform:none}.confirmation{text-align:center}.confirmation-details{background:#f8f9fa;border-radius:15px;margin:1.5rem 0;padding:2rem}.appointment-card{text-align:left;background:#fff;border:2px solid #27ae60;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.appointment-card h4{color:#27ae60;margin-bottom:1rem;font-size:1.2rem}.appointment-card p{color:#2c3e50;margin:.5rem 0}.next-steps{color:#7f8c8d;margin:1.5rem 0;font-style:italic}.confirmation-actions{margin-top:2rem}.close-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27ae60,#229954);border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.close-btn:hover{background:linear-gradient(135deg,#229954,#1e8449);transform:translateY(-2px);box-shadow:0 4px 15px #27ae6066}@media (max-width:768px){.booking-modal-content{max-width:95vw;margin:.5rem}.booking-header{padding:1rem 1.5rem}.booking-header h2{font-size:1.2rem}.booking-progress{padding:1rem 1.5rem}.progress-step span{width:25px;height:25px;font-size:.8rem}.progress-step label{font-size:.7rem}.booking-body{padding:1.5rem}.calendar-grid{grid-template-columns:repeat(5,1fr);gap:.25rem}.calendar-day{min-height:60px;padding:.5rem .25rem}.day-name{font-size:.6rem}.day-number{font-size:.9rem}.day-month{font-size:.6rem}.time-slots{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.time-slot{padding:.5rem;font-size:.9rem}.form-actions{flex-direction:column}.back-btn,.book-btn{width:100%}}@media (max-width:480px){.calendar-grid{grid-template-columns:repeat(4,1fr)}.time-slots{grid-template-columns:repeat(2,1fr)}}
.about-section{background-color:#fff;padding:120px 0;position:relative;overflow:hidden}.about-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.about-grid-pattern{opacity:.6;background-image:radial-gradient(#0f172a0d 1px,#0000 1px);background-size:25px 25px;width:100%;height:100%;position:absolute;top:0;left:0}.about-blur-circle{filter:blur(90px);border-radius:50%;position:absolute}.about-circle-1{background:#3b82f612;width:500px;height:500px;top:-200px;left:-100px}.about-circle-2{background:#4f46e50d;width:600px;height:600px;bottom:-250px;right:-200px}.about-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.about-content-wrapper{align-items:center;gap:80px;display:flex}.about-image-container{flex:0 0 45%;position:relative}.about-image-group{width:100%;height:100%;position:relative}.about-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000014}.about-image img{object-fit:cover;width:100%;height:100%;display:block}.about-image-main{z-index:2;aspect-ratio:4/5;width:90%;position:relative}.about-image-accent{aspect-ratio:1;z-index:3;border:6px solid #fff;width:50%;position:absolute;top:60%;right:-10%}.about-image-pattern{z-index:1;background-color:#3b82f61a;border-radius:16px;width:140px;height:140px;position:absolute;top:-30px;left:-30px;transform:rotate(-10deg)}.about-image-dots{z-index:1;background-image:radial-gradient(#3b82f6 2px,#0000 2px);background-size:12px 12px;width:80px;height:80px;position:absolute;bottom:10%;left:-40px}.experience-badge{color:#fff;z-index:4;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:absolute;top:30px;right:-30px;box-shadow:0 15px 30px #00000026}.experience-years{background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.2rem;font-size:2.5rem;font-weight:800;line-height:1}.experience-text{text-align:center;color:#e2e8f0;font-size:.85rem;font-weight:500;line-height:1.2}.about-content{flex:0 0 47%}.about-subtitle{color:#3b82f6;margin-bottom:1rem;font-size:1rem;font-weight:600;display:inline-block;position:relative}.about-subtitle:after{content:"";background-color:#3b82f6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-5px;left:0}.about-title{color:#0f172a;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.about-description{color:#64748b;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.about-features{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.about-feature{align-items:flex-start;gap:1rem;display:flex}.about-feature-icon{color:#3b82f6;background-color:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about-feature-content h3{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.about-feature-content p{color:#64748b;font-size:.95rem;line-height:1.5}.about-cta{gap:1rem;display:flex}.about-btn{letter-spacing:.5px;text-align:center;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0000000d}.about-btn.primary{color:#fff;background-color:#3b82f6}.about-btn.primary:hover{background-color:#2563eb;box-shadow:0 8px 12px #3b82f633}.about-btn.secondary{color:#0f172a;background-color:#f1f5f9}.about-btn.secondary:hover{background-color:#e2e8f0}@media (max-width:1100px){.about-title{font-size:2.2rem}.about-content-wrapper{gap:60px}}@media (max-width:900px){.about-section{padding:100px 0}.about-content-wrapper{flex-direction:column;gap:60px}.about-image-container,.about-content{flex:0 0 100%;width:100%;max-width:600px;margin:0 auto}.about-image-main{width:85%}.experience-badge{top:20px;right:10px}}@media (max-width:768px){.about-section{padding:80px 0}.about-title{font-size:2rem}.about-description{font-size:1rem}.about-image-accent{width:45%;top:65%;right:-5%}.experience-badge{padding:1rem;right:0}.experience-years{font-size:2rem}.experience-text{font-size:.75rem}}@media (max-width:480px){.about-section{padding:60px 0}.about-title{font-size:1.75rem}.about-subtitle{font-size:.9rem}.about-feature{align-items:flex-start}.about-feature-icon{width:40px;height:40px}.about-feature-icon svg{width:20px;height:20px}.about-feature-content h3{font-size:1rem}.about-feature-content p{font-size:.9rem}.about-cta{flex-direction:column}.about-btn{width:100%}.experience-badge{top:10px;right:0}.about-image-pattern{width:100px;height:100px;top:-20px;left:-20px}.about-image-dots{width:60px;height:60px;left:-25px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.experience-badge{animation:6s ease-in-out infinite float}@keyframes pulsate{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(1)}}.about-blur-circle{animation:8s ease-in-out infinite pulsate}.about-circle-2{animation-delay:2s}
.contact-section{background-color:#fff;padding:100px 0 0;position:relative;overflow:hidden}.contact-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.contact-grid-pattern{opacity:.6;background-image:radial-gradient(#0f172a0d 1px,#0000 1px);background-size:25px 25px;width:100%;height:100%;position:absolute;top:0;left:0}.contact-blur-circle{filter:blur(90px);border-radius:50%;position:absolute}.contact-circle-1{background:#3b82f612;width:500px;height:500px;top:-200px;right:-100px}.contact-circle-2{background:#4f46e50d;width:600px;height:600px;bottom:-250px;left:-200px}.contact-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.contact-header{text-align:center;margin-bottom:60px}.contact-header h2{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.contact-header p{color:#64748b;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-content{gap:40px;margin-bottom:80px;display:flex}.contact-info{flex-direction:column;flex:0 0 35%;gap:20px;display:flex}.contact-info-card{background:#fff;border-radius:16px;padding:1.75rem;transition:all .3s;box-shadow:0 10px 25px #0000000d}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.contact-icon{color:#3b82f6;background-color:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.25rem;display:flex}.contact-info-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.contact-info-card a{color:#3b82f6;margin-bottom:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.contact-info-card a:hover{color:#2563eb}.contact-info-card p,.contact-info-card address{color:#64748b;font-size:.95rem;font-style:normal;line-height:1.5}.contact-form-container{flex:0 0 60%}.form-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 15px 35px #00000014}.form-card h3{color:#0f172a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{gap:20px;display:flex}.form-group{flex-direction:column;flex:1;display:flex}.form-group label{color:#0f172a;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.9rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.submit-button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;align-self:flex-start;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #3b82f633}.submit-button:hover{background-color:#2563eb;box-shadow:0 8px 15px #3b82f64d}.form-success-message{text-align:center;color:#10b981;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.form-success-message svg{color:#10b981;width:48px;height:48px}.form-success-message p{color:#0f172a;font-size:1.1rem;font-weight:600}.contact-map-section{z-index:2;width:100%;margin-top:0;line-height:0;position:relative}.map-container{width:100%;height:450px;overflow:hidden}.map-container iframe{border:0;width:100%;height:100%;display:block}@media (max-width:1100px){.contact-content{gap:30px}.form-card{padding:2rem}}@media (max-width:900px){.contact-content{flex-direction:column}.contact-info{flex-flow:wrap;gap:20px}.contact-info-card{flex:1 0 calc(50% - 10px);min-width:250px}.map-container{height:400px}}@media (max-width:768px){.contact-section{padding:80px 0 0}.contact-header h2{font-size:2rem}.contact-header p{font-size:1.1rem}.contact-content{gap:40px}.form-row{flex-direction:column;gap:1.25rem}.submit-button{align-self:center;width:100%}.map-container{height:350px}}@media (max-width:640px){.contact-info{flex-direction:column;gap:20px}.contact-info-card{flex:1 0 100%}.form-card{padding:1.5rem}.map-container{height:300px}}@media (max-width:480px){.contact-section{padding:60px 0 0}.contact-header h2{font-size:1.75rem}.contact-header p{font-size:1rem}.contact-content{gap:30px;margin-bottom:60px}.form-card h3{font-size:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;font-size:.95rem}.map-container{height:250px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulsate{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(1)}}.contact-blur-circle{animation:8s ease-in-out infinite pulsate}.contact-circle-2{animation-delay:2s}
.footer-section{color:#0f172a;background:#f8fafc;position:relative}.footer-background{position:relative}.footer-waves svg{width:100%;height:96px;display:block}.footer-main{padding:32px 0 24px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footer-logo-section{max-width:440px}.footer-logo{align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex}.footer-tagline{color:#475569;margin-top:8px;line-height:1.6}.footer-social{gap:10px;margin-top:16px;display:flex}.footer-social a{color:#0f172a;background:#e2e8f0;border-radius:9999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s;display:inline-flex}.footer-social a:hover{background:#cbd5e1;transform:translateY(-2px)}.footer-links-wrapper{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.footer-links-column h3{margin:0 0 8px;font-size:16px;font-weight:600}.footer-links-column ul{margin:0;padding:0;list-style:none}.footer-links-column a{color:#0f172a;opacity:.8;padding:6px 0;text-decoration:none;display:block}.footer-links-column a:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:16px;display:flex}.footer-legal p{color:#334155;margin:0}.footer-legal-links a{color:#0f172a;opacity:.7;margin-right:12px;text-decoration:none}.footer-legal-links a:hover{opacity:1;text-decoration:underline}.footer-developer .developer-badge{color:#1e293b;background:#eef2ff;border-radius:12px;align-items:center;gap:12px;padding:8px 12px;display:flex}.developer-icon{color:#1e3a8a;background:#dbeafe;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.developer-label{color:#475569;font-size:12px}.developer-info{flex-direction:column;display:flex}.developer-details{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.developer-name{background:linear-gradient(90deg,#2563eb,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.developer-badge .developer-name:before{content:"★";color:#f59e0b;margin-right:6px}.developer-email{color:#2563eb;text-decoration:none}.developer-email:hover{text-decoration:underline}.scroll-to-top{color:#fff;cursor:pointer;background:#1f2937;border-radius:9999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 8px 20px #00000026}@media (max-width:900px){.footer-links-wrapper{grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer-top{gap:24px}.footer-links-wrapper{grid-template-columns:1fr}}
