/* TechLapse landing-page critical CSS — self-contained, no Crafto bundle */
:root{--base-color:#2946f3;--alt-font:"Plus Jakarta Sans",system-ui,sans-serif;--primary-font:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--medium-gray:#69747f;--dark-gray:#232323}
            *,*::before,*::after{box-sizing:border-box}
            body{margin:0;font-family:var(--primary-font);font-size:16px;color:var(--medium-gray);background:#fff;-webkit-font-smoothing:antialiased}
            a{color:inherit;text-decoration:none}
            img{max-width:100%;height:auto}
            .container{width:100%;max-width:1220px;margin:0 auto;padding:0 15px}
            .navbar{display:flex;align-items:center;background:#fff;padding:.75rem 0;border-bottom:1px solid #eef0f3}
            .navbar .container-fluid{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 15px}
            .navbar-brand img{height:36px;width:auto}
            /* Crafto ships 3 logo slots; theme CSS hid extras — keep one visible */
            .navbar-brand .alt-logo,
            .navbar-brand .mobile-logo{display:none!important}
            .navbar-brand .default-logo{display:inline-block}
            .navbar-collapse{display:none}.navbar-collapse.show{display:block;position:absolute;left:0;right:0;top:64px;background:#fff;padding:16px;border-bottom:1px solid #eef0f3;z-index:1000}
            .navbar-collapse.show .navbar-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
            .navbar-collapse .dropdown-menu{display:none;list-style:none;padding:8px 0 0 12px;margin:0}
            .navbar-collapse .dropdown-menu.show{display:block}
            .navbar-toggler{border:0;background:transparent;padding:8px;cursor:pointer}
            .navbar-toggler-line{display:block;width:22px;height:2px;background:#232323;margin:5px 0}
            .alt-font{font-family:var(--alt-font)}
            .tl-hero{background:linear-gradient(135deg,#0A1020 0%,#0B1A26 55%,#0E2A33 100%);color:#fff}
            .tl-hero .tl-hero-row{padding:48px 0 36px;display:flex;flex-wrap:wrap;align-items:center}
            .tl-hero .tl-hero-eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#22D3EE;margin-bottom:12px}
            .tl-hero .tl-hero-copy h1{font-size:1.85rem;line-height:1.28;letter-spacing:-.4px;font-weight:700;color:#fff;margin:0 0 14px}
            .tl-hero .tl-hero-lead{font-size:1rem;line-height:1.55;color:rgba(255,255,255,.72);margin:0 0 14px}
            .tl-hero .tl-hero-rating{margin-bottom:14px;font-size:14px;line-height:1.45;color:#fff}
            .tl-hero .tl-hero-form{background:#fff;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.25);padding:1.35rem;margin-bottom:20px;color:#69747f}
            .tl-hero .tl-hero-form h2{font-size:1.35rem;line-height:1.3;font-weight:700;color:#232323;margin:0 0 .4rem}
            .tl-hero .form-control{width:100%;height:48px;border:1px solid #CBD5E1;border-radius:6px;padding:0 14px;font:inherit}
            .tl-hero textarea.form-control{height:auto;padding:12px 14px}
            .tl-hero .btn-quote{display:block;width:100%;border:0;border-radius:50px;background:#22D3EE;color:#232323;font-weight:600;padding:14px 18px;cursor:pointer;font-size:16px}
            .tl-privacy{font-size:12px;color:#69747f;margin:.65rem 0 0;text-align:center}
            .tl-tick{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#2946f3;color:#fff;font-size:12px;font-weight:700;line-height:1}
            .tl-trust-strip{margin-top:1rem}.tl-trust-strip strong{font-size:14px;color:#1f2937}
            .tl-proof-card{background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.08);overflow:hidden}
            .tl-proof-card img{width:100%;height:180px;object-fit:cover;border-radius:6px}
            .tl-sticky-quote{position:fixed;left:0;right:0;bottom:0;z-index:9997;display:none;box-shadow:0 -2px 12px rgba(0,0,0,.15)}
            .tl-sticky-quote.is-visible{display:flex}
            .tl-sticky-quote a{flex:1 1 50%;display:flex;align-items:center;justify-content:center;gap:8px;height:56px;font-weight:700;font-size:15px;text-decoration:none;color:#fff}
            .tl-sticky-quote .tl-sq-quote{background:#2946f3}.tl-sticky-quote .tl-sq-wa{background:#25D366}
            body.tl-sticky-pad{padding-bottom:56px}
            .tl-integ-wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:8px 0 24px}
            .tl-integ-pill{display:inline-flex;align-items:center;padding:10px 16px;background:#fff;border:1px solid #E2E8F0;border-radius:999px;font-size:14px;font-weight:600;color:#1f2937}
            @media(min-width:992px){
                .navbar-toggler{display:none}
                .navbar-collapse{display:flex!important;justify-content:center;flex:1}
                .navbar-nav{display:flex;list-style:none;margin:0;padding:0;gap:1.25rem;align-items:center}
                .tl-hero .tl-hero-row{padding:70px 0}
                .tl-hero .tl-hero-copy{padding-right:1.5rem;margin-bottom:0}
                .tl-hero .tl-hero-copy h1{font-size:2.85rem;line-height:1.2;margin-bottom:1.25rem}
                .tl-hero .tl-hero-lead{font-size:1.1rem;line-height:1.65}
                .tl-hero .tl-hero-form{padding:2rem;margin-bottom:0}
                .tl-hero .tl-hero-form h2{font-size:1.5rem}
            }
            @media(max-width:767.98px){.tl-trust-strip .col-md-4{margin-bottom:.35rem}.whatsapp-float{bottom:72px;right:14px}}
.row{display:flex;flex-wrap:wrap;margin:0 -15px}.row>*{padding:0 15px;width:100%}
          .col-12{width:100%}.col-6{width:50%}
          @media(min-width:576px){.col-sm-6{width:50%}}
          @media(min-width:768px){.col-md-4{width:33.333%}.col-md-6{width:50%}}
          @media(min-width:992px){.col-lg-2{width:16.666%}.col-lg-3{width:25%}.col-lg-4{width:33.333%}.col-lg-5{width:41.666%}.col-lg-6{width:50%}.col-lg-7{width:58.333%}.col-lg-8{width:66.666%}.col-lg-9{width:75%}.col-lg-10{width:83.333%}.col-lg-12{width:100%}
          .col-xl-2{width:16.666%}.col-xl-3{width:25%}.col-xl-6{width:50%}}
          .col-auto{width:auto}.col-xl-3,.col-lg-2,.col-lg-3,.col-lg-8,.col-sm-4,.col-sm-6{width:100%}
          @media(min-width:576px){.col-sm-4{width:33.333%}.col-sm-6{width:50%}}
          @media(min-width:992px){.col-lg-2{width:16.666%}.col-lg-3{width:25%}.col-lg-8{width:66.666%}}
          @media(min-width:1200px){.col-xl-2{width:16.666%}.col-xl-3{width:25%}.col-xl-6{width:50%}}
          section{padding:72px 0}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.py-4{padding:1.5rem 0}.p-4{padding:1.25rem}.p-5{padding:2rem}
          .tl-hero.p-0,section.p-0{padding:0!important}
          .text-center{text-align:center}.text-white{color:#fff!important}.text-dark-gray{color:#232323}.text-medium-gray{color:#69747f}
          .text-end{text-align:right}.text-uppercase{text-transform:uppercase}.text-decoration-underline{text-decoration:underline}
          .fw-600{font-weight:600}.fw-700{font-weight:700}
          .mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}
          .mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.me-2{margin-right:.5rem}.ms-2{margin-left:.5rem}.g-3{gap:1rem}
          .d-none{display:none!important}.d-block{display:block}.d-flex{display:flex}.d-inline-block{display:inline-block}.d-inline-flex{display:inline-flex}
          @media(min-width:768px){.d-md-flex{display:flex!important}.md-mb-30px{margin-bottom:0}}
          @media(min-width:992px){.d-lg-block{display:block!important}.d-lg-none{display:none!important}.lg-mb-50px{margin-bottom:0}}
          @media(min-width:1200px){.d-xl-inline-block{display:inline-block!important}}
          .btn{display:inline-block;padding:11px 22px;border-radius:50px;border:1px solid transparent;font-weight:600;text-align:center;cursor:pointer;background:transparent;color:inherit;line-height:1.3}
          .btn-transparent-white{border-color:rgba(255,255,255,.55);color:#fff}.btn-medium{font-size:14px}.btn-large{font-size:16px;padding:14px 28px}
          .btn-rounded{border-radius:50px}.border-1{border-width:1px;border-style:solid}
          .border-radius-6px{border-radius:6px}.box-shadow-medium{box-shadow:0 8px 30px rgba(15,23,42,.08)}.box-shadow-large{box-shadow:0 20px 50px rgba(15,23,42,.12)}
          .bg-white{background:#fff}.bg-very-light-gray{background:#f7f8f9}
          .list-unstyled{list-style:none;padding:0;margin:0}.w-100{width:100%}.h-100{height:100%}.w-90{width:90%}.w-95{width:95%}
          .gap-2{gap:.5rem}.gap-15px{gap:15px}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.justify-content-center{justify-content:center}
          .fs-10{font-size:10px}.fs-13{font-size:13px}.fs-14{font-size:14px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-17{font-size:17px}.fs-18{font-size:18px}.fs-19{font-size:19px}.fs-20{font-size:20px}.fs-24{font-size:1.5rem}
          .lh-22{line-height:1.4}.lh-24{line-height:1.5}.lh-26{line-height:1.6}.lh-28{line-height:1.7}.lh-30{line-height:1.8}.lh-34{line-height:1.7}
          .opacity-6{opacity:.6}.opacity-7{opacity:.7}.opacity-8{opacity:.8}
          .last-paragraph-no-margin p:last-child{margin-bottom:0}
          .mb-30px{margin-bottom:30px}.mb-15px{margin-bottom:15px}.mb-10px{margin-bottom:10px}.mb-5px{margin-bottom:5px}.mt-20px{margin-top:20px}.ms-10px{margin-left:10px}.me-10px{margin-right:10px}.ps-10px{padding-left:10px}.pe-10px{padding-right:10px}
          .header-button .btn{font-size:14px;border-color:#d0d5dd;color:#232323}
          .btn-transparent-light-gray{border-color:#d0d5dd;color:#232323}
          h2.alt-font,h3.alt-font,h5.alt-font{font-family:var(--alt-font);color:#232323}
          h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.25;margin:0 0 1rem}
          h3{font-size:1.15rem;margin:0 0 .5rem}h5{font-size:1.1rem}
          p{margin:0 0 1rem}
          .border-top{border-top:1px solid #e8ecef}.border-color-extra-medium-gray{border-color:#e8ecef}
          footer{padding:48px 0;font-size:15px}footer ul{list-style:none;padding:0;margin:0}footer li{margin-bottom:8px}
          .footer-logo img{height:36px;width:auto}
          .elements-social ul{display:flex;gap:12px;list-style:none;padding:0;margin:0}
          .nav-link{color:#232323;font-weight:500;font-size:15px}
          .dropdown-menu a{display:block;padding:6px 0;color:#232323;font-size:14px}
          .menu-order{flex:1}
          .box-layout{overflow:clip}
          .scroll-progress{display:none}
          .whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;font-size:28px;line-height:1;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.25)}
          .whatsapp-float:hover,.whatsapp-float:focus{color:#fff;transform:scale(1.08)}
          @media(min-width:1400px){.whatsapp-float{bottom:80px}}
          /* service cards */
          .tl-card{background:#fff;border-radius:6px;box-shadow:0 8px 30px rgba(15,23,42,.08);padding:1.25rem;height:100%}
          .tl-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:rgba(34,211,238,.12);color:#0E7C8B;font-size:22px;margin-bottom:12px}
          .tl-step{background:#F7FAFC;border:1px solid #E2E8F0;border-radius:6px;padding:1.25rem;height:100%}
          .tl-cta{background:linear-gradient(135deg,#0A1020,#0E2A33);border-radius:6px;padding:2.5rem;text-align:center}
          .tl-cta .btn{margin:.25rem}
          .order-sm-1{}.pt-6{padding-top:4rem}
          @media(max-width:991.98px){section{padding:56px 0}.pt-6{padding-top:2.5rem}}
