* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Clase';
    src: url('../fonts/clase-font.ttf') format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    color: #747681;
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
}

.ssh_container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Clase', sans-serif;
    color: #121213;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.22;
}

p {
    margin-bottom: 15px;
}

.ssh_accent {
    color: #6E55FF;
}

.ssh_accent2 {
    color: #C9FF70;
}

.ssh_banner_content p {
    color: #f1f1f1;
}

.ssh_subtitle {
    color: #6E55FF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}

.ssh_btn {
    display: inline-flex;
    align-items: center;
    background-color: #C9FF70;
    color: #000;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ssh_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(201, 255, 112, 0.4);
}

.ssh_btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.ssh_btn:hover i {
    transform: translateX(5px);
}

.ssh_section {
    padding: 80px 0;
}

.ssh_contact_form_section {
    padding-top: 0 !important;
}


.ssh_header {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.ssh_header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ssh_logo {
    font-family: 'Clase', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #121213;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.ssh_logo img {
    width: 30px;
    margin-right: 5px;
    margin-top: -2px;
}



.ssh_nav {
    display: flex;
    align-items: center;
}

.ssh_menu {
    display: flex;
    list-style: none;
    margin-right: 20px;
}

.ssh_menu li {
    margin-left: 30px;
}

.ssh_menu a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.ssh_menu a:hover {
    color: #6E55FF;
}

.ssh_mobile_toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


.ssh_banner {
    padding: 100px 0 100px;
    background: url('../imgs/bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    margin: 0 auto 20px auto;
    max-width: 1700px;
    width: 98%;
}

.ssh_banner_content {
    max-width: 650px;
}

.ssh_banner h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.ssh_banner p {
    font-size: 18px;
    margin-bottom: 30px;
}

.ssh_banner_buttons {
    display: flex;
    gap: 15px;
}

.ssh_btn_outline {
    background-color: #111;
    color: #fff;
}


.ssh_features {
    background-color: #fff;
}

.ssh_section_header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.ssh_section_header h2 {
    font-size: 36px;
}

.ssh_features_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ssh_feature_card {
    background-color: #F5F3FF;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.ssh_feature_card:hover {
    transform: translateY(-10px);
}

.ssh_feature_icon {
    font-size: 40px;
    color: #6E55FF;
    margin-bottom: 10px;
}

.ssh_feature_icon img {
    width: 50px;
}

.ssh_feature_card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}


.ssh_how_it_works {
    background-color: #fff;
    padding: 30px 0;
}

.ssh_how_container {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 30px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #cfc8f5;
}

.ssh_how_content {
    flex: 1;
}

.ssh_how_steps {
    flex: 1;
}

.ssh_step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.ssh_step_icon {
    background: #C9FF70;
    border-radius: 8px;
    padding: 10px;
    height: 64px;
    box-sizing: border-box;
    margin-right: 20px;
    width: 64px;
    min-width: 64px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ssh_step_icon img {
    width: 34px;
}

.ssh_step_content h3 {
    margin-bottom: 10px;
}


.ssh_why {
    background-color: #fff;
}

.ssh_why_container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ssh_why_image {
    flex: 1;
    height: 500px;
    border-radius: 10px;
    line-height: 0;
    border: 1px solid #cfc8f5;
    text-align: center;
}

.ssh_why_image img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.ssh_why_content {
    flex: 1;
}

.ssh_why_features {
    margin-top: 30px;
}

.ssh_why_feature {
    display: flex;
    margin-bottom: 20px;
}

.ssh_why_feature_icon {
    color: #6E55FF;
    margin-right: 15px;
    font-size: 20px;
}


.ssh_use_cases {
    background-color: #fff;
}

.ssh_use_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ssh_use_card {
    background-color: #F5F3FF;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.ssh_use_card:hover {
    transform: translateY(-10px);
}

.ssh_use_icon {
    font-size: 40px;
    color: #6E55FF;
    margin-bottom: 10px;
}

.ssh_use_icon img {
    width: 46px;
}

.ssh_use_card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.ssh_use_full {
    grid-column: 1 / -1;
    margin-top: 30px;
}


.ssh_cta {
    background: #6E55FF url('../imgs/contact-bg-h1.png') center no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.ssh_cta_content {
    max-width: 700px;
    margin: 0 auto;
}

.ssh_cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.ssh_cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #f1f1f1;
}


.ssh_footer {
    background-color: #fff;
    padding: 60px 0 30px;
}

.ssh_footer_container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.ssh_footer_logo {
    font-family: 'Clase', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.ssh_footer_logo img {
    width: 30px;
    margin-right: 5px;
    margin-top: -2px;
}

.ssh_footer_about p {
    margin-bottom: 20px;
}

.ssh_footer_links h4,
.ssh_footer_contact h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.ssh_footer_links ul {
    list-style: none;
}

.ssh_footer_links li {
    margin-bottom: 10px;
}

.ssh_footer_links a {
    text-decoration: none;
    color: #747681;
    transition: color 0.3s ease;
}

.ssh_footer_links a:hover {
    color: #6E55FF;
}

.ssh_footer_contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ssh_footer_contact i {
    margin-right: 10px;
    color: #6E55FF;
}

.ssh_footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.ssh_footer_legal {
    display: flex;
    gap: 20px;
}

.ssh_footer_legal a {
    text-decoration: none;
    color: #747681;
    transition: color 0.3s ease;
}

.ssh_footer_legal a:hover {
    color: #6E55FF;
}


.ssh_cookie_popup {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 90%;
    max-width: 500px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    display: none;
}

.ssh_cookie_popup.active {
    display: block;
    animation: fadeInUp 0.5s ease;
}

.ssh_cookie_title {
    font-size: 20px;
    margin-bottom: 10px;
}

.ssh_cookie_options {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.ssh_cookie_option {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ssh_cookie_option:hover {
    background-color: #f9f9f9;
}

.ssh_cookie_option.active {
    background-color: #F5F3FF;
    border-color: #6E55FF;
}

.ssh_cookie_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ssh_cookie_btn {
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ssh_cookie_accept {
    background-color: #C9FF70;
    color: #000;
}

.ssh_cookie_reject {
    background-color: #f5f5f5;
    color: #747681;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(0%, 15px);
    }

    to {
        opacity: 1;
        transform: translate(0%, 0);
    }
}



.ssh_contact_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.ssh_contact_card {
    background-color: #F5F3FF;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.ssh_contact_card:hover {
    transform: translateY(-5px);
}

.ssh_contact_icon {
    font-size: 30px;
    color: #6E55FF;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ssh_contact_icon img {
    width: 32px;
}

.ssh_contact_card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.ssh_contact_form_container {}

.ssh_contact_form_content {
    flex: 1;
    margin-bottom: 30px;
}

.ssh_contact_form {
    flex: 1;
    background-color: #F5F3FF;
    padding: 40px;
    border-radius: 10px;
}

.ssh_form_group {
    margin-bottom: 25px;
}

.ssh_form_row {
    display: flex;
    gap: 20px;
}

.ssh_form_half {
    flex: 1;
}

.ssh_contact_form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #121213;
}

.ssh_contact_form input,
.ssh_contact_form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.ssh_contact_form input:focus,
.ssh_contact_form textarea:focus {
    outline: none;
    border-color: #6E55FF;
}

.ssh_form_btn {
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.ssh_form_success {
    display: none;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.ssh_form_success i {
    font-size: 50px;
    color: #C9FF70;
    margin-bottom: 15px;
}

.ssh_form_success h3 {
    color: #121213;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .ssh_contact_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ssh_contact_form_container {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .ssh_contact_grid {
        grid-template-columns: 1fr;
    }

    .ssh_form_row {
        flex-direction: column;
        gap: 0;
    }
}


.ssh_tools_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ssh_tool_card {
    background-color: #F5F3FF;
    padding: 40px 30px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.ssh_tool_card:hover {
    transform: translateY(-10px);
}

.ssh_tool_icon {
    font-size: 40px;
    color: #6E55FF;
    margin-bottom: 20px;
}

.ssh_tool_features {
    list-style: none;
    margin-top: 20px;
}

.ssh_tool_features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.ssh_tool_features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #6E55FF;
    font-weight: bold;
}

.ssh_tools_cta {
    background-color: #F5F3FF;
    text-align: center;
}

.ssh_tools_cta_content {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ssh_tools_grid {
        grid-template-columns: 1fr;
    }
}

.ssh_about_container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ssh_about_content {
    flex: 1;
}

.ssh_about_image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ssh_image_placeholder {
    width: 100%;
    background: linear-gradient(135deg, #F5F3FF 0%, #e6e3ff 100%);
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(110, 85, 255, 0.1);
}

.ssh_image_placeholder img {
    width: 100%;
}

.ssh_about_stats {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.ssh_stat {
    text-align: center;
    flex: 1;
}

.ssh_stat h3 {
    font-size: 36px;
    color: #6E55FF;
    margin-bottom: 5px;
}

.ssh_stat p {
    font-size: 14px;
    color: #747681;
    margin: 0;
}

.ssh_values_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ssh_value_card {
    background-color: #F5F3FF;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.ssh_value_card:hover {
    transform: translateY(-10px);
}

.ssh_value_icon {
    font-size: 40px;
    color: #6E55FF;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .ssh_about_container {
        flex-direction: column;
    }

    .ssh_about_stats {
        flex-direction: column;
        gap: 20px;
    }

    .ssh_values_grid {
        grid-template-columns: 1fr;
    }
}

.ssh_page {
    background: url('../imgs/bg2.png') center no-repeat;
    background-size: cover;
}

.ssh_page .ssh_section_header {
    margin-bottom: 0;
}




.ssh_text_page {
    background-color: #fff;
    min-height: calc(100vh - 200px);
}

.ssh_text_header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.ssh_text_header h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.ssh_text_date {
    color: #747681;
    font-size: 16px;
}

.ssh_text_content {
    max-width: 900px;
    margin: 0 auto;
}

.ssh_text_section {
    margin-bottom: 40px;
}

.ssh_text_section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #121213;
    padding-bottom: 10px;
    border-bottom: 2px solid #F5F3FF;
}

.ssh_text_section p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.ssh_text_section ul {
    margin: 15px 0;
    padding-left: 20px;
}

.ssh_text_section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.ssh_text_section strong {
    color: #121213;
}

.ssh_text_page .ssh_contact_info {
    background-color: #F5F3FF;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.ssh_contact_info p {
    margin-bottom: 8px;
}

.ssh_cookies_table {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
}

.ssh_table_row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.ssh_table_row:last-child {
    border-bottom: none;
}

.ssh_table_header {
    background-color: #F5F3FF;
    font-weight: 600;
}

.ssh_table_cell {
    flex: 1;
    padding: 15px;
    text-align: left;
}

.ssh_table_header .ssh_table_cell {
    color: #121213;
}

@media (max-width: 768px) {
    .ssh_text_header h1 {
        font-size: 32px;
    }

    .ssh_text_section h2 {
        font-size: 20px;
    }

    .ssh_table_row {
        flex-direction: column;
    }

    .ssh_table_cell {
        padding: 10px;
    }

    .ssh_table_header {
        display: none;
    }

    .ssh_table_cell:before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        color: #121213;
    }
}



































@media (max-width: 992px) {
    .ssh_features_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ssh_how_container,
    .ssh_why_container {
        flex-direction: column;
    }

    .ssh_use_grid {
        grid-template-columns: 1fr;
    }

    .ssh_footer_container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .ssh_mobile_toggle {
        display: block;
        margin-left: 20px;
    }

    .ssh_menu {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        display: none;
        transition: all 0.3s ease;
    }

    .ssh_header .ssh_btn {
        font-size: 14px;
    }

    .ssh_menu.active {
        transform: translateY(0);
        display: block;
        padding: 20px;
        box-sizing: border-box;
    }

    .ssh_logo {
        font-size: 22px;
    }

    .ssh_menu li {
        margin: 10px 0;
    }

    .ssh_banner h1 {
        font-size: 36px;
    }

    .ssh_banner_buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .ssh_features_grid {
        grid-template-columns: 1fr;
    }

    .ssh_footer_container {
        grid-template-columns: 1fr;
    }

    .ssh_footer_bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .ssh_banner {
        padding: 50px 0;
        border-radius: 20px;
    }

    .ssh_section {
        padding: 50px 0;
    }
}