﻿/* =========================================
   Mobile Styles (<767px) - Hotel Premium
   File: css/mobile/research/hotel.css
   ========================================= */

/* --- Hero Section - Mobile Premium --- */
.research-hero {
    position: relative;
    padding: 110px 0 40px !important;
    /* Aggressive title positioning */
    margin-top: -56px;
    /* Pull under nav */
    background: linear-gradient(135deg, #1c1917 0%, #292524 80%, #44403c 100%);
    color: white;
    text-align: center;
    overflow: hidden;
    height: auto !important;
    min-height: auto !important;
    display: block !important;
}

.hero-overlay {
    display: none;
}

.research-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 120%;
    background:
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.2) 0%, transparent 60%),
        linear-gradient(180deg, rgba(28, 25, 23, 0.8) 0%, #1c1917 100%);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.hero-tag {
    display: inline-block;
    color: #fce7f3;
    font-size: 0.70rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    white-space: normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    font-weight: 600;
    font-family: 'Noto Serif SC', serif;
    text-transform: uppercase;
}

.research-hero h1 {
    position: relative;
    z-index: 1;
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
    margin-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffffff 0%, #fffbf0 40%, #d4af37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    font-size: 0.95rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-cta {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.btn-primary {
    display: inline-block;
    padding: 14px 40px !important;
    background: linear-gradient(135deg, #d4af37 0%, #b45309 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    text-decoration: none;
    border-radius: 6px !important;
    font-size: 1rem !important;
    letter-spacing: 1px;
    width: 80%;
    position: relative;
    overflow: hidden;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    color: #fce7f3;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-size: 0.9rem;
    width: 60%;
}

/* --- Section Headers --- */
.section-header {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 15px;
}

.section-header h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 1.8rem;
    color: #0c0a09;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.section-header p.subtitle {
    font-family: 'Noto Sans SC', sans-serif;
    color: #78716c;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 15px;
}

/* --- Value & Dimension (Mobile) --- */
.value-section,
.dimension-section {
    padding: 40px 0;
    background: linear-gradient(to bottom, #ffffff 0%, #fafaf9 50%, #ffffff 100%);
}

.academic-grid,
.dimension-grid-5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding: 0 20px;
}

.academic-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 28px 24px;
    border: 1px solid rgba(231, 229, 228, 0.8);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.card-number {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #e7e5e4;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
}

.academic-card h3 {
    font-size: 1.25rem;
    color: #1c1917;
    margin-bottom: 10px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
}

.academic-card p {
    font-size: 0.95rem;
    color: #57534e;
    line-height: 1.6;
    margin: 0;
}

/* Dimension Item Mobile */
.dimension-item {
    text-align: center;
    padding: 24px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.dim-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.dimension-item h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #1c1917;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
}

.dimension-item p {
    font-size: 0.95rem;
    color: #78716c;
}

/* --- Solution Section (Ecosystem) - Mobile Layout --- */
.solution-section {
    padding: 40px 0;
    background: #ffffff;
}

.solution-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.solution-row.reverse {
    flex-direction: column;
}

/* Text Top, Image Bottom Layout Enforcement */
.solution-row .solution-visual,
.solution-row.reverse .solution-visual {
    order: 2;
    /* Image Bottom */
    width: 100%;
    height: 200px;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.solution-row .solution-text,
.solution-row.reverse .solution-text {
    order: 1;
    /* Text Top */
}

.solution-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #b45309;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border: 1px solid rgba(180, 83, 9, 0.3);
    border-radius: 0;
    background: rgba(180, 83, 9, 0.08);
    margin-bottom: 15px;
}

.solution-text h3 {
    font-size: 1.4rem;
    font-family: 'Noto Serif SC', serif;
    color: #292524;
    margin-bottom: 15px;
    font-weight: 700;
}

.solution-text p {
    font-size: 0.95rem;
    color: #57534e;
    line-height: 1.6;
    margin: 0;
}

.visual-content {
    display: none;
}

/* Visual Backgrounds */
.visual-deep {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}

.visual-recovery {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
}

.visual-family {
    background: linear-gradient(135deg, #f0f9ff 0%, #bae6fd 100%);
}

/* --- Lab Section (Mobile) --- */
.new-coop-section {
    padding: 60px 0;
    text-align: center;
}

.new-coop-content {
    padding: 20px;
}

.new-coop-content h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #0c0a09 !important;
    font-weight: 700;
}

.coop-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    margin-top: 30px;
}

.new-coop-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}