.sce-wrap {
    --sce-ink: #17212b;
    --sce-muted: #65717d;
    --sce-line: #dfe6ea;
    --sce-bg: #f5f8f6;
    --sce-card: #ffffff;
    --sce-green: #116466;
    --sce-blue: #2f6fb2;
    --sce-gold: #d9a441;
    --sce-deep: #253143;
    color: var(--sce-ink);
    background:
        radial-gradient(circle at 12% 8%, rgba(217, 164, 65, 0.22), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(47, 111, 178, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(17, 100, 102, 0.1), rgba(255, 255, 255, 0.72)),
        var(--sce-bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: clamp(30px, 5vw, 78px) 16px;
}

.sce-hero,
.sce-services,
.sce-section {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.sce-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: clamp(24px, 5vw, 58px);
    align-items: center;
}

.sce-badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border-radius: 999px;
    background: #116466;
    color: #ffffff;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.sce-copy h1 {
    max-width: 820px;
    margin: 16px 0 14px;
    color: var(--sce-ink);
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1;
    letter-spacing: 0;
}

.sce-copy p {
    max-width: 680px;
    margin: 0;
    color: var(--sce-muted);
    font-size: 19px;
    line-height: 1.65;
}

.sce-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sce-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 12px 16px;
    font-weight: 850;
    text-decoration: none;
}

.sce-actions a:first-child {
    background: var(--sce-green);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(17, 100, 102, 0.22);
}

.sce-actions a:last-child {
    background: #ffffff;
    color: var(--sce-green);
    border: 1px solid rgba(17, 100, 102, 0.2);
}

.sce-visual {
    min-height: 360px;
    border-radius: 8px;
    background: linear-gradient(145deg, #253143, #116466);
    padding: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 26px 72px rgba(23, 33, 43, 0.2);
}

.sce-visual::before {
    content: "$";
    position: absolute;
    right: 24px;
    top: 16px;
    color: rgba(255, 255, 255, 0.12);
    font-size: 122px;
    font-weight: 900;
}

.sce-chart {
    display: flex;
    align-items: end;
    gap: 14px;
    height: 220px;
    margin-top: 42px;
}

.sce-chart span {
    flex: 1;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #d9a441, #fff2c8);
}

.sce-chart span:nth-child(1) { height: 32%; }
.sce-chart span:nth-child(2) { height: 50%; }
.sce-chart span:nth-child(3) { height: 68%; }
.sce-chart span:nth-child(4) { height: 92%; }

.sce-visual-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
}

.sce-visual-card strong {
    display: block;
    color: var(--sce-ink);
    font-size: 24px;
}

.sce-visual-card small {
    color: var(--sce-muted);
    font-weight: 750;
}

.sce-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.sce-services article,
.sce-panel,
.sce-form-card {
    border: 1px solid rgba(23, 33, 43, 0.1);
    border-radius: 8px;
    background: var(--sce-card);
    box-shadow: 0 18px 44px rgba(23, 33, 43, 0.1);
}

.sce-services article {
    padding: 22px;
}

.sce-services span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef8f7;
    color: var(--sce-green);
    font-weight: 900;
}

.sce-services h2 {
    margin: 14px 0 8px;
    color: var(--sce-ink);
    font-size: 22px;
}

.sce-services p {
    margin: 0;
    color: var(--sce-muted);
    line-height: 1.58;
}

.sce-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(340px, 1.14fr);
    gap: 22px;
    align-items: start;
    margin-top: 24px;
}

.sce-panel,
.sce-form-card {
    padding: clamp(20px, 3vw, 30px);
}

.sce-panel h2 {
    margin: 0 0 18px;
    color: var(--sce-ink);
    font-size: 30px;
    line-height: 1.2;
}

.sce-checks {
    display: grid;
    gap: 12px;
}

.sce-checks p {
    display: flex;
    gap: 10px;
    margin: 0;
    color: var(--sce-muted);
    font-weight: 700;
    line-height: 1.45;
}

.sce-checks span {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: var(--sce-green);
    color: #ffffff;
    font-weight: 900;
}

.sce-guidance-visual {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 92px;
    gap: 12px;
    align-items: end;
    margin-top: 24px;
    border: 1px solid rgba(17, 100, 102, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(17, 100, 102, 0.09), rgba(217, 164, 65, 0.16)),
        #ffffff;
    padding: 18px;
}

.sce-person {
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
}

.sce-person-head {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1c6a9;
    box-shadow: inset 0 -7px 0 rgba(23, 33, 43, 0.08);
}

.sce-person-body {
    width: 66px;
    height: 76px;
    border-radius: 26px 26px 8px 8px;
    background: var(--sce-green);
    position: relative;
}

.sce-person-body::before,
.sce-person-body::after {
    content: "";
    position: absolute;
    top: 16px;
    width: 30px;
    height: 10px;
    border-radius: 999px;
    background: inherit;
}

.sce-person-body::before {
    left: -22px;
    transform: rotate(-24deg);
}

.sce-person-body::after {
    right: -22px;
    transform: rotate(24deg);
}

.sce-customer .sce-person-body {
    background: var(--sce-blue);
}

.sce-person strong {
    color: var(--sce-ink);
    font-size: 13px;
}

.sce-growth-board {
    min-height: 156px;
    border: 2px solid rgba(37, 49, 67, 0.14);
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
    text-align: center;
    box-shadow: 0 14px 28px rgba(23, 33, 43, 0.1);
}

.sce-growth-board span {
    display: inline-flex;
    border-radius: 999px;
    background: var(--sce-deep);
    color: #ffffff;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.sce-board-chart {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
    height: 72px;
    margin: 16px 0 10px;
}

.sce-board-chart i {
    width: 34px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, var(--sce-gold), #fff0bd);
}

.sce-board-chart i:nth-child(1) {
    height: 34px;
}

.sce-board-chart i:nth-child(2) {
    height: 52px;
}

.sce-board-chart i:nth-child(3) {
    height: 70px;
}

.sce-growth-board small {
    color: var(--sce-muted);
    font-weight: 750;
}

.sce-form {
    display: grid;
    gap: 15px;
}

.sce-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sce-form label {
    display: grid;
    gap: 7px;
    color: var(--sce-ink);
    font-size: 14px;
    font-weight: 800;
}

.sce-form input,
.sce-form select,
.sce-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--sce-line);
    border-radius: 6px;
    background: #fbfcfd;
    color: var(--sce-ink);
    font: inherit;
    font-weight: 550;
    padding: 12px;
}

.sce-form input:focus,
.sce-form select:focus,
.sce-form textarea:focus {
    outline: none;
    border-color: var(--sce-green);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 100, 102, 0.14);
}

.sce-form button {
    min-height: 54px;
    border: 0;
    border-radius: 6px;
    background: var(--sce-green);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 850;
    box-shadow: 0 14px 28px rgba(17, 100, 102, 0.2);
}

.sce-message {
    border-radius: 6px;
    padding: 11px 12px;
    margin-bottom: 16px;
    font-weight: 750;
    font-size: 14px;
}

.sce-message-success {
    background: #e8f6ef;
    color: #17613a;
}

.sce-message-error {
    background: #fdebec;
    color: #9b1c24;
}

@media (max-width: 920px) {
    .sce-hero,
    .sce-section,
    .sce-services {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .sce-wrap {
        padding: 24px 12px;
    }

    .sce-copy h1 {
        font-size: 36px;
    }

    .sce-copy p {
        font-size: 16px;
    }

    .sce-grid {
        grid-template-columns: 1fr;
    }

    .sce-guidance-visual {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .sce-visual {
        min-height: 300px;
    }
}
