/* =========================================================
   CITY PAGE HERO
   Unique bfblr- prefix prevents theme/CSS conflicts
========================================================= */
.bfblr-hero {
    --bfblr-orange: #ff6a00;
    --bfblr-orange-dark: #f04400;
    --bfblr-gold: #ff9b32;
    --bfblr-dark: #090b10;
    --bfblr-text: #ffffff;
    --bfblr-muted: rgba(255, 255, 255, 0.82);
    position: relative;
    min-height: clamp(740px, 86vh, 850px);
    overflow: hidden;
    isolation: isolate;
    background: #080a0f;
    font-family: inherit;
}

.bfblr-hero * {
    box-sizing: border-box;
}

.bfblr-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* CITY PAGE CONTENT TABLE */
.exhibition-content h2,
.exhibition-content h3,
.faq-header .sub-title {
    color: #111827 !important;
}

.city-page-about-copy {
    text-align: justify;
}

.city-page-faq-title {
    margin-bottom: 0;
}

/* USA OFFICE MAP */
.usa-office-map-col {
    margin-top: -16px;
}

.usa-office-map {
    width: 100%;
    height: clamp(300px, 31vw, 370px);
    overflow: hidden;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    background: #eef1f4;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.usa-office-map iframe,
.usa-office-map img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.usa-office-map img {
    object-fit: cover;
    object-position: center;
}

.istanbul-about-row > .usa-office-map-col {
    display: flex;
}

.istanbul-about-image {
    flex: 1 1 auto;
    height: auto;
    min-height: 100%;
}

.usa-office-address {
    margin-top: 12px;
    padding: 15px 17px;
    border-left: 3px solid #ff6200;
    border-radius: 8px;
    background: #f7f7f8;
}

.usa-office-address-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #111827;
    font-size: 14px;
    line-height: 1.45;
}

.usa-office-address-line i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #ff6200;
    font-size: 18px;
}

.usa-office-address a {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ff6200;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.usa-office-address a:hover,
.usa-office-address a:focus-visible {
    color: #d94f00;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .usa-office-map-col {
        margin-top: 0;
        margin-bottom: 34px;
    }

    .usa-office-map {
        height: clamp(280px, 48vw, 350px);
    }

    .istanbul-about-row > .usa-office-map-col {
        display: block;
    }

    .istanbul-about-image {
        height: clamp(340px, 58vw, 430px);
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .usa-office-map {
        height: 260px;
    }

    .istanbul-about-image {
        height: 320px;
    }
}

.stall-type-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 18px 0 20px;
}

.stall-type-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e7e9ee;
}

.stall-type-table th,
.stall-type-table td {
    padding: 14px 16px;
    border: 1px solid #e7e9ee;
    text-align: left;
    vertical-align: top;
}

.stall-type-table th {
    background: #f58220;
    color: #fff;
    font-weight: 700;
}

.stall-type-table td:first-child {
    font-weight: 700;
    color: #111827;
}

.stall-type-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* CITY PAGE CASE STUDY */
.case-study-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.case-study-image {
    flex: 0 0 45%;
    border-radius: 12px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.case-study-body {
    flex: 1;
}

.case-study-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.case-study-tags .tag {
    padding: 4px 12px;
    border: 1px solid #d0daff;
    border-radius: 20px;
    background: #f0f4ff;
    color: #1a3c8f;
    font-size: 12px;
    font-weight: 500;
}

.case-study-title {
    margin: 0 0 20px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.case-study-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #e8eaf0;
    border-radius: 8px;
    background: #f8f9fb;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.meta-label {
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.meta-value {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
}

.case-study-text {
    margin: 0 0 14px;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
}

.case-study-text:last-child {
    margin-bottom: 0;
}

/* CITY PAGE BENEFITS LIST */
.why-brand-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 30px;
    padding: 0;
    list-style: none;
}

.why-brand-list li {
    position: relative;
    margin: 0;
    padding: 13px 16px 13px 46px;
    border: 1px solid #e7e9ee;
    border-left: 4px solid #f58220;
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    font-size: 16px;
    line-height: 1.65;
}

.why-brand-list li::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 18px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f58220;
    box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.12);
}

.why-brand-list strong {
    color: #111827;
    font-weight: 700;
}

.why-brand-cta-title {
    margin-top: 34px;
}

/* GREATER NOIDA FEATURED CASE STUDY */
.bf-cs-section {
    padding: 24px 0;
    font-family: inherit;
}

.bf-cs-wrap {
    display: flex;
    align-items: stretch;
    gap: 56px;
    flex-wrap: wrap;
}

.bf-cs-image {
    position: relative;
    flex: 1 1 420px;
    min-height: 380px;
    overflow: hidden;
    padding: 20px;
    border-radius: 8px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.bf-cs-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.bf-cs-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 14px;
    border-radius: 8px;
    color: #fff;
    background: rgba(20, 20, 20, 0.85);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    backdrop-filter: blur(4px);
}

.bf-cs-content {
    flex: 1 1 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bf-cs-eyebrow {
    margin-bottom: 14px;
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bf-cs-title {
    margin: 0 0 20px;
    color: #17171a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
}

.bf-cs-desc {
    max-width: 560px;
    margin: 0 0 32px;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 1.7;
}

.bf-cs-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.bf-cs-stat {
    display: flex;
    flex-direction: column;
}

.bf-cs-stat-value {
    margin-bottom: 4px;
    color: #17171a;
    font-size: 18px;
    font-weight: 700;
}

.bf-cs-stat-label {
    color: #8a8a8a;
    font-size: 13px;
}

.bf-cs-cta {
    align-self: flex-start;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #fff;
    background: #ff6200;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.bf-cs-cta:hover,
.bf-cs-cta:focus-visible {
    color: #fff;
    background: #d94f00;
    transform: translateY(-1px);
}

/* GREATER NOIDA CONSTRUCTION PROCESS */
.ahm-construction-card {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.ahm-construction-image {
    flex: 0 0 45%;
    align-self: stretch;
    overflow: hidden;
    border-radius: 8px;
}

.ahm-construction-image img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    display: block;
    object-fit: cover;
}

.ahm-construction-body {
    flex: 1;
}

.ahm-construction-body h2 {
    margin-top: 0;
}

.ahm-process-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: build-step;
}

.ahm-process-list li {
    position: relative;
    margin: 0;
    padding: 10px 14px 10px 44px;
    border: 1px solid #e7e9ee;
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    font-size: 15px;
    line-height: 1.45;
    counter-increment: build-step;
}

.ahm-process-list li::before {
    content: counter(build-step);
    position: absolute;
    top: 10px;
    left: 14px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #f58220;
    font-size: 12px;
    font-weight: 700;
}

.ahm-detail-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 30px;
    padding: 0;
    list-style: none;
}

.ahm-detail-list li {
    position: relative;
    margin: 0;
    padding: 13px 16px 13px 46px;
    border: 1px solid #e7e9ee;
    border-left: 4px solid #f58220;
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    font-size: 16px;
    line-height: 1.65;
}

.ahm-detail-list li::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 18px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f58220;
    box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.12);
}

.ahm-planning-title {
    margin-top: 34px;
}

@media (max-width: 900px) {
    .bf-cs-wrap {
        gap: 32px;
    }

    .bf-cs-image {
        min-height: 300px;
    }

    .bf-cs-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .ahm-construction-card {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .ahm-construction-image {
        flex: 0 0 auto;
    }

    .ahm-construction-image img {
        height: 340px;
        min-height: 0;
    }

    .case-study-card {
        flex-direction: column;
        gap: 24px;
    }

    .case-study-image {
        flex: 0 0 auto;
        width: 100%;
    }

    .case-study-image img {
        height: 240px;
    }

    .case-study-meta {
        grid-template-columns: 1fr;
    }

    .case-study-title {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .bf-cs-wrap {
        flex-direction: column;
    }

    .bf-cs-image {
        min-height: 260px;
        padding: 14px;
    }

    .bf-cs-title {
        font-size: 24px;
    }

    .bf-cs-desc {
        font-size: 16px;
    }

    .bf-cs-stats {
        gap: 28px;
    }

    .ahm-process-list li {
        padding: 10px 12px 10px 40px;
        font-size: 14px;
    }

    .ahm-process-list li::before {
        left: 12px;
    }

    .ahm-detail-list {
        gap: 11px;
    }

    .ahm-detail-list li {
        padding: 12px 13px 12px 38px;
        font-size: 15px;
        line-height: 1.55;
    }

    .ahm-detail-list li::before {
        top: 22px;
        left: 15px;
    }

    .why-brand-list {
        gap: 11px;
    }

    .why-brand-list li {
        padding: 12px 13px 12px 38px;
        font-size: 15px;
        line-height: 1.55;
    }

    .why-brand-list li::before {
        top: 22px;
        left: 15px;
    }
}

/* USA VENUE SLIDER */
.usa-venues-section {
    overflow: hidden;
}

.usa-venues-section .exhibition-content {
    position: relative;
}

.usa-venues-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.usa-venues-heading h2 {
    margin: 4px 0 0;
}

.usa-venues-controls {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-20%);
}

.usa-venue-arrow {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #d9dee7;
    border-radius: 50%;
    color: #111827;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    pointer-events: auto;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.12);
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.usa-venue-arrow:hover,
.usa-venue-arrow:focus-visible {
    color: #fff;
    border-color: #ff6200;
    background: #ff6200;
}

.usa-venue-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.usa-venue-slider {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.usa-venue-slider .slick-list {
    margin: 0 -11px;
    padding: 4px 0 18px;
}

.usa-venue-slider .slick-track {
    display: flex;
}

.usa-venue-slider .slick-slide {
    height: auto;
    margin: 0 11px;
}

.usa-venue-slider .slick-slide > div,
.usa-venue-slider .slick-slide .usa-venue-card {
    height: 100%;
}

.usa-venue-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.usa-venue-card > img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    background: #eef1f4;
}

.usa-venue-card-body {
    padding: 17px 19px 74px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.usa-venue-card-body > span {
    display: block;
    margin-bottom: 7px;
    color: #ff6200;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.usa-venue-card-body h3 {
    min-height: 48px;
    margin: 0 0 8px;
    color: #111827 !important;
    font-size: 20px;
    line-height: 1.28;
    text-transform: none;
}

.usa-venue-card-body p {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.usa-venue-link {
    max-width: calc(100% - 38px);
    width: fit-content;
    min-height: 38px;
    position: absolute;
    left: 19px;
    bottom: 18px;
    z-index: 2;
    margin-top: 0;
    padding: 9px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ff6200;
    border-radius: 6px;
    color: #fff;
    background: #ff6200;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    transition: color 180ms ease, background-color 180ms ease;
}

.usa-venue-link:hover,
.usa-venue-link:focus-visible {
    color: #ff6200;
    background: #fff;
}

@media (min-width: 1024px) {
    .usa-venue-card-body p {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }
}

.usa-venue-slider .slick-dots {
    position: static;
    margin-top: 4px;
}

.usa-venue-slider .slick-dots li button::before {
    color: #9ca3af;
    opacity: 1;
}

.usa-venue-slider .slick-dots li.slick-active button::before {
    color: #ff6200 !important;
    opacity: 1 !important;
}

.usa-venue-slider .slick-dots li.slick-active button {
    background-color: #ff6200 !important;
}

@media (max-width: 1023px) {
    .usa-venue-slider {
        width: calc(100% - 48px);
    }

    .usa-venues-controls {
        left: 12px;
        right: 12px;
    }

    .usa-venue-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .usa-venue-card > img {
        height: 155px;
    }

    .usa-venue-card-body {
        padding: 12px 14px 66px;
    }

    .usa-venue-link {
        left: 14px;
        bottom: 14px;
        max-width: calc(100% - 28px);
    }

    .usa-venue-card-body p {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 699px) {
    .usa-venues-heading {
        align-items: center;
        margin-bottom: 20px;
    }

    .usa-venues-controls {
        display: none;
    }

    .usa-venue-slider {
        width: 100%;
    }

    .usa-venue-slider:not(.slick-initialized) {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .usa-venue-slider:not(.slick-initialized) .usa-venue-card {
        min-width: min(88vw, 360px);
        scroll-snap-align: start;
    }

    .usa-venue-card-body {
        padding: 12px 14px 66px;
    }

    .usa-venue-card-body h3 {
        min-height: auto;
        font-size: 18px;
    }

    .usa-venue-card > img {
        height: 145px;
    }

    .usa-venue-card-body p {
        -webkit-line-clamp: 3;
    }
}

.bfblr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 76% 48%, rgba(255, 112, 0, 0.06), transparent 30%),
        linear-gradient(90deg,
            rgba(4, 7, 12, 0.66) 0%,
            rgba(4, 7, 12, 0.46) 34%,
            rgba(4, 7, 12, 0.18) 66%,
            rgba(4, 7, 12, 0.30) 100%),
        linear-gradient(180deg,
            rgba(4, 7, 12, 0.10) 0%,
            rgba(4, 7, 12, 0.07) 54%,
            rgba(4, 7, 12, 0.32) 100%);
}

.bfblr-shell {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 64px));
    min-height: clamp(740px, 86vh, 850px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: center;
    gap: clamp(48px, 6vw, 92px);
    padding: 94px 0 78px;
}

.bfblr-copy {
    max-width: 770px;
}

.bfblr-title {
    max-width: 760px;
    margin: 0;
    color: var(--bfblr-text);
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1.04;
    font-weight: 750;
    letter-spacing: -0.035em;
    text-wrap: balance;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
}

.bfblr-title span {
    color: #ff8a1e;
}

.bfblr-description {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--bfblr-muted);
    font-size: 17px;
    line-height: 1.72;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.38);
}

.bfblr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.bfblr-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 23px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bfblr-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--bfblr-orange), var(--bfblr-orange-dark));
    box-shadow: 0 16px 34px rgba(255, 83, 0, 0.33);
}

.bfblr-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(8, 11, 17, 0.45);
}

.bfblr-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.bfblr-btn-primary:hover {
    box-shadow: 0 20px 42px rgba(255, 83, 0, 0.42);
}

.bfblr-btn-secondary:hover {
    border-color: rgba(255, 148, 49, 0.9);
}

/* FORM */
.bfblr-form-card {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border: 2px solid rgba(255, 183, 77, 0.86);
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 42px rgba(255, 154, 0, 0.34);
}

.bfblr-form-head {
    position: relative;
    overflow: hidden;
    padding: 14px 22px 12px;
    color: #fff;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(31, 16, 5, 0.96));
}

.bfblr-form-head::before,
.bfblr-form-head::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.bfblr-form-head::before {
    width: 170px;
    height: 170px;
    right: -66px;
    top: -88px;
    background: radial-gradient(circle, rgba(255, 99, 0, 0.72), transparent 68%);
}

.bfblr-form-head::after {
    width: 100px;
    height: 100px;
    bottom: -30px;
    left: 20px;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.3), transparent 70%);
}

.bfblr-form-head-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bfblr-form-title-wrap {
    min-width: 0;
}

.bfblr-form-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
}

.bfblr-form-subtitle {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.35;
}

.bfblr-live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    color: #54da7a;
    border: 1px solid rgba(52, 211, 103, 0.28);
    background: rgba(52, 211, 103, 0.1);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bfblr-live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.12);
}

.bfblr-form-body {
    padding: 16px 18px 14px;
    background: linear-gradient(145deg, #fff, #f8f8f8);
}

.bfblr-hp-field {
    display: none !important;
}

.bfblr-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
}

.bfblr-field {
    min-width: 0;
}

.bfblr-field-full {
    grid-column: 1 / -1;
}

.bfblr-field label {
    display: block;
    margin-bottom: 4px;
    color: #434852;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.bfblr-required {
    color: #f34b12;
}

.bfblr-field input,
.bfblr-field textarea {
    width: 100%;
    outline: 0;
    border: 1.5px solid #e1e5ec;
    border-radius: 8px;
    background: #fbfbfc;
    color: #16191f;
    font: inherit;
    font-size: 12.5px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bfblr-field input {
    height: 34px;
    padding: 7px 10px;
}

.bfblr-field textarea {
    height: 56px;
    padding: 7px 10px;
    resize: none;
    min-height: 56px;
    max-height: 56px;
}

.bfblr-field input::placeholder,
.bfblr-field textarea::placeholder {
    color: #9a9fa8;
}

.bfblr-field input:focus,
.bfblr-field textarea:focus {
    border-color: #ff6819;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 104, 25, 0.1);
}

.bfblr-country-wrap {
    position: relative;
}

.bfblr-country-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}

.bfblr-country-dropdown:empty {
    display: none;
}

.bfblr-submit {
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    border: 0;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00 0%, #ff4200 100%);
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.bfblr-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(255, 83, 0, 0.37);
}

.bfblr-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.bfblr-form-status {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 700;
}

.bfblr-form-status.success {
    color: #15803d;
}

.bfblr-form-status.error {
    color: #c62828;
}

@media (prefers-reduced-motion: reduce) {

    .bfblr-btn,
    .bfblr-submit {
        transition: none !important;
    }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .bfblr-shell {
        width: min(100% - 44px, 1120px);
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 38px;
    }

    .bfblr-title {
        font-size: clamp(33px, 3.6vw, 44px);
    }
}

@media (max-width: 980px) {

    /* Hide lead form on tablets and smaller screens; form remains desktop-only. */
    .bfblr-form-column {
        display: none;
    }

    .bfblr-hero,
    .bfblr-shell {
        min-height: auto;
    }

    .bfblr-hero::before {
        background:
            linear-gradient(90deg, rgba(4, 7, 12, 0.72), rgba(4, 7, 12, 0.43)),
            linear-gradient(180deg, rgba(4, 7, 12, 0.13), rgba(4, 7, 12, 0.56));
    }

    .bfblr-shell {
        grid-template-columns: 1fr;
        width: min(100% - 40px, 760px);
        padding: 82px 0 54px;
        gap: 35px;
    }

    .bfblr-copy {
        max-width: 760px;
    }

    .bfblr-form-card {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .bfblr-form-column {
        display: none;
    }

    .bfblr-hero,
    .bfblr-shell {
        min-height: 650px;
    }

    .bfblr-shell {
        width: min(100% - 28px, 680px);
        padding: 74px 0 52px;
        align-items: center;
    }

}

@media (max-width: 640px) {
    .bfblr-shell {
        width: min(100% - 28px, 600px);
        padding: 64px 0 38px;
    }

    .bfblr-title {
        font-size: clamp(27px, 7vw, 33px);
        line-height: 1.12;
        letter-spacing: -0.02em;
        max-width: 100%;
    }

    .bfblr-description {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.62;
    }

    .bfblr-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .bfblr-btn {
        width: 100%;
    }

    .bfblr-form-row {
        grid-template-columns: 1fr;
    }

    .bfblr-field-full {
        grid-column: auto;
    }

    .bfblr-form-head,
    .bfblr-form-body {
        padding-left: 17px;
        padding-right: 17px;
    }

    .bfblr-form-title {
        font-size: 18px;
    }
}

