/* Platform Page — Premium v2
 * ==========================================================================
 * Compiled from SCSS with variables replaced by literal values.
 */

/* ─── SHARED BUTTONS ─── */
.plat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.625rem 1.75rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}
.plat-btn--accent {
    background: var(--oc-primary-600, #059669);
    color: #fff;
    box-shadow: none;
}
.plat-btn--accent:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
}
.plat-btn--outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.plat-btn--outline:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.plat-btn--white {
    background: var(--oc-primary-500, #2563EB);
    color: #fff;
    font-weight: 700;
}
.plat-btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.plat-btn--outline-white {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
}
.plat-btn--outline-white:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

/* ─── HERO ─── */
.plat-hero {
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem 3rem;
    text-align: center;
    background: linear-gradient(160deg, #0a0f1e 0%, #0f172a 35%, #1a2744 70%, #0f172a 100%);
}
.plat-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 600px 400px at 25% 40%, rgba(16, 185, 129, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 350px at 75% 60%, rgba(37, 99, 235, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 300px 300px at 50% 20%, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
}
.plat-hero__container {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.plat-hero__badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    color: var(--oc-primary-400, #34d399);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.plat-hero__title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #e2e8f0;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}
.plat-hero__subtitle {
    font-size: 1.125rem;
    color: rgba(148, 163, 184, 0.85);
    line-height: 1.7;
    margin-bottom: 2rem;
}
.plat-hero__subtitle strong {
    color: rgba(226, 232, 240, 0.95);
}
.plat-hero__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.plat-hero__stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.plat-hero__stat {
    text-align: center;
}
.plat-hero__stat-val {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #cbd5e1;
    letter-spacing: -0.02em;
}
.plat-hero__stat-lbl {
    font-size: 0.6875rem;
    color: rgba(148, 163, 184, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ─── FREE BANNER (Pricing) ─── */
.oc-free-banner {
    padding: 0 1.5rem;
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
}
.oc-free-banner__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 28px;
    background: linear-gradient(135deg, #065f46, #047857, #059669);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(5, 150, 105, 0.3);
}
.oc-free-banner__icon {
    font-size: 2rem;
    flex-shrink: 0;
}
.oc-free-banner__text {
    flex: 1;
}
.oc-free-banner__text strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 4px;
}
.oc-free-banner__text span {
    font-size: 0.9rem;
    opacity: 0.85;
}
@media (max-width: 767px) {
    .oc-free-banner__inner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
}

/* ─── SECTIONS ─── */
.plat-section {
    padding: 4.5rem 1.5rem;
    position: relative;
}
.plat-section--alt {
    background: #F8FAFC;
}
.plat-section--dark {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}
.plat-section__number {
    display: block;
    text-align: center;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    font-family: monospace;
    font-size: 2.5rem;
}
.plat-section__number--dark {
    color: rgba(30, 41, 59, 0.08);
}
.plat-section__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--oc-text, #1E293B);
    text-align: center;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.plat-section__title--light {
    color: #e2e8f0;
}
.plat-section__subtitle {
    font-size: 0.9375rem;
    color: var(--oc-text-secondary, #64748B);
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.plat-section__subtitle--light {
    color: rgba(148, 163, 184, 0.75);
}

.plat-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* ─── 2. ARCHITECTURE ─── */
.plat-arch-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.plat-arch-card__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.plat-arch-card__header h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.plat-arch-card__header h3 small {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    margin-left: 0.5rem;
}
.plat-arch-card__badge {
    font-size: 0.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 999px;
}
.plat-arch-card__badge--primary {
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
}
.plat-arch-card__badge--accent {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
}

.plat-hub2 {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.plat-hub2__center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 140px;
    height: 140px;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(245, 158, 11, 0.5);
    flex-shrink: 0;
}
.plat-hub2__center strong {
    font-size: 0.75rem;
    color: #fff;
    z-index: 1;
}
.plat-hub2__center small {
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.plat-hub2__glow {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.plat-hub2__icon {
    font-size: 1.75rem;
    z-index: 1;
}
.plat-hub2__ring {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
    flex: 1;
    min-width: 280px;
}
.plat-hub2__node {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}
.plat-hub2__node:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
}
.plat-hub2__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563EB;
    flex-shrink: 0;
}
.plat-hub2__name {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}
.plat-hub2__services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.25rem;
}
.plat-hub2__service {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: #93bbfd;
}

.plat-enterprise2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}
.plat-enterprise2__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    transition: all 0.2s ease;
}
.plat-enterprise2__card:hover {
    background: rgba(255, 255, 255, 0.07);
}
.plat-enterprise2__card strong {
    font-size: 0.875rem;
    color: #fff;
}
.plat-enterprise2__card span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.plat-enterprise2__card small {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
}
.plat-enterprise2__icon {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}
.plat-enterprise2__badge {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ─── 2b. MODELS ROW / TRIANGLE ─── */
.plat-models-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.plat-models-row__col { min-width: 0; }
.plat-models-row .plat-arch-card { height: 100%; }
.plat-triangle {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 320px;
    margin: 20px auto 0;
}
.plat-triangle__lines {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}
.plat-triangle__node {
    position: absolute;
    z-index: 2;
}
.plat-triangle__node--top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.plat-triangle__node--left {
    bottom: 0;
    left: 0;
}
.plat-triangle__node--right {
    bottom: 0;
    right: 0;
}
.plat-triangle__circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: default;
}
.plat-triangle__circle:hover {
    transform: scale(1.06);
}
.plat-triangle__circle--primary {
    background: rgba(20,184,166,0.15);
    border: 2px solid rgba(20,184,166,0.5);
    box-shadow: 0 0 30px rgba(20,184,166,0.2);
}
.plat-triangle__circle--green {
    background: rgba(34,197,94,0.15);
    border: 2px solid rgba(34,197,94,0.5);
    box-shadow: 0 0 30px rgba(34,197,94,0.2);
}
.plat-triangle__circle--amber {
    background: rgba(245,158,11,0.15);
    border: 2px solid rgba(245,158,11,0.5);
    box-shadow: 0 0 30px rgba(245,158,11,0.2);
}
.plat-triangle__icon {
    font-size: 1.8rem;
    margin-bottom: 2px;
}
.plat-triangle__name {
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
}
.plat-triangle__desc {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.55);
    max-width: 110px;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .plat-models-row { grid-template-columns: 1fr; }
    .plat-triangle { max-width: 340px; height: 300px; }
    .plat-triangle__circle { width: 120px; height: 120px; }
    .plat-triangle__icon { font-size: 1.5rem; }
    .plat-triangle__name { font-size: 0.72rem; }
    .plat-triangle__desc { font-size: 0.62rem; }
}

/* ─── 3. BOOKING FLOW ─── */
.plat-flow2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.plat-flow2__line {
    display: none;
}
/* Arrow connector between steps (not on last step) */
.plat-flow2__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(50% + 26px);
    width: calc(100% - 52px);
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 0;
}
/* Arrowhead on each connector */
.plat-flow2__step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 18px;
    right: -4px;
    width: 0; height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
}
.plat-flow2__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 1rem 0.75rem;
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 100px;
    max-width: 160px;
    text-align: center;
}
.plat-flow2__step strong {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}
.plat-flow2__step small {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.6);
}
.plat-flow2__step--highlight strong {
    color: var(--oc-primary-400, #34d399);
}
.plat-flow2__circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    transition: all 0.2s ease;
}
.plat-flow2__step--highlight .plat-flow2__circle {
    background: var(--oc-primary-500, #10B981);
    border-color: var(--oc-primary-500, #10B981);
    color: #fff;
    box-shadow: 0 0 0 4px var(--oc-primary-100, rgba(16, 185, 129, 0.15));
}

/* Grid v2 */
.plat-grid2 {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
}
.plat-grid2__header {
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.plat-grid2__header h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.plat-grid2__header span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}
.plat-grid2__wrap {
    overflow-x: auto;
    padding: 1rem;
}
.plat-grid2__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
.plat-grid2__table th {
    font-size: 0.625rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    padding: 6px 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.plat-grid2__table td {
    padding: 1px;
}
.plat-grid2__corner {
    width: 90px;
    text-align: left !important;
    font-size: 0.625rem !important;
    color: rgba(255, 255, 255, 0.3) !important;
}
.plat-grid2__court {
    white-space: nowrap;
    text-align: left !important;
    padding-right: 0.75rem !important;
    vertical-align: middle;
}
.plat-grid2__court strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}
.plat-grid2__court small {
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.35);
}
.plat-grid2__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 4px;
    min-width: 64px;
    transition: all 0.2s ease;
}
.plat-grid2__cell span {
    font-size: 0.5625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}
/* Demand-based slot colors matching real grid */
.plat-grid2__cell--low {
    background: rgba(16, 185, 129, 0.25);
    border: 1px solid rgba(16, 185, 129, 0.35);
}
.plat-grid2__cell--normal {
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
}
.plat-grid2__cell--high {
    background: rgba(245, 158, 11, 0.25);
    border: 1px solid rgba(245, 158, 11, 0.35);
}
.plat-grid2__cell--high span {
    color: #F59E0B;
}
.plat-grid2__cell--peak {
    background: rgba(239, 68, 68, 0.25);
    border: 1px solid rgba(239, 68, 68, 0.35);
}
.plat-grid2__cell--peak span {
    color: #EF4444;
}
.plat-grid2__cell--booked {
    background: rgba(168, 85, 247, 0.3);
    border: 1px solid rgba(168, 85, 247, 0.4);
}
.plat-grid2__legend {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.45);
}
.plat-grid2__legend-title {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
}
.plat-grid2__legend > span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.plat-grid2__dot {
    display: inline-block;
    width: 14px;
    height: 10px;
    border-radius: 3px;
}
.plat-grid2__dot--low {
    background: rgba(16, 185, 129, 0.5);
}
.plat-grid2__dot--normal {
    background: rgba(59, 130, 246, 0.45);
}
.plat-grid2__dot--high {
    background: rgba(245, 158, 11, 0.5);
}
.plat-grid2__dot--peak {
    background: rgba(239, 68, 68, 0.5);
}
.plat-grid2__dot--booked {
    background: rgba(168, 85, 247, 0.5);
}

/* ─── 4. PRICING ─── */
.plat-pricing2 {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plat-pricing2__layer {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.4s ease calc(var(--i) * 0.06s) both;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.plat-pricing2__layer:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(6px);
    border-color: var(--oc-primary-500, rgba(16, 185, 129, 0.3));
}
.plat-pricing2__bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 3px;
    background: var(--oc-primary-500, #10B981);
    opacity: 0.7;
}
.plat-pricing2__icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}
.plat-pricing2__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}
.plat-pricing2__name {
    font-size: 0.9375rem;
    color: #fff;
    flex: 1;
}
.plat-pricing2__desc {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ─── 5. ENTITY ─── */
.plat-entity2__chain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.plat-entity2__node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 110px;
}
.plat-entity2__node:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--oc-primary-500, rgba(16, 185, 129, 0.4));
}
.plat-entity2__node strong {
    font-size: 0.875rem;
    color: #fff;
}
.plat-entity2__node small {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.5);
}
.plat-entity2__icon-wrap {
    position: relative;
    font-size: 1.5rem;
}
.plat-entity2__level {
    position: absolute;
    top: -4px;
    right: -12px;
    font-size: 0.5rem;
    font-weight: 800;
    color: #fff;
    background: #2563EB;
    padding: 1px 5px;
    border-radius: 999px;
    line-height: 1.3;
}
.plat-entity2__connector {
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
}
.plat-entity2__connector svg {
    width: 20px;
    height: 20px;
}
.plat-entity2__related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}
.plat-entity2__card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    transition: all 0.2s ease;
}
.plat-entity2__card:hover {
    background: rgba(255, 255, 255, 0.08);
}
.plat-entity2__card div {
    display: flex;
    flex-direction: column;
}
.plat-entity2__card div strong {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.9);
}
.plat-entity2__card div small {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.45);
}
.plat-entity2__card-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* ─── 6. ROLES GRID ─── */
.plat-roles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .plat-roles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .plat-roles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.plat-roles-grid__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    transition: all 0.25s ease;
    border-top: 3px solid transparent;
}
.plat-roles-grid__card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}
.plat-roles-grid__card--red { border-top-color: #EF4444; }
.plat-roles-grid__card--orange { border-top-color: #F59E0B; }
.plat-roles-grid__card--green { border-top-color: #10B981; }
.plat-roles-grid__card--blue { border-top-color: #2563EB; }
.plat-roles-grid__card--gray { border-top-color: #64748B; }
.plat-roles-grid__icon {
    font-size: 1.75rem;
    margin-bottom: 4px;
}
.plat-roles-grid__label {
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}
.plat-roles-grid__desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
    margin: 0;
}
.plat-roles-grid__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    margin-top: 4px;
}
.plat-roles-grid__tag {
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

/* ─── 7. PAYMENT ─── */
.plat-pay2 {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.plat-pay2__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 1.5rem;
    width: 130px;
    height: 130px;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08));
    border: 2px solid #E2E8F0;
    flex-shrink: 0;
    text-align: center;
}
.plat-pay2__center span {
    font-size: 1.75rem;
}
.plat-pay2__center strong {
    font-size: 0.6875rem;
    color: #1E293B;
    line-height: 1.3;
}
.plat-pay2__center small {
    font-size: 0.5625rem;
    color: #64748B;
}
.plat-pay2__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
    flex: 1;
    min-width: 280px;
}
.plat-pay2__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0.875rem 0.5rem;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    transition: all 0.2s ease;
    text-align: center;
}
.plat-pay2__card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #2563EB;
}
.plat-pay2__card strong {
    font-size: 0.8125rem;
    color: #1E293B;
}
.plat-pay2__region {
    font-size: 0.5625rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    background: #2563EB;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.plat-pay2__flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid #E2E8F0;
}
.plat-pay2__flow-step {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E293B;
    padding: 4px 12px;
    background: #F8FAFC;
    border-radius: 999px;
}
.plat-pay2__flow-arrow {
    font-size: 0.875rem;
    color: #64748B;
}

/* ─── 8. TECH STACK ─── */
.plat-tech2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 700px;
    margin: 0 auto 1.5rem;
}
.plat-tech2__layer {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 1.25rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.2s ease;
}
.plat-tech2__layer:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
}
.plat-tech2__layer strong {
    font-size: 0.9375rem;
    color: #fff;
    flex-shrink: 0;
}
.plat-tech2__layer small {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
}
.plat-tech2__badge {
    font-size: 0.5625rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.plat-tech2__tech {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    flex: 1;
}
.plat-tech2__extras {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}
.plat-tech2__extra {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.75rem;
}
.plat-tech2__extra strong {
    color: rgba(255, 255, 255, 0.7);
}
.plat-tech2__extra span {
    color: rgba(255, 255, 255, 0.4);
}
.plat-tech2__extra-icon {
    font-size: 0.875rem;
}

/* ─── 9. FEATURES ─── */
.plat-feat2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 0.75rem;
    margin-bottom: 2rem;
}
.plat-feat2__card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}
.plat-feat2__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--oc-primary-500, #2563EB), #10B981);
    opacity: 0;
    transition: all 0.2s ease;
}
.plat-feat2__card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}
.plat-feat2__card:hover::before {
    opacity: 1;
}
.plat-feat2__card strong {
    font-size: 0.875rem;
    color: #fff;
}
.plat-feat2__card small {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}
.plat-feat2__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.plat-planned2 {
    text-align: center;
}
.plat-planned2__label {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}
.plat-planned2__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}
.plat-planned2__tag {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.45);
    transition: all 0.2s ease;
}
.plat-planned2__tag:hover {
    border-color: var(--oc-primary-500, #2563EB);
    color: var(--oc-primary-500, #2563EB);
}

/* ─── 10. CTA ─── */
.plat-cta2 {
    position: relative;
    overflow: hidden;
    padding: 4rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.plat-cta2__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 30% 50%, var(--oc-primary-500, rgba(37, 99, 235, 0.1)) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, var(--oc-primary-500, rgba(37, 99, 235, 0.05)) 0%, transparent 50%);
}
.plat-cta2__inner {
    position: relative;
    z-index: 1;
    max-width: 600px;
}
.plat-cta2__inner h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}
.plat-cta2__inner p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.5rem;
}
.plat-cta2__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}
