:root {
    --tc-navy: #062654;
    --tc-navy-2: #001b42;
    --tc-blue: #0b66c3;
    --tc-orange: #f45a0a;
    --tc-orange-dark: #db4900;
    --tc-ink: #061b3f;
    --tc-muted: #57647a;
    --tc-line: #dce3ec;
    --tc-light: #f5f8fc;
    --tc-white: #ffffff;
    --tc-radius: 14px;
    --tc-shadow: 0 14px 35px rgba(2, 29, 70, .10);
    --tc-container: 1220px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.teen-clean-home {
    margin: 0;
    color: var(--tc-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
}

body.teen-clean-home img {
    display: block;
    max-width: 100%;
}

.tc-site a {
    color: inherit;
    text-decoration: none;
}

.tc-container {
    width: min(calc(100% - 40px), var(--tc-container));
    margin-inline: auto;
}

.tc-topbar {
    background: linear-gradient(90deg, #062f67, #001c44);
    color: white;
    font-size: 13px;
}

.tc-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tc-topbar-contact {
    display: flex;
    gap: 24px;
    align-items: center;
}

.tc-mainbar {
    background: #fff;
    box-shadow: 0 3px 16px rgba(0, 24, 58, .08);
    position: relative;
    z-index: 20;
}

.tc-mainbar-inner {
    min-height: 104px;
    display: grid;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.tc-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.tc-brand .custom-logo-link {
    display: block;
    line-height: 0;
}

.tc-brand img,
.tc-brand .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 330px;
    max-height: 92px;
    object-fit: contain;
    object-position: left center;
}

.tc-primary-nav {
    justify-self: end;
}

.tc-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: clamp(14px, 2vw, 30px);
    padding: 0;
    margin: 0;
    font-weight: 750;
    font-size: 14px;
}

.tc-menu a {
    transition: color .2s ease;
}

.tc-menu a:hover {
    color: var(--tc-orange);
}

.tc-menu-toggle {
    display: none;
    width: 44px;
    height: 42px;
    padding: 9px;
    background: transparent;
    border: 1px solid var(--tc-line);
    border-radius: 8px;
}

.tc-menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    background: var(--tc-navy);
    margin: 5px 0;
}

.tc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6b19, var(--tc-orange));
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(244, 90, 10, .22);
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .01em;
    cursor: pointer;
}

.tc-button:hover {
    background: var(--tc-orange-dark);
    transform: translateY(-1px);
}

.tc-button-small {
    min-height: 44px;
    padding-inline: 22px;
    font-size: 13px;
}

.tc-button-outline {
    background: #fff;
    color: var(--tc-navy) !important;
    border: 2px solid var(--tc-navy);
    box-shadow: none;
}

.tc-button-block {
    width: 100%;
    border-radius: 7px;
}

.tc-hero {
    min-height: 455px;
    background:
        linear-gradient(90deg, #f7fbff 0%, rgba(247,251,255,.98) 36%, rgba(247,251,255,.58) 54%, rgba(247,251,255,0) 76%),
        var(--tc-hero-image) center right / auto 100% no-repeat,
        #edf6ff;
    overflow: hidden;
}

.tc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) .9fr;
    align-items: center;
    min-height: 455px;
}

.tc-hero-copy {
    padding: 38px 0 28px;
    max-width: 670px;
}

.tc-hero h1 {
    margin: 0;
    color: var(--tc-navy);
    font-size: clamp(39px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 900;
}

.tc-hero h1 span {
    color: var(--tc-orange);
}

.tc-hero h2 {
    max-width: 650px;
    margin: 18px 0 8px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.25;
}

.tc-hero p {
    margin: 0;
    max-width: 520px;
    color: #1f2d43;
    font-size: 17px;
}

.tc-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.tc-trust-row {
    display: flex;
    gap: 26px;
    margin-top: 25px;
}

.tc-trust-row > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    padding-right: 20px;
    border-right: 1px solid #cfd9e5;
    font-size: 13px;
    font-weight: 750;
}

.tc-trust-row > div:last-child {
    border-right: 0;
}

.tc-trust-row strong {
    width: 31px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: white;
    background: var(--tc-navy);
}

.tc-section {
    padding: 26px 0;
}

.tc-section-title,
.tc-section h2 {
    color: var(--tc-navy);
}

.tc-section-title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 25px;
}

.tc-service-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.tc-service-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: white;
    border: 1px solid var(--tc-line);
    border-radius: 9px;
    text-align: center;
    box-shadow: 0 5px 16px rgba(0, 28, 65, .05);
}

.tc-service-card img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
}

.tc-service-card h3 {
    min-height: 58px;
    margin: 0;
    padding: 25px 8px 10px;
    display: grid;
    place-items: center;
    font-size: 14px;
    line-height: 1.15;
}

.tc-service-icon {
    position: absolute;
    left: 50%;
    top: calc(100% * .53);
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--tc-line);
    background: #fff;
    color: var(--tc-navy);
    font-size: 18px;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

.tc-why {
    border-top: 1px solid var(--tc-line);
    border-bottom: 1px solid var(--tc-line);
}

.tc-why-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
}

.tc-why h2,
.tc-before h2,
.tc-panel h2 {
    margin: 0 0 18px;
    font-size: 22px;
}

.tc-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.tc-benefit-grid article {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 12px;
}

.tc-line-icon {
    grid-row: 1 / span 2;
    color: var(--tc-orange);
    font-size: 34px;
}

.tc-benefit-grid h3 {
    margin: 0 0 9px;
    font-size: 14px;
}

.tc-benefit-grid p {
    margin: 0;
    color: #39465a;
    font-size: 13px;
}

.tc-founder-card {
    display: grid;
    grid-template-columns: 1fr 145px;
    align-items: end;
    background: linear-gradient(135deg, #f8fbff, #eaf4ff);
    border-radius: 10px;
    overflow: hidden;
}

.tc-founder-copy {
    padding: 18px 0 18px 22px;
}

.tc-founder-copy p {
    margin: 0 0 10px;
    font-size: 13px;
}

.tc-founder-card img {
    width: 145px;
    height: 185px;
    object-fit: cover;
    object-position: top center;
}

.tc-before-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tc-before-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: var(--tc-light);
    border: 1px solid var(--tc-line);
}

.tc-before-grid img {
    width: 100%;
    aspect-ratio: 2.05;
    object-fit: cover;
}

.tc-before-grid figcaption {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
}

.tc-lower {
    padding-top: 8px;
}

.tc-lower-grid {
    display: grid;
    grid-template-columns: 1fr 1.28fr 1.15fr;
    border: 1px solid var(--tc-line);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.tc-panel {
    padding: 20px;
    border-right: 1px solid var(--tc-line);
    background: #fff;
}

.tc-panel:last-child {
    border-right: 0;
}

.tc-map-placeholder {
    position: relative;
    height: 150px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    color: var(--tc-navy);
    background:
        linear-gradient(45deg, transparent 48%, rgba(44,110,175,.12) 49%, rgba(44,110,175,.12) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(44,110,175,.12) 49%, rgba(44,110,175,.12) 51%, transparent 52%),
        #eaf5ff;
    background-size: 34px 34px;
}

.tc-map-rings {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(10, 98, 190, .3);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(10,98,190,.09), 0 0 0 48px rgba(10,98,190,.05);
}

.tc-location-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    columns: 2;
    font-size: 13px;
}

.tc-location-list li {
    margin-bottom: 8px;
    color: #2f4059;
}

.tc-location-list li::first-letter {
    color: var(--tc-orange);
}

.tc-review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tc-review-grid blockquote {
    margin: 0;
    padding: 16px;
    border: 1px solid var(--tc-line);
    border-radius: 7px;
    font-size: 12px;
    text-align: center;
}

.tc-review-grid p {
    margin: 7px 0;
}

.tc-review-grid cite {
    font-style: normal;
    font-weight: 750;
}

.tc-stars,
.tc-google-rating span {
    color: #ff9800;
    letter-spacing: 1px;
}

.tc-google-rating {
    margin-top: 20px;
    text-align: center;
}

.tc-google-rating strong {
    font-size: 22px;
    color: #4285f4;
}

.tc-estimate form {
    display: grid;
    gap: 8px;
}

.tc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.tc-estimate input,
.tc-estimate select,
.tc-estimate textarea {
    width: 100%;
    min-height: 38px;
    padding: 9px 10px;
    border: 1px solid #cfd8e5;
    border-radius: 6px;
    color: var(--tc-ink);
    background: white;
    font: inherit;
    font-size: 13px;
}

.tc-estimate textarea {
    resize: vertical;
}

.tc-honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.tc-form-message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
}

.tc-success {
    background: #e8f7ed;
    color: #166534;
}

.tc-error {
    background: #fff0ef;
    color: #a12622;
}

.tc-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tc-price-card {
    min-height: 126px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 56px;
    color: white;
}

.tc-price-dark {
    background: linear-gradient(105deg, #001f4d, #063c7d);
}

.tc-price-blue {
    background: linear-gradient(105deg, #045bbb, #0c77dc);
}

.tc-price-icon {
    flex: 0 0 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: white;
    color: var(--tc-navy);
    font-size: 32px;
}

.tc-price-card h2 {
    margin: 0;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.tc-price-card strong {
    display: block;
    margin: 2px 0;
    color: #ffbe2e;
    font-size: 26px;
}

.tc-price-blue strong {
    color: white;
}

.tc-price-card p {
    margin: 0;
}

.tc-footer {
    background: #001e48;
    color: white;
}

.tc-footer-inner {
    min-height: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    font-size: 12px;
}

.tc-footer-inner strong {
    text-align: center;
    font-size: 14px;
}

.tc-footer-inner strong span {
    color: var(--tc-orange);
}

.tc-footer-inner > div {
    justify-self: end;
    display: flex;
    gap: 18px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ==================================================
   Before & After lightbox
   ================================================== */

.tc-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.tc-lightbox-trigger img {
    width: 100%;
    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.tc-lightbox-trigger:hover img,
.tc-lightbox-trigger:focus-visible img {
    transform: scale(1.025);
    filter: brightness(0.82);
}

.tc-lightbox-trigger:focus-visible {
    outline: 3px solid var(--tc-orange);
    outline-offset: 3px;
}

.tc-image-zoom {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%, 8px);
    padding: 7px 13px;
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 27, 66, 0.9);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    opacity: 0;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.tc-lightbox-trigger:hover .tc-image-zoom,
.tc-lightbox-trigger:focus-visible .tc-image-zoom {
    opacity: 1;
    transform: translate(-50%, 0);
}

.tc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.tc-lightbox.is-open {
    display: flex;
}

.tc-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 18, 43, 0.9);
    cursor: zoom-out;
}

.tc-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1200px, 94vw);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.tc-lightbox-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: calc(92vh - 58px);
    object-fit: contain;
    background: #071b3b;
}

.tc-lightbox-caption {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 60px;
    color: var(--tc-navy);
    background: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.tc-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 27, 66, 0.92);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.tc-lightbox-close:hover,
.tc-lightbox-close:focus-visible {
    background: var(--tc-orange);
}

body.tc-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1100px) {
    .tc-mainbar-inner {
        grid-template-columns: 250px 1fr auto;
        gap: 18px;
    }

    .tc-menu {
        gap: 14px;
        font-size: 13px;
    }

    .tc-service-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .tc-service-icon {
        top: calc(100% * .56);
    }

    .tc-why-grid,
    .tc-lower-grid {
        grid-template-columns: 1fr;
    }

    .tc-panel {
        border-right: 0;
        border-bottom: 1px solid var(--tc-line);
    }

    .tc-panel:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 900px) {
    .tc-topbar-area {
        display: none;
    }

    .tc-mainbar-inner {
        grid-template-columns: 1fr auto auto;
        min-height: 82px;
    }

    .tc-brand {
        max-width: 250px;
    }

    .tc-menu-toggle {
        display: block;
    }

    .tc-primary-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 16px 20px 22px;
        background: white;
        border-top: 1px solid var(--tc-line);
        box-shadow: 0 16px 30px rgba(0,0,0,.12);
    }

    .tc-primary-nav.is-open {
        display: block;
    }

    .tc-menu {
        display: grid;
        gap: 0;
    }

    .tc-menu a {
        display: block;
        padding: 12px 5px;
        border-bottom: 1px solid var(--tc-line);
    }

    .tc-hero {
        background:
            linear-gradient(90deg, rgba(247,251,255,.98), rgba(247,251,255,.86)),
            var(--tc-hero-image) center right / cover no-repeat;
    }

    .tc-hero-grid {
        grid-template-columns: 1fr;
    }

    .tc-hero-copy {
        max-width: 690px;
    }

    .tc-hero-spacer {
        display: none;
    }

    .tc-benefit-grid,
    .tc-before-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-pricing-grid {
        grid-template-columns: 1fr;
    }

    .tc-footer-inner {
        grid-template-columns: 1fr;
        padding: 16px 0;
        text-align: center;
    }

    .tc-footer-inner > div {
        justify-self: center;
    }
}

@media (max-width: 640px) {
    .tc-container {
        width: min(calc(100% - 28px), var(--tc-container));
    }

    .tc-topbar-inner,
    .tc-topbar-contact {
        justify-content: center;
    }

    .tc-topbar-contact {
        gap: 12px;
        font-size: 11px;
    }

    .tc-topbar-contact a:last-child {
        display: none;
    }

    .tc-mainbar-inner {
        grid-template-columns: 1fr auto;
    }

    .tc-header-quote {
        display: none;
    }

    .tc-brand {
        max-width: 220px;
    }

    .tc-hero {
        min-height: auto;
        background:
            linear-gradient(
                90deg,
                rgba(247, 251, 255, 0.98) 0%,
                rgba(247, 251, 255, 0.88) 42%,
                rgba(247, 251, 255, 0.60) 68%,
                rgba(247, 251, 255, 0.40) 100%
            ),
            var(--tc-hero-image) 83% center / cover no-repeat;
    }
    
    .tc-hero-grid {
        min-height: auto;
        align-items: start;
    }
    
    .tc-hero-copy {
        padding: 24px 0 34px;
    }
    
    .tc-hero h1 {
        margin-top: 0;
        font-size: 42px;
    }
    
    .tc-hero h2 {
        font-size: 18px;
    }
    
    .tc-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .tc-hero-actions .tc-button {
        width: 100%;
    }
    
    .tc-trust-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        margin-top: 22px;
    }
    
    .tc-trust-row > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        min-width: 0;
        padding: 10px 6px;
        border: 0;
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
    }
    
    .tc-trust-row strong {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        margin: 0;
        border-radius: 10px;
        flex: 0 0 38px;
    }
    
    .tc-trust-row span {
        display: block;
        line-height: 1.3;
    }

    .tc-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-benefit-grid,
    .tc-before-grid,
    .tc-review-grid,
    .tc-form-row {
        grid-template-columns: 1fr;
    }

    .tc-founder-card {
        grid-template-columns: 1fr 115px;
    }

    .tc-founder-card img {
        width: 115px;
        height: 170px;
    }

    .tc-location-list {
        columns: 1;
    }

    .tc-price-card {
        padding: 20px;
    }

    .tc-price-icon {
        flex-basis: 58px;
        height: 58px;
    }

    .tc-price-card strong {
        font-size: 21px;
    }
    
        .tc-lightbox {
        padding: 10px;
    }

    .tc-lightbox-dialog {
        width: 100%;
        max-height: 94vh;
        border-radius: 9px;
    }

    .tc-lightbox-image {
        max-height: calc(94vh - 54px);
    }

    .tc-lightbox-caption {
        min-height: 48px;
        padding: 10px 54px 10px 14px;
        justify-content: flex-start;
        font-size: 14px;
        text-align: left;
    }

    .tc-lightbox-close {
        top: 7px;
        right: 7px;
        width: 42px;
        height: 42px;
    }

    /* Always show the viewing cue on touch devices */
    .tc-image-zoom {
        bottom: 8px;
        padding: 6px 10px;
        font-size: 11px;
        opacity: 1;
        transform: translate(-50%, 0);
    }
}