:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}img{object-fit:cover;max-width:100%;height:auto;display:block}.app-container{width:100%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:1rem 5%;transition:all .3s;display:flex}.sticky{z-index:1000;position:sticky;top:0;box-shadow:0 4px 12px #0000000d}.logo{color:#2c5282;font-size:1.5rem;font-weight:700}.nav-links{gap:1.5rem;list-style:none;display:flex}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#2c5282}.hamburger{cursor:pointer;background:0 0;border:none;display:none}.bar{background-color:#333;width:25px;height:3px;margin:5px auto;transition:all .3s ease-in-out;display:block}.hero{color:#fff;text-align:center;background:linear-gradient(#2c5282b3,#2c5282b3),url(https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=80) 50%/cover;flex-direction:column;justify-content:center;min-height:50vh;padding:120px 5%;display:flex}.hero h1{margin-bottom:1rem;font-size:3rem}.hero p{margin-bottom:2rem;max-width:600px;margin-inline:auto;font-size:1.2rem}.btn-primary,.btn-secondary{cursor:pointer;border-radius:50px;padding:12px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary{color:#fff;background-color:#48bb78;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #48bb7866}.btn-secondary{color:#2c5282;background-color:#fff;border:2px solid #2c5282;margin-top:1rem}.btn-secondary:hover{color:#fff;background-color:#2c5282}.action-cards{background-color:#f8fafc;gap:2rem;padding:4rem 5%;display:flex}.purple-card{text-align:center;background-color:#fff;border-top:5px solid #48bb78;border-radius:8px;flex:1;padding:3rem 2rem;box-shadow:0 4px 6px #0000000d}.purple-card h2{color:#2c5282;margin-bottom:1rem}.purple-card p{color:#555;margin-bottom:1rem;line-height:1.5}.hover-lift{transition:transform .3s,box-shadow .3s}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.social-icons{justify-content:center;gap:1.5rem;margin-top:1.5rem;display:flex}.social-icons a{color:#2c5282;transition:color .2s,transform .2s}.social-icons a:hover{color:#48bb78;transform:scale(1.1)}.services-section{background-color:#f8fafc;padding:5rem 5%}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#2c5282;margin-bottom:.5rem;font-size:2.5rem}.section-header p{color:#666;font-size:1.1rem}.service-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #00000005}.service-card h3{color:#2c5282;margin-bottom:1rem;font-size:1.3rem}.service-card p{color:#555;line-height:1.6}.carousel-container{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:2rem;padding-bottom:2rem;display:flex;overflow-x:auto}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex:0 0 calc(33.333% - 1.33rem)}.faq-section{background-color:#fff;max-width:800px;margin:0 auto;padding:4rem 5%}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{border:1px solid #edf2f7;border-radius:8px;transition:box-shadow .3s;overflow:hidden}.faq-item.open{border-color:#48bb78;box-shadow:0 4px 12px #0000000d}.faq-question{text-align:left;color:#2c5282;cursor:pointer;background:#f8fafc;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1.1rem;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:#f1f5f9}.faq-icon{color:#48bb78;font-size:1.5rem;font-weight:400}.faq-answer{background:#fff;max-height:0;transition:max-height .4s ease-in-out,padding .4s ease-in-out;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:1.5rem}.faq-answer p{color:#555;margin:0;line-height:1.6}.latest-updates{background-color:#fff;padding:4rem 5%}.latest-updates h2{text-align:center;color:#2c5282;margin-bottom:.5rem}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.blog-card{background:#fff;border:1px solid #f1f1f1;border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 15px #0000000f}.blog-card:hover{transform:translateY(-5px)}.blog-card img{width:100%;height:200px}.blog-content{padding:1.5rem}.blog-content span{color:#888;text-transform:uppercase;font-size:.9rem;font-weight:600}.blog-content h3{color:#2c5282;margin:.5rem 0}.blog-content p{color:#555;margin-bottom:1rem;font-size:.95rem}.text-link{color:#48bb78;font-weight:700;text-decoration:none;transition:color .2s}.text-link:hover{color:#2c5282}.footer{text-align:center;color:#fff;background-color:#1a202c;padding:2rem}@media (width<=768px){.hamburger{display:block}.nav-links{text-align:center;background-color:#fffffffa;flex-direction:column;width:100%;padding:2rem 0;transition:all .3s;position:fixed;top:70px;left:-100%;box-shadow:0 10px 27px #0000000d}.nav-links.nav-active{left:0}.nav-links li{margin:1.5rem 0}.hero h1{font-size:2.2rem}.action-cards{flex-direction:column}.carousel-item{scroll-snap-align:center;flex:0 0 85%}}.page-container{background-color:#f8fafc;min-height:80vh;padding-top:2rem;padding-bottom:4rem}.page-cta-container{text-align:center;background-color:#f8fafc;padding:2rem 0 4rem}.page-container .testimonials-section{background-color:#0000;padding:2rem 5%}.contact-section{background:#fff;border:1px solid #edf2f7;border-radius:12px;max-width:600px;margin:0 auto;padding:2rem 5%;box-shadow:0 4px 15px #00000008}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#2c5282;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#2d3748;background-color:#f8fafc;border:1px solid #cbd5e0;border-radius:8px;outline:none;padding:12px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#48bb78}.form-submit-btn{cursor:pointer;text-align:center;border:none;width:100%;margin-top:1rem}.success-message{text-align:center;color:#2c5282;padding:3rem 1rem}.success-message h3{color:#48bb78;margin-bottom:.5rem;font-size:1.8rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 5%;display:grid}.testimonials-section .service-card{text-align:left;background:#fff;border:1px solid #edf2f7;border-radius:12px;flex-direction:column;justify-content:space-between;padding:3rem 2rem;display:flex;box-shadow:0 4px 6px #00000005}.testimonials-section .stars{color:#f6ad55;letter-spacing:2px;margin-bottom:1rem;font-size:1.2rem}.testimonials-section .quote{color:#555;flex-grow:1;margin-bottom:1.5rem;font-style:italic;line-height:1.6}.testimonials-section .client-info{border-top:1px solid #edf2f7;flex-direction:column;padding-top:1rem;display:flex}.testimonials-section .client-name{color:#2c5282;font-size:1.05rem;font-weight:700}.testimonials-section .client-service{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem;font-size:.85rem}.hero{text-align:center;background-position:50%;background-size:cover;padding:4rem 1.5rem}.hero-content{max-width:800px;margin:0 auto}.hero h1{color:#1a202c;margin-bottom:1.2rem;font-size:3rem;line-height:1.2}.hero p{color:#fff;margin-bottom:2rem;font-size:1.25rem;line-height:1.5}@media (width<=768px){.hero{padding:3rem 1rem}.hero h1{font-size:2.1rem;line-height:1.25}.hero p{font-size:1rem;line-height:1.5}}.articles-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 0;display:grid}.article-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a}.article-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #00000014}.article-meta{margin-bottom:.75rem}.article-date{color:#718096;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.article-card h3{color:#2c5282;margin-bottom:.75rem;font-size:1.35rem;line-height:1.4}.article-summary{color:#4a5568;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.article-expanded-content{border-top:1px solid #edf2f7;margin-top:1rem;padding-top:1rem;animation:.3s ease-in-out fadeIn}.article-expanded-content .article-intro{color:#2d3748;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.article-expanded-content h4{color:#2c5282;margin:1rem 0 .5rem;font-size:1.05rem}.article-expanded-content p{color:#4a5568;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.article-expanded-content ul{margin:0 0 1.5rem 1.25rem;padding:0}.article-expanded-content li{color:#4a5568;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.btn-text-action{color:#3182ce;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:auto;padding:0;font-size:.95rem;font-weight:600;transition:color .2s}.btn-text-action:hover{color:#2b6cb0;text-decoration:underline}
