:root {
    --sfp-ink: #101820;
    --sfp-ink-2: #253438;
    --sfp-muted: #64757a;
    --sfp-line: #dfe8e5;
    --sfp-bg: #f6f8f4;
    --sfp-bg-2: #eef5ef;
    --sfp-white: #ffffff;
    --sfp-green: #12a779;
    --sfp-teal: #087882;
    --sfp-coral: #ef7657;
    --sfp-gold: #d8a841;
    --sfp-deep: #0c171a;
    --sfp-shadow: 0 16px 42px rgba(16, 24, 32, 0.10);
    --sfp-shell: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.sfp-site {
    margin: 0;
    min-width: 320px;
    color: var(--sfp-ink);
    background: var(--sfp-bg);
    font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

.sfp-shell {
    width: min(var(--sfp-shell), calc(100% - 48px));
    margin: 0 auto;
}

.sfp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(246, 248, 244, 0.94);
    border-bottom: 1px solid rgba(223, 232, 229, 0.9);
    backdrop-filter: blur(16px);
}

.sfp-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sfp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    font-weight: 900;
}

.sfp-brand__mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--sfp-green), var(--sfp-teal));
    box-shadow: 0 12px 24px rgba(8, 120, 130, 0.22);
}

.sfp-brand__name {
    color: var(--sfp-ink);
    font-size: 20px;
    line-height: 1;
}

.sfp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex: 1 1 auto;
    color: #33474d;
    font-size: 15px;
    font-weight: 700;
}

.sfp-nav a,
.sfp-link,
.sfp-footer a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.sfp-nav a:hover,
.sfp-link:hover,
.sfp-footer a:hover {
    color: var(--sfp-green);
}

.sfp-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.sfp-link {
    color: #40555a;
    font-size: 14px;
    font-weight: 800;
}

.sfp-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.sfp-button--small {
    min-height: 42px;
    padding: 0 18px;
}

.sfp-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--sfp-green), var(--sfp-teal));
    box-shadow: 0 16px 30px rgba(8, 120, 130, 0.22);
}

.sfp-button--ghost {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.42);
}

.sfp-nav-toggle,
.sfp-nav-button,
.sfp-nav__mobile {
    display: none;
}

.sfp-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(18, 167, 121, 0.34), transparent 28%),
        radial-gradient(circle at 18% 78%, rgba(8, 120, 130, 0.32), transparent 28%),
        var(--sfp-deep);
}

.sfp-carousel__track,
.sfp-carousel__slide {
    position: absolute;
    inset: 0;
}

.sfp-carousel__slide {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.01);
    transition: opacity 0.7s ease, visibility 0.7s ease, transform 1.1s ease;
}

.sfp-carousel__slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sfp-hero__media,
.sfp-hero__shade {
    position: absolute;
    inset: 0;
}

.sfp-hero__media {
    display: block;
    background-position: center right;
    background-size: cover;
    transform: scale(1.02);
}

.sfp-hero__shade {
    background:
        linear-gradient(90deg, rgba(12, 23, 26, 0.95) 0%, rgba(12, 23, 26, 0.8) 43%, rgba(12, 23, 26, 0.28) 100%),
        linear-gradient(180deg, rgba(12, 23, 26, 0.08) 0%, rgba(12, 23, 26, 0.76) 100%),
        radial-gradient(circle at 72% 34%, rgba(157, 240, 212, 0.18), transparent 34%);
}

.sfp-hero__motion {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.sfp-hero__motion::before,
.sfp-hero__motion::after {
    content: "";
    position: absolute;
    inset: -20%;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(157, 240, 212, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 240, 212, 0.14) 1px, transparent 1px);
    background-size: 54px 54px;
    transform: perspective(780px) rotateX(62deg) translateY(18%);
    animation: sfp-grid-drift 18s linear infinite;
}

.sfp-hero__motion::after {
    opacity: 0.18;
    background-size: 120px 120px;
    animation-duration: 26s;
    animation-direction: reverse;
}

.sfp-hero__orb {
    position: absolute;
    display: block;
    border-radius: 999px;
    filter: blur(2px);
    background: radial-gradient(circle, rgba(157, 240, 212, 0.92), rgba(18, 167, 121, 0.08) 64%, transparent 72%);
    mix-blend-mode: screen;
    animation: sfp-orb-float 9s ease-in-out infinite;
}

.sfp-hero__orb--one {
    width: 280px;
    height: 280px;
    right: 14%;
    top: 16%;
}

.sfp-hero__orb--two {
    width: 190px;
    height: 190px;
    right: 36%;
    bottom: 14%;
    animation-delay: -3s;
}

.sfp-hero__orbit {
    position: absolute;
    display: block;
    border: 1px solid rgba(157, 240, 212, 0.24);
    border-radius: 50%;
    transform: rotate(-18deg);
    animation: sfp-orbit 16s linear infinite;
}

.sfp-hero__orbit--one {
    width: 470px;
    height: 170px;
    right: 8%;
    top: 26%;
}

.sfp-hero__orbit--two {
    width: 350px;
    height: 128px;
    right: 28%;
    top: 48%;
    animation-duration: 22s;
    animation-direction: reverse;
}

.sfp-hero__pulse {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #9df0d4;
    box-shadow: 0 0 0 10px rgba(157, 240, 212, 0.1), 0 0 32px rgba(157, 240, 212, 0.88);
    animation: sfp-node-pulse 2.6s ease-in-out infinite;
}

.sfp-hero__pulse--one {
    right: 20%;
    top: 35%;
}

.sfp-hero__pulse--two {
    right: 43%;
    top: 57%;
    animation-delay: -1.2s;
}

.sfp-business-map {
    position: absolute;
    z-index: 2;
    right: max(40px, calc((100vw - var(--sfp-shell)) / 2));
    top: 118px;
    width: min(560px, 43vw);
    height: 430px;
    pointer-events: none;
}

.sfp-business-map__panel {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(157, 240, 212, 0.28);
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 52%, rgba(18, 167, 121, 0.18), transparent 58%),
        linear-gradient(145deg, rgba(8, 33, 37, 0.72), rgba(9, 26, 30, 0.32));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    animation: sfp-rise-in 0.9s 0.2s ease both;
}

.sfp-business-map__panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sfp-business-map__grid {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(157, 240, 212, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 240, 212, 0.16) 1px, transparent 1px);
    background-size: 34px 34px;
    animation: sfp-grid-drift 22s linear infinite;
}

.sfp-business-map__continent {
    position: absolute;
    display: block;
    background: radial-gradient(circle, rgba(157, 240, 212, 0.72), rgba(18, 167, 121, 0.34) 48%, rgba(18, 167, 121, 0.02) 72%);
    filter: drop-shadow(0 0 24px rgba(157, 240, 212, 0.22));
    opacity: 0.88;
}

.sfp-business-map__continent--north-america {
    left: 8%;
    top: 18%;
    width: 155px;
    height: 108px;
    clip-path: polygon(12% 22%, 38% 8%, 75% 14%, 94% 38%, 70% 58%, 76% 88%, 40% 78%, 22% 64%);
}

.sfp-business-map__continent--latam {
    left: 26%;
    top: 48%;
    width: 92px;
    height: 150px;
    clip-path: polygon(30% 0, 78% 16%, 68% 42%, 88% 61%, 54% 100%, 28% 76%, 40% 48%, 10% 28%);
}

.sfp-business-map__continent--europe {
    left: 49%;
    top: 20%;
    width: 104px;
    height: 78px;
    clip-path: polygon(9% 43%, 28% 12%, 68% 6%, 92% 38%, 72% 72%, 35% 78%);
}

.sfp-business-map__continent--middle-east {
    left: 59%;
    top: 38%;
    width: 118px;
    height: 76px;
    clip-path: polygon(7% 38%, 35% 8%, 76% 16%, 98% 48%, 72% 76%, 28% 70%);
}

.sfp-business-map__continent--india {
    left: 72%;
    top: 51%;
    width: 82px;
    height: 100px;
    clip-path: polygon(36% 0, 78% 24%, 64% 64%, 44% 100%, 18% 56%);
}

.sfp-business-map__route {
    position: absolute;
    display: block;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, transparent, rgba(157, 240, 212, 0.9), transparent);
    box-shadow: 0 0 18px rgba(157, 240, 212, 0.5);
    animation: sfp-route-flow 3.6s ease-in-out infinite;
}

.sfp-business-map__route--one {
    left: 26%;
    top: 35%;
    width: 210px;
    transform: rotate(-9deg);
}

.sfp-business-map__route--two {
    left: 54%;
    top: 39%;
    width: 160px;
    transform: rotate(23deg);
    animation-delay: -1.1s;
}

.sfp-business-map__route--three {
    left: 38%;
    top: 61%;
    width: 260px;
    transform: rotate(-18deg);
    animation-delay: -2s;
}

.sfp-business-map__pin {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #9df0d4;
    box-shadow: 0 0 0 8px rgba(157, 240, 212, 0.13), 0 0 28px rgba(157, 240, 212, 0.78);
    animation: sfp-node-pulse 2.6s ease-in-out infinite;
}

.sfp-business-map__pin em {
    position: absolute;
    left: 50%;
    bottom: 22px;
    min-width: 54px;
    padding: 6px 10px;
    border: 1px solid rgba(157, 240, 212, 0.34);
    border-radius: 999px;
    color: #eafff6;
    background: rgba(9, 26, 30, 0.68);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.sfp-business-map__pin--north-america {
    left: 20%;
    top: 31%;
}

.sfp-business-map__pin--latam {
    left: 34%;
    top: 69%;
    animation-delay: -0.6s;
}

.sfp-business-map__pin--europe {
    left: 58%;
    top: 30%;
    animation-delay: -1.1s;
}

.sfp-business-map__pin--middle-east {
    left: 67%;
    top: 48%;
    animation-delay: -1.7s;
}

.sfp-business-map__pin--india {
    left: 79%;
    top: 61%;
    animation-delay: -2.1s;
}

.sfp-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 690px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 82px 0 36px;
}

.sfp-hero__copy {
    max-width: 720px;
    animation: sfp-rise-in 0.85s ease both;
}

.sfp-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--sfp-coral);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sfp-hero h1,
.sfp-section__head h2,
.sfp-solutions__copy h2,
.sfp-coverage h2,
.sfp-developers h2,
.sfp-process h2,
.sfp-security h2,
.sfp-cta h2 {
    margin: 0;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.sfp-hero h1 {
    font-size: 78px;
}

.sfp-hero p {
    max-width: 700px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
}

.sfp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.sfp-hero__proof {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 74px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    animation: sfp-rise-in 0.85s 0.16s ease both;
}

.sfp-hero__proof div {
    position: relative;
    padding: 20px 24px;
    background: rgba(9, 26, 30, 0.56);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.sfp-hero__proof div::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.13) 42%, transparent 72%);
    transform: translateX(-120%);
    animation: sfp-card-sheen 6s ease-in-out infinite;
}

.sfp-hero__proof strong {
    display: block;
    font-size: 32px;
    line-height: 1;
}

.sfp-hero__proof span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.sfp-carousel__nav {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 30px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.sfp-carousel__nav button {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.sfp-carousel__nav button.is-active {
    width: 58px;
    background: var(--sfp-coral);
}

.sfp-carousel__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(9, 26, 30, 0.34);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sfp-carousel__arrow:hover {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-50%) scale(1.04);
}

.sfp-carousel__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.sfp-carousel__arrow--prev {
    left: 28px;
}

.sfp-carousel__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.sfp-carousel__arrow--next {
    right: 28px;
}

.sfp-carousel__arrow--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.sfp-trust {
    position: relative;
    padding: 22px 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid var(--sfp-line);
}

.sfp-trust__glow {
    position: absolute;
    left: 12%;
    right: 12%;
    top: -120px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(18, 167, 121, 0.18), transparent 72%);
    animation: sfp-soft-breathe 6s ease-in-out infinite;
    pointer-events: none;
}

.sfp-trust__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sfp-trust p {
    margin: 0;
    color: var(--sfp-ink-2);
    font-weight: 900;
}

.sfp-trust__inner div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.sfp-trust span,
.sfp-coverage__map span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--sfp-line);
    border-radius: 8px;
    color: #365057;
    background: #f9fbf8;
    font-size: 13px;
    font-weight: 800;
}

.sfp-section,
.sfp-coverage,
.sfp-developers,
.sfp-process,
.sfp-cta {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
}

.sfp-section > .sfp-shell,
.sfp-solutions > .sfp-shell,
.sfp-coverage > .sfp-shell,
.sfp-developers > .sfp-shell,
.sfp-security > .sfp-shell,
.sfp-process > .sfp-shell,
.sfp-cta > .sfp-shell {
    position: relative;
    z-index: 1;
}

.sfp-bg-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.42;
    background: radial-gradient(circle, rgba(18, 167, 121, 0.18), rgba(8, 120, 130, 0.08) 52%, transparent 70%);
    animation: sfp-orb-float 10s ease-in-out infinite;
}

.sfp-bg-orb--products {
    right: -160px;
    top: 20px;
}

.sfp-bg-orb--coverage {
    left: -180px;
    top: 80px;
    animation-delay: -4s;
}

.sfp-bg-orb--process {
    right: 6%;
    bottom: -180px;
    animation-delay: -2s;
}

.sfp-flow-line {
    position: absolute;
    inset: auto -10% 28px -10%;
    height: 180px;
    opacity: 0.44;
    pointer-events: none;
    background:
        repeating-radial-gradient(ellipse at 50% 100%, transparent 0 20px, rgba(18, 167, 121, 0.14) 21px 23px, transparent 24px 44px);
    animation: sfp-wave-slide 15s linear infinite;
}

.sfp-flow-line--developers {
    inset: 0 -12% auto -12%;
    height: 220px;
    opacity: 0.28;
}

.sfp-section__head {
    max-width: 790px;
    margin-bottom: 38px;
}

.sfp-section__head h2,
.sfp-solutions__copy h2,
.sfp-coverage h2,
.sfp-developers h2,
.sfp-process h2,
.sfp-security h2,
.sfp-cta h2 {
    font-size: 48px;
}

.sfp-section__head p,
.sfp-solutions__copy p,
.sfp-coverage p,
.sfp-developers p,
.sfp-security p,
.sfp-cta p {
    margin: 18px 0 0;
    color: var(--sfp-muted);
    font-size: 18px;
}

.sfp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sfp-product-card,
.sfp-solution-list article,
.sfp-security__grid article,
.sfp-process__grid article,
.sfp-code-card,
.sfp-cta__inner {
    border-radius: 8px;
}

.sfp-product-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    border: 1px solid var(--sfp-line);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 249, 0.92)),
        #fff;
    box-shadow: 0 12px 34px rgba(16, 24, 32, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.sfp-product-card::before,
.sfp-solution-list article::before,
.sfp-security__grid article::before,
.sfp-process__grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.6) 42%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.72s ease;
    pointer-events: none;
}

.sfp-product-card::after {
    content: "";
    position: absolute;
    right: -44px;
    top: -44px;
    width: 132px;
    height: 132px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(18, 167, 121, 0.14), transparent 68%);
}

.sfp-product-card:hover,
.sfp-solution-list article:hover,
.sfp-security__grid article:hover,
.sfp-process__grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(18, 167, 121, 0.34);
    box-shadow: 0 24px 56px rgba(8, 120, 130, 0.14);
}

.sfp-product-card:hover::before,
.sfp-solution-list article:hover::before,
.sfp-security__grid article:hover::before,
.sfp-process__grid article:hover::before {
    transform: translateX(120%);
}

.sfp-product-card span {
    display: inline-flex;
    margin-bottom: 44px;
    color: var(--sfp-teal);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sfp-product-card h3,
.sfp-solution-list h3,
.sfp-security__grid h3,
.sfp-process__grid h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
}

.sfp-product-card p,
.sfp-solution-list p,
.sfp-security__grid p,
.sfp-process__grid p {
    margin: 0;
    color: var(--sfp-muted);
}

.sfp-solutions {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 16%, rgba(157, 240, 212, 0.22), transparent 28%),
        linear-gradient(135deg, #142022 0%, #0b4d4f 60%, #146c5d 100%);
}

.sfp-section-grid {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(157, 240, 212, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 240, 212, 0.2) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: radial-gradient(circle at 70% 45%, #000, transparent 70%);
    animation: sfp-grid-drift 28s linear infinite;
}

.sfp-section-grid--dark {
    opacity: 0.11;
}

.sfp-solutions__beam,
.sfp-security__halo,
.sfp-cta__motion {
    position: absolute;
    pointer-events: none;
}

.sfp-solutions__beam {
    width: 540px;
    height: 540px;
    right: -220px;
    top: -210px;
    border-radius: 999px;
    background: conic-gradient(from 120deg, transparent, rgba(157, 240, 212, 0.28), transparent 34%);
    animation: sfp-spin 18s linear infinite;
}

.sfp-solutions .sfp-kicker,
.sfp-security .sfp-kicker {
    color: #9df0d4;
}

.sfp-solutions__grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 54px;
    align-items: start;
}

.sfp-solutions__copy p,
.sfp-security p {
    color: rgba(255, 255, 255, 0.78);
}

.sfp-solution-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sfp-solution-list article {
    position: relative;
    min-height: 196px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.sfp-solution-list p {
    color: rgba(255, 255, 255, 0.74);
}

.sfp-coverage {
    background:
        radial-gradient(circle at 82% 64%, rgba(18, 167, 121, 0.16), transparent 30%),
        var(--sfp-bg-2);
}

.sfp-coverage__grid,
.sfp-developers__grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 54px;
    align-items: center;
}

.sfp-coverage__map {
    position: relative;
    min-height: 360px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-content: center;
    padding: 30px;
    border: 1px solid var(--sfp-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 245, 239, 0.8)),
        repeating-linear-gradient(45deg, rgba(8, 120, 130, 0.08) 0 1px, transparent 1px 16px);
    box-shadow: var(--sfp-shadow);
    overflow: hidden;
}

.sfp-coverage__map::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 999px;
    border: 1px dashed rgba(18, 167, 121, 0.28);
    animation: sfp-orbit 18s linear infinite;
}

.sfp-coverage__map::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    background: var(--sfp-green);
    box-shadow: 0 0 0 12px rgba(18, 167, 121, 0.12), 0 0 34px rgba(18, 167, 121, 0.54);
    animation: sfp-map-node 5s ease-in-out infinite;
}

.sfp-coverage__map span {
    position: relative;
    z-index: 1;
    min-height: 58px;
    justify-content: center;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 32, 0.06);
}

.sfp-developers {
    background:
        linear-gradient(180deg, #fff 0%, #f9fcfa 100%);
}

.sfp-code-card {
    position: relative;
    padding: 8px;
    border: 1px solid #263235;
    background: #111b1f;
    box-shadow: var(--sfp-shadow);
    overflow: hidden;
}

.sfp-code-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(157, 240, 212, 0.18), transparent 26%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: translateX(-100%);
    animation: sfp-code-scan 5.5s ease-in-out infinite;
}

.sfp-code-card div {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff;
}

.sfp-code-card div:last-child {
    border-bottom: 0;
}

.sfp-code-card em {
    color: var(--sfp-coral);
    font-style: normal;
    font-weight: 900;
}

.sfp-code-card code {
    color: #9df0d4;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

.sfp-security {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(18, 167, 121, 0.18), transparent 28%),
        #101820;
}

.sfp-security__halo {
    width: 620px;
    height: 620px;
    right: -260px;
    bottom: -320px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(157, 240, 212, 0.22), transparent 68%);
    animation: sfp-soft-breathe 7s ease-in-out infinite;
}

.sfp-section__head--light h2 {
    color: #fff;
}

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

.sfp-security__grid article {
    position: relative;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.sfp-security__grid p {
    color: rgba(255, 255, 255, 0.72);
}

.sfp-process {
    background:
        linear-gradient(180deg, var(--sfp-bg) 0%, #ffffff 100%);
}

.sfp-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sfp-process__grid article {
    position: relative;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--sfp-line);
    background: #fff;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.sfp-process__grid span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--sfp-coral);
    font-weight: 900;
}

.sfp-process__grid span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(18, 167, 121, 0.1);
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: sfp-node-pulse 2.8s ease-in-out infinite;
}

.sfp-cta {
    background:
        radial-gradient(circle at 15% 22%, rgba(18, 167, 121, 0.13), transparent 28%),
        #fff;
}

.sfp-cta__motion {
    inset: 0;
    opacity: 0.5;
    background:
        repeating-radial-gradient(ellipse at 84% 50%, transparent 0 18px, rgba(18, 167, 121, 0.12) 19px 21px, transparent 22px 42px);
    animation: sfp-wave-slide 16s linear infinite reverse;
}

.sfp-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 38px;
    border: 1px solid var(--sfp-line);
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbf6 0%, #eef7f2 100%);
}

.sfp-cta__inner::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -120px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(18, 167, 121, 0.18), transparent 70%);
    animation: sfp-orb-float 8s ease-in-out infinite;
}

.sfp-cta__inner > div {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.sfp-cta__inner > a {
    position: relative;
    z-index: 1;
}

@keyframes sfp-grid-drift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 108px 108px, 108px 108px;
    }
}

@keyframes sfp-orb-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-18px, 22px, 0) scale(1.08);
    }
}

@keyframes sfp-orbit {
    0% {
        transform: rotate(-18deg);
    }
    100% {
        transform: rotate(342deg);
    }
}

@keyframes sfp-node-pulse {
    0%, 100% {
        opacity: 0.72;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

@keyframes sfp-rise-in {
    0% {
        opacity: 0;
        transform: translateY(26px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sfp-card-sheen {
    0%, 50% {
        transform: translateX(-120%);
    }
    78%, 100% {
        transform: translateX(120%);
    }
}

@keyframes sfp-soft-breathe {
    0%, 100% {
        opacity: 0.28;
        transform: scale(0.96);
    }
    50% {
        opacity: 0.55;
        transform: scale(1.05);
    }
}

@keyframes sfp-wave-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(80px);
    }
}

@keyframes sfp-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sfp-map-node {
    0%, 100% {
        transform: translate(-50%, -50%) translate3d(-90px, -50px, 0);
    }
    33% {
        transform: translate(-50%, -50%) translate3d(86px, -24px, 0);
    }
    66% {
        transform: translate(-50%, -50%) translate3d(42px, 76px, 0);
    }
}

@keyframes sfp-code-scan {
    0%, 42% {
        transform: translateX(-100%);
    }
    76%, 100% {
        transform: translateX(100%);
    }
}

@keyframes sfp-route-flow {
    0%, 100% {
        opacity: 0.26;
        filter: blur(0);
    }
    50% {
        opacity: 1;
        filter: blur(0.6px);
    }
}

.sfp-footer {
    padding: 56px 0 28px;
    color: rgba(255, 255, 255, 0.74);
    background: var(--sfp-deep);
}

.sfp-footer__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
}

.sfp-brand--light .sfp-brand__name,
.sfp-footer h4 {
    color: #fff;
}

.sfp-footer__brand p {
    max-width: 430px;
    margin: 18px 0 0;
}

.sfp-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.sfp-footer h4 {
    margin: 0 0 14px;
    font-size: 15px;
}

.sfp-footer a {
    display: block;
    margin-top: 9px;
}

.sfp-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
}

.sfp-contact-page {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 64px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 8%, rgba(18, 167, 121, 0.08), transparent 28%),
        linear-gradient(180deg, #fbfcfa 0%, #f7faf6 100%);
}

.sfp-contact-waves {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -190px;
    height: 360px;
    opacity: 0.42;
    background:
        repeating-radial-gradient(ellipse at 80% 120%, transparent 0 18px, rgba(18, 167, 121, 0.18) 19px 21px, transparent 22px 40px),
        repeating-radial-gradient(ellipse at 16% 120%, transparent 0 20px, rgba(18, 167, 121, 0.13) 21px 23px, transparent 24px 44px);
    pointer-events: none;
}

.sfp-contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 68px;
    align-items: start;
}

.sfp-contact-info {
    padding-top: 8px;
    text-align: center;
}

.sfp-contact-map {
    max-width: 620px;
    margin: 0 auto;
    padding: 8px 0 18px;
}

.sfp-contact-map img {
    display: block;
    width: 100%;
    height: auto;
}

.sfp-contact-intro {
    max-width: 720px;
    margin: 18px auto 0;
    color: #111d20;
    font-size: 18px;
    line-height: 1.75;
}

.sfp-contact-subscribe {
    min-width: 118px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    padding: 0 24px;
    border-radius: 8px;
    color: #fff;
    background: #18a84f;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(24, 168, 79, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.sfp-contact-subscribe:hover {
    color: #fff;
    background: #119446;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(24, 168, 79, 0.28);
}

.sfp-contact-details {
    max-width: 680px;
    margin: 64px auto 0;
    text-align: left;
}

.sfp-contact-details h2 {
    margin: 0 0 24px;
    color: #111d20;
    font-size: 20px;
    letter-spacing: 0.12em;
}

.sfp-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 0;
    color: #1f3035;
    font-size: 15px;
    line-height: 1.6;
}

.sfp-contact-detail span {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: 2px;
    background: var(--sfp-green);
    -webkit-mask: var(--contact-icon) center / contain no-repeat;
    mask: var(--contact-icon) center / contain no-repeat;
}

.sfp-contact-detail--pin span {
    --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.sfp-contact-detail--phone span {
    --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24c1.1.36 2.3.54 3.6.54a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.6 21 3 13.4 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.3.18 2.5.54 3.6a1 1 0 0 1-.24 1l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.sfp-contact-detail--mail span {
    --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5.2V7L12 12 4 7v.8L12 13Z'/%3E%3C/svg%3E");
}

.sfp-contact-card {
    min-height: 760px;
    padding: 42px 82px 54px;
    border: 1px solid rgba(223, 232, 229, 0.62);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(16, 24, 32, 0.09);
}

.sfp-contact-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #99a0a2;
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.sfp-contact-brand__mark {
    width: 26px;
    height: 34px;
    display: inline-block;
    border: 6px solid #119f49;
    border-radius: 999px;
}

.sfp-contact-brand span span {
    color: #18a84f;
}

.sfp-contact-card .sfp-kicker {
    justify-content: center;
    width: 100%;
    margin: 16px 0 0;
    color: var(--sfp-green);
}

.sfp-contact-card h1 {
    margin: 2px 0 44px;
    text-align: center;
    color: #071014;
    font-size: 30px;
    line-height: 1.25;
}

.sfp-contact-form {
    display: grid;
    gap: 24px;
}

.sfp-contact-form label {
    display: grid;
    gap: 8px;
}

.sfp-contact-form label span {
    color: #69777b;
    font-size: 15px;
}

.sfp-contact-form label span::first-letter {
    color: #f04b37;
}

.sfp-contact-form input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #d7dfdc;
    border-radius: 5px;
    outline: none;
    color: #152226;
    background: #fff;
    font: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sfp-contact-form input:focus {
    border-color: var(--sfp-green);
    box-shadow: 0 0 0 4px rgba(18, 167, 121, 0.12);
}

.sfp-contact-form input::placeholder {
    color: #a3adb0;
}

.sfp-contact-form button {
    width: 122px;
    height: 44px;
    margin: 40px auto 0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #9f9f9f;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}

.sfp-contact-form button:hover {
    background: var(--sfp-green);
    transform: translateY(-2px);
}

@media (max-width: 1080px) {
    .sfp-header__actions {
        gap: 10px;
    }

    .sfp-nav {
        gap: 18px;
    }

    .sfp-hero__proof,
    .sfp-product-grid,
    .sfp-security__grid,
    .sfp-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sfp-solutions__grid,
    .sfp-coverage__grid,
    .sfp-developers__grid,
    .sfp-footer__inner,
    .sfp-contact-grid {
        grid-template-columns: 1fr;
    }

    .sfp-contact-card {
        width: min(620px, 100%);
        min-height: auto;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 820px) {
    .sfp-shell {
        width: min(var(--sfp-shell), calc(100% - 32px));
    }

    .sfp-header__inner {
        min-height: 68px;
    }

    .sfp-header__actions {
        display: none;
    }

    .sfp-nav-button {
        width: 42px;
        height: 42px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid var(--sfp-line);
        border-radius: 8px;
        background: #fff;
    }

    .sfp-nav-button span {
        width: 18px;
        height: 2px;
        background: var(--sfp-ink);
    }

    .sfp-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 74px;
        display: none;
        padding: 16px;
        border: 1px solid var(--sfp-line);
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--sfp-shadow);
    }

    .sfp-nav a {
        display: block;
        padding: 10px 4px;
    }

    .sfp-nav__mobile {
        display: block;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid var(--sfp-line);
    }

    .sfp-nav-toggle:checked ~ .sfp-nav {
        display: block;
    }

    .sfp-hero,
    .sfp-hero__inner {
        min-height: 640px;
    }

    .sfp-hero__media {
        background-position: center;
    }

    .sfp-hero__shade {
        background: linear-gradient(180deg, rgba(12, 23, 26, 0.91), rgba(12, 23, 26, 0.66));
    }

    .sfp-carousel__arrow {
        display: none;
    }

    .sfp-business-map {
        right: 16px;
        left: 16px;
        top: 320px;
        width: auto;
        height: 230px;
        opacity: 0.72;
    }

    .sfp-business-map__pin em {
        min-width: 42px;
        padding: 4px 7px;
        font-size: 12px;
    }

    .sfp-carousel__nav {
        left: 16px;
        right: 16px;
        bottom: 20px;
        justify-content: center;
        transform: none;
    }

    .sfp-hero h1 {
        font-size: 52px;
    }

    .sfp-hero p,
    .sfp-section__head p,
    .sfp-solutions__copy p,
    .sfp-coverage p,
    .sfp-developers p,
    .sfp-security p,
    .sfp-cta p {
        font-size: 16px;
    }

    .sfp-trust__inner,
    .sfp-cta__inner,
    .sfp-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .sfp-trust__inner div {
        justify-content: flex-start;
    }

    .sfp-section,
    .sfp-solutions,
    .sfp-coverage,
    .sfp-developers,
    .sfp-security,
    .sfp-process,
    .sfp-cta {
        padding: 64px 0;
    }

    .sfp-section__head h2,
    .sfp-solutions__copy h2,
    .sfp-coverage h2,
    .sfp-developers h2,
    .sfp-process h2,
    .sfp-security h2,
    .sfp-cta h2 {
        font-size: 34px;
    }

    .sfp-hero__proof,
    .sfp-product-grid,
    .sfp-solution-list,
    .sfp-coverage__map,
    .sfp-security__grid,
    .sfp-process__grid,
    .sfp-footer__nav {
        grid-template-columns: 1fr;
    }

    .sfp-product-card,
    .sfp-solution-list article,
    .sfp-security__grid article,
    .sfp-process__grid article {
        min-height: auto;
    }

    .sfp-product-card span {
        margin-bottom: 24px;
    }

    .sfp-code-card div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .sfp-button {
        width: 100%;
    }

    .sfp-contact-page {
        padding: 42px 0 56px;
    }

    .sfp-contact-grid {
        gap: 36px;
    }

    .sfp-contact-intro {
        font-size: 16px;
    }

    .sfp-contact-details {
        margin-top: 42px;
    }

    .sfp-contact-card {
        padding: 32px 22px 38px;
    }

    .sfp-contact-card h1 {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .sfp-contact-brand {
        font-size: 26px;
    }

    .sfp-contact-form {
        gap: 18px;
    }

    .sfp-contact-form button {
        width: 100%;
        margin-top: 18px;
    }
}

/* ============ Auth Pages (Login / Register) ============ */
.sfp-auth-body {
    background:
        radial-gradient(circle at 18% 12%, rgba(18, 167, 121, 0.10), transparent 32%),
        radial-gradient(circle at 82% 88%, rgba(8, 120, 130, 0.10), transparent 32%),
        var(--sfp-bg);
}

.sfp-auth-main {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 64px 0 88px;
    overflow: hidden;
}

.sfp-auth-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.sfp-auth-orbs__one,
.sfp-auth-orbs__two {
    position: absolute;
    display: block;
    border-radius: 999px;
    filter: blur(2px);
    mix-blend-mode: screen;
    background: radial-gradient(circle, rgba(157, 240, 212, 0.78), rgba(18, 167, 121, 0.10) 64%, transparent 72%);
    animation: sfp-orb-float 9s ease-in-out infinite;
}

.sfp-auth-orbs__one {
    width: 260px;
    height: 260px;
    left: 6%;
    top: 12%;
}

.sfp-auth-orbs__two {
    width: 200px;
    height: 200px;
    right: 8%;
    bottom: 14%;
    animation-delay: -3s;
}

.sfp-auth-shell {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.sfp-auth {
    width: 100%;
    max-width: 480px;
}

.sfp-auth-card {
    padding: 40px 44px 44px;
    border: 1px solid rgba(223, 232, 229, 0.72);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 80px rgba(16, 24, 32, 0.10);
    backdrop-filter: blur(12px);
}

.sfp-auth-card__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    text-align: center;
}

.sfp-auth-card__brand .sfp-brand {
    font-size: 22px;
}

.sfp-auth-card__tagline {
    margin: 0;
    color: var(--sfp-muted);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sfp-auth-tabs {
    display: flex;
    margin-bottom: 28px;
    border: 1px solid var(--sfp-line);
    border-radius: 10px;
    background: var(--sfp-bg-2);
    overflow: hidden;
}

.sfp-auth-tabs__item {
    flex: 1 1 0;
    padding: 12px 0;
    text-align: center;
    color: var(--sfp-muted);
    font-size: 15px;
    font-weight: 800;
    transition: color 0.18s ease, background 0.18s ease;
}

.sfp-auth-tabs__item:hover {
    color: var(--sfp-green);
}

.sfp-auth-tabs__item.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--sfp-green), var(--sfp-teal));
}

.sfp-auth-form {
    display: grid;
    gap: 18px;
}

.sfp-auth-field {
    display: grid;
    gap: 8px;
}

.sfp-auth-field__label {
    color: #2c3d42;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.sfp-auth-field__control input,
.sfp-auth-field__control .form-control {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #d7dfdc;
    border-radius: 8px;
    outline: none;
    color: #152226;
    background: #fff;
    font: inherit;
    font-size: 15px;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sfp-auth-field__control input:focus,
.sfp-auth-field__control .form-control:focus {
    border-color: var(--sfp-green);
    box-shadow: 0 0 0 4px rgba(18, 167, 121, 0.14);
}

.sfp-auth-field__control input::placeholder {
    color: #a3adb0;
}

.sfp-auth-field__control--group {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.sfp-auth-field__control--group .input-group,
.sfp-auth-field__control--group .input-group-btn {
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    align-items: stretch;
}

.sfp-auth-field__control--group .input-group .form-control,
.sfp-auth-field__control--group input {
    flex: 1 1 auto;
    width: 1%;
}

.sfp-auth-field__control--group .btn-captcha {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--sfp-green), var(--sfp-teal));
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sfp-auth-field__control--group .btn-captcha:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(8, 120, 130, 0.22);
}

.sfp-auth-field__control--group img {
    height: 46px;
    border-radius: 8px;
    cursor: pointer;
}

.sfp-auth-field__help {
    min-height: 0;
    color: #d9534f;
    font-size: 13px;
}

.sfp-auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: -4px;
}

.sfp-auth-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #40555a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.sfp-auth-checkbox input {
    width: 16px;
    height: 16px;
    accent-color: var(--sfp-green);
    cursor: pointer;
}

.sfp-auth-forgot {
    color: var(--sfp-teal);
    font-size: 14px;
    font-weight: 700;
    transition: color 0.18s ease;
}

.sfp-auth-forgot:hover {
    color: var(--sfp-green);
}

.sfp-auth-actions {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.sfp-auth-submit {
    width: 100%;
    min-height: 50px;
}

.sfp-auth-submit.sfp-button--ghost {
    color: #2c3d42;
    background: #fff;
    border-color: var(--sfp-line);
}

.sfp-auth-submit.sfp-button--ghost:hover {
    color: var(--sfp-green);
    border-color: var(--sfp-green);
}

/* nice-validator 错误提示 */
.sfp-auth-form .msg-box,
.sfp-auth-form .help-block {
    color: #d9534f;
    font-size: 13px;
}

.sfp-auth-form input.n-invalid,
.sfp-auth-form .form-control.n-invalid {
    border-color: #d9534f;
}

@media (max-width: 820px) {
    .sfp-auth-main {
        padding: 40px 0 64px;
    }

    .sfp-auth-card {
        padding: 28px 22px 32px;
    }

    .sfp-auth-orbs {
        opacity: 0.6;
    }
}

