/* ===================================
   B2BEE.tech - Product Page Styles
   =================================== */

/* Product Hero Section */
.product-hero {
    padding: 140px 0 80px;
    background: linear-gradient(180deg, var(--bg) 0%, var(--white) 100%);
}

.product-hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.product-hero-content {
    max-width: 520px;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 20px;
}

.product-breadcrumb a {
    color: var(--gray-500);
    transition: color var(--duration) var(--ease);
}

.product-breadcrumb a:hover {
    color: var(--gray-900);
}

.product-breadcrumb span:not(:last-child) {
    color: var(--gray-400);
}

.product-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-tag.indigo {
    background: var(--indigo-bg);
    color: var(--indigo);
}

.product-tag.green {
    background: var(--green-bg);
    color: var(--green);
}

.product-tag.purple {
    background: var(--purple-bg);
    color: var(--purple);
}

.product-tag.amber {
    background: var(--amber-bg);
    color: var(--amber);
}

.product-hero-title {
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 800;
    color: var(--black);
    line-height: 1.1;
    margin-bottom: 12px;
}

.product-hero-tagline {
    font-size: 24px;
    color: var(--gray-500);
    margin-bottom: 20px;
}

.product-hero-desc {
    font-size: 18px;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 32px;
}

.product-hero-actions {
    display: flex;
    gap: 16px;
}

/* Product Mockup Visual */
.product-hero-visual {
    display: flex;
    justify-content: center;
}

.product-mockup {
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    width: 100%;
    max-width: 480px;
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: var(--gray-100);
    border-bottom: 1px solid var(--gray-200);
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gray-300);
}

.mockup-dots span:first-child {
    background: #ff5f57;
}

.mockup-dots span:nth-child(2) {
    background: #ffbd2e;
}

.mockup-dots span:last-child {
    background: #28ca41;
}

.mockup-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-500);
}

.mockup-content {
    padding: 24px;
    min-height: 300px;
}

/* Marketing Dashboard Mockup */
.marketing-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marketing-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.marketing-stat {
    background: var(--gray-100);
    padding: 14px;
    border-radius: var(--radius-md);
    text-align: center;
}

.marketing-stat .stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 4px;
}

.marketing-stat .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
}

.marketing-stat .stat-value.green {
    color: var(--green);
}

.channel-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.channel-row {
    display: grid;
    grid-template-columns: 80px 1fr 60px;
    gap: 12px;
    align-items: center;
}

.channel-name {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-700);
}

.channel-bar {
    height: 8px;
    background: var(--gray-200);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.channel-bar .bar-fill {
    height: 100%;
    background: var(--indigo);
    border-radius: var(--radius-full);
}

.channel-value {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-900);
    text-align: right;
}

.handoff-section {
    padding-top: 16px;
    border-top: 1px solid var(--gray-200);
}

.handoff-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 8px;
}

.handoff-badges {
    display: flex;
    align-items: center;
    gap: 8px;
}

.handoff-badge {
    padding: 6px 12px;
    background: var(--indigo-bg);
    color: var(--indigo);
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 600;
}

.handoff-badge.scout {
    background: var(--green-bg);
    color: var(--green);
}

.handoff-arrow {
    color: var(--gray-400);
    font-size: 14px;
}

/* CFO Dashboard Mockup (Numerai) */
.cfo-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cfo-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.cfo-stat {
    background: var(--gray-100);
    padding: 14px;
    border-radius: var(--radius-md);
    text-align: center;
}

.cfo-stat .stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 4px;
}

.cfo-stat .stat-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
}

.cfo-stat .stat-value.green {
    color: var(--green);
}

.cfo-stat .stat-value.red {
    color: var(--red);
}

.cfo-modules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.module-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
}

.module-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
}

.module-icon.green {
    background: var(--green-bg);
    color: var(--green);
}

.module-icon svg {
    width: 18px;
    height: 18px;
}

.module-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-900);
}

.module-status {
    font-size: 11px;
    color: var(--gray-500);
}

.cfo-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 60px;
    padding: 12px;
    background: var(--gray-100);
    border-radius: var(--radius-md);
}

.chart-bar {
    flex: 1;
    background: var(--gray-300);
    border-radius: 3px;
    transition: background var(--duration) var(--ease);
}

.chart-bar.active {
    background: var(--amber);
}

/* Ledger Dashboard Mockup */
.ledger-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ledger-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ledger-stat {
    background: var(--gray-100);
    padding: 14px;
    border-radius: var(--radius-md);
    text-align: center;
}

.ledger-stat .stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 4px;
}

.ledger-stat .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
}

.invoice-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.invoice-row {
    display: grid;
    grid-template-columns: 70px 1fr 70px 60px;
    gap: 8px;
    align-items: center;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
}

.invoice-id {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-500);
}

.invoice-client {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-900);
}

.invoice-amount {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-900);
    text-align: right;
}

.invoice-status {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: var(--radius-full);
    text-align: center;
}

.invoice-status.paid {
    background: var(--green-bg);
    color: var(--green);
}

.invoice-status.pending {
    background: var(--amber-bg);
    color: var(--amber);
}

.invoice-status.sent {
    background: var(--indigo-bg);
    color: var(--indigo);
}

.ledger-actions {
    display: flex;
    justify-content: center;
}

.ledger-btn {
    padding: 10px 20px;
    background: var(--green);
    color: var(--white);
    border: none;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

/* People Dashboard Mockup */
.people-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.people-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.people-stat {
    background: var(--gray-100);
    padding: 14px;
    border-radius: var(--radius-md);
    text-align: center;
}

.people-stat .stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 4px;
}

.people-stat .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
}

.employee-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.employee-row {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
}

.employee-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-bg);
    color: var(--green);
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 700;
}

.employee-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.employee-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
}

.employee-role {
    font-size: 12px;
    color: var(--gray-500);
}

.contract-status {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.contract-status.active {
    background: var(--green-bg);
    color: var(--green);
}

.contract-status.renewal {
    background: var(--amber-bg);
    color: var(--amber);
}

/* Copilot Dashboard Mockup */
.copilot-dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.copilot-greeting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-200);
}

.greeting-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-900);
}

.greeting-date {
    font-size: 13px;
    color: var(--gray-500);
}

.copilot-priorities {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.priorities-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: var(--gray-100);
    border-radius: var(--radius-md);
}

.priority-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gray-400);
}

.priority-item.high .priority-dot {
    background: var(--red);
}

.priority-item.medium .priority-dot {
    background: var(--amber);
}

.priority-text {
    font-size: 13px;
    color: var(--gray-700);
}

.copilot-goals {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.goals-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.goal-item {
    display: grid;
    grid-template-columns: 80px 1fr 40px;
    gap: 12px;
    align-items: center;
}

.goal-name {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-700);
}

.goal-bar {
    height: 6px;
    background: var(--gray-200);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.goal-fill {
    height: 100%;
    background: var(--purple);
    border-radius: var(--radius-full);
}

.goal-progress {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-900);
    text-align: right;
}

.copilot-ai {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: var(--purple-bg);
    border-radius: var(--radius-md);
}

.ai-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    color: var(--white);
    border-radius: var(--radius-sm);
    font-size: 10px;
    font-weight: 700;
}

.ai-suggestion {
    font-size: 12px;
    color: var(--purple);
    font-weight: 500;
}

/* Features Section */
.product-features-section {
    padding: var(--section-gap) 0;
    background: var(--white);
}

.section-header.centered {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.section-label {
    display: inline-block;
    padding: 6px 14px;
    background: var(--gray-100);
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-600);
    margin-bottom: 16px;
}

.section-title {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    color: var(--black);
    line-height: 1.2;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.feature-card {
    padding: 32px;
    background: var(--bg);
    border-radius: var(--radius-lg);
    transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.feature-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    margin-bottom: 20px;
}

.feature-card-icon svg {
    width: 24px;
    height: 24px;
}

.feature-card-icon.indigo {
    background: var(--indigo-bg);
    color: var(--indigo);
}

.feature-card-icon.green {
    background: var(--green-bg);
    color: var(--green);
}

.feature-card-icon.purple {
    background: var(--purple-bg);
    color: var(--purple);
}

.feature-card-icon.amber {
    background: var(--amber-bg);
    color: var(--amber);
}

.feature-card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray-600);
}

/* Integration Section */
.product-integration {
    padding: var(--section-gap) 0;
    background: var(--bg);
}

.integration-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.integration-content .section-title {
    margin-bottom: 20px;
}

.integration-content p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 32px;
}

/* Integration Flow */
.integration-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.flow-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
}

.flow-icon.indigo {
    background: var(--indigo-bg);
    color: var(--indigo);
}

.flow-icon.green {
    background: var(--green-bg);
    color: var(--green);
}

.flow-icon svg {
    width: 24px;
    height: 24px;
}

.flow-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
}

.flow-arrow {
    color: var(--gray-400);
}

.flow-arrow svg {
    width: 24px;
    height: 24px;
}

/* Modules Section (Numerai) */
.product-modules {
    padding: var(--section-gap) 0;
    background: var(--white);
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.module-link-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px;
    background: var(--bg);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: all var(--duration) var(--ease);
}

.module-link-card:hover {
    border-color: var(--green);
    box-shadow: var(--shadow-md);
}

.module-link-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.module-link-icon.green {
    background: var(--green-bg);
    color: var(--green);
}

.module-link-icon svg {
    width: 28px;
    height: 28px;
}

.module-link-content {
    flex: 1;
}

.module-link-content h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.module-link-content p {
    font-size: 15px;
    color: var(--gray-500);
    margin-bottom: 8px;
}

.module-link-features {
    font-size: 13px;
    color: var(--gray-400);
}

.module-link-arrow {
    width: 24px;
    height: 24px;
    color: var(--gray-400);
    transition: transform var(--duration) var(--ease);
}

.module-link-card:hover .module-link-arrow {
    transform: translateX(4px);
    color: var(--green);
}

/* Team Benefits (Copilot) */
.team-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    text-align: left;
}

.benefit-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.benefit-icon.purple {
    background: var(--purple-bg);
    color: var(--purple);
}

.benefit-icon svg {
    width: 24px;
    height: 24px;
}

.benefit-content h4 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 6px;
}

.benefit-content p {
    font-size: 15px;
    color: var(--gray-600);
}

/* Cyan Color Classes (MyBee) */
.product-tag.cyan {
    background: var(--cyan-bg);
    color: var(--cyan);
}

.feature-card-icon.cyan {
    background: var(--cyan-bg);
    color: var(--cyan);
}

.benefit-icon.cyan {
    background: var(--cyan-bg);
    color: var(--cyan);
}

/* MyBee Dashboard Mockup */
.mybee-dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mybee-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-200);
}

.mybee-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.status-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-600);
}

.mybee-time {
    font-size: 12px;
    color: var(--gray-500);
}

.mybee-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.mybee-stat {
    background: var(--gray-100);
    padding: 14px;
    border-radius: var(--radius-md);
    text-align: center;
}

.mybee-stat .stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    margin-bottom: 4px;
}

.mybee-stat .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-900);
}

.mybee-stat .stat-value.cyan {
    color: var(--cyan);
}

.mybee-activity {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.activity-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
}

.activity-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.activity-icon.meeting {
    background: var(--purple-bg);
    color: var(--purple);
}

.activity-icon.whatsapp {
    background: var(--green-bg);
    color: var(--green);
}

.activity-icon.code {
    background: var(--cyan-bg);
    color: var(--cyan);
}

.activity-icon svg {
    width: 14px;
    height: 14px;
}

.activity-content {
    flex: 1;
    min-width: 0;
}

.activity-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-900);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-meta {
    font-size: 11px;
    color: var(--gray-500);
}

.mybee-ai {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: var(--cyan-bg);
    border-radius: var(--radius-md);
}

.mybee-ai .ai-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cyan);
    color: var(--white);
    border-radius: var(--radius-sm);
    font-size: 10px;
    font-weight: 700;
}

.mybee-ai .ai-suggestion {
    font-size: 12px;
    color: var(--cyan);
    font-weight: 500;
}

/* Product Status Badge */
.product-status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.product-status-badge.available {
    background: var(--green-bg);
    color: var(--green);
}

.product-status-badge.coming-soon {
    background: var(--amber-bg);
    color: var(--amber);
}

.product-hero-price-teaser {
    font-size: 16px;
    color: var(--gray-600);
    margin-bottom: 24px;
}

.product-hero-price-teaser strong {
    color: var(--green);
    font-weight: 700;
}

/* Pricing Section */
.pricing-section {
    padding: var(--section-gap) 0;
    background: var(--bg);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px;
    border: 1px solid var(--gray-200);
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card.featured {
    border-color: var(--primary);
    box-shadow: 0 8px 30px rgba(232, 184, 74, 0.15);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    background: var(--primary);
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.pricing-header {
    margin-bottom: 20px;
}

.pricing-plan {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.pricing-for {
    font-size: 14px;
    color: var(--gray-500);
}

.pricing-price {
    margin-bottom: 8px;
}

.price-amount {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    color: var(--black);
}

.price-period {
    font-size: 16px;
    color: var(--gray-500);
}

.pricing-limit {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray-200);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex: 1;
}

.pricing-features li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--gray-700);
}

.pricing-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.pricing-card .btn {
    margin-top: auto;
}

.pricing-note {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    color: var(--gray-500);
}

/* Responsive */
@media (max-width: 1024px) {
    .product-hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .product-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .product-hero-actions {
        justify-content: center;
    }

    .product-mockup {
        max-width: 400px;
        margin: 0 auto;
    }

    .modules-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .pricing-card.featured {
        order: -1;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 120px 0 60px;
    }

    .product-hero-title {
        font-size: 40px;
    }

    .product-hero-tagline {
        font-size: 20px;
    }

    .product-hero-desc {
        font-size: 16px;
    }

    .product-hero-actions {
        flex-direction: column;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }

    .integration-flow {
        flex-direction: column;
    }

    .flow-arrow {
        transform: rotate(90deg);
    }

    .marketing-stats,
    .cfo-stats,
    .people-stats,
    .mybee-stats {
        grid-template-columns: 1fr;
    }

    .cfo-modules {
        grid-template-columns: 1fr;
    }

    .channel-row {
        grid-template-columns: 60px 1fr 50px;
    }

    .invoice-row {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }

    .invoice-id,
    .invoice-status {
        grid-column: span 1;
    }

    .invoice-client,
    .invoice-amount {
        grid-column: span 1;
    }

    .goal-item {
        grid-template-columns: 1fr 1fr 40px;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
