.b2b-page {
    min-height: 100vh;
    padding-top: 85px;
    background:
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.74), transparent 25%),
        radial-gradient(circle at 8% 28%, rgba(214, 61, 39, 0.13), transparent 28%),
        linear-gradient(135deg, #f7e8bd 0%, #fff8e6 46%, #f4d2b8 100%);
    color: var(--black);
}

.b2b-main {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 18px 20px 64px;
}

.b2b-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 30px;
    align-items: center;
    margin: 12px 0 34px;
}

.b2b-hero__copy h1 {
    max-width: 780px;
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 5.4vw, 5.4rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: 0;
    color: #7a231f;
}

.b2b-lead {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.9;
    font-weight: 800;
}

.b2b-proof-row,
.b2b-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.b2b-proof-row {
    margin-top: 20px;
}

.b2b-proof-row span {
    display: inline-flex;
    padding: 8px 12px;
    background: #fff;
    border: 2px solid var(--black);
    border-radius: 999px;
    box-shadow: 3px 3px 0 rgba(43, 38, 34, 0.12);
    font-size: 0.9rem;
    font-weight: 900;
}

.b2b-hero__actions {
    margin-top: 24px;
}

.b2b-primary-link,
.b2b-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 18px;
    border: 3px solid var(--black);
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none;
}

.b2b-primary-link {
    color: #fff;
    background: linear-gradient(135deg, #b5352b, #f47b3f);
    box-shadow: 5px 5px 0 rgba(43, 38, 34, 0.22);
}

.b2b-secondary-link {
    color: var(--black);
    background: rgba(255, 255, 255, 0.88);
}

.b2b-photo-frame {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 4px solid var(--black);
    border-radius: 16px;
    box-shadow: 10px 10px 0 rgba(43, 38, 34, 0.15);
    transform: rotate(1.2deg);
}

.b2b-photo-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
}

.b2b-photo-frame figcaption {
    padding: 12px 14px 14px;
    background: #fffdf6;
    border-top: 3px solid var(--black);
    color: #6b4a36;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.6;
}

.b2b-section,
.b2b-contact-section {
    margin-top: 28px;
    padding: clamp(22px, 4vw, 40px);
    background: rgba(255, 255, 255, 0.92);
    border: 4px solid var(--black);
    border-radius: 16px;
    box-shadow: 8px 8px 0 rgba(43, 38, 34, 0.14);
}

.b2b-section-head {
    margin-bottom: 22px;
}

.b2b-section-head h2,
.b2b-contact-copy h2 {
    margin: 0 0 10px;
    color: #8f3a31;
    font-size: clamp(1.6rem, 3.2vw, 2.7rem);
    line-height: 1.2;
    font-weight: 900;
}

.b2b-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.b2b-card {
    min-height: 190px;
    padding: 20px;
    background: #fff8e6;
    border: 3px solid var(--black);
    border-radius: 14px;
    box-shadow: 5px 5px 0 rgba(43, 38, 34, 0.12);
}

.b2b-card h3 {
    margin: 0 0 10px;
    color: #7a231f;
    font-size: 1.16rem;
    line-height: 1.35;
}

.b2b-card p,
.b2b-contact-copy p {
    margin: 0;
    color: #5f4a3d;
    line-height: 1.75;
    font-weight: 750;
}

.b2b-value-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    gap: 20px;
}

.b2b-statement {
    padding: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(135deg, #8f2022, #d9542e);
    border: 3px solid var(--black);
    border-radius: 14px;
    box-shadow: 6px 6px 0 rgba(43, 38, 34, 0.18);
}

.b2b-statement strong {
    display: block;
    margin-bottom: 14px;
    font-size: clamp(1.35rem, 2.8vw, 2.1rem);
    line-height: 1.25;
    font-weight: 900;
}

.b2b-statement p {
    margin: 0;
    line-height: 1.85;
    font-weight: 800;
}

.b2b-spec-list {
    margin: 0;
}

.b2b-spec-list div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(43, 38, 34, 0.16);
}

.b2b-spec-list div:first-child {
    padding-top: 0;
}

.b2b-spec-list dt {
    color: #8f3a31;
    font-weight: 900;
}

.b2b-spec-list dd {
    margin: 0;
    line-height: 1.75;
    font-weight: 780;
}

.b2b-flow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-flow-list li {
    padding: 20px;
    background: #fffdf6;
    border: 3px solid var(--black);
    border-radius: 14px;
}

.b2b-flow-list strong,
.b2b-flow-list span {
    display: block;
}

.b2b-flow-list strong {
    margin-bottom: 9px;
    color: #7a231f;
    font-size: 1.12rem;
    font-weight: 900;
}

.b2b-flow-list span {
    line-height: 1.7;
    font-weight: 780;
}

.b2b-contact-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.b2b-form {
    margin: 0;
}

.b2b-contact-section .reservation-status {
    grid-column: 2;
}

@media (max-width: 980px) {
    .b2b-hero,
    .b2b-value-layout,
    .b2b-contact-section {
        grid-template-columns: 1fr;
    }

    .b2b-contact-section .reservation-status {
        grid-column: 1;
    }

    .b2b-card-grid,
    .b2b-flow-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .b2b-page {
        padding-top: 111px;
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 640px) {
    .b2b-main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .b2b-card-grid,
    .b2b-flow-list {
        grid-template-columns: 1fr;
    }

    .b2b-card {
        min-height: 0;
    }

    .b2b-spec-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .b2b-primary-link,
    .b2b-secondary-link {
        width: 100%;
    }
}
