/* ============================================================
   🌌 SUPRA ORÁCULO — PREMIUM ORACLE STYLES v3.0
   Mobile-first · Large typography · Professional premium design
   Oracles 10-19 + Sinastría de Parejas
   ============================================================ */

/* ==========================================================
   SECTION HERO — Large header for each oracle section
   ========================================================== */
.op-section-hero {
    text-align: center;
    padding: 32px 20px;
    margin-bottom: 24px;
    background: linear-gradient(145deg, rgba(240,180,41,0.06), rgba(167,139,250,0.05), rgba(0,0,0,0));
    border: 1px solid rgba(240,180,41,0.12);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.op-section-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(240,180,41,0.03) 0%, transparent 70%);
    pointer-events: none;
}
.op-hero-cyan { background: linear-gradient(145deg, rgba(0,212,255,0.06), rgba(167,139,250,0.04), transparent); border-color: rgba(0,212,255,0.12); }
.op-hero-emerald { background: linear-gradient(145deg, rgba(16,185,129,0.06), rgba(240,180,41,0.03), transparent); border-color: rgba(16,185,129,0.12); }
.op-hero-pink { background: linear-gradient(145deg, rgba(244,114,182,0.06), rgba(167,139,250,0.04), transparent); border-color: rgba(244,114,182,0.12); }
.op-hero-red { background: linear-gradient(145deg, rgba(239,68,68,0.06), rgba(240,180,41,0.04), transparent); border-color: rgba(239,68,68,0.12); }
.op-hero-gold { background: linear-gradient(145deg, rgba(240,180,41,0.08), rgba(252,211,77,0.03), transparent); border-color: rgba(240,180,41,0.15); }

/* Icon Ring */
.op-hero-icon-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(240,180,41,0.1), rgba(167,139,250,0.08));
    border: 2px solid rgba(240,180,41,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
}
.op-hero-icon-ring span {
    font-size: 2.5rem;
    filter: drop-shadow(0 0 10px rgba(240,180,41,0.4));
}
.op-ring-cyan { background: linear-gradient(135deg, rgba(0,212,255,0.1), rgba(167,139,250,0.06)); border-color: rgba(0,212,255,0.2); }
.op-ring-emerald { background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(240,180,41,0.06)); border-color: rgba(16,185,129,0.2); }
.op-ring-pink { background: linear-gradient(135deg, rgba(244,114,182,0.1), rgba(167,139,250,0.06)); border-color: rgba(244,114,182,0.2); }
.op-ring-red { background: linear-gradient(135deg, rgba(239,68,68,0.1), rgba(240,180,41,0.06)); border-color: rgba(239,68,68,0.2); }

.op-section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #f0b429;
    letter-spacing: 2px;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}
.op-section-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.05rem;
    color: #a78bfa;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ==========================================================
   PREMIUM CARD GRID — Responsive oracle cards
   ========================================================== */
.op-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin: 20px 0;
}
.op-premium-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(240,180,41,0.08);
    border-radius: 18px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.op-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(240,180,41,0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.op-premium-card:hover {
    border-color: rgba(240,180,41,0.2);
    box-shadow: 0 8px 32px rgba(240,180,41,0.06);
    transform: translateY(-3px);
}
.op-premium-card:hover::before { opacity: 1; }

/* Card color variants */
.op-card-gold { border-left: 4px solid #f0b429; background: rgba(240,180,41,0.03); }
.op-card-gold::before { background: linear-gradient(90deg, transparent, rgba(240,180,41,0.4), transparent); }
.op-card-violet { border-left: 4px solid #a78bfa; background: rgba(167,139,250,0.03); }
.op-card-violet::before { background: linear-gradient(90deg, transparent, rgba(167,139,250,0.4), transparent); }
.op-card-teal { border-left: 4px solid #00d4ff; background: rgba(0,212,255,0.03); }
.op-card-teal::before { background: linear-gradient(90deg, transparent, rgba(0,212,255,0.4), transparent); }
.op-card-emerald { border-left: 4px solid #10b981; background: rgba(16,185,129,0.03); }
.op-card-emerald::before { background: linear-gradient(90deg, transparent, rgba(16,185,129,0.4), transparent); }
.op-card-pink { border-left: 4px solid #f472b6; background: rgba(244,114,182,0.03); }
.op-card-pink::before { background: linear-gradient(90deg, transparent, rgba(244,114,182,0.4), transparent); }

/* Card inner elements */
.op-pcard-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 8px rgba(240,180,41,0.3));
}
.op-pcard-title {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f0b429;
    margin-bottom: 10px;
    line-height: 1.4;
}
.op-card-violet .op-pcard-title { color: #c4b5fd; }
.op-card-teal .op-pcard-title { color: #67e8f9; }
.op-card-emerald .op-pcard-title { color: #6ee7b7; }
.op-card-pink .op-pcard-title { color: #f9a8d4; }

.op-pcard-text {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #e0daf0;
    margin-bottom: 8px;
}
.op-pcard-text strong { color: #fcd34d; }

.op-pcard-meta {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #c8c2d8;
    margin-top: 6px;
}
.op-pcard-meta strong { color: #a78bfa; }

/* ==========================================================
   BODY TEXT — Standard paragraph text (larger for mobile)
   ========================================================== */
.op-body-text {
    font-size: 1.1rem;
    line-height: 1.95;
    color: #e0daf0;
    margin-bottom: 16px;
}
.op-body-text strong { color: #fcd34d; }
.op-body-text em { color: #c4b5fd; }

/* ==========================================================
   CARD HEADING — Section title within cards
   ========================================================== */
.op-card-heading {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f0b429;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* ==========================================================
   DIVIDER LABEL — Section separators
   ========================================================== */
.op-divider-label {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #a78bfa;
    margin: 22px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(167,139,250,0.15);
    line-height: 1.5;
}

/* ==========================================================
   SUCCESS BOX — Positive results
   ========================================================== */
.op-success-box {
    text-align: center;
    padding: 20px;
    margin-top: 16px;
    background: rgba(16,185,129,0.06);
    border: 1px solid rgba(16,185,129,0.15);
    border-radius: 14px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6ee7b7;
}

/* ==========================================================
   PREMIUM LIST — Styled bullet lists
   ========================================================== */
.op-premium-list {
    list-style: none;
    padding: 0;
    margin: 14px 0;
}
.op-premium-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(240,180,41,0.06);
    border-radius: 12px;
    transition: all 0.2s;
}
.op-premium-list li:hover {
    background: rgba(240,180,41,0.04);
    border-color: rgba(240,180,41,0.12);
}
.op-list-marker {
    color: #f0b429;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
    min-width: 32px;
}
.op-list-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #e0daf0;
}

/* ==========================================================
   PREMIUM TAGS — Badge-style tags
   ========================================================== */
.op-premium-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}
.op-ptag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 0.95rem;
    font-weight: 600;
    background: rgba(240,180,41,0.07);
    border: 1px solid rgba(240,180,41,0.15);
    color: #fcd34d;
    transition: all 0.25s;
}
.op-ptag:hover {
    background: rgba(240,180,41,0.14);
    transform: translateY(-1px);
}
.op-ptag-cyan {
    background: rgba(0,212,255,0.07);
    border-color: rgba(0,212,255,0.15);
    color: #67e8f9;
}
.op-ptag-purple {
    background: rgba(167,139,250,0.07);
    border-color: rgba(167,139,250,0.15);
    color: #c4b5fd;
}

/* ==========================================================
   PREMIUM TIMELINE — Visual vertical timeline
   ========================================================== */
.op-premium-timeline {
    position: relative;
    padding-left: 36px;
    margin: 24px 0;
}
.op-premium-timeline::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #f0b429, #a78bfa, #00d4ff, #10b981, #f472b6);
    border-radius: 3px;
}
.op-tl-item {
    position: relative;
    padding: 16px 0 16px 24px;
}
.op-tl-marker {
    position: absolute;
    left: -28px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f0b429;
    border: 3px solid rgba(240,180,41,0.3);
    box-shadow: 0 0 12px rgba(240,180,41,0.4);
}
.op-tl-gold .op-tl-marker { background: #f0b429; border-color: rgba(240,180,41,0.3); box-shadow: 0 0 12px rgba(240,180,41,0.4); }
.op-tl-violet .op-tl-marker { background: #a78bfa; border-color: rgba(167,139,250,0.3); box-shadow: 0 0 12px rgba(167,139,250,0.4); }
.op-tl-cyan .op-tl-marker { background: #00d4ff; border-color: rgba(0,212,255,0.3); box-shadow: 0 0 12px rgba(0,212,255,0.4); }
.op-tl-emerald .op-tl-marker { background: #10b981; border-color: rgba(16,185,129,0.3); box-shadow: 0 0 12px rgba(16,185,129,0.4); }
.op-tl-pink .op-tl-marker { background: #f472b6; border-color: rgba(244,114,182,0.3); box-shadow: 0 0 12px rgba(244,114,182,0.4); }

.op-tl-content {
    padding-left: 4px;
}
.op-tl-era {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fcd34d;
    margin-bottom: 6px;
    line-height: 1.4;
}
.op-tl-desc {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #d0cae0;
}

/* ==========================================================
   PREMIUM HISTORY — Historical context boxes
   ========================================================== */
.op-premium-history {
    margin-top: 24px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(240,180,41,0.03), rgba(167,139,250,0.02));
    border: 1px solid rgba(240,180,41,0.1);
    border-radius: 18px;
    position: relative;
}
.op-premium-history::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #f0b429, #a78bfa);
    border-radius: 4px 0 0 4px;
}
.op-history-header {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f0b429;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1.5px;
    line-height: 1.4;
}
.op-history-body p {
    font-size: 1.02rem;
    line-height: 2;
    color: #c8c2d8;
}
.op-history-body strong { color: #fcd34d; }
.op-history-body em { color: #c4b5fd; font-style: italic; }

/* ==========================================================
   PROGRESS BARS — Soul evolution bars
   ========================================================== */
.op-progress-row {
    margin: 12px 0;
}
.op-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #e8e4f5;
}
.op-progress-value {
    color: #f0b429;
    font-family: 'Orbitron', monospace;
    font-size: 0.9rem;
}
.op-progress-track {
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    overflow: hidden;
}
.op-progress-fill {
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #f0b429, #fcd34d);
    transition: width 1.5s ease;
}

/* ==========================================================
   SYNASTRY — Couple compatibility premium section
   ========================================================== */

/* Invite Card */
.synastry-invite-premium {
    position: relative;
    margin-top: 24px;
    border-radius: 20px;
    overflow: hidden;
}
.synastry-invite-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(244,114,182,0.08), transparent 70%);
    pointer-events: none;
}
.synastry-invite-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 36px 24px;
    background: linear-gradient(145deg, rgba(244,114,182,0.05), rgba(167,139,250,0.04), transparent);
    border: 1px solid rgba(244,114,182,0.12);
    border-radius: 20px;
}
.synastry-invite-title {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #f472b6;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.synastry-invite-desc {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #d0cae0;
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.synastry-invite-desc strong { color: #f9a8d4; }

/* Synastry Button — Premium */
.btn-synastry-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 32px;
    border-radius: 16px;
    border: 1px solid rgba(244,114,182,0.25);
    background: linear-gradient(135deg, rgba(244,114,182,0.12), rgba(167,139,250,0.08));
    color: #f472b6;
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s ease;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
}
.btn-synastry-premium:hover {
    background: linear-gradient(135deg, rgba(244,114,182,0.22), rgba(167,139,250,0.15));
    border-color: rgba(244,114,182,0.45);
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(244,114,182,0.18);
}
.btn-syn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244,114,182,0.1), transparent);
    transition: left 0.6s;
    pointer-events: none;
}
.btn-synastry-premium:hover .btn-syn-glow { left: 100%; }
.btn-syn-text { position: relative; z-index: 1; }
.btn-syn-calculate { width: 100%; margin-top: 12px; }

/* Synastry Form */
.synastry-form-premium {
    margin: 24px 0;
    padding: 28px;
    background: rgba(244,114,182,0.03);
    border: 1px solid rgba(244,114,182,0.1);
    border-radius: 18px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.syn-form-field { margin-bottom: 18px; }
.syn-label {
    display: block;
    font-size: 1.02rem;
    font-weight: 600;
    color: #f472b6;
    margin-bottom: 8px;
}
.syn-input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(244,114,182,0.2);
    background: rgba(255,255,255,0.04);
    color: #e8e4f5;
    font-size: 1.08rem;
    font-family: 'Quicksand', sans-serif;
    outline: none;
    transition: all 0.25s;
    box-sizing: border-box;
}
.syn-input:focus {
    border-color: rgba(244,114,182,0.5);
    box-shadow: 0 0 0 3px rgba(244,114,182,0.08);
}
.syn-input::placeholder { color: rgba(200,194,216,0.5); }
.syn-date-row {
    display: flex;
    gap: 10px;
}
.syn-date { width: 30%; flex-shrink: 0; text-align: center; }
.syn-year { width: 40%; flex-grow: 1; }

/* Score Display */
.synastry-score-premium {
    text-align: center;
    margin: 28px 0;
    padding: 24px;
}
.syn-score-ring {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
}
.syn-score-ring svg {
    width: 100%;
    height: 100%;
}
.syn-score-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: baseline;
    gap: 2px;
}
.syn-score-number {
    font-family: 'Orbitron', monospace;
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #f472b6, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.syn-score-percent {
    font-family: 'Orbitron', monospace;
    font-size: 1.2rem;
    font-weight: 700;
    color: #a78bfa;
}
.syn-score-label {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #c4b5fd;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.syn-score-verdict {
    font-size: 1.05rem;
    color: #f9a8d4;
    font-weight: 600;
    line-height: 1.5;
}

/* VS Comparison */
.synastry-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 28px 0;
    padding: 20px;
    background: rgba(244,114,182,0.03);
    border: 1px solid rgba(244,114,182,0.08);
    border-radius: 16px;
}
.syn-vs-person {
    text-align: center;
    flex: 1;
    max-width: 180px;
}
.syn-vs-emoji { font-size: 2.8rem; margin-bottom: 8px; }
.syn-vs-name {
    font-family: 'Cinzel', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f0b429;
    margin-bottom: 4px;
}
.syn-vs-sign {
    font-size: 0.98rem;
    color: #c4b5fd;
    font-weight: 600;
}
.syn-vs-elem {
    font-size: 0.88rem;
    color: #8b85a0;
    margin-top: 2px;
}
.syn-vs-divider {
    font-size: 2rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(244,114,182,0.4));
}

/* Aspect Cards Grid */
.synastry-aspects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 20px 0;
}
.syn-aspect-card {
    background: rgba(244,114,182,0.03);
    border: 1px solid rgba(244,114,182,0.08);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s;
}
.syn-aspect-card:hover {
    border-color: rgba(244,114,182,0.2);
    box-shadow: 0 4px 20px rgba(244,114,182,0.06);
    transform: translateY(-2px);
}
.syn-aspect-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.syn-aspect-icon { font-size: 1.6rem; }
.syn-aspect-title {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #f472b6;
    line-height: 1.3;
}
.syn-aspect-sub {
    font-size: 0.95rem;
    color: #c4b5fd;
    margin-bottom: 10px;
}
.syn-aspect-meter {
    height: 10px;
    background: rgba(255,255,255,0.05);
    border-radius: 5px;
    overflow: hidden;
    margin: 8px 0;
}
.syn-aspect-fill {
    height: 100%;
    border-radius: 5px;
    transition: width 1.5s ease;
}
.syn-aspect-score {
    text-align: right;
    font-family: 'Orbitron', monospace;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.syn-aspect-analysis {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #c8c2d8;
}

/* ==========================================================
   ALSO KEEP BACKWARD COMPATIBILITY with old class names
   ========================================================== */
.op-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin: 16px 0; }
.op-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(240,180,41,0.1); border-radius: 14px; padding: 18px; transition: all 0.3s ease; }
.op-card:hover { border-color: rgba(240,180,41,0.25); box-shadow: 0 4px 20px rgba(240,180,41,0.06); transform: translateY(-2px); }
.op-card-accent { border-left: 4px solid #f0b429; background: rgba(240,180,41,0.04); }
.op-card-purple { border-left: 4px solid #a78bfa; background: rgba(167,139,250,0.04); }
.op-card-cyan { border-left: 4px solid #00d4ff; background: rgba(0,212,255,0.04); }
.op-card h4 { font-family: 'Cinzel', serif; font-size: 1.05rem; font-weight: 700; color: #f0b429; margin-bottom: 8px; }
.op-card p { font-size: 1.02rem; line-height: 1.8; color: #e0daf0; }
.op-card-purple h4 { color: #a78bfa; }
.op-card-cyan h4 { color: #00d4ff; }
.op-card-emerald h4 { color: #10b981; }

.op-hero { text-align: center; padding: 24px 16px; margin-bottom: 18px; background: linear-gradient(135deg, rgba(240,180,41,0.05), rgba(167,139,250,0.05)); border: 1px solid rgba(240,180,41,0.12); border-radius: 16px; }
.op-hero-emoji { font-size: 3.5rem; display: block; margin-bottom: 10px; filter: drop-shadow(0 0 12px rgba(240,180,41,0.3)); }
.op-hero-name { font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 800; color: #f0b429; letter-spacing: 2px; margin-bottom: 6px; }
.op-hero-sub { font-size: 0.95rem; color: #a78bfa; font-style: italic; }

.op-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.op-tag { display: inline-flex; align-items: center; gap: 4px; padding: 6px 14px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; background: rgba(240,180,41,0.08); border: 1px solid rgba(240,180,41,0.15); color: #fcd34d; }
.op-tag-cyan { background: rgba(0,212,255,0.08); border-color: rgba(0,212,255,0.15); color: #67e8f9; }

.op-history { margin-top: 20px; padding: 18px; background: rgba(240,180,41,0.03); border: 1px solid rgba(240,180,41,0.1); border-radius: 14px; }
.op-history-title { font-family: 'Cinzel', serif; font-size: 0.95rem; font-weight: 700; color: #f0b429; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.op-history p { font-size: 0.98rem; line-height: 1.85; color: #c8c2d8; }
.op-history strong { color: #fcd34d; }

.op-timeline { position: relative; padding-left: 32px; margin: 20px 0; }
.op-timeline::before { content: ''; position: absolute; left: 12px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #f0b429, #a78bfa, #00d4ff, #10b981); border-radius: 2px; }
.op-timeline-item { position: relative; padding: 14px 0 14px 20px; }
.op-timeline-item::before { content: ''; position: absolute; left: -26px; top: 20px; width: 12px; height: 12px; border-radius: 50%; background: #f0b429; border: 2px solid rgba(240,180,41,0.4); box-shadow: 0 0 10px rgba(240,180,41,0.3); }
.op-timeline-era { font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 700; color: #fcd34d; margin-bottom: 4px; }
.op-timeline-desc { font-size: 0.95rem; line-height: 1.7; color: #d0cae0; }

.op-list { list-style: none; padding: 0; margin: 12px 0; }
.op-list li { padding: 10px 14px; margin-bottom: 8px; background: rgba(255,255,255,0.02); border: 1px solid rgba(240,180,41,0.06); border-radius: 10px; font-size: 1rem; line-height: 1.7; color: #e0daf0; display: flex; align-items: flex-start; gap: 10px; }
.op-list li .op-bullet { color: #f0b429; font-weight: 700; flex-shrink: 0; min-width: 20px; }

.op-chispa { margin-top: 20px; padding: 18px; background: linear-gradient(135deg, rgba(240,180,41,0.06), rgba(167,139,250,0.04)); border: 1px solid rgba(240,180,41,0.15); border-radius: 14px; text-align: center; }
.op-chispa-header { font-family: 'Cinzel', serif; font-size: 0.9rem; color: #f0b429; letter-spacing: 2px; margin-bottom: 10px; }
.op-chispa p { font-size: 1.02rem; line-height: 1.8; color: #e8e4f5; font-style: italic; }

.oracle-premium-title { font-family: 'Cinzel', serif; font-size: 1.2rem; font-weight: 700; color: #f0b429; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; letter-spacing: 1px; }
.oracle-premium-title .op-icon { font-size: 1.4rem; }
.oracle-premium-subtitle { font-family: 'Cinzel', serif; font-size: 1.05rem; font-weight: 600; color: #a78bfa; margin: 16px 0 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(167,139,250,0.15); }
.oracle-premium-text { font-size: 1.05rem; line-height: 1.85; color: #e8e4f5; margin-bottom: 12px; }
.oracle-premium-text strong { color: #fcd34d; }

.op-energy-bar-container { margin: 8px 0; }
.op-energy-bar-label { display: flex; justify-content: space-between; font-size: 0.9rem; font-weight: 600; margin-bottom: 4px; }
.op-energy-bar-label span:first-child { color: #e8e4f5; }
.op-energy-bar-label span:last-child { color: #f0b429; }
.op-energy-bar-track { height: 10px; background: rgba(255,255,255,0.05); border-radius: 5px; overflow: hidden; }
.op-energy-bar-fill { height: 100%; border-radius: 5px; background: linear-gradient(90deg, #f0b429, #fcd34d); transition: width 1s ease; }

.op-planet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin: 16px 0; }
.op-planet-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(240,180,41,0.08); border-radius: 12px; padding: 14px; text-align: center; transition: all 0.3s; }
.op-planet-card:hover { border-color: rgba(240,180,41,0.2); box-shadow: 0 0 16px rgba(240,180,41,0.06); }
.op-planet-emoji { font-size: 1.8rem; display: block; margin-bottom: 6px; }
.op-planet-name { font-size: 0.88rem; color: #a78bfa; font-weight: 600; }
.op-planet-sign { font-size: 1rem; color: #fcd34d; font-weight: 700; }
.op-planet-house { font-size: 0.82rem; color: #8b85a0; }

/* Old synastry class compat */
.synastry-invite-card { text-align: center; padding: 24px; background: linear-gradient(135deg, rgba(244,114,182,0.06), rgba(167,139,250,0.05)); border: 1px solid rgba(244,114,182,0.15); border-radius: 16px; margin-top: 20px; }
.synastry-invite-card h3 { font-family: 'Cinzel', serif; font-size: 1.25rem; color: #f472b6; margin-bottom: 12px; }
.synastry-invite-card p { font-size: 1rem; line-height: 1.7; color: #d0cae0; margin-bottom: 16px; }
.btn-synastry { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 14px; border: 1px solid rgba(244,114,182,0.3); background: linear-gradient(135deg, rgba(244,114,182,0.12), rgba(167,139,250,0.08)); color: #f472b6; font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.3s; letter-spacing: 1px; }
.btn-synastry:hover { background: linear-gradient(135deg, rgba(244,114,182,0.2), rgba(167,139,250,0.15)); border-color: rgba(244,114,182,0.5); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(244,114,182,0.15); }
.synastry-form { margin: 20px 0; padding: 20px; background: rgba(244,114,182,0.03); border: 1px solid rgba(244,114,182,0.1); border-radius: 14px; }
.synastry-form label { display: block; font-size: 0.95rem; font-weight: 600; color: #f472b6; margin-bottom: 6px; }
.synastry-form input { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(244,114,182,0.2); background: rgba(255,255,255,0.04); color: #e8e4f5; font-size: 1rem; margin-bottom: 14px; outline: none; font-family: 'Quicksand', sans-serif; box-sizing: border-box; }
.synastry-form input:focus { border-color: rgba(244,114,182,0.5); box-shadow: 0 0 0 3px rgba(244,114,182,0.1); }
.synastry-result-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 16px 0; }
.synastry-aspect-card { background: rgba(244,114,182,0.04); border: 1px solid rgba(244,114,182,0.1); border-radius: 12px; padding: 16px; }
.synastry-aspect-card h4 { color: #f472b6; font-size: 1rem; margin-bottom: 8px; }
.synastry-score { text-align: center; margin: 20px 0; }
.synastry-score-value { font-family: 'Orbitron', monospace; font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, #f472b6, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.synastry-score-label { font-size: 0.95rem; color: #c4b5fd; font-weight: 600; }
.synastry-meter { height: 12px; background: rgba(255,255,255,0.05); border-radius: 6px; overflow: hidden; margin: 10px 0; }
.synastry-meter-fill { height: 100%; border-radius: 6px; background: linear-gradient(90deg, #f472b6, #a78bfa); transition: width 1.5s ease; }

/* ==========================================================
   MOBILE RESPONSIVE — 768px breakpoint
   ========================================================== */
@media (max-width: 768px) {
    /* Section Hero */
    .op-section-hero { padding: 28px 16px; margin-bottom: 20px; }
    .op-section-title { font-size: 1.35rem; letter-spacing: 1px; }
    .op-section-subtitle { font-size: 1rem; }
    .op-hero-icon-ring { width: 70px; height: 70px; }
    .op-hero-icon-ring span { font-size: 2.2rem; }

    /* Grid — single column */
    .op-premium-grid { grid-template-columns: 1fr; gap: 14px; }
    .op-grid { grid-template-columns: 1fr; }
    .synastry-aspects-grid { grid-template-columns: 1fr; }
    .synastry-result-grid { grid-template-columns: 1fr; }
    .op-planet-grid { grid-template-columns: repeat(2, 1fr); }

    /* Cards */
    .op-premium-card { padding: 20px; }
    .op-card { padding: 16px; }
    .op-pcard-icon { font-size: 2rem; }
    .op-pcard-title { font-size: 1.1rem; }
    .op-pcard-text { font-size: 1.05rem; }

    /* Text */
    .op-body-text { font-size: 1.05rem; line-height: 1.9; }
    .op-card-heading { font-size: 1.15rem; }
    .op-divider-label { font-size: 1.02rem; }

    /* Timeline */
    .op-premium-timeline { padding-left: 30px; }
    .op-timeline { padding-left: 28px; }

    /* History */
    .op-premium-history { padding: 20px; }
    .op-history-body p { font-size: 0.98rem; line-height: 1.9; }

    /* Synastry */
    .synastry-vs { flex-direction: column; gap: 16px; padding: 16px; }
    .syn-vs-person { max-width: 200px; }
    .syn-vs-divider { font-size: 1.5rem; }
    .syn-score-number { font-size: 2.4rem; }
    .synastry-invite-desc { font-size: 1rem; }
    .btn-synastry-premium { font-size: 0.98rem; padding: 16px 24px; }
    .synastry-form-premium { padding: 22px 18px; }

    /* Tags */
    .op-premium-tags { justify-content: center; }

    /* Old compat */
    .op-hero-emoji { font-size: 2.8rem; }
    .op-hero-name { font-size: 1.2rem; }
}

/* ==========================================================
   MOBILE RESPONSIVE — 480px breakpoint (small phones)
   ========================================================== */
@media (max-width: 480px) {
    .op-section-hero { padding: 22px 12px; border-radius: 16px; }
    .op-section-title { font-size: 1.2rem; }
    .op-hero-icon-ring { width: 60px; height: 60px; }
    .op-hero-icon-ring span { font-size: 1.8rem; }

    .op-premium-grid { gap: 12px; }
    .op-premium-card { padding: 16px; border-radius: 14px; }
    .op-pcard-icon { font-size: 1.8rem; }
    .op-pcard-title { font-size: 1.02rem; }
    .op-pcard-text { font-size: 1rem; line-height: 1.85; }

    .op-planet-grid { grid-template-columns: 1fr; }

    .op-body-text { font-size: 1rem; }
    .op-card-heading { font-size: 1.1rem; }

    .op-premium-history { padding: 16px; border-radius: 14px; }
    .op-history-header { font-size: 0.95rem; }
    .op-history-body p { font-size: 0.95rem; line-height: 1.85; }

    .op-premium-list li { padding: 12px; }
    .op-list-text { font-size: 1rem; }

    .op-premium-tags { gap: 8px; }
    .op-ptag { padding: 6px 14px; font-size: 0.88rem; }

    .synastry-invite-inner { padding: 24px 16px; }
    .synastry-invite-title { font-size: 1.2rem; }
    .synastry-invite-desc { font-size: 0.95rem; }
    .btn-synastry-premium { font-size: 0.92rem; padding: 14px 18px; }
    .synastry-form-premium { padding: 18px 14px; }
    .syn-input { font-size: 1rem; padding: 12px; }
    .syn-score-number { font-size: 2rem; }
    .syn-score-label { font-size: 1rem; }
    .syn-aspect-card { padding: 16px; }

    .btn-synastry { font-size: 0.9rem; padding: 12px 20px; }
    .op-hero { padding: 18px 12px; }
    .op-tags { justify-content: center; }
}

/* ==========================================================
   ANIMATIONS — Subtle entrance effects
   ========================================================== */
@keyframes opFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.op-section-hero,
.op-premium-card,
.op-premium-history,
.synastry-invite-premium,
.synastry-score-premium {
    animation: opFadeIn 0.5s ease forwards;
}
.op-premium-grid .op-premium-card:nth-child(2) { animation-delay: 0.1s; }
.op-premium-grid .op-premium-card:nth-child(3) { animation-delay: 0.2s; }
.synastry-aspects-grid .syn-aspect-card:nth-child(2) { animation-delay: 0.08s; }
.synastry-aspects-grid .syn-aspect-card:nth-child(3) { animation-delay: 0.16s; }
.synastry-aspects-grid .syn-aspect-card:nth-child(4) { animation-delay: 0.24s; }
.synastry-aspects-grid .syn-aspect-card:nth-child(5) { animation-delay: 0.32s; }
.synastry-aspects-grid .syn-aspect-card:nth-child(6) { animation-delay: 0.40s; }
