.ibt-focused-landing-template,
.editor-styles-wrapper .ibt-landing {
    color: #292929;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
}

.ibt-focused-landing-template .ibt-landing,
.editor-styles-wrapper .ibt-landing {
    --ibt-orange: #f05a29;
    --ibt-blue: #2169a9;
    --ibt-text: #292929;
    --ibt-muted: #5f5f5f;
    --ibt-soft: #f2f2f2;
    --ibt-dark: #15171a;
    --ibt-radius: 8px;
    --ibt-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.ibt-focused-landing-template .ibt-landing__section,
.editor-styles-wrapper .ibt-landing__section {
    box-sizing: border-box;
    margin: 0;
    padding: clamp(72px, 9vw, 132px) max(24px, calc((100vw - 1180px) / 2));
}

.ibt-focused-landing-template .ibt-landing__section.alignfull,
.editor-styles-wrapper .ibt-landing__section.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.ibt-focused-landing-template .ibt-landing__inner,
.editor-styles-wrapper .ibt-landing__inner {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ibt-focused-landing-template .is-light,
.editor-styles-wrapper .ibt-landing .is-light {
    background: var(--ibt-soft);
}

.ibt-focused-landing-template .is-white,
.editor-styles-wrapper .ibt-landing .is-white {
    background: #fff;
}

.ibt-focused-landing-template .is-dark,
.editor-styles-wrapper .ibt-landing .is-dark {
    background: var(--ibt-dark);
    color: #fff;
}

.ibt-focused-landing-template .ibt-landing h1,
.ibt-focused-landing-template .ibt-landing h2,
.ibt-focused-landing-template .ibt-landing h3,
.editor-styles-wrapper .ibt-landing h1,
.editor-styles-wrapper .ibt-landing h2,
.editor-styles-wrapper .ibt-landing h3 {
    margin: 0;
    color: inherit;
    font-family: "Work Sans", Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
}

.ibt-focused-landing-template .ibt-landing__hero-title,
.editor-styles-wrapper .ibt-landing__hero-title {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(44px, 7vw, 92px);
}

.ibt-focused-landing-template .ibt-landing h2,
.editor-styles-wrapper .ibt-landing h2 {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(34px, 5vw, 64px);
}

.ibt-focused-landing-template .ibt-landing h3,
.editor-styles-wrapper .ibt-landing h3 {
    font-size: clamp(24px, 3vw, 36px);
}

.ibt-focused-landing-template .ibt-landing p,
.editor-styles-wrapper .ibt-landing p {
    max-width: 720px;
    margin: 20px auto 0;
    color: inherit;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.ibt-focused-landing-template .ibt-landing__lead,
.editor-styles-wrapper .ibt-landing__lead {
    max-width: 760px;
    color: var(--ibt-muted);
    font-size: clamp(20px, 2.5vw, 28px);
}

.ibt-focused-landing-template .is-dark p,
.editor-styles-wrapper .is-dark p {
    color: rgba(255, 255, 255, 0.82);
}

.ibt-focused-landing-template .ibt-landing__eyebrow,
.editor-styles-wrapper .ibt-landing__eyebrow {
    margin-bottom: 16px;
    color: var(--ibt-orange);
    font-family: "Work Sans", Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ibt-focused-landing-template .ibt-landing__buttons,
.editor-styles-wrapper .ibt-landing__buttons,
.ibt-focused-landing-template .wp-block-buttons,
.editor-styles-wrapper .ibt-landing .wp-block-buttons {
    gap: 14px;
    margin-top: 32px;
}

.ibt-focused-landing-template .wp-block-button__link,
.editor-styles-wrapper .ibt-landing .wp-block-button__link {
    border: 2px solid var(--ibt-orange);
    border-radius: 999px;
    background: var(--ibt-orange);
    color: #fff;
    font-family: "Work Sans", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 28px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ibt-focused-landing-template .is-style-outline .wp-block-button__link,
.editor-styles-wrapper .ibt-landing .is-style-outline .wp-block-button__link {
    background: transparent;
    color: var(--ibt-orange);
}

.ibt-focused-landing-template .is-dark .wp-block-button__link,
.editor-styles-wrapper .ibt-landing .is-dark .wp-block-button__link {
    border-color: #fff;
    background: #fff;
    color: var(--ibt-dark);
}

.ibt-focused-landing-template .wp-block-button__link:hover,
.ibt-focused-landing-template .wp-block-button__link:focus,
.editor-styles-wrapper .ibt-landing .wp-block-button__link:hover,
.editor-styles-wrapper .ibt-landing .wp-block-button__link:focus {
    border-color: #d64b20;
    background: #d64b20;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(240, 90, 41, 0.18);
    outline: 0;
}

.ibt-focused-landing-template .ibt-landing img,
.editor-styles-wrapper .ibt-landing img {
    display: block;
    width: 100%;
    height: auto;
}

.ibt-focused-landing-template .ibt-landing__hero-image,
.editor-styles-wrapper .ibt-landing__hero-image {
    max-width: 1040px;
    margin: clamp(44px, 7vw, 80px) auto 0;
}

.ibt-focused-landing-template .ibt-landing__hero-image img,
.ibt-focused-landing-template .ibt-landing__feature-image img,
.editor-styles-wrapper .ibt-landing__hero-image img,
.editor-styles-wrapper .ibt-landing__feature-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--ibt-radius);
    box-shadow: var(--ibt-shadow);
}

.ibt-focused-landing-template .ibt-landing__intro p,
.ibt-focused-landing-template .ibt-landing__cta p,
.editor-styles-wrapper .ibt-landing__intro p,
.editor-styles-wrapper .ibt-landing__cta p {
    max-width: 680px;
    color: var(--ibt-muted);
}

.ibt-focused-landing-template .ibt-landing__feature-grid,
.editor-styles-wrapper .ibt-landing__feature-grid {
    gap: clamp(32px, 6vw, 80px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.ibt-focused-landing-template .ibt-landing__feature p,
.editor-styles-wrapper .ibt-landing__feature p {
    margin-right: 0;
    margin-left: 0;
}

.ibt-focused-landing-template .ibt-landing__card-grid,
.editor-styles-wrapper .ibt-landing__card-grid {
    gap: 24px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.ibt-focused-landing-template .ibt-landing__card,
.editor-styles-wrapper .ibt-landing__card {
    overflow: hidden;
    border-radius: var(--ibt-radius);
    background: var(--ibt-soft);
    box-shadow: var(--ibt-shadow);
}

.ibt-focused-landing-template .ibt-landing__card figure,
.editor-styles-wrapper .ibt-landing__card figure {
    margin: 0;
}

.ibt-focused-landing-template .ibt-landing__card img,
.editor-styles-wrapper .ibt-landing__card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.ibt-focused-landing-template .ibt-landing__card h3,
.ibt-focused-landing-template .ibt-landing__card p,
.editor-styles-wrapper .ibt-landing__card h3,
.editor-styles-wrapper .ibt-landing__card p {
    max-width: none;
    margin-right: 34px;
    margin-left: 34px;
}

.ibt-focused-landing-template .ibt-landing__card h3,
.editor-styles-wrapper .ibt-landing__card h3 {
    margin-top: 34px;
}

.ibt-focused-landing-template .ibt-landing__card p:last-child,
.editor-styles-wrapper .ibt-landing__card p:last-child {
    margin-bottom: 34px;
}

.ibt-focused-landing-template .ibt-landing__text-link a,
.editor-styles-wrapper .ibt-landing__text-link a {
    color: var(--ibt-blue);
    font-family: "Work Sans", Roboto, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.ibt-focused-landing-template .ibt-landing__text-link a:hover,
.ibt-focused-landing-template .ibt-landing__text-link a:focus,
.editor-styles-wrapper .ibt-landing__text-link a:hover,
.editor-styles-wrapper .ibt-landing__text-link a:focus {
    color: var(--ibt-orange);
    text-decoration: underline;
    outline-offset: 4px;
}

.ibt-focused-landing-template .ibt-landing__highlight,
.editor-styles-wrapper .ibt-landing__highlight {
    text-align: center;
}

.ibt-focused-landing-template .ibt-landing__cta,
.editor-styles-wrapper .ibt-landing__cta {
    text-align: center;
}

@media (max-width: 959px) {
    .ibt-focused-landing-template .ibt-landing__section,
    .editor-styles-wrapper .ibt-landing__section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .ibt-focused-landing-template .ibt-landing__feature p,
    .editor-styles-wrapper .ibt-landing__feature p {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ibt-focused-landing-template .ibt-landing__feature .wp-block-buttons,
    .editor-styles-wrapper .ibt-landing__feature .wp-block-buttons {
        justify-content: center;
    }
}

@media (max-width: 639px) {
    .ibt-focused-landing-template .ibt-landing__section,
    .editor-styles-wrapper .ibt-landing__section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ibt-focused-landing-template .ibt-landing__card h3,
    .ibt-focused-landing-template .ibt-landing__card p,
    .editor-styles-wrapper .ibt-landing__card h3,
    .editor-styles-wrapper .ibt-landing__card p {
        margin-right: 24px;
        margin-left: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibt-focused-landing-template *,
    .editor-styles-wrapper .ibt-landing * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
