.elementor-7618 .elementor-element.elementor-element-2251e25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7618 .elementor-element.elementor-element-2251e25 .wcf-image-hover{background-image:url( https://teleobi.com/wp-content/plugins/elementor/assets/images/placeholder.png );}.elementor-7618 .elementor-element.elementor-element-c24ea5e{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7618 .elementor-element.elementor-element-c24ea5e .wcf-image-hover{background-image:url( https://teleobi.com/wp-content/plugins/elementor/assets/images/placeholder.png );}@media(max-width:767px){.elementor-7618 .elementor-element.elementor-element-c24ea5e{--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-9faca69 *//* ========================================
   RESET & BASE
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #ffffff;
    color: #1e293b;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

/* ========================================
   CONTAINER
   ======================================== */
.support-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* ========================================
   HERO SECTION
   ======================================== */
.support-hero {
    position: relative;
    padding: 80px 24px 60px;
    text-align: center;
    overflow: hidden;
    background: #0f172a;
}

.support-hero__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    pointer-events: none;
}

.support-hero__glow--left {
    top: -150px;
    left: -150px;
    background: #059669;
}

.support-hero__glow--right {
    top: -100px;
    right: -150px;
    background: #10b981;
}

.support-hero__content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.support-hero__title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.support-hero__title .highlight {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.support-hero__subtitle {
    font-size: 18px;
    color: #e2e8f0;
    font-weight: 500;
    margin-bottom: 24px;
}

/* Hero Badge - Google Meet */
.support-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
}

.support-hero__badge svg {
    color: #10b981;
    flex-shrink: 0;
}

.support-hero__badge strong {
    color: #ffffff;
}

/* ========================================
   SUPPORT RULES SECTION
   ======================================== */
.support-rules {
    padding: 0 24px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

/* Warning Banner */
.rules-banner {
    max-width: 900px;
    margin: 0 auto 24px;
    border-radius: 16px;
    padding: 20px 24px;
}

.rules-banner--warning {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
}

.rules-banner__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.rules-banner__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.rules-banner__icon--warning {
    color: #d97706;
}

.rules-banner__icon svg {
    width: 100%;
    height: 100%;
}

.rules-banner__title {
    font-size: 16px;
    font-weight: 800;
    color: #92400e;
    margin: 0;
}

.rules-banner__text {
    font-size: 14px;
    font-weight: 500;
    color: #a16207;
    line-height: 1.6;
    margin: 0;
    padding-left: 40px;
}

.rules-banner__text strong {
    color: #92400e;
}

.rules-banner__text a {
    color: #92400e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rules-banner__text a:hover {
    color: #78350f;
}

/* Rules Card */
.rules-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.rules-card__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}

.rules-card__title svg {
    color: #64748b;
    flex-shrink: 0;
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Rule Items */
.rule-item {
    display: flex;
    gap: 12px;
    padding: 20px;
    border-radius: 14px;
}

.rule-item--red {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.rule-item--orange {
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.rule-item--blue {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.rule-item__number {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

.rule-item__content {
    flex: 1;
}

.rule-item__title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.rule-item--red .rule-item__title {
    color: #b91c1c;
}

.rule-item--orange .rule-item__title {
    color: #c2410c;
}

.rule-item--blue .rule-item__title {
    color: #1d4ed8;
}

.rule-item__desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.rule-item--red .rule-item__desc {
    color: #991b1b;
}

.rule-item--orange .rule-item__desc {
    color: #9a3412;
}

.rule-item--blue .rule-item__desc {
    color: #1e40af;
}

.rule-item__warning {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    background: #ea580c;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================
   MAIN SECTION
   ======================================== */
.support-main {
    padding: 60px 24px 80px;
    background: #f8fafc;
}

/* ========================================
   SUPPORT CARDS GRID
   ======================================== */
.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ========================================
   SUPPORT CARD
   ======================================== */
.support-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    border: 1px solid #e2e8f0;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.support-card:hover {
    border-color: #059669;
    box-shadow: 0 10px 40px rgba(5, 150, 105, 0.12);
    transform: translateY(-4px);
}

.support-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}

.support-card__icon svg {
    width: 100%;
    height: 100%;
}

.support-card__duration {
    display: inline-block;
    background: #ecfdf5;
    color: #059669;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
    border: 1px solid #a7f3d0;
}

.support-card__title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.support-card__desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Google Meet Tag */
.support-card__meet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #059669;
    margin-bottom: 20px;
}

.support-card__meet svg {
    color: #059669;
    flex-shrink: 0;
}

/* Features List */
.support-card__features {
    list-style: none;
    margin-bottom: 28px;
    text-align: left;
    flex-grow: 1;
}

.support-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.support-card__features li:last-child {
    border-bottom: none;
}

.support-card__features li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Button - Dark Green for Contrast */
.support-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    background: #059669;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.support-card__btn:hover {
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.support-card__btn svg {
    width: 18px;
    height: 18px;
}

/* ========================================
   OTHER SUPPORT OPTIONS
   ======================================== */
.support-other {
    padding: 60px 24px 80px;
    background: #ffffff;
}

.support-other__title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.support-other__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.support-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 24px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s ease;
}

.support-option:hover {
    border-color: #059669;
    background: #ecfdf5;
    transform: translateY(-2px);
}

.support-option__icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.support-option__title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.support-option__desc {
    font-size: 14px;
    color: #64748b;
}

/* ========================================
   LEGACY WARNING BANNER (if used)
   ======================================== */
.support-warning {
    padding: 0 24px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

.warning-banner {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 2px solid #f59e0b;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.warning-banner__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: #d97706;
}

.warning-banner__icon svg {
    width: 100%;
    height: 100%;
}

.warning-banner__content {
    flex: 1;
}

.warning-banner__title {
    font-size: 16px;
    font-weight: 800;
    color: #92400e;
    margin-bottom: 6px;
}

.warning-banner__text {
    font-size: 14px;
    font-weight: 500;
    color: #a16207;
    line-height: 1.6;
    margin: 0;
}

.warning-banner__text strong {
    color: #92400e;
}

.warning-banner__text a {
    color: #92400e;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.warning-banner__text a:hover {
    color: #78350f;
}

/* ========================================
   RESPONSIVE - TABLET (1024px)
   ======================================== */
@media screen and (max-width: 1024px) {
    .support-hero__title {
        font-size: 40px;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .support-other__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .warning-banner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .warning-banner__icon {
        margin-bottom: 8px;
    }
    
    .rules-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .rules-banner__text {
        padding-left: 0;
    }
    
    .rules-banner__header {
        flex-direction: column;
        text-align: center;
    }
}

/* ========================================
   RESPONSIVE - MOBILE (640px)
   ======================================== */
@media screen and (max-width: 640px) {
    .support-hero {
        padding: 60px 16px 48px;
    }
    
    .support-hero__title {
        font-size: 32px;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }
    
    .support-hero__title br {
        display: none;
    }
    
    .support-hero__subtitle {
        font-size: 16px;
        color: #cbd5e1;
    }
    
    .support-hero__badge {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
        border-radius: 14px;
        font-size: 13px;
        gap: 8px;
    }
    
    .support-warning {
        padding: 0 16px;
        margin-top: -16px;
    }
    
    .warning-banner {
        padding: 20px;
        border-radius: 14px;
    }
    
    .warning-banner__icon {
        width: 28px;
        height: 28px;
    }
    
    .warning-banner__title {
        font-size: 15px;
    }
    
    .warning-banner__text {
        font-size: 13px;
    }
    
    .support-rules {
        padding: 0 16px;
        margin-top: -16px;
    }
    
    .rules-banner {
        padding: 16px 20px;
        margin-bottom: 16px;
    }
    
    .rules-banner__title {
        font-size: 15px;
    }
    
    .rules-banner__text {
        font-size: 13px;
    }
    
    .rules-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .rules-card__title {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .rule-item {
        padding: 16px;
        border-radius: 12px;
    }
    
    .rule-item__number {
        font-size: 20px;
    }
    
    .rule-item__title {
        font-size: 14px;
    }
    
    .rule-item__desc {
        font-size: 12px;
    }
    
    .support-main {
        padding: 40px 16px 60px;
    }
    
    .support-grid {
        gap: 16px;
    }
    
    .support-card {
        padding: 28px 20px;
        border-radius: 16px;
    }
    
    .support-card__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
    
    .support-card__duration {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    .support-card__title {
        font-size: 18px;
    }
    
    .support-card__desc {
        font-size: 13px;
    }
    
    .support-card__meet {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .support-card__features li {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .support-card__features li svg {
        width: 16px;
        height: 16px;
    }
    
    .support-card__btn {
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .support-other {
        padding: 48px 16px 60px;
    }
    
    .support-other__title {
        font-size: 24px;
        margin-bottom: 28px;
    }
    
    .support-other__grid {
        gap: 12px;
    }
    
    .support-option {
        padding: 24px 20px;
        border-radius: 14px;
    }
    
    .support-option__icon {
        font-size: 28px;
        margin-bottom: 12px;
    }
    
    .support-option__title {
        font-size: 15px;
    }
    
    .support-option__desc {
        font-size: 13px;
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE (380px)
   ======================================== */
@media screen and (max-width: 380px) {
    .support-hero__title {
        font-size: 28px;
    }
    
    .support-hero__subtitle {
        font-size: 15px;
    }
    
    .support-hero__badge {
        font-size: 12px;
        padding: 14px 16px;
    }
    
    .rules-banner__title {
        font-size: 14px;
    }
    
    .rules-banner__text {
        font-size: 12px;
    }
    
    .rule-item {
        padding: 14px;
    }
    
    .rule-item__title {
        font-size: 13px;
    }
    
    .rule-item__desc {
        font-size: 11px;
    }
    
    .rule-item__warning {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .warning-banner__title {
        font-size: 14px;
    }
    
    .warning-banner__text {
        font-size: 12px;
    }
    
    .support-card {
        padding: 24px 16px;
    }
    
    .support-card__title {
        font-size: 17px;
    }
    
    .support-card__btn {
        font-size: 13px;
        padding: 11px 16px;
    }
}/* End custom CSS */