:root { --progress-gradient: linear-gradient(90deg,#0D9488,#4F46E5,#0D9488); }
        /* NAV (shared) */
        .header-scrolled{background:rgba(255,255,255,.98)!important;box-shadow:0 4px 20px rgba(0,0,0,.1)!important}
        .nav-link{position:relative;padding-bottom:4px}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#1E3A8A,#3B82F6);transition:width .3s ease}.nav-link:hover::after,.nav-link.active::after{width:100%}
        .dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:4px;cursor:pointer}.dropdown-trigger svg{transition:transform .3s ease}.dropdown:hover .dropdown-trigger svg{transform:rotate(180deg)}
        .dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:320px;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transition:all .3s ease;padding:1rem;z-index:100;border:1px solid rgba(0,0,0,.05)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
        .dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:12px;transition:all .2s ease;text-decoration:none}.dropdown-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateX(4px)}
        .dropdown-item-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-item-content h4{font-weight:600;color:#0f172a;font-size:.95rem;margin-bottom:2px}.dropdown-item-content p{font-size:.8rem;color:#64748b;line-height:1.4}
        /* === MOBILE MENU — SLIDE-IN PANEL === */
        .mm-overlay{position:fixed;inset:0;z-index:998;background:rgba(15,23,42,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .3s ease}
        .mm-overlay.active{opacity:1;pointer-events:auto}
        .mm-panel{position:fixed;top:0;right:0;bottom:0;z-index:999;width:85vw;max-width:380px;background:#fff;box-shadow:-20px 0 60px rgba(15,23,42,.18);border-radius:24px 0 0 24px;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}
        .mm-overlay.active+.mm-panel,.mm-panel.active{transform:translateX(0)}
        .mm-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}
        .mm-close{width:40px;height:40px;border-radius:12px;border:none;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}
        .mm-close:hover{background:#e2e8f0}
        .mm-close svg{width:20px;height:20px;color:#475569}
        .mm-body{flex:1;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:0.25rem}
        .mm-link{display:flex;align-items:center;gap:12px;padding:.875rem 1rem;border-radius:14px;font-family:'Manrope',sans-serif;font-size:1rem;font-weight:500;color:#334155;text-decoration:none;transition:all .2s}
        .mm-link:hover,.mm-link.active{background:#f0f4ff;color:#1E3A8A}
        .mm-link.active{font-weight:600}
        .mm-link svg{width:20px;height:20px;flex-shrink:0;opacity:.5}
        .mm-label{padding:1rem 1rem .5rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}
        .mm-services{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;padding:0 .5rem}
        .mm-svc{display:flex;flex-direction:column;align-items:center;gap:8px;padding:1rem .75rem;border-radius:16px;border:1px solid #f1f5f9;text-decoration:none;transition:all .25s;text-align:center}
        .mm-svc:hover{transform:translateY(-2px);box-shadow:0 8px 24px -6px rgba(0,0,0,.08)}
        .mm-svc-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}
        .mm-svc-icon svg{width:22px;height:22px}
        .mm-svc span{font-size:.82rem;font-weight:600;color:#0f172a;line-height:1.2}
        .mm-svc--fs .mm-svc-icon{background:#eff6ff;color:#3b82f6}
        .mm-svc--ti .mm-svc-icon{background:#f0fdfa;color:#0d9488}
        .mm-svc--odoo .mm-svc-icon{background:#faf5ff;color:#7c3aed}
        .mm-svc--td .mm-svc-icon{background:#fffbeb;color:#d97706}
        .mm-svc--fs{border-color:#dbeafe}.mm-svc--ti{border-color:#ccfbf1}.mm-svc--odoo{border-color:#ede9fe}.mm-svc--td{border-color:#fef3c7}
        .mm-footer{padding:1rem 1.5rem 1.5rem;margin-top:auto;border-top:1px solid #f1f5f9}
        .mm-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:1rem;border-radius:14px;background:linear-gradient(135deg,#1E3A8A,#0F766E);color:#fff;font-family:'Manrope',sans-serif;font-weight:700;font-size:.95rem;text-decoration:none;border:none;box-shadow:0 8px 24px -4px rgba(30,58,138,.3);transition:all .3s}
        .mm-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px -4px rgba(30,58,138,.4)}
        .mm-cta svg{width:18px;height:18px}
        .mm-panel .mm-anim{opacity:0;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease}
        .mm-panel.active .mm-anim{opacity:1;transform:translateY(0)}
        .mm-panel.active .mm-anim:nth-child(1){transition-delay:.05s}
        .mm-panel.active .mm-anim:nth-child(2){transition-delay:.1s}
        .mm-panel.active .mm-anim:nth-child(3){transition-delay:.15s}
        .mm-panel.active .mm-anim:nth-child(4){transition-delay:.2s}
        .mm-panel.active .mm-anim:nth-child(5){transition-delay:.25s}
        .mm-panel.active .mm-anim:nth-child(6){transition-delay:.3s}
        .mm-panel.active .mm-anim:nth-child(7){transition-delay:.35s}
        .mm-panel.active .mm-anim:nth-child(8){transition-delay:.4s}
        body.mm-open{overflow:hidden}
        #mobile-menu-btn svg{transition:opacity .2s ease}
        #mobile-menu-btn .icon-hamburger{display:block}
        #mobile-menu-btn .icon-close{display:none}
        #mobile-menu-btn.hamburger-open .icon-hamburger{display:none}
        #mobile-menu-btn.hamburger-open .icon-close{display:block}

        /* REVEAL + EFFECTS */
        .reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}
        .reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.24s}.reveal-delay-3{transition-delay:.36s}.reveal-delay-4{transition-delay:.48s}.reveal-delay-5{transition-delay:.6s}.reveal-delay-6{transition-delay:.72s}

        /* ══════════════════════════════════════════════════
           TALENTO TI — Teal #0D9488 · Indigo #4F46E5
           ══════════════════════════════════════════════════ */

        /* HERO — Light editorial */
        .tt-hero{position:relative;display:flex;align-items:center;overflow:hidden;background:#FAFFFE;padding:8rem 0 4rem}
        .tt-hero::before{content:'';position:absolute;top:-30%;right:-15%;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,rgba(13,148,136,.06),rgba(79,70,229,.03) 40%,transparent 70%);pointer-events:none}
        .tt-hero::after{content:'';position:absolute;bottom:-20%;left:-10%;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.04),transparent 60%);pointer-events:none}
        .tt-mesh{position:absolute;inset:0;pointer-events:none;z-index:1;background-image:linear-gradient(rgba(13,148,136,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(13,148,136,.025) 1px,transparent 1px);background-size:52px 52px}
        .tt-overline{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0D9488}
        .tt-overline::before{content:'';width:40px;height:2px;background:linear-gradient(90deg,#0D9488,#14B8A6);border-radius:1px}
        .tt-hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:800;line-height:1.08;color:#0F172A;letter-spacing:-.02em}
        .tt-hero h1 .tt-hl{position:relative;display:inline;color:#0D9488}
        .tt-hero h1 .tt-hl::after{content:'';position:absolute;left:0;bottom:4px;width:100%;height:12px;background:rgba(13,148,136,.1);border-radius:2px;z-index:-1}
        .tt-hero-img{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 40px 80px -20px rgba(15,23,42,.18)}
        .tt-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
        .tt-float{position:absolute;background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 20px 50px -12px rgba(15,23,42,.12);border:1px solid rgba(0,0,0,.04);z-index:2;animation:tt-bob 5s ease-in-out infinite}
        .tt-float .tt-fv{font-family:'Space Grotesk',sans-serif;font-size:1.8rem;font-weight:800;line-height:1}
        .tt-float .tt-fl{font-size:.75rem;color:#64748B;font-weight:500;margin-top:2px}
        @keyframes tt-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
        .tt-trust{display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}
        .tt-trust img{height:28px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(.4);opacity:.6;transition:all .3s}
        .tt-trust img:hover{filter:grayscale(0%);opacity:1}
        /* Trust logos animated carousel */
        .tt-logo-carousel{overflow:hidden;position:relative;padding:.5rem 0}
        .tt-logo-carousel::before,.tt-logo-carousel::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
        .tt-logo-carousel::before{left:0;background:linear-gradient(to right,#fff,transparent)}
        .tt-logo-carousel::after{right:0;background:linear-gradient(to left,#fff,transparent)}
        .tt-logo-track{display:flex;align-items:center;gap:3rem;will-change:transform}
        .tt-logo-track:hover{animation-play-state:paused}
        .tt-logo-track img{height:30px;width:auto;max-width:130px;object-fit:contain;filter:grayscale(100%) brightness(.4);opacity:.6;transition:all .3s;flex-shrink:0}
        .tt-logo-track img:hover{filter:grayscale(0%);opacity:1}

        /* STATS RIBBON — Dark */
        .tt-ribbon{background:linear-gradient(135deg,#0F172A 0%,#1E293B 100%);position:relative;overflow:hidden}
        .tt-ribbon::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0v60M0 30h60' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");pointer-events:none}
        .tt-ribbon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
        @media(min-width:768px){.tt-ribbon-grid{grid-template-columns:repeat(4,1fr);gap:0}}
        .tt-ribbon-item{text-align:center;padding:1.5rem 1rem;position:relative}
        @media(min-width:768px){.tt-ribbon-item+.tt-ribbon-item::before{content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,.1)}}
        .tt-ribbon-val{font-family:'Space Grotesk',sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1;background:linear-gradient(135deg,#14B8A6,#6366F1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
        .tt-ribbon-lbl{font-size:.82rem;color:rgba(255,255,255,.6);margin-top:6px;font-weight:500}

        /* PAIN — Problem cards with red accent */
        .tt-pain-grid{display:grid;gap:1.25rem}
        @media(min-width:768px){.tt-pain-grid{grid-template-columns:repeat(2,1fr)}}
        .tt-pain-card{padding:2rem;border-radius:20px;border:1px solid #FCA5A5;background:linear-gradient(135deg,#FFF5F5,#fff);transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}
        .tt-pain-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#EF4444}
        .tt-pain-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px -8px rgba(239,68,68,.1)}
        .tt-pain-num{font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:800;color:#DC2626;line-height:1;margin-bottom:.5rem}
        .tt-pain-title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;color:#0F172A;margin-bottom:.4rem}
        .tt-pain-text{font-size:.85rem;color:#475569;line-height:1.6}

        /* SOLUTION — Gain cards with teal accent */
        .tt-sol-grid{display:grid;gap:1.25rem}
        @media(min-width:768px){.tt-sol-grid{grid-template-columns:repeat(2,1fr)}}
        .tt-sol-card{display:flex;gap:1.25rem;padding:2rem;border-radius:20px;background:#fff;border:1px solid #E2E8F0;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}
        .tt-sol-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0D9488,#14B8A6)}
        .tt-sol-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px -8px rgba(13,148,136,.12);border-color:rgba(13,148,136,.2)}
        .tt-sol-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .tt-sol-val{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:700;color:#0D9488;margin-bottom:.25rem}

        /* SECTION ACCENT LABEL */
        .tt-label-accent{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:14px;font-family:'Space Grotesk',sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}

        /* VETTING FUNNEL */
        .tt-funnel{position:relative;display:flex;flex-direction:column;gap:0}
        .tt-funnel-step{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#fff;border:1px solid #E2E8F0;transition:all .4s;position:relative}
        .tt-funnel-step:first-child{border-radius:20px 20px 0 0}
        .tt-funnel-step:last-child{border-radius:0 0 20px 20px}
        .tt-funnel-step:hover{background:#F0FDFA;border-color:rgba(13,148,136,.2);z-index:1;box-shadow:0 8px 24px -4px rgba(13,148,136,.08)}
        .tt-funnel-num{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:800;color:#0D9488;min-width:40px}
        .tt-funnel-bar{position:relative;height:6px;border-radius:3px;background:#E2E8F0;overflow:hidden;margin-top:.5rem}
        .tt-funnel-fill{position:absolute;top:0;left:0;height:100%;border-radius:3px;background:linear-gradient(90deg,#0D9488,#14B8A6);transform:scaleX(0);transform-origin:left;transition:transform 1.2s cubic-bezier(.4,0,.2,1)}
        .tt-funnel-step.animated .tt-funnel-fill{transform:scaleX(1)}

        /* PROFILES — Responsive grid */
        .tt-profiles-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}
        @media(min-width:768px){.tt-profiles-grid{grid-template-columns:repeat(3,1fr)}}
        @media(min-width:1024px){.tt-profiles-grid{grid-template-columns:repeat(3,1fr)}}
        .tt-profile-card{border-radius:20px;border:1px solid #E2E8F0;background:#fff;overflow:hidden;transition:transform .4s,box-shadow .4s}
        .tt-profile-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px -8px rgba(13,148,136,.12)}
        .tt-profile-img{height:160px;overflow:hidden;position:relative}
        .tt-profile-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
        .tt-profile-card:hover .tt-profile-img img{transform:scale(1.05)}
        .tt-profile-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,23,42,.6))}
        .tt-profile-img-label{position:absolute;bottom:12px;left:16px;z-index:2;color:#fff;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.1rem}
        .tt-profile-body{padding:1.5rem}
        .tt-profile-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}
        .tt-profile-tag{padding:4px 10px;border-radius:8px;font-size:.72rem;font-weight:600;background:#F0FDFA;color:#0D9488;border:1px solid rgba(13,148,136,.1)}

        /* PROCESS — Numbered steps */
        .tt-steps{display:grid;gap:1.5rem}
        @media(min-width:768px){.tt-steps{grid-template-columns:repeat(4,1fr);position:relative}}
        @media(min-width:768px){.tt-steps::before{content:'';position:absolute;top:48px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:2px;background:repeating-linear-gradient(90deg,#E2E8F0 0,#E2E8F0 8px,transparent 8px,transparent 16px);z-index:0}}
        .tt-step{position:relative;z-index:1;background:#fff;border-radius:20px;padding:2rem 1.5rem;border:1px solid #E2E8F0;overflow:hidden;transition:transform .4s,box-shadow .4s;text-align:center}
        .tt-step:hover{transform:translateY(-8px);box-shadow:0 24px 60px -16px rgba(13,148,136,.15)}
        .tt-step-num{font-family:'Space Grotesk',sans-serif;font-size:3.5rem;font-weight:900;line-height:1;-webkit-text-stroke:1.5px rgba(13,148,136,.15);color:transparent;transition:all .4s}
        .tt-step:hover .tt-step-num{-webkit-text-stroke-color:#0D9488;color:rgba(13,148,136,.08)}
        .tt-step-bar{position:absolute;bottom:0;left:0;right:0;height:4px}
        .tt-step-time{display:inline-block;padding:4px 12px;border-radius:100px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-top:1rem}

        /* MODELS — Stacked rows */
        .tt-model{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem 2.5rem;border-radius:20px;border:1px solid #E2E8F0;background:#fff;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}
        .tt-model:hover{transform:translateY(-4px);box-shadow:0 16px 48px -8px rgba(13,148,136,.12);border-color:rgba(13,148,136,.2)}
        .tt-model-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .tt-model-body{flex:1;min-width:0}
        .tt-model-body h3{font-family:'Space Grotesk',sans-serif;font-size:1.15rem;font-weight:700;color:#0F172A;margin-bottom:.4rem}
        .tt-model-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}
        .tt-model-feat{padding:4px 12px;border-radius:8px;font-size:.75rem;font-weight:600;background:#F8FAFC;color:#475569;border:1px solid #E2E8F0}
        .tt-model-cta{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;align-self:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.85rem;color:#0D9488;border:1px solid rgba(13,148,136,.2);background:#F0FDFA;transition:all .3s}
        .tt-model-cta:hover{background:#0D9488;color:#fff;border-color:#0D9488}

        /* TESTIMONIALS — Dark section */
        .tt-testimonial-bg{position:relative;background:linear-gradient(180deg,#0F172A 0%,#1E293B 100%);overflow:hidden}
        .tt-testimonial-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 20% 0%,rgba(13,148,136,.08),transparent),radial-gradient(ellipse 50% 60% at 80% 100%,rgba(79,70,229,.06),transparent)}
        .tt-proof-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;backdrop-filter:blur(12px);transition:transform .4s,box-shadow .4s;position:relative}
        .tt-proof-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px -8px rgba(13,148,136,.15)}
        .tt-proof-card::before{content:'\201C';position:absolute;top:16px;right:24px;font-size:5rem;font-family:Georgia,serif;line-height:1;color:rgba(13,148,136,.15)}
        .tt-proof-stars{display:flex;gap:2px;margin-bottom:1rem}
        .tt-proof-metric{display:inline-block;padding:6px 14px;border-radius:100px;font-size:.78rem;font-weight:600;background:rgba(13,148,136,.15);color:#14B8A6;border:1px solid rgba(13,148,136,.2);margin-bottom:1.25rem}

        /* FAQ */
        .tt-faq-item{border:1px solid #E2E8F0;border-radius:16px;background:#fff;overflow:hidden;transition:border-color .3s,box-shadow .3s;margin-bottom:.75rem}
        .tt-faq-item.open{border-color:rgba(13,148,136,.2);box-shadow:0 4px 16px rgba(13,148,136,.06)}
        .tt-faq-trigger{width:100%;display:flex;align-items:center;justify-content:between;padding:1.25rem 1.5rem;cursor:pointer;background:none;border:none;text-align:left;gap:1rem;font-family:inherit}
        .tt-faq-trigger svg{flex-shrink:0;transition:transform .3s ease;color:#64748B}
        .tt-faq-item.open .tt-faq-trigger svg{transform:rotate(180deg);color:#0D9488}
        .tt-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}
        .tt-faq-item.open .tt-faq-answer{max-height:300px}
        .tt-faq-inner{padding:0 1.5rem 1.5rem;color:#475569;font-size:.9rem;line-height:1.7}

        /* CTA */
        .tt-cta{position:relative;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#0D9488,#0F766E 40%,#4F46E5);padding:5rem 2rem}
        .tt-cta::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");background-size:60px 60px;pointer-events:none}
        .tt-cta-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;pointer-events:none}

        /* SPLIT IMAGE SECTION */
        .tt-split-img{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px -15px rgba(15,23,42,.15)}
        .tt-split-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}
        .tt-split-img:hover img{transform:scale(1.03)}

        /* LABEL */
        .tt-label{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:100px;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}

        /* RESPONSIVE */
        @media(max-width:767px){
            html,body{overflow-x:clip!important;width:100%!important;max-width:100%!important}
            section,header,footer,nav,.container-custom{max-width:100%!important;overflow-x:clip}
            .tt-hero{padding:6rem 0 2.5rem;overflow:clip;width:100%}
            .tt-hero::before,.tt-hero::after{content:none!important}
            .tt-hero .container-custom{padding-left:1.25rem;padding-right:1.25rem;box-sizing:border-box}
            .tt-hero .grid{gap:2rem}
            .tt-hero .reveal{min-width:0;width:100%}
            .tt-hero h1{font-size:clamp(1.75rem,6.5vw,2.4rem)!important;line-height:1.12!important}
            .tt-hero p{font-size:.95rem!important}
            .tt-hero .flex.flex-wrap{gap:.75rem}
            .tt-hero .flex.flex-wrap a{padding:.875rem 1.5rem!important;font-size:.925rem}
            .tt-float{display:none}
            .tt-hero-img{border-radius:16px;aspect-ratio:16/9!important}
            .tt-hero-img img{width:100%;height:100%;object-fit:cover}
            .tt-logo-carousel::before,.tt-logo-carousel::after{width:40px}
            .tt-cta-orb{display:none!important}
            .tt-cta{overflow:hidden}
            .dropdown-menu{min-width:0!important;max-width:calc(100vw - 2rem)!important}
        }
        @media(max-width:1023px){
            .tt-float{display:none}
        }
