/* Base Layout & Typography */
.ysee-esr-page {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    color: #2D3436;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #FAFAFA;
}

.ysee-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.ysee-full-section {
    padding: 100px 0;
}

/* Premium Hero */
.ysee-premium-hero {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFFFFF 100%);
    text-align: center;
    padding: 120px 0 100px;
}

.ysee-hero-tagline {
    display: inline-block;
    background: rgba(255, 107, 107, 0.1);
    color: #FF6B6B;
    padding: 8px 16px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.ysee-hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: #2D3436;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ysee-hero-description {
    font-size: 20px;
    color: #636E72;
    max-width: 800px;
    margin: 0 auto 48px;
    line-height: 1.6;
}

/* Cards & Grid */
.ysee-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.ysee-benefit-card {
    background: white;
    padding: 48px 32px;
    border-radius: 32px;
    border: 1px solid #F1F2F6;
    transition: all 0.3s ease;
    text-align: center;
}

.ysee-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: #FFE5D9;
}

.ysee-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2D3436;
}

/* Showcase Section */
.ysee-showcase-section {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.ysee-showcase-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.ysee-showcase-header {
    text-align: center;
    margin-bottom: 60px;
}

.ysee-showcase-badge {
    background: #FF6B6B;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 16px;
    display: inline-block;
}

.ysee-showcase-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.ysee-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.ysee-tab-btn {
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid #F1F2F6;
    background: white;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ysee-tab-btn.active {
    background: #2D3436;
    color: white;
    border-color: #2D3436;
}

.ysee-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease-out;
}

.ysee-tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ysee-panel-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ysee-panel-text h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.ysee-panel-list {
    list-style: none;
    padding: 0;
    margin-top: 32px;
}

.ysee-panel-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.ysee-check {
    color: #28C840;
    font-weight: bold;
}

.ysee-browser {
    background: #F1F2F6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid #E1E2E6;
}

.ysee-browser-bar {
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
}

.ysee-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ysee-url-bar {
    background: #F1F2F6;
    height: 24px;
    flex: 1;
    margin: 0 16px;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #636E72;
}

.ysee-screenshot {
    width: 100%;
    display: block;
}

/* Pricing */
.ysee-pricing-grid {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
}

.ysee-price-card {
    background: white;
    padding: 48px;
    border-radius: 32px;
    border: 1px solid #F1F2F6;
    flex: 1;
    min-width: 320px;
    max-width: 400px;
    text-align: left;
    transition: all 0.3s ease;
}

.ysee-price-card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.ysee-card-popular {
    border: 2px solid #FF6B6B;
    position: relative;
}

.ysee-popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF6B6B;
    color: white;
    padding: 6px 16px;
    border-radius: 100px;
    font-weight: 800;
    font-size: 12px;
}

.ysee-plan-name {
    font-size: 18px;
    font-weight: 800;
    color: #FF6B6B;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ysee-plan-price {
    font-size: 42px;
    font-weight: 800;
    margin: 24px 0;
}

.ysee-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.ysee-feature-item {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4A4A48;
}

.ysee-feature-icon {
    color: #28C840;
    font-weight: bold;
}

/* CTA & Sections */
.ysee-section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 48px;
    text-align: center;
    color: #2D3436;
}

.ysee-btn-primary {
    background-color: #FF6B6B;
    color: white;
    padding: 18px 36px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.2);
    text-align: center;
}

.ysee-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 107, 107, 0.4);
    background-color: #E63946;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .ysee-hero-title {
        font-size: 40px;
    }

    .ysee-grid-3 {
        grid-template-columns: 1fr;
    }

    .ysee-panel-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .ysee-panel-list li {
        text-align: left;
    }

    .ysee-panel-visual {
        order: -1;
    }

    .ysee-container {
        padding: 0 20px;
    }
}