:root {
    --sf-ink: #121826;
    --sf-muted: #5f6878;
    --sf-line: #e4e8ef;
    --sf-surface: #f6f8fb;
    --sf-card: #ffffff;
    --sf-navy: #0b1324;
    --sf-navy-soft: #14213a;
    --sf-brand: #d54029;
    --sf-brand-bright: #ff6a48;
    --sf-cyan: #36c5f0;
    --sf-radius-lg: 28px;
    --sf-radius-md: 18px;
    --sf-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.solution-first-preview {
    color: var(--sf-ink);
    background: #fff;
}

.solution-first-preview .it7-modern-hero,
.solution-first-preview .it7-service-nav-section,
.solution-first-preview .home-solutions-section,
.solution-first-preview #about,
.solution-first-preview .sf-aeo-summary {
    display: none !important;
}

.solution-first-preview .sf-home,
.solution-first-preview .sf-home * {
    box-sizing: border-box;
}

.solution-first-preview .sf-home a,
.solution-first-preview .sf-final-cta a {
    text-decoration: none;
}

.solution-first-preview .sf-home h1,
.solution-first-preview .sf-home h2,
.solution-first-preview .sf-home h3,
.solution-first-preview .sf-home p,
.solution-first-preview .sf-home a,
.solution-first-preview .sf-home span,
.solution-first-preview .sf-home strong,
.solution-first-preview .sf-home small,
.solution-first-preview .sf-final-cta h2,
.solution-first-preview .sf-final-cta p,
.solution-first-preview .sf-final-cta a {
    max-width: 100%;
    overflow-wrap: anywhere;
}

html[lang^="zh"] .solution-first-preview .sf-home,
html[lang^="ja"] .solution-first-preview .sf-home,
html[lang^="zh"] .solution-first-preview .sf-final-cta,
html[lang^="ja"] .solution-first-preview .sf-final-cta {
    word-break: normal;
}

html[lang^="zh"] .solution-first-preview .sf-home *,
html[lang^="ja"] .solution-first-preview .sf-home *,
html[lang^="zh"] .solution-first-preview .sf-final-cta *,
html[lang^="ja"] .solution-first-preview .sf-final-cta * {
    word-break: normal;
}

.sf-preview-notice {
    position: relative;
    z-index: 20;
    padding: 9px 0;
    color: #5a2630;
    border-bottom: 1px solid #f4d5d0;
    background: #fff4f1;
}

.sf-preview-notice .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sf-preview-notice span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
}

.sf-preview-notice small {
    color: #8b5a61;
    font-size: 12px;
}

.sf-hero {
    position: relative;
    min-height: 710px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 70% 20%, rgba(54, 197, 240, 0.12), transparent 28%),
        linear-gradient(125deg, #080e1a 0%, #101c31 58%, #0d1729 100%);
}

.sf-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, transparent, #000 42%, #000);
}

.sf-hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.18;
}

.sf-hero-glow-one {
    top: -140px;
    right: 7%;
    background: var(--sf-cyan);
}

.sf-hero-glow-two {
    bottom: -180px;
    left: 15%;
    background: var(--sf-brand-bright);
}

.sf-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    align-items: center;
    gap: 72px;
    min-height: 710px;
    padding-top: 72px;
    padding-bottom: 76px;
}

.sf-hero-copy {
    min-width: 0;
    text-align: left;
}

.sf-eyebrow,
.sf-kicker {
    margin: 0 0 18px;
    color: var(--sf-brand-bright);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.sf-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.25vw, 66px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.055em;
    word-break: keep-all;
}

html[lang^="zh"] .sf-hero h1,
html[lang^="ja"] .sf-hero h1 {
    font-size: clamp(40px, 3.7vw, 58px);
    word-break: normal;
    overflow-wrap: anywhere;
}

.sf-hero-lead {
    max-width: 660px;
    margin: 27px 0 0;
    color: #b9c4d4;
    font-size: 18px;
    line-height: 1.78;
    word-break: keep-all;
    text-align: left;
}

.sf-hero-actions,
.sf-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.sf-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sf-button:hover {
    transform: translateY(-2px);
}

.sf-button-primary {
    color: #fff !important;
    background: var(--sf-brand);
    box-shadow: 0 15px 36px rgba(213, 64, 41, 0.28);
}

.sf-button-primary:hover {
    background: #bd3521;
}

.sf-button-ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.055);
}

.sf-button-ghost:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
}

.sf-hero-assurance {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 20px 0 0;
    color: #9eacc0;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

.sf-hero-assurance i {
    margin-top: 2px;
    color: #5ad39b;
}

.sf-hero-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(16px);
}

.sf-hero-visual::after {
    position: absolute;
    top: -75px;
    right: -75px;
    width: 180px;
    height: 180px;
    content: "";
    border-radius: 50%;
    background: rgba(54, 197, 240, 0.12);
    filter: blur(40px);
}

.sf-visual-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px 16px;
    color: #aab7ca;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.sf-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8de5bc;
    letter-spacing: 0;
}

.sf-live-dot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5ad39b;
    box-shadow: 0 0 0 5px rgba(90, 211, 155, 0.12);
}

.sf-system-flow {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.sf-system-flow::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 65%;
    content: "";
    border: 1px dashed rgba(54, 197, 240, 0.28);
    border-radius: 28px;
    transform: translate(-50%, -50%);
}

.sf-system-card {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 135px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    background: rgba(6, 13, 25, 0.64);
}

.sf-system-card > span {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #53627a;
    font-size: 10px;
    font-weight: 900;
}

.sf-system-card > i {
    color: var(--sf-cyan);
    font-size: 22px;
}

.sf-system-card strong {
    align-self: end;
    color: #f7f9fc;
    font-size: 15px;
}

.sf-system-card small {
    margin-top: 5px;
    color: #708096;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sf-system-card-two > i,
.sf-system-card-four > i {
    color: var(--sf-brand-bright);
}

.sf-visual-result {
    margin-top: 12px;
    padding: 18px 19px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(213, 64, 41, 0.15), rgba(54, 197, 240, 0.09));
}

.sf-visual-result div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9faec1;
    font-size: 12px;
}

.sf-visual-result i {
    color: var(--sf-brand-bright);
}

.sf-visual-result strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
}

.sf-proof {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--sf-line);
    background: #fff;
}

.sf-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sf-proof-grid > div {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: center;
    padding: 25px 34px;
    border-right: 1px solid var(--sf-line);
}

.sf-proof-grid > div:first-child {
    border-left: 1px solid var(--sf-line);
}

.sf-proof-grid strong {
    color: var(--sf-ink);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sf-proof-grid span {
    margin-top: 5px;
    color: var(--sf-muted);
    font-size: 13px;
    font-weight: 600;
}

.sf-section {
    padding: 112px 0;
}

.sf-section-heading {
    min-width: 0;
    max-width: 760px;
    margin-bottom: 52px;
}

.sf-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sf-section-heading h2,
.sf-difference-copy h2,
.sf-final-cta h2 {
    margin: 0;
    color: var(--sf-ink);
    font-size: clamp(34px, 3.3vw, 50px);
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: -0.045em;
    word-break: keep-all;
}

.sf-section-heading > p:last-child,
.sf-difference-copy > p:last-child {
    margin: 18px 0 0;
    color: var(--sf-muted);
    font-size: 17px;
    line-height: 1.75;
    word-break: keep-all;
}

.sf-method {
    background: var(--sf-surface);
}

.sf-method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sf-method-grid article {
    position: relative;
    min-width: 0;
    min-height: 310px;
    padding: 28px;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius-md);
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sf-method-grid article:hover {
    transform: translateY(-5px);
    box-shadow: var(--sf-shadow);
}

.sf-method-grid article > span {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #c8ced8;
    font-size: 12px;
    font-weight: 900;
}

.sf-method-icon,
.sf-solution-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--sf-brand);
    border-radius: 14px;
    background: #fff0ed;
    font-size: 23px;
}

.sf-method-grid h3 {
    margin: 74px 0 12px;
    color: var(--sf-ink);
    font-size: 20px;
    font-weight: 900;
}

.sf-method-grid p {
    margin: 0;
    color: var(--sf-muted);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sf-heading-row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
}

.sf-heading-row > div {
    min-width: 0;
    width: 100%;
    max-width: 760px;
}

.sf-heading-row > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 7px;
    color: var(--sf-brand) !important;
    border-bottom: 1px solid rgba(213, 64, 41, 0.35);
    font-size: 14px;
    font-weight: 900;
}

.sf-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sf-solution-card {
    position: relative;
    min-width: 0;
    display: flex;
    min-height: 440px;
    flex-direction: column;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.045);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sf-solution-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, var(--sf-brand), var(--sf-cyan));
    transition: opacity 0.2s ease;
}

.sf-solution-card:hover {
    border-color: #ccd2dd;
    transform: translateY(-5px);
    box-shadow: var(--sf-shadow);
}

.sf-solution-card:hover::before {
    opacity: 1;
}

.sf-solution-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sf-solution-number {
    color: #c8ced8;
    font-size: 12px;
    font-weight: 900;
}

.sf-solution-icon {
    margin-top: 28px;
}

.sf-solution-card h3 {
    margin: 20px 0 11px;
    color: var(--sf-ink);
    font-size: 25px;
    font-weight: 900;
}

.sf-solution-card > p {
    min-height: 76px;
    margin: 0;
    color: var(--sf-muted);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sf-custom-fit {
    margin-top: 22px;
    padding: 17px 18px;
    border-radius: 12px;
    background: var(--sf-surface);
}

.sf-custom-fit span {
    color: var(--sf-brand);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.sf-custom-fit p {
    margin: 6px 0 0;
    color: #4c5668;
    font-size: 13px;
    line-height: 1.55;
}

.sf-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px;
    color: var(--sf-ink) !important;
    font-size: 14px;
    font-weight: 900;
}

.sf-card-link i {
    color: var(--sf-brand);
}

.sf-difference {
    color: #fff;
    background: var(--sf-navy);
}

.sf-difference-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 80px;
}

.sf-difference-copy h2 {
    color: #fff;
}

.sf-difference-copy,
.sf-comparison {
    min-width: 0;
}

.sf-difference-copy > p:last-child {
    color: #9facbe;
}

.sf-comparison {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.sf-comparison-row {
    display: grid;
    grid-template-columns: 1.55fr repeat(3, 0.65fr);
    align-items: center;
    min-height: 72px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-comparison-row:last-child {
    border-bottom: 0;
}

.sf-comparison-row > * {
    text-align: center;
}

.sf-comparison-row > *:first-child {
    text-align: left;
}

.sf-comparison-head {
    min-height: 52px;
    color: #76859b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sf-comparison-row strong {
    color: #eef2f8;
    font-size: 13px;
}

.sf-comparison-row:not(.sf-comparison-head) span {
    color: #9cabbf;
    font-size: 10px;
    font-weight: 900;
}

.sf-comparison-featured {
    background: linear-gradient(90deg, rgba(213, 64, 41, 0.2), rgba(54, 197, 240, 0.08));
}

.sf-comparison-featured strong,
.sf-comparison-featured span {
    color: #fff !important;
}

.sf-ai {
    background: var(--sf-surface);
}

.sf-ai-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sf-ai-grid article {
    min-width: 0;
    min-height: 230px;
    padding: 30px;
    border-radius: 18px;
    background: #fff;
}

.sf-ai-grid i {
    color: var(--sf-brand);
    font-size: 27px;
}

.sf-ai-grid h3 {
    margin: 42px 0 10px;
    color: var(--sf-ink);
    font-size: 20px;
    font-weight: 900;
}

.sf-ai-grid p {
    margin: 0;
    color: var(--sf-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sf-process {
    background: #fff;
}

.sf-process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--sf-line);
    border-bottom: 1px solid var(--sf-line);
}

.sf-process-list li {
    display: flex;
    min-width: 0;
    min-height: 210px;
    gap: 20px;
    padding: 34px 26px;
    border-right: 1px solid var(--sf-line);
}

.sf-process-list li:last-child {
    border-right: 0;
}

.sf-process-list li > span {
    color: var(--sf-brand);
    font-size: 11px;
    font-weight: 900;
}

.sf-process-list strong {
    color: var(--sf-ink);
    font-size: 17px;
    font-weight: 900;
}

.sf-process-list p {
    margin: 12px 0 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.7;
    word-break: keep-all;
}

.sf-final-cta {
    position: relative;
    padding: 82px 0;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(125deg, #c73722 0%, #d94d31 58%, #be301d 100%);
}

.sf-final-cta::after {
    position: absolute;
    top: -150px;
    right: 5%;
    width: 440px;
    height: 440px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.035), 0 0 0 120px rgba(255, 255, 255, 0.02);
}

.sf-final-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.sf-final-inner > div:first-child {
    min-width: 0;
    width: 100%;
    max-width: 740px;
}

.sf-final-cta .sf-kicker,
.sf-final-cta h2 {
    color: #fff;
}

.sf-final-cta h2 {
    font-size: clamp(32px, 3.2vw, 46px);
}

.sf-final-cta p:last-child {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.sf-final-actions {
    flex: 0 0 auto;
    flex-direction: column;
    margin-top: 0;
}

.sf-button-light {
    color: var(--sf-brand) !important;
    background: #fff;
}

.sf-button-outline-light {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
}

.solution-first-preview #portfolio,
.solution-first-preview #docker-hosting,
.solution-first-preview #partner-program,
.solution-first-preview #faq_section {
    scroll-margin-top: 95px;
}

@media (max-width: 1199.98px) {
    .sf-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
        gap: 40px;
    }

    .sf-hero h1 {
        font-size: 49px;
    }

    .sf-method-grid,
    .sf-ai-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-difference-grid {
        gap: 45px;
    }

    .sf-process-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-process-list li:nth-child(2) {
        border-right: 0;
    }

    .sf-process-list li:nth-child(-n+2) {
        border-bottom: 1px solid var(--sf-line);
    }
}

@media (max-width: 991.98px) {
    .sf-hero,
    .sf-hero-grid {
        min-height: auto;
    }

    .sf-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 52px;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sf-hero-copy {
        max-width: 760px;
    }

    .sf-hero-visual {
        max-width: 720px;
    }

    .sf-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-proof-grid > div:nth-child(3) {
        border-left: 1px solid var(--sf-line);
    }

    .sf-proof-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--sf-line);
    }

    .sf-solution-grid,
    .sf-difference-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sf-difference-copy {
        max-width: 760px;
    }

    .sf-final-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 36px;
    }

    .sf-final-actions {
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .sf-preview-notice .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .sf-hero-grid {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .sf-hero h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .sf-hero-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .sf-system-flow {
        grid-template-columns: 1fr;
    }

    .sf-visual-topline {
        flex-wrap: wrap;
        gap: 8px;
    }

    .sf-system-flow::before {
        display: none;
    }

    .sf-system-card {
        min-height: 116px;
    }

    .sf-proof-grid {
        grid-template-columns: 1fr;
    }

    .sf-proof-grid > div,
    .sf-proof-grid > div:first-child,
    .sf-proof-grid > div:nth-child(3) {
        min-height: 96px;
        padding: 21px 23px;
        border-right: 1px solid var(--sf-line);
        border-bottom: 1px solid var(--sf-line);
        border-left: 1px solid var(--sf-line);
    }

    .sf-proof-grid > div:last-child {
        border-bottom: 0;
    }

    .sf-section {
        padding: 78px 0;
    }

    .sf-section-heading {
        margin-bottom: 38px;
    }

    .sf-section-heading h2,
    .sf-difference-copy h2,
    .sf-final-cta h2 {
        font-size: 34px;
    }

    .sf-method-grid,
    .sf-ai-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sf-method-grid article {
        min-height: 260px;
    }

    .sf-method-grid h3 {
        margin-top: 52px;
    }

    .sf-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf-solution-card {
        min-height: 0;
        padding: 25px;
    }

    .sf-solution-card > p {
        min-height: 0;
    }

    .sf-card-link {
        margin-top: 22px;
    }

    .sf-comparison-row {
        grid-template-columns: 1.35fr repeat(3, 0.65fr);
        min-height: 66px;
        padding: 0 13px;
    }

    .sf-comparison-row strong {
        font-size: 11px;
    }

    .sf-process-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .sf-process-list li,
    .sf-process-list li:nth-child(2) {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid var(--sf-line);
    }

    .sf-process-list li:last-child {
        border-bottom: 0;
    }

    .sf-final-cta {
        padding: 68px 0;
    }

    .sf-final-actions,
    .sf-hero-actions {
        width: 100%;
        flex-direction: column;
    }

    .sf-final-actions .sf-button,
    .sf-hero-actions .sf-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sf-button,
    .sf-method-grid article,
    .sf-solution-card {
        transition: none;
    }
}
