.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:var(--gradient-hero)}.hero-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center}.hero-text{color:var(--white)}.hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text h1 .text-blue-600{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.375rem;font-weight:500;color:#93c5fd;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;line-height:1.7;color:#fffc;margin-bottom:2rem;max-width:540px}.hero-cta{display:flex;gap:1rem}.hero-usp{position:relative}.usp-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:2rem}.usp-card h3,.usp-card-title{color:var(--white);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.usp-card ul{display:flex;flex-direction:column;gap:1rem}.usp-card li{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.9375rem}.usp-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#10b98133;border-radius:var(--radius);color:#10b981;flex-shrink:0}.usp-icon svg{width:18px;height:18px}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:float 2s ease-in-out infinite}.hero-scroll a{color:#ffffff80;transition:color var(--transition)}.hero-scroll a:hover{color:#fffc}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--gray-600);line-height:1.7}.why-choose-us{background:var(--gray-50)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--gradient-primary);border-radius:var(--radius-md);color:var(--white);margin-bottom:1.25rem}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.feature-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.7}.how-it-works{background:var(--white)}.steps-container{display:flex;justify-content:space-between;gap:1rem;margin-bottom:3rem;position:relative}.step-card{flex:1;text-align:center;padding:2rem 1.5rem;position:relative}.step-number{position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:32px;background:var(--gradient-secondary);color:var(--white);font-size:.875rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:1.5rem auto 1.25rem;background:var(--gray-100);border-radius:50%;color:var(--primary)}.step-icon svg{width:36px;height:36px}.step-card h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.step-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.6}.step-connector{position:absolute;top:50%;right:-1rem;width:2rem;height:2px;background:var(--gray-200)}.cta-center{text-align:center}.locations{background:var(--gray-50)}.locations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.location-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);text-align:center}.location-card h3{font-size:1.125rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.location-card ul{display:flex;flex-direction:column;gap:.5rem}.location-card li{font-size:.9375rem;color:var(--gray-600)}.locations-note{text-align:center;margin-top:2rem;font-size:.9375rem;color:var(--gray-500);font-style:italic}.reviews{background:var(--gray-50)}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.review-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.review-stars{display:flex;gap:.25rem;margin-bottom:1rem}.review-text{font-size:.9375rem;color:var(--gray-700);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.review-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:600;color:var(--gray-900);font-size:.9375rem}.author-location{color:var(--gray-500);font-size:.875rem}.use-cases{background:var(--white)}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.use-case-card{background:var(--gray-50);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:transform var(--transition),box-shadow var(--transition)}.use-case-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.use-case-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gradient-secondary);border-radius:var(--radius-md);color:var(--white);margin-bottom:1rem}.use-case-icon svg{width:24px;height:24px}.use-case-card h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.use-case-card p{font-size:.9375rem;color:var(--gray-600);line-height:1.7}.faq{background:var(--white)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--gray-50);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--gray-200);transition:border-color var(--transition)}.faq-item[open]{border-color:var(--primary-light)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;font-weight:600;color:var(--gray-900);list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question svg{color:var(--gray-400);transition:transform var(--transition);flex-shrink:0}.faq-item[open] .faq-question svg{transform:rotate(180deg);color:var(--primary)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--gray-600);line-height:1.7}.cta-section{background:var(--white);padding:4rem 0}.cta-box{background:var(--gradient-primary);border-radius:var(--radius-xl);padding:4rem;text-align:center}.cta-box h2{color:var(--white);font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.cta-box p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text h1{font-size:2.75rem}.hero-description{margin:0 auto 2rem}.hero-cta{justify-content:center}.hero-usp{max-width:400px;margin:0 auto}.features-grid{grid-template-columns:repeat(2,1fr)}.features-grid .feature-card:last-child{grid-column:1 / -1;max-width:400px;margin:0 auto}.steps-container{flex-wrap:wrap}.step-card{flex:1 1 30%;min-width:200px}.step-connector{display:none}.reviews-grid,.use-cases-grid,.locations-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:4rem 0 3rem;min-height:auto}.hero-text h1{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-scroll{display:none}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.features-grid .feature-card:last-child{max-width:none}.step-card{flex:1 1 100%}.reviews-grid,.use-cases-grid{grid-template-columns:1fr}.locations-grid{grid-template-columns:repeat(2,1fr)}.cta-box{padding:3rem 2rem}.cta-box h2{font-size:1.75rem}}@media(max-width:480px){.hero-text h1{font-size:1.875rem}.usp-card{padding:1.5rem}.section-header h2{font-size:1.75rem}.feature-card{padding:1.5rem}.faq-question{padding:1rem;font-size:.9375rem}.faq-answer{padding:0 1rem 1rem;font-size:.9375rem}}
