@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-green: #064e3b;--accent-green: #22c55e;--light-green: #dcfce7;--accent-red: #ef4444;--logo-red: #ff3b30;--white: #ffffff;--off-white: #f8fafc;--black: #000000;--gray-900: #0f172a;--gray-600: #475569;--bg-page: var(--white);--bg-secondary: var(--off-white);--bg-card: #f1f5f9;--bg-faq: #e2e8f0;--text-main: #000000;--text-body: #334155;--border-subtle: rgba(0, 0, 0, .05);--emerald-gradient: linear-gradient(135deg, #064e3b 0%, #22c55e 100%);--font-sans: "Inter", -apple-system, sans-serif}.dark-theme{--bg-page: #000000;--bg-secondary: #1a1a1a;--bg-card: #0d0d0d;--bg-faq: #262626;--text-main: #ffffff;--text-body: #b3b3b3;--header-bg: rgba(0, 0, 0, .95);--border-subtle: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{font-family:var(--font-sans);color:var(--text-main);line-height:1.6;background-color:var(--bg-page);-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}.container{max-width:1440px;margin:0 auto;padding:0 4rem}.section-padding{padding:3rem 0}h1{font-size:4rem;font-weight:800;letter-spacing:-.02em}h2{font-size:3rem;font-weight:700;letter-spacing:-.01em}h3{font-size:1.5rem;font-weight:700}.text-gradient{background:linear-gradient(90deg,#15803d,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none!important}.btn-primary,.btn-emerald{background:var(--emerald-gradient);color:#fff;border:none;box-shadow:0 10px 15px -3px #22c55e4d}.btn-crimson-ghost{background:transparent;border:2px solid var(--accent-red);color:var(--accent-red)}.btn-crimson{background:var(--accent-red);color:#fff;border:none;box-shadow:0 10px 15px -3px #ef44444d}.btn-outline{background:transparent;border:1px solid var(--accent-red);color:var(--accent-red)}.btn-dark{background:var(--black);color:#fff;border:none}@media(max-width:1024px){.container{padding:0 2.5rem}h1{font-size:3.5rem}h2{font-size:2.5rem}}@media(max-width:768px){.container{padding:0 1.5rem}h1{font-size:2.75rem}h2{font-size:2.125rem}}@media(max-width:480px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.125rem}.btn{width:100%;padding:.875rem 1.5rem}}@media(max-width:768px){body,p,.section-subtitle,.hero-subtitle,.intro-subtitle,.stat-label,.checkmark-text,.contact-item p,.form-group label,.footer-column p,.footer-column ul li a,.service-card p,.team-info p,.faq-item p,.process-item p{font-size:1rem}h3,.contact-item h4,.service-card h3{font-size:1.25rem}.footer-column h4{font-size:1.125rem}.footer-bottom p,small{font-size:.875rem}}@media(max-width:480px){p,.section-subtitle,.hero-subtitle,.intro-subtitle,.stat-label,.checkmark-text,.contact-item p,.form-group label,.footer-column p,.footer-column ul li a,.service-card p,.team-info p,.faq-item p,.process-item p{font-size:1rem}h3,.contact-item h4,.service-card h3,.footer-column h4{font-size:1.125rem}.footer-bottom p,small{font-size:.875rem}}.nav-links{list-style:none;display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-main);font-weight:500;position:relative;transition:color .3s ease}.nav-links a:hover,.nav-links a.active{color:var(--accent-green)}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--accent-green);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:2rem;padding:2.5rem;box-shadow:0 10px 30px #00000005}.dark-theme .contact-card{box-shadow:0 10px 30px #0003}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.contact-item p{color:var(--text-muted);font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-main)}.form-input{width:100%;padding:1rem 1.5rem;border-radius:.75rem;border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-main);font-family:var(--font-sans);font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:var(--accent-green);background:var(--bg-page);box-shadow:0 0 0 4px #22c55e1a}.form-textarea{min-height:150px;resize:vertical}.form-error{display:block;margin-top:.35rem;font-size:.875rem;color:var(--accent-red)}.form-feedback{padding:2rem;border-radius:1.25rem;text-align:center;margin-bottom:1.5rem}.form-feedback--success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid rgba(34,197,94,.3)}.dark-theme .form-feedback--success{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#22c55e66}.form-feedback--success .form-feedback__icon{color:#059669;margin-bottom:1rem}.dark-theme .form-feedback--success .form-feedback__icon{color:#34d399}.form-feedback__title{font-size:1.5rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.form-feedback__text{font-size:1rem;color:var(--text-body);margin:0;line-height:1.6}.form-feedback--error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid rgba(239,68,68,.3)}.dark-theme .form-feedback--error{background:linear-gradient(135deg,#450a0a,#7f1d1d);border-color:#ef444466}.form-feedback--error .form-feedback__text{color:#b91c1c}.dark-theme .form-feedback--error .form-feedback__text{color:#fca5a5}.form-feedback__icon--error{color:#dc2626;margin-bottom:.75rem}.dark-theme .form-feedback__icon--error{color:#f87171}.form-feedback__list{list-style:none;padding:0;margin:.75rem 0 0;text-align:left;font-size:.9375rem;color:#b91c1c}.dark-theme .form-feedback__list{color:#fca5a5}.form-feedback__list li{padding:.25rem 0}.map-container iframe{border-radius:2rem;filter:grayscale(100%);transition:filter .3s ease}.map-container iframe:hover{filter:grayscale(0%)}.dark-theme .map-container iframe{filter:grayscale(100%) invert(90%)}.phone-mockup-container{perspective:1000px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.phone-mockup{width:300px;height:600px;background:#000;border-radius:40px;border:8px solid #333;position:relative;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;transform:rotateY(-15deg) rotateX(5deg);transition:transform .5s ease}.phone-mockup:hover{transform:rotateY(0) rotateX(0)}@media(max-width:768px){.phone-mockup{width:260px;height:520px;border-radius:32px;border-width:6px;transform:rotateY(-8deg) rotateX(3deg)}.phone-mockup:hover{transform:rotateY(0) rotateX(0)}}@media(max-width:480px){.phone-mockup{width:220px;height:440px;border-radius:28px;border-width:5px;transform:none}.phone-mockup:hover{transform:none}.phone-notch{width:90px;height:22px}}.phone-screen{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:30px;background:#000;border-bottom-left-radius:16px;border-bottom-right-radius:16px;z-index:10}.mockup-header{width:100%;padding:2rem 1rem;background:linear-gradient(135deg,#064e3b,#065f46);color:#fff;text-align:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px;margin-bottom:2rem}.mockup-logo-text{font-weight:800;font-size:1.2rem;letter-spacing:-.5px}.mockup-body{padding:1rem;width:100%;flex-grow:1}.mockup-card{background:#f3f4f6;border-radius:12px;height:80px;margin-bottom:1rem;width:100%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.services-grid-wrapper{width:100%;max-width:1280px;margin:0 auto;padding-bottom:2rem;overflow:visible;display:block}.section-header{text-align:center;max-width:800px;margin:0 auto 3rem}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}#why-choose-us .feature-card{background:var(--bg-page);padding:1.5rem;border-radius:1rem;border:1px solid var(--border-subtle)}#why-choose-us .feature-card h3{font-size:1.25rem;font-weight:700;line-height:1.35;word-wrap:break-word;overflow-wrap:break-word}#why-choose-us .feature-card p{font-size:.9375rem;line-height:1.55;word-wrap:break-word;overflow-wrap:break-word;color:var(--text-body)}@media(min-width:1025px){#why-choose-us{width:1512px;max-width:100%;box-sizing:border-box;opacity:1;padding:100px 50px;background:#e0e0e0b2;overflow-x:hidden;overflow-y:visible}#why-choose-us .container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:0;max-width:none}#why-choose-us .feature-card{border:none}#why-choose-us .section-title{font-family:Poppins,sans-serif;font-weight:600;font-size:96px;line-height:150%;letter-spacing:0;text-align:center}#why-choose-us .section-subtitle{font-family:Poppins,sans-serif}#why-choose-us .feature-grid:not(.why-choose-us-grid){width:1180px;max-width:100%;display:grid;grid-template-columns:700px 419px;grid-auto-rows:450px;gap:50px;justify-content:center;align-items:stretch;overflow:hidden}#why-choose-us .feature-card{box-sizing:border-box;opacity:1;flex:none;flex-grow:0;min-width:0;overflow:hidden}.dark-theme #why-choose-us .feature-card{background:#000}#why-choose-us .wcu-card-2 p,#why-choose-us .wcu-card-3 p{width:359px;max-width:100%;height:248px;opacity:1;overflow-y:auto;box-sizing:border-box}#why-choose-us .feature-card h3{font-size:1.25rem;font-weight:700;line-height:1.35;margin:0 0 1rem;min-width:0;word-wrap:break-word;overflow-wrap:break-word;color:inherit}#why-choose-us .feature-card p{font-size:.9375rem;line-height:1.55;margin:0;min-width:0;word-wrap:break-word;overflow-wrap:break-word;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;color:var(--text-body)}#why-choose-us .feature-card .icon-box{margin-bottom:1.5rem;flex-shrink:0}}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%;max-width:1000px;margin:0 auto}.services-grid .service-card{width:100%;height:100%;min-width:0;max-width:none;flex:none;background:var(--bg-card);padding:2rem;border-radius:1.5rem;border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.services-grid .service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid-wrapper{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-right:1.5rem}.services-grid{display:flex;grid-template-columns:none;width:max-content;max-width:none;gap:1.5rem}.services-grid .service-card{min-width:280px;max-width:320px;width:85vw;scroll-snap-align:start;flex:0 0 auto}}
