:root{--brand-primary: #1a1a1a;--brand-accent: #FF4438;--brand-secondary: #2563eb;--brand-dark: #1f2937;--brand-soft: #6b7280;--brand-light: #f8fafc;--brand-white: #ffffff}.hero-seo[data-astro-cid-3sbrphle]{background:linear-gradient(135deg,#ff4438,#ff6b35,#4285f4);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 0 80px}.hero-seo[data-astro-cid-3sbrphle]:before{content:"";position:absolute;inset:0;background:#0000000d;z-index:1}.hero-seo[data-astro-cid-3sbrphle] .max-w-7xl[data-astro-cid-3sbrphle]{position:relative;z-index:2}.hero-bg-elements[data-astro-cid-3sbrphle]{position:absolute;inset:0;z-index:1}.floating-circle[data-astro-cid-3sbrphle]{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite}.circle-1[data-astro-cid-3sbrphle]{width:120px;height:120px;top:20%;right:15%;animation-delay:0s}.circle-2[data-astro-cid-3sbrphle]{width:80px;height:80px;top:60%;right:25%;animation-delay:2s}.circle-3[data-astro-cid-3sbrphle]{width:60px;height:60px;top:40%;left:10%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-breadcrumbs[data-astro-cid-3sbrphle]{display:inline-block!important;margin-bottom:3rem;font-size:14px;font-weight:500;line-height:1}.hero-breadcrumbs[data-astro-cid-3sbrphle] [data-astro-cid-3sbrphle]{display:inline!important;vertical-align:baseline!important}.breadcrumb-link[data-astro-cid-3sbrphle]{color:#fff!important;text-decoration:none;transition:all .3s ease;opacity:.9}.breadcrumb-link[data-astro-cid-3sbrphle]:hover{opacity:1;text-decoration:underline}.breadcrumb-separator[data-astro-cid-3sbrphle]{color:#fff!important;margin:0 8px;opacity:.7}.breadcrumb-current[data-astro-cid-3sbrphle]{color:#fff!important;font-weight:600}.hero-container[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge[data-astro-cid-3sbrphle]{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;color:#fff;padding:8px 16px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge[data-astro-cid-3sbrphle] i[data-astro-cid-3sbrphle]{color:gold}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle]{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.hero-description[data-astro-cid-3sbrphle]{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}.hero-actions[data-astro-cid-3sbrphle]{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.cta-button[data-astro-cid-3sbrphle]{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.cta-button[data-astro-cid-3sbrphle].primary{background:#fff;color:#ff4438;box-shadow:0 8px 25px #fff3}.cta-button[data-astro-cid-3sbrphle].primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ffffff4d;background:#f8f9fa}.cta-button[data-astro-cid-3sbrphle].secondary{background:transparent;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button[data-astro-cid-3sbrphle].secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-stats[data-astro-cid-3sbrphle]{display:flex;gap:2rem}.stat[data-astro-cid-3sbrphle]{text-align:center}.hero-stats[data-astro-cid-3sbrphle] .stat-number[data-astro-cid-3sbrphle],.hero-seo[data-astro-cid-3sbrphle] .stat-number[data-astro-cid-3sbrphle]{font-size:2rem!important;font-weight:700!important;color:#fff!important;margin-bottom:4px}.hero-stats[data-astro-cid-3sbrphle] .stat-label[data-astro-cid-3sbrphle],.hero-seo[data-astro-cid-3sbrphle] .stat-label[data-astro-cid-3sbrphle]{font-size:.9rem!important;color:#fffc!important;font-weight:500}.hero-visual[data-astro-cid-3sbrphle]{display:flex;justify-content:center;align-items:center}.hero-image-container[data-astro-cid-3sbrphle]{position:relative;width:100%;max-width:400px}.seo-icon-grid[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem}.seo-icon[data-astro-cid-3sbrphle]{width:80px;height:80px;background:#ffffff26;border-radius:20px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;animation:iconFloat 4s ease-in-out infinite}.seo-icon[data-astro-cid-3sbrphle]:nth-child(2n){animation-delay:2s}.seo-icon[data-astro-cid-3sbrphle] i[data-astro-cid-3sbrphle]{font-size:1.5rem;color:#fff}.seo-icon[data-astro-cid-3sbrphle]:hover{transform:translateY(-5px) scale(1.05);background:#ffffff40}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle],.hero-content[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]{color:#fff;text-decoration:none;position:relative;transition:color .3s ease}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover,.hero-content[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover{color:#ffe4e1}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:after,.hero-content[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:linear-gradient(90deg,#fff,#ffe4e1);transition:width .3s ease}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover:after,.hero-content[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover:after{width:100%}.section-header[data-astro-cid-3sbrphle]{text-align:center;margin-bottom:4rem}.section-header[data-astro-cid-3sbrphle] h2[data-astro-cid-3sbrphle]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--brand-dark);margin-bottom:1rem}.section-header[data-astro-cid-3sbrphle] h2[data-astro-cid-3sbrphle] span[data-astro-cid-3sbrphle]{background:linear-gradient(135deg,#ff4438,#ff6b5a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{font-size:1.1rem;color:var(--brand-soft);max-width:600px;margin:0 auto}.features-section[data-astro-cid-3sbrphle]{padding:100px 0;background:var(--brand-light)}.features-grid[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.feature-card[data-astro-cid-3sbrphle]{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.feature-card[data-astro-cid-3sbrphle]:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.feature-icon[data-astro-cid-3sbrphle]{width:70px;height:70px;background:linear-gradient(135deg,#ff4438,#ff6b5a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon[data-astro-cid-3sbrphle] i[data-astro-cid-3sbrphle]{font-size:1.8rem;color:#fff}.feature-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle]{font-size:1.4rem;font-weight:600;color:var(--brand-dark);margin-bottom:1rem}.feature-card[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{color:var(--brand-soft);line-height:1.6}.stats-section[data-astro-cid-3sbrphle]{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.stats-section[data-astro-cid-3sbrphle]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ff4438e6,#2563ebe6)}.stats-section[data-astro-cid-3sbrphle] .max-w-7xl[data-astro-cid-3sbrphle]{position:relative;z-index:2}.stats-section[data-astro-cid-3sbrphle] .section-header[data-astro-cid-3sbrphle] h2[data-astro-cid-3sbrphle]{color:#fff}.stats-grid[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-item[data-astro-cid-3sbrphle]{text-align:center;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-number[data-astro-cid-3sbrphle]{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label[data-astro-cid-3sbrphle]{font-size:1.1rem;color:#ffffffe6;font-weight:500}.stat-icon[data-astro-cid-3sbrphle]{font-size:2.5rem;color:#fff;margin-bottom:1rem}.approach-section[data-astro-cid-3sbrphle]{padding:100px 0;background:#fff}.approach-steps[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.step-card[data-astro-cid-3sbrphle]{background:linear-gradient(145deg,#f8f9ff,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;border:1px solid rgba(255,68,56,.1)}.step-card[data-astro-cid-3sbrphle]:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.step-number[data-astro-cid-3sbrphle]{position:absolute;top:-15px;left:30px;width:50px;height:50px;background:linear-gradient(135deg,#ff4438,#ff6b5a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;box-shadow:0 5px 15px #ff44384d}.step-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle]{font-size:1.3rem;font-weight:600;color:var(--brand-dark);margin:1rem 0}.step-card[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{color:var(--brand-soft);line-height:1.6}.services-section[data-astro-cid-3sbrphle]{padding:100px 0;background:var(--brand-light)}.services-grid[data-astro-cid-3sbrphle]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.service-card[data-astro-cid-3sbrphle]{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.service-card[data-astro-cid-3sbrphle]:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.service-icon[data-astro-cid-3sbrphle]{width:70px;height:70px;background:linear-gradient(135deg,#ff4438,#ff6b5a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon[data-astro-cid-3sbrphle] i[data-astro-cid-3sbrphle]{font-size:1.8rem;color:#fff}.service-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle]{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--brand-primary)}.service-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]{color:var(--brand-primary);text-decoration:none;transition:color .3s;position:relative}.service-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover{color:var(--brand-accent)}.service-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:var(--brand-accent);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s}.service-card[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle] a[data-astro-cid-3sbrphle]:hover:after{transform:scaleX(1);transform-origin:bottom left}.service-card[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{color:var(--brand-soft);line-height:1.6;margin-bottom:1.5rem}.service-card[data-astro-cid-3sbrphle] ul[data-astro-cid-3sbrphle]{margin:1.5rem 0;padding-left:0;list-style:none}.service-card[data-astro-cid-3sbrphle] ul[data-astro-cid-3sbrphle] li[data-astro-cid-3sbrphle]{position:relative;padding:.5rem 0 .5rem 2rem;color:var(--brand-soft);line-height:1.5}.service-card[data-astro-cid-3sbrphle] ul[data-astro-cid-3sbrphle] li[data-astro-cid-3sbrphle]:before{content:"✓";position:absolute;left:0;top:.5rem;color:var(--brand-accent);font-weight:700}.outcome[data-astro-cid-3sbrphle]{background:linear-gradient(135deg,#ff44381a,#2563eb1a);padding:1rem;border-radius:10px;border-left:4px solid var(--brand-accent);margin-top:1.5rem}.outcome[data-astro-cid-3sbrphle] strong[data-astro-cid-3sbrphle]{color:var(--brand-accent)}.faq-section[data-astro-cid-3sbrphle]{padding:100px 0;background:#fff}.faq-container[data-astro-cid-3sbrphle]{margin-top:2rem}.faq-item[data-astro-cid-3sbrphle]{background:#fff;border-radius:15px;margin-bottom:1rem;box-shadow:0 5px 15px #00000014;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.faq-question[data-astro-cid-3sbrphle]{padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(145deg,#f8f9ff,#fff);transition:all .3s ease}.faq-question[data-astro-cid-3sbrphle]:hover{background:linear-gradient(145deg,#eef2ff,#f8f9ff)}.faq-question[data-astro-cid-3sbrphle] h3[data-astro-cid-3sbrphle]{font-size:1.1rem;font-weight:600;color:var(--brand-dark);margin:0}.faq-question[data-astro-cid-3sbrphle] i[data-astro-cid-3sbrphle]{color:var(--brand-accent);transition:transform .3s ease}.faq-answer[data-astro-cid-3sbrphle]{padding:0 2rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer[data-astro-cid-3sbrphle].active{padding:1.5rem 2rem;max-height:200px}.faq-answer[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{color:var(--brand-soft);line-height:1.6;margin:0}@media (max-width: 768px){.features-grid[data-astro-cid-3sbrphle],.services-grid[data-astro-cid-3sbrphle],.approach-steps[data-astro-cid-3sbrphle]{grid-template-columns:1fr}.stats-grid[data-astro-cid-3sbrphle]{grid-template-columns:repeat(2,1fr)}.hero-content[data-astro-cid-3sbrphle] h1[data-astro-cid-3sbrphle]{font-size:2.5rem}.hero-content[data-astro-cid-3sbrphle] p[data-astro-cid-3sbrphle]{font-size:1.1rem}.feature-card[data-astro-cid-3sbrphle],.service-card[data-astro-cid-3sbrphle],.step-card[data-astro-cid-3sbrphle]{padding:2rem}.section-header[data-astro-cid-3sbrphle] h2[data-astro-cid-3sbrphle]{font-size:2rem}}
