:root {
    --b2b-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    --b2b-icon-speed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 19a8 8 0 1 0-14 0'/%3E%3Cpath d='m12 12 4-4'/%3E%3Cpath d='M12 3v2M4 12h2M18 12h2'/%3E%3C/svg%3E");
    --b2b-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    --b2b-icon-window: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M4 10h16M9 5v14'/%3E%3C/svg%3E");
    --b2b-icon-flow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h12v5H6zM6 15h12v5H6zM12 9v6'/%3E%3C/svg%3E");
    --b2b-icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
    --b2b-icon-family: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 20c.7-3 2.8-5 6-5s5.3 2 6 5'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3Cpath d='M15 15c2.5.2 4.2 1.8 5 5'/%3E%3C/svg%3E");
    --b2b-icon-balance: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 21h14M6 6h12'/%3E%3Cpath d='m6 6-3 7h6L6 6ZM18 6l-3 7h6l-3-7Z'/%3E%3C/svg%3E");
    --b2b-icon-leads: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17 10 11l4 4 6-8'/%3E%3Cpath d='M15 7h5v5'/%3E%3C/svg%3E");
    --b2b-icon-badge: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='m8 13-2 8 6-3 6 3-2-8'/%3E%3C/svg%3E");
    --b2b-icon-network: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='6' r='3'/%3E%3Ccircle cx='18' cy='18' r='3'/%3E%3Cpath d='m8.7 10.7 6.6-3.4M8.7 13.3l6.6 3.4'/%3E%3C/svg%3E");
}

.page-header {
    padding-top: 120px !important;
    background-color: #fff;
}

@media (min-width: 981px) {
    .page-header {
        padding-top: 60px !important;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding-top: 100px !important;
    }
}

.page-fv {
    background-color: #fff;
}

.b2b-page-description {
    color: #333;
    font-size: 18px;
    line-height: 2;
    margin-top: 38px;
}

@media (max-width: 768px) {
    .b2b-page-description {
        font-size: 16px;
        line-height: 1.9;
        margin-top: 22px;
    }
}

.b2b-section {
    padding: 80px 0;
    background-color: #fff;
}

.b2b-section-green {
    background-color: #E8F3E3;
}

@media (min-width: 769px) {
    .b2b-section-green {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
    }
}

@media (max-width: 768px) {
    .b2b-section {
        padding: 40px 0;
    }
}

.b2b-check-list {
    margin-bottom: 0;
}

.b2b-checkable-list {
    display: grid;
    gap: 12px;
}

.b2b-checkable-list li {
    margin-bottom: 0;
    padding-left: 0;
}

.b2b-checkable-list li::before {
    display: none;
}

.b2b-check-item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 2px;
    align-items: flex-start;
    cursor: pointer;
    color: #333;
    font-size: 17px;
    line-height: 1.8;
}

.b2b-check-item input {
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 6px 0 0;
    border: 2px solid #4C9A2A;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.b2b-check-item input::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0.8);
    transition: opacity 0.2s, transform 0.2s;
}

.b2b-check-item input:checked {
    background-color: #4C9A2A;
    border-color: #4C9A2A;
}

.b2b-check-item input:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.b2b-check-item input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(76, 154, 42, 0.18);
}

.b2b-check-item input:checked + span {
    color: #2f6120;
    font-weight: 700;
}

@media (max-width: 768px) {
    .b2b-check-item {
        font-size: 16px;
        gap: 2px;
    }
}

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

@media (max-width: 768px) {
    .b2b-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.b2b-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 28px 24px;
}

.b2b-card h3 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding-left: 58px;
    color: #4C9A2A;
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 16px;
}

.b2b-card h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdd287, #85bd59);
    box-shadow: 0 6px 14px rgba(76, 154, 42, 0.22);
    transform: translateY(-50%);
}

.b2b-card h3::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 22px;
    height: 22px;
    background-color: #fff;
    transform: translateY(-50%);
    mask: var(--b2b-card-icon, var(--b2b-icon-check)) center / contain no-repeat;
    -webkit-mask: var(--b2b-card-icon, var(--b2b-icon-check)) center / contain no-repeat;
}

.b2b-card-title-icon-check {
    --b2b-card-icon: var(--b2b-icon-check);
}

.b2b-card-title-icon-speed {
    --b2b-card-icon: var(--b2b-icon-speed);
}

.b2b-card-title-icon-shield {
    --b2b-card-icon: var(--b2b-icon-shield);
}

.b2b-card-title-icon-window {
    --b2b-card-icon: var(--b2b-icon-window);
}

.b2b-card-title-icon-flow {
    --b2b-card-icon: var(--b2b-icon-flow);
}

.b2b-card-title-icon-home {
    --b2b-card-icon: var(--b2b-icon-home);
}

.b2b-card-title-icon-family {
    --b2b-card-icon: var(--b2b-icon-family);
}

.b2b-card-title-icon-balance {
    --b2b-card-icon: var(--b2b-icon-balance);
}

.b2b-card-title-icon-leads {
    --b2b-card-icon: var(--b2b-icon-leads);
}

.b2b-card-title-icon-badge {
    --b2b-card-icon: var(--b2b-icon-badge);
}

.b2b-card-title-icon-network {
    --b2b-card-icon: var(--b2b-icon-network);
}

.b2b-card p {
    font-size: 16px;
    line-height: 1.9;
}

.b2b-scene-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.b2b-scene {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(76, 154, 42, 0.12);
    padding: 28px;
}

@media (max-width: 768px) {
    .b2b-scene {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px;
    }
}

.b2b-scene-number {
    color: #4C9A2A;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.b2b-scene h3 {
    color: #333;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.b2b-scene p {
    font-size: 16px;
    line-height: 1.9;
}

.b2b-tel {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.b2b-tel a {
    color: #4C9A2A;
    font-weight: bold;
    text-decoration: none;
}

.flow-section {
    padding: 80px 0;
    background-color: #E8F3E3;
}

.flow-section-white {
    background-color: #fff;
}

@media (min-width: 769px) {
    .flow-section {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
    }
}

@media (max-width: 768px) {
    .flow-section {
        padding: 40px 0;
    }
}

.flow-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.flow-card {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.flow-card-number {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 64px;
    font-weight: bold;
    color: rgba(232, 243, 227, 0.9);
    z-index: 1;
    line-height: 1;
}

.flow-card-inner {
    position: relative;
    z-index: 2;
    padding: 30px;
}

@media (max-width: 768px) {
    .flow-card-inner {
        padding: 20px;
    }

    .flow-card {
        width: 100%;
        max-width: 100%;
    }

    .flow-card-content,
    .flow-card-title,
    .flow-card-text {
        width: 100%;
    }
}

.flow-card-title {
    color: #4C9A2A;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.flow-card-text {
    font-size: 16px;
    line-height: 1.9;
}
