@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#e31c79;--secondary:#fbd634;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--radius-sm:8px;--radius-md:12px;--radius-lg:24px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:12px 24px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--secondary);color:var(--primary)}.btn-primary:hover{background-color:#fce16d}.btn-outline{color:#fff;background-color:#0000;border:1px solid #fff6}.btn-outline:hover{background-color:#ffffff1a}.section-title{text-align:center;color:#111827;letter-spacing:-.025em;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.text-primary{color:var(--primary)}.bg-light{background-color:var(--bg-light)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (width<=768px){.section-title{margin-bottom:2rem;padding:0 15px;font-size:2rem}}.header{z-index:100;color:#fff;width:100%;position:absolute;top:0;left:0}.header-content{grid-template-columns:1fr auto 1fr;align-items:center;padding-top:1.5rem;padding-bottom:1rem;display:grid}.logo{justify-self:flex-start}.logo-text{letter-spacing:-1px;font-size:2rem;font-weight:700}.nav-links{justify-self:center;align-items:center;gap:2rem;font-size:.95rem;font-weight:500;display:flex}.header-actions{justify-self:flex-end;align-items:center;gap:1.5rem;display:flex}.nav-links a{transition:opacity .2s}.nav-links a:hover{opacity:.8}.banner{-webkit-backdrop-filter:blur(5px);text-align:center;letter-spacing:.3px;background:#0000004d;border:1px solid #ffffff26;border-radius:100px;width:fit-content;margin:.5rem auto 0;padding:.4rem 1.2rem;font-size:.85rem;font-weight:400;transition:background .3s}.banner:hover{background:#0006}.banner a{color:#fff;vertical-align:middle;align-items:center;gap:4px;margin-left:.5rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.banner-arrow-icon{transition:transform .3s cubic-bezier(.16,1,.3,1)}.banner a:hover .banner-arrow-icon{transform:translate(3px)}.banner a:after{content:"";background-color:#fff6;width:100%;height:1px;transition:background-color .2s;position:absolute;bottom:-2px;left:0}.banner a:hover:after{background-color:#fff}.nav-reservation-btn{color:var(--text-dark);background:#fff;border:1px solid #e31c7940;border-radius:100px;align-items:center;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.nav-reservation-btn:hover{color:var(--text-dark);background:#fdf2f8;border-color:#e31c7966;transform:translateY(-2px);box-shadow:0 4px 12px #e31c791a}.nav-reservation-btn .btn-icon{color:var(--primary);transition:transform .3s}.nav-reservation-btn:hover .btn-icon{transform:scale(1.1)}.mobile-menu-toggle-custom{-webkit-backdrop-filter:blur(5px);cursor:pointer;z-index:1100;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:none}.mobile-menu-toggle-custom:hover{background-color:#fff3;transform:scale(1.05)}.hamburger-line{background-color:#fff;border-radius:4px;width:18px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.mobile-menu-toggle-custom.open .line-top{transform:translateY(6px)rotate(45deg)}.mobile-menu-toggle-custom.open .line-middle{opacity:0;transform:scale(0)}.mobile-menu-toggle-custom.open .line-bottom{transform:translateY(-6px)rotate(-45deg)}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.mobile-drawer-overlay.active{opacity:1;pointer-events:auto}.mobile-drawer{background:var(--primary);color:#fff;z-index:1000;-webkit-overflow-scrolling:touch;width:320px;height:100vh;box-shadow:none;flex-direction:column;padding:2rem 1.5rem;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-320px;overflow-y:auto}.mobile-drawer.active{right:0;box-shadow:-8px 0 30px #0000001a}.mobile-drawer-header{border-bottom:none;align-items:center;margin-bottom:1rem;padding-bottom:0;display:flex}.mobile-drawer-links{flex-direction:column;gap:.5rem;display:flex}.drawer-simple-link,.drawer-simple-trigger{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.drawer-simple-link:hover,.drawer-simple-trigger:hover{color:#fffc}.simple-chevron{color:#fff9;transition:transform .3s}.simple-chevron.rotated{color:#fff;transform:rotate(180deg)}.drawer-services-grid-container{border-bottom:1px solid #ffffff1a;padding:1rem 0}.drawer-services-heading{color:#fffc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;font-weight:500}.drawer-services-grid{grid-template-columns:repeat(2,100px);justify-content:center;gap:.5rem;display:grid}.drawer-service-card{color:#fff;text-align:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:.35rem .2rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.drawer-service-card:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.drawer-service-icon{object-fit:contain;width:36px;height:36px;margin-bottom:.2rem}.mobile-drawer-footer{margin-top:auto;padding-top:2rem}.mobile-drawer .footer-call-pill-btn{color:var(--primary)!important;background-color:#fff!important;border-color:#fff!important}.mobile-drawer .footer-rezervasyon-btn{color:#fff!important;box-shadow:none!important;background-color:#0000!important;border:none!important}.mobile-drawer .footer-call-pill-btn .pill-btn-icon{color:var(--primary)!important}.mobile-drawer .footer-rezervasyon-btn svg{color:#fff!important}.mobile-drawer .footer-call-pill-btn:hover{background-color:#ffffffe6!important;box-shadow:0 6px 16px #00000026!important}.mobile-drawer .footer-rezervasyon-btn:hover{color:#fff!important;background-color:#ffffff1a!important}.drawer-social-links{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.drawer-social-icon{color:#fff;background:0 0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s;display:flex}.drawer-social-icon:hover{color:#fffc;background:0 0;transform:translateY(-2px)}.drawer-legal-links{color:#fff9;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.75rem;display:flex}.drawer-legal-links a{color:#fffc;text-decoration:none;transition:color .2s}.drawer-legal-links a:hover{color:#fff}.drawer-legal-links .separator{color:#ffffff4d}@media (width<=992px){.header-content{justify-content:space-between;align-items:center;display:flex}.nav-links{display:none}.nav-reservation-btn{display:none!important}.mobile-menu-toggle-custom{display:flex}}@media (width<=576px){.logo-text{font-size:1.75rem}.banner{border-radius:10px;width:92%;padding:.5rem 1rem;font-size:.75rem;line-height:1.4}.mobile-drawer{width:280px;right:-280px}}.header-subpage{color:var(--primary)!important}.header-subpage .nav-links a{font-weight:600;color:var(--primary)!important}.header-subpage .nav-links a:hover{color:#b8125c!important}.header-subpage .mobile-menu-toggle-custom{background:#e31c7914!important;border-color:#e31c7933!important}.header-subpage .mobile-menu-toggle-custom:hover{background:#e31c7926!important}.header-subpage .hamburger-line{background-color:var(--primary)!important}.mobile-menu-toggle-custom.open .hamburger-line{background-color:#fff!important}.nav-dropdown-wrapper{align-items:center;height:100%;display:flex;position:relative}.nav-dropdown-trigger{cursor:pointer;align-items:center;gap:5px;font-weight:500;text-decoration:none;display:flex}.nav-chevron-icon{color:inherit;transition:transform .3s cubic-bezier(.16,1,.3,1)}.nav-dropdown-wrapper:hover .nav-chevron-icon{transform:rotate(180deg);color:var(--primary)!important}.services-dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:1000;opacity:0;visibility:hidden;pointer-events:none;background:#0f172af7;border:1px solid #ffffff14;border-radius:18px;width:520px;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(-10px);box-shadow:0 20px 50px #00000073,0 0 0 1px #ffffff0d}.services-dropdown-menu:before{content:"";z-index:-1;background:0 0;height:24px;position:absolute;top:-24px;left:0;right:0}.nav-dropdown-wrapper:hover .services-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-pointer{background:#0f172af7;border-top:1px solid #ffffff14;border-left:1px solid #ffffff14;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.services-dropdown-grid{grid-template-columns:1fr 1fr;gap:.4rem .8rem;display:grid}.dropdown-service-item{cursor:pointer;border-radius:12px;align-items:center;gap:.85rem;padding:.65rem .8rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;color:#e2e8f0!important;text-decoration:none!important}.dropdown-service-item:hover{background:#ffffff0f;transform:translate(4px);color:#fff!important}.dropdown-item-icon{border-radius:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;background:0 0!important;border:none!important}.dropdown-item-icon img{object-fit:contain;width:34px;height:34px;transition:transform .25s cubic-bezier(.16,1,.3,1)}.dropdown-service-item:hover .dropdown-item-icon img{transform:scale(1.1)}.dropdown-service-item:hover .dropdown-item-icon{transform:scale(1.08)rotate(3deg);box-shadow:none!important;background:0 0!important;border:none!important}.dropdown-item-text{letter-spacing:-.1px;color:#e2e8f0;font-size:.92rem;font-weight:600}.dropdown-service-item:hover .dropdown-item-text{color:#fff!important}.drawer-accordion-item{flex-direction:column;width:100%;display:flex}.drawer-accordion-trigger{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;width:100%;padding:1.1rem .5rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.drawer-accordion-trigger:before{content:"";background-color:var(--primary);border-radius:4px;width:3px;height:18px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:-12px;transform:translateY(-50%)scaleY(0)}.drawer-accordion-trigger:hover{padding-left:12px}.drawer-accordion-trigger:hover:before{transform:translateY(-50%)scaleY(1)}.drawer-accordion-trigger .minimal-link-text{color:#e5e7eb;letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.drawer-accordion-trigger:hover .minimal-link-text{color:#fff}.accordion-chevron{color:#6b7280;transition:transform .3s cubic-bezier(.16,1,.3,1)}.accordion-chevron.rotated{color:var(--primary);transform:rotate(180deg)}.drawer-submenu{opacity:0;visibility:hidden;flex-direction:column;gap:.15rem;max-height:0;padding-left:2.2rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.drawer-submenu.open{opacity:1;visibility:visible;max-height:320px;padding-top:.5rem;padding-bottom:.75rem}.drawer-submenu-link{border-bottom:1px solid #ffffff05;align-items:center;gap:.75rem;padding:.7rem .5rem;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;color:#9ca3af!important;text-decoration:none!important}.drawer-submenu-link:hover{padding-left:.75rem;color:#fff!important}.submenu-link-icon{justify-content:center;align-items:center;transition:transform .2s;display:flex}.submenu-link-icon img{object-fit:contain;width:24px;height:24px}.drawer-submenu-link:hover .submenu-link-icon{transform:scale(1.1)}.hero{color:#fff;text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:80vh;min-height:600px;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(#e31c7900 0%,#e31c7980 80%,#e31c79 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;width:100%;max-width:900px;padding-top:12rem;position:relative}.hero-title{text-shadow:0 4px 12px #0000004d;margin-bottom:3rem;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#fff;font-size:2.5rem;font-weight:600;animation:2s infinite alternate pulse-glow;display:inline-block}@keyframes pulse-glow{0%{text-shadow:0 0 5px #fff3;transform:scale(1)}to{text-shadow:0 0 15px #fff9,0 0 25px #ffffff4d;transform:scale(1.03)}}.hero-animated-underline{display:inline-block;position:relative}.hero-animated-underline:after{content:"";background:linear-gradient(90deg, transparent, var(--secondary), transparent);width:100%;height:4px;box-shadow:0 0 10px var(--secondary), 0 0 20px var(--secondary);background-size:200% 100%;border-radius:4px;animation:2s linear infinite tech-scan;position:absolute;bottom:-4px;left:0}@keyframes tech-scan{0%{background-position:100% 0}to{background-position:-100% 0}}.hero-cta-container{z-index:10;justify-content:center;margin-top:3.5rem;display:flex;position:relative}.hero-cta-btn{background-color:var(--secondary);color:var(--text-dark);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1.1rem 2.8rem;font-size:1.25rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 25px #fbd63466}.hero-cta-btn:hover{background-color:#ffe054;transform:translateY(-4px);box-shadow:0 15px 30px #fbd63499}.hero-cta-btn .btn-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-cta-btn:hover .btn-icon{transform:translate(6px)}@media (width<=992px){.hero{height:75vh;min-height:500px}.hero-content{padding-top:10rem}.hero-title{margin-bottom:2rem;font-size:3.2rem}.hero-subtitle{font-size:1.8rem}.hero-cta-btn{padding:1rem 2.4rem;font-size:1.15rem}}@media (width<=576px){.hero{height:65vh;min-height:450px}.hero-content{padding-top:8rem;padding-left:15px;padding-right:15px}.hero-title{margin-bottom:1.5rem;font-size:2.2rem}.hero-subtitle{font-size:1.4rem}.hero-cta-btn{padding:.9rem 2rem;font-size:1rem}}.services-section{background-color:var(--primary);z-index:10;color:#fff;padding:2rem 0 6rem;position:relative;overflow:hidden}.services-section:after{content:"";background-color:var(--bg-white);z-index:-1;height:180px;position:absolute;bottom:0;left:0;right:0}.services-grid{grid-template-columns:repeat(3,1fr);gap:5rem 2rem;max-width:1000px;margin:0 auto;padding-top:4rem;display:grid}.service-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:center;padding:4.5rem 2rem 2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 30px #0000000a}.service-card:hover{border-color:#e31c7933;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.service-icon{color:var(--primary);justify-content:center;align-items:center;width:120px;height:120px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.service-card:hover .service-icon{transform:translate(-50%)scale(1.1)rotate(2deg)}.service-title{color:#111827;justify-content:center;align-items:center;min-height:3.2rem;margin-bottom:.75rem;font-size:1.3rem;font-weight:700;transition:color .3s;display:flex}.service-card:hover .service-title{color:var(--primary)}.service-desc{color:#6b7280;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.service-arrow{color:#374151;justify-content:center;align-items:center;display:flex}.service-arrow svg{transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s}.service-card:hover .service-arrow svg{color:var(--primary);transform:translate(6px)}@media (width<=992px){.services-section:after{height:290px}.services-grid{grid-template-columns:repeat(2,1fr);gap:6rem 2rem;padding-top:4rem}}@media (width<=600px){.services-section:after{height:170px}.services-grid{grid-template-columns:repeat(2,1fr);gap:4.5rem 1rem;padding-top:2rem;padding-left:10px;padding-right:10px}.services-section{padding-top:.5rem;padding-bottom:3rem}.service-card{border-radius:16px;height:auto;padding:2.6rem .6rem 1.2rem}.service-icon{width:80px;height:80px;top:-40px}.service-card:hover .service-icon{transform:translate(-50%)scale(1.08)rotate(2deg)}.service-title{text-align:center;justify-content:center;align-items:center;min-height:2.6rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.service-desc{margin-bottom:1.2rem;padding:0 2px;font-size:.8rem;line-height:1.45;display:block}.service-arrow svg{width:20px;height:20px}}.features-section{background-color:var(--bg-white);padding:6rem 0}.features-section .section-title{color:#111827;letter-spacing:-.025em;margin-bottom:1.5rem;font-weight:700}.features-section-subtitle{text-align:center;max-width:800px;color:var(--text-light);margin:0 auto 7rem;font-size:1.1rem;font-weight:500;line-height:1.7}.title-underline{background-color:var(--primary);width:50px;height:4px;margin:.5rem auto 0}.feature-row{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.feature-row.reverse{flex-direction:row-reverse;justify-content:center}.feature-image-col{flex:1}.feature-text-col{text-align:center;flex:1;padding:0 2.5rem}.feature-text-col.center-text{text-align:center;flex:0 0 100%;margin-top:2rem}.feature-row.reverse{flex-direction:column}.movers-image-placeholder{border:6px solid #fff;border-radius:28px;width:100%;height:380px;transition:all .6s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:perspective(1000px)rotateY(-3deg)rotateX(1.5deg);box-shadow:0 20px 40px #0000000d}.movers-image-placeholder:hover{transform:perspective(1000px)rotateY(0)rotateX(0)translateY(-8px);box-shadow:0 30px 60px #e31c791f}.movers-image-placeholder img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.movers-image-placeholder:hover img{transform:scale(1.05)}.modern-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;background:#e31c790d;border:1px solid #e31c791f;border-radius:99px;margin-bottom:1.2rem;padding:.4rem 1.1rem;font-size:.75rem;font-weight:700;display:inline-block}.feature-text-col h3{color:#111827;letter-spacing:-.03em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:700;line-height:1.3}.feature-text-col p{color:#4b5563;font-size:1.05rem;line-height:1.75}.features-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;display:grid}.feature-item{background:linear-gradient(#fff 0%,#fffbfd 100%);border:1.5px solid #e31c790a;border-radius:24px;padding:3.5rem 1.8rem 3rem;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 10px 30px #00000003,0 1px 3px #00000001}.feature-item:after{content:"";opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 0,#e31c790a 0%,#0000 70%);border-radius:24px;transition:opacity .6s;position:absolute;inset:0}.feature-item:hover{border-color:#e31c7933;transform:translateY(-8px);box-shadow:0 20px 40px #e31c790f,0 1px 1px #e31c7905}.feature-item:hover:after{opacity:1}.feature-icon{width:76px;height:76px;color:var(--primary);z-index:1;background:#fff0f6;border-radius:22px;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.feature-icon:before{content:"";background:linear-gradient(135deg, var(--primary) 0%, #be185d 100%);opacity:0;z-index:-1;border-radius:22px;transition:opacity .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.feature-icon svg{z-index:2;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative}.feature-item:hover .feature-icon{color:#fff;transform:translateY(-4px)scale(1.05);box-shadow:0 10px 20px #e31c7933,0 2px 4px #e31c791a}.feature-item:hover .feature-icon:before{opacity:1}.feature-item:hover .feature-icon svg{transform:rotate(360deg)}.feature-item h4{color:#111827;letter-spacing:-.025em;z-index:1;justify-content:center;align-items:center;min-height:2.2rem;margin-bottom:1rem;font-size:1.2rem;font-weight:600;transition:color .3s;display:flex;position:relative}.feature-item:hover h4{color:var(--primary)}.feature-item p{color:#6b7280;z-index:1;font-size:.9rem;font-weight:450;line-height:1.65;transition:color .3s;position:relative}.feature-item:hover p{color:#374151}.fleet-vertical-block{text-align:center;margin:8.5rem 0 6rem;padding:0 1rem}.fleet-vertical-block h3{color:#111827;letter-spacing:-.025em;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.fleet-vertical-block p{color:var(--text-light);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.fleet-image-wrap{max-width:900px;margin:0 auto;overflow:hidden}.fleet-image-wrap img{width:100%;height:auto;transition:transform .5s cubic-bezier(.16,1,.3,1)}.fleet-image-wrap:hover img{transform:scale(1.03)}.savings-section{text-align:center;margin-top:9rem;margin-bottom:4rem;padding:0 1rem}.savings-section h2{color:#111827;letter-spacing:-.03em;margin-bottom:5rem;font-size:2.5rem;font-weight:700}.savings-grid{grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto;display:grid}.savings-item{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.savings-item:hover{transform:translateY(-8px)}.savings-icon{justify-content:center;align-items:center;height:100px;margin-bottom:2.2rem;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.savings-item:hover .savings-icon{transform:scale(1.08)rotate(3deg)}.savings-item h4{color:#111827;letter-spacing:-.025em;margin-bottom:1.2rem;font-size:1.4rem;font-weight:700}.savings-item p{color:#4b5563;max-width:360px;margin:0 auto;font-size:.95rem;line-height:1.75}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=900px){.features-section{padding:4.5rem 0}.features-section-subtitle{margin-bottom:4rem;padding:0 1rem;font-size:1.02rem}.feature-row{text-align:center;flex-direction:column;gap:2.5rem;margin-bottom:4.5rem}.movers-image-placeholder{height:280px;transform:none!important}.feature-text-col{padding:0 1rem}.feature-text-col h3{letter-spacing:-.025em;font-size:1.75rem}.feature-text-col p{font-size:.98rem}.fleet-vertical-block{margin:4.5rem 0 4rem}.fleet-vertical-block h3{font-size:1.75rem}.fleet-vertical-block p{margin-bottom:2rem;font-size:1rem}.fleet-image-wrap{width:calc(100% + 2rem);max-width:none;margin-left:-1rem;margin-right:-1rem;overflow:visible}.fleet-image-wrap img{transform-origin:50%;transform:scale(1.12)}.savings-section{margin-top:4.5rem}.savings-section h2{margin-bottom:3.5rem;font-size:1.75rem}.savings-grid{grid-template-columns:1fr;gap:2.5rem}.savings-item{padding:1rem 0}.savings-icon{height:80px;margin-bottom:1.2rem}.savings-icon svg{width:80px;height:80px}.savings-item h4{margin-bottom:.8rem;font-size:1.25rem}.savings-item p{max-width:100%;font-size:.94rem}}@media (width<=768px){.features-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:1.2rem;margin-top:3.5rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem 1.5rem 3rem;display:flex;overflow-x:auto}.features-grid::-webkit-scrollbar{display:none}.feature-item{scroll-snap-align:center;text-align:left;flex-direction:column;flex:0 0 82%;align-items:flex-start;max-width:300px;padding:2.5rem 1.6rem 2.2rem;display:flex}.feature-icon{border-radius:18px;align-self:flex-start;width:60px;height:60px;margin-bottom:1.2rem}.feature-icon svg{width:30px!important;height:30px!important}.feature-item h4{text-align:left;justify-content:flex-start;align-items:center;min-height:2.4rem;margin-bottom:.8rem;font-size:1.15rem;display:flex}}@media (width<=650px){.movers-image-placeholder{height:230px}}.timeline{max-width:1000px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--primary), var(--secondary), var(--primary));z-index:1;width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px #e31c794d}.timeline-step{z-index:2;justify-content:center;align-items:center;margin-bottom:7.5rem;display:flex;position:relative}.timeline-step:last-child{margin-bottom:0}.timeline-step.reverse{flex-direction:row-reverse}.timeline-dot-pulse{border:3px solid var(--primary);z-index:5;background-color:#fff;border-radius:50%;width:15px;height:15px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 10px #e31c7980}.timeline-dot-pulse:before{content:"";border:1.5px solid var(--primary);border-radius:50%;animation:2s ease-out infinite pulseNode;position:absolute;inset:-5px}@keyframes pulseNode{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.step-image{text-align:right;flex:1;padding:0 3.5rem}.timeline-step.reverse .step-image{text-align:left}.step-image img{max-width:100%;height:auto;transition:all .6s cubic-bezier(.16,1,.3,1)}.timeline-step:hover .step-image img{transform:translateY(-8px)scale(1.02)}.step-content{flex:1;align-items:flex-start;gap:1.8rem;padding:0 3.5rem;display:flex}.timeline-step.reverse .step-content{text-align:right;flex-direction:row-reverse}.step-number{border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-top:5px;font-size:1.25rem;font-weight:700;display:flex;position:relative;box-shadow:0 0 15px #e31c7966,inset 0 0 10px #fff3;background-color:var(--primary)!important;color:#fff!important}.step-number:before{content:"";border:1px dashed #e31c7966;border-radius:50%;animation:20s linear infinite spinRing;position:absolute;inset:-6px}@keyframes spinRing{to{transform:rotate(360deg)}}.step-text h3{color:#111827;letter-spacing:-.025em;margin-bottom:1.2rem;font-size:1.75rem;font-weight:700}.step-text p{color:#4b5563;margin-bottom:1.8rem;font-size:1.02rem;line-height:1.7}.step-booking-btn{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;margin-bottom:1.8rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 20px #e31c7926}.step-booking-btn:hover{background-color:#c21364;transform:translateY(-3px);box-shadow:0 15px 30px #e31c794d}.step-booking-btn:active{transform:translateY(-1px)}.btn-zap-icon{margin-left:8px;transition:transform .3s}.step-booking-btn:hover .btn-zap-icon{color:#fbd634;transform:scale(1.2)rotate(15deg)}.app-store-badges{gap:1rem;display:flex}.app-store-badges img{height:40px}.timeline-step.reverse .app-store-badges{justify-content:flex-end}@media (width<=768px){.how-it-works-section{padding:5rem 0}.section-header-tech{margin-bottom:3.5rem}.timeline:before{left:22px}.timeline-dot-pulse{display:none}.timeline-step,.timeline-step.reverse{flex-direction:column;align-items:flex-start;margin-bottom:4rem}.step-image,.timeline-step.reverse .step-image{text-align:center;justify-content:center;width:100%;padding:0 0 1.8rem;display:flex}.step-image img{max-width:290px!important}.step-content,.timeline-step.reverse .step-content{text-align:left;flex-direction:row;width:100%;padding:0 0 0 55px;position:relative}.step-number{margin-top:0;position:absolute;top:0;left:0}.step-text h3{margin-bottom:.8rem;font-size:1.5rem}.step-text p{margin-bottom:1.5rem;font-size:.96rem}.step-booking-btn{width:100%;max-width:320px;padding:.75rem 1.6rem;font-size:.95rem}.timeline-step.reverse .app-store-badges{justify-content:flex-start}}.yeni-karsilastirma-section{background-color:#fff;padding:6.5rem 0;position:relative;overflow:hidden}.yeni-karsilastirma-container{z-index:2;position:relative}.yeni-karsilastirma-wrapper{max-width:850px;margin:0 auto}.yeni-karsilastirma-header{text-align:center;margin-bottom:3.5rem}.yeni-karsilastirma-title{color:#111827;letter-spacing:-.025em;max-width:720px;margin:0 auto;font-size:2.3rem;font-weight:700;line-height:1.35}.yeni-karsilastirma-tabs-row{justify-content:center;margin-bottom:2.5rem;display:flex}.yeni-karsilastirma-tabs-pill{background-color:#f3f4f6;border:1px solid #00000005;border-radius:100px;padding:6px;display:inline-flex}.yeni-karsilastirma-tab-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:100px;padding:10px 26px;font-size:.94rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.yeni-karsilastirma-tab-btn.active{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #e31c794d}.yeni-karsilastirma-tab-btn:hover:not(.active){color:#111827}.yeni-karsilastirma-options-row{outline:none;justify-content:center;gap:.85rem;margin-bottom:3rem;display:flex}.yeni-karsilastirma-option-btn{color:#4b5563;cursor:pointer;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:11px 24px;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.yeni-karsilastirma-option-btn:hover:not(.active){color:#111827;background-color:#fffbfd;border-color:#e31c794d}.yeni-karsilastirma-option-btn.active{background-color:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 6px 16px #e31c7940}.yeni-karsilastirma-table-card{background-color:#fff;border:1.5px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000000a}.yeni-karsilastirma-table-grid{grid-template-columns:1.35fr 1fr 1fr;align-items:center;display:grid}.yeni-karsilastirma-table-grid.header-row{background-color:#f9fafb;border-bottom:1.5px solid #e5e7eb}.grid-cell{align-items:center;padding:1.35rem 1.8rem;display:flex}.grid-cell.text-center{text-align:center;justify-content:center}.cell-heading{color:#111827;letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.muted-header{color:#6b7280}.active-header{color:var(--primary);background-color:#e31c790a;border-left:1.5px solid #e31c7914;border-right:1.5px solid #e31c7914;height:100%;font-weight:700}.yeni-karsilastirma-table-grid.body-row{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.yeni-karsilastirma-table-grid.body-row:hover{background-color:#fffbfd}.yeni-karsilastirma-table-grid.body-row:last-child{border-bottom:none}.cell-feature{color:#374151;font-size:.98rem;font-weight:550}.cell-status{justify-content:center;height:100%}.brand-status{background-color:#e31c790a;border-left:1.5px solid #e31c7914;border-right:1.5px solid #e31c7914}.status-icon-box{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 2px 6px #0000000d}.status-x{color:#ef4444;background-color:#fee2e2}.status-check{color:#10b981;background-color:#d1fae5}.status-svg{stroke-width:3.5px;width:16px;height:16px}.yeni-karsilastirma-table-grid.price-row{background-color:#f9fafb;border-top:1.5px solid #e5e7eb}.price-heading{color:#111827;font-size:1.05rem;font-weight:700}.other-price{color:#9ca3af;justify-content:center;font-size:1.15rem;font-weight:600;text-decoration:line-through}.brand-price{background-color:var(--primary);color:#fff;border-left:1.5px solid var(--primary);border-right:1.5px solid var(--primary);justify-content:center;align-items:center;height:100%;padding:1.35rem 1.8rem;font-size:1.3rem;font-weight:700;display:flex;box-shadow:inset 0 0 20px #0000000f}.yeni-karsilastirma-footer{text-align:center;margin-top:2.8rem}.yeni-karsilastirma-disclaimer{color:#6b7280;max-width:600px;margin:0 auto 1.5rem;font-size:.8rem;font-style:italic;line-height:1.5}.yeni-karsilastirma-cta-wrapper{justify-content:center;display:flex}.yeni-karsilastirma-cta-link{width:auto;text-decoration:none}.yeni-karsilastirma-cta-btn{color:#fff;cursor:pointer;letter-spacing:.03em;text-transform:uppercase;background:linear-gradient(135deg,#e31c79 0%,#b8125c 100%);border:none;border-radius:50px;padding:14px 44px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #e31c7959}.yeni-karsilastirma-cta-btn:hover{filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 12px 30px #e31c7980}@media (width<=768px){.yeni-karsilastirma-section{padding:4.5rem 0}.yeni-karsilastirma-title{padding:0 15px;font-size:1.75rem}.grid-cell{padding:1.1rem .85rem}.cell-heading{font-size:.95rem}.cell-feature{font-size:.88rem}.brand-price{padding:1.1rem .85rem;font-size:1.1rem}.other-price{font-size:1rem}.status-icon-box{width:24px;height:24px}.status-svg{width:12px;height:12px}}@media (width<=480px){.yeni-karsilastirma-options-row{flex-wrap:wrap;gap:.5rem;padding:0 10px}.yeni-karsilastirma-option-btn{border-radius:8px;padding:8px 16px;font-size:.85rem}.yeni-karsilastirma-tab-btn{padding:8px 18px;font-size:.85rem}.grid-cell{padding:.95rem .5rem}.yeni-karsilastirma-cta-btn{width:100%;padding:12px 30px;font-size:.95rem}.yeni-karsilastirma-cta-link{width:100%;padding:0 20px}}.testimonial-section{background-color:var(--primary);text-align:center;color:#fff;padding:5rem 0 7rem;position:relative;overflow:hidden}.testimonial-card{will-change:transform, opacity;max-width:750px;margin:0 auto;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.user-profile{align-items:center;gap:1.25rem;margin-bottom:2rem;display:inline-flex}.avatar{object-fit:cover;border:3px solid #ffffff40;border-radius:50%;width:65px;height:65px;transition:transform .3s;box-shadow:0 8px 20px #00000026}.avatar:hover{transform:scale(1.05)}.user-info{text-align:left}.user-name{color:#fff;letter-spacing:-.01em;font-size:1.15rem;font-weight:700;display:block}.stars{gap:3px;margin-top:4px;display:flex}.review-text{letter-spacing:-.01em;text-shadow:0 2px 4px #0000000d;margin-bottom:3rem;font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.7;color:#fff!important}.pagination-dots{justify-content:center;align-items:center;gap:10px;display:flex}.dot{cursor:pointer;background-color:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s cubic-bezier(.16,1,.3,1)}.dot:hover{background-color:#fff9}.dot.active{background-color:var(--secondary);border-radius:100px;width:24px}@media (width<=768px){.testimonial-section{padding:2.2rem 0}.testimonial-card{padding:0 1rem}.user-profile{gap:.9rem;margin-bottom:.8rem}.avatar{border-width:2px;width:48px;height:48px}.user-name{font-size:1.05rem}.review-text{margin-bottom:1.5rem;padding:0 .5rem;font-size:.95rem;line-height:1.55}.stars{gap:2px}.stars svg{width:13px!important;height:13px!important}}@media (width<=480px){.testimonial-section{padding:1.8rem 0}.review-text{margin-bottom:1.2rem;font-size:.92rem;line-height:1.5}.user-profile{margin-bottom:.6rem}}.campaigns-page{background-color:#f9fafb;min-height:100vh;padding:8rem 0 5rem}.campaigns-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 1.5rem}.campaigns-header h1{color:#1f2937;margin-bottom:1rem;font-size:3rem;font-weight:800}.campaigns-header p{color:#6b7280;font-size:1.125rem;line-height:1.6}.campaigns-grid{flex-direction:column;gap:3rem;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:flex}.campaign-card{background:#fff;border:1px solid #fff;border-radius:28px;flex-direction:row;min-height:340px;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #0000000a,0 2px 8px #00000005}.campaign-card:hover{border-color:#e31c791a;transform:translateY(-8px);box-shadow:0 30px 60px #e31c7926,0 10px 20px #00000008}.campaign-badge{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;z-index:10;text-transform:uppercase;background:#e31c79f2;border:1px solid #ffffff4d;border-radius:99px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:800;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 8px 20px #e31c7966}.campaign-image-container{background:#f3f4f6;width:45%;margin:0;padding:0;position:relative;overflow:hidden}.campaign-image-full{object-fit:cover;width:100%;height:100%}.campaign-image-container:after{content:"";z-index:5;pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#fff 100%);width:120px;position:absolute;top:0;bottom:0;right:0}.campaign-content{z-index:10;flex-direction:column;justify-content:center;width:55%;padding:3rem 4rem 3rem 2rem;display:flex;position:relative}.campaign-title{color:#111827;letter-spacing:-.5px;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.campaign-desc{color:#4b5563;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.campaign-features{grid-template-columns:1fr 1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.campaign-features li{color:#374151;background:#f8fafc;border:1px solid #00000008;border-radius:14px;align-items:center;gap:.75rem;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.campaign-card:hover .campaign-features li{background:#fff;border-color:#e31c7926;box-shadow:0 4px 12px #00000005}.feature-check{color:var(--primary);filter:drop-shadow(0 2px 4px #e31c7933);flex-shrink:0}.campaigns-bottom-banner{max-width:1000px;margin:6rem auto 0;padding:0 1.5rem}.c-banner-inner{background:linear-gradient(135deg, var(--text-dark) 0%, #111827 100%);text-align:center;border-radius:28px;padding:4rem 2rem;position:relative;overflow:hidden}.c-banner-bg-shape{background:var(--primary);filter:blur(100px);opacity:.4;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-20%;right:-5%}.c-banner-bg-shape-2{background:var(--secondary);filter:blur(100px);opacity:.2;z-index:0;border-radius:50%;width:250px;height:250px;position:absolute;top:-20%;left:-5%}.c-banner-content{z-index:1;position:relative}.c-banner-title{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.c-banner-desc{color:#9ca3af;max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.6}.c-banner-buttons{justify-content:center;gap:1rem;display:flex}.c-btn-primary{background:var(--secondary);color:#000;border-radius:99px;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.c-btn-primary:hover{background:#fff;transform:translateY(-2px)}.c-btn-outline{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.c-btn-outline:hover{background:#fff3;transform:translateY(-2px)}@media (width<=900px){.campaign-card{flex-direction:column}.campaign-badge{top:1.5rem;left:auto;right:1.5rem}.campaign-image-container{width:100%;height:280px}.campaign-image-container:after{background:linear-gradient(#fff0 0%,#fff 100%);width:100%;height:80px;inset:auto 0 0}.campaign-content{width:100%;margin-top:-20px;padding:0 2rem 2.5rem}.campaign-features{grid-template-columns:1fr}}@media (width<=768px){.campaigns-header h1{font-size:2.25rem}.c-banner-title{font-size:2rem}.c-banner-buttons{flex-direction:column}.campaign-content{padding:0 1.5rem 2rem}.campaign-title{font-size:1.75rem}}.become-pratik-section{background-color:var(--bg-white);padding:4rem 0}.become-pratik-banner{background-color:var(--primary);border-radius:var(--radius-lg);align-items:center;max-width:1000px;margin:0 auto;display:flex;overflow:hidden}.banner-content{flex-direction:column;flex:0 0 58.3333%;justify-content:center;align-items:flex-start;padding:0 3.5rem;display:flex}.banner-eyebrow{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:700}.banner-title{color:#fce7f3;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.banner-desc{color:#fff;opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.5}.banner-btn{color:var(--primary);cursor:pointer;background-color:#fff;border:none;border-radius:6px;align-items:center;margin-top:1rem;padding:.8rem 1.6rem;font-weight:700;transition:all .3s;display:inline-flex}.banner-btn:hover{background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.banner-image{flex:0 0 41.6667%;height:100%;padding:0}.banner-image img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:380px;display:block}@media (width<=768px){.become-pratik-section{padding:3rem 0}.become-pratik-banner{flex-direction:column}.banner-content{text-align:left;flex:0 0 100%;align-items:flex-start;padding:2.5rem 1.5rem}.banner-title{font-size:1.8rem}.banner-desc{font-size:1rem}.banner-btn{justify-content:center;width:100%}.banner-image{flex:0 0 100%;width:100%}.banner-image img{min-height:250px}}.home-districts-section{background-color:#fff;padding:5rem 0;position:relative}.home-districts-grid-layout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.districts-left-col{flex-direction:column;align-items:flex-start;display:flex}.districts-eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.districts-title{color:#111827;letter-spacing:-.8px;margin-top:.5rem;margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;line-height:1.15}.districts-desc{color:#4b5563;max-width:580px;margin-bottom:1.5rem;font-size:.98rem;line-height:1.6}.districts-map-wrapper{justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:0;display:flex}.istanbul-map-svg{filter:drop-shadow(0 12px 28px #e31c790f);width:100%;max-width:100%;height:auto;transition:filter .4s;overflow:visible}.istanbul-map-svg:hover{filter:drop-shadow(0 16px 36px #e31c791a)}.istanbul-map-path,.imapsPolygon{fill:#cbd5e1;stroke:#cbd5e1;stroke-width:.6px;stroke-linejoin:round;stroke-linecap:round;transform-box:fill-box;transform-origin:50%;cursor:pointer;shape-rendering:geometricprecision;outline:none;transition:fill .25s,stroke .25s;transform:none}.istanbul-map-path.avrupa-path:hover,.istanbul-map-path.avrupa-path.active{fill:var(--primary);stroke:var(--primary);stroke-width:.6px;stroke-linejoin:round;stroke-linecap:round;outline:none;transform:none}.istanbul-map-path.anadolu-path:hover,.istanbul-map-path.anadolu-path.active{fill:var(--secondary);stroke:var(--secondary);stroke-width:.6px;stroke-linejoin:round;stroke-linecap:round;outline:none;transform:none}.istanbul-map-path.kocaeli-map-path:hover,.istanbul-map-path.kocaeli-map-path.active{fill:#0ea5e9;stroke:#0ea5e9;stroke-width:.6px;stroke-linejoin:round;stroke-linecap:round;outline:none;transform:none}.districts-right-col{flex-direction:column;height:100%;display:flex}.segmented-control-row{width:100%;margin-bottom:2rem;display:flex}.segmented-control{background-color:#f3f4f6;border-radius:99px;width:100%;max-width:420px;padding:4px;display:flex;position:relative}.segment-btn{z-index:2;color:#6b7280;cursor:pointer;text-align:center;background:0 0;border:none;outline:none;flex:1;padding:9px 0;font-size:.85rem;font-weight:700;transition:color .25s;position:relative}.segment-btn.active{color:#111827}.active-slider{z-index:1;background-color:#fff;border-radius:99px;width:calc(33.333% - 4px);transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 2px 8px #00000014}.active-slider.avrupa{transform:translate(0)}.active-slider.anadolu{transform:translate(100%)}.active-slider.kocaeli{transform:translate(200%)}.districts-grid-panel{width:100%}.districts-grid{grid-template-columns:repeat(3,1fr);gap:.3rem .5rem;display:grid}.district-grid-card{cursor:pointer;text-align:left;text-underline-offset:3px;background:0 0;border:none;border-radius:0;align-items:center;gap:.35rem;padding:6px 4px;text-decoration:none;transition:color .2s;display:inline-flex}.district-card-pin-icon{color:#9ca3af;flex-shrink:0;width:1.1rem;height:1.1rem;transition:color .2s}.district-card-name{color:#374151;text-underline-offset:3px;font-size:.84rem;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .2s,text-decoration-color .2s}.home-districts-section.region-avrupa .district-grid-card:hover .district-card-name,.home-districts-section.region-avrupa .district-grid-card.hovered .district-card-name{color:var(--primary);-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.home-districts-section.region-avrupa .district-grid-card:hover .district-card-pin-icon,.home-districts-section.region-avrupa .district-grid-card.hovered .district-card-pin-icon{color:var(--primary)}.home-districts-section.region-anadolu .district-grid-card:hover .district-card-name,.home-districts-section.region-anadolu .district-grid-card.hovered .district-card-name{color:#ca8a04;text-decoration-color:#ca8a04}.home-districts-section.region-anadolu .district-grid-card:hover .district-card-pin-icon,.home-districts-section.region-anadolu .district-grid-card.hovered .district-card-pin-icon{color:#ca8a04}.home-districts-section.region-kocaeli .district-grid-card:hover .district-card-name,.home-districts-section.region-kocaeli .district-grid-card.hovered .district-card-name{color:#0284c7;text-decoration-color:#0284c7}.home-districts-section.region-kocaeli .district-grid-card:hover .district-card-pin-icon,.home-districts-section.region-kocaeli .district-grid-card.hovered .district-card-pin-icon{color:#0284c7}@media (width<=992px){.home-districts-section{padding:4rem 0}.home-districts-grid-layout{grid-template-columns:1fr;gap:2.5rem}.districts-left-col{text-align:center;align-items:center}.districts-desc{max-width:600px;margin-left:auto;margin-right:auto}.districts-map-wrapper{max-width:520px;margin-top:.75rem;margin-left:auto;margin-right:auto;padding:.5rem}.segmented-control-row{justify-content:center}.segmented-control{max-width:100%}}@media (width<=768px){.home-districts-section{padding:3rem 0}.home-districts-grid-layout{gap:2rem}.districts-title{font-size:clamp(1.5rem,5vw,2rem)}.districts-desc{font-size:.92rem}.districts-map-wrapper{max-width:440px}.segmented-control{max-width:100%}.segment-btn{padding:8px 4px;font-size:.8rem}.districts-grid{grid-template-columns:repeat(3,1fr);gap:.25rem .4rem}.district-card-name{font-size:.8rem}.district-card-pin-icon{width:1rem;height:1rem}}@media (width<=640px){.home-districts-section{padding:2.5rem 0}.districts-eyebrow{font-size:.68rem}.districts-title{margin-bottom:.75rem;font-size:clamp(1.3rem,6vw,1.7rem)}.districts-desc{margin-bottom:1.5rem;font-size:.88rem}.districts-map-wrapper{max-width:100%;margin-top:.5rem;padding:0}.segmented-control-row{margin-bottom:1.25rem}.segmented-control{max-width:100%;padding:3px}.segment-btn{padding:8px 2px;font-size:.76rem;font-weight:700}.districts-grid{grid-template-columns:repeat(2,1fr);gap:.15rem .5rem}.district-grid-card{gap:.3rem;padding:5px 2px}.district-card-pin-icon{width:.95rem;height:.95rem}.district-card-name{font-size:.78rem}}@media (width<=480px){.home-districts-section{padding:2rem 0}.districts-title{font-size:clamp(1.2rem,7vw,1.5rem)}.segmented-control{padding:3px}.segment-btn{padding:7px 0;font-size:.72rem}.districts-grid{grid-template-columns:repeat(2,1fr);gap:.1rem .3rem}.district-card-name{font-size:.75rem}.district-card-pin-icon{width:.9rem;height:.9rem}}@media (width<=380px){.districts-grid{grid-template-columns:repeat(2,1fr);gap:.1rem .2rem}.segment-btn{letter-spacing:-.01em;font-size:.68rem}.district-card-name{font-size:.72rem}}.home-faq-section{padding:6rem 0;position:relative}.home-faq-header{margin-bottom:4rem}.home-faq-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:.75rem auto 0;font-size:1.05rem;font-weight:500;line-height:1.5}.home-faq-accordion-columns{grid-template-columns:repeat(2,1fr);align-items:start;gap:1.5rem;max-width:1100px;margin:0 auto 3rem;display:grid}.home-faq-accordion-col{flex-direction:column;gap:1.2rem;display:flex}.home-faq-accordion-item{background:#fff;border:1.5px solid #0000000d;border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.home-faq-accordion-item:hover{border-color:#e31c791f;box-shadow:0 10px 25px #00000005}.home-faq-accordion-item.open{border-color:#e31c792e;box-shadow:0 12px 30px #e31c7908}.home-faq-accordion-trigger{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:flex-start;align-items:center;width:100%;padding:1.25rem 3.5rem;display:flex;position:relative}.home-faq-accordion-question{color:#111827;letter-spacing:-.3px;text-align:left;width:100%;font-size:1rem;font-weight:700;line-height:1.45;transition:color .25s}.home-faq-accordion-item:hover .home-faq-accordion-question,.home-faq-accordion-item.open .home-faq-accordion-question{color:var(--primary)}.home-faq-accordion-chevron{color:#9ca3af;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .25s;position:absolute;right:1.5rem}.home-faq-accordion-item.open .home-faq-accordion-chevron{color:var(--primary);transform:rotate(180deg)}.home-faq-accordion-content{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.home-faq-accordion-item.open .home-faq-accordion-content{max-height:300px}.home-faq-accordion-inner{border-top:1px solid #00000005;padding:0 1.5rem 1.25rem}.home-faq-accordion-inner p{color:#4b5563;text-align:left;margin:0;font-size:.92rem;line-height:1.6}.home-faq-more-row{justify-content:center;display:flex}.home-faq-more-btn{color:#344054;cursor:pointer;background-color:#fff;border:1px solid #d0d5dd;border-radius:99px;padding:10px 24px;font-size:.82rem;font-weight:700;transition:all .2s}.home-faq-more-btn:hover{color:#111827;background-color:#f9fafb;border-color:#b5b7c0;transform:translateY(-1px)}.home-faq-toggle-row{justify-content:center;margin-top:1.5rem;margin-bottom:2rem;display:none}.home-faq-toggle-btn{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background-color:#0000;border-radius:99px;align-items:center;gap:.5rem;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.home-faq-toggle-btn:hover{background-color:#e31c790d;transform:translateY(-1px)}@media (width<=992px){.home-faq-accordion-columns{grid-template-columns:1fr;gap:1.2rem}}@media (width<=768px){.home-faq-section{padding:3rem 0}.home-faq-header{margin-bottom:2.2rem}.home-faq-subtitle{margin-top:.5rem;padding:0 10px;font-size:.92rem;line-height:1.45}.home-faq-accordion-columns.mobile-collapsed .home-faq-extra-item{display:none}.home-faq-toggle-row{display:flex}.home-faq-accordion-columns,.home-faq-accordion-col{gap:.8rem}.home-faq-accordion-item{border-radius:12px}.home-faq-accordion-trigger{-webkit-tap-highlight-color:transparent;padding:1.1rem 2.8rem 1.1rem 1.1rem}.home-faq-accordion-question{font-size:.92rem;line-height:1.4}.home-faq-accordion-chevron{right:1.1rem}.home-faq-accordion-inner{padding:0 1.1rem 1.1rem}.home-faq-accordion-inner p{font-size:.86rem;line-height:1.5}.home-faq-more-row{margin-top:1rem}}.instagram-feed-section{background-color:#fff;padding:4rem 0 3rem;position:relative;overflow:hidden}.instagram-feed-header{text-align:center;margin-bottom:2rem}.instagram-feed-title{color:#111827;letter-spacing:-.5px;margin-bottom:.4rem;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700}.instagram-feed-subtitle{color:#6b7280;margin:0;font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:500}.custom-marquee-section{padding-top:3.5rem;padding-bottom:3.5rem}.custom-marquee-flex-col{flex-direction:column;align-items:center;display:flex}.custom-marquee-row-wrapper{flex-direction:row;width:100%;display:flex;position:relative;overflow-x:clip}.custom-marquee-track{animation:customMarquee var(--marquee-duration) linear infinite;flex-direction:row;flex:none;align-items:center;display:flex}.custom-marquee-item{margin-left:.375rem;margin-right:.375rem;padding-bottom:1rem}.custom-marquee-link{transition:opacity .2s;display:block}.custom-marquee-link:hover{opacity:.9}.custom-marquee-img-wrapper{border:1px solid #e5e7eb;border-radius:1rem;width:150px;height:150px;position:relative;overflow:hidden}@media (width>=768px){.custom-marquee-img-wrapper{width:160px;height:160px}}.custom-marquee-img{object-fit:cover;color:#0000;width:100%;height:100%;position:absolute;inset:0}.instagram-follow-row{text-align:center;padding:1.5rem 1.5rem 0}.instagram-follow-label{color:#6b7280;margin-bottom:1rem;font-size:.92rem;font-weight:500}.instagram-follow-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.social-follow-btn{color:#4b5563;cursor:pointer;background-color:#00000005;border:1px solid #0000000f;border-radius:99px;justify-content:center;align-items:center;gap:.6rem;padding:10px 24px;font-size:.88rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;text-decoration:none!important}.social-follow-btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.social-follow-btn:hover{transform:translateY(-2px)}.social-follow-btn:hover svg{transform:scale(1.1)rotate(-8deg)}.btn-instagram:hover{background-color:#e1306c0a;border-color:#e1306c40;box-shadow:0 10px 25px #e1306c0f;color:#e1306c!important}.btn-facebook:hover{background-color:#1877f20a;border-color:#1877f240;box-shadow:0 10px 25px #1877f20f;color:#1877f2!important}.btn-youtube:hover{background-color:#ff00000a;border-color:#ff000040;box-shadow:0 10px 25px #ff00000f;color:red!important}.youtube-svg-icon{fill:currentColor}@keyframes customMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (width<=768px){.instagram-feed-section{padding:3rem 0 2rem}}@media (width<=480px){.instagram-follow-buttons{flex-direction:column;width:100%;max-width:280px;margin:0 auto}.social-follow-btn{width:100%}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.relative{position:relative}.w-full{width:100%}.overflow-x-clip{overflow-x:hidden}.flex-\[0_0_auto\]{flex:none}.animate-marquee{animation:customMarquee var(--marquee-duration,50s) linear infinite;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.pb-4{padding-bottom:1rem}.transition-opacity{transition:opacity .2s}.hover\:opacity-90:hover{opacity:.9}.h-\[150px\]{height:150px}.w-\[150px\]{width:150px}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.border{border:1px solid #e5e7eb}.object-cover{object-fit:cover}@media (width>=768px){.md\:h-\[160px\]{height:160px!important}.md\:w-\[160px\]{width:160px!important}}.footer-section{color:#4b5563;background-color:#f3f4f6;padding:5rem 0 2.5rem;position:relative;overflow:hidden}.footer-glowing-border-bar{z-index:10;background-color:#00000008;width:100%;height:2px;transition:height .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:absolute;top:0;left:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.laser-beam{filter:blur(.5px);will-change:left, right;border-radius:99px;height:100%;position:absolute;top:0}.laser-beam-1{background:linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);width:20%;filter:drop-shadow(0 0 4px var(--primary));opacity:.85;animation:4s linear infinite laser-ltr;left:-20%}.laser-beam-1b{background:linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);width:20%;filter:drop-shadow(0 0 4px var(--primary));opacity:.6;animation:4s linear -2s infinite laser-ltr;left:-20%}.laser-beam-2{background:linear-gradient(90deg, transparent, var(--secondary), var(--primary), transparent);width:25%;filter:drop-shadow(0 0 4px var(--secondary));opacity:.75;animation:5s linear infinite laser-rtl;right:-25%}.laser-beam-2b{background:linear-gradient(90deg, transparent, var(--secondary), var(--primary), transparent);width:25%;filter:drop-shadow(0 0 4px var(--secondary));opacity:.5;animation:5s linear -2.5s infinite laser-rtl;right:-25%}.laser-beam-3{background:linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);width:30%;filter:drop-shadow(0 0 6px var(--primary));opacity:.6;animation:6s linear -1s infinite laser-ltr;left:-30%}.laser-beam-3b{background:linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);width:30%;filter:drop-shadow(0 0 5px var(--primary));opacity:.4;animation:6s linear -4s infinite laser-ltr;left:-30%}@keyframes laser-ltr{0%{left:-35%}to{left:110%}}@keyframes laser-rtl{0%{right:-35%}to{right:110%}}.footer-top-grid{grid-template-columns:1.5fr .9fr 1.15fr 1.15fr;gap:3.5rem;margin-bottom:3rem;display:grid}.footer-col{flex-direction:column;display:flex}.brand-col{padding-right:2rem}.footer-logo-block{margin-bottom:1.5rem;transition:opacity .2s;display:inline-block}.footer-logo-block:hover{opacity:.9}.footer-logo-img{object-fit:contain;height:44px}.footer-desc{color:#4b5563;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.footer-hours{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:500;display:flex}.hours-icon{color:var(--primary);flex-shrink:0}.footer-social-icons{gap:.75rem;display:flex}.social-icon{color:#4b5563;background-color:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.social-icon:hover{background-color:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #e31c7933}.footer-heading{color:#111827;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.95rem;font-weight:700}.footer-link-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.footer-link-list a{color:#4b5563;font-size:.92rem;text-decoration:none;transition:all .2s;display:inline-block}.footer-link-list a:hover{color:var(--primary);transform:translate(3px)}.footer-contact-item{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.contact-icon{color:var(--primary);flex-shrink:0;margin-top:3px}.contact-text{color:#4b5563;font-size:.92rem;line-height:1.5;text-decoration:none;transition:color .2s}.contact-text.fw-bold{color:#111827;font-weight:700}a.contact-text:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.copyright-text{color:#6b7280;font-size:.88rem}.footer-legal-links{align-items:center;gap:1rem;display:flex}.footer-legal-links a{color:#6b7280;font-size:.82rem;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:var(--primary)}.separator{color:#d1d5db;font-size:.75rem}.floating-call-widget{z-index:1000;background-color:var(--primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #e31c7959}.floating-call-widget:hover{background-color:#b8125c;border-radius:50%;animation:none;transform:translateY(-4px)scale(1.06);box-shadow:0 10px 24px #e31c7980}.floating-call-widget:before{content:"";background-color:var(--primary);opacity:.5;z-index:-1;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite widget-pulse-ring;position:absolute;top:0;left:0}@keyframes widget-pulse-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.footer-call-btn-container{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex;margin-bottom:1.5rem!important}.footer-call-pill-btn{background-color:var(--primary);border-radius:100px;align-items:center;gap:.65rem;padding:.65rem 1.35rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #e31c7940;color:#fff!important}.pill-btn-icon-wrapper{background-color:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.pill-btn-icon{color:#fff;transition:transform .4s}.footer-call-pill-btn:hover{background-color:#b8125c;transform:translateY(-3px);box-shadow:0 8px 20px #e31c7973}.footer-call-pill-btn:hover .pill-btn-icon-wrapper{background-color:#ffffff4d;transform:scale(1.15)rotate(-15deg)}.footer-call-pill-btn:hover .pill-btn-icon{animation:.5s ease-in-out infinite alternate phone-shake}@keyframes phone-shake{0%{transform:rotate(-12deg)}to{transform:rotate(12deg)}}.footer-app-badges{flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;display:flex}.app-badge-btn{cursor:pointer;background:0 0;border:1.5px solid #1118272e;border-radius:100px;align-items:center;gap:.55rem;min-width:128px;padding:.45rem 1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;color:#111827!important;text-decoration:none!important}.badge-logo{color:#111827;flex-shrink:0}.badge-text{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.badge-subtitle{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:.56rem;font-weight:500}.badge-title{color:#111827;letter-spacing:-.01em;font-size:.82rem;font-weight:700}.app-badge-btn:hover{background:#111827;border-color:#111827;transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.app-badge-btn:hover .badge-logo,.app-badge-btn:hover .badge-title,.app-badge-btn:hover .badge-subtitle{color:#fff!important}.footer-cta-links{flex-direction:column;gap:.6rem;margin-top:1.1rem;display:flex}.footer-rezervasyon-btn,.footer-whatsapp-btn{letter-spacing:.01em;white-space:nowrap;background:0 0;border-bottom:1.5px solid #0000;align-items:center;gap:.4rem;width:fit-content;padding:0 0 2px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex;text-decoration:none!important}.footer-rezervasyon-btn{border-bottom-color:#11182740;color:#111827!important}.footer-rezervasyon-btn:hover{border-bottom-color:var(--primary);gap:.6rem;color:var(--primary)!important}.footer-whatsapp-btn{border-bottom-color:#11182740;color:#111827!important}.footer-whatsapp-btn:hover{border-bottom-color:#25d366;gap:.6rem;color:#25d366!important}.footer-etbis-wrapper{margin-top:1.5rem}.footer-etbis-img{width:65px;height:auto;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 4px 10px #0000000d}.footer-etbis-img:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 6px 16px #0000001a}.modern-rating-badge{text-align:left;box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:row;align-items:center;gap:8px;width:100%;padding:8px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0000000a}.modern-rating-badge:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 8px #0000000f}.modern-rating-badge-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:transform .3s;display:flex}.modern-rating-badge:hover .modern-rating-badge-icon{transform:scale(1.1)rotate(-5deg)}.modern-rating-badge-content{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}.modern-rating-badge-score{justify-content:flex-start;align-items:center;gap:4px;margin-bottom:2px;display:flex}.modern-rating-badge-score-text{color:#111827;font-size:13px;font-weight:800;line-height:1}.modern-rating-badge-stars{gap:1px;display:flex}.modern-rating-badge-stars svg{fill:#fbbc05;color:#fbbc05;width:8px;height:8px}.modern-rating-badge-label{color:#6b7280;text-align:left;width:100%;margin-top:0;font-size:8.5px;font-weight:500;line-height:1.2}.footer-accordion-trigger{cursor:default;text-align:left;pointer-events:none;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.footer-accordion-icon{display:none}.footer-accordion-body{display:block}@media (width<=768px){.footer-top-grid{grid-template-columns:1fr;gap:0}.brand-col{text-align:center;border-bottom:1px solid #00000012;align-items:center;margin-bottom:0;padding-bottom:2rem;padding-right:0}.footer-accordion-col{border-bottom:1px solid #00000012}.footer-accordion-trigger{cursor:pointer;pointer-events:auto;padding:1rem 0}.footer-accordion-trigger .footer-heading{margin-bottom:0}.footer-accordion-icon{color:#6b7280;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1);display:block}.footer-accordion-trigger.is-open .footer-accordion-icon{transform:rotate(180deg)}.footer-accordion-body{opacity:0;max-height:0;padding-bottom:0;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .25s,padding .3s;overflow:hidden}.footer-accordion-body.is-open{opacity:1;max-height:400px;padding-bottom:1.25rem}.contact-col{padding-top:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.25rem}.footer-legal-links{flex-wrap:wrap;justify-content:center}}.footer-mobile-btn{color:#000!important;background-color:#fbd634!important;box-shadow:0 4px 14px #fbd63466!important}.footer-mobile-btn:hover{background-color:#e6c01e!important;box-shadow:0 8px 20px #fbd63499!important}.footer-mobile-btn .pill-btn-icon-wrapper{background-color:#0000001a!important}.footer-mobile-btn:hover .pill-btn-icon-wrapper{background-color:#0003!important}.floating-whatsapp-widget{z-index:1000;color:#fff;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:96px;right:24px;box-shadow:0 6px 20px #25d36659}.floating-whatsapp-widget:hover{background-color:#1ebe57;border-radius:50%;animation:none;transform:translateY(-4px)scale(1.06);box-shadow:0 10px 24px #25d36680}.floating-whatsapp-widget:before{content:"";opacity:.5;z-index:-1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) 1s infinite widget-pulse-ring;position:absolute;top:0;left:0}.floating-call-widget.invert-colors{color:#e31c79!important;background-color:#fff!important}.floating-call-widget.invert-colors:before{background-color:#fff!important}.service-page{color:#1f2937;background-color:#fff;padding-top:150px;font-family:inherit;overflow-x:hidden}.service-back-to-home-btn{color:#6b7280;letter-spacing:-.1px;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;margin-top:.4rem;margin-bottom:.6rem;padding:.4rem 0;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.service-back-to-home-btn svg{color:#9ca3af;transition:transform .25s cubic-bezier(.16,1,.3,1)}.service-back-to-home-btn:hover{color:var(--primary);background:0 0}.service-back-to-home-btn:hover svg{color:var(--primary);transform:translate(-4px)}.service-hero-section{background:radial-gradient(circle at 85% 15%,#e31c790a 0%,#fff0 55%);padding:1.2rem 0 7rem;position:relative}.service-hero-grid{grid-template-columns:1.22fr .78fr;align-items:center;gap:5rem;display:grid}.service-hero-text{z-index:2}.service-hero-badge-wrap{margin-bottom:1.2rem}.service-hero-badge{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#e31c790d;border:1px solid #e31c791f;border-radius:99px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-block}.service-hero-title{letter-spacing:-.04em;color:#111827;margin:0 0 1.2rem;font-size:clamp(2.2rem,3.8vw,3.1rem);font-weight:700;line-height:1.15}.service-hero-desc{color:#4b5563;max-width:600px;margin-bottom:2.8rem;font-size:1.1rem;line-height:1.65}.service-benefits-grid{grid-template-columns:repeat(var(--benefit-cols,3), 1fr);border-top:1px solid #0000000f;gap:1.8rem;margin-top:2.2rem;padding-top:2.2rem;display:grid}.service-benefit-card{flex-direction:column;align-items:flex-start;transition:transform .25s;display:flex}.benefit-icon-wrapper{width:40px;height:40px;color:var(--primary);background-color:#e31c790d;border:1px solid #e31c7914;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.8rem;transition:all .25s;display:flex}.service-benefit-card:hover .benefit-icon-wrapper{background-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #e31c7933}.benefit-title{color:#111827;margin:0 0 .35rem;font-size:.98rem;font-weight:700}.benefit-desc{color:#6b7280;margin:0;font-size:.86rem;line-height:1.45}.service-hero-graphic{justify-content:center;align-items:center;display:flex;position:relative}.graphic-backdrop-accent{filter:blur(12px);z-index:1;background:radial-gradient(circle,#e31c791f 0%,#e31c7900 70%);border-radius:50%;width:320px;height:320px;position:absolute}.service-hero-image-wrapper{z-index:2;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-moving-truck{z-index:2;max-width:100%;height:auto;transition:all .3s;animation:4s ease-in-out infinite floatTruck}.hero-moving-truck.hero-photo{border:1.5px solid #0000000d;border-radius:24px;box-shadow:0 20px 40px #00000014}.hero-moving-truck.hero-illustration{filter:drop-shadow(0 10px 24px #0000000a)}.sp-floating-glass-badge{-webkit-backdrop-filter:blur(12px)saturate(180%);z-index:10;background:#ffffffc7;border:1px solid #ffffff8c;border-radius:18px;align-items:center;gap:12px;padding:10px 16px;animation:6s ease-in-out infinite floatBadge;display:flex;position:absolute;bottom:12px;left:-12px;box-shadow:0 10px 30px #0000000f,0 1px 3px #00000005}.glass-badge-icon{justify-content:center;align-items:center;font-size:1.35rem;display:flex}.glass-badge-info{flex-direction:column;align-items:flex-start;line-height:1.25;display:flex}.glass-badge-title{color:#111827;font-size:.85rem;font-weight:700}.glass-badge-subtitle{color:#6b7280;font-size:.72rem;font-weight:600}@keyframes floatTruck{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatBadge{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-6px)rotate(1deg)}}@media (width<=992px){.service-hero-grid{text-align:center;grid-template-columns:1fr;gap:3.5rem}.service-hero-badge-wrap{justify-content:center;display:flex}.service-hero-desc{margin-left:auto;margin-right:auto}.service-benefit-card{align-items:center}.sp-floating-glass-badge{animation:6s ease-in-out infinite floatBadgeMobile;bottom:-10px;left:50%;transform:translate(-50%)!important}}@media (width<=600px){.service-benefits-grid{grid-template-columns:1fr;gap:1.5rem;padding-top:1.8rem}}@keyframes floatBadgeMobile{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-6px)}}.service-calculator-section{background-color:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;margin-bottom:5.5rem;padding:3.5rem 0}.service-calc-header{text-align:center;margin-bottom:2.2rem}.service-calc-header .badge-promo{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background:#e31c7914;border-radius:20px;margin-bottom:.8rem;padding:.35rem .9rem;font-size:.82rem;font-weight:700;display:inline-block}.service-calc-header .calc-title{color:#111827;letter-spacing:-.8px;margin:0 0 .5rem;font-size:1.85rem;font-weight:700}.service-calc-header .calc-desc{color:#6b7280;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.5}.calc-success-card{text-align:center;background:#fff;border:1.5px solid #e31c7914;border-radius:24px;max-width:640px;margin:0 auto;padding:2.8rem 2.2rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards scaleUp;box-shadow:0 16px 36px #0000000a}@keyframes scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.success-icon-wrapper{width:76px;height:76px;color:var(--primary);background:#e31c790f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.success-icon-svg{color:var(--primary)}.success-title{color:#111827;margin:0 0 .8rem;font-size:1.6rem;font-weight:700}.success-desc{color:#4b5563;margin:0;font-size:1rem;line-height:1.6}.success-desc strong{color:var(--primary)}.service-calc-form{max-width:1120px;margin:0 auto}.calc-input-group{grid-template-columns:1fr 1fr 1fr .8fr;align-items:center;gap:1.2rem;display:grid}.calc-input-wrapper{background-color:#fff;border:1.5px solid #00000014;border-radius:16px;align-items:center;height:58px;padding:0 1.2rem;transition:all .25s;display:flex;position:relative}.calc-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #e31c7914}.input-icon{color:#9ca3af;flex-shrink:0;margin-right:.8rem}.calc-input-wrapper input{color:#111827;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:.98rem;font-weight:500}.calc-input-wrapper input::placeholder{color:#9ca3af}.calc-submit-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;height:58px;font-size:1.05rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #e31c7940}.calc-submit-btn:hover{background-color:#b8125c;transform:translateY(-2px);box-shadow:0 8px 20px #e31c7959}.service-showcase-section{padding-bottom:6.5rem}.section-header-centered{text-align:center;margin-bottom:4rem}.showcase-section-title{color:#111827;letter-spacing:-1.5px;margin:0 0 .8rem;font-size:2.5rem;font-weight:700}.showcase-section-desc{color:#6b7280;margin:0;font-size:1.1rem}.service-tiers-grid{grid-template-columns:repeat(var(--tier-cols,3), 1fr);gap:2.2rem;display:grid}.service-tier-card{text-align:center;background:#fff;border:1.5px solid #0000000d;border-radius:28px;flex-direction:column;align-items:center;padding:3.5rem 2.2rem 2.8rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.service-tier-card:hover{border-color:#e31c7926;transform:translateY(-6px);box-shadow:0 16px 36px #0000000a}.service-tier-card.popular-tier{border:2px solid var(--primary);position:relative;transform:translateY(-8px);box-shadow:0 16px 36px #e31c7914}.service-tier-card.popular-tier:hover{transform:translateY(-14px);box-shadow:0 20px 40px #e31c791f}.popular-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-radius:20px;padding:6px 18px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #e31c794d}.tier-icon-circle{background-color:#e31c790a;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:2.2rem;display:flex}.tier-image-graphic{object-fit:contain;width:75px;height:75px}.tier-title{color:#111827;margin:0 0 .8rem;font-size:1.35rem;font-weight:700}.tier-desc{color:#6b7280;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.tier-action-btn{color:#111827;background-color:#f3f4f6;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.service-tier-card:hover .tier-action-btn{background-color:var(--primary);color:#fff;box-shadow:0 4px 12px #e31c7940}.tier-action-btn:hover{filter:brightness(.95);transform:translateY(-2px)}.service-app-promo-section{background-color:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding:6.5rem 0}.app-promo-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.app-promo-illustration{justify-content:center;display:flex}.phone-mockup-img{filter:drop-shadow(0 20px 40px #00000014);max-width:100%;height:auto;max-height:520px}.app-promo-text{flex-direction:column;display:flex}.promo-title{color:#111827;letter-spacing:-1.5px;margin:0 0 1rem;font-size:2.6rem;font-weight:700}.promo-desc{color:#4b5563;margin-bottom:2.8rem;font-size:1.12rem;line-height:1.65}.promo-steps{flex-direction:column;gap:1.8rem;margin-bottom:3rem;display:flex}.promo-step-item{align-items:flex-start;gap:1.2rem;display:flex}.step-number{width:32px;height:32px;color:var(--primary);background-color:#e31c7914;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:.9rem;font-weight:700;display:flex}.step-title{color:#111827;margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.step-sub{color:#6b7280;margin:0;font-size:.92rem;line-height:1.45}.promo-download-form{border-top:1.5px solid #0000000f;padding-top:2rem}.download-form-title{color:#111827;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-size:.95rem;font-weight:700}.download-form-input-group{gap:.8rem;max-width:440px;display:flex}.download-form-input-group input{background-color:#fff;border:1.5px solid #00000014;border-radius:12px;outline:none;flex-grow:1;height:48px;padding:0 1rem;font-size:.94rem;font-weight:500;transition:border-color .2s}.download-form-input-group input:focus{border-color:var(--primary)}.download-submit-btn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:12px;padding:0 1.5rem;font-size:.92rem;font-weight:700;transition:background-color .2s}.download-submit-btn:hover{background-color:#1f2937}.service-extra-features-section{background-color:#fff;padding:6.5rem 0}.extra-features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.extra-feature-card{text-align:center;background:#f9fafb;border:1px solid #0000000a;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:transform .3s;display:flex}.extra-feature-card:hover{background:#fff;border-color:#e31c7926;transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.ef-icon-wrapper{width:64px;height:64px;color:var(--primary);background:#e31c7914;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ef-icon-wrapper svg{width:32px;height:32px}.ef-title{color:#111827;margin:0 0 .8rem;font-size:1.2rem;font-weight:700}.ef-desc{color:#6b7280;margin:0;font-size:.95rem;line-height:1.6}.service-items-move-section{background-color:#fff;padding:5rem 0}.items-move-title{color:#111827;letter-spacing:-1px;text-align:left;margin-bottom:3.5rem;font-size:2.2rem;font-weight:700}.marquee-container{width:100%;overflow:hidden}.marquee-wrapper{-webkit-user-select:none;user-select:none;margin-bottom:3.5rem;overflow:hidden}.marquee-wrapper:last-child{margin-bottom:0}.marquee-track{width:max-content;display:flex}.marquee-track.scroll-left{animation:70s linear infinite scrollLeft}.marquee-track.scroll-right{animation:70s linear infinite scrollRight}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}.marquee-content{gap:3.5rem;padding-right:3.5rem;display:flex}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-card{flex-shrink:0;width:400px}.items-move-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem;display:grid}.items-move-card{flex-direction:row;align-items:center;gap:1.5rem;display:flex}.items-move-icon{background:0 0;border:2px solid #db2777;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 12px #db27771a}.items-move-image{object-fit:cover;width:100%;height:100%}.items-move-text{flex:1}.items-move-name{color:#111827;margin:0 0 .4rem;font-size:1.15rem;font-weight:600}.items-move-desc{color:#4b5563;margin:0;font-size:.95rem;line-height:1.5}.items-move-footer{margin-top:2.5rem}.items-move-link{color:#1f2937;cursor:pointer;border-bottom:2px solid #1f2937;padding-bottom:2px;font-size:1.05rem;font-weight:600;transition:all .2s;display:inline-block}.items-move-link:hover{color:var(--primary);border-color:var(--primary)}.service-prep-section{padding:7rem 0}.prep-header-box{text-align:center;max-width:680px;margin:0 auto 3.5rem}.prep-section-title{color:#111827;letter-spacing:-1.2px;margin:0 0 .8rem;font-size:2.3rem;font-weight:700}.prep-section-desc{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.6}.prep-cards-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.prep-card{background-color:#fff;border:1.5px solid #0000000d;border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2.5rem;transition:border-color .25s;display:flex}.prep-card:hover{border-color:#e31c7926}.prep-card-icon{color:var(--primary);flex-shrink:0}.prep-card-icon svg{width:28px;height:28px}.prep-card-title{color:#111827;margin:0 0 .5rem;font-size:1.18rem;font-weight:700}.prep-card-desc{color:#6b7280;margin:0;font-size:.94rem;line-height:1.6}.service-faq-section{background-color:#f9fafb;padding:4rem 0 6.5rem}.service-faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.service-faq-item{background:#fff;border:1px solid #0000000f;border-radius:16px;transition:all .3s;overflow:hidden}.service-faq-item:hover{border-color:#e31c7933;box-shadow:0 4px 12px #00000005}.service-faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-family:inherit;display:flex}.service-faq-question{color:#111827;padding-right:1rem;font-size:1.1rem;font-weight:700}.service-faq-chevron{color:#9ca3af;flex-shrink:0;transition:transform .3s,color .3s}.service-faq-item.open .service-faq-chevron{color:var(--primary);transform:rotate(180deg)}.service-faq-content{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.service-faq-item.open .service-faq-content{grid-template-rows:1fr}.service-faq-inner{overflow:hidden}.service-faq-inner p{color:#6b7280;margin:0;padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}.service-testimonial-section{background:radial-gradient(circle at 10% 20%,#e31c7908 0%,#fff0 60%);border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding:5.5rem 0 7rem}.service-testimonial-box{text-align:center;max-width:860px;margin:0 auto}.stars-row{justify-content:center;gap:.25rem;margin-bottom:2rem;display:flex}.testimonial-quote{color:#111827;letter-spacing:-.5px;margin:0 0 2.5rem;font-size:1.8rem;font-weight:600;line-height:1.5}.testimonial-user{justify-content:center;align-items:center;gap:1rem;display:flex}.user-avatar{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:54px;height:54px}.user-info{flex-direction:column;align-items:flex-start;display:flex}.user-name{color:#111827;margin:0 0 .15rem;font-size:1.05rem;font-weight:700}.user-role{color:#6b7280;font-size:.85rem;font-weight:500}.seo-article-section{background:#fff;padding:5rem 0}.seo-article{max-width:820px;margin:0 auto;font-family:inherit}.seo-section{border-bottom:1px solid #f0f0f0;margin-bottom:3rem;padding-bottom:3rem}.seo-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.seo-h2{color:#111827;border-left:4px solid #db2777;margin:0 0 1rem;padding-left:1rem;font-size:1.6rem;font-weight:700;line-height:1.3}.seo-h3-block{margin-top:1.5rem}.seo-h3{color:#1f2937;margin:0 0 .6rem;font-size:1.2rem;font-weight:600}.seo-h4-block{border-left:2px solid #fce7f3;margin-top:1rem;padding-left:1.2rem}.seo-h4{color:#db2777;margin:0 0 .4rem;font-size:1rem;font-weight:600}.seo-body{color:#4b5563;margin:0 0 .5rem;font-size:.97rem;line-height:1.8}.service-other-ways-section{background-color:#fff;padding:7rem 0 8.5rem}.other-ways-title{letter-spacing:-1.2px;color:#111827;text-align:center;margin:0 0 .5rem;font-size:2.3rem;font-weight:700}.other-ways-desc{color:#6b7280;text-align:center;margin-bottom:4.5rem;font-size:1.1rem}.other-ways-grid{grid-template-columns:repeat(5,1fr);gap:1.8rem;display:grid}.other-way-card{text-align:center;cursor:pointer;background:#fff;border:1.5px solid #0000000a;border-radius:24px;flex-direction:column;align-items:center;padding:2.2rem 1.2rem 1.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.other-way-card:hover{border-color:#e31c791f;transform:translateY(-4px);box-shadow:0 10px 24px #00000005}.other-way-icon{background-color:#f9fafb;border-radius:50%;justify-content:center;align-items:center;width:105px;height:105px;margin-bottom:1.5rem;transition:background-color .25s;display:flex}.other-way-card:hover .other-way-icon{background-color:#e31c790a}.other-way-icon img{object-fit:contain;width:64px;height:64px}.other-way-name{color:#111827;margin:0 0 1.2rem;font-size:1rem;font-weight:700}.other-way-arrow{color:#9ca3af;transition:color .25s,transform .25s}.other-way-card:hover .other-way-arrow{color:var(--primary);transform:translate(4px)}.service-page-error{text-align:center;padding:180px 0}.service-page-error h2{color:#111827;margin-bottom:2rem;font-size:2rem}.back-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;padding:.8rem 1.6rem;font-weight:700;transition:background-color .2s;display:inline-flex}.back-btn:hover{background-color:#b8125c}@media (width<=1200px){.other-ways-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width<=992px){.service-hero-grid{grid-template-columns:1fr;gap:3.5rem}.service-hero-graphic{order:-1}.hero-moving-truck{max-width:280px}.calc-input-group{grid-template-columns:1fr;gap:1rem}.calc-input-wrapper,.calc-submit-btn{height:52px}.service-tiers-grid{grid-template-columns:1fr;gap:2rem;max-width:480px;margin:0 auto}.app-promo-grid{grid-template-columns:1fr;gap:3.5rem}.extra-features-grid{grid-template-columns:repeat(2,1fr)}.items-move-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.app-promo-illustration{max-width:320px;margin:0 auto}.prep-cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.service-page{padding-top:80px}.service-hero-title{letter-spacing:-1.2px;font-size:2.3rem}.service-hero-desc{margin-bottom:2.5rem;font-size:1rem}.showcase-section-title,.promo-title{font-size:1.8rem}.prep-section-title{font-size:1.6rem}.testimonial-quote{font-size:1.3rem}.other-ways-grid{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-16px;margin-right:-16px;scroll-snap-type:x mandatory!important;flex-direction:row!important;gap:16px!important;padding:10px 16px 24px!important;display:flex!important;overflow-x:auto!important}.other-ways-grid::-webkit-scrollbar{display:none}.other-way-card{scroll-snap-align:center!important;border-color:#0000000d!important;flex:0 0 250px!important;box-shadow:0 8px 24px #00000008!important}}@media (width<=480px){.download-form-input-group{flex-direction:column;width:100%}.extra-features-grid{grid-template-columns:1fr}.items-move-grid{grid-template-columns:1fr;gap:2rem}.download-submit-btn{width:100%;height:48px}.prep-card{text-align:center;flex-direction:column;align-items:center;padding:1.8rem}}.service-app-promo-section{background:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;padding:7rem 0 8rem}.sp-badge-wrap{text-align:center;margin-bottom:4rem}.sp-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;background:#e31c790f;border:1px solid #e31c7924;border-radius:99px;margin-bottom:1rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block}.sp-main-title{color:#111827;letter-spacing:-.03em;margin-bottom:.8rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700}.sp-main-subtitle{color:#6b7280;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.6}.sp-promo-body{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1060px;margin:0 auto;display:grid}.sp-phone-col{justify-content:center;display:flex}.sp-phone-device{background:#1b1e33;border-radius:36px;width:260px;padding:14px;position:relative;box-shadow:0 40px 80px #00000038,0 0 0 2px #ffffff0f}.sp-phone-device:before{content:"";z-index:10;background:#ffffff14;border-radius:99px;width:60px;height:6px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.sp-phone-screen{background:#fff;border-radius:26px;flex-direction:column;min-height:460px;padding-top:18px;display:flex;overflow:hidden}.sp-app-header{border-bottom:1px solid #f0f0f5;justify-content:space-between;align-items:center;padding:0 18px 12px;display:flex}.sp-app-logo{color:#374151;font-size:.82rem}.sp-app-logo strong{color:var(--primary)}.sp-app-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #10b98180}.sp-app-map{background:linear-gradient(160deg,#e0f2fe 0%,#ede9fe 100%);border-radius:14px;flex-direction:column;gap:8px;margin:12px;padding:14px;display:flex}.sp-map-pin{color:#374151;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:.7rem;font-weight:600;display:flex;box-shadow:0 2px 8px #00000012}.sp-map-pin p{margin:0}.sp-map-route{opacity:.6;background:repeating-linear-gradient(#e31c79 0 4px,#0000 4px 8px);width:2px;height:14px;margin-left:16px}.sp-app-steps-mini{flex-direction:column;flex:1;gap:6px;padding:10px 12px;display:flex}.sp-app-step-mini{cursor:pointer;background:#f9fafb;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;transition:all .25s;display:flex}.sp-app-step-mini.active{background:#e31c790f;border-color:#e31c7940}.sp-mini-num{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.sp-mini-label{color:#374151;font-size:.65rem;font-weight:600;line-height:1.3}.sp-app-cta-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;margin:10px 12px 12px;padding:10px;font-size:.78rem;font-weight:700;transition:background .2s}.sp-app-cta-btn:hover{background:#c21364}.sp-content-col{flex-direction:column;display:flex}.sp-col-title{color:#111827;letter-spacing:-.025em;margin-bottom:1.8rem;font-size:1.6rem;font-weight:700}.sp-steps-list{flex-direction:column;gap:10px;margin-bottom:1.5rem;display:flex}.sp-step-item{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:16px 20px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #00000005}.sp-step-item:hover{border-color:#e31c7940;box-shadow:0 4px 14px #e31c790d}.sp-step-active{box-shadow:0 6px 20px #e31c7914;border-color:var(--primary)!important;background:#fff!important}.sp-step-header-row{align-items:center;gap:14px;width:100%;display:flex}.sp-step-num-badge{color:#4b5563;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.sp-step-active .sp-step-num-badge{background:var(--primary);color:#fff;box-shadow:0 4px 12px #e31c794d}.sp-step-title{color:#1f2937;margin:0;font-size:1.05rem;font-weight:700;transition:color .3s}.sp-step-active .sp-step-title{color:#111827;font-weight:700}.sp-step-desc-collapse{grid-template-rows:0fr;width:100%;transition:grid-template-rows .3s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden}.sp-step-desc-collapse.expanded{grid-template-rows:1fr}.sp-step-desc-content{min-height:0}.sp-step-desc-text{color:#4b5563;opacity:0;margin:12px 0 0 46px;font-size:.92rem;line-height:1.55;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translateY(-8px)}.sp-step-desc-collapse.expanded .sp-step-desc-text{opacity:1;transition-delay:50ms;transform:translateY(0)}.sp-divider{border:none;border-top:1px solid #3b447814;margin:.5rem 0 1.8rem}.sp-form-title{color:#111827;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.sp-form-subtitle{color:#9ca3af;margin-bottom:1.2rem;font-size:.9rem;line-height:1.5}.sp-app-badges-container{gap:10px;margin-top:1rem;margin-bottom:2rem;display:flex}.sp-store-button{color:#111827;cursor:default;background:0 0;border:1.5px solid #1118272e;border-radius:100px;align-items:center;gap:9px;min-width:150px;padding:10px 18px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.sp-store-button:hover{background:#111827;border-color:#111827;transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.sp-store-icon{color:#111827;flex-shrink:0;width:20px;height:20px;transition:color .25s}.sp-store-button:hover .sp-store-icon{color:#fff}.sp-store-text{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.sp-store-sub{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;font-size:.58rem;font-weight:500;transition:color .25s}.sp-store-button:hover .sp-store-sub{color:#ffffffb3}.sp-store-main{color:#111827;letter-spacing:-.01em;font-size:.88rem;font-weight:700;transition:color .25s}.sp-store-button:hover .sp-store-main{color:#fff}.sp-trust-info{background:#e31c7908;border:1px solid #e31c7914;border-radius:16px;flex-direction:column;gap:8px;margin-top:1.5rem;padding:18px;display:flex}.sp-trust-stars{align-items:center;gap:4px;display:flex}.sp-trust-rating{color:#111827;margin-left:6px;font-size:.92rem;font-weight:700}.sp-trust-text{color:#4b5563;margin:0;font-size:.85rem;font-weight:500;line-height:1.5}@media (width<=900px){.sp-promo-body{grid-template-columns:1fr;gap:3.5rem}.sp-phone-col{order:1}.sp-content-col{order:2}.sp-phone-device{width:270px}.sp-phone-screen{min-height:480px!important}.sp-col-title{text-align:center;margin-bottom:2rem;font-size:1.5rem}}@media (width<=480px){.sp-app-badges-container{flex-direction:column;gap:10px;width:100%}.sp-store-button{justify-content:center;width:100%}}.sp-phone-screen{flex-direction:column;display:flex;overflow:hidden;min-height:500px!important;padding-top:0!important}.sp-status-bar{color:#111;background:#fff;justify-content:space-between;align-items:center;padding:6px 14px 4px;font-size:.6rem;font-weight:700;display:flex}.sp-status-time{font-size:.7rem;font-weight:700}.sp-status-icons{color:#333;font-size:.55rem}.sp-real-map{flex-shrink:0;height:130px;position:relative;overflow:hidden}.sp-map-svg{width:100%;height:130px;display:block}@keyframes dashMove{to{stroke-dashoffset:-18px}}.sp-route-anim{animation:1.2s linear infinite dashMove}@keyframes truckFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.sp-truck-anim{transform-origin:50%;animation:2s ease-in-out infinite truckFloat}.sp-app-screen{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.sp-screen-header{justify-content:space-between;align-items:center;padding:10px 12px 4px;display:flex}.sp-screen-title{color:#111827;letter-spacing:-.02em;font-size:.82rem;font-weight:700}.sp-screen-step-badge{color:var(--primary);background:#e31c791a;border-radius:99px;padding:2px 8px;font-size:.62rem;font-weight:700}.sp-progress-bar{background:#f3f4f6;border-radius:99px;height:4px;margin:0 12px 8px;overflow:hidden}.sp-progress-fill{background:var(--primary);border-radius:99px;height:100%;transition:width .4s}.sp-form-field{margin:4px 12px}.sp-field-label{color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:.52rem;font-weight:700;display:block}.sp-field-input{background:#f9fafb;border:1px solid #f0f0f5;border-radius:8px;align-items:center;gap:6px;padding:7px 10px;display:flex}.sp-field-dot{border:2px solid #fff;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 1px 3px #0003}.sp-field-dot.from{background:#d1d5db}.sp-field-dot.to{background:#e31c79}.sp-field-placeholder{color:#9ca3af;font-size:.62rem}.sp-field-value{color:#111827;background:#f9fafb;border:1px solid #f0f0f5;border-radius:8px;margin-top:3px;padding:7px 10px;font-size:.72rem;font-weight:600}.sp-field-connector{background:#d1d5db;width:1px;height:8px;margin:2px 0 2px 18px}.sp-size-btns{gap:5px;padding:0 12px 6px;display:flex}.sp-size-btn{text-align:center;color:#374151;cursor:pointer;background:#f3f4f6;border-radius:8px;flex:1;padding:5px 0;font-size:.62rem;font-weight:700}.sp-size-btn.active{background:var(--primary);color:#fff}.sp-floor-row{gap:8px;padding:4px 12px 6px;display:flex}.sp-floor-col{flex:1}.sp-counter{color:#374151;background:#f9fafb;border:1px solid #f0f0f5;border-radius:8px;justify-content:space-between;align-items:center;margin-top:3px;padding:5px 8px;font-size:.65rem;font-weight:700;display:flex}.sp-counter-val{color:#111827;font-size:.75rem;font-weight:700}.sp-extra-service{background:#e31c790a;border:1.5px solid #e31c7933;border-radius:10px;align-items:center;gap:8px;margin:2px 12px 6px;padding:7px 10px;display:flex}.sp-extra-icon{background:var(--primary);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.sp-extra-text{flex-direction:column;flex:1;display:flex}.sp-extra-name{color:#111827;font-size:.6rem;font-weight:700}.sp-extra-price{color:var(--primary);font-size:.55rem;font-weight:600}.sp-toggle{background:#d1d5db;border-radius:99px;flex-shrink:0;width:28px;height:14px;position:relative}.sp-toggle:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;transition:left .2s;position:absolute;top:2px;left:2px}.sp-toggle.on{background:var(--primary)}.sp-toggle.on:after{left:16px}.sp-footer-row{border-top:1px solid #f3f4f6;justify-content:space-between;margin-top:auto;padding:6px 12px;display:flex}.sp-footer-row>div{flex-direction:column;gap:1px;display:flex}.sp-footer-label{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;font-size:.5rem;font-weight:700}.sp-footer-val{color:#374151;font-size:.68rem;font-weight:700}.sp-footer-price{color:var(--primary);font-size:.78rem;font-weight:700}.sp-devam-btn{background:var(--primary);color:#fff;letter-spacing:.06em;cursor:pointer;border:none;border-radius:12px;width:calc(100% - 20px);margin:6px 10px 10px;padding:9px;font-size:.68rem;font-weight:700;transition:background .2s}.sp-devam-btn:hover{background:#c21364}.legal-page-container{max-width:800px;margin:0 auto;padding:110px 1.5rem 8rem}.legal-header{border-bottom:1px solid #0000000d;margin-bottom:3rem;padding-bottom:2rem}.legal-tag{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background-color:#e31c7914;border-radius:99px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.legal-title{color:#111827;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.legal-meta{color:#6b7280;align-items:center;gap:1.5rem;font-size:.85rem;display:flex}.legal-content{color:#374151;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.05rem;line-height:1.8}.legal-content h2{color:#111827;letter-spacing:-.2px;margin-top:2.5rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.legal-content p{margin-bottom:1.5rem}.legal-content ul,.legal-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content strong{color:#111827}.legal-table-wrapper{border:1px solid #00000014;border-radius:12px;margin:2rem 0;overflow-x:auto}.legal-table{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.legal-table th{color:#374151;background-color:#f9fafb;border-bottom:1px solid #00000014;padding:1rem;font-weight:600}.legal-table td{color:#4b5563;border-bottom:1px solid #0000000d;padding:1rem}.legal-table tr:last-child td{border-bottom:none}@media (width<=768px){.legal-page-container{padding:95px 1rem 6rem}.legal-header{margin-bottom:2rem;padding-bottom:1.5rem}.legal-title{letter-spacing:-.3px;font-size:1.6rem}.legal-meta{flex-direction:column;align-items:flex-start;gap:.6rem}.legal-content{font-size:.95rem;line-height:1.7}.legal-content h2{margin-top:2rem;font-size:1.2rem}}@media (width<=600px){.legal-table-wrapper{border:none;border-radius:0;margin:1.5rem 0}.legal-table,.legal-table tbody,.legal-table tr,.legal-table td{box-sizing:border-box;width:100%;display:block}.legal-table thead{display:none}.legal-table tr{background-color:#f9fafb;border:1px solid #0000000f;border-radius:12px;margin-bottom:1.2rem;padding:1rem}.legal-table td{text-align:right;border-bottom:1px solid #0000000d;padding:.75rem 0 .75rem 40%;font-size:.9rem;position:relative}.legal-table td:last-child{border-bottom:none;padding-bottom:0}.legal-table td:first-child{padding-top:0}.legal-table td:before{content:attr(data-label);text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.5px;width:35%;font-size:.8rem;font-weight:700;position:absolute;top:50%;left:0;transform:translateY(-50%)}}.faq-page{color:#1f2937;background-color:#fff;padding-top:150px;font-family:inherit;overflow-x:hidden}.faq-back-btn{color:#6b7280;letter-spacing:-.1px;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;margin-top:.4rem;margin-bottom:.6rem;padding:.4rem 0;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.faq-back-btn svg{color:#9ca3af;transition:transform .25s cubic-bezier(.16,1,.3,1)}.faq-back-btn:hover{color:var(--primary);background:0 0}.faq-back-btn:hover svg{color:var(--primary);transform:translate(-4px)}.faq-hero-section{background:radial-gradient(circle at 50% 15%,#e31c790a 0%,#fff0 65%);padding:1.5rem 0 3.5rem;position:relative}.faq-hero-content{text-align:center;max-width:800px;margin:0 auto}.faq-badge-wrap{margin-bottom:1.2rem}.faq-badge{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#e31c790d;border:1px solid #e31c791f;border-radius:99px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-block}.faq-title{letter-spacing:-.04em;color:#111827;margin:0 0 1.2rem;font-size:clamp(2.2rem,3.8vw,3.1rem);font-weight:700;line-height:1.15}.faq-subtitle{color:#4b5563;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.65}.faq-search-container{background-color:#fff;border:1.5px solid #00000014;border-radius:18px;align-items:center;max-width:600px;height:62px;margin:0 auto;padding:0 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px #00000008}.faq-search-container:focus-within{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 12px 36px #e31c7914}.faq-search-icon{color:#9ca3af;flex-shrink:0;margin-right:1rem}.faq-search-input{color:#111827;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:1.05rem;font-weight:500}.faq-search-input::placeholder{color:#9ca3af}.faq-clear-search{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;outline:none;flex-shrink:0;padding:.35rem .8rem;font-size:.8rem;font-weight:600;transition:all .2s}.faq-clear-search:hover{color:#111827;background:#e5e7eb}.faq-main-content{padding:3rem 0 6rem}.faq-grid{grid-template-columns:280px 1fr;align-items:start;gap:3.5rem;display:grid}.faq-sidebar{position:sticky;top:100px}.faq-sidebar-title{color:#111827;letter-spacing:-.3px;text-transform:uppercase;margin:0 0 1.2rem;font-size:1.1rem;font-weight:700}.faq-category-tabs{flex-direction:column;gap:.6rem;margin-bottom:2.2rem;display:flex}.faq-tab-btn{color:#4b5563;text-align:left;cursor:pointer;background:#f9fafb;border:1.5px solid #00000005;border-radius:14px;outline:none;align-items:center;gap:1rem;padding:.9rem 1.2rem;font-size:.94rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.faq-tab-btn svg{color:#9ca3af;transition:color .25s}.faq-tab-btn:hover{color:var(--primary);background:#fff;border-color:#e31c791f;transform:translate(4px)}.faq-tab-btn:hover svg{color:var(--primary)}.faq-tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 8px 20px #e31c7938}.faq-tab-btn.active svg{color:#fff}.faq-tab-count{background:#0000000d;border-radius:99px;margin-left:auto;padding:2px 8px;font-size:.78rem;font-weight:700}.faq-tab-btn.active .faq-tab-count{background:#fff3}.faq-helper-box{background:#e31c7908;border:1px solid #e31c7914;border-radius:18px;padding:1.25rem}.faq-helper-box h5{color:#111827;margin:0 0 .5rem;font-size:.92rem;font-weight:700}.faq-helper-box p{color:#6b7280;margin:0;font-size:.84rem;line-height:1.5}.faq-accordion-list{flex-direction:column;gap:1.2rem;display:flex}.faq-accordion-item{background:#fff;border:1.5px solid #0000000d;border-radius:20px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-accordion-item:hover{border-color:#e31c791f;box-shadow:0 10px 25px #00000005}.faq-accordion-item.open{border-color:#e31c792e;box-shadow:0 12px 30px #e31c7908}.faq-accordion-trigger{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.8rem;display:flex}.faq-accordion-question{color:#111827;letter-spacing:-.3px;padding-right:1.5rem;font-size:1.1rem;font-weight:700;line-height:1.4;transition:color .25s}.faq-accordion-item:hover .faq-accordion-question{color:var(--primary)}.faq-accordion-chevron{color:#9ca3af;flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .25s}.faq-accordion-item.open .faq-accordion-chevron{color:var(--primary);transform:rotate(180deg)}.faq-accordion-content{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-accordion-item.open .faq-accordion-content{max-height:500px}.faq-accordion-inner{border-top:1px solid #00000005;padding:0 1.8rem 1.6rem}.faq-accordion-inner p{color:#4b5563;margin:0;font-size:.98rem;line-height:1.65}.faq-no-results{text-align:center;background:#fff;border:1.5px dashed #00000014;border-radius:24px;padding:4.5rem 2rem}.no-results-icon{color:#d1d5db;margin-bottom:1.5rem}.faq-no-results h4{color:#111827;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.faq-no-results p{color:#6b7280;margin-bottom:1.8rem;font-size:.95rem}.faq-reset-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;outline:none;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #e31c7933}.faq-reset-btn:hover{background:#b8125c;transform:translateY(-1px)}.faq-cta-section{padding:4rem 0 7rem}@media (width<=992px){.faq-grid{grid-template-columns:1fr;gap:2.5rem}.faq-sidebar{position:static}.faq-category-tabs{flex-flow:wrap;gap:.5rem}.faq-tab-btn{flex:200px}.faq-helper-box{display:none}}@media (width<=768px){.faq-hero-section{padding:1rem 0 2.5rem}.faq-cta-card{padding:3rem 1.8rem}.faq-cta-actions{flex-direction:column;width:100%}.faq-cta-btn{width:100%}}@media (width<=600px){.faq-page{padding-top:130px}.faq-accordion-trigger{padding:1.25rem 1.4rem}.faq-accordion-question{font-size:.98rem}.faq-accordion-inner{padding:0 1.4rem 1.25rem}.faq-accordion-inner p{font-size:.9rem}.faq-tab-btn{flex:100%;padding:.75rem 1rem;font-size:.88rem}}.about-page{color:var(--text-dark);background-color:var(--bg-white);padding-top:130px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.about-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about-back-btn{color:#6b7280;letter-spacing:-.1px;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;margin-top:.4rem;margin-bottom:.6rem;padding:.4rem 0;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.about-back-btn svg{color:#9ca3af;transition:transform .25s cubic-bezier(.16,1,.3,1)}.about-back-btn:hover{color:var(--primary);box-shadow:none;background:0 0;transform:none}.about-back-btn:hover svg{color:var(--primary);transform:translate(-4px)}.about-hero-section{text-align:center;background:radial-gradient(circle at 100% 0,#e31c790a,#0000 50%),radial-gradient(circle at 0 100%,#fbd63408,#0000 50%);padding:4rem 0 5rem;position:relative}.about-hero-content{margin:0 auto;max-width:800px!important}.about-badge-wrap{margin-bottom:1.5rem;display:inline-flex}.about-badge{color:var(--primary);letter-spacing:2px;background:linear-gradient(135deg,#e31c791a,#fbd63426);border:1px solid #e31c7926;border-radius:50px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700}.about-title{color:var(--text-dark);letter-spacing:-1px;background:linear-gradient(135deg, var(--text-dark) 40%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3.2rem;font-weight:700;line-height:1.2}.about-subtitle{color:var(--text-light);font-size:1.2rem;font-weight:400;line-height:1.6}.about-story-section{background-color:var(--bg-white);padding:4rem 0}.about-story-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.section-header{margin-bottom:1.8rem}.section-subtitle{color:var(--primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.section-title{color:var(--text-dark);letter-spacing:-.5px;font-size:2.2rem;font-weight:700}.text-center{text-align:center}.about-story-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-story-highlights{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.highlight-item{color:var(--text-dark);align-items:flex-start;gap:.8rem;font-size:1rem;display:flex}.highlight-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.about-story-visual{perspective:1000px;justify-content:center;display:flex}.about-image-wrapper{background:var(--bg-white);border-radius:var(--radius-lg,24px);border:1px solid #0000000d;width:100%;max-width:440px;padding:1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;transform:rotate(1.5deg);box-shadow:0 20px 40px #0000000f}.about-image-wrapper:hover{border-color:#e31c7933;transform:rotate(0)translateY(-8px)scale(1.02);box-shadow:0 30px 60px #e31c791a}.about-crew-img{object-fit:cover;border-radius:var(--radius-md,12px);background-color:var(--bg-light);width:100%;height:360px;display:block}.active-badge{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:1px;z-index:5;background:#000000bf;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:2.25rem;right:2.25rem}.pulse-dot{background-color:#39ff14;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite pulseGlow;display:inline-block;box-shadow:0 0 10px #39ff14}@keyframes pulseGlow{0%{opacity:.6;transform:scale(.9);box-shadow:0 0 #39ff14b3}70%{opacity:1;transform:scale(1.2);box-shadow:0 0 0 6px #39ff1400}to{opacity:.6;transform:scale(.9);box-shadow:0 0 #39ff1400}}.about-image-overlay{margin-top:1.25rem;padding:.5rem .25rem .25rem}.about-image-overlay h4{color:var(--text-dark);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.about-image-overlay p{color:var(--text-light);margin:0;font-size:.88rem;line-height:1.45}.about-counters-section{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);padding:4.5rem 0}.about-counters-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.counter-card{text-align:center;border-radius:var(--radius-md,12px);-webkit-backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0f;padding:2rem 1.5rem;transition:all .3s}.counter-card:hover{background:#ffffff0d;border-color:#e31c794d;transform:translateY(-5px)}.counter-num{color:var(--primary);letter-spacing:-1px;text-shadow:0 4px 12px #e31c7933;background:linear-gradient(135deg, #ff4c98, var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:3rem;font-weight:700;line-height:1}.counter-label{color:#fff;margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.counter-card p{color:#9ca3af;margin:0;font-size:.88rem;line-height:1.5}.counter-stars{color:var(--secondary);gap:.25rem;display:inline-flex}.about-values-section{background-color:var(--bg-light);padding:5rem 0}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.value-card{background:var(--bg-white);border-radius:var(--radius-lg,24px);border:1px solid #00000008;padding:2.2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000003}.value-card:before{content:"";background:var(--primary);width:4px;height:0;transition:height .3s;position:absolute;top:0;left:0}.value-card:hover{border-color:#e31c7926;transform:translateY(-4px);box-shadow:0 20px 40px #e31c790d}.value-card:hover:before{height:100%}.value-icon-box{width:50px;height:50px;color:var(--primary);border-radius:var(--radius-sm,8px);background:#e31c790f;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .25s;display:flex}.value-card:hover .value-icon-box{background:var(--primary);color:#fff}.value-card h3{color:var(--text-dark);margin-bottom:.8rem;font-size:1.3rem;font-weight:750}.value-card p{color:var(--text-light);margin:0;font-size:.98rem;line-height:1.6}.about-comparison-section{background-color:var(--bg-white);padding:5rem 0}.modern-comparison-grid{flex-direction:column;gap:.5rem;margin-top:3rem;display:flex}.comparison-desktop-header{border-bottom:2px solid #0000000a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.5rem;display:flex}.header-label{letter-spacing:1.5px;color:var(--text-light);font-size:.8rem;font-weight:700}.legacy-label{text-align:right;flex:1;padding-right:3rem}.center-label{text-align:center;width:220px}.pratik-label{text-align:left;color:var(--primary);flex:1;padding-left:3rem}.comparison-rows-list{flex-direction:column;gap:.5rem;display:flex}.modern-comparison-row{background:var(--bg-white);border-radius:var(--radius-md,12px);border:1px solid #00000008;justify-content:space-between;align-items:center;padding:1.4rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.modern-comparison-row:hover{border-color:#e31c7926;transform:translateY(-2px);box-shadow:0 12px 25px #e31c790d}.legacy-column{text-align:right;flex:1;justify-content:flex-end;align-items:center;gap:1rem;padding-right:2rem;display:flex}.legacy-text{color:var(--text-light);font-size:.95rem;font-weight:500}.legacy-status-icon{color:#9ca3af;opacity:.7;flex-shrink:0}.feature-center-column{justify-content:center;align-items:center;width:220px;display:flex}.feature-badge{background:var(--bg-light);color:var(--text-dark);letter-spacing:1px;text-align:center;border:1px solid #0000000f;border-radius:50px;padding:.4rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .25s}.modern-comparison-row:hover .feature-badge{color:var(--primary);background:#e31c7905;border-color:#e31c7940}.pratik-column{text-align:left;flex:1;justify-content:flex-start;align-items:center;gap:1rem;padding-left:2rem;display:flex}.pratik-text{color:var(--primary);font-size:.98rem;font-weight:600}.pratik-status-icon{color:var(--primary);filter:drop-shadow(0 2px 8px #e31c7926);flex-shrink:0}@media (width<=768px){.comparison-desktop-header{display:none}.comparison-rows-list{gap:1rem}.modern-comparison-row{background:var(--bg-light);flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem}.feature-center-column{border-bottom:1px solid #0000000f;justify-content:flex-start;width:100%;padding-bottom:.6rem}.feature-badge{padding:.3rem .8rem;font-size:.7rem}.legacy-column{text-align:left;background:var(--bg-white);border-radius:var(--radius-sm,8px);border-left:3px solid #cbd5e1;flex-direction:row-reverse;justify-content:space-between;padding:.75rem 1rem}.legacy-text{text-align:left;font-size:.88rem}.pratik-column{text-align:left;border-radius:var(--radius-sm,8px);border-left:3px solid var(--primary);background:#e31c7908;flex-direction:row-reverse;justify-content:space-between;padding:.75rem 1rem}.pratik-text{text-align:left;font-size:.9rem}}.about-cta-section{background-color:var(--bg-light);padding:4rem 0 6rem}.about-cta-card{background:linear-gradient(135deg, var(--primary) 0%, #1e293b 100%);border-radius:var(--radius-lg,24px);text-align:center;color:#fff;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #e31c7926}.about-cta-card h2{letter-spacing:-.5px;margin-bottom:1.2rem;font-size:2.5rem;font-weight:700;line-height:1.2}.about-cta-card p{color:#ffffffd9;max-width:700px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.about-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.cta-primary-btn{background-color:var(--secondary);color:var(--primary);border-radius:var(--radius-sm,8px);cursor:pointer;border:none;align-items:center;gap:.6rem;padding:1.1rem 2.2rem;font-size:1.05rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px #0000001a}.cta-primary-btn:hover{background-color:#fce16d;transform:translateY(-2px);box-shadow:0 15px 30px #fbd63440}.cta-secondary-btn{color:#fff;border-radius:var(--radius-sm,8px);background-color:#ffffff1a;border:1px solid #fff3;align-items:center;padding:1.1rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.cta-secondary-btn:hover{background-color:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px)}@media (width<=992px){.about-page{padding-top:120px}.about-title{font-size:2.5rem}.about-story-grid{grid-template-columns:1fr;gap:3rem}.about-story-visual{order:-1}.about-image-wrapper{max-width:480px}.about-counters-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-values-grid{grid-template-columns:1fr;gap:1.5rem}.about-cta-card{padding:3.5rem 2rem}.about-cta-card h2{font-size:2rem}}@media (width<=600px){.about-page{padding-top:100px}.about-back-btn{margin-top:.25rem;margin-bottom:.4rem}.about-title{letter-spacing:-.5px;font-size:2rem}.about-subtitle{font-size:1.05rem}.section-title{font-size:1.75rem}.about-image-wrapper{border-radius:var(--radius-md,12px);padding:.85rem}.about-crew-img{height:280px}.active-badge{padding:.35rem .75rem;font-size:.7rem;top:1.5rem;right:1.5rem}.about-counters-grid{grid-template-columns:1fr;gap:1.25rem}.counter-num{font-size:2.4rem}.value-card{padding:1.8rem}.comparison-table th,.comparison-table td{padding:1rem .75rem;font-size:.85rem}.about-cta-card{border-radius:var(--radius-md,12px);padding:2.5rem 1.25rem}.about-cta-card h2{font-size:1.65rem}.about-cta-card p{font-size:.95rem}.about-cta-actions{flex-direction:column;width:100%}.cta-primary-btn,.cta-secondary-btn{justify-content:center;width:100%;padding:1rem;font-size:.95rem}}.contact-page{color:var(--text-dark,#1f2937);background-color:var(--bg-white,#fff);padding-top:130px;padding-bottom:4rem;font-family:Inter,sans-serif;overflow-x:hidden}.contact-back-btn{color:#6b7280;letter-spacing:-.1px;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;margin-top:.4rem;margin-bottom:.6rem;padding:.4rem 0;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.contact-back-btn svg{color:#9ca3af;transition:transform .25s cubic-bezier(.16,1,.3,1)}.contact-back-btn:hover{color:var(--primary);background:0 0}.contact-back-btn:hover svg{color:var(--primary);transform:translate(-4px)}.contact-hero-section{background:radial-gradient(circle at 50% 10%,#e31c790a 0%,#fff0 65%);padding:1.5rem 0 2.5rem;position:relative}.contact-hero-content{text-align:center;max-width:800px;margin:0 auto}.contact-badge-wrap{justify-content:center;margin-bottom:1.25rem;display:flex}.contact-badge{color:var(--primary);letter-spacing:2px;text-transform:uppercase;background:#e31c790d;border:1px solid #e31c791a;border-radius:50px;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700}.contact-title{color:#111827;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.8rem;font-weight:900;line-height:1.15}.contact-subtitle{color:var(--text-light,#6b7280);font-size:1.12rem;font-weight:500;line-height:1.6}.contact-tiles-section{padding:1.5rem 0}.contact-tiles-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1rem;display:grid}.contact-tile{background:var(--bg-white);border-radius:var(--radius-md,14px);color:inherit;border:1px solid #0000000a;align-items:flex-start;gap:1.15rem;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000004}.contact-tile:hover{border-color:#e31c791f;transform:translateY(-3px);box-shadow:0 14px 35px #e31c790d}.tile-icon-wrapper{border-radius:var(--radius-sm,10px);flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;transition:transform .25s;display:flex}.contact-tile:hover .tile-icon-wrapper{transform:scale(1.05)}.call-bg{color:var(--primary);background:#e31c790d;border:1px solid #e31c7914}.wa-bg{color:#25d366;background:#25d3660f;border:1px solid #25d36614}.mail-bg{color:#3b82f6;background:#3b82f60f;border:1px solid #3b82f614}.pin-bg{color:#f59e0b;background:#f59e0b0f;border:1px solid #f59e0b14}.tile-content{flex:1;min-width:0}.tile-content h3{text-transform:uppercase;color:var(--text-light);letter-spacing:.8px;margin-bottom:.3rem;font-size:.8rem;font-weight:700}.tile-value{color:var(--text-dark);letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1.1rem;font-weight:700;display:block;overflow:hidden}.tile-content p{color:var(--text-light);margin:0;font-size:.82rem;font-weight:500}.contact-form-section{padding:3rem 0}.contact-form-container{justify-content:center;display:flex}.contact-form-card-centered{background:var(--bg-white);border-radius:var(--radius-lg,24px);border:1px solid #0000000a;width:100%;max-width:720px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000008}.form-header{text-align:center;margin-bottom:2.2rem}.form-header h2{color:var(--text-dark);letter-spacing:-.4px;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.form-header p{color:var(--text-light);max-width:520px;margin:0 auto;font-size:.95rem;font-weight:500}.minimal-contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group-row{gap:1.25rem;display:flex}.form-group-row.double>.form-group{flex:1}.form-group{flex-direction:column;gap:.45rem;display:flex}.form-group label{color:var(--text-dark);font-size:.85rem;font-weight:700}.form-group label .req{color:var(--primary);margin-left:2px}.form-group input,.form-group textarea,.form-group select{color:var(--text-dark);border-radius:var(--radius-sm,8px);background:var(--bg-white);border:1.5px solid #0000000f;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.92rem;transition:all .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-size:.88rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #e31c7914}.select-wrapper{position:relative}.select-wrapper select{appearance:none;cursor:pointer;width:100%;padding-right:2.5rem}.select-wrapper:after{content:"";border-right:2px solid var(--text-light);border-bottom:2px solid var(--text-light);pointer-events:none;width:6px;height:6px;position:absolute;top:50%;right:1.1rem;transform:translateY(-35%)rotate(45deg)}.form-submit-btn{background:linear-gradient(135deg, var(--primary) 0%, #d81671 100%);color:#fff;border-radius:var(--radius-sm,8px);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:.5rem;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:.98rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #e31c7933}.form-submit-btn:hover{background:linear-gradient(135deg,#e31c79 0%,#c01361 100%);transform:translateY(-2px);box-shadow:0 8px 25px #e31c7959}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@keyframes successScale{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.form-success-overlay{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) successScale;display:flex}.success-icon-box{color:#25d366;background:#25d36614;border-radius:50%;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 10px 25px #25d36626}.form-success-overlay h2{color:var(--text-dark);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.form-success-overlay p{color:var(--text-light);max-width:420px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.success-action-btn{background:var(--bg-light);color:var(--text-dark);border-radius:var(--radius-sm,8px);cursor:pointer;border:1px solid #00000014;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;transition:all .2s}.success-action-btn:hover{border-color:var(--primary);color:var(--primary);background:#fff}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;margin-right:10px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.contact-help-redirect-section{padding:2rem 0}.help-redirect-card{background:var(--bg-light);border-radius:var(--radius-lg,24px);border:1px solid #0000000a;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex}.help-icon-glow{color:var(--primary);background:#e31c790d;border-radius:50%;flex-shrink:0;padding:.75rem}.help-text h3{color:var(--text-dark);margin-bottom:.3rem;font-size:1.25rem;font-weight:700}.help-text p{color:var(--text-light);font-size:.92rem;font-weight:500;line-height:1.5}.help-redirect-btn{background:var(--bg-white);color:var(--text-dark);border-radius:var(--radius-sm,8px);cursor:pointer;border:1px solid #00000014;flex-shrink:0;align-items:center;padding:.8rem 1.4rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 5px #00000005}.help-redirect-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 10px #e31c7914}@media (width<=1024px){.contact-tiles-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=768px){.contact-page{padding-top:100px}.contact-title{margin-bottom:.75rem;font-size:2.1rem}.contact-subtitle{font-size:1rem}.contact-tiles-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.contact-tile{border-radius:12px;gap:.85rem;padding:1.2rem}.tile-icon-wrapper{padding:.6rem}.tile-value{font-size:.95rem}.tile-content h3{font-size:.72rem}.contact-form-card-centered{padding:2rem 1.5rem}.form-header h2{font-size:1.5rem}.form-group-row{flex-direction:column;gap:1.25rem}.help-redirect-card{text-align:center;flex-direction:column;padding:1.75rem}}@media (width<=520px){.contact-tiles-grid{grid-template-columns:1fr;gap:.85rem}.contact-tile{padding:1rem 1.2rem}.tile-value{font-size:1.15rem}.tile-content h3{font-size:.78rem}}.service-areas-page{background-color:var(--bg-light);min-height:100vh;padding-top:130px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;animation:.4s cubic-bezier(.16,1,.3,1) fadeInPage}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subpage-breadcrumb-container{background-color:#0000;border-bottom:none;padding:1rem 0 .5rem}.back-link{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.back-link:hover{color:var(--primary)}.back-link svg{transition:transform .2s}.back-link:hover svg{transform:translate(-4px)}.areas-hero-section{color:var(--text-dark);text-align:center;background:0 0;padding:2rem 0 4rem;position:relative}.areas-hero-section:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 0,#e31c7908 0%,#0000 70%);height:400px;position:absolute;top:-130px;left:0;right:0}.areas-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.badge-pill{color:var(--primary);letter-spacing:.08em;background-color:#e31c790f;border:1px solid #e31c7926;border-radius:50px;margin-bottom:1.5rem;padding:6px 18px;font-size:.75rem;font-weight:700;display:inline-block}.areas-hero-content h1{letter-spacing:-.02em;background:linear-gradient(135deg, var(--text-dark) 40%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:3rem;font-weight:700;line-height:1.15}.areas-hero-content p{color:var(--text-light);max-width:620px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.search-wrapper-outer{background:var(--bg-white);border:1px solid #00000014;border-radius:50px;max-width:580px;margin:0 auto;padding:4px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0000000a}.search-wrapper-outer:focus-within{border-color:#e31c794d;box-shadow:0 15px 35px #e31c790f}.search-wrapper{background:0 0;align-items:center;padding:4px 10px 4px 18px;display:flex;position:relative}.search-icon{color:var(--primary);opacity:.8;margin-right:12px}.search-wrapper input{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-family:inherit;font-size:.95rem}.search-wrapper input::placeholder{color:#9ca3af}.clear-btn{background-color:var(--bg-light);color:var(--text-light);cursor:pointer;border:none;border-radius:50px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s}.clear-btn:hover{color:var(--primary);background-color:#e31c7914}.regions-section{background-color:var(--bg-white);border-bottom:1px solid #0000000a;padding:2.5rem 0}.section-header-compact{text-align:center;margin-bottom:1.75rem}.section-header-compact h2{color:var(--text-dark);margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.section-header-compact p{color:var(--text-light);font-size:.9rem}.regions-tabs-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:900px;margin:0 auto;display:flex}.region-tab-btn{background-color:var(--bg-light);color:var(--text-light);cursor:pointer;border:1px solid #00000005;border-radius:50px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.region-tab-btn:hover{color:var(--text-dark);background-color:#0000000d}.region-tab-btn.active{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #e31c792e}.popular-cities-section{background-color:var(--bg-white);padding:4rem 0}.sub-section-title{color:var(--text-dark);text-align:center;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.popular-cities-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.popular-city-card{background-color:var(--bg-white);border-radius:var(--radius-lg,24px);border:1px solid #0000000a;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000003}.popular-city-card:hover{border-color:#e31c794d;transform:translateY(-4px);box-shadow:0 20px 40px #e31c7926}.city-card-bg-image{z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.popular-city-card:hover .city-card-bg-image{transform:scale(1.08)}.city-card-bg-overlay{z-index:1;background:linear-gradient(#0f172a4d 0%,#0f172ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.city-card-header,.city-card-body,.city-card-footer{z-index:2;position:relative}.city-card-header{align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.city-pin-icon{color:var(--primary);opacity:1}.city-card-header h3{color:#fff;letter-spacing:-.3px;text-shadow:0 2px 4px #00000080;font-size:1.25rem;font-weight:700}.city-card-body{flex-direction:column;flex:1;gap:.7rem;margin-bottom:1.75rem;display:flex}.city-stat-row{color:#ffffffe6;text-shadow:0 1px 2px #00000080;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.city-stat-row svg{color:var(--primary);opacity:.9}.city-card-footer{border-top:1px solid #ffffff26;padding-top:1rem}.city-cta-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:6px 0;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.city-cta-btn svg{transition:transform .2s}.city-cta-btn:hover{color:var(--primary)}.city-cta-btn:hover svg{transform:translate(4px)}.all-cities-section{padding:4rem 0 5rem}.all-cities-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:.75rem;display:flex}.all-cities-header h2{color:var(--text-dark);letter-spacing:-.3px;font-size:1.5rem;font-weight:700}.city-count-badge{color:var(--primary);background-color:#e31c7914;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:700}.alphabetical-listing{flex-direction:column;gap:3rem;display:flex}.letter-group{box-shadow:none;background-color:#0000;border:none;border-radius:0;flex-direction:column;gap:1.5rem;padding:0;transition:none;display:flex}.letter-group:hover{box-shadow:none;border-color:#0000;transform:none}.letter-header{border-bottom:1px solid #00000014;align-items:center;gap:1rem;margin:0;padding:0 0 1rem;display:flex}.letter-indicator{color:var(--primary);box-shadow:none;letter-spacing:0;background:0 0;border-radius:0;width:auto;height:auto;font-size:1.5rem;font-weight:700;line-height:1;display:block}.letter-cities-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;display:grid}.city-list-item{cursor:pointer;text-align:left;background-color:#0000;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.city-list-item:hover{background-color:#f8fafc;border-color:#0000;transform:translate(4px)}.city-item-content{flex-direction:column;gap:.15rem;display:flex}.city-name-txt{color:#334155;font-size:.95rem;font-weight:600;transition:color .3s}.city-list-item:hover .city-name-txt{color:var(--primary)}.city-region-tag{color:#94a3b8;margin-top:0;font-size:.75rem;font-weight:500;transition:color .3s}.city-chevron{color:var(--primary);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;transform:translate(-8px)}.city-list-item:hover .city-chevron{opacity:1;transform:translate(0)}@media (width<=768px){.letter-group{gap:1.25rem}}.no-cities-found{text-align:center;background-color:var(--bg-white);border-radius:var(--radius-lg,24px);border:1px solid #00000008;padding:4rem 2rem;box-shadow:0 4px 20px #00000003}.no-results-icon{color:var(--text-light);opacity:.3;margin-bottom:1.25rem}.no-cities-found h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.35rem;font-weight:700}.no-cities-found p{color:var(--text-light);max-width:400px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto;font-size:.9rem}.faq-cta-section{background-color:var(--bg-white);padding:4rem 0}.faq-cta-card{text-align:center;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);border-radius:28px;padding:4rem 3.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.faq-cta-backdrop{pointer-events:none;z-index:1;background:radial-gradient(circle at 80% 20%,#e31c7926 0%,#fff0 50%);width:100%;height:100%;position:absolute;top:0;left:0}.faq-cta-content{z-index:2;max-width:680px;margin:0 auto;position:relative}.faq-cta-title{color:#fff;letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.3rem);font-weight:700}.faq-cta-desc{color:#9ca3af;margin-bottom:2.8rem;font-size:1.08rem;line-height:1.6}.faq-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.faq-cta-btn{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;padding:.95rem 2rem;font-size:1rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;text-decoration:none!important}.faq-cta-btn.whatsapp{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px #e31c7940}.faq-cta-btn.whatsapp:hover{background-color:#b8125c;transform:translateY(-2px);box-shadow:0 8px 22px #e31c7959}.faq-cta-btn.phone{color:#fff;background-color:#ffffff14;border:1px solid #ffffff1f}.faq-cta-btn.phone:hover{background-color:#ffffff26;border-color:#ffffff40;transform:translateY(-2px)}@media (width<=991px){.areas-hero-content h1{font-size:2.4rem}.letter-group{padding:1.75rem}}@media (width<=768px){.service-areas-page{padding-top:100px}.areas-hero-section{padding:1.5rem 0 3rem}.areas-hero-content h1{font-size:1.85rem}.areas-hero-content p{margin-bottom:2rem;font-size:.95rem}.regions-tabs-container{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;width:100%;padding:4px 0 10px;overflow-x:auto}.regions-tabs-container::-webkit-scrollbar{display:none}.region-tab-btn{flex-shrink:0}.letter-group{flex-direction:column;gap:1rem;padding:1.25rem}.letter-indicator{border-bottom:1px solid #0000000a;width:auto;padding-bottom:.4rem;font-size:1.8rem}.areas-cta-banner{padding:2rem}.areas-cta-banner h2{font-size:1.5rem}.cta-buttons-row .btn{width:100%}}@media (width<=480px){.all-cities-header{flex-direction:column;align-items:flex-start;gap:.75rem}.letter-cities-list{grid-template-columns:1fr}}.standalone-maps-section{background-color:var(--bg-white);padding:3rem 0}.maps-grid-layout{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.standalone-map-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;transition:box-shadow .3s,border-color .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #0000000d}.standalone-map-wrapper:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 20px 40px -10px #00000014}.standalone-map-wrapper:before{content:"";width:6px;height:100%;position:absolute;top:0;left:0}.istanbul-map-wrapper:before{background:#1e1b4b}.kocaeli-map-wrapper:before{background:var(--primary)}.map-overlay-text{z-index:3;flex:1;position:relative}.map-overlay-text h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.2}.map-overlay-text p{color:#64748b;max-width:300px;font-size:1rem;line-height:1.6}.minimal-map-link{cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.75rem;margin-top:1.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.minimal-map-link span{font-size:1.1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.istanbul-map-wrapper .minimal-map-link{color:#0f172a;background-color:#f1f5f9;border:1px solid #e2e8f0}.istanbul-map-wrapper .minimal-map-link:hover{color:#fff;background-color:#1e1b4b;border-color:#1e1b4b;transform:translateY(-2px);box-shadow:0 8px 16px #1e1b4b26}.istanbul-map-wrapper .minimal-map-link:hover span{transform:translate(4px)}.kocaeli-map-wrapper .minimal-map-link{color:#be185d;background-color:#fdf2f8;border:1px solid #fbcfe8}.kocaeli-map-wrapper .minimal-map-link:hover{background-color:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 16px #e31c7933}.kocaeli-map-wrapper .minimal-map-link:hover span{transform:translate(4px)}.standalone-map-svg{z-index:2;flex:1;max-width:45%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.standalone-map-wrapper:hover .standalone-map-svg{transform:translateY(-5px)}.standalone-map-svg path{fill:#f8fafc;stroke:#cbd5e1;stroke-width:.5px;stroke-linejoin:round;transition:all .4s}.istanbul-map-wrapper .standalone-map-svg path:hover{fill:#1e1b4b0d;stroke:#1e1b4b;stroke-width:1.2px}.kocaeli-map-wrapper .standalone-map-svg path:hover{fill:#e31c790d;stroke:var(--primary);stroke-width:1.2px}@media (width<=768px){.maps-grid-layout{grid-template-columns:1fr}.standalone-map-wrapper{text-align:left;flex-direction:column;gap:2rem;padding:2.5rem 2rem}.standalone-map-svg{max-width:70%;margin:0 auto}.map-overlay-text h3{font-size:1.75rem}}.interactive-map-visual-section{background-color:var(--bg-white);padding:2rem 0 3rem}.map-visuals-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.map-visual-card{cursor:pointer;border-radius:24px;flex-direction:column;justify-content:center;min-height:240px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.map-visual-card:hover{transform:translateY(-6px);box-shadow:0 25px 50px #00000026}.istanbul-card{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)}.kocaeli-card{background:linear-gradient(135deg,#e31c79 0%,#be185d 100%)}.map-card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 60%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.map-visual-card:hover .map-card-glow{opacity:1}.map-card-content{z-index:2;color:#fff;position:relative}.map-card-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.map-card-content h3{letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.6rem;font-weight:700}.map-card-content p{color:#ffffffd9;max-width:90%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.map-card-stats{gap:1.5rem;display:flex}.map-card-stats .stat{color:#ffffffb3;align-items:baseline;gap:.4rem;font-size:.85rem;display:flex}.map-card-stats .stat strong{color:#fff;font-size:1.3rem;font-weight:700}.map-abstract-bg{z-index:1;pointer-events:none;opacity:.6;width:60%;height:100%;position:absolute;top:0;right:0}.map-abstract-bg svg{width:100%;height:100%;transform:scale(1.5)translate(10%,10%)}.city-service-page{background-color:var(--bg-light);min-height:100vh;color:var(--text-dark);padding-top:130px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;animation:.4s cubic-bezier(.16,1,.3,1) fadeInCity}@keyframes fadeInCity{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.city-breadcrumb-wrap{background-color:#0000;padding:1rem 0 .5rem}.city-back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.city-back-btn:hover{color:var(--primary)}.city-back-btn svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.city-back-btn:hover svg{transform:translate(-4px)}.city-hero-section{background:0 0;border-bottom:1px solid #00000008;padding:2.5rem 0 4.5rem;position:relative}.city-hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#e31c7908 0%,#0000 70%);height:450px;position:absolute;top:-130px;left:0;right:0}.city-hero-content{text-align:center;z-index:2;max-width:850px;margin:0 auto;position:relative}.city-badge{color:var(--primary);letter-spacing:.08em;background-color:#e31c790f;border:1px solid #e31c7926;border-radius:50px;margin-bottom:1.25rem;padding:5px 16px;font-size:.72rem;font-weight:700;display:inline-block}.city-title-h1{letter-spacing:-.03em;background:linear-gradient(135deg, var(--text-dark) 45%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;line-height:1.15}.city-subtitle-p{color:var(--text-light);max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.12rem;line-height:1.65}.city-hero-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.meta-item{color:var(--text-dark);align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;display:flex}.meta-icon{color:#10b981}.meta-icon.gold{color:var(--secondary)}.city-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.city-primary-action-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.98rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #e31c7938}.city-primary-action-btn:hover{background-color:#b8125c;transform:translateY(-2px);box-shadow:0 8px 20px #e31c794d}.city-secondary-action-btn{background-color:var(--bg-white);color:var(--text-dark);border:1px solid #00000014;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.98rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 10px #00000005}.city-secondary-action-btn:hover{background-color:var(--bg-light);border-color:#00000026;transform:translateY(-2px)}.city-main-content-section{background-color:var(--bg-white);padding:4.5rem 0}.city-grid-layout{grid-template-columns:280px 1fr;align-items:start;gap:4rem;display:grid}.city-toc-sidebar{position:sticky;top:100px}.city-toc-sticky-box{background:var(--bg-white);border:1px solid #0000000a;border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px #00000003}.toc-header{border-bottom:1px solid #0000000a;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.toc-icon{color:var(--primary);opacity:.85}.toc-header h4,.toc-header .sidebar-h4{color:var(--text-dark);text-transform:uppercase;letter-spacing:.2px;font-size:.95rem;font-weight:700}.toc-nav-list{flex-direction:column;gap:.35rem;margin-bottom:2rem;display:flex}.toc-nav-item{text-align:left;width:100%;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-left:2px solid #0000;padding:.55rem 0 .55rem .85rem;font-size:.88rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.toc-nav-item:hover{color:var(--primary);padding-left:1rem}.toc-nav-item.active{color:var(--primary);border-left-color:var(--primary);font-weight:700}.toc-sidebar-cta{text-align:center;background:#e31c7908;border:1px solid #e31c7914;border-radius:14px;padding:1.2rem}.toc-sidebar-cta h5,.toc-sidebar-cta .sidebar-h5{color:var(--text-dark);margin-bottom:.4rem;font-size:.85rem;font-weight:700}.toc-sidebar-cta p{color:var(--text-light);margin-bottom:1rem;font-size:.78rem;line-height:1.4}.toc-sidebar-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.6rem 1rem;font-size:.82rem;font-weight:700;transition:all .2s}.toc-sidebar-btn:hover{background-color:#b8125c}.city-content-article{flex-direction:column;gap:3.5rem;min-width:0;display:flex}.article-section{scroll-margin-top:140px}.article-h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:1.85rem;font-weight:700;line-height:1.25}.article-h3{color:var(--text-dark);margin-top:1.75rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.city-content-article p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.04rem;line-height:1.7}.city-content-article strong{color:var(--text-dark);font-weight:700}.content-highlight-box{border-left:4px solid var(--primary);background:#e31c7908;border-radius:0 16px 16px 0;margin:1.5rem 0 2rem;padding:1.5rem}.content-highlight-box h4,.content-highlight-box .bullet-title{color:var(--primary);margin-bottom:.4rem;font-size:1rem;font-weight:700}.content-highlight-box p{color:var(--text-light);margin-bottom:0;font-size:.95rem;line-height:1.6}.article-ordered-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;padding-left:1.5rem;display:flex}.article-ordered-list li{color:var(--text-light);font-size:1.02rem;line-height:1.6}.article-ordered-list li strong{color:var(--text-dark)}.internal-link{color:var(--primary);cursor:pointer;border-bottom:1px dashed var(--primary);font-weight:700;transition:all .2s}.internal-link:hover{color:#b8125c;border-bottom-style:solid}.seo-image-card{background-color:var(--bg-light);border:1px solid #0000000d;border-radius:20px;margin:1rem 0;overflow:hidden;box-shadow:0 10px 30px #00000005}.seo-img-placeholder{text-align:center;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);flex-direction:column;justify-content:center;align-items:center;height:260px;padding:2rem;display:flex;position:relative;overflow:hidden}.seo-img-placeholder:before{content:"";background:radial-gradient(circle,#e31c7914 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.placeholder-icon{color:var(--primary);opacity:.8;z-index:2;margin-bottom:1rem}.seo-img-alt-tag{color:#ffffffd9;z-index:2;background-color:#0006;border:1px dashed #fff3;border-radius:50px;max-width:90%;padding:6px 14px;font-family:monospace;font-size:.88rem;font-weight:700}.image-caption{color:var(--text-light);background-color:var(--bg-white);border-top:1px solid #0000000a;padding:.85rem 1.25rem;margin:0!important;font-size:.82rem!important}.services-bullets-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:1.5rem 0 2rem;display:grid}.bullet-card{background:var(--bg-light);border:1px solid #00000008;border-radius:16px;padding:1.5rem;transition:all .2s}.bullet-card:hover{border-color:#e31c791f;transform:translateY(-2px);box-shadow:0 10px 25px #e31c7905}.bullet-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.bullet-icon{color:var(--primary)}.bullet-card h3,.bullet-card .bullet-title{color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:700}.bullet-card p{color:var(--text-light);line-height:1.5;margin:0!important;font-size:.88rem!important}.districts-tag-grid{flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2rem;display:flex}.district-tag{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;align-items:center;gap:.5rem;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.district-tag:hover{color:#111827;background:#f3f4f6;border-color:#e5e7eb}.reviews-carousel-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;cursor:grab;-webkit-user-select:none;user-select:none;gap:1.5rem;margin-top:1.5rem;padding:1rem .5rem 1.5rem;display:flex;overflow-x:auto}.reviews-carousel-container.active{cursor:grabbing}.reviews-carousel-container::-webkit-scrollbar{display:none}.review-item-card{scroll-snap-align:start;background:var(--bg-white);box-shadow:none;border:1px solid #0000000f;border-radius:12px;flex-direction:column;flex:0 0 320px;padding:2rem;transition:all .3s;display:flex}.review-item-card:hover{border-color:#0000001f;box-shadow:0 10px 30px #00000008}.review-stars-wrap{gap:.15rem;margin-bottom:1.25rem;display:flex}.star-icon.fill-gold{color:#f59e0b;fill:#f59e0b}.review-text-content{flex-grow:1;font-style:normal;font-weight:400;color:#4b5563!important;margin-bottom:2rem!important;font-size:.95rem!important;line-height:1.65!important}.review-card-footer{border-top:1px solid #0000000a;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1.25rem;display:flex}.reviewer-info{flex-direction:column;display:flex}.reviewer-info strong{color:var(--text-dark);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.reviewer-service{color:#9ca3af;margin-top:4px;font-size:.75rem;font-weight:500}.review-date-txt{color:#9ca3af;font-size:.75rem;font-weight:400}.accordion-faq-group{flex-direction:column;gap:.85rem;margin-top:1.5rem;display:flex}.faq-accordion-box{background:var(--bg-white);border:1px solid #0000000a;border-radius:16px;transition:all .3s;overflow:hidden}.faq-accordion-box:hover{border-color:#e31c791f}.faq-accordion-box.open{border-color:#e31c792e;box-shadow:0 10px 25px #e31c7908}.faq-box-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;display:flex}.faq-box-trigger span{color:var(--text-dark);flex:1;padding:0 1rem;font-size:.98rem;font-weight:700}.faq-accordion-box:hover .faq-box-trigger span{color:var(--primary)}.faq-box-icon{color:#9ca3af;flex-shrink:0}.faq-accordion-box.open .faq-box-icon{color:var(--primary)}.faq-box-chevron{color:#9ca3af;flex-shrink:0;transition:transform .3s}.faq-accordion-box.open .faq-box-chevron{color:var(--primary);transform:rotate(180deg)}.faq-box-content{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-accordion-box.open .faq-box-content{max-height:350px}.faq-box-inner{border-top:1px solid #00000003;padding:0 1.5rem 1.25rem 3.25rem}.faq-box-inner p{color:var(--text-light)!important;margin:0!important;font-size:.92rem!important;line-height:1.6!important}.article-footer-cta{background:var(--bg-light);text-align:center;border:1px solid #0000000a;border-radius:20px;padding:2.2rem}.article-footer-cta h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.article-footer-cta p{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem;line-height:1.55}.footer-cta-buttons{justify-content:center;align-items:center;gap:1rem;display:flex}.btn-solid-pink{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .2s}.btn-solid-pink:hover{background-color:#b8125c;transform:translateY(-1px)}.btn-outline-gray{color:var(--text-dark);cursor:pointer;background-color:#0000;border:1px solid #0000001f;border-radius:10px;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .2s}.btn-outline-gray:hover{background-color:#00000005;transform:translateY(-1px)}@media (width<=991px){.city-grid-layout{grid-template-columns:1fr;gap:3rem}.city-toc-sidebar{position:static}.city-toc-sticky-box{box-shadow:none}.toc-nav-list{flex-flow:wrap;gap:.5rem}.toc-nav-item{border-bottom:2px solid #0000;border-left:none;width:auto;padding:.4rem .8rem;font-size:.82rem}.toc-nav-item.active{border-bottom-color:var(--primary)}.toc-sidebar-cta{display:none}.services-bullets-grid{grid-template-columns:1fr;gap:1rem}}@media (width<=768px){.city-hero-section{padding:1.5rem 0 3rem}.city-title-h1{font-size:1.85rem}.city-subtitle-p{font-size:.98rem}.city-hero-meta{gap:1rem;margin-bottom:2rem}.city-hero-actions{flex-direction:column;width:100%}.city-primary-action-btn,.city-secondary-action-btn{justify-content:center;width:100%}.article-h2{font-size:1.5rem}.city-content-article p{font-size:.96rem}.review-card-head{flex-direction:column;gap:.5rem}.review-stars-wrap{align-self:flex-start}.faq-box-trigger span{padding:0 .5rem;font-size:.9rem}.faq-box-inner{padding:0 1.25rem 1.25rem}.footer-cta-buttons{flex-direction:column;width:100%}.btn-solid-pink,.btn-outline-gray{width:100%}}.neighbors-sidebar-block{border-top:1px solid #0000000a;margin-top:1.5rem;margin-bottom:1.5rem;padding-top:1.25rem}.neighbors-sidebar-block h4,.neighbors-sidebar-block .sidebar-h4{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.neighbors-links-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.neighbor-link{color:var(--text-light);cursor:pointer;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-block}.neighbor-link:hover{color:var(--primary);transform:translate(3px)}.nested-headings-block{flex-direction:column;gap:2rem;margin:1.5rem 0;display:flex}.nested-heading-item{background:#00000003;border:1px solid #00000005;border-radius:12px;padding:1.25rem}.nested-heading-item h3{color:var(--text-dark);margin-top:0;margin-bottom:.5rem;font-size:1.15rem;font-weight:700;line-height:1.3}.nested-heading-item p{color:var(--text-light)!important;margin-bottom:0!important;font-size:.95rem!important;line-height:1.6!important}.city-pricing-table-container{background:#fff;border:1px solid #0000000a;border-radius:12px;margin:3rem 0;padding:2.5rem;overflow-x:auto;box-shadow:0 4px 24px #00000004}.pricing-table-title{color:#111827;letter-spacing:-.01em;margin-top:0;margin-bottom:2rem;font-size:1.15rem;font-weight:700}.city-pricing-table{border-collapse:collapse;width:100%;margin-bottom:2rem;font-size:.95rem}.city-pricing-table th{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;text-align:left;border-bottom:1px solid #00000014;padding:0 1rem 1rem;font-size:.75rem;font-weight:700}.city-pricing-table td{text-align:left;color:#4b5563;background-color:#0000;border-bottom:1px solid #0000000a;padding:1.25rem 1rem;transition:background-color .3s,padding-left .3s}.city-pricing-table tbody tr{transition:all .3s}.city-pricing-table tbody tr:hover td{background-color:#e31c7905}.city-pricing-table tbody tr:hover td:first-child{color:var(--text-dark);padding-left:1.5rem;font-weight:600}.city-pricing-table td strong{color:#111827;font-size:1.05rem;font-weight:700}.city-pricing-table tbody tr:hover td strong{color:var(--primary)}.pricing-table-footnote{align-items:center;gap:.5rem;font-style:normal;display:flex;color:#9ca3af!important;margin:0!important;font-size:.82rem!important}@media (width<=768px){.city-pricing-table-container{margin:2rem 0;padding:1.5rem}.city-pricing-table{font-size:.88rem}.city-pricing-table th{padding:0 .5rem .75rem}.city-pricing-table td{padding:1rem .5rem}.city-pricing-table tbody tr:hover td:first-child{padding-left:.75rem}}.seo-content-img{object-fit:cover;border-radius:20px 20px 0 0;width:100%;height:auto;display:block}.city-map-wrapper{background-color:var(--bg-light);border:1px solid #0000000f;border-radius:20px;margin:3rem 0;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 15px 40px #00000008}.city-map-wrapper:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000000f}.city-map-header{color:var(--text-dark);letter-spacing:-.3px;background-color:#fff;border-bottom:1px solid #0000000a;align-items:center;gap:10px;padding:1.25rem 1.75rem;font-size:1rem;font-weight:700;display:flex}.city-map-iframe{filter:grayscale()opacity(.8)contrast(1.15)brightness(1.02);pointer-events:none;border:0;width:100%;height:420px;transition:filter .6s;display:block}.city-map-wrapper:hover .city-map-iframe{filter:grayscale(0%)opacity()contrast()brightness()}.inline-text-link{color:var(--primary);font-weight:700;font-size:inherit;line-height:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;font-family:inherit;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .2s,text-decoration-style .2s;display:inline}.inline-text-link:hover{color:#b8125c;text-decoration-style:solid}.related-districts-section{border-top:1px solid #0000000a;padding-top:2.5rem!important}.related-districts-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.related-district-card{background:var(--bg-light);color:var(--text-dark);cursor:pointer;text-align:left;border:1px solid #0000000d;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.related-district-card svg{color:var(--primary);flex-shrink:0}.related-district-card:hover{color:var(--primary);background:#e31c790a;border-color:#e31c792e;transform:translateY(-2px);box-shadow:0 6px 16px #e31c790f}@media (width<=768px){.related-districts-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.related-districts-grid{grid-template-columns:1fr}}.how-it-works-section{background-color:#fff;padding:8rem 0;position:relative;overflow:hidden}.section-header-tech{text-align:center;margin-bottom:5rem}.tech-badge{color:#e31c79;text-transform:uppercase;letter-spacing:.15em;background:#e31c790d;border:1px solid #e31c791f;border-radius:99px;margin-bottom:1.2rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #e31c7905}.section-title{color:#111827;font-size:2.5rem;font-weight:700}.hiw-relative-wrapper{max-width:1248px;margin:0 auto;position:relative}.hiw-svg-container{pointer-events:none;z-index:0;position:absolute;top:1.5rem;right:1rem}.hiw-svg{display:block}.how-it-works-grid{z-index:1;grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (width>=1200px){.how-it-works-grid{grid-template-columns:3.6fr 4.8fr 3.6fr;gap:2.5rem}.hiw-svg-container{top:0;left:0;right:0}}@media (width>=768px) and (width<=1199px){.hiw-svg-container{right:100px}}.hiw-step-card{max-width:360px;margin:0 auto;padding:2.5rem 2rem 0}.hiw-step-number{color:#fff;background:linear-gradient(135deg,#e31c79,#8b5cf6);border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.hiw-step-title{color:#111827;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.hiw-step-desc{color:#4b5563;text-wrap:balance;font-size:1.05rem;line-height:1.6}.hiw-van-animator{offset-rotate:auto;will-change:offset-distance;width:50px;height:50px;position:absolute;top:0;left:0}.hiw-van-wrapper{filter:drop-shadow(0 4px 8px #e31c794d);width:100px;height:auto;transform:translate(-50%,-50%)}.hiw-van-wrapper img{width:100%;height:auto;display:block}@media (width<=768px){.how-it-works-section{padding:5rem 0}.section-header-tech{margin-bottom:3.5rem}.section-title{font-size:1.75rem;line-height:1.3}.how-it-works-grid{padding-right:60px}.hiw-svg-container{top:1.5rem;right:40px}.hiw-step-card{max-width:100%;margin-bottom:3rem;padding:0 1rem}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.bg-gradient-brand{background:linear-gradient(135deg,#e31c79 0%,#fbd634 100%)}.bg-gradient-blue{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.bg-gradient-purple{background:linear-gradient(135deg,#8b5cf6 0%,#4c1d95 100%)}.bg-gradient-orange{background:linear-gradient(135deg,#f97316 0%,#c2410c 100%)}.bg-gradient-dark{background:linear-gradient(135deg,#1f2937 0%,#111827 100%)}.bg-gradient-secondary{background:linear-gradient(135deg,#4b5563 0%,#374151 100%)}.bg-gradient-gray{background:#f8fafc}.text-fluid-heading-3{font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.1}.text-fluid-heading-4{font-size:clamp(1.25rem,3vw,1.875rem);line-height:1.2}.text-paragraph-2{font-size:1rem;line-height:1.5}.text-paragraph-3{font-size:.875rem;line-height:1.4}.text-label-2{font-size:1rem;font-weight:600}.text-label-3{font-size:.875rem;font-weight:600}.text-label-4{font-size:.75rem;font-weight:600}.text-brand-1500{color:#111827}.text-accent{color:#f59e0b}.bg-brand\/80{background-color:#e31c79cc}.bg-brand-special-50{background-color:#fdf2f8}.aspect-\[264\/131\]{aspect-ratio:264/131}.hiw-extras-section{background-color:#fff;padding:6rem 0}.hiw-features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:6rem;display:grid}.hiw-feature-card{text-align:center;background:0 0;padding:1rem;transition:all .3s}.hiw-feature-card:hover{transform:translateY(-5px)}.hiw-feature-icon-wrapper{color:#1e293b;opacity:.9;background:0 0;justify-content:center;align-items:center;width:auto;height:auto;margin:0 auto 1.2rem;display:flex}.hiw-feature-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.hiw-feature-desc{color:#64748b;opacity:.8;font-size:.9rem;line-height:1.5}.hiw-testimonials-section{text-align:center;max-width:1000px;margin:6rem auto 0}.hiw-testimonials-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:700}.hiw-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.hiw-testimonial-card{padding:1rem}.hiw-stars{justify-content:center;gap:4px;margin-bottom:1.5rem;display:flex}.hiw-quote{color:#475569;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.hiw-author{color:#1e293b;font-size:.95rem;font-weight:600}@media (width<=992px){.hiw-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hiw-testimonials-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=576px){.hiw-features-grid{grid-template-columns:1fr}.hiw-testimonials-title{font-size:1.8rem}}.hiw-minimal-promo{text-align:center;background-color:#f8fafc;border-radius:24px;margin:4rem 20px;padding:6rem 0}.hiw-minimal-badge{color:#64748b;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:1px solid #e2e8f0;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hiw-minimal-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.hiw-minimal-subtitle{color:#64748b;max-width:600px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.6}.hiw-minimal-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;padding:0 20px;display:grid}.hiw-minimal-card{text-align:left;background:#fff;border:1px solid #00000005;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000008}.hiw-minimal-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.hiw-minimal-icon{color:#0f172a;background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.hiw-minimal-card-title{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.hiw-minimal-card-desc{color:#64748b;font-size:.95rem;line-height:1.6}.hiw-minimal-action{justify-content:center;gap:1rem;margin-top:4rem;display:flex}.hiw-btn-primary{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-flex}.hiw-btn-primary:hover{background:#1e293b}.hiw-btn-secondary{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hiw-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}@media (width<=768px){.hiw-minimal-grid{grid-template-columns:1fr}.hiw-minimal-promo{margin:2rem 10px;padding:4rem 0}.hiw-minimal-title{font-size:2rem}.hiw-minimal-action{flex-direction:column;padding:0 20px}}.other-services-page{color:#1e293b;background-color:#f4f7fb;min-height:100vh;padding:0 0 120px;font-family:Inter,system-ui,-apple-system,sans-serif}.os-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);padding:120px 20px 100px;position:relative;overflow:hidden}.os-hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 30% 70%,#db277726 0%,#0000 40%),radial-gradient(circle at 70% 30%,#38bdf826 0%,#0000 40%);width:200%;height:200%;animation:15s linear infinite bgPulse;position:absolute;top:-50%;left:-50%}@keyframes bgPulse{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.os-hero-content{z-index:2;max-width:900px;margin:0 auto;position:relative}.os-hero-title{letter-spacing:-.03em;background:linear-gradient(90deg,#fff,#e2e8f0,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.os-hero-desc{color:#94a3b8;max-width:800px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.8}.os-services-section{z-index:10;max-width:1200px;margin:80px auto;padding:0 20px;position:relative}.os-grid{grid-template-columns:1fr;grid-auto-rows:1fr;gap:60px;display:grid}.os-card{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;flex-direction:row;align-items:center;min-height:auto;padding:80px 0;transition:none;display:flex;position:relative}.os-card:last-child{border-bottom:none}.os-card-reverse{flex-direction:row-reverse}.os-card-image-col{border-radius:16px;flex:0 0 45%;position:relative;overflow:hidden}.os-card-image{aspect-ratio:4/3;object-fit:cover;filter:grayscale(15%);width:100%;transition:all .6s cubic-bezier(.2,.8,.2,1)}.os-card:hover .os-card-image{filter:grayscale(0%);transform:scale(1.02)}.os-card-content-col{flex-direction:column;flex:1;justify-content:center;padding:0 60px;display:flex}.os-card-header{flex-direction:row;align-items:center;margin-bottom:24px;display:flex}.os-icon-wrapper{color:#0f172a;margin-right:20px}.os-header-text{flex:1}.os-badge{color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.75rem;font-weight:500;display:block}.os-card-title{color:#0f172a;letter-spacing:-.03em;font-size:2.25rem;font-weight:500;line-height:1.1}.os-card-desc{color:#475569;max-width:95%;margin-bottom:40px;font-size:1.1rem;font-weight:400;line-height:1.7}.os-features-list{grid-template-columns:1fr 1fr;gap:20px;margin:0 0 40px;padding:0;list-style:none;display:grid}.os-feature-item-card{color:#334155;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;padding-bottom:12px;font-size:.95rem;font-weight:400;line-height:1.5;display:flex}.os-feature-check{color:#94a3b8;flex-shrink:0;margin-top:2px;transition:color .3s}.os-card:hover .os-feature-check{color:#db2777}.os-card-action{margin-top:auto}.os-card-btn{color:#0f172a;border-bottom:1px solid #0000;align-items:center;gap:8px;width:fit-content;padding:4px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.os-card:hover .os-card-btn{color:#db2777;border-bottom-color:#db2777;gap:12px}.os-info-section-minimal{max-width:1000px;margin:120px auto 0;padding:0 20px}.os-info-header-minimal{text-align:center;max-width:800px;margin:0 auto 60px}.os-info-title-minimal{color:#0f172a;letter-spacing:-.01em;margin-bottom:20px;font-size:2.2rem;font-weight:700}.os-info-text-minimal{color:#64748b;font-size:1.1rem;line-height:1.7}.os-info-features-minimal{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.os-feature-minimal{text-align:center;flex-direction:column;align-items:center;display:flex}.os-icon-minimal{color:#0f172a;opacity:.8;margin-bottom:20px}.os-feature-minimal strong{color:#0f172a;margin-bottom:12px;font-size:1.1rem;font-weight:600}.os-feature-minimal span{color:#64748b;font-size:.95rem;line-height:1.5}@media (width<=1024px){.os-grid{flex-direction:column;display:flex}.os-card{height:auto;flex-direction:column!important}.os-card-image-col{flex:none;height:300px}.os-card-content-col{padding:40px}}@media (width<=768px){.os-hero{padding:100px 20px 80px}.os-hero-title{font-size:2.2rem}.os-card-content-col{padding:30px 20px}.os-card-image-col{height:250px}.os-card-header{flex-direction:column;align-items:flex-start}.os-info-features-minimal{grid-template-columns:1fr 1fr;gap:30px}}@media (width<=480px){.os-info-features-minimal{grid-template-columns:1fr}}
