/* ============================================================
   ACM Renting vs Owning Analysis — Stylesheet v1.0
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Rajdhani:wght@400;500;600;700&display=swap');

.acm-rvo-fullwidth {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    background: #07080A !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    font-family: 'Rajdhani', sans-serif;
    color: #E8E0D0;
}

/* ── Red ACM Banner Header ── */
.acm-rvo-header {
    background: linear-gradient(135deg, #6B0000 0%, #8B0000 40%, #7A0000 100%);
    border-bottom: 3px solid #C9A84C;
    padding: 28px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.acm-rvo-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(0,0,0,0.04) 40px, rgba(0,0,0,0.04) 80px);
    pointer-events: none;
}
.acm-rvo-brand {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(232,224,208,0.65);
    margin-bottom: 8px;
}
.acm-rvo-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}
.acm-rvo-sub {
    font-size: 12px;
    color: rgba(232,224,208,0.55);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 6px;
}
.acm-rvo-byline {
    border: 1px solid rgba(201,168,76,0.6);
    padding: 12px 20px;
    text-align: center;
    flex-shrink: 0;
}
.acm-rvo-byline-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(232,224,208,0.5);
    margin-bottom: 4px;
}
.acm-rvo-byline-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #E8CC7A;
}
@media (max-width: 700px) {
    .acm-rvo-header { flex-direction: column; gap: 16px; padding: 24px 20px; }
    .acm-rvo-title  { font-size: 24px; }
}

/* ── Key findings bar ── */
.acm-rvo-findings-bar {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 16px 48px;
    background: #0A0B0E;
    border-bottom: 1px solid rgba(201,168,76,0.12);
    flex-wrap: wrap;
}
.acm-rvo-finding { display: flex; flex-direction: column; align-items: center; }
.acm-rvo-finding-num { font-size: 32px; font-weight: 700; color: #E8CC7A; line-height: 1; }
.acm-rvo-finding-lbl { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #555; margin-top: 3px; }
.acm-rvo-finding-desc { font-size: 14px; color: #8A8278; margin-left: auto; max-width: 520px; line-height: 1.5; font-style: italic; }
@media (max-width: 700px) { .acm-rvo-findings-bar { padding: 14px 20px; gap: 24px; } .acm-rvo-finding-desc { margin-left: 0; } }

/* ── Main content ── */
.acm-rvo-content {
    padding: 0 48px 60px;
}
@media (max-width: 700px) { .acm-rvo-content { padding: 0 20px 40px; } }

/* ── Sections ── */
.acm-rvo-section { padding-top: 48px; }
.acm-rvo-section-label {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #C9A84C;
    margin-bottom: 10px;
}
.acm-rvo-section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(201,168,76,0.2);
}

/* ── Body text ── */
.acm-rvo-body {
    font-size: 19px;
    line-height: 1.9;
    color: #B8B0A0;
    margin: 0 0 20px;
    max-width: 100%;
}

/* ── Five factors grid ── */
.acm-rvo-factors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 900px) { .acm-rvo-factors { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 550px) { .acm-rvo-factors { grid-template-columns: 1fr; } }

.acm-rvo-factor {
    background: #0E1014;
    border: 1px solid rgba(201,168,76,0.12);
    border-left: 3px solid #8B0000;
    padding: 24px 20px;
    transition: border-color 0.2s;
}
.acm-rvo-factor:hover { border-left-color: #C9A84C; }
.acm-rvo-factor-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 300;
    color: rgba(201,168,76,0.25);
    line-height: 1;
    margin-bottom: 10px;
}
.acm-rvo-factor-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E8E0D0;
    margin-bottom: 10px;
}
.acm-rvo-factor-desc {
    font-size: 15px;
    color: #8A8278;
    line-height: 1.6;
}

/* ── YouTube video ── */
.acm-rvo-video-wrap {
    margin-top: 8px;
    background: #0A0B0E;
    border: 1px solid rgba(201,168,76,0.2);
}
.acm-rvo-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.acm-rvo-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.acm-rvo-video-caption {
    padding: 16px 24px;
    border-top: 1px solid rgba(201,168,76,0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.acm-rvo-video-title {
    font-size: 15px;
    font-weight: 700;
    color: #E8CC7A;
    letter-spacing: 1px;
}
.acm-rvo-video-meta {
    font-size: 13px;
    color: #555;
    letter-spacing: 0.5px;
}
.acm-rvo-video-meta a {
    color: #C9A84C;
    text-decoration: none;
}
.acm-rvo-video-meta a:hover { color: #FFE09A; text-decoration: none; }

/* ── Related tools CTA grid ── */
.acm-rvo-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
    padding-top: 8px;
}
@media (max-width: 900px) { .acm-rvo-cta-grid { grid-template-columns: 1fr; } }

.acm-rvo-cta-card {
    background: #0E1014;
    border: 1px solid rgba(201,168,76,0.12);
    border-top: 3px solid #C9A84C;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.acm-rvo-cta-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E8E0D0;
}
.acm-rvo-cta-desc {
    font-size: 14px;
    color: #8A8278;
    line-height: 1.5;
    flex: 1;
}
.acm-rvo-cta-btn {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C9A84C;
    text-decoration: none;
    border-bottom: 1px solid rgba(201,168,76,0.3);
    padding-bottom: 2px;
    align-self: flex-start;
    transition: color 0.2s, border-color 0.2s;
}
.acm-rvo-cta-btn:hover { color: #FFE09A; border-color: #FFE09A; text-decoration: none; }
