/**
 * FoodOrd Pro Teasers
 */

.foodord-pro-teaser-page {
    margin: 0;
    padding: 40px 20px;
    background: transparent;
    min-height: calc(100vh - 32px);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

#wpbody-content .foodord-pro-teaser-page {
    margin: -20px 0 -20px -20px;
    width: auto;
    overflow-x: hidden;
}

.foodord-pro-teaser-container {
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.foodord-pro-teaser-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #86868b;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.foodord-pro-teaser-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    color: #333333;
}

.foodord-pro-teaser-description {
    font-size: 18px;
    line-height: 1.5;
    color: #424245;
    max-width: 600px;
    margin: 0 auto 48px;
    font-weight: 400;
}

.foodord-pro-teaser-visual {
    margin: 0 auto 48px;
    max-width: 480px;
}

.foodord-pro-teaser-visual img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.foodord-pro-teaser-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: left;
    margin-bottom: 48px;
    padding-top: 40px;
    border-top: 1px solid #f2f2f2;
}

.foodord-pro-teaser-feature-item h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #333333;
}

.foodord-pro-teaser-feature-item p {
    font-size: 15px;
    line-height: 1.5;
    color: #6e6e73;
    margin: 0;
}

.foodord-pro-teaser-cta {
    margin-top: 48px;
}

.foodord-pro-teaser-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border: 1px solid transparent;
    background-clip: padding-box;
    color: #fff;
    padding: 12px 28px;
    border-radius: 980px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.foodord-pro-teaser-btn:hover,
.foodord-pro-teaser-btn:active,
.foodord-pro-teaser-btn:focus,
.foodord-pro-teaser-btn:focus-visible {
    background: #1d1d1f;
    border-color: transparent;
    border-radius: 980px;
    color: #e1e1e1;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.foodord-pro-teaser-footer-note {
    font-size: 12px;
    color: #86868b;
}

/* Page Specific Overrides */
.foodord-pro-teaser--tipping .foodord-pro-teaser-badge {
    color: #ff5722;
}

.foodord-pro-teaser--loyalty .foodord-pro-teaser-badge {
    color: #0071e3;
}

.foodord-pro-teaser--pricing .foodord-pro-teaser-badge {
    color: #34c759;
}

.foodord-pro-teaser--reviews .foodord-pro-teaser-badge {
    color: #ea004b;
}

@media (max-width: 768px) {
    .foodord-pro-teaser-page {
        padding: 20px 10px;
    }

    .foodord-pro-teaser-container {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .foodord-pro-teaser-title {
        font-size: 32px;
    }

    .foodord-pro-teaser-description {
        font-size: 17px;
    }

    .foodord-pro-teaser-features {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .foodord-pro-teaser-btn {
        width: 100%;
        box-sizing: border-box;
    }
}
