/* ============================================
   REPORTS PAGE STYLES - Masha International
   ============================================ */

/* Hero Section */
.reports-hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 8rem 5% 5rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
}

.reports-hero .gradient-mesh {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 102, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(0, 102, 255, 0.1) 0%, transparent 50%);
    animation: meshMove 20s ease-in-out infinite;
    z-index: 0;
}

.reports-hero .hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.reports-hero .section-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.reports-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--deep-blue);
}

.reports-hero h1 span {
    display: block;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0.25rem;
}

.reports-hero .hero-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 600px;
}

.reports-hero .hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 102, 255, 0.1);
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.hero-stat .stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hero-stat .stat-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Reports Orb Animation */
.reports-orb {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.orb-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(0, 102, 255, 0.1);
    animation: orbRotate 20s linear infinite;
}

.ring-1 {
    width: 100%;
    height: 100%;
    border-color: rgba(0, 102, 255, 0.15);
    animation-duration: 20s;
}

.ring-2 {
    width: 75%;
    height: 75%;
    border-color: rgba(0, 212, 255, 0.2);
    animation-duration: 15s;
    animation-direction: reverse;
}

.ring-3 {
    width: 50%;
    height: 50%;
    border-color: rgba(0, 102, 255, 0.25);
    animation-duration: 10s;
}

.orb-core {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 20px 60px rgba(0, 102, 255, 0.3);
}

.orb-core svg {
    width: 40px;
    height: 40px;
}

@keyframes orbRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes meshMove {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Samples Section */
.samples-section {
    padding: 8rem 5%;
    padding-top: 4rem;
    background: var(--pure-white);
}

.samples-container {
    max-width: 1400px;
    margin: 0 auto;
}

.samples-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.samples-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.sample-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 255, 0.1);
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
}

.sample-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 102, 255, 0.15);
    border-color: var(--primary-blue);
}

/* Sample Preview Mockup */
.sample-preview {
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 102, 255, 0.1);
    min-height: 280px;
    overflow: hidden;
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.preview-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--primary-blue);
}

.preview-badge {
    padding: 0.25rem 0.75rem;
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.preview-content {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.preview-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--deep-blue);
    margin-bottom: 0.5rem;
}

.preview-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.preview-lines {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.p-line {
    height: 6px;
    background: linear-gradient(90deg, var(--soft-blue), rgba(0, 102, 255, 0.2));
    border-radius: 3px;
}

.p-line.short { width: 60%; }
.p-line.medium { width: 80%; }

.preview-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 102, 255, 0.08);
    pointer-events: none;
    letter-spacing: 10px;
}

/* Theme Variations */
.sample-preview.blue-theme .preview-badge { 
    background: rgba(0, 102, 255, 0.1); 
    color: var(--primary-blue); 
}

.sample-preview.purple-theme .preview-badge { 
    background: rgba(124, 58, 237, 0.1); 
    color: #7c3aed; 
}

.sample-preview.orange-theme .preview-badge { 
    background: rgba(249, 115, 22, 0.1); 
    color: #f97316; 
}

.sample-preview.green-theme .preview-badge { 
    background: rgba(16, 185, 129, 0.1); 
    color: #10b981; 
}

.sample-preview.red-theme .preview-badge { 
    background: rgba(239, 68, 68, 0.1); 
    color: #ef4444; 
}

/* Preview Specific Elements */
.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.p-data-box {
    background: var(--soft-blue);
    padding: 0.5rem;
    border-radius: 8px;
    text-align: center;
}

.p-label {
    font-size: 0.6rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.p-value {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--deep-blue);
}

.p-value.active { color: #10b981; }

.preview-score {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 102, 255, 0.1);
}

.score-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: white;
}

.preview-score span {
    font-size: 0.8rem;
    color: #64748b;
}

.preview-asset {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.asset-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.asset-type {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--deep-blue);
}

.asset-location {
    font-size: 0.7rem;
    color: #64748b;
}

.preview-valuation {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.val-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    padding: 0.4rem;
    background: var(--soft-blue);
    border-radius: 6px;
}

.val-row span { color: #64748b; }
.val-row strong { color: var(--deep-blue); }
.val-row.highlight {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 212, 255, 0.1));
}

.preview-stock {
    display: flex;
    gap: 1rem;
}

.stock-visual {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    height: 60px;
}

.stock-bar {
    width: 12px;
    background: linear-gradient(180deg, var(--primary-blue), var(--accent-cyan));
    border-radius: 3px 3px 0 0;
}

.stock-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.s-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
}

.s-item span { color: #64748b; }
.s-item strong { color: var(--deep-blue); font-size: 0.75rem; }

.preview-income {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.income-chart {
    height: 40px;
    background: var(--soft-blue);
    border-radius: 8px;
    padding: 0.5rem;
}

.trend-line {
    width: 100%;
    height: 100%;
    color: var(--primary-blue);
}

.income-stats {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.i-stat {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    padding: 0.4rem;
    background: var(--soft-blue);
    border-radius: 6px;
}

.i-stat span { color: #64748b; }
.i-stat strong { color: var(--deep-blue); }
.i-stat strong.good { color: #10b981; }

.preview-market {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.market-rating {
    text-align: center;
    padding: 0.75rem;
    background: var(--soft-blue);
    border-radius: 8px;
}

.stars {
    color: #f59e0b;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 0.25rem;
}

.market-rating span {
    font-size: 0.75rem;
    color: #64748b;
}

.market-refs {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ref-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    padding: 0.4rem;
    background: var(--soft-blue);
    border-radius: 6px;
}

.ref-dot {
    width: 16px;
    height: 16px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: white;
}

.ref-item.neutral .ref-dot { background: #f59e0b; }

/* Sample Info */
.sample-info {
    padding: 1.5rem;
}

.sample-info h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--deep-blue);
    margin-bottom: 0.75rem;
}

.sample-info > p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.sample-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.sample-features li {
    font-size: 0.8rem;
    color: #64748b;
    padding-left: 1rem;
    position: relative;
}

.sample-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-blue);
    font-weight: 700;
}

.sample-btn {
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.sample-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
}

.sample-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.sample-btn:hover svg {
    transform: translateX(3px);
}

/* Methodology Section */
.methodology-section {
    padding: 8rem 5%;
    padding-top: 4rem;
    background: linear-gradient(180deg, var(--soft-blue) 0%, var(--pure-white) 100%);
}

.methodology-container {
    max-width: 1200px;
    margin: 0 auto;
}

.methodology-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.methodology-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 4rem;
}

.flow-step {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    margin-bottom: 1rem;
    box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
    border: 1px solid rgba(0, 102, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.flow-step:hover {
    transform: translateX(10px);
    border-color: var(--primary-blue);
}

.step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.step-icon svg {
    width: 32px;
    height: 32px;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--deep-blue);
    margin-bottom: 0.5rem;
}

.step-content p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

.step-arrow {
    font-size: 1.5rem;
    color: var(--primary-blue);
    font-weight: 700;
}

.flow-step:last-child .step-arrow {
    display: none;
}

.methodology-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
}

.m-stat {
    text-align: center;
}

.m-number {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.m-label {
    font-size: 0.9rem;
    color: #64748b;
}

/* Security Section */
.security-section {
    padding: 8rem 5%;
    padding-top: 4rem;
    background: var(--deep-blue);
    color: white;
    position: relative;
    overflow: hidden;
}

.security-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

.security-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.security-content .section-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.security-content .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.security-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.security-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sec-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.sec-feature:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.sec-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

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

.sec-text h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.sec-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Security Visual */
.security-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.security-orb {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: orbRotate 20s linear infinite;
}

.s-ring-1 {
    width: 100%;
    height: 100%;
    border-color: rgba(0, 102, 255, 0.3);
    animation-duration: 20s;
}

.s-ring-2 {
    width: 75%;
    height: 75%;
    border-color: rgba(0, 212, 255, 0.3);
    animation-duration: 15s;
    animation-direction: reverse;
}

.s-ring-3 {
    width: 50%;
    height: 50%;
    border-color: rgba(0, 102, 255, 0.4);
    animation-duration: 10s;
}

.s-core {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 20px 60px rgba(0, 102, 255, 0.4);
}

.s-core svg {
    width: 35px;
    height: 35px;
}

.security-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-badge {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

/* Portal Section */
.portal-section {
    padding: 8rem 5%;
    padding-top: 4rem;
    background: var(--pure-white);
}

.portal-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.portal-preview {
    position: relative;
}

.portal-mockup {
    background: white;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 102, 255, 0.15);
    overflow: hidden;
    border: 1px solid rgba(0, 102, 255, 0.1);
}

.mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
}

.mockup-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.mockup-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
}

.user-avatar {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
}

.mockup-body {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 300px;
}

.mockup-sidebar {
    background: #f8fafc;
    padding: 1rem;
    border-right: 1px solid rgba(0, 102, 255, 0.1);
}

.sidebar-item {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar-item:hover,
.sidebar-item.active {
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
    font-weight: 500;
}

.mockup-content {
    padding: 1.5rem;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.content-header h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--deep-blue);
}

.mockup-btn {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.mockup-table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr 0.8fr;
    gap: 0.5rem;
    padding: 0.6rem;
    font-size: 0.75rem;
    border-radius: 6px;
}

.table-row.header {
    background: var(--soft-blue);
    font-weight: 600;
    color: var(--deep-blue);
}

.table-row:not(.header) {
    background: #f8fafc;
    color: #64748b;
}

.status {
    padding: 0.2rem 0.5rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
}

.status.completed {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status.progress {
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
}

.status.pending {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.coming-soon-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 102, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 2px solid var(--primary-blue);
}

.coming-soon-badge > span {
    font-size: 1.5rem;
}

.coming-soon-badge div {
    display: flex;
    flex-direction: column;
}

.coming-soon-badge strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    color: var(--deep-blue);
}

.coming-soon-badge div span:last-child {
    font-size: 0.8rem;
    color: #64748b;
}

/* Portal Info */
.portal-info .section-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.portal-info .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 1rem;
}

.portal-lead {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.portal-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.p-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--soft-blue);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.p-feature:hover {
    transform: translateX(10px);
    background: rgba(0, 102, 255, 0.15);
}

.p-icon {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(0, 102, 255, 0.1);
}

.p-feature h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--deep-blue);
    margin-bottom: 0.25rem;
}

.p-feature p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.portal-cta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.portal-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 102, 255, 0.3);
    width: fit-content;
}

.portal-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.4);
}

.portal-btn-primary svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.portal-btn-primary:hover svg {
    transform: translateX(5px);
}

.portal-note {
    font-size: 0.85rem;
    color: #64748b;
}

/* Request Section */
.request-section {
    padding: 8rem 5%;
    padding-top: 4rem;
    background: linear-gradient(180deg, var(--soft-blue) 0%, var(--pure-white) 100%);
}

.request-container {
    max-width: 800px;
    margin: 0 auto;
}

.request-header {
    text-align: center;
    margin-bottom: 3rem;
}

.request-header .section-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 102, 255, 0.1);
    color: var(--primary-blue);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.request-header .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 1rem;
}

.request-header .section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
}

.request-form {
    background: white;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 102, 255, 0.1);
    border: 1px solid rgba(0, 102, 255, 0.1);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full-width {
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--deep-blue);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem 1.25rem;
    border: 2px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: var(--soft-blue);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-footer {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-consent input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--primary-blue);
}

.form-consent label {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.form-consent a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
}

.request-submit-btn {
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.request-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.4);
}

.request-submit-btn svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.request-submit-btn:hover svg {
    transform: translateX(5px);
}

.form-security-note {
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-security-note span {
    font-size: 1rem;
}

/* CTA Section */
.reports-cta-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    position: relative;
    overflow: hidden;
}

.cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.reports-cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    color: white;
}

.reports-cta-container h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.reports-cta-container > p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    background: var(--deep-blue);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.cta-btn-primary svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cta-btn-primary:hover svg {
    transform: translateX(5px);
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 1.25rem 2.5rem;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 22, 40, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 24px;
    width: 90%;
    max-width: 500px;
    position: relative;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: var(--soft-blue);
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--deep-blue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: var(--primary-blue);
    color: white;
}

.modal-header {
    margin-bottom: 1.5rem;
}

.modal-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 0.25rem;
}

.modal-header p {
    color: #64748b;
    font-size: 0.9rem;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-form .form-group {
    margin-bottom: 0;
}

.modal-form input {
    padding: 0.875rem 1rem;
}

.modal-submit {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.modal-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .reports-hero .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .reports-hero .hero-subtitle {
        margin: 0 auto 2rem;
    }

    .reports-hero .hero-stats {
        justify-content: center;
    }

    .samples-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .security-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .security-visual {
        order: -1;
    }

    .portal-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .portal-preview {
        order: -1;
    }

    .methodology-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reports-hero {
        min-height: auto;
        padding: 6rem 5% 3rem;
    }

    .reports-hero h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .reports-hero .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .reports-orb {
        width: 200px;
        height: 200px;
    }

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

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

    .methodology-flow {
        gap: 1rem;
    }

    .flow-step {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .step-arrow {
        display: none;
    }

    .methodology-stats {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .mockup-body {
        grid-template-columns: 1fr;
    }

    .mockup-sidebar {
        display: none;
    }

    .coming-soon-badge {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .request-form {
        padding: 1.5rem;
    }

    .sample-card {
        border-radius: 16px;
    }

    .flow-step {
        padding: 1.5rem;
    }

    .step-icon {
        width: 60px;
        height: 60px;
    }

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