.ti-home{display:flex;flex-direction:column;gap:26px}.ti-home-hero{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:22px;box-shadow:0 18px 50px rgba(15,23,42,.08);display:grid;grid-template-columns:.75fr 1.65fr;grid-gap:18px;gap:18px;align-items:start}.ti-home-hero h1{font-size:34px;letter-spacing:-.03em;margin:0;line-height:1.1}.ti-home-hero p{margin:0;line-height:1.55;color:#475569;max-width:66ch}.ti-home-heroLeft{display:grid;align-content:start;grid-gap:12px;gap:12px}.ti-home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px}.ti-home-ctaPrimary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;min-height:44px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;background:var(--ti-cta);color:var(--ti-cta-text);border:2px solid rgba(6,25,147,.18);box-shadow:0 10px 22px rgba(15,23,42,.14)}.ti-home-ctaPrimary:hover{background:#f4c83a}.ti-home-ctaSecondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;min-height:44px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.14);color:#0f172a}.ti-home-trustStrip{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:12px}.ti-home-trustPill{display:inline-flex;align-items:center;gap:8px;padding:0;border-radius:0;background:transparent;border:0;color:#64748b;font-size:12px;font-weight:700}.ti-home-trustPill:before{content:"";width:8px;height:8px;border-radius:999px;background:rgba(15,107,74,.14);border:1px solid rgba(15,107,74,.22)}.ti-home-secondaryLink{display:inline-flex;align-items:center;min-height:44px;flex:0 0 100%;justify-content:center;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;opacity:.75;text-decoration:underline;-webkit-text-decoration-color:rgba(15,23,42,.22);text-decoration-color:rgba(15,23,42,.22);text-underline-offset:4px}.ti-home-secondaryLink:hover{opacity:1;-webkit-text-decoration-color:rgba(15,23,42,.35);text-decoration-color:rgba(15,23,42,.35)}.ti-home-mapCard{border-radius:16px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;overflow:hidden;display:grid}.ti-home-mapCardHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;background:#fff;border-bottom:1px solid rgba(15,23,42,.08)}.ti-home-mapCard>div:last-child{padding:10px!important}.ti-home-mapCardHeaderTitle{display:grid;grid-gap:3px;gap:3px}.ti-home-mapCardHeaderTitle span:first-child{font-weight:900;letter-spacing:-.01em;color:#0f172a}.ti-home-mapCardHeaderTitle span:last-child{font-size:12px;color:#64748b}.ti-home-section{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.ti-home-section h2{margin:0 0 10px;font-size:18px}.ti-home-chips{display:flex;flex-wrap:wrap;gap:10px}.ti-home-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 14px;border:1px solid rgba(15,23,42,.14);background:rgba(15,23,42,.03);font-weight:800;color:#0f172a}.ti-home-chip:hover{background:rgba(15,23,42,.06)}.ti-home-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.ti-home-card{border-radius:14px;border:1px solid rgba(15,23,42,.1);background:linear-gradient(180deg,rgba(15,107,74,.06),rgba(15,107,74,.02));padding:14px 14px 16px}.ti-home-card h3{margin:0 0 6px;font-size:15px}.ti-home-card p{margin:0;font-size:13px;color:#475569;line-height:1.55}.ti-home-seoLinks{display:flex;flex-wrap:wrap;gap:10px 16px;color:#0f172a}.ti-home-seoLinks a{text-decoration:underline;-webkit-text-decoration-color:rgba(15,23,42,.3);text-decoration-color:rgba(15,23,42,.3);text-underline-offset:3px}@media (max-width:980px){.ti-home-hero{grid-template-columns:1fr}.ti-home-hero h1{font-size:30px}.ti-home-actions{margin-top:10px;flex-direction:column;align-items:stretch;gap:10px}.ti-home-secondaryLink{width:100%;justify-content:center}.ti-home-cards{grid-template-columns:1fr}}