/* Patent Analytics Page Specific Styles */
.analytics-hero {
    background: linear-gradient(135deg, rgba(10, 37, 64, 0.92) 80%, #b38a38 20%);
    color: #ffffff;
    text-align: center;
    padding: 95px 20px;
    border-bottom: 5px solid #b38a38;
}

.analytics-hero h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 700;
    color:white;
}

.analytics-hero p {
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto !important;
    opacity: 0.9;
    color:rgb(189, 184, 184);
}

.analytics-section {
    background-color: #f8fafc;
    padding: 70px 0;
}

.analytics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.analytics-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 35px 30px;
    box-shadow: 0 4px 15px rgba(10, 37, 64, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(10, 37, 64, 0.05);
}

.analytics-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(10, 37, 64, 0.08);
}

.card-tag {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38;
    font-weight: 700;
    margin-bottom: 12px;
}

.highlight-tag {
    color: #ffffff;
    background-color: #b38a38;
    padding: 2px 10px;
    border-radius: 20px;
}

.analytics-card h3 {
    color: #0a2540;
    font-size: 1.45rem;
    margin-bottom: 15px;
}

.analytics-card p {
    color: #4b5563;
    font-size: 0.95rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.analytics-btn {
    display: inline-block;
    color: #0a2540;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s;
}


.analytics-btn:hover {
    color: #b38a38;
}

/* Infringement Analysis full row stretch on desktop */
@media (min-width: 992px) {
    .full-width-card {
        grid-column: 1 / -1;
        background: linear-gradient(to right, #ffffff, #fffdf8);
        border-left: 4px solid #b38a38;
    }
    .full-width-card p {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .analytics-hero h1 { font-size: 2.1rem; }
    .analytics-section { padding: 50px 0; }
}

/* Industries We Serve Section */
.industries-section {
    background-color: var(--white);
    padding: 30px 0;
    text-align: center;
}
.section-title {
    text-align: center; 
    width: 100%;       
}

.section-subtitle {
    max-width: 600px;
    text-align: center;
    color: rgb(75, 85, 99);
    font-size: 1.05rem;
    margin: 15px auto 0 auto !important; 
    line-height: 1.6; 
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.industry-box {
    background-color: var(--light);
    border: 1px solid rgba(10, 37, 64, 0.05);
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
}

.industry-box:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-5px);
}
/* Jab box par hover ho, toh uske andar ka paragraph (p) target karein */
.industry-box:hover p {
    color: #55606e !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}


.industry-box h4 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 12px;
    transition: color 0.3s ease;
    color: #0a2540;
}

.industry-box p {
    font-size: 0.9rem;
    color: #0a2540;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* Hover effects for inner text */
.industry-box:hover h4 {
    color: var(--secondary);
}

.industry-box:hover p {
    color: rgba(255, 255, 255, 0.85);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industries-section {
        padding: 50px 0;
    }
    .section-subtitle {
        margin: -25px auto 30px;
        font-size: 0.95rem;
    }
}

/* ==========================================================================
   ULTRA-PREMIUM ASYMMETRIC SPLIT REVEAL BLOCK FOR PATENT ANALYTICS
   ========================================================================== */

.premium-analytics-split {
    background-color: #f8fafc; /* Premium light grey base tint */
    padding: 60px 0 80px 0 !important; /* Managed seamless transition gap */
    width: 100%;
    position: relative;
}

.split-structural-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Maintains equal heights for panels */
    gap: 50px;
}

/* 1. Left Side Deep Dark Box */
.split-left-solid-card {
    flex: 0.9;
    background-color: #0a2540; /* Dark Navy Token */
    border-radius: 14px;
    padding: 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12);
}

.solid-inner-overlay {
    position: relative;
    z-index: 3;
}

.solid-pill-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #b38a38; /* Gold Token */
    background-color: rgba(179, 138, 56, 0.1);
    border: 1px solid rgba(179, 138, 56, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.split-left-solid-card h2 {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.split-left-solid-card p {
    font-size: 0.98rem;
    color: #a1b0cb;
    line-height: 1.65;
    margin-bottom: 40px;
}

/* Metrics configuration */
.solid-panel-metrics {
    display: flex;
    gap: 30px;
}

.mini-metric-stat {
    flex: 1;
}

.mini-metric-stat h5 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
}

.mini-metric-stat span {
    font-size: 0.82rem;
    color: #b38a38;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.standard-gold-border {
    border-left: 2px solid rgba(179, 138, 56, 0.25);
    padding-left: 25px;
}

/* Aurora Backdrop Engine */
.solid-card-glow-aurora {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(179, 138, 56, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* 2. Right Side Slice Architecture */
.split-right-slices-panel {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.interactive-slice-row {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(10, 37, 64, 0.05);
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Backdrop Slide Curtain Overlay */
.slice-hover-curtain {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(179, 138, 56, 0.03) 0%, transparent 100%);
    z-index: -1;
    transition: all 0.4s ease;
}

.slice-index-box {
    background-color: #f8fafc;
    border-radius: 6px;
    padding: 10px;
    min-width: 60px;
    text-align: center;
    transition: all 0.35s ease;
}

.slice-index-box span {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 700;
    margin-bottom: 2px;
}

.slice-index-box h4 {
    font-size: 1.25rem;
    color: #0a2540;
    font-weight: 800;
    line-height: 1.1;
}

.slice-details-box {
    flex: 1;
}

.slice-details-box h4 {
    font-size: 1.15rem;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 5px;
    transition: color 0.35s ease;
}

.slice-details-box p {
    font-size: 0.92rem;
    color: #55606e;
    line-height: 1.55;
    margin: 0;
}

/* ==========================================================================
   DYNAMIC INTERACTIVE ACTIVE/HOVER SWITCHES
   ========================================================================== */

.slice-active, .interactive-slice-row:hover {
    transform: translateX(8px);
    border-color: rgba(179, 138, 56, 0.3);
    box-shadow: 0 12px 24px rgba(10, 37, 64, 0.03);
}

.slice-active .slice-hover-curtain, .interactive-slice-row:hover .slice-hover-curtain {
    left: 0;
}

.slice-active .slice-index-box, .interactive-slice-row:hover .slice-index-box {
    background-color: #0a2540;
}

.slice-active .slice-index-box h4, .slice-active .slice-index-box span,
.interactive-slice-row:hover .slice-index-box h4, .interactive-slice-row:hover .slice-index-box span {
    color: #ffffff;
}

.slice-active .slice-details-box h4, .interactive-slice-row:hover .slice-details-box h4 {
    color: #b38a38;
}

/* ==========================================================================
   RESPONSIVE ANTI-OVERLAP MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991px) {
    .split-structural-flex {
        flex-direction: column;
        gap: 35px;
    }
    .split-left-solid-card, .split-right-slices-panel {
        width: 100%;
        flex: none;
    }
    .split-left-solid-card {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .premium-analytics-split {
        padding: 50px 0;
    }
    .split-left-solid-card {
        padding: 35px 25px;
    }
    .split-left-solid-card h2 {
        font-size: 1.75rem;
    }
    .interactive-slice-row {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .slice-index-box {
        width: auto;
        min-width: unset;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 12px;
    }
    .slice-active, .interactive-slice-row:hover {
        transform: translateY(-4px); /* Shifts upward fluidly on mobile viewports */
    }
}

/* ==========================================================================
   ULTRA-PREMIUM METRICS & LEAD GENERATION BLOCK (PATENT ANALYTICS)
   ========================================================================== */

.analytics-conversion-zone {
    background-color: #0a2540; /* Deep Premium Navy Theme */
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Background Subtle Gradient Glow Backing */
.analytics-conversion-zone::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(179, 138, 56, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.conversion-split-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* Left Panel Content Configuration */
.metrics-visual-panel {
    flex: 1.1;
}

.metrics-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b38a38; /* Gold Brand Color */
    margin-bottom: 15px;
}

.metrics-visual-panel h2 {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.metrics-visual-panel p {
    font-size: 1.02rem;
    color: #a1b0cb;
    line-height: 1.65;
    margin-bottom: 40px;
    max-width: 95%;
}

/* Asymmetric Grid Layout for Stat Cards */
.floating-stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
}

.stat-bubble-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 25px 20px;
    transition: all 0.3s ease;
}

.stat-bubble-card .bubble-num {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-bubble-card .bubble-label {
    font-size: 0.85rem;
    color: #a1b0cb;
    line-height: 1.4;
    margin: 0;
}

/* Accent Highlight Stat Card */
.accent-gold-bubble {
    border-color: rgba(179, 138, 56, 0.35);
    background: linear-gradient(135deg, rgba(179, 138, 56, 0.08), transparent);
}

.accent-gold-bubble .bubble-num {
    color: #b38a38;
}

.stat-bubble-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}

/* Right Panel: White Card Form Configuration */
.premium-form-panel {
    flex: 0.9;
    width: 100%;
}

.interactive-form-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.form-header-zone h3 {
    font-size: 1.4rem;
    color: #0a2540;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-header-zone p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* Floating Label Animation Engine */
.creative-input-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.input-group-row {
    display: flex;
    gap: 20px;
}

.creative-field {
    position: relative;
    width: 100%;
}

.creative-field input,
.creative-field textarea {
    width: 100%;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #0a2540;
    outline: none;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.creative-field textarea {
    resize: none;
}

.creative-field label {
    position: absolute;
    left: 16px;
    top: 14px;
    color: #94a3b8;
    font-size: 0.95rem;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Core Label Movement Triggers */
.creative-field input:focus ~ label,
.creative-field input:not(:placeholder-shown) ~ label,
.creative-field textarea:focus ~ label,
.creative-field textarea:not(:placeholder-shown) ~ label {
    top: -10px;
    left: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    background: #ffffff;
    padding: 0 6px;
    color: #b38a38;
}

.creative-field input:focus,
.creative-field textarea:focus {
    border-color: #b38a38;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(179, 138, 56, 0.05);
}

/* Compliance Disclosure Layer */
.form-compliance-note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fffdf5;
    border: 1px solid rgba(179, 138, 56, 0.15);
    border-radius: 6px;
    padding: 12px 16px;
}

.form-compliance-note p {
    font-size: 0.8rem;
    color: #78350f;
    margin: 0;
    font-weight: 500;
}

/* Submission Trigger Button */
.premium-submit-trigger {
    width: 100%;
    background-color: #b38a38;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(179, 138, 56, 0.3);
    transition: all 0.3s ease;
}

.btn-arrow-vector {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.premium-submit-trigger:hover {
    background-color: #94712b;
    box-shadow: 0 6px 20px rgba(179, 138, 56, 0.4);
}

.premium-submit-trigger:hover .btn-arrow-vector {
    transform: translateX(5px);
}

/* ==========================================================================
   RESPONSIVE VIEWPORT INJECTIONS (ANTI-BREAK DESIGN)
   ========================================================================== */
@media (max-width: 991px) {
    .conversion-split-grid {
        flex-direction: column;
        gap: 50px;
    }
    .metrics-visual-panel, .premium-form-panel {
        width: 100%;
    }
    .metrics-visual-panel h2 {
        font-size: 2.1rem;
    }
    .metrics-visual-panel p {
        max-width: 100%;
    }
    .interactive-form-card {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .analytics-conversion-zone {
        padding: 50px 0;
    }
    .input-group-row {
        flex-direction: column;
        gap: 25px;
    }
    .interactive-form-card {
        padding: 30px 20px;
    }
}

/* ==========================================================================
   SIMPLE DELIVERABLES LIST STYLES (LIGHTWEIGHT)
   ========================================================================== */

.simple-deliverables-section {
    background-color: #ffffff;
    padding: 60px 0;
    width: 100%;
}

.simple-list-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
}

.simple-list-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.simple-list-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.gold-check {
    color: #b38a38; /* Gold Token */
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}

.simple-list-item p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

.simple-list-item strong {
    color: #0a2540; /* Dark Navy */
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .simple-list-flex {
        flex-direction: column;
        gap: 20px;
    }
}
