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

.ftla-home {
    --ftla-red: #c82743;
    --ftla-red-dark: #a61933;
    --ftla-ink: #20232b;
    --ftla-muted: #68707e;
    --ftla-border: #eceef2;
    --ftla-surface: #ffffff;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: clamp(24px, 4vw, 64px) 16px;
    color: var(--ftla-ink);
    font-family: inherit;
    background:
        radial-gradient(circle at 12% 8%, rgba(200, 39, 67, .10), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(37, 211, 102, .09), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.ftla-home__container {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.ftla-home__glow {
    position: absolute;
    z-index: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .28;
    pointer-events: none;
}

.ftla-home__glow--one {
    top: -180px;
    left: -120px;
    background: #ff8ea1;
}

.ftla-home__glow--two {
    right: -130px;
    bottom: 0;
    background: #8de8ad;
}

.ftla-hero {
    display: grid;
    grid-template-columns: minmax(180px, 300px) 1fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: 390px;
    padding: clamp(26px, 5vw, 64px);
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 34px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 28px 75px rgba(24, 29, 39, .10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ftla-hero__logo-wrap {
    display: grid;
    place-items: center;
    width: min(100%, 300px);
    aspect-ratio: 1;
    padding: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 18px 45px rgba(200, 39, 67, .14);
}

.ftla-hero__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.ftla-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(200, 39, 67, .16);
    border-radius: 999px;
    color: var(--ftla-red-dark);
    background: rgba(200, 39, 67, .07);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.ftla-kicker__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ftla-red);
    box-shadow: 0 0 0 5px rgba(200, 39, 67, .12);
}

.ftla-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ftla-ink);
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.ftla-hero__lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--ftla-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.75;
}

.ftla-site-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    max-width: 360px;
    margin-top: 22px;
    padding: 11px 14px 11px 11px;
    border: 1px solid rgba(200, 39, 67, .15);
    border-radius: 17px;
    color: var(--ftla-ink) !important;
    background: linear-gradient(135deg, #fff 0%, rgba(200, 39, 67, .055) 100%);
    box-shadow: 0 12px 28px rgba(32, 35, 43, .07);
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ftla-site-link:hover {
    transform: translateY(-2px);
    border-color: rgba(200, 39, 67, .32);
    box-shadow: 0 16px 34px rgba(32, 35, 43, .11);
}

.ftla-site-link__icon {
    display: grid;
    flex: 0 0 43px;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--ftla-red), var(--ftla-red-dark));
    box-shadow: 0 9px 20px rgba(200, 39, 67, .22);
}

.ftla-site-link__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.ftla-site-link__text {
    display: grid;
    min-width: 0;
    text-align: left;
}

.ftla-site-link__text small {
    color: var(--ftla-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.ftla-site-link__text strong {
    overflow: hidden;
    color: var(--ftla-red-dark);
    font-size: 17px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftla-site-link__arrow {
    margin-left: auto;
    color: var(--ftla-red);
    font-size: 20px;
    font-weight: 800;
}

.ftla-service-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
    padding: 22px 24px;
    border: 1px solid rgba(200, 39, 67, .14);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(200,39,67,.07), rgba(255,255,255,.96));
}

.ftla-service-note__icon {
    display: grid;
    flex: 0 0 46px;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: var(--ftla-red);
    box-shadow: 0 10px 24px rgba(200,39,67,.22);
}

.ftla-service-note__icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.ftla-service-note p {
    margin: 0;
    color: #4f5663;
    font-size: 15px;
    line-height: 1.7;
}

.ftla-social-grid,
.ftla-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ftla-social-card {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--ftla-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(24, 29, 39, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ftla-social-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: .10;
}

.ftla-social-card--instagram::after {
    background: linear-gradient(135deg, #f9ce34, #ee2a7b 55%, #6228d7);
}

.ftla-social-card--whatsapp::after {
    background: #25d366;
}

.ftla-social-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(24, 29, 39, .11);
}

.ftla-social-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ftla-social-card__icon {
    display: grid;
    flex: 0 0 58px;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: #fff;
}

.ftla-social-card--instagram .ftla-social-card__icon {
    background: linear-gradient(135deg, #f9ce34, #ee2a7b 56%, #6228d7);
}

.ftla-social-card--whatsapp .ftla-social-card__icon {
    background: #25d366;
}

.ftla-social-card__icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.ftla-social-card__label {
    display: block;
    margin-bottom: 4px;
    color: var(--ftla-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ftla-social-card h2,
.ftla-info-card h2,
.ftla-contact h2 {
    margin: 0;
    color: var(--ftla-ink);
    letter-spacing: -.02em;
}

.ftla-social-card h2 {
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.25;
}

.ftla-social-card > p {
    min-height: 54px;
    margin: 20px 0 24px;
    color: var(--ftla-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ftla-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 13px 18px;
    border-radius: 15px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, filter .2s ease;
}

.ftla-button:hover {
    transform: translateY(-2px);
    filter: brightness(.97);
}

.ftla-button--instagram {
    background: linear-gradient(135deg, #d6249f, #fd5949 58%, #fccc63);
    box-shadow: 0 12px 24px rgba(214,36,159,.20);
}

.ftla-button--whatsapp {
    background: #159b4d;
    box-shadow: 0 12px 24px rgba(21,155,77,.18);
}

.ftla-button--disabled {
    color: #717784 !important;
    background: #f0f1f4;
    box-shadow: none;
}

.ftla-info-grid {
    margin-top: 20px;
}

.ftla-info-card {
    display: flex;
    gap: 18px;
    padding: clamp(24px, 3.5vw, 34px);
    border: 1px solid var(--ftla-border);
    border-radius: 26px;
    background: rgba(255,255,255,.88);
}

.ftla-info-card__icon {
    display: grid;
    flex: 0 0 50px;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
}

.ftla-info-card__icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.ftla-info-card__icon--price {
    color: #a61933;
    background: rgba(200,39,67,.10);
}

.ftla-info-card__icon--code {
    color: #755800;
    background: rgba(255,193,7,.17);
}

.ftla-info-card h2 {
    font-size: 20px;
    line-height: 1.3;
}

.ftla-info-card p {
    margin: 11px 0 0;
    color: var(--ftla-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ftla-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
    padding: clamp(24px, 4vw, 38px);
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #20232b 0%, #343943 100%);
    box-shadow: 0 22px 48px rgba(24,29,39,.18);
}

.ftla-contact__small {
    display: block;
    margin-bottom: 8px;
    color: #f6a8b6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.ftla-contact h2 {
    max-width: 730px;
    color: #fff;
    font-size: clamp(19px, 2vw, 26px);
    line-height: 1.35;
}

.ftla-contact__link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    color: #fff !important;
    background: rgba(255,255,255,.09);
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.ftla-contact__link:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.15);
}

@media (max-width: 860px) {
    .ftla-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        text-align: center;
    }

    .ftla-hero__logo-wrap {
        width: min(220px, 72vw);
        margin: 0 auto;
    }

    .ftla-kicker {
        margin-inline: auto;
    }

    .ftla-hero__lead {
        margin-inline: auto;
    }

    .ftla-site-link {
        margin-inline: auto;
    }

}

@media (max-width: 720px) {
    .ftla-home {
        padding: 18px 12px 32px;
    }

    .ftla-hero {
        padding: 28px 20px;
        border-radius: 25px;
    }

    .ftla-hero h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .ftla-site-link {
        width: 100%;
        max-width: 390px;
    }

    .ftla-service-note,
    .ftla-info-card {
        align-items: flex-start;
    }

    .ftla-social-grid,
    .ftla-info-grid {
        grid-template-columns: 1fr;
    }

    .ftla-contact {
        align-items: flex-start;
        flex-direction: column;
    }

    .ftla-contact__link {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 470px) {
    .ftla-service-note {
        align-items: flex-start;
        padding: 18px;
    }

    .ftla-service-note__icon,
    .ftla-info-card__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .ftla-social-card {
        padding: 22px 18px;
        border-radius: 23px;
    }

    .ftla-social-card__top {
        align-items: flex-start;
    }

    .ftla-social-card__icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .ftla-info-card {
        padding: 22px 18px;
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ftla-social-card,
    .ftla-button,
    .ftla-contact__link,
    .ftla-site-link {
        transition: none;
    }
}
