.tfg-ai {
    --black: #000000;
    --dark: #404040;
    --mid: #666666;
    --soft: #8a8a8a;
    --line: #e0e0e0;
    --white: #ffffff;
    background: var(--white);
    color: var(--black);
    font-family: Inter, Calibri, Arial, sans-serif;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    isolation: isolate;
}

html:has(body.tfg-ai-landing-page),
body.tfg-ai-landing-page {
    max-width: 100%;
    overflow-x: hidden !important;
}

body.tfg-ai-landing-page #page,
body.tfg-ai-landing-page .site,
body.tfg-ai-landing-page .elementor,
body.tfg-ai-landing-page .elementor-section,
body.tfg-ai-landing-page .elementor-container,
body.tfg-ai-landing-page .elementor-widget-container {
    max-width: 100%;
    overflow-x: hidden !important;
}

.tfg-ai *,
.tfg-ai *::before,
.tfg-ai *::after {
    box-sizing: border-box;
}

.tfg-ai :where(section, main, div, article, footer, form, label, ul, li, details, summary, h1, h2, h3, p, span, strong, em, a, button, input, img) {
    box-shadow: none;
    text-shadow: none;
}

.tfg-ai :where(h1, h2, h3, p, ul, li, summary, label, span, strong, em, a, button, input) {
    font-family: Inter, Calibri, Arial, sans-serif;
}

.tfg-ai :where(a, button, input) {
    border-radius: 0;
}

.tfg-ai :where(a) {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.tfg-ai :where(img) {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.tfg-ai-landing-page .elementor-location-header,
body.tfg-ai-landing-page .elementor-location-footer,
body.tfg-ai-landing-page header.site-header,
body.tfg-ai-landing-page footer.site-footer,
body.tfg-ai-landing-page #masthead,
body.tfg-ai-landing-page #colophon,
body.tfg-ai-landing-page .site-header,
body.tfg-ai-landing-page .site-footer,
body.tfg-ai-landing-page .page-header,
body.tfg-ai-landing-page .entry-header {
    display: none !important;
}

.tfg-ai-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.tfg-ai-hero {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 86px 0 72px;
    border-bottom: 1px solid var(--line);
}

.tfg-ai-hero-simple .tfg-ai-copy {
    max-width: 900px;
}

.tfg-ai-kicker {
    margin: 0 0 22px;
    color: var(--mid);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.tfg-ai-logo {
    display: block;
    width: min(420px, 100%);
    height: auto;
    margin: 0 0 40px;
}

.tfg-ai h1,
.tfg-ai h2,
.tfg-ai h3,
.tfg-ai p {
    margin-top: 0 !important;
    text-transform: none !important;
}

.tfg-ai h1 {
    max-width: 860px;
    margin-bottom: 22px !important;
    color: var(--black) !important;
    font-size: clamp(44px, 6vw, 74px) !important;
    line-height: 0.95 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.tfg-ai h2 {
    max-width: 720px;
    margin-bottom: 34px !important;
    color: var(--black) !important;
    font-size: clamp(32px, 4.5vw, 54px) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.tfg-ai h3 {
    margin-bottom: 14px !important;
    color: var(--black) !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.tfg-ai-lead {
    max-width: 760px;
    margin-bottom: 34px;
    color: var(--dark);
    font-size: 22px;
    font-style: italic;
    line-height: 1.35;
}

.tfg-ai-button,
.tfg-ai-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid var(--black) !important;
    border-radius: 0 !important;
    background: var(--black) !important;
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.tfg-ai-button:hover,
.tfg-ai-form button:hover {
    background: var(--dark) !important;
    color: var(--white) !important;
}

.tfg-ai-note {
    margin: 0;
    color: var(--mid);
    font-size: 14px;
}

.tfg-ai-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
    align-items: center;
}

.tfg-ai-section {
    padding: 82px 0;
}

.tfg-ai-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fafafa;
}

.tfg-ai-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--line);
}

.tfg-ai-features article {
    min-height: 250px;
    padding: 26px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.tfg-ai-features span {
    display: block;
    margin-bottom: 44px;
    color: var(--soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.tfg-ai-features p,
.tfg-ai-split p,
.tfg-ai-form-copy {
    color: var(--dark);
    font-size: 16px;
}

.tfg-ai-screenshots-section {
    border-top: 1px solid var(--line);
}

.tfg-ai-screenshots {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.tfg-ai-screenshots figure {
    margin: 0;
}

.tfg-ai-screenshots figure:nth-child(1),
.tfg-ai-screenshots figure:nth-child(2) {
    grid-column: span 3;
}

.tfg-ai-screenshots figure:nth-child(n+3) {
    grid-column: span 2;
}

.tfg-ai-shot-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    cursor: zoom-in;
}

.tfg-ai-screenshots img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--line) !important;
    background: #f7f7f7;
}

.tfg-ai-shot-button:hover img {
    border-color: var(--black) !important;
}

.tfg-ai-screenshots figcaption {
    margin-top: 12px;
    color: var(--mid);
    font-family: Inter, Calibri, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tfg-ai-split,
.tfg-ai-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    gap: 72px;
    align-items: start;
}

.tfg-ai-split p {
    margin: 42px 0 0;
    font-size: 20px;
    line-height: 1.45;
}

.tfg-ai-faq {
    border-top: 1px solid var(--black);
}

.tfg-ai-faq details {
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}

.tfg-ai-faq summary {
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
}

.tfg-ai-faq p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--dark);
}

.tfg-ai-form-section {
    border-top: 1px solid var(--line);
}

.tfg-ai-form {
    display: grid;
    gap: 18px;
    padding-top: 8px;
}

.tfg-ai-form label {
    display: grid;
    gap: 8px;
}

.tfg-ai-form label span {
    color: var(--mid);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tfg-ai-form input[type="text"],
.tfg-ai-form input[type="email"] {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--line) !important;
    border-radius: 0 !important;
    padding: 0 14px;
    background: var(--white) !important;
    color: var(--black) !important;
    font: inherit !important;
    box-shadow: none !important;
    appearance: auto;
}

.tfg-ai-form input:focus {
    border-color: var(--black);
    outline: 1px solid var(--black);
}

.tfg-ai-consent {
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
}

.tfg-ai-consent input {
    margin-top: 3px;
}

.tfg-ai-consent span {
    color: var(--dark) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.45;
    text-transform: none !important;
}

.tfg-ai-hp {
    position: absolute;
    left: -9999px;
}

.tfg-ai-message {
    border: 1px solid var(--black);
    padding: 14px;
    color: var(--black);
    font-size: 14px;
}

.tfg-ai-message-error {
    border-color: var(--mid);
    color: var(--dark);
}

.tfg-ai-footer {
    padding: 30px 0;
    border-top: 1px solid var(--line);
    color: var(--mid);
    font-size: 13px;
}

.tfg-ai-footer .tfg-ai-shell {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tfg-ai-footer p {
    margin: 0;
}

.tfg-ai-footer a {
    color: var(--dark) !important;
}

.tfg-ai-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 34px;
    background: rgba(0, 0, 0, 0.86);
}

.tfg-ai-lightbox[hidden] {
    display: none;
}

.tfg-ai-lightbox-inner {
    width: min(1180px, 100%);
}

.tfg-ai-lightbox img {
    display: block;
    width: 100%;
    max-height: 86vh;
    object-fit: contain;
    background: #fff;
}

.tfg-ai-lightbox-caption {
    margin-top: 12px;
    color: #fff;
    font-family: Inter, Calibri, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tfg-ai-lightbox-close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-family: Inter, Calibri, Arial, sans-serif;
    font-size: 26px !important;
    line-height: 1 !important;
    cursor: pointer;
}

@media (max-width: 900px) {
    .tfg-ai-hero {
        min-height: auto;
        padding-top: 58px;
    }

    .tfg-ai-split,
    .tfg-ai-form-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .tfg-ai-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tfg-ai-screenshots {
        grid-template-columns: 1fr;
    }

    .tfg-ai-screenshots figure:nth-child(n) {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .tfg-ai-shell {
        width: min(100% - 28px, 1120px);
    }

    .tfg-ai h1 {
        font-size: 42px;
    }

    .tfg-ai h2 {
        font-size: 34px;
    }

    .tfg-ai-lead {
        font-size: 19px;
    }

    .tfg-ai-hero-actions {
        display: grid;
        align-items: start;
    }

    .tfg-ai-section {
        padding: 58px 0;
    }

    .tfg-ai-features {
        grid-template-columns: 1fr;
    }

    .tfg-ai-footer .tfg-ai-shell {
        display: grid;
    }
}
