:root {

    --scfp-primary: #1d9bf0;

    --scfp-primary-dark: #2563eb;

    --scfp-heading: #0f172a;

    --scfp-text: #475569;

    --scfp-border: #dbe7f3;

    --scfp-soft: #f8fbff;

    --scfp-card: #ffffff;

    --scfp-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);

    --scfp-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);

    --scfp-radius: 22px;

    --scfp-radius-md: 16px;

}



.scfp-wrapper {

    padding: 60px 15px;

    background:

        radial-gradient(circle at top left, rgba(29, 155, 240, 0.06), transparent 35%),

        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.05), transparent 30%),

        #f4f8fc;

}



.scfp-shell {

    max-width: 1380px;

    margin: 0 auto;

}



.scfp-container {

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 28px;

    align-items: stretch;

}



.scfp-left,

.scfp-right {

    background: rgba(255, 255, 255, 0.96);

    backdrop-filter: blur(12px);

    border: 1px solid rgba(219, 231, 243, 0.9);

    border-radius: 28px;

    box-shadow: var(--scfp-shadow);

    overflow: hidden;

    height: 100%;

    display: flex;

    flex-direction: column;

}



.scfp-left-inner {

    padding: 34px;

    flex: 1;

    display: flex;

    flex-direction: column;

}



.scfp-right {

    padding: 30px;

    flex: 1;

}



.scfp-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(29, 155, 240, 0.12));

    color: #2563eb;

    border: 1px solid rgba(37, 99, 235, 0.15);

    padding: 10px 18px;

    border-radius: 999px;

    font-size: 13px;

    font-weight: 800;

    margin-bottom: 16px;

    letter-spacing: 0.2px;

    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);

}



.scfp-badge-dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: linear-gradient(135deg, #1d9bf0, #2563eb);

    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);

    flex-shrink: 0;

}



.scfp-form > .scfp-field:first-child {

    margin-bottom: 20px;

}



.scfp-title {

    margin: 0 0 10px;

    font-size: 48px;

    line-height: 1.12;

    font-weight: 800;

    color: var(--scfp-heading);

    letter-spacing: -0.8px;

}



.scfp-subtitle {

    margin: 0 0 28px;

    color: var(--scfp-text);

    font-size: 17px;

    line-height: 1.7;

    max-width: 680px;

}



.scfp-section {

    margin-top: 28px;

}



.scfp-section-head {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    margin-bottom: 16px;

}



.scfp-section-head h3 {

    margin: 0;

    font-size: 30px;

    font-weight: 800;

    line-height: 1.2;

    color: var(--scfp-heading);

    letter-spacing: -0.3px;

}



.scfp-section-head span {

    font-size: 13px;

    color: #64748b;

    font-weight: 600;

    white-space: nowrap;

}



.scfp-card-grid {

    display: grid;

    gap: 16px;

}



.scfp-grid-3 {

    grid-template-columns: repeat(3, minmax(0, 1fr));

}



.scfp-card {

    position: relative;

    min-height: 170px;

    border: 1px solid var(--scfp-border);

    border-radius: 22px;

    background:

        linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 10px;

    text-align: center;

    padding: 20px 16px;

    cursor: pointer;

    transition: all 0.28s ease;

    box-shadow: var(--scfp-shadow-sm);

}



.scfp-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 22px;

    background: linear-gradient(180deg, rgba(29, 155, 240, 0.02), rgba(37, 99, 235, 0.03));

    opacity: 0;

    transition: opacity 0.28s ease;

}



.scfp-card:hover {

    transform: translateY(-4px);

    border-color: rgba(29, 155, 240, 0.35);

    box-shadow: 0 16px 34px rgba(29, 155, 240, 0.10);

}



.scfp-card:hover::before,

.scfp-card.active::before {

    opacity: 1;

}



.scfp-card.active {

    border-color: var(--scfp-primary);

    box-shadow:

        0 0 0 4px rgba(29, 155, 240, 0.10),

        0 18px 36px rgba(29, 155, 240, 0.14);

    transform: translateY(-3px);

}



.scfp-icon-circle {

    width: 62px;

    height: 62px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(180deg, rgba(29, 155, 240, 0.12), rgba(37, 99, 235, 0.08));

    border: 1px solid rgba(29, 155, 240, 0.14);

    font-size: 28px;

    position: relative;

    z-index: 1;

}



.scfp-card strong,

.scfp-card small {

    position: relative;

    z-index: 1;

}



.scfp-card strong {

    font-size: 22px;

    line-height: 1.2;

    color: var(--scfp-heading);

    font-weight: 800;

}



.scfp-card small {

    display: block;

    font-size: 13px;

    color: #64748b;

    line-height: 1.5;

}



.scfp-form-head {

    margin-bottom: 20px;

}



.scfp-form-head h3 {

    margin: 0 0 6px;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 800;

    color: var(--scfp-heading);

    letter-spacing: -0.3px;

}



.scfp-form-head p {

    margin: 0;

    color: var(--scfp-text);

    font-size: 14px;

    line-height: 1.6;

}



.scfp-form {

    display: flex;

    flex-direction: column;

    flex: 1;

}



.scfp-form {

    margin-top: 10px;

}



.scfp-grid-2 {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

}



.scfp-field {

    margin-bottom: 18px;

}



.scfp-field label {

    display: block;

    margin-bottom: 9px;

    font-size: 14px;

    font-weight: 700;

    color: #1e293b;

}



.scfp-field input[type="text"],

.scfp-field input[type="email"],

.scfp-field select,

.scfp-field textarea {

    width: 100%;

    height: 56px;

    border: 1px solid #d8e3ee;

    border-radius: 14px;

    padding: 0 16px;

    font-size: 15px;

    color: #0f172a;

    background: #ffffff;

    outline: none;

    transition: all 0.25s ease;

    box-sizing: border-box;

    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);

}



.scfp-field textarea {

    min-height: 140px;

    height: auto;

    padding: 16px;

    resize: vertical;

}



.scfp-field input::placeholder,

.scfp-field textarea::placeholder {

    color: #94a3b8;

}



.scfp-field input:focus,

.scfp-field select:focus,

.scfp-field textarea:focus {

    border-color: var(--scfp-primary);

    box-shadow: 0 0 0 4px rgba(29, 155, 240, 0.10);

}



.scfp-file-wrap {

    position: relative;

}



.scfp-file-wrap input[type="file"] {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}



.scfp-file-label {

    display: flex;

    align-items: center;

    width: 100%;

    min-height: 62px;

    border: 1px dashed #bfd4ea;

    border-radius: 16px;

    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

    overflow: hidden;

    cursor: pointer;

    transition: all 0.25s ease;

}



.scfp-file-label:hover {

    border-color: var(--scfp-primary);

    box-shadow: 0 0 0 4px rgba(29, 155, 240, 0.08);

}



.scfp-file-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 130px;

    padding: 16px 18px;

    background: rgba(29, 155, 240, 0.08);

    color: var(--scfp-primary-dark);

    font-size: 14px;

    font-weight: 800;

    border-right: 1px solid #dbe7f3;

}



.scfp-file-name {

    flex: 1;

    padding: 14px 16px;

    font-size: 14px;

    color: #64748b;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.scfp-submit-btn {

    width: 100%;

    min-height: 62px;

    border: 0;

    border-radius: 16px;

    padding: 16px 22px;

    cursor: pointer;

    background: linear-gradient(90deg, var(--scfp-primary) 0%, var(--scfp-primary-dark) 100%);

    color: #fff;

    font-size: 19px;

    font-weight: 800;

    letter-spacing: 0.2px;

    transition: all 0.28s ease;

    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);

}



.scfp-submit-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.28);

}



.scfp-submit-btn:disabled {

    opacity: 0.75;

    cursor: not-allowed;

    transform: none;

}



.scfp-message {

    margin-top: 18px;

    padding: 14px 16px;

    border-radius: 14px;

    font-size: 14px;

    font-weight: 700;

}



.scfp-message.success {

    background: #ecfdf5;

    color: #065f46;

    border: 1px solid #a7f3d0;

}



.scfp-message.error {

    background: #fef2f2;

    color: #991b1b;

    border: 1px solid #fecaca;

}



/* Tablet */

@media (max-width: 1199px) {

    .scfp-title {

        font-size: 40px;

    }



    .scfp-section-head h3 {

        font-size: 24px;

    }



    .scfp-card {

        min-height: 155px;

    }

}



/* Mobile */

@media (max-width: 991px) {

    .scfp-container {

        grid-template-columns: 1fr;

    }



    .scfp-left-inner,

    .scfp-right {

        padding: 24px;

    }

}



@media (max-width: 767px) {

    .scfp-wrapper {

        padding: 35px 12px;

    }



    .scfp-title {

        font-size: 34px;

    }



    .scfp-subtitle {

        font-size: 15px;

        margin-bottom: 22px;

    }



    .scfp-section-head {

        flex-direction: column;

        align-items: flex-start;

    }



    .scfp-section-head h3 {

        font-size: 22px;

    }



    .scfp-grid-3,

    .scfp-grid-2 {

        grid-template-columns: 1fr;

    }



    .scfp-card {

        min-height: 140px;

    }



    .scfp-form-head h3 {

        font-size: 22px;

    }



    .scfp-file-label {

        flex-direction: column;

        align-items: stretch;

    }



    .scfp-file-btn {

        border-right: 0;

        border-bottom: 1px solid #dbe7f3;

        min-width: 100%;

    }



    .scfp-file-name {

        padding: 12px 14px;

    }

	:root {

    --scfp-primary: #1d9bf0;

    --scfp-primary-dark: #2563eb;

    --scfp-heading: #0f172a;

    --scfp-text: #475569;

    --scfp-border: #dbe7f3;

    --scfp-soft: #f8fbff;

    --scfp-card: #ffffff;

    --scfp-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);

    --scfp-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);

    --scfp-radius: 22px;

    --scfp-radius-md: 16px;

}



.scfp-wrapper {

    padding: 60px 15px;

    background:

        radial-gradient(circle at top left, rgba(29, 155, 240, 0.06), transparent 35%),

        radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.05), transparent 30%),

        #f4f8fc;

}



.scfp-shell {

    max-width: 1380px;

    margin: 0 auto;

}



.scfp-container {

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 28px;

    align-items: stretch;

}



.scfp-left,

.scfp-right {

    background: rgba(255, 255, 255, 0.96);

    backdrop-filter: blur(12px);

    border: 1px solid rgba(219, 231, 243, 0.9);

    border-radius: 28px;

    box-shadow: var(--scfp-shadow);

    overflow: hidden;

    height: 100%;

    display: flex;

    flex-direction: column;

}



.scfp-left-inner {

    padding: 34px;

    flex: 1;

    display: flex;

    flex-direction: column;

}



.scfp-right {

    padding: 30px;

    flex: 1;

}



.scfp-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    background: rgba(29, 155, 240, 0.08);

    color: var(--scfp-primary-dark);

    border: 1px solid rgba(29, 155, 240, 0.14);

    padding: 8px 14px;

    border-radius: 999px;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 14px;

    letter-spacing: 0.2px;

}



.scfp-title {

    margin: 0 0 10px;

    font-size: 48px;

    line-height: 1.12;

    font-weight: 800;

    color: var(--scfp-heading);

    letter-spacing: -0.8px;

}



.scfp-subtitle {

    /* margin: 0 0 28px; */

    color: var(--scfp-text);

    font-size: 17px;

    line-height: 1.7;

    max-width: 680px;

}



.scfp-section {

    margin-top: 28px;

}



.scfp-section-head {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    margin-bottom: 16px;

}



.scfp-section-head h3 {

    margin: 0;

    font-size: 30px;

    font-weight: 800;

    line-height: 1.2;

    color: var(--scfp-heading);

    letter-spacing: -0.3px;

}



.scfp-section-head span {

    font-size: 13px;

    color: #64748b;

    font-weight: 600;

    white-space: nowrap;

}



.scfp-card-grid {

    display: grid;

    gap: 16px;

}



.scfp-grid-3 {

    grid-template-columns: repeat(3, minmax(0, 1fr));

}



.scfp-card {

    position: relative;

    min-height: 170px;

    border: 1px solid var(--scfp-border);

    border-radius: 22px;

    background:

        linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 10px;

    text-align: center;

    padding: 20px 16px;

    cursor: pointer;

    transition: all 0.28s ease;

    box-shadow: var(--scfp-shadow-sm);

}



.scfp-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 22px;

    background: linear-gradient(180deg, rgba(29, 155, 240, 0.02), rgba(37, 99, 235, 0.03));

    opacity: 0;

    transition: opacity 0.28s ease;

}



.scfp-card:hover {

    transform: translateY(-4px);

    border-color: rgba(29, 155, 240, 0.35);

    box-shadow: 0 16px 34px rgba(29, 155, 240, 0.10);

}



.scfp-card:hover::before,

.scfp-card.active::before {

    opacity: 1;

}



.scfp-card.active {

    border-color: var(--scfp-primary);

    box-shadow:

        0 0 0 4px rgba(29, 155, 240, 0.10),

        0 18px 36px rgba(29, 155, 240, 0.14);

    transform: translateY(-3px);

}



.scfp-icon-circle {

    width: 62px;

    height: 62px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(180deg, rgba(29, 155, 240, 0.12), rgba(37, 99, 235, 0.08));

    border: 1px solid rgba(29, 155, 240, 0.14);

    font-size: 28px;

    position: relative;

    z-index: 1;

}



.scfp-card strong,

.scfp-card small {

    position: relative;

    z-index: 1;

}



.scfp-card strong {

    font-size: 22px;

    line-height: 1.2;

    color: var(--scfp-heading);

    font-weight: 800;

}



.scfp-card small {

    display: block;

    font-size: 13px;

    color: #64748b;

    line-height: 1.5;

}



.scfp-form-head {

    margin-bottom: 20px;

}



.scfp-form-head h3 {

    margin: 0 0 6px;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 800;

    color: var(--scfp-heading);

    letter-spacing: -0.3px;

}



.scfp-form-head p {

    margin: 0;

    color: var(--scfp-text);

    font-size: 14px;

    line-height: 1.6;

}



.scfp-form {

    display: flex;

    flex-direction: column;

    flex: 1;

}



.scfp-form {

    margin-top: 10px;

}



.scfp-grid-2 {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

}



.scfp-field {

    margin-bottom: 18px;

}



.scfp-field label {

    display: block;

    margin-bottom: 9px;

    font-size: 14px;

    font-weight: 700;

    color: #1e293b;

}



.scfp-field input[type="text"],

.scfp-field input[type="email"],

.scfp-field select,

.scfp-field textarea {

    width: 100%;

    height: 56px;

    border: 1px solid #d8e3ee;

    border-radius: 14px;

    padding: 0 16px;

    font-size: 15px;

    color: #0f172a;

    background: #ffffff;

    outline: none;

    transition: all 0.25s ease;

    box-sizing: border-box;

    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);

}



.scfp-field textarea {

    min-height: 140px;

    height: auto;

    padding: 16px;

    resize: vertical;

}



.scfp-field input::placeholder,

.scfp-field textarea::placeholder {

    color: #94a3b8;

}



.scfp-field input:focus,

.scfp-field select:focus,

.scfp-field textarea:focus {

    border-color: var(--scfp-primary);

    box-shadow: 0 0 0 4px rgba(29, 155, 240, 0.10);

}



.scfp-file-wrap {

    position: relative;

}



.scfp-file-wrap input[type="file"] {

    position: absolute;

    opacity: 0;

    pointer-events: none;

}



.scfp-file-label {

    display: flex;

    align-items: center;

    width: 100%;

    min-height: 62px;

    border: 1px dashed #bfd4ea;

    border-radius: 16px;

    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

    overflow: hidden;

    cursor: pointer;

    transition: all 0.25s ease;

}



.scfp-file-label:hover {

    border-color: var(--scfp-primary);

    box-shadow: 0 0 0 4px rgba(29, 155, 240, 0.08);

}



.scfp-file-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 130px;

    padding: 16px 18px;

    background: rgba(29, 155, 240, 0.08);

    color: var(--scfp-primary-dark);

    font-size: 14px;

    font-weight: 800;

    border-right: 1px solid #dbe7f3;

}



.scfp-file-name {

    flex: 1;

    padding: 14px 16px;

    font-size: 14px;

    color: #64748b;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.scfp-submit-btn {

    width: 100%;

    min-height: 62px;

    border: 0;

    border-radius: 16px;

    padding: 16px 22px;

    cursor: pointer;

    background: linear-gradient(90deg, var(--scfp-primary) 0%, var(--scfp-primary-dark) 100%);

    color: #fff;

    font-size: 19px;

    font-weight: 800;

    letter-spacing: 0.2px;

    transition: all 0.28s ease;

    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);

}



.scfp-submit-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 20px 34px rgba(37, 99, 235, 0.28);

}



.scfp-submit-btn:disabled {

    opacity: 0.75;

    cursor: not-allowed;

    transform: none;

}



.scfp-message {

    margin-top: 18px;

    padding: 14px 16px;

    border-radius: 14px;

    font-size: 14px;

    font-weight: 700;

}



.scfp-message.success {

    background: #ecfdf5;

    color: #065f46;

    border: 1px solid #a7f3d0;

}



.scfp-message.error {

    background: #fef2f2;

    color: #991b1b;

    border: 1px solid #fecaca;

}



/* Tablet */

@media (max-width: 1199px) {

    .scfp-title {

        font-size: 40px;

    }



    .scfp-section-head h3 {

        font-size: 24px;

    }



    .scfp-card {

        min-height: 155px;

    }

}



/* Mobile */

@media (max-width: 991px) {

    .scfp-container {

        grid-template-columns: 1fr;

    }



    .scfp-left-inner,

    .scfp-right {

        padding: 24px;

    }

}



@media (max-width: 767px) {

    .scfp-wrapper {

        padding: 35px 12px;

    }



    .scfp-title {

        font-size: 34px;

    }



    .scfp-subtitle {

        font-size: 15px;

        margin-bottom: 22px;

    }



    .scfp-section-head {

        flex-direction: column;

        align-items: flex-start;

    }



    .scfp-section-head h3 {

        font-size: 22px;

    }



    .scfp-grid-3,

    .scfp-grid-2 {

        grid-template-columns: 1fr;

    }



    .scfp-card {

        min-height: 140px;

    }



    .scfp-form-head h3 {

        font-size: 22px;

    }



    .scfp-file-label {

        flex-direction: column;

        align-items: stretch;

    }



    .scfp-file-btn {

        border-right: 0;

        border-bottom: 1px solid #dbe7f3;

        min-width: 100%;

    }



    .scfp-file-name {

        padding: 12px 14px;

    }

	

	span.scfp-badge {

    font-size: 25px;

    padding: 20px;

    background: #236beb;

    color: #fff;

}

}

	

}