@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap";:root{--color-bg:#fff;--color-bg-alt:#f5f5f3;--color-bg-dark:#0f0f0f;--color-text:#0a0a0a;--color-text-muted:#555;--color-text-light:#999;--color-border:#e8e8e8;--color-border-dark:#0000001f;--color-accent:#a3e635;--color-accent-dark:#8ccf1e;--color-accent-soft:#a3e6351f;--color-white:#fff;--font-family:"Inter", sans-serif;--radius-md:16px;--radius-lg:32px;--radius-pill:999px;--section-py:220px;--container-w:1320px;--container-px:40px}.accent{color:var(--color-accent)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.4;position:relative;overflow-x:hidden}ul{list-style:none}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.2,1,.3,1)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-w);padding:0 var(--container-px);z-index:2;margin:0 auto;position:relative}section{padding:var(--section-py) 0;position:relative}section.dark-section{background:var(--color-bg-dark);color:var(--color-white)}section.dark-section .label-tag{color:#fff9}section.dark-section h2,section.dark-section h3{color:var(--color-white)}section.dark-section p{color:#ffffffb3}section.dark-section .service-card,section.dark-section .pain-card{background:#151515;border-color:#ffffff1a}section.dark-section .service-card h3,section.dark-section .pain-card h3{color:#fff}section.dark-section .icon-wrapper{color:#fff;background:#ffffff0d}.label-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);align-items:center;gap:12px;margin-bottom:24px;font-size:13px;font-weight:800;display:inline-flex}.label-tag:before{content:"•";color:var(--color-accent);font-size:20px}h1{letter-spacing:-.06em;margin-bottom:40px;font-size:clamp(64px,11vw,130px);font-weight:900;line-height:.85}h2{letter-spacing:-.05em;margin-bottom:48px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}h3{letter-spacing:-.04em;margin-bottom:20px;font-size:32px;font-weight:900}p{color:var(--color-text-muted);font-size:22px;font-weight:500;line-height:1.5}span.accent{color:var(--color-accent)}.btn{border-radius:var(--radius-pill);align-items:center;gap:12px;padding:20px 40px;font-size:16px;font-weight:700;transition:all .4s cubic-bezier(.2,1,.3,1);display:inline-flex}.btn-primary{background:var(--color-bg-dark);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent);transform:translateY(-4px);box-shadow:0 15px 30px #a3e6354d}.btn-outline{border:1.5px solid var(--color-border-dark)}.btn-outline:hover{background:var(--color-bg-dark);color:var(--color-white);border-color:var(--color-bg-dark);transform:translateY(-4px)}.navbar{z-index:1000;border-bottom:1px solid #0000;align-items:center;height:80px;transition:all .5s cubic-bezier(.2,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#fffc}.navbar__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;width:100%;display:grid}@media (width<=1024px){.navbar__inner{grid-template-columns:auto 1fr auto}}.navbar__logo{letter-spacing:-.04em;color:var(--color-text);white-space:nowrap;align-items:center;font-size:20px;font-weight:800;display:flex}.logo-dot{color:var(--color-accent);margin-left:2px}.navbar__links{justify-content:center;gap:28px;display:flex}.navbar__links a{color:var(--color-text-muted);white-space:nowrap;font-size:13px;font-weight:600}.navbar__links a:hover{color:var(--color-accent)}.navbar__menu-btn{color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:8px;display:none}.navbar__cta{justify-content:flex-end;align-items:center;gap:16px;display:flex}.navbar__link-cta{white-space:nowrap;font-size:13px;font-weight:700;text-decoration:none}.lang-toggle{background:var(--color-bg-alt);border-radius:99px;padding:4px;font-size:12px;font-weight:700;display:flex}.lang-toggle span{border-radius:99px;padding:6px 12px}.lang-toggle span.active{background:var(--color-accent);color:#fff}.mobile-nav{background:var(--color-bg);z-index:2000;flex-direction:column;width:100%;height:100%;padding:20px 24px;transition:transform .5s cubic-bezier(.2,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav__header{justify-content:space-between;align-items:center;margin-bottom:40px;padding:0;display:flex}.mobile-nav__brand{text-align:center;flex:1}.mobile-nav__logo{letter-spacing:-.04em;color:var(--color-text);justify-content:center;align-items:center;font-size:24px;font-weight:800;text-decoration:none;display:flex}.mobile-nav__header button{color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.mobile-nav__lang{justify-content:center;align-items:center;gap:12px;margin-bottom:40px;font-size:14px;font-weight:700;display:flex}.mobile-nav__lang span{cursor:pointer;color:var(--color-text-muted);border-radius:6px;padding:6px 12px;transition:all .3s}.mobile-nav__lang span.active{background:var(--color-accent-soft);color:var(--color-accent)}.mobile-nav__lang .separator{color:var(--color-border);cursor:default;padding:0}.mobile-nav__links{flex-direction:column;flex:1;gap:28px;display:flex}.mobile-nav__links a{color:var(--color-text);padding:8px 0;font-size:24px;font-weight:700;text-decoration:none;transition:color .3s}.mobile-nav__links a:hover{color:var(--color-accent)}.mobile-nav__cta{background:var(--color-accent-soft);text-align:center;border-radius:8px;margin-top:auto;padding:14px 20px;font-weight:700;color:var(--color-accent)!important;font-size:14px!important}.hero{min-height:100vh;padding:120px var(--container-px) 80px;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__content{z-index:10;flex-direction:column;align-items:center;max-width:1200px;display:flex;position:relative}.hero__title{letter-spacing:-.06em;margin-bottom:48px;font-size:clamp(50px,9vw,92px);font-weight:900;line-height:.95}.hero__title--desktop{display:block}.hero__title--mobile{display:none}.hero__sub{max-width:700px;color:var(--color-text-muted);margin-bottom:64px;font-size:22px;font-weight:500;line-height:1.5}.hero__actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.rotating-badge{z-index:5;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:absolute;top:30%;right:10%}.rotating-badge svg{width:100%;height:100%;animation:20s linear infinite rotate}.rotating-badge text{letter-spacing:.1em;fill:var(--color-accent);font-size:14px;font-weight:700}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent-outline{border:1.5px solid var(--color-accent);color:var(--color-accent)}.btn-accent-outline:hover{background:var(--color-accent);color:#fff}.pain-card,.service-card,.project-card,.diff-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;padding:56px;transition:all .5s cubic-bezier(.2,1,.3,1);display:flex}.about-description{margin-bottom:24px;font-size:18px;line-height:1.6}.about-description-alt{opacity:.7;margin-bottom:32px;font-size:18px}.about-icon{width:80px;height:80px}.about-label{opacity:.5;font-size:14px;font-weight:600}.pain-card:hover,.service-card:hover,.project-card:hover,.diff-card:hover{border-color:var(--color-accent);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.project-tag{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:12px;font-weight:800;display:block}.project-detail{flex:1;margin-top:32px}.project-detail p{margin-bottom:12px;font-size:15px;line-height:1.5}.project-footer{border-top:1px solid var(--color-border);margin-top:40px;padding-top:24px}.project-link{alignItems:center;color:var(--color-text-muted);gap:8px;font-size:14px;font-weight:700;display:flex}.project-link:hover{color:var(--color-accent)}.icon-wrapper{background:var(--color-bg-alt);width:64px;height:64px;color:var(--color-bg-dark);border-radius:20px;justify-content:center;align-items:center;margin-bottom:32px;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:60px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:60px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:60px;display:grid}.pain-points{background:#fff;padding:120px 0;position:relative;overflow:hidden}.pain-points:before{content:"";opacity:.05;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.pain-points__bg-glow{filter:blur(80px);background:radial-gradient(circle,#a3e63540 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.pain-points__layout{align-items:center;gap:80px;display:flex}.pain-points__left{flex:1}.pain-points__right{flex:1;position:relative}.pain-points__title{font-size:48px;font-weight:700;line-height:1.2}.pain-points__title .accent{color:#a3e635}.pain-points__subtitle{color:#666;max-width:400px;margin-top:20px;margin-bottom:40px}.pain-points__quote{border-left:3px solid #a3e635;max-width:420px;padding-left:28px}.pain-points__quote p{color:#111;font-size:17px;line-height:1.4}.pain-points__quote strong{font-weight:700}.pain-staggered-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-content:center;gap:24px;height:700px;display:grid;position:relative}.pain-card-premium{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9;border:1px solid #ffffff4d;border-radius:20px;width:100%;padding:24px;transition:all .3s;position:relative;transform:rotate(-2deg);box-shadow:0 10px 30px #0000000d,0 2px 10px #0000000d,inset 0 1px #fff9}.pain-card-premium:hover{z-index:10;box-shadow:0 20px 40px #00000014,0 5px 20px #00000014;transform:translateY(-8px)rotate(0)!important}.card-01{grid-area:1/1;justify-self:start;transform:rotate(-2deg)}.card-02{grid-area:1/2;justify-self:end;transform:rotate(2deg)}.card-03{grid-area:2/1;justify-self:start;transform:rotate(-1deg)}.card-04{grid-area:2/2;justify-self:end;transform:rotate(1deg)}.pain-card-premium__header{justify-content:space-between;align-items:center;display:flex}.pain-card-premium__icon-container{background:#ffffffb3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 10px #0000000d,inset 0 1px #fff9}.icon-inner{color:#111;justify-content:center;align-items:center;font-size:18px;display:flex}.pain-card-premium__number{color:#aaa;font-size:14px}.pain-card-premium__body h3{margin-top:16px;font-size:18px;font-weight:600}.pain-card-premium__body p{color:#666;margin-top:10px;font-size:14px}.card-line{background:#a3e635;border-radius:2px;width:30px;height:3px;margin-top:14px}@media (width<=1024px){.pain-points__layout{text-align:center;flex-direction:column;gap:40px}.pain-points__subtitle{margin:20px auto 0}.pain-staggered-grid{grid-template-columns:1fr;gap:24px;height:auto}.pain-card-premium{width:100%;transform:rotate(0)!important}.card-01,.card-02,.card-03,.card-04{justify-self:center;grid-area:auto/1!important}}@media (width<=640px){.pain-staggered-grid{grid-template-columns:1fr;height:auto}.card-01,.card-02,.card-03,.card-04{grid-column:1!important}}.why-me-section{background:linear-gradient(135deg,#fff 0%,#f5f5f3 100%);position:relative}.why-me-header{text-align:center;margin-bottom:80px}.label-line{background:var(--color-accent);border-radius:2px;width:60px;height:3px;margin:12px auto 28px}.why-me-header__title{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}.why-me-header__title .accent{color:var(--color-accent)}.why-me-header__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.why-me-diffs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:100px;display:grid}.why-me-diff-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff6;border-radius:20px;flex-direction:column;padding:32px;transition:all .3s cubic-bezier(.2,1,.3,1);display:flex;box-shadow:0 8px 24px #0000000a,0 2px 8px #00000008,inset 0 1px #fffc}.why-me-diff-card:hover{border-color:var(--color-accent);background:#ffffffd9;transform:translateY(-8px);box-shadow:0 16px 40px #00000014,0 4px 16px #0000000f,inset 0 1px #ffffffe6}.why-me-diff-card__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.why-me-diff-card__number{color:var(--color-accent);opacity:.6;font-size:32px;font-weight:900;line-height:1}.why-me-diff-card__icon{width:40px;height:40px;color:var(--color-accent);background:#a3e6351a;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.why-me-diff-card:hover .why-me-diff-card__icon{background:#a3e63533;transform:rotate(45deg)}.why-me-diff-card__body{flex:1;margin-bottom:16px}.why-me-diff-card__body h3{color:var(--color-text);margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.3}.why-me-diff-card__body p{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.6}.card-bottom-line{background:var(--color-accent);opacity:.6;border-radius:2px;width:30px;height:3px}.why-me-guarantees{border:1px solid var(--color-border);background:#fff;border-radius:24px;padding:56px 48px;box-shadow:0 8px 32px #0000000a}.guarantee-header{text-align:center;margin-bottom:48px}.guarantee-header h3{color:var(--color-text);margin-bottom:12px;font-size:28px;font-weight:800}.guarantee-header p{color:var(--color-text-muted);font-size:16px}.guarantee-items-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.guarantee-item{background:#a3e6350d;border:1px solid #a3e63526;border-radius:12px;align-items:flex-start;gap:16px;padding:16px;transition:all .3s;display:flex}.guarantee-item:hover{background:#a3e6351a;border-color:#a3e6354d;transform:translate(4px)}.guarantee-item__icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.guarantee-item span{color:var(--color-text);font-size:14px;font-weight:500;line-height:1.5}.projects{background:#fff;padding:120px 0}.projects__header{text-align:center;margin-bottom:80px}.projects__header h2{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(36px,5vw,56px);font-weight:900}.projects__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:18px}.project-card-enhanced{background:var(--color-white);border:1px solid var(--color-border);border-radius:20px;flex-direction:column;padding:48px;transition:all .3s cubic-bezier(.2,1,.3,1);display:flex;position:relative}.project-card-enhanced:hover{border-color:var(--color-accent);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.project-card-enhanced__header h3{color:var(--color-text);margin-bottom:24px;font-size:22px;font-weight:700;line-height:1.3;transition:color .3s}.project-card-enhanced:hover .project-card-enhanced__header h3{color:var(--color-accent)}.project-card-enhanced__tag-wrapper{border-bottom:2px solid var(--color-border);margin-bottom:28px;padding-bottom:24px}.project-tag-badge{color:var(--color-accent);text-transform:uppercase;letter-spacing:.15em;background:#a3e63514;border-radius:8px;padding:8px 16px;font-size:11px;font-weight:900;transition:all .3s;display:inline-block}.project-card-enhanced:hover .project-tag-badge{background:#a3e63526;transform:translate(4px)}.project-features-list{flex-direction:column;flex:1;gap:16px;margin:0 0 24px;padding:0;list-style:none;display:flex}.feature-item{align-items:flex-start;gap:12px;margin:0;padding:0;list-style:none;display:flex}.feature-bullet{background:var(--color-accent);opacity:.8;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px;transition:opacity .3s;display:inline-block}.project-card-enhanced:hover .feature-bullet{opacity:1}.feature-text{color:var(--color-text-muted);font-size:15px;line-height:1.5;transition:color .3s}.project-card-enhanced:hover .feature-text{color:var(--color-text)}.project-footer-text{color:var(--color-text-light);border-top:1px solid var(--color-border);margin:0;padding-top:16px;font-size:13px;font-style:italic}.project-card-enhanced__divider{background:var(--color-accent);opacity:.6;border-radius:2px;width:30px;height:3px;margin-top:auto;transition:opacity .3s}.project-card-enhanced:hover .project-card-enhanced__divider{opacity:1}.stats{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-bg);padding:80px 0}@media (width<=768px){.stats{padding:40px 0!important}.stats .grid-3{grid-template-columns:1fr 1fr 1fr!important;gap:12px!important}.stats span[style*="fontSize: '72px'"],.stats span[style*="font-size: 72px"]{margin-bottom:4px!important;font-size:32px!important}.stats p{font-size:11px!important}}@media (width<=640px){.stats{padding:30px 0!important}.stats .grid-3{grid-template-columns:1fr 1fr 1fr!important;gap:8px!important}.stats span[style*="fontSize: '72px'"],.stats span[style*="font-size: 72px"]{margin-bottom:2px!important;font-size:28px!important}.stats p{font-size:10px!important}}.stats__inner{justify-content:space-around;align-items:center;display:flex}.stat-number{color:var(--color-text);letter-spacing:-.04em;font-size:64px;font-weight:900}.stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);font-size:14px;font-weight:800}.contact__layout{grid-template-columns:1.6fr 1fr;gap:60px;margin-top:60px;display:grid}.contact-form{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:60px}.form-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-field{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.form-field label{text-transform:uppercase;color:var(--color-text-muted);font-size:13px;font-weight:800}.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--color-border);background:var(--color-bg);border-radius:16px;padding:18px 24px;font-size:16px;transition:all .3s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-accent);background:#fff;outline:none}.form-success{background:var(--color-bg);text-align:center;border:1px solid var(--color-border);border-radius:24px;padding:80px 60px}.form-success h3{margin-bottom:16px}.contact-receive{background:var(--color-bg-dark);color:#fff;border-radius:24px;padding:48px}.contact-receive h3{color:#fff;margin-bottom:12px}.sidebar-subtitle{color:#ffffff80;margin-bottom:32px;font-size:14px}.sidebar-list{flex-direction:column;gap:16px;display:flex}.sidebar-list li{color:#ffffffe6;align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.sidebar-list .dot{background:var(--color-accent);border-radius:50%;width:6px;height:6px}.contact-info-box{flex-direction:column;gap:16px;margin-top:32px;display:flex}.contact-info-item{align-items:center;gap:16px;font-weight:700;display:flex}.info-icon{background:var(--color-bg-alt);width:44px;height:44px;color:var(--color-bg-dark);margin-bottom:0}.footer{border-top:1px solid var(--color-border);background:var(--color-bg);padding:120px 0 60px}.footer__cta-box{text-align:center;margin-bottom:120px}.footer__cta-box h2{margin-bottom:40px;font-size:84px}.footer__cta-link{color:var(--color-text);border-bottom:4px solid var(--color-accent);align-items:center;gap:16px;padding-bottom:8px;font-size:32px;font-weight:900;transition:all .3s;display:inline-flex}.footer__cta-link:hover{color:var(--color-accent);transform:scale(1.05)}.footer__top{justify-content:space-between;margin-bottom:100px;display:flex}.footer__logo{letter-spacing:-.04em;align-items:center;margin-bottom:32px;font-size:24px;font-weight:800;display:flex}.footer__brand-desc{color:var(--color-text-muted);font-size:16px;line-height:1.6}.footer__nav{gap:80px;display:flex}.footer__col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);margin-bottom:32px;font-size:14px}.footer__col ul{flex-direction:column;gap:16px;list-style:none;display:flex}.footer__col a{color:var(--color-text-muted);font-weight:700;transition:color .3s}.footer__col a:hover{color:var(--color-accent)}.footer__bottom{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;align-items:center;padding-top:60px;font-size:14px;display:flex}.footer__copy,.footer__legal{color:var(--color-text-light);font-size:13px;font-weight:600}.footer__legal{gap:32px;display:flex}.footer__legal a:hover{color:var(--color-text)}.faq__list{max-width:900px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border);cursor:pointer;transition:all .3s}.faq__question{justify-content:space-between;align-items:center;padding:32px 0;display:flex}.faq__question h3{font-size:20px;font-weight:700;transition:color .3s}.faq__icon{border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .3s;display:flex}.faq__answer{opacity:0;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__answer p{color:var(--color-text-muted);max-width:800px;padding-bottom:32px;font-size:17px;line-height:1.6}.faq__item.active .faq__answer{opacity:1;max-height:300px}.faq__item.active .faq__question h3{color:var(--color-accent)}@media (width<=1024px){.projects{padding:80px 0}.project-card-enhanced{padding:40px}}@media (width<=640px){.projects__header h2{font-size:32px}.project-card-enhanced{padding:32px 24px}.project-card-enhanced__header h3{font-size:20px}.feature-item{gap:10px}}.faq__item.active .faq__icon{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white);transform:rotate(180deg)}.faq__item:hover .faq__icon{border-color:var(--color-accent);color:var(--color-accent)}@media (width<=1024px){:root{--section-py:100px}h1{font-size:48px}.hero__title--desktop{display:none}.hero__title--mobile{line-height:1.1;display:block;font-size:42px!important}.grid-2,.grid-3,.grid-4,.contact__layout,.footer__top,.pain-points__layout{grid-template-columns:1fr;gap:24px}.project-card-enhanced{padding:24px}.project-card-enhanced__header h3{font-size:18px}.project-card-enhanced__tag-wrapper{margin-bottom:16px;padding-bottom:16px}.project-tag-badge{padding:6px 10px;font-size:12px}.feature-item{gap:8px;font-size:13px}.feature-bullet{width:4px;height:4px}.project-footer-text{margin-top:12px;font-size:13px}.pain-points__left{position:static}.pain-card--compact:hover{transform:none}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__links,.navbar__link-cta,.lang-toggle{display:none}.navbar__logo{text-align:center;flex:1;font-size:20px}.navbar__menu-btn{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.navbar__cta{flex-shrink:0;width:40px;display:none}.footer__nav{flex-wrap:wrap;gap:40px}.footer__cta-box h2{font-size:48px}.faq__question h3{padding-right:20px;font-size:18px}.faq__icon{width:40px;height:40px;font-size:16px}.why-me-header{margin-bottom:40px}.why-me-header__title{font-size:36px}.why-me-header__subtitle{font-size:16px}.why-me-diffs-grid{grid-template-columns:1fr;gap:16px;margin-bottom:50px}.why-me-diff-card{border-radius:16px;padding:20px}.why-me-diff-card__header{margin-bottom:14px}.why-me-diff-card__number{font-size:24px}.why-me-diff-card__icon{width:32px;height:32px}.why-me-diff-card__body h3{margin-bottom:6px;font-size:16px}.why-me-diff-card__body p{font-size:13px}.card-bottom-line{margin-top:12px}.why-me-guarantees{border-radius:16px;padding:32px 20px}.guarantee-header{margin-bottom:24px}.guarantee-header h3{margin-bottom:6px;font-size:18px}.guarantee-header p{font-size:13px}.guarantee-items-grid{grid-template-columns:1fr 1fr;gap:12px}.guarantee-item{gap:8px;padding:12px 8px;font-size:12px}.guarantee-item__icon{flex-shrink:0;min-width:16px}}@media (width<=480px){.why-me-guarantees{padding:24px 16px}.guarantee-header{margin-bottom:16px}.guarantee-header h3{margin-bottom:4px;font-size:16px}.guarantee-header p{font-size:12px}.guarantee-items-grid{grid-template-columns:1fr 1fr;gap:10px}.guarantee-item{gap:6px;padding:8px 6px;font-size:11px}.guarantee-item__icon{min-width:14px}}.hero__badge{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#fff;align-items:center;gap:10px;margin-bottom:32px;padding:10px 20px;font-size:14px;font-weight:800;display:inline-flex}.hero__badge-dot{background:var(--color-accent);width:10px;height:10px;box-shadow:0 0 15px var(--color-accent);border-radius:50%;animation:2s infinite pulse}.not-found{text-align:center;justify-content:center;align-items:center;min-height:80vh;display:flex}.not-found__title{color:var(--color-accent);margin-bottom:20px;font-size:clamp(100px,15vw,200px);line-height:1}.not-found__subtitle{margin-bottom:24px;font-size:clamp(24px,5vw,40px)}.not-found__desc{max-width:600px;color:var(--color-text-muted);margin:0 auto 48px;font-size:18px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}.services-section{background:#fff;padding:140px 0;position:relative;overflow:hidden}.services-section:before{content:"";opacity:.04;pointer-events:none;background:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.services-bg__glow{filter:blur(100px);z-index:0;background:radial-gradient(circle,#a3e63559,#0000 70%);width:600px;height:600px;position:absolute;top:30%;right:10%}.services-float{z-index:0;position:absolute}.services-float--sphere{filter:blur(2px);background:radial-gradient(circle at 30% 30%,#a3e635,#7cc000);border-radius:50%;width:80px;height:80px;top:80px;right:120px}.services-float--ring{border:14px solid #0000000d;border-radius:50%;width:120px;height:120px;bottom:60px;right:100px}.services-header{z-index:2;max-width:800px;margin-bottom:80px;position:relative}.services-header .label-tag{letter-spacing:2px;text-transform:uppercase;color:#a3e635;margin-bottom:0;font-size:12px;font-weight:600}.services-header .label-tag:before{display:none}.label-line{background:#a3e635;width:40px;height:2px;margin-top:6px}.services-header__title{margin-top:20px;font-size:52px;font-weight:700;line-height:1.2}.services-header__title .accent{color:#a3e635}.services-header__subtitle{color:#666;max-width:600px;margin-top:20px;font-size:16px}.services-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:30px;display:grid;position:relative}.service-card-premium{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffa6;border:1px solid #ffffff4d;border-radius:32px;flex-direction:column;justify-content:space-between;padding:32px;transition:all .35s;display:flex;transform:perspective(1000px)rotateX(0)rotateY(0);box-shadow:0 20px 40px #0000000f,0 5px 20px #0000000d,inset 0 1px #ffffffb3}.service-card-premium:hover{transform:perspective(1000px)rotateX(3deg)rotateY(-3deg)translateY(-10px);box-shadow:0 30px 60px #00000014,0 10px 30px #00000014}.service-card-premium__icon-container{background:#f8f8f8;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:6px 6px 12px #0000000f,-6px -6px 12px #ffffffe6}.icon-inner{color:#111;font-size:22px}.service-card-premium__body h3{margin-top:24px;margin-bottom:0;font-size:20px;font-weight:600}.service-card-premium__body p{color:#666;margin-top:12px;font-size:14px;line-height:1.6}.service-card-premium__footer{justify-content:space-between;align-items:center;margin-top:30px;display:flex}.footer-line{background:#a3e635;border-radius:2px;width:40px;height:3px}.footer-arrow{color:#a3e635;background:#a3e63526;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.service-card-premium:hover .footer-arrow{color:#000;background:#a3e635;transform:translate(4px,-4px)}@media (width<=1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-header__title{font-size:38px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card-premium{border-radius:20px;padding:20px}.service-card-premium__icon-container{border-radius:12px;width:48px;height:48px}.service-card-premium__body h3{margin-top:14px;font-size:18px}.service-card-premium__body p{margin-top:8px;font-size:13px}.service-card-premium__footer{margin-top:14px}.footer-arrow{width:32px;height:32px;font-size:14px}}.process-section{background:#fff;padding:120px 0;position:relative;overflow:hidden}.process-header{text-align:center;max-width:800px;margin:0 auto 100px}.process-header .label-line-top{background:#a3e635;width:40px;height:2px;margin:0 auto 15px}.process-header .label-tag{color:#a3e635;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700}.process-header h2{margin-top:20px;font-size:48px;font-weight:700;line-height:1.2}.process-header h2 .dot{color:#a3e635}.process-header p{color:#666;margin-top:25px;font-size:18px}.process-timeline{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}.process-step{text-align:center;z-index:1;position:relative}.process-step:after{content:"";z-index:-1;border-top:2px dashed #e5e5e5;width:100%;height:2px;position:absolute;top:60px;left:50%}.process-step:last-child:after{display:none}.process-step__icon-box{color:#a3e635;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 30px;font-size:36px;transition:transform .3s;display:flex;position:relative;box-shadow:0 15px 35px #0000000d}.process-step:hover .process-step__icon-box{transform:translateY(-5px);box-shadow:0 20px 40px #a3e6351a}.process-step__number{color:#a3e635;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.process-step h3{margin-bottom:15px;font-size:20px;font-weight:700}.process-step p{color:#777;padding:0 15px;font-size:14px;line-height:1.6}@media (width<=991px){.process-timeline{grid-template-columns:repeat(2,1fr);gap:60px 20px}.process-step:after{display:none}}@media (width<=576px){.process-timeline{grid-template-columns:1fr}.process-header h2{font-size:32px}}.about-section{text-align:center;background:#fff;padding:120px 0}.about-header{max-width:900px;margin:0 auto 60px}.about-header h2{color:#111;margin-bottom:30px;font-size:56px;font-weight:800;line-height:1.1}.about-header h2 .dot{color:#a3e635}.about-header p{color:#666;max-width:700px;margin:0 auto;font-size:18px;line-height:1.8}.about-card{text-align:left;background:#fff;border:1px solid #f5f5f5;border-radius:24px;align-items:center;gap:30px;max-width:800px;margin:0 auto 60px;padding:40px;display:flex;box-shadow:0 10px 40px #00000008}.about-card__icon{color:#a3e635;background:#fcfcfc;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:28px;display:flex;box-shadow:0 5px 15px #00000005}.about-card__content h3{margin-bottom:10px;font-size:22px;font-weight:700}.about-card__content p{color:#777;font-size:15px;line-height:1.6}.tech-pills{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:60px;display:flex}.tech-pill{background:#fff;border:1px solid #f0f0f0;border-radius:100px;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 5px 15px #0000000a}.tech-pill:hover{transform:translateY(-2px)}.tech-pill svg{font-size:18px}.signature-container{margin-bottom:40px}.signature-text{color:#111;margin:0;font-family:Mrs Saint Delafield,cursive;font-size:72px;line-height:1}.about-socials{justify-content:center;gap:20px;display:flex}.social-btn{color:#111;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s;display:flex;box-shadow:0 5px 15px #00000008}.social-btn:hover{color:#a3e635;border-color:#a3e635;transform:translateY(-3px)}@media (width<=768px){.about-section{padding:80px 0}.about-header{margin-bottom:40px}.about-header h2{margin-bottom:20px;font-size:36px}.about-header p{font-size:16px}.about-card{text-align:center;flex-direction:column;gap:20px;margin-bottom:40px;padding:20px}.about-card__icon{width:60px;height:60px;font-size:24px}.about-card__content h3{font-size:18px}.about-card__content p{font-size:14px}.tech-pills{gap:10px;margin-bottom:40px}.tech-pill{gap:6px;padding:8px 14px;font-size:12px}.tech-pill svg{font-size:14px}.signature-text{margin-bottom:30px;font-size:48px}.about-socials{gap:12px}.social-btn{width:40px;height:40px;font-size:16px}}.contact-section{background:#fff;padding:120px 0}.contact-grid{grid-template-columns:1fr 1.1fr;align-items:flex-start;gap:80px;display:grid}.contact-info h2{color:#111;margin-bottom:25px;font-size:56px;font-weight:800;line-height:1.1}.contact-info h2 .dot{color:#a3e635}.contact-info .subtitle{color:#666;max-width:500px;margin-bottom:50px;font-size:18px;line-height:1.6}.contact-features{flex-direction:column;gap:25px;margin-bottom:60px;display:flex}.contact-feature{align-items:flex-start;gap:20px;display:flex}.contact-feature__icon{color:#111;background:#fff;border:1px solid #f5f5f5;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;display:flex;box-shadow:0 10px 25px #00000008}.contact-feature__text h3{margin-bottom:8px;font-size:18px;font-weight:700}.contact-feature__text p{color:#777;font-size:14px;line-height:1.5}.contact-channels{border-top:1px solid #f0f0f0;gap:40px;padding-top:40px;display:flex}.contact-channel{align-items:center;gap:15px;display:flex}.contact-channel__icon{color:#111;background:#fff;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.contact-channel__text span{color:#999;margin-bottom:2px;font-size:13px;font-weight:700;display:block}.contact-channel__text p{color:#111;font-size:15px;font-weight:600}.contact-form-card{background:#fff;border:1px solid #f5f5f5;border-radius:32px;padding:60px;box-shadow:0 20px 60px #0000000a}.form-group{margin-bottom:30px}.form-group label{color:#111;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.form-group input,.form-group textarea{color:#111;background:#fff;border:1px solid #eee;border-radius:14px;outline:none;width:100%;padding:18px 24px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#a3e635;box-shadow:0 0 0 4px #a3e6350d}.form-group textarea{resize:none;height:180px}.submit-btn{color:#000;cursor:pointer;background:#a3e635;border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;padding:20px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 30px #a3e6354d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px #a3e63566}.privacy-disclaimer{color:#999;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:13px;display:flex}@media (width<=1200px){.contact-grid{gap:40px}.contact-info h2{font-size:42px}}@media (width<=991px){.contact-grid{grid-template-columns:1fr}.contact-info{text-align:center}.contact-info .subtitle{margin-left:auto;margin-right:auto}.contact-feature{text-align:left}.contact-channels{justify-content:center}.contact-form-card{padding:40px}}.faq{background:#fff;padding:120px 0}.faq__list{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq__item{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:20px;transition:all .3s;overflow:hidden}.faq__item:hover{border-color:#a3e635;box-shadow:0 10px 30px #00000008}.faq__item.active{background:#fafafa;border-color:#a3e635}.faq__question{justify-content:space-between;align-items:center;gap:20px;padding:24px 32px;display:flex}.faq__question h3{color:#111;margin:0;font-size:18px;font-weight:700}.faq__icon{color:#a3e635;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .3s;display:flex}.faq__item.active .faq__icon{color:#000;background:#a3e635;transform:rotate(180deg)}.faq__answer{max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__item.active .faq__answer{max-height:200px}.faq__answer p{color:#666;margin:0;padding:0 32px 32px;font-size:16px;line-height:1.6}@media (width<=768px){.faq__question{padding:20px}.faq__question h3{font-size:16px}}.form-feedback{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;animation:.5s fadeIn;display:flex}.form-feedback.success{color:#111}.form-feedback.success svg{color:#a3e635;margin-bottom:8px;font-size:60px}.form-feedback.error{background:#fff5f5;border:1px solid #feb2b2;border-radius:12px;margin-top:20px;padding:20px}.form-feedback.error svg{color:#e53e3e;font-size:24px}.btn-retry{color:#000;cursor:pointer;background:#a3e635;border:none;border-radius:12px;margin-top:10px;padding:12px 24px;font-weight:600;transition:all .3s}.btn-retry:hover{transform:translateY(-2px);box-shadow:0 10px 20px #a3e63533}.submit-btn.loading{opacity:.8;cursor:not-allowed;position:relative;overflow:hidden}.submit-btn.loading:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:1.5s infinite loading-sweep;position:absolute;top:0;left:-100%}@keyframes loading-sweep{0%{left:-100%}to{left:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer__brand{max-width:450px;padding-right:60px}.footer__brand-desc{line-height:1.8}.testimonials-section{background:linear-gradient(135deg,#fff 0%,#f5f5f3 100%);padding:120px 0}.testimonials-header{text-align:center;margin-bottom:80px}.testimonials-header__title{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}.testimonials-header__title .accent{color:var(--color-accent)}.testimonials-header__subtitle{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:18px}.testimonials-carousel{margin-bottom:60px;position:relative}.carousel-inner{height:280px;margin-bottom:40px;position:relative}.testimonial-card{opacity:0;pointer-events:none;width:100%;transition:all .5s cubic-bezier(.2,1,.3,1);position:absolute;transform:translate(20px)}.testimonial-card.active{opacity:1;pointer-events:auto;z-index:1;transform:translate(0)}.testimonial-card.prev{opacity:0;transform:translate(-20px)}.testimonial-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000000d}.testimonial-card__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#a3e635,#8ccf1e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:14px;font-weight:700;display:flex}.avatar-text{text-transform:uppercase}.testimonial-info{flex:1}.testimonial-info h3{color:var(--color-text);margin-bottom:4px;font-size:16px;font-weight:700}.testimonial-info .role{color:var(--color-text-muted);margin:0;font-size:13px}.stars{gap:4px;display:flex}.testimonial-text{color:var(--color-text-muted);margin:0;font-size:16px;font-style:italic;line-height:1.6}.carousel-indicators{justify-content:center;gap:8px;display:flex}.indicator{background:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.indicator.active{background:var(--color-accent);border-radius:5px;width:28px}.testimonials-stats{text-align:center;border-top:1px solid var(--color-border);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;padding-top:60px;display:grid}.stat-item{flex-direction:column;align-items:center;gap:8px;display:flex}.stat-number{color:var(--color-accent);font-size:36px;font-weight:900}.stat-item p{color:var(--color-text-muted);margin:0;font-size:14px}.newsletter-section{background:var(--color-bg-alt);padding:120px 0}.newsletter-box{border:1px solid var(--color-border);background:#fff;border-radius:24px;max-width:700px;margin:0 auto;padding:60px}.newsletter-header{text-align:center;margin-bottom:40px}.newsletter-header h2{color:var(--color-text);margin-bottom:12px;font-size:clamp(32px,5vw,48px);font-weight:900;line-height:1.1}.newsletter-header p{color:var(--color-text-muted);font-size:16px;line-height:1.6}.newsletter-form-inline{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.input-wrapper-newsletter{align-items:center;display:flex;position:relative}.input-icon-newsletter{color:var(--color-text-light);pointer-events:none;position:absolute;left:16px}.newsletter-input-inline{border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);border-radius:12px;padding:14px 16px 14px 48px;font-size:15px;transition:all .3s}.newsletter-input-inline:focus{border-color:var(--color-accent);background:var(--color-bg);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.newsletter-input-inline::placeholder{color:var(--color-text-light)}.newsletter-button-inline{background:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:700;transition:all .3s;display:flex}.newsletter-button-inline:hover:not(:disabled){background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 8px 16px #a3e63533}.newsletter-button-inline:disabled{opacity:.7;cursor:not-allowed}.newsletter-button-inline.success{background:#10b981}.form-message-inline{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:8px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;display:flex}.form-message-inline.error{color:#ef4444;background:#ef444414;border-color:#ef444433}.form-privacy-inline{color:var(--color-text-light);text-align:center;margin:0;font-size:12px}.call-booking-section{background:#fff;padding:120px 0}.booking-content{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.booking-left h2{margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:900;line-height:1.1}.booking-subtitle{color:var(--color-text-muted);margin-bottom:40px;font-size:18px;line-height:1.6}.booking-benefits{flex-direction:column;gap:24px;margin-bottom:40px;padding:0;list-style:none;display:flex}.booking-benefits li{align-items:flex-start;gap:16px;display:flex}.booking-benefits svg{color:var(--color-accent);flex-shrink:0;margin-top:4px}.booking-benefits h4{color:var(--color-text);margin:0 0 4px;font-size:16px;font-weight:700}.booking-benefits p{color:var(--color-text-muted);margin:0;font-size:14px}.booking-button{background:var(--color-accent);color:#000;cursor:pointer;border:none;border-radius:12px;margin-bottom:16px;padding:16px 32px;font-size:15px;font-weight:700;transition:all .3s}.booking-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #a3e6354d}.booking-note{color:var(--color-text-light);margin:0;font-size:13px}.booking-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:20px;padding:40px;box-shadow:0 10px 30px #0000000d}.booking-card h3{color:var(--color-text);margin-bottom:24px;font-size:18px;font-weight:700}.booking-checklist{flex-direction:column;gap:16px;margin-bottom:32px;padding:0;list-style:none;display:flex}.booking-checklist li{color:var(--color-text-muted);align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.booking-checklist .bullet{color:var(--color-accent);flex-shrink:0;margin-top:2px;font-weight:700}.booking-footer{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.6}.booking-footer strong{color:var(--color-text)}.calendly-section{background:var(--color-bg-alt);padding:120px 0;animation:.4s cubic-bezier(.2,1,.3,1) slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calendly-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:60px;display:flex}.calendly-title{color:var(--color-text);margin-bottom:12px;font-size:clamp(32px,5vw,48px);font-weight:900;line-height:1.1}.calendly-subtitle{color:var(--color-text-muted);font-size:18px;line-height:1.6}.calendly-close{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.calendly-close:hover{color:var(--color-text);transform:rotate(90deg)}.calendly-wrapper{border:1px solid var(--color-border);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.chatbot-float-btn{background:var(--color-accent);color:#000;cursor:pointer;z-index:99;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-weight:700;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #0000001f}.chatbot-float-btn:hover{transform:scale(1.1);box-shadow:0 12px 32px #00000029}.pulse{background:var(--color-accent);opacity:.5;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse-ring;position:absolute}@keyframes pulse-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.chatbot-widget{z-index:100;opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;width:380px;height:600px;transition:all .3s cubic-bezier(.2,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;transform:scale(.95)translateY(20px);box-shadow:0 20px 60px #00000026}.chatbot-widget.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.chatbot-header{border-bottom:1px solid var(--color-border);color:#fff;background:linear-gradient(135deg,#a3e635,#8ccf1e);border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.chatbot-header__content h3{margin:0;font-size:16px;font-weight:700}.chatbot-header__content p{opacity:.9;margin:2px 0 0;font-size:12px}.chatbot-close{color:#fff;cursor:pointer;background:#0000001a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.chatbot-close:hover{background:#0003}.chatbot-messages{flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.message{animation:.3s fadeIn;display:flex}.message.bot{justify-content:flex-start}.message.user{justify-content:flex-end}.message-content{word-wrap:break-word;border-radius:12px;max-width:80%;padding:12px 16px;font-size:13px;line-height:1.5}.message.bot .message-content{background:var(--color-bg-alt);color:var(--color-text)}.message.user .message-content{background:var(--color-accent);color:#000}.chatbot-questions{border-top:1px solid var(--color-border);max-height:250px;padding:16px 12px;overflow-y:auto}.questions-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;padding:0 4px;font-size:12px;font-weight:700}.question-btn{text-align:left;background:var(--color-bg-alt);width:100%;color:var(--color-text);cursor:pointer;border:1px solid #0000;border-radius:8px;margin-bottom:8px;padding:12px;font-size:13px;font-weight:500;transition:all .3s}.question-btn:hover{border-color:var(--color-accent);color:var(--color-accent);background:#a3e6351a}.chatbot-footer{border-top:1px solid var(--color-border);padding:12px 16px}.reset-btn{background:var(--color-bg-alt);width:100%;color:var(--color-text);cursor:pointer;border:none;border-radius:8px;padding:10px;font-size:13px;font-weight:600;transition:all .3s}.reset-btn:hover{color:var(--color-accent);background:#a3e63526}.chatbot-cta{border-top:1px solid var(--color-border);text-align:center;padding:16px}.chatbot-cta p{color:var(--color-text-muted);margin:0 0 8px;font-size:12px}.cta-link{color:var(--color-accent);font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cta-link:hover{color:#8ccf1e}@media (width<=768px){.call-booking-section{padding:20px 0}.booking-content{grid-template-columns:1fr;gap:12px}.booking-left h2{word-break:break-word;margin-bottom:2px;font-size:16px;line-height:1.2}.booking-subtitle{margin-bottom:12px;font-size:11px}.booking-benefits{gap:8px;margin-bottom:12px}.booking-benefits li{gap:8px}.booking-benefits svg{width:16px;height:16px;margin-top:0}.booking-benefits h4{margin:0;font-size:12px}.booking-benefits p{margin:0;font-size:10px}.booking-button{margin-bottom:8px;padding:8px 16px;font-size:12px}.booking-note{font-size:9px}.booking-card{padding:12px}.booking-card h3{margin-bottom:8px;font-size:12px}.booking-checklist{gap:6px;margin-bottom:8px}.booking-checklist li{gap:6px;font-size:10px}.booking-footer{font-size:9px}.calendly-section{padding:24px 0}.calendly-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.calendly-title{margin-bottom:2px;font-size:18px}.calendly-subtitle{font-size:11px}.calendly-close{position:absolute;top:20px;right:20px}.newsletter-box{padding:40px 24px}.calendly-wrapper{height:600px}.testimonial-card{height:auto}.chatbot-widget{width:calc(100vw - 32px);height:70vh;max-height:600px}}@media (width<=640px){.call-booking-section{padding:16px 0}.booking-content{gap:10px}.booking-left h2{word-break:break-word;margin-bottom:2px;font-size:14px}.booking-subtitle{margin-bottom:10px;font-size:10px}.booking-benefits{gap:6px;margin-bottom:10px}.booking-benefits svg{width:14px;height:14px}.booking-benefits h4{font-size:11px}.booking-benefits p{font-size:9px}.booking-button{margin-bottom:6px;padding:7px 14px;font-size:11px}.booking-note{font-size:8px}.booking-card{padding:10px}.booking-card h3{margin-bottom:6px;font-size:11px}.booking-checklist{gap:4px;margin-bottom:6px}.booking-checklist li{gap:4px;font-size:9px}.booking-footer{font-size:8px}.calendly-section{padding:20px 0}.calendly-title{font-size:16px}.calendly-subtitle{font-size:10px}.calendly-wrapper{height:500px}}@media (width<=480px){.call-booking-section{padding:12px 0}.booking-content{gap:8px}.booking-left h2{word-break:break-word;margin-bottom:1px;font-size:13px}.booking-subtitle{margin-bottom:8px;font-size:9px}.booking-benefits{gap:4px;margin-bottom:8px}.booking-benefits li{gap:6px}.booking-benefits svg{width:12px;height:12px}.booking-benefits h4{margin:0;font-size:10px}.booking-benefits p{font-size:8px}.booking-button{margin-bottom:4px;padding:6px 12px;font-size:10px}.booking-note{font-size:7px}.booking-card{padding:8px}.booking-card h3{margin-bottom:4px;font-size:10px}.booking-checklist{gap:3px;margin-bottom:4px}.booking-checklist li{gap:3px;font-size:8px}.booking-footer{font-size:7px}.calendly-section{padding:16px 0}.calendly-title{font-size:14px}.calendly-subtitle{font-size:9px}.calendly-wrapper{height:500px}}@media (width<=768px){.footer{padding:60px 0 40px}.footer__top{flex-direction:column;gap:40px;margin-bottom:60px}.footer__brand{margin-bottom:0}.footer__logo{margin-bottom:16px;font-size:20px}.footer__brand-desc{max-width:100%;font-size:13px}.footer__nav{flex-wrap:wrap;gap:40px}.footer__col h4{margin-bottom:12px;font-size:12px}.footer__col ul{gap:10px}.footer__col a{font-size:12px}.footer__bottom{text-align:center;flex-direction:column;gap:20px}.footer__copy{font-size:12px}.footer__legal{flex-wrap:wrap;justify-content:center;gap:16px}.footer__legal a{font-size:11px}}@media (width<=640px){.footer{padding:40px 0 30px}.footer__top{gap:30px;margin-bottom:40px}.footer__logo{margin-bottom:12px;font-size:18px}.footer__brand-desc{font-size:12px}.footer__nav{gap:30px}.footer__col h4{margin-bottom:10px;font-size:11px}.footer__col ul{gap:8px}.footer__col a,.footer__copy{font-size:11px}.footer__legal a{font-size:10px}}@media (width<=480px){.footer{padding:30px 0 24px}.footer__top{gap:24px;margin-bottom:32px}.footer__logo{margin-bottom:10px;font-size:16px}.footer__brand-desc{font-size:11px;line-height:1.5}.footer__nav{gap:24px}.footer__col h4{margin-bottom:8px;font-size:10px}.footer__col ul{gap:6px}.footer__col a{font-size:10px}.footer__bottom{gap:16px}.footer__copy{font-size:10px}.footer__legal a{font-size:9px}}
