.tbg-lr {
    --tbg-blue: #0043b0;
    --tbg-blue-dark: #082a61;
    --tbg-yellow: #f9bb15;
    --tbg-ink: #142033;
    --tbg-muted: #5d6879;
    --tbg-line: #dbe3ee;
    --tbg-bg: #f5f8fc;
    --tbg-white: #ffffff;
    color: var(--tbg-ink);
    font-family: inherit;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 22px 70px;
}

.tbg-lr *, .tbg-lr *::before, .tbg-lr *::after { box-sizing: border-box; }
.tbg-lr h1, .tbg-lr h2, .tbg-lr h3, .tbg-lr p { margin-top: 0; }
.tbg-lr h1 { font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -0.045em; max-width: 830px; }
.tbg-lr h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: -0.025em; }
.tbg-lr h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.2; }

.tbg-lr__hero {
    background: linear-gradient(130deg, #061d43 0%, var(--tbg-blue) 72%, #1763d8 100%);
    border-radius: 0 0 34px 34px;
    color: var(--tbg-white);
    margin: 0 -22px 24px;
    overflow: hidden;
    padding: clamp(56px, 8vw, 104px) 22px 42px;
    position: relative;
}
.tbg-lr__hero::after {
    background: radial-gradient(circle, rgba(249,187,21,.24) 0, rgba(249,187,21,0) 68%);
    content: "";
    height: 520px;
    position: absolute;
    right: -160px;
    top: -180px;
    width: 520px;
}
.tbg-lr__hero-inner { margin: 0 auto; max-width: 1120px; position: relative; z-index: 1; }
.tbg-lr__lead { color: #e6eefb; font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 790px; }
.tbg-lr__eyebrow { color: var(--tbg-blue); font-size: .78rem; font-weight: 800; letter-spacing: .11em; margin-bottom: 12px; text-transform: uppercase; }
.tbg-lr__hero .tbg-lr__eyebrow { color: var(--tbg-yellow); }
.tbg-lr__hero-actions, .tbg-lr__final-actions, .tbg-lr__estimator-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.tbg-lr__button { align-items: center; border: 2px solid transparent; border-radius: 10px; display: inline-flex; font-weight: 800; justify-content: center; min-height: 48px; padding: 11px 20px; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.tbg-lr__button:hover { transform: translateY(-2px); }
.tbg-lr__button--primary { background: var(--tbg-yellow); color: #1d2634 !important; box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.tbg-lr__button--secondary { border-color: rgba(255,255,255,.55); color: var(--tbg-white) !important; }
.tbg-lr__button--whatsapp { background: #167b45; color: #fff !important; }
.tbg-lr__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 30px 0 0; padding: 0; }
.tbg-lr__trust li { color: #e4edfa; font-size: .92rem; }
.tbg-lr__trust li::before { color: var(--tbg-yellow); content: "✓"; font-weight: 900; margin-right: 7px; }

.tbg-lr__notice { align-items: flex-start; background: #fff7dc; border: 1px solid #f3d26f; border-radius: 14px; display: flex; gap: 12px; margin: 26px 0; padding: 16px 18px; }
.tbg-lr__notice strong { flex: 0 0 auto; }
.tbg-lr__notice span { color: #4f4b3f; }
.tbg-lr__chips { display: flex; gap: 9px; margin: 22px 0 48px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: thin; }
.tbg-lr__chips a { background: var(--tbg-bg); border: 1px solid var(--tbg-line); border-radius: 999px; color: var(--tbg-blue-dark); flex: 0 0 auto; font-size: .86rem; font-weight: 750; padding: 8px 13px; text-decoration: none; }
.tbg-lr__chips a:hover { background: #eaf1ff; border-color: #9db9e8; }

.tbg-lr__section-heading { margin-bottom: 28px; max-width: 780px; }
.tbg-lr__section-heading > p:last-child { color: var(--tbg-muted); }
.tbg-lr__estimator { background: var(--tbg-bg); border: 1px solid var(--tbg-line); border-radius: 24px; margin: 0 0 72px; padding: clamp(24px, 5vw, 46px); scroll-margin-top: 30px; }
.tbg-lr__estimator-grid { display: grid; gap: 18px; grid-template-columns: 1.4fr .75fr 1fr; }
.tbg-lr__field label { display: block; font-size: .87rem; font-weight: 800; margin-bottom: 7px; }
.tbg-lr__field label span { color: var(--tbg-muted); font-weight: 500; }
.tbg-lr__field input, .tbg-lr__field select { background: #fff; border: 1px solid #b8c6d9; border-radius: 9px; color: var(--tbg-ink); font: inherit; height: 50px; padding: 10px 12px; width: 100%; }
.tbg-lr__field input:focus, .tbg-lr__field select:focus { border-color: var(--tbg-blue); box-shadow: 0 0 0 3px rgba(0,67,176,.14); outline: none; }
.tbg-lr__quantity-wrap { position: relative; }
.tbg-lr__quantity-wrap input { padding-right: 58px; }
.tbg-lr__quantity-wrap span { color: var(--tbg-muted); font-size: .86rem; font-weight: 800; position: absolute; right: 14px; top: 14px; }
.tbg-lr__result { align-items: center; background: var(--tbg-white); border-left: 5px solid var(--tbg-yellow); border-radius: 12px; display: flex; gap: 30px; justify-content: space-between; margin-top: 22px; padding: 20px 22px; }
.tbg-lr__result span { color: var(--tbg-muted); display: block; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.tbg-lr__result strong { color: var(--tbg-blue-dark); display: block; font-size: clamp(1.25rem, 3vw, 2rem); line-height: 1.2; margin-top: 3px; }
.tbg-lr__result p { color: var(--tbg-muted); font-size: .88rem; margin: 0; max-width: 420px; }
.tbg-lr__text-link { color: var(--tbg-blue); font-weight: 800; }

.tbg-lr__rates { scroll-margin-top: 30px; }
.tbg-lr__rate-card { border: 1px solid var(--tbg-line); border-radius: 18px; box-shadow: 0 8px 28px rgba(12,36,72,.055); margin: 0 0 24px; overflow: hidden; scroll-margin-top: 26px; }
.tbg-lr__rate-card > header { align-items: flex-start; background: linear-gradient(120deg, #f4f8fe, #fff); display: flex; gap: 22px; justify-content: space-between; padding: 25px 26px 20px; }
.tbg-lr__rate-card header h3 { margin-bottom: 7px; }
.tbg-lr__rate-card header p { color: var(--tbg-muted); margin-bottom: 0; max-width: 770px; }
.tbg-lr__rate-type { background: #e6efff; border-radius: 999px; color: var(--tbg-blue-dark); flex: 0 0 auto; font-size: .75rem; font-weight: 850; padding: 7px 11px; }
.tbg-lr__rate-row { align-items: start; border-top: 1px solid #e7ecf3; display: grid; gap: 20px; grid-template-columns: minmax(220px, 1.05fr) minmax(145px, .5fr) minmax(300px, 1.6fr); padding: 15px 26px; }
.tbg-lr__rate-row--heading { background: #fbfcfe; color: var(--tbg-muted); font-size: .73rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tbg-lr__rate-row strong { font-size: .93rem; }
.tbg-lr__price { color: var(--tbg-blue-dark); font-weight: 850; white-space: nowrap; }
.tbg-lr__note { color: var(--tbg-muted); font-size: .88rem; }

.tbg-lr__included { align-items: stretch; background: var(--tbg-blue-dark); border-radius: 22px; color: #fff; display: grid; gap: 28px; grid-template-columns: 1.45fr .75fr; margin: 68px 0; padding: clamp(26px, 5vw, 48px); }
.tbg-lr__included ul { columns: 2; gap: 32px; margin-bottom: 0; padding-left: 20px; }
.tbg-lr__included li { break-inside: avoid; margin-bottom: 9px; }
.tbg-lr__included aside { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 22px; }
.tbg-lr__included aside h3 { color: var(--tbg-yellow); }
.tbg-lr__included aside p { margin-bottom: 0; }

.tbg-lr__tools { margin: 70px 0; }
.tbg-lr__tool-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.tbg-lr__tool-grid a { border: 1px solid var(--tbg-line); border-radius: 14px; color: var(--tbg-ink); display: flex; flex-direction: column; min-height: 128px; padding: 20px; text-decoration: none; transition: border .18s ease, transform .18s ease, box-shadow .18s ease; }
.tbg-lr__tool-grid a:hover { border-color: #8aaee7; box-shadow: 0 8px 24px rgba(0,67,176,.09); transform: translateY(-2px); }
.tbg-lr__tool-grid strong { color: var(--tbg-blue); font-size: 1.05rem; }
.tbg-lr__tool-grid span { color: var(--tbg-muted); font-size: .9rem; margin-top: 7px; }

.tbg-lr__faq { margin: 68px 0; }
.tbg-lr__faq details { border-bottom: 1px solid var(--tbg-line); padding: 17px 2px; }
.tbg-lr__faq summary { color: var(--tbg-blue-dark); cursor: pointer; font-size: 1.02rem; font-weight: 850; list-style-position: outside; margin-left: 18px; }
.tbg-lr__faq details p { color: var(--tbg-muted); margin: 12px 0 0 18px; max-width: 850px; }

.tbg-lr__final-cta { align-items: center; background: linear-gradient(130deg, var(--tbg-blue) 0%, #0953c6 100%); border-radius: 24px; color: #fff; display: flex; gap: 35px; justify-content: space-between; padding: clamp(28px, 5vw, 52px); }
.tbg-lr__final-cta h2 { margin-bottom: 10px; }
.tbg-lr__final-cta p:not(.tbg-lr__eyebrow) { color: #e5eefc; margin-bottom: 0; max-width: 680px; }
.tbg-lr__final-cta .tbg-lr__eyebrow { color: var(--tbg-yellow); }
.tbg-lr__final-actions { flex: 0 0 auto; margin-top: 0; }
.tbg-lr__legal { color: var(--tbg-muted); font-size: .78rem; margin: 20px auto 0; max-width: 1050px; text-align: center; }

@media (max-width: 900px) {
    .tbg-lr__estimator-grid { grid-template-columns: 1fr 1fr; }
    .tbg-lr__field:first-child { grid-column: 1 / -1; }
    .tbg-lr__rate-row { grid-template-columns: minmax(190px, 1fr) minmax(140px, .55fr) minmax(260px, 1.25fr); }
    .tbg-lr__included { grid-template-columns: 1fr; }
    .tbg-lr__tool-grid { grid-template-columns: repeat(2, 1fr); }
    .tbg-lr__final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    .tbg-lr { padding-left: 15px; padding-right: 15px; }
    .tbg-lr__hero { border-radius: 0 0 24px 24px; margin-left: -15px; margin-right: -15px; }
    .tbg-lr__notice { flex-direction: column; gap: 4px; }
    .tbg-lr__estimator { border-radius: 17px; }
    .tbg-lr__estimator-grid { grid-template-columns: 1fr; }
    .tbg-lr__field:first-child { grid-column: auto; }
    .tbg-lr__result { align-items: flex-start; flex-direction: column; gap: 12px; }
    .tbg-lr__rate-card > header { flex-direction: column; }
    .tbg-lr__rate-row, .tbg-lr__rate-row--heading { display: block; }
    .tbg-lr__rate-row--heading { display: none; }
    .tbg-lr__rate-row strong, .tbg-lr__price, .tbg-lr__note { display: block; }
    .tbg-lr__price { margin: 5px 0; }
    .tbg-lr__included ul { columns: 1; }
    .tbg-lr__tool-grid { grid-template-columns: 1fr; }
    .tbg-lr__tool-grid a { min-height: auto; }
    .tbg-lr__button { width: 100%; }
    .tbg-lr__hero-actions, .tbg-lr__final-actions, .tbg-lr__estimator-actions { align-items: stretch; flex-direction: column; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .tbg-lr__button, .tbg-lr__tool-grid a { transition: none; }
}

