.container.tr-service-shell {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.tr-service-shell > .section-inner,
.tr-service-shell > .section-inner > .section-body { width: 100%; }

.tr-service-page {
    --tr-amber-50: #fffbeb;
    --tr-amber-100: #fef3c7;
    --tr-amber-200: #fde68a;
    --tr-amber-300: #fcd34d;
    --tr-amber-400: #fbbf24;
    --tr-amber-500: #f59e0b;
    --tr-amber-600: #d97706;
    --tr-amber-700: #b45309;
    --tr-amber-800: #92400e;
    --tr-amber-950: #451a03;
    --tr-ink: #1c1917;
    --tr-muted: #57534e;
    color: var(--tr-ink);
}

.tr-service-hero {
    position: relative;
    overflow: hidden;
    padding: 6.5rem 0 5.8rem;
    color: #fff;
    background:
        radial-gradient(circle at 12% 16%, rgba(245,158,11,.20), transparent 34%),
        linear-gradient(135deg, #1c1917 0%, #292524 58%, #451a03 132%);
}

.tr-service-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .11;
    background-image: radial-gradient(rgba(255,255,255,.9) 1px, transparent 1px);
    background-size: 28px 28px;
}

.tr-service-hero .container { z-index: 2; }
.tr-service-orb { position: absolute; border-radius: 999px; filter: blur(5px); opacity: .38; }
.tr-service-orb-one { width: 330px; height: 330px; right: -100px; top: -135px; background: var(--tr-amber-500); }
.tr-service-orb-two { width: 190px; height: 190px; left: 45%; bottom: -130px; background: var(--tr-amber-800); }

.tr-service-eyebrow,
.tr-service-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tr-service-eyebrow {
    margin-bottom: 1.4rem;
    padding: .55rem .85rem;
    color: var(--tr-amber-100);
    border: 1px solid rgba(251,191,36,.34);
    border-radius: 999px;
    background: rgba(245,158,11,.11);
}

.tr-service-kicker { color: var(--tr-amber-600); }

.tr-service-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: .99;
    letter-spacing: -.052em;
    font-weight: 800;
}

.tr-service-hero-copy {
    max-width: 720px;
    margin: 1.55rem 0 0;
    color: rgba(255,255,255,.74);
    font-size: 1.12rem;
    line-height: 1.75;
}

.tr-service-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.tr-service-btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.055); }
.tr-service-btn-ghost:hover { color: #fff; border-color: rgba(252,211,77,.8); background: rgba(245,158,11,.15); }

.tr-service-hero-card {
    padding: 2rem;
    border: 1px solid rgba(253,230,138,.22);
    border-radius: 1.45rem;
    background: linear-gradient(150deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
    box-shadow: 0 30px 70px rgba(0,0,0,.26);
    backdrop-filter: blur(12px);
}

.tr-service-card-label { color: var(--tr-amber-300); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tr-service-hero-card h2 { margin: .55rem 0 1.3rem; color: #fff; font-size: 1.65rem; }
.tr-service-quick-links { display: grid; gap: .65rem; }
.tr-service-quick-links a {
    display: grid;
    grid-template-columns: 1.8rem 1fr auto;
    align-items: center;
    gap: .7rem;
    padding: .9rem 1rem;
    color: rgba(255,255,255,.84);
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: .85rem;
    background: rgba(0,0,0,.12);
    transition: .2s ease;
}
.tr-service-quick-links a:hover { color: #fff; border-color: rgba(245,158,11,.48); transform: translateY(-1px); }
.tr-service-quick-links a > i:first-child { color: var(--tr-amber-300); }

.tr-service-route-wrap { position: relative; z-index: 3; margin-top: -2.35rem; }
.tr-service-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    padding: 1rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 22px 55px rgba(28,25,23,.09);
}
.tr-service-route-grid a {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 84px;
    padding: 1rem;
    color: var(--tr-ink);
    text-decoration: none;
    border-radius: 1rem;
    transition: .2s ease;
}
.tr-service-route-grid a:hover { background: var(--tr-amber-50); transform: translateY(-2px); }
.tr-service-route-icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--tr-amber-700);
    border-radius: .85rem;
    background: var(--tr-amber-100);
}
.tr-service-route-grid strong { display: block; font-size: .95rem; }
.tr-service-route-grid small { display: block; margin-top: .18rem; color: #78716c; }

.tr-service-content-wrap { padding: 5.3rem 0 5.8rem; background: #fff; }
.tr-service-body { max-width: 1180px; margin: 0 auto; }
.tr-service-section { scroll-margin-top: 110px; margin-bottom: 6rem; }
.tr-service-section:last-child { margin-bottom: 0; }
.tr-service-section-heading { max-width: 820px; margin-bottom: 2rem; }
.tr-service-section-heading h2,
.tr-service-flow-heading h2,
.tr-service-final-cta h2,
.tr-service-safety h2 {
    margin: .65rem 0 1rem;
    font-size: clamp(2rem, 3.4vw, 3.05rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.tr-service-section-heading p,
.tr-service-section p,
.tr-service-flow-heading p,
.tr-service-final-cta p { color: var(--tr-muted); line-height: 1.78; }

.tr-service-detail-grid,
.tr-service-prep-grid,
.tr-service-flow-grid { display: grid; gap: 1rem; }
.tr-service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tr-service-prep-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tr-service-flow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.tr-service-detail-grid article,
.tr-service-prep-grid article,
.tr-service-flow-grid article {
    padding: 1.55rem;
    border: 1px solid #e7e5e4;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 14px 36px rgba(28,25,23,.045);
}
.tr-service-detail-grid article > i,
.tr-service-prep-grid article > i { display: inline-block; margin-bottom: .8rem; color: var(--tr-amber-600); font-size: 1.45rem; }
.tr-service-detail-grid h3,
.tr-service-prep-grid h3,
.tr-service-flow-grid h3 { margin: 0 0 .65rem; font-size: 1.08rem; }
.tr-service-detail-grid p,
.tr-service-prep-grid p,
.tr-service-flow-grid p { margin: 0; color: var(--tr-muted); line-height: 1.7; }

.tr-service-checklist { display: grid; gap: .85rem; }
.tr-service-checklist > div {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    gap: .85rem;
    padding: 1rem 1.1rem;
    border: 1px solid #eee9df;
    border-radius: 1rem;
    background: #fffcf5;
    color: var(--tr-muted);
    line-height: 1.7;
}
.tr-service-checklist i { color: var(--tr-amber-600); font-size: 1.2rem; }
.tr-service-checklist strong { color: var(--tr-ink); }

.tr-service-notice,
.tr-service-billing-card,
.tr-service-safety {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.15rem;
    align-items: start;
    padding: 1.6rem;
    border-radius: 1.25rem;
}
.tr-service-notice { border: 1px solid var(--tr-amber-200); background: var(--tr-amber-50); }
.tr-service-billing-card { border: 1px solid #e7e5e4; background: #fafaf9; }
.tr-service-notice > i,
.tr-service-billing-card > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--tr-amber-700);
    border-radius: .9rem;
    background: #fff;
    font-size: 1.25rem;
}
.tr-service-notice h3,
.tr-service-billing-card h3 { margin: .05rem 0 .55rem; font-size: 1.15rem; }
.tr-service-notice p,
.tr-service-billing-card p { margin: 0; }

.tr-service-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.tr-service-steps article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid #e7e5e4;
    border-radius: 1rem;
}
.tr-service-steps article > span,
.tr-service-flow-grid article > span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: .85rem;
    color: var(--tr-amber-800);
    border-radius: .75rem;
    background: var(--tr-amber-100);
    font-size: .76rem;
    font-weight: 900;
}
.tr-service-steps h3 { margin: 0 0 .35rem; font-size: 1rem; }
.tr-service-steps p { margin: 0; }

.tr-service-safety {
    color: #fff;
    background: linear-gradient(135deg, #292524, #451a03);
    box-shadow: 0 25px 55px rgba(69,26,3,.16);
}
.tr-service-safety h2 { color: #fff; }
.tr-service-safety p { margin: 0; color: rgba(255,255,255,.72); }
.tr-service-safety .tr-service-kicker { color: var(--tr-amber-300); }
.tr-service-safety-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 1rem;
    color: var(--tr-amber-200);
    background: rgba(245,158,11,.14);
    font-size: 1.5rem;
}

.tr-service-flow { margin-top: 6rem; padding-top: 5rem; border-top: 1px solid #e7e5e4; }
.tr-service-flow-heading { max-width: 760px; margin-bottom: 2rem; }
.tr-service-flow-grid article > a { display: inline-flex; margin-top: 1rem; color: var(--tr-amber-700); font-weight: 800; text-decoration: none; }
.tr-service-flow-card-dark { color: #fff; border-color: #292524 !important; background: #292524 !important; }
.tr-service-flow-card-dark h3 { color: #fff; }
.tr-service-flow-card-dark p { color: rgba(255,255,255,.7); }
.tr-service-flow-card-dark > a { color: var(--tr-amber-300) !important; }

.tr-service-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 5rem;
    padding: 2.2rem;
    border: 1px solid var(--tr-amber-200);
    border-radius: 1.4rem;
    background: linear-gradient(135deg, var(--tr-amber-50), #fff);
}
.tr-service-final-cta > div { max-width: 760px; }
.tr-service-final-cta h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.tr-service-final-cta p { margin-bottom: 0; }

@media (max-width: 991.98px) {
    .tr-service-hero { padding: 5.2rem 0 5rem; }
    .tr-service-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tr-service-prep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tr-service-flow-grid { grid-template-columns: 1fr; }
    .tr-service-final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    .tr-service-hero { padding: 4.4rem 0 4.8rem; }
    .tr-service-hero h1 { font-size: clamp(2.5rem, 11vw, 3.8rem); }
    .tr-service-route-wrap { margin-top: -1.5rem; }
    .tr-service-route-grid,
    .tr-service-detail-grid,
    .tr-service-steps,
    .tr-service-prep-grid { grid-template-columns: 1fr; }
    .tr-service-content-wrap { padding: 4.4rem 0; }
    .tr-service-section { margin-bottom: 4.5rem; }
    .tr-service-notice,
    .tr-service-billing-card,
    .tr-service-safety { grid-template-columns: 1fr; }
    .tr-service-final-cta { padding: 1.5rem; }
}
