:root {
  --tt-ink:#142621;
  --tt-muted:#47564e;
  --tt-line:#d6ded2;
  --tt-paper:#f3f6f1;
  --tt-purple:#534ab7;
  --tt-footer:#141923;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px}
.tt-skip-link{position:absolute;left:-999px;top:12px;background:#fff;color:#111;padding:10px 14px;z-index:9999}
.tt-skip-link:focus{left:12px}
.tt-scroll-top{position:fixed;left:24px;bottom:28px;width:42px;height:42px;border:2px solid #283143;background:#fff;color:#1f2937;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;z-index:999;box-shadow:0 10px 26px rgba(7,12,20,.16);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.tt-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.tt-scroll-top:hover,.tt-scroll-top:focus{background:#f5f8fb;border-color:#2aa8ff;color:#066fb8;outline:0}
.tt-whatsapp-float{position:fixed;right:24px;bottom:28px;z-index:999;display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:9px 14px 9px 10px;border-radius:999px;background:#0aa84f;color:#fff;text-decoration:none;border:0;box-shadow:0 16px 34px rgba(0,120,55,.28);font:800 14px/1 Manrope, "IBM Plex Sans", sans-serif;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.tt-whatsapp-float:hover,.tt-whatsapp-float:focus{background:#078c42;color:#fff;transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,120,55,.34);outline:0}
.tt-whatsapp-mark{width:30px;height:30px;border-radius:50%;background:#fff;color:#078c42;display:inline-flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:0}
.tt-static-header{position:sticky;top:0;z-index:1000;background:#151c28;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 12px 34px rgba(9,14,24,.18)}
.tt-header-shell{max-width:1450px;margin:0 auto;padding:6px 16px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}
.tt-logo{border:0;display:flex;align-items:center;flex:0 0 auto}
.tt-logo img{display:block;width:258px;max-width:28vw;height:auto}
.tt-main-nav{display:flex;align-items:center;justify-content:flex-end;font-family:Manrope, "IBM Plex Sans", sans-serif;font-size:15px;font-weight:700;min-width:0}
.tt-nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.tt-nav-item{position:relative}
.tt-nav-row{display:flex;align-items:center;position:relative}
.tt-nav-row::after{content:"";position:absolute;left:10px;right:10px;bottom:-19px;height:2px;background:#29a8ff;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.tt-nav-item:hover .tt-nav-row::after,.tt-nav-item:focus-within .tt-nav-row::after,.tt-nav-item.is-active .tt-nav-row::after{transform:scaleX(1)}
.tt-nav-link{display:flex;align-items:center;color:#fff;text-decoration:none;border:0;line-height:1.2;padding:20px 10px;white-space:nowrap}
.tt-nav-item.is-active > .tt-nav-row > .tt-nav-link,.tt-nav-item:hover > .tt-nav-row > .tt-nav-link,.tt-nav-item:focus-within > .tt-nav-row > .tt-nav-link{color:#2aa8ff}
.tt-dropdown-toggle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;background:transparent;color:#43aaf8;font-size:18px;line-height:1;cursor:pointer;margin-left:-7px;padding:0}
.tt-dropdown{position:absolute;top:calc(100% + 18px);left:0;min-width:210px;background:#151c28;border:1px solid rgba(70,180,255,.22);box-shadow:0 20px 42px rgba(7,12,20,.26);padding:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:1001}
.tt-dropdown-end{left:auto;right:0}
.tt-dropdown-mega{position:fixed;top:74px;left:50%;width:min(1040px,calc(100vw - 56px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:28px;background:#f5f8fb;border-color:#dfe8f0;box-shadow:0 24px 52px rgba(7,12,20,.2);transform:translate(-50%,8px)}
.tt-nav-item:hover .tt-dropdown,.tt-nav-item:focus-within .tt-dropdown,.tt-nav-item.is-open .tt-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.tt-nav-item:hover .tt-dropdown-mega,.tt-nav-item:focus-within .tt-dropdown-mega,.tt-nav-item.is-open .tt-dropdown-mega{transform:translate(-50%,0)}
.tt-dropdown-link{display:block;color:#f4f7fb;text-decoration:none;border:0;padding:10px 14px;font-size:14px;line-height:1.4;border-bottom:1px solid rgba(97,117,145,.22)}
.tt-dropdown-link:hover,.tt-dropdown-link:focus{background:#101722;color:#2aa8ff;outline:0}
.tt-dropdown-link span{display:block;font-weight:800}
.tt-dropdown-link small{display:block;margin-top:6px;color:#c4cfdd;font-size:12px;font-weight:500;line-height:1.45}
.tt-dropdown-mega .tt-dropdown-link{min-height:132px;background:#fff;border:1px solid #e1e9f0;border-bottom-color:#9acbdb;border-radius:8px;padding:16px 14px;color:#07111f;box-shadow:0 10px 24px rgba(14,24,40,.04)}
.tt-dropdown-mega .tt-dropdown-link:hover,.tt-dropdown-mega .tt-dropdown-link:focus{background:#fff;color:#07111f;border-color:#29a8ff;box-shadow:0 18px 38px rgba(14,24,40,.08)}
.tt-dropdown-icon{display:block;width:38px;height:38px;object-fit:contain;margin:0 0 14px}
.tt-dropdown-mega .tt-dropdown-link small{color:#0c1726}
.tt-menu-toggle{display:none;border:1px solid rgba(255,255,255,.18);background:#1f2736;color:#fff;padding:10px 14px;border-radius:4px;font:700 14px/1 Manrope, sans-serif}
.tt-breadcrumbs{max-width:1450px;margin:18px auto 0;padding:0 28px;display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#697386;font:500 13px/1.4 "IBM Plex Sans", sans-serif}
.tt-breadcrumbs a{color:#47564e;text-decoration:none;border-bottom:1px solid rgba(71,86,78,.25)}
.tt-static-content{overflow:hidden}
.tt-static-content img{max-width:100%;height:auto}
.tt-static-content a[href^="/wp-admin"],.tt-static-content a[href*="wp-login"]{display:none}
.tt-page-hero,.tt-page-section{font-family:Manrope, "IBM Plex Sans", sans-serif}
.tt-page-wrap{max-width:1180px;margin:0 auto}
.tt-page-hero{background:#151c28;color:#fff;padding:76px 28px 66px}
.tt-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:34px;align-items:center}
.tt-page-hero h1{margin:0 0 16px;font-size:54px;line-height:1.04;font-weight:800;letter-spacing:0}
.tt-page-hero p{margin:0 0 16px;color:#d7deeb;font-size:18px;line-height:1.75}
.tt-page-hero img{width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 52px rgba(2,8,23,.34)}
.tt-page-kicker{margin:0 0 10px;color:#2aa8ff;text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:800}
.tt-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.tt-page-actions a{display:inline-flex;align-items:center;min-height:44px;padding:12px 18px;border-radius:4px;background:#2aa8ff;color:#07111f;text-decoration:none;font-weight:800;border:0}
.tt-page-actions a + a{background:#fff;color:#151c28}
.tt-page-section{padding:64px 28px;background:#fff;color:#142621}
.tt-page-section h2{margin:0 0 16px;font-size:36px;line-height:1.1;letter-spacing:0;color:#142621}
.tt-page-section p{font-size:17px;line-height:1.75;color:#47564e}
.tt-page-band{background:#f5f8fb;border-top:1px solid #e3e8ef;border-bottom:1px solid #e3e8ef}
.tt-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}
.tt-page-card{display:block;min-height:230px;padding:22px;border:1px solid #e1e9f0;border-bottom-color:#9acbdb;border-radius:8px;background:#fff;color:#07111f;text-decoration:none;box-shadow:0 12px 28px rgba(14,24,40,.05)}
.tt-page-card:hover,.tt-page-card:focus{border-color:#29a8ff;box-shadow:0 18px 36px rgba(14,24,40,.08);outline:0}
.tt-page-card img{width:54px;height:54px;object-fit:contain;margin:0 0 18px}
.tt-page-card span,.tt-support-card span{display:block;font-size:20px;line-height:1.22;font-weight:800;color:#07111f}
.tt-page-card p,.tt-support-card p{margin:12px 0 0;font-size:15px;line-height:1.65;color:#273346}
.tt-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:34px;align-items:start}
.tt-check-list{display:grid;gap:12px}
.tt-check-list a{display:block;padding:16px 18px;border:1px solid #dce8f2;border-radius:6px;background:#fff;color:#15243a;text-decoration:none;font-weight:800}
.tt-check-list a:hover,.tt-check-list a:focus{border-color:#29a8ff;color:#066fb8;outline:0}
.tt-page-note{display:inline-flex;align-items:center;margin-top:10px!important;padding:9px 13px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:rgba(255,255,255,.08);font-size:14px!important}
.tt-policy-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;align-items:start}
.tt-policy-nav{position:sticky;top:96px;display:grid;gap:8px;padding:14px;border:1px solid #e1e9f0;border-radius:8px;background:#f7fafc}
.tt-policy-nav a{display:block;padding:10px 12px;border-radius:4px;color:#263548;text-decoration:none;font-size:14px;font-weight:800}
.tt-policy-nav a:hover,.tt-policy-nav a:focus{background:#eaf6ff;color:#066fb8;outline:0}
.tt-policy-copy h2{margin:0 0 10px;padding-top:10px;font-size:28px;line-height:1.16}
.tt-policy-copy p{margin:0 0 24px}
.tt-contact-panel{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#101722}
.tt-contact-panel span{display:block;margin-bottom:8px;color:#9ccfff;font-size:13px;font-weight:800;text-transform:uppercase}
.tt-contact-panel a{display:block;color:#fff;text-decoration:none;font-size:24px;font-weight:800;word-break:break-word}
.tt-contact-panel p{margin:16px 0 0;font-size:15px}
.tt-keyword-panel{padding:24px;border:1px solid #dce8f2;border-radius:8px;background:#f7fafc}
.tt-keyword-panel span{display:block;margin:0 0 7px;color:#534ab7;font-size:12px;font-weight:800;text-transform:uppercase}
.tt-keyword-panel p{margin:0 0 18px;color:#263548;font-weight:700}
.tt-faq-list{display:grid;gap:12px;margin-top:24px}
.tt-faq-list details{background:#fff;border:1px solid #dce8f2;border-radius:8px;padding:18px 20px;box-shadow:0 10px 24px rgba(14,24,40,.04)}
.tt-faq-list summary{cursor:pointer;font-weight:800;color:#07111f;font-size:18px}
.tt-faq-list p{margin:12px 0 0;font-size:16px}
.tt-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px}
.tt-support-card{display:block;min-height:170px;padding:20px;border:1px solid #e1e9f0;border-radius:8px;background:#fff;color:#07111f;text-decoration:none;box-shadow:0 12px 28px rgba(14,24,40,.05)}
.tt-support-card:hover,.tt-support-card:focus{border-color:#29a8ff;box-shadow:0 18px 36px rgba(14,24,40,.08);outline:0}
.tt-static-contact-form{max-width:760px;margin:26px auto;padding:28px;background:#fff;border:1px solid #e6e8ef;border-radius:8px;box-shadow:0 18px 45px rgba(20,25,35,.08)}
.tt-static-contact-form label{display:block;font-weight:700;margin:0 0 16px;color:#1a202c}
.tt-static-contact-form input,.tt-static-contact-form textarea,.tt-static-contact-form select{display:block;width:100%;margin-top:8px;border:1px solid #d7dce6;border-radius:4px;padding:12px;font:inherit;background:#fff}
.tt-static-contact-form button{background:#534ab7;color:#fff;border:0;border-radius:4px;padding:13px 22px;font-weight:800;cursor:pointer}
.tt-related-links{background:#f7fafc;border-top:1px solid rgba(20,38,33,.08);padding:58px 28px;font-family:"IBM Plex Sans", Manrope, sans-serif}
.tt-related-wrap{max-width:1200px;margin:0 auto}
.tt-related-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:0;color:#534ab7;font-size:12px;font-weight:800}
.tt-related-links h2{margin:0 0 22px;color:#142621;font-size:clamp(26px,4vw,42px);line-height:1.08}
.tt-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tt-related-grid a{display:flex;justify-content:space-between;gap:14px;min-height:78px;padding:18px;background:#fff;color:#142621;text-decoration:none;border:1px solid #e3e8ef;border-radius:6px;box-shadow:0 10px 30px rgba(20,25,35,.05)}
.tt-related-grid span{font-weight:800}
.tt-related-grid small{color:#64748b;white-space:nowrap}
.tt-post-links{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.tt-post-links p{margin:0;color:#47564e;font-weight:800}
.tt-post-links a{color:#1e6f69;border-bottom:1px solid rgba(30,111,105,.3);text-decoration:none}
.tt-intent-section{background:#fff;padding:42px 28px;border-top:1px solid rgba(20,38,33,.08);font-family:"IBM Plex Sans", Manrope, sans-serif}
.tt-intent-wrap{max-width:1120px;margin:0 auto;border:1px solid #e3e8ef;border-left:5px solid #534ab7;border-radius:6px;padding:24px 26px;background:#ffffff;box-shadow:0 12px 32px rgba(20,25,35,.05)}
.tt-intent-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:0;color:#534ab7;font-size:12px;font-weight:800}
.tt-intent-section h2{margin:0 0 10px;color:#142621;font-size:clamp(24px,3vw,36px);line-height:1.1}
.tt-intent-section p{margin:8px 0;color:#47564e;line-height:1.75}
.tt-footer{background:#141923;color:#d6d8df;font-family:inherit;margin-top:70px}
.tt-footer *{box-sizing:border-box}
.tt-footer a{text-decoration:none;color:#c8cbd4;transition:.25s;border:0}
.tt-footer a:hover{color:#7367f0}
.tt-footer-wrap{width:100%;max-width:1450px;margin:0 auto;padding:70px 35px 35px}
.tt-footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1fr;gap:45px}
.tt-brand img{max-width:190px;margin-bottom:18px}
.tt-brand p{max-width:430px;line-height:1.8;color:#adb3bf;margin:0 0 22px}
.tt-badges{display:flex;flex-wrap:wrap;gap:10px}
.tt-badge{background:#1f2633;border:1px solid rgba(255,255,255,.08);padding:8px 13px;border-radius:30px;font-size:13px;color:#e2e4ea}
.tt-col h3{color:#fff;font-size:18px;margin:0 0 18px}
.tt-col ul{list-style:none;margin:0;padding:0}
.tt-col li{margin-bottom:12px;font-size:15px}
.tt-col a:hover{padding-left:5px}
.tt-footer-line{height:1px;background:rgba(255,255,255,.08);margin:45px 0 25px}
.tt-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.tt-footer-bottom p{margin:0;color:#8b93a3;font-size:14px}
.tt-social{display:flex;gap:12px}
.tt-social a{width:42px;height:42px;border-radius:50%;background:#1c2230;display:flex;align-items:center;justify-content:center;color:#fff;text-transform:uppercase;font-size:12px;font-weight:800}
.tt-social a:hover{background:#534ab7;color:#fff;padding-left:0}
.tt-social svg{width:19px;height:19px}
@media(max-width:1100px){
  .tt-header-shell{gap:14px}
  .tt-logo img{width:220px}
  .tt-main-nav{font-size:14px}
  .tt-nav-link{padding-left:8px;padding-right:8px}
  .tt-dropdown-toggle{width:20px}
  .tt-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tt-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tt-footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .tt-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .tt-header-shell{align-items:flex-start;flex-wrap:wrap;padding:12px 20px}
  .tt-menu-toggle{display:inline-flex;margin-top:6px}
  .tt-main-nav{display:none;width:100%;padding:8px 0 6px;font-size:15px}
  .tt-main-nav.is-open{display:block}
  .tt-nav-list{display:block;width:100%}
  .tt-nav-item{border-top:1px solid rgba(255,255,255,.08)}
  .tt-nav-row{justify-content:space-between;flex-wrap:wrap}
  .tt-nav-row::after{display:none}
  .tt-nav-link{padding:14px 0}
  .tt-dropdown-toggle{width:38px;height:38px;margin-left:0}
  .tt-dropdown{position:static;width:100%;min-width:0;opacity:1;visibility:visible;transform:none;display:none;margin:0 0 10px;box-shadow:none}
  .tt-nav-item.is-open .tt-dropdown{display:block}
  .tt-dropdown-mega{position:static;top:auto;left:auto;width:100%;grid-template-columns:1fr;padding:12px;background:#f5f8fb;transform:none}
  .tt-nav-item:hover .tt-dropdown-mega,.tt-nav-item:focus-within .tt-dropdown-mega,.tt-nav-item.is-open .tt-dropdown-mega{transform:none}
  .tt-dropdown-mega .tt-dropdown-link{min-height:auto}
  .tt-page-hero-grid,.tt-two-col,.tt-policy-layout{grid-template-columns:1fr}
  .tt-policy-nav{position:static}
}
@media(max-width:760px){
  .tt-logo img{width:190px}
  .tt-scroll-top{left:16px;bottom:18px;width:40px;height:40px;font-size:22px}
  .tt-whatsapp-float{right:16px;bottom:18px;min-height:44px;padding:8px 12px 8px 8px}
  .tt-whatsapp-float span:last-child{display:none}
  .tt-whatsapp-mark{width:30px;height:30px}
  .tt-breadcrumbs{padding:0 20px}
  .tt-page-hero,.tt-page-section{padding-left:20px;padding-right:20px}
  .tt-page-hero h1{font-size:36px;line-height:1.08}
  .tt-page-hero p{font-size:16px}
  .tt-page-section h2{font-size:28px}
  .tt-page-grid,.tt-support-grid{grid-template-columns:1fr}
  .tt-page-card,.tt-support-card{min-height:auto}
  .tt-related-links{padding:42px 20px}
  .tt-related-grid{grid-template-columns:1fr}
  .tt-footer-wrap{padding:55px 22px 30px}
  .tt-footer-grid{grid-template-columns:1fr;text-align:center}
  .tt-brand p{max-width:100%}
  .tt-badges{justify-content:center}
  .tt-footer-bottom{flex-direction:column;text-align:center}
  .tt-social{justify-content:center}
}