

.tdt-intro .row {
    padding-top: 20px;
}

@media (min-width: 768px) {

    .tdt-intro {
        min-height: calc(100vh - 110px);
        min-height: calc(100svh - 110px);
        display: flex;
        flex-direction: column;
    }

    .tdt-intro > .row {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;

        padding-bottom: 104px;
    }
}

.tdt-intro .tdt-hero {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px 70px;
    align-items: center;

    padding: 0 20px;
}

.tdt-intro .tdt-hero .section-heading {
    padding-bottom: 0;
}

.tdt-intro .tdt-hero h1.section-title {
    padding-top: 0;
    font-size: 52px;
    line-height: 1.06;
    letter-spacing: -1px;
    text-wrap: balance;
}

.tdt-intro .tdt-hero .section-heading > .section-subtitle {
    max-width: none;
    font-size: 21px;
    line-height: 32px;
}

.tdt-intro .tdt-lead {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    text-wrap: pretty;
}

.tdt-intro .tdt-intro-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 34px;
    padding: 26px 20px 0;
    border-top: 1px solid var(--surface-border);
}

.tdt-intro .tdt-intro-body p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    text-wrap: pretty;
}

.tdt-intro .tdt-intro-cta {
    text-align: center;
    max-width: 640px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.tdt-intro .tdt-intro-cta p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 29px;
    color: var(--normal-text);
}

.tdt-intro .tdt-intro-cta .button {
    margin: 0;
}

@media (max-width: 1023px) {
    .tdt-intro .tdt-hero h1.section-title {
        font-size: 44px;
    }

    .tdt-intro .tdt-intro-body {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 767px) {
    .tdt-intro .tdt-hero {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .tdt-intro .tdt-hero h1.section-title {
        font-size: 36px;
    }

    .tdt-intro .tdt-hero .section-heading > .section-subtitle {
        font-size: 19px;
        line-height: 30px;
    }

    .tdt-intro .tdt-intro-body {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 40px;
        padding-top: 34px;
    }
}

.tdt-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    align-items: start;
    clear: both;

    padding: 0 20px;
}

.tdt-trio>* {
    min-width: 0;
}

@media (max-width: 1023px) {
    .tdt-trio {
        grid-template-columns: 1fr;
    }
}

.tdt-list {
    list-style: none;
    text-align: left;
}

.tdt-list li {
    position: relative;
    padding: 6px 0 6px 28px;
    line-height: 1.5;
}

.tdt-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    background-color: var(--primary);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat center / contain;
}

.tdt-list ul {
    list-style: disc;
    margin: 6px 0 6px 18px;
    padding-left: 18px;
}

.tdt-list ul li {
    padding: 3px 0;
}

.tdt-list ul li:before {
    content: none;
}

.tdt-tour {

    float: none;
    max-width: 900px;

    margin: 60px auto 0;
}

.tdt-tour--wide {
    max-width: 100%;
}

.tdt-shot {

    aspect-ratio: 1920 / 1416;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid var(--surface-border);
    border-radius: 12px;

    box-shadow: var(--card-shadow);
}

.tdt-shot--wide {

    aspect-ratio: 1832 / 859;
    object-fit: contain;
}

.area-band .tdt-icon {
    font-size: 52px;
    line-height: 0;
    color: var(--primary);
    margin-bottom: 18px;
}

@media (max-width: 567px) {

    .area-band .tdt-icon {
        font-size: 44px;
        margin: 0;
        grid-row: span 2;
    }
}

.tdt-compare {
    width: 100%;
    max-width: 900px;
    margin: 20px auto 0 auto;
    text-align: left;
    background-color: var(--secondary);
    padding: 10px 30px 20px 30px;
    border-collapse: separate;
    border-spacing: 0;
}

.tdt-compare th,
.tdt-compare td {
    border-bottom: 1px solid var(--surface-border);
    padding: 14px 0;
    vertical-align: middle;
}

.tdt-compare tbody tr:last-child th,
.tdt-compare tbody tr:last-child td {
    border-bottom: none;
}

.tdt-compare th[scope="row"] {
    font-weight: normal;
    padding-right: 20px;
}

.tdt-compare thead th {
    font-weight: bold;
    color: var(--section-heading);
}

.tdt-compare thead th+th {
    font-size: 13px;
    line-height: 1.3;
}

.tdt-compare td,
.tdt-compare thead th+th {
    width: 90px;
    text-align: center;
}

.tdt-compare td {
    font-size: 20px;
}

.tdt-compare .tdt-yes {
    color: var(--primary);
}

.tdt-compare .tdt-no {
    color: var(--faint-text);
}

@media (max-width: 600px) {

    .tdt-compare td,
    .tdt-compare thead th+th {
        width: 60px;
    }

    .tdt-compare td {
        font-size: 17px;
    }
}

@media (max-width: 480px) {

    .tdt-intro .tdt-hero,
    .tdt-intro .tdt-intro-body,
    .tdt-intro .tdt-intro-cta,
    .tdt-trio {
        padding-left: 0;
        padding-right: 0;
    }
}
