.elementor-7578 .elementor-element.elementor-element-b664ec3{--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-7578 .elementor-element.elementor-element-b664ec3 .wcf-image-hover{background-image:url( https://teleobi.com/wp-content/plugins/elementor/assets/images/placeholder.png );}.elementor-7578 .elementor-element.elementor-element-f5ff504{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7578 .elementor-element.elementor-element-f5ff504 .wcf-image-hover{background-image:url( https://teleobi.com/wp-content/plugins/elementor/assets/images/placeholder.png );}@media(max-width:767px){.elementor-7578 .elementor-element.elementor-element-f5ff504{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-df87791 *//* ========================================
   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;
}

/* ========================================
   HERO SECTION
   ======================================== */

.demo-hero {
    position: relative;
    padding: 80px 24px 60px;
    text-align: center;
    overflow: hidden;
    background: #0f172a;
}

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

.demo-hero__glow--left {
    top: -150px;
    left: -150px;
    background: #24db7c;
}

.demo-hero__glow--right {
    top: -100px;
    right: -150px;
    background: #6ab04c;
}

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

.demo-hero__title {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.demo-hero__title .highlight {
    background: linear-gradient(135deg, #24db7c 0%, #6ab04c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Steps - ALWAYS INLINE */
.demo-hero__steps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.step-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.step-item__check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* ========================================
   MAIN CONTENT
   ======================================== */

.demo-main {
    padding: 60px 24px 80px;
    background: #f8fafc;
}

.demo-container {
    max-width: 1200px;
    margin: 0 auto;
}

.demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

/* ========================================
   FEATURE CARD
   ======================================== */

.demo-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.demo-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px;
    border: 1px solid #e2e8f0;
}

.demo-card__title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

.highlight-green {
    color: #24db7c;
}

.demo-card__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 20px;
}

/* Feature List */
.feature-list {
    list-style: none;
    margin-bottom: 28px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list__check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Pricing Pills - ALWAYS INLINE */
.pricing-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.pricing-pill {
    flex: 1;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
}

.pricing-pill__value {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #059669;
}

.pricing-pill__label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 2px;
}

/* ========================================
   WARNING CARD - DETAILED & EXPLICIT
   ======================================== */

.warning-card {
    background: #ffffff;
    border: 2px solid #fca5a5;
    border-radius: 20px;
    padding: 28px;
}

.warning-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fee2e2;
}

.warning-card__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.warning-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: -0.3px;
}

.warning-list {
    list-style: none;
    margin-bottom: 20px;
}

.warning-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #fef2f2;
}

.warning-list li:last-child {
    border-bottom: none;
}

.warning-list__cross {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.warning-list__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.warning-list__content strong {
    font-size: 14px;
    font-weight: 700;
    color: #991b1b;
}

.warning-list__content span {
    font-size: 13px;
    font-weight: 500;
    color: #7f1d1d;
    line-height: 1.4;
}

.warning-card__footer {
    background: #fef2f2;
    padding: 16px;
    border-radius: 12px;
}

.warning-card__footer p {
    font-size: 13px;
    font-weight: 600;
    color: #b91c1c;
    line-height: 1.5;
    margin: 0;
}

/* ========================================
   CALENDAR CARD - CLEAN WHITE
   ======================================== */

.calendar-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 24px;
}

.calendar-card__header {
    margin-bottom: 24px;
    text-align: center;
}

.calendar-card__badge {
    display: inline-block;
    background: #f0fdf4;
    color: #059669;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
    border: 1px solid #bbf7d0;
}

.calendar-card__title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.calendar-card__subtitle {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.calendar-card__embed {
    width: 100%;
    min-height: 480px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* ========================================
   RESPONSIVE - TABLET (1024px)
   ======================================== */

@media screen and (max-width: 1024px) {
    .demo-hero__title {
        font-size: 42px;
    }
    
    .demo-hero__steps {
        gap: 24px;
    }
    
    .step-item {
        font-size: 14px;
    }
    
    .demo-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .calendar-card {
        position: static;
    }
}

/* ========================================
   RESPONSIVE - MOBILE (640px)
   ======================================== */

@media screen and (max-width: 640px) {
    .demo-hero {
        padding: 50px 16px 40px;
    }
    
    .demo-hero__title {
        font-size: 28px;
        letter-spacing: -1px;
        margin-bottom: 28px;
    }
    
    .demo-hero__title br {
        display: none;
    }
    
    /* STEPS - ALWAYS INLINE ON MOBILE */
    .demo-hero__steps {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 16px !important;
        padding: 0 4px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .step-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    
    .step-item__check {
        width: 18px !important;
        height: 18px !important;
    }
    
    /* MAIN CONTENT - MOBILE */
    .demo-main {
        padding: 32px 16px 60px;
    }
    
    .demo-card {
        padding: 24px 20px;
        border-radius: 16px;
    }
    
    .demo-card__title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .demo-card__subtitle {
        font-size: 15px;
        margin-bottom: 16px;
    }
    
    .feature-list li {
        font-size: 14px;
        padding: 10px 0;
        gap: 10px;
    }
    
    .feature-list__check {
        width: 18px;
        height: 18px;
    }
    
    /* PRICING PILLS - ALWAYS INLINE ON MOBILE */
    .pricing-pills {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    
    .pricing-pill {
        flex: 1 !important;
        padding: 12px 8px !important;
        border-radius: 10px !important;
        min-width: 0 !important;
    }
    
    .pricing-pill__value {
        font-size: 14px !important;
    }
    
    .pricing-pill__label {
        font-size: 9px !important;
    }
    
    /* WARNING CARD - MOBILE */
    .warning-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .warning-card__header {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }
    
    .warning-card__icon {
        width: 24px;
        height: 24px;
    }
    
    .warning-card__title {
        font-size: 16px;
    }
    
    .warning-list li {
        padding: 12px 0;
        gap: 10px;
    }
    
    .warning-list__cross {
        width: 18px;
        height: 18px;
    }
    
    .warning-list__content strong {
        font-size: 13px;
    }
    
    .warning-list__content span {
        font-size: 12px;
    }
    
    .warning-card__footer {
        padding: 14px;
    }
    
    .warning-card__footer p {
        font-size: 12px;
    }
    
    /* CALENDAR CARD - MOBILE */
    .calendar-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    
    .calendar-card__badge {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .calendar-card__title {
        font-size: 20px;
    }
    
    .calendar-card__subtitle {
        font-size: 13px;
    }
    
    .calendar-card__embed {
        min-height: 420px;
        border-radius: 10px;
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE (380px)
   ======================================== */

@media screen and (max-width: 380px) {
    .demo-hero__title {
        font-size: 24px;
    }
    
    .demo-hero__steps {
        gap: 12px !important;
    }
    
    .step-item {
        font-size: 10px !important;
        gap: 4px !important;
    }
    
    .step-item__check {
        width: 16px !important;
        height: 16px !important;
    }
    
    .demo-card__title {
        font-size: 20px;
    }
    
    .pricing-pill__value {
        font-size: 12px !important;
    }
    
    .pricing-pill__label {
        font-size: 8px !important;
    }
    
    .warning-card__title {
        font-size: 15px;
    }
    
    .warning-list__content strong {
        font-size: 12px;
    }
    
    .warning-list__content span {
        font-size: 11px;
    }
}

/* ========================================
   RESPONSIVE - EXTRA SMALL (320px)
   ======================================== */

@media screen and (max-width: 320px) {
    .demo-hero__title {
        font-size: 22px;
    }
    
    .demo-hero__steps {
        gap: 8px !important;
    }
    
    .step-item {
        font-size: 9px !important;
    }
    
    .step-item__check {
        width: 14px !important;
        height: 14px !important;
    }
    
    .pricing-pill__value {
        font-size: 11px !important;
    }
    
    .pricing-pill__label {
        font-size: 7px !important;
        white-space: nowrap !important;
    }
}/* End custom CSS */