/* SMS Teams Homepage Custom Styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.smst-hero {
    position: relative;
    overflow: hidden;
}
.smst-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(108,99,255,0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.smst-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0,212,170,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.smst-badge {
    display: inline-block;
    background: rgba(108,99,255,0.12);
    color: #9B93FF;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid rgba(108,99,255,0.2);
    font-family: 'Inter', sans-serif;
}

/* Stats */
.smst-stats {
    border-bottom: 1px solid #EEEEF5;
}
.smst-stats .elementor-counter-number-wrapper {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
}
.smst-stats .elementor-counter-number-wrapper .elementor-counter-number,
.smst-stats .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.smst-stats .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    background: linear-gradient(135deg, #6C63FF, #8B7FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.smst-stats .elementor-counter-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #888 !important;
    font-size: 14px !important;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Features */
.smst-features .elementor-icon-box-wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
    height: 100%;
    border: 1px solid #F0F0F8;
}
.smst-features .elementor-icon-box-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(108,99,255,0.1);
    border-color: rgba(108,99,255,0.15);
}
.smst-features .elementor-icon-box-icon {
    margin-bottom: 22px !important;
}
.smst-features .elementor-icon-box-icon .elementor-icon {
    background: linear-gradient(135deg, #6C63FF 0%, #8B7FFF 100%) !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
}
.smst-features .elementor-icon-box-icon .elementor-icon i {
    color: #FFFFFF !important;
}
.smst-features .elementor-icon-box-icon .elementor-icon svg {
    fill: #FFFFFF !important;
}
.smst-features .elementor-icon-box-content .elementor-icon-box-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #1A1A2E !important;
    margin-bottom: 12px !important;
}
.smst-features .elementor-icon-box-content .elementor-icon-box-description {
    font-family: 'Inter', sans-serif !important;
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

/* Steps */
.smst-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #6C63FF 0%, #8B7FFF 100%);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(108,99,255,0.28);
    font-family: 'Inter', sans-serif;
}
.smst-step-card {
    text-align: center;
    padding: 30px 15px;
}
.smst-step-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 12px;
}
.smst-step-card p {
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
    max-width: 300px;
    margin: 0 auto;
}

/* Contact */
.smst-contact .wpcf7 input[type="text"],
.smst-contact .wpcf7 input[type="email"],
.smst-contact .wpcf7 input[type="tel"],
.smst-contact .wpcf7 input[type="url"],
.smst-contact .wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #E4E4EE;
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: #FFFFFF;
    outline: none;
    color: #333;
}
.smst-contact .wpcf7 input:focus,
.smst-contact .wpcf7 textarea:focus {
    border-color: #6C63FF;
    box-shadow: 0 0 0 3px rgba(108,99,255,0.08);
}
.smst-contact .wpcf7 input[type="submit"],
.smst-contact .wpcf7 .wpcf7-submit {
    background: linear-gradient(135deg, #6C63FF 0%, #5A52D5 100%);
    color: #FFFFFF;
    border: none;
    padding: 15px 38px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}
.smst-contact .wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108,99,255,0.3);
}
.smst-contact .wpcf7 label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
    display: block;
}
.smst-contact .wpcf7 p {
    margin-bottom: 16px;
}

/* Newsletter */
.smst-newsletter-box {
    background: linear-gradient(135deg, #1A1A2E 0%, #2D1B69 100%);
    border-radius: 24px;
    padding: 52px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.smst-newsletter-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(108,99,255,0.2) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.smst-newsletter-box h3 {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
}
.smst-newsletter-box p {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 28px 0;
    position: relative;
}
.smst-newsletter-form {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}
.smst-newsletter-form input[type="email"] {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    font-size: 15px;
    background: rgba(255,255,255,0.07);
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.smst-newsletter-form input[type="email"]::placeholder {
    color: rgba(255,255,255,0.45);
}
.smst-newsletter-form input[type="email"]:focus {
    border-color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.1);
}
.smst-newsletter-form button {
    width: 100%;
    padding: 15px 30px;
    background: #6C63FF;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}
.smst-newsletter-form button:hover {
    background: #5A52D5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108,99,255,0.4);
}

/* CTA */
.smst-cta {
    position: relative;
    overflow: hidden;
}
.smst-cta::before {
    content: '';
    position: absolute;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 767px) {
    .smst-newsletter-box {
        padding: 36px 24px;
    }
    .smst-step-card {
        padding: 20px 10px;
    }
    .smst-step-card p {
        max-width: 100%;
    }
}
