:root {
    --tf-navy: #0c2344;
    --tf-ink: #17243a;
    --tf-muted: #67758e;
    --tf-teal: #079b9b;
    --tf-teal-dark: #057f82;
    --tf-line: #dce5ef;
    --tf-soft: #f4f8fb;
}

.tf-app-content {
    padding: 0 !important;
    overflow: hidden;
}

.tf-home,
.tf-home * {
    box-sizing: border-box;
}

.tf-home {
    color: var(--tf-ink);
    background: #fff;
    font-family: inherit;
    padding-bottom: 80px;
}

.tf-home a {
    text-decoration: none;
}

.tf-hero {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 420px);
    align-items: stretch;
    position: relative;
    background: linear-gradient(125deg, #f1faff 0%, #fff 42%, #e3f5fa 100%);
    border-bottom: 1px solid var(--tf-line);
}

.tf-hero-copy {
    align-self: center;
    min-height: 510px;
    padding: 76px clamp(44px, 7vw, 120px);
    position: relative;
    z-index: 3;
}

.tf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tf-teal-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tf-eyebrow > span {
    width: 28px;
    height: 3px;
    border-radius: 4px;
    background: var(--tf-teal);
}

.tf-hero-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tf-hero-brand img {
    width: 122px !important;
    height: 30px !important;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.tf-hero-brand span {
    padding-left: 16px;
    color: var(--tf-teal-dark);
    border-left: 1px solid #aec8d0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tf-hero-copy h1 {
    max-width: 760px;
    margin: 22px 0 20px;
    color: var(--tf-navy);
    font-size: clamp(42px, 3.6vw, 60px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.tf-hero-copy > p {
    max-width: 570px;
    margin: 0;
    color: #53647e;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.55;
}

.tf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.tf-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.tf-button:hover {
    transform: translateY(-2px);
}

.tf-button-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--tf-teal), #08b1ad);
    box-shadow: 0 10px 24px rgba(4, 153, 153, .22);
}

.tf-button-primary:hover {
    background: linear-gradient(135deg, var(--tf-teal-dark), #079d9b);
    box-shadow: 0 14px 28px rgba(4, 128, 130, .28);
}

.tf-button-secondary {
    color: var(--tf-navy) !important;
    background: rgba(255, 255, 255, .74);
    border-color: #9eafc3;
}

.tf-button-secondary:hover {
    background: #fff;
    border-color: var(--tf-teal);
}

.tf-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 42px;
    color: #52627a;
    font-size: 12px;
    font-weight: 650;
}

.tf-hero-benefits span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.tf-hero-benefits i {
    color: var(--tf-teal);
    font-size: 15px;
}

.tf-hero-gallery {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 270px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 270px;
    gap: 4px;
    overflow: hidden;
    background: #d7e7ed;
}

.tf-photo {
    min-width: 0;
    min-height: 0;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.tf-photo::after,
.tf-sport-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(0, 135, 142, .22), rgba(8, 42, 76, .25)),
        linear-gradient(180deg, transparent 48%, rgba(3, 25, 48, .28));
}

.tf-photo img,
.tf-sport-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tf-photo-main {
    grid-column: auto;
}

.tf-photo-main img { object-position: center 62%; }
.tf-photo-volley img { object-position: 52% center; }
.tf-photo-padel img { object-position: center; }
.tf-photo-tennis { display: block; }

.tf-app-strip {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px clamp(24px, 4vw, 62px);
    color: #fff;
    background: linear-gradient(110deg, #0c2344 0%, #0b3655 60%, #087e80 100%);
}

.tf-app-strip-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(38, 209, 200, .14);
    color: #61dfd8;
    font-size: 17px;
}

.tf-app-strip > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tf-app-strip strong {
    font-size: 13px;
    font-weight: 800;
}

.tf-app-strip small {
    color: rgba(236, 245, 250, .72);
    font-size: 10px;
}

.tf-app-strip-actions {
    display: flex;
    gap: 7px;
    margin-left: auto;
}

.tf-app-strip-actions a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    font-size: 10px;
    font-weight: 750;
    transition: background-color .18s ease, border-color .18s ease;
}

.tf-app-strip-actions a:hover,
.tf-app-strip-actions a:focus-visible {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .16);
}

.tf-app-strip-actions a:focus-visible {
    outline: 2px solid #62e1da;
    outline-offset: 2px;
}

.tf-login-card {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    z-index: 4;
    width: calc(100% - 38px);
    max-width: 390px;
    margin: 32px 46px 32px -12px;
    padding: 28px;
    border: 1px solid rgba(193, 209, 222, .8);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 64px rgba(13, 43, 72, .18);
}

.tf-login-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tf-login-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--tf-teal);
    border-radius: 12px;
    background: #e6f7f7;
}

.tf-login-heading small {
    display: block;
    margin-bottom: 2px;
    color: var(--tf-muted);
    font-size: 11px;
}

.tf-login-heading h2 {
    margin: 0;
    color: var(--tf-navy);
    font-size: 21px;
    font-weight: 800;
}

.tf-login-card label {
    display: block;
    margin: 14px 0 7px;
    color: #33435b;
    font-size: 12px;
    font-weight: 700;
}

.tf-input-wrap {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    border: 1px solid #ced9e5;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.tf-input-wrap:focus-within {
    border-color: var(--tf-teal);
    box-shadow: 0 0 0 3px rgba(7, 155, 155, .12);
}

.tf-input-wrap i {
    color: #8290a2;
}

.tf-input-wrap input {
    width: 100%;
    height: 100%;
    padding: 0;
    color: var(--tf-ink);
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
}

.tf-login-submit {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.tf-login-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 18px;
    font-size: 11px;
}

.tf-login-links span {
    width: 1px;
    height: 13px;
    background: var(--tf-line);
}

.tf-login-links a,
.tf-organizer-login {
    color: var(--tf-teal-dark);
    font-weight: 650;
}

.tf-organizer-login {
    display: block;
    margin-top: 20px;
    padding-top: 16px;
    text-align: center;
    border-top: 1px solid var(--tf-line);
    font-size: 12px;
}

.tf-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px clamp(28px, 6vw, 100px);
    color: #fff;
    background: var(--tf-navy);
}

.tf-stats div {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    padding: 6px 18px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.tf-stats div:last-child { border-right: 0; }
.tf-stats strong { font-size: clamp(24px, 2.1vw, 34px); font-weight: 800; }
.tf-stats span { color: rgba(255, 255, 255, .72); font-size: 12px; }

.tf-section {
    padding: 86px clamp(28px, 7vw, 118px);
}

.tf-section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.tf-section-heading h2,
.tf-contact-cta h2 {
    margin: 12px 0 10px;
    color: var(--tf-navy);
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    letter-spacing: -.025em;
}

.tf-section-heading p,
.tf-contact-cta p {
    margin: 0;
    color: var(--tf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.tf-features { background: #fff; }

.tf-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1280px;
    margin: 0 auto;
}

.tf-feature-card {
    min-height: 150px;
    display: flex;
    gap: 16px;
    padding: 24px;
    border: 1px solid #e3eaf1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(34, 60, 87, .055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tf-feature-card:hover {
    transform: translateY(-4px);
    border-color: #c6dce2;
    box-shadow: 0 15px 34px rgba(34, 60, 87, .1);
}

.tf-feature-card > div {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tf-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    font-size: 18px;
}

.tf-card-icon.tf-teal { color: #058b89; background: #ddf7f4; }
.tf-card-icon.tf-blue { color: #277be9; background: #e5efff; }
.tf-card-icon.tf-amber { color: #dc9200; background: #fff3d8; }
.tf-card-icon.tf-violet { color: #744ee8; background: #eee8ff; }
.tf-card-icon.tf-green { color: #159d6a; background: #dff7ec; }
.tf-card-icon.tf-red { color: #e64d5d; background: #ffe6e9; }

.tf-feature-card h3,
.tf-journey-grid h3 {
    margin: 3px 0 7px;
    color: var(--tf-navy);
    font-size: 16px;
    font-weight: 800;
}

.tf-feature-card p,
.tf-journey-grid p {
    margin: 0;
    color: var(--tf-muted);
    font-size: 13px;
    line-height: 1.55;
}

.tf-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 14px;
    color: #087f7d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.tf-card-cta i {
    font-size: 13px;
    opacity: .82;
}

.tf-card-cta:hover,
.tf-card-cta:focus-visible {
    color: #045f5e;
    text-decoration: none;
    transform: translateX(2px);
}

.tf-card-cta:focus-visible {
    outline: 2px solid rgba(8, 127, 125, .3);
    outline-offset: 4px;
    border-radius: 2px;
}

.tf-center-action { margin-top: 35px; text-align: center; }
.tf-text-link { color: var(--tf-teal-dark); font-weight: 750; }
.tf-text-link i { margin-left: 7px; transition: transform .2s ease; }
.tf-text-link:hover i { transform: translateX(4px); }

.tf-video-section {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
    align-items: center;
    gap: clamp(42px, 6vw, 96px);
    color: #fff;
    background: var(--tf-navy);
}

.tf-video-copy {
    max-width: 460px;
    justify-self: end;
}

.tf-video-brand {
    width: 132px !important;
    height: 31px !important;
    display: block;
    margin-bottom: 25px;
    object-fit: contain;
    object-position: left center;
    opacity: .96;
}

.tf-video-copy .tf-eyebrow { color: #56d8d1; }

.tf-video-copy h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(32px, 3.1vw, 48px);
    font-weight: 800;
    letter-spacing: -.03em;
}

.tf-video-copy p {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.7;
}

.tf-video-copy .tf-text-link {
    color: #62ddd5;
    font-size: 13px;
}

.tf-video-frame {
    width: 100%;
    max-width: 940px;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 18px;
    background: #07172e;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.tf-video-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .025);
    pointer-events: none;
}

.tf-video-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border: 0;
}

.tf-sports {
    background: linear-gradient(180deg, #f5fafd, #edf5f9);
}

.tf-sport-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 13px;
    max-width: 1360px;
    margin: 0 auto;
}

.tf-sport-card {
    min-height: 255px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #22364c;
    box-shadow: 0 10px 24px rgba(16, 42, 67, .14);
}

.tf-sport-card img {
    transition: transform .45s ease;
}

.tf-sport-card:hover img { transform: scale(1.045); }
.tf-sport-card:nth-child(1) img { object-position: 57% center; }
.tf-sport-card:nth-child(2) img { object-position: 45% center; }
.tf-sport-card:nth-child(4) img { object-position: center 34%; }

.tf-sport-card span {
    position: absolute;
    z-index: 2;
    left: 14px;
    right: 14px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.tf-journey { background: #fff; }

.tf-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1220px;
    margin: 0 auto;
}

.tf-journey-grid article {
    position: relative;
    padding: 10px 30px;
    text-align: center;
}

.tf-journey-grid article:not(:last-child)::after {
    content: "";
    width: 44%;
    height: 1px;
    position: absolute;
    top: 43px;
    right: -22%;
    background: #bed0dd;
}

.tf-journey-grid b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: calc(50% - 42px);
    z-index: 2;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--tf-teal);
    font-size: 10px;
}

.tf-journey-grid article > span {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin: 0 auto 17px;
    color: #1b6687;
    border-radius: 50%;
    background: #edf7fb;
    font-size: 25px;
}

.tf-app-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin: 0 clamp(28px, 7vw, 118px) 28px;
    padding: 36px clamp(28px, 4.3vw, 58px);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(78, 205, 199, .18);
    border-radius: 20px;
    background: linear-gradient(125deg, #0d284d 0%, #0a3154 58%, #075d69 100%);
    box-shadow: 0 20px 46px rgba(8, 38, 71, .2);
}

.tf-app-cta::after {
    content: "";
    width: 310px;
    height: 310px;
    position: absolute;
    right: -135px;
    top: -205px;
    border: 52px solid rgba(65, 220, 210, .08);
    border-radius: 50%;
}

.tf-app-cta > * {
    position: relative;
    z-index: 1;
}

.tf-app-cta-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(38, 202, 195, .16);
    font-size: 27px;
}

.tf-app-cta .tf-eyebrow {
    color: #55ded6;
}

.tf-app-cta h2 {
    margin: 9px 0 7px;
    color: #fff;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 800;
    letter-spacing: -.02em;
}

.tf-app-cta p {
    max-width: 650px;
    margin: 0;
    color: rgba(235, 245, 251, .76);
    font-size: 13px;
    line-height: 1.6;
}

.tf-app-store-actions {
    display: flex;
    gap: 10px;
}

.tf-store-button {
    min-width: 154px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 15px;
    color: #0b2342 !important;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(2, 25, 49, .16);
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tf-store-button:hover,
.tf-store-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 13px 27px rgba(2, 25, 49, .23);
}

.tf-store-button:focus-visible {
    outline: 2px solid #58ded8;
    outline-offset: 3px;
}

.tf-store-button > i {
    width: 22px;
    font-size: 24px;
    text-align: center;
}

.tf-store-button > span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.08;
}

.tf-store-button small {
    margin-bottom: 3px;
    color: #63758c;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .02em;
}

.tf-contact-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 clamp(28px, 7vw, 118px);
    padding: 46px clamp(28px, 5vw, 68px);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(120deg, #058b8e, #04aaa5);
    box-shadow: 0 22px 50px rgba(4, 130, 133, .24);
}

.tf-contact-cta::after {
    content: "";
    width: 430px;
    height: 430px;
    position: absolute;
    right: -150px;
    top: -245px;
    border: 70px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.tf-contact-cta > * { position: relative; z-index: 2; }
.tf-contact-cta .tf-eyebrow,
.tf-contact-cta h2,
.tf-contact-cta p { color: #fff; }
.tf-contact-cta p { color: rgba(255, 255, 255, .82); }

.tf-button-light {
    min-width: 205px;
    color: var(--tf-teal-dark) !important;
    background: #fff;
    box-shadow: 0 10px 24px rgba(1, 52, 68, .13);
}

.tf-whatsapp-float {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
    position: fixed;
    right: 24px;
    bottom: 22px;
    z-index: 1000;
    padding: 0 17px;
    color: #fff !important;
    border-radius: 24px;
    background: #16a969;
    box-shadow: 0 12px 32px rgba(6, 92, 58, .28);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tf-whatsapp-float:visited,
.tf-whatsapp-float:hover,
.tf-whatsapp-float:focus,
.tf-whatsapp-float:focus-visible,
.tf-whatsapp-float:active {
    color: #fff !important;
    text-decoration: none !important;
}

.tf-whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(6, 92, 58, .35);
}

.tf-whatsapp-float i { font-size: 20px; }

@media (min-width: 1460px) {
    .tf-login-card {
        transform: translateX(clamp(-180px, -10vw, -110px));
    }
}

.tf-app-content > .footer {
    padding: 68px clamp(28px, 7vw, 118px) 26px;
    color: #526077;
    border-top: 1px solid #e2e8ee;
    background: #f3f6f8;
}

.tf-app-content > .footer .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.tf-app-content > .footer .row.gx-5 {
    display: grid;
    grid-template-columns: 1.45fr .8fr .9fr .8fr;
    gap: clamp(34px, 4vw, 70px);
    margin: 0;
}

.tf-app-content > .footer .row.gx-5 > [class*="col-"] {
    width: auto;
    max-width: none;
    margin: 0 !important;
    padding: 0;
}

.tf-app-content > .footer .footer-logo-text {
    display: inline-flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
    color: var(--tf-navy);
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -.03em;
}

.tf-app-content > .footer .footer-logo-text small {
    color: var(--tf-teal-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tf-app-content > .footer .footer-desc {
    max-width: 370px;
    margin: 0 0 24px;
    color: #68768a;
    font-size: 13px;
    line-height: 1.7;
}

.tf-app-content > .footer .footer-title {
    margin: 2px 0 18px;
    color: var(--tf-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.tf-app-content > .footer .footer-link-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tf-app-content > .footer .footer-link-list a {
    color: #65748a;
    font-size: 13px;
    transition: color .2s ease, transform .2s ease;
}

.tf-app-content > .footer .footer-link-list a:hover {
    color: var(--tf-teal-dark);
}

.tf-app-content > .footer .footer-media-list {
    display: flex;
    gap: 8px;
}

.tf-app-content > .footer .footer-media-list a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #66758a !important;
    border: 1px solid #d4dde6;
    border-radius: 10px;
    background: #fff;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.tf-app-content > .footer .footer-media-list a:hover {
    color: var(--tf-teal-dark) !important;
    border-color: #9bc9ca;
    transform: translateY(-2px);
}

.tf-app-content > .footer .footer-media-list i {
    width: auto;
    font-size: 18px;
}

.tf-app-content > .footer .footer-copyright {
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid #dce4eb;
}

.tf-app-content > .footer .footer-copyright .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.tf-app-content > .footer .footer-copyright [class*="col-"] { padding: 0; }
.tf-app-content > .footer .footer-copyright-text,
.tf-app-content > .footer .footer-copyright-link { color: #7c899a; font-size: 11px; }

@media (max-width: 1450px) {
    .tf-hero-copy { padding-left: 42px; padding-right: 34px; }
    .tf-hero-copy h1 { font-size: clamp(40px, 4vw, 56px); }
    .tf-login-card { width: calc(100% - 28px); margin-left: -12px; margin-right: 28px; padding: 23px; }
    .tf-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tf-sport-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1199px) {
    .tf-hero {
        grid-template-columns: minmax(0, 1fr) 360px;
        min-height: auto;
    }
    .tf-hero-copy { min-height: 520px; }
    .tf-hero-gallery {
        grid-column: 1 / -1;
        grid-row: 3;
        min-height: 390px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }
    .tf-photo-main { grid-column: auto; }
    .tf-photo-tennis { display: block; }
    .tf-login-card { grid-column: 2; grid-row: 1; width: calc(100% - 28px); margin: 30px 28px 30px 0; }
    .tf-stats { grid-template-columns: repeat(2, 1fr); }
    .tf-stats div:nth-child(2) { border-right: 0; }
    .tf-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
    .tf-video-section { grid-template-columns: minmax(240px, .65fr) minmax(440px, 1.35fr); gap: 40px; }
}

@media (max-width: 991px) {
    .tf-video-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
    }
    .tf-video-copy {
        max-width: 680px;
        align-self: center;
        justify-self: auto;
        text-align: center;
    }
    .tf-video-copy .tf-eyebrow { justify-content: center; }
    .tf-video-frame { align-self: center; }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    #app {
        padding-top: 60px !important;
    }
    #header.app-header {
        height: 60px;
        flex-wrap: nowrap;
    }
    #header .navbar-header {
        width: 100%;
        min-width: 0;
        flex: 1 1 100%;
    }
    #header .navbar-header .navbar-brand img { max-width: 126px; }
    #header .navbar-mobile-toggler { display: block; }
    #header .navbar-nav {
        display: none !important;
    }
    #header .navbar-form,
    #header .navbar-nav .divider { display: none; }
    #header .navbar-user .navbar-link {
        min-height: 60px;
        padding: 0 8px !important;
        font-size: 11px;
    }
    .tf-app-content,
    .tf-home,
    .tf-hero {
        width: 100vw !important;
        min-width: 0;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tf-app-content { overflow: visible; }
    .tf-home { padding-bottom: 60px; }
    .tf-hero { display: flex; flex-direction: column; overflow: hidden; }
    .tf-hero-copy { width: 100vw !important; min-width: 0; max-width: 100vw !important; min-height: auto; padding: 54px 20px 38px; overflow: hidden; text-align: center; }
    .tf-hero-brand { justify-content: center; }
    .tf-hero-brand img { width: 116px !important; height: 29px !important; }
    .tf-hero-brand span { text-align: left; }
    .tf-eyebrow { justify-content: center; }
    .tf-hero-copy h1 { max-width: 100%; margin: 18px auto 16px; font-size: clamp(36px, 10.5vw, 46px); line-height: 1.04; white-space: normal !important; overflow-wrap: normal; }
    .tf-hero-copy > p { margin: 0 auto; font-size: 17px; }
    .tf-hero-actions { width: 100%; max-width: 100%; flex-direction: column; margin-top: 28px; }
    .tf-hero-actions .tf-button { width: 100%; max-width: 100%; white-space: normal; }
    .tf-hero-benefits { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; gap: 13px 8px; margin-top: 30px; }
    .tf-hero-benefits span:last-child { grid-column: 1 / -1; }
    .tf-app-strip { order: 3; width: 100vw; min-height: 76px; padding: 11px 18px; gap: 10px; text-align: left; }
    .tf-app-strip small { max-width: 190px; line-height: 1.35; }
    .tf-app-strip-actions { gap: 5px; }
    .tf-app-strip-actions a { width: 34px; min-width: 34px; padding: 0; justify-content: center; font-size: 14px; }
    .tf-app-strip-actions span { display: none; }
    .tf-hero-gallery { order: 4; width: 100vw !important; max-width: 100vw !important; min-height: 290px; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; }
    .tf-photo-main { grid-row: 1 / -1; }
    .tf-photo-volley { grid-column: 2; grid-row: 1; }
    .tf-photo-padel { grid-column: 2; grid-row: 2; }
    .tf-photo-tennis { display: none; }
    .tf-login-card { order: 2; width: calc(100vw - 40px) !important; max-width: calc(100vw - 40px) !important; margin: 20px; padding: 24px 20px; }
    .tf-stats { grid-template-columns: 1fr 1fr; padding: 18px 12px; }
    .tf-stats div { flex-direction: column; align-items: center; gap: 2px; text-align: center; }
    .tf-stats strong { font-size: 24px; }
    .tf-stats span { font-size: 11px; }
    .tf-section { padding: 64px 20px; }
    .tf-section-heading { margin-bottom: 30px; }
    .tf-section-heading h2 { font-size: 31px; }
    .tf-video-section { display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
    .tf-video-copy { max-width: none; justify-self: auto; text-align: center; }
    .tf-video-copy .tf-eyebrow { justify-content: center; }
    .tf-video-brand { width: 122px !important; height: 29px !important; margin: 0 auto 22px; object-position: center; }
    .tf-video-copy h2 { font-size: 32px; }
    .tf-video-frame { border-radius: 12px; }
    .tf-feature-grid { grid-template-columns: 1fr; gap: 12px; }
    .tf-feature-card { min-height: auto; padding: 20px; }
    .tf-sport-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .tf-sport-card { min-height: 210px; }
    .tf-journey-grid { grid-template-columns: 1fr; gap: 30px; }
    .tf-journey-grid article { padding: 0 25px; }
    .tf-journey-grid article:not(:last-child)::after { width: 1px; height: 26px; top: auto; right: auto; bottom: -28px; left: 50%; }
    .tf-app-cta { grid-template-columns: 1fr; justify-items: center; margin: 0 20px 20px; padding: 34px 24px; text-align: center; }
    .tf-app-cta .tf-eyebrow { justify-content: center; }
    .tf-app-cta p { max-width: 520px; }
    .tf-app-store-actions { width: 100%; justify-content: center; }
    .tf-contact-cta { flex-direction: column; align-items: stretch; margin: 0 20px; padding: 35px 24px; text-align: center; }
    .tf-contact-cta .tf-eyebrow { justify-content: center; }
    .tf-contact-cta h2 { font-size: 30px; }
    .tf-button-light { width: 100%; }
    .tf-whatsapp-float { width: 50px; height: 50px; right: 14px; bottom: 14px; justify-content: center; padding: 0; border-radius: 50%; }
    .tf-whatsapp-float span { display: none; }
    .tf-app-content > .footer { padding: 48px 22px 24px; }
    .tf-app-content > .footer .row.gx-5 { grid-template-columns: 1fr; gap: 34px; }
    .tf-app-content > .footer .footer-desc { max-width: none; }
    .tf-app-content > .footer .footer-copyright { margin-top: 38px; }
    .tf-app-content > .footer .footer-copyright .row { display: block; }
    .tf-app-content > .footer .footer-copyright [class*="col-"] { width: 100%; text-align: left !important; }
}

@media (max-width: 410px) {
	.tf-app-store-actions { flex-direction: column; }
	.tf-store-button { width: 100%; }
    .tf-login-links { flex-direction: column; gap: 8px; }
    .tf-login-links span { display: none; }
    .tf-sport-card { min-height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
    .tf-home *, .tf-home *::before, .tf-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
