* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    font-family: 'Figtree', Arial, sans-serif;
    color: #08284A;
    background: #FAF8F3;
}

a {
    text-decoration: none;
    color: inherit;
}

.tda-landing {
    min-height: 100vh;
    overflow-x: hidden;
}

.tda-header {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tda-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.tda-logo img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.tda-header nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #516070;
    font-weight: 700;
}

.tda-login-link {
    color: #08284A;
}

.tda-header-button,
.tda-primary-button,
.tda-cta a {
    background: #08284A;
    color: #fff;
    padding: 13px 20px;
    border-radius: 12px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(8,40,74,.18);
}

.tda-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 36px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: center;
}

.tda-pill {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #EFE2CF;
    color: #B77A2F;
    font-weight: 900;
    font-size: 14px;
}

.tda-hero h1 {
    margin: 22px 0 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .96;
    letter-spacing: -0.065em;
    font-weight: 900;
}

.tda-hero p {
    margin: 26px 0 0;
    max-width: 580px;
    color: #516070;
    font-size: 20px;
    line-height: 1.55;
}

.tda-hero-actions {
    margin-top: 34px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.tda-secondary-button {
    padding: 13px 20px;
    border-radius: 12px;
    background: #fff;
    color: #08284A;
    font-weight: 900;
    border: 1px solid #E3E6EA;
}

.tda-hero-card {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 520px;
    box-shadow: 0 34px 90px rgba(8,40,74,.18);
}

.tda-hero-card img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.tda-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(8,40,74,.08), rgba(8,40,74,.32));
}

.tda-floating-card {
    position: absolute;
    left: 26px;
    bottom: 26px;
    z-index: 2;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(8,40,74,.14);
}

.tda-floating-card strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.tda-floating-card span {
    display: block;
    margin-top: 4px;
    color: #64748B;
    font-weight: 700;
}

.tda-section {
    width: min(1180px, calc(100% - 40px));
    margin: 90px auto 0;
}

.tda-section-title span,
.tda-cta span {
    color: #C8964F;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
}

.tda-section-title h2,
.tda-cta h2 {
    margin: 12px 0 0;
    max-width: 760px;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.tda-features {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tda-feature {
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ECEFF3;
    box-shadow: 0 18px 40px rgba(8,40,74,.06);
}

.tda-feature strong {
    font-size: 20px;
    font-weight: 900;
}

.tda-feature p {
    margin: 12px 0 0;
    color: #64748B;
    line-height: 1.5;
}

.tda-cta {
    width: min(1180px, calc(100% - 40px));
    margin: 90px auto 0;
    padding: 42px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(8,40,74,.95), rgba(8,40,74,.86)),
        url('/images/quadra.png') center / cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.tda-cta h2 {
    color: #fff;
}

.tda-cta p {
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.55;
}

.tda-cta a {
    background: #fff;
    color: #08284A;
    white-space: nowrap;
}

.tda-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 46px auto 28px;
    color: #738195;
    font-size: 14px;
    text-align: center;
}
.tda-header {
    padding: 22px 0;
}

.tda-hero {
    margin: 54px auto 0;
    grid-template-columns: .95fr 1.05fr;
    gap: 52px;
}

.tda-hero h1 {
    font-size: clamp(44px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.tda-hero p {
    font-size: 18px;
    max-width: 540px;
}

.tda-hero-card {
    min-height: 460px;
}

.tda-hero-card img {
    min-height: 460px;
}

@media (max-width: 980px) {
    .tda-header {
        flex-direction: column;
        gap: 20px;
    }

    .tda-header nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tda-hero {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .tda-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .tda-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .tda-header nav {
        gap: 14px;
        font-size: 14px;
    }

    .tda-hero h1 {
        font-size: 42px;
    }

    .tda-hero p {
        font-size: 17px;
    }

    .tda-hero-card,
    .tda-hero-card img {
        min-height: 360px;
    }

    .tda-features {
        grid-template-columns: 1fr;
    }

    .tda-section-title h2,
    .tda-cta h2 {
        font-size: 32px;
    }
}
