/* ==========================================================================
   Theme 9: Corporate Elite & Deep Ocean
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');

:root {
   /* Corporate Elite Palette */
   --color-bg-navy: #040D1A;
   /* Deepest Navy for Header/Footer/Hero */
   --color-bg-sapphire: #0C1A2C;
   /* Secondary Dark */
   --color-bg-light: #F4F7F9;
   /* Clean off-white for content */
   --color-bg-white: #FFFFFF;

   --color-azure: #0066FF;
   /* Primary Accent */
   --color-azure-dark: #004BCC;
   --color-azure-glow: rgba(0, 102, 255, 0.3);

   --color-cyan: #00B4D8;
   /* Secondary Accent */

   --color-text-light: #E8ECEF;
   /* Platinum */
   --color-text-muted: #9BA4B5;
   --color-text-dark: #121A2F;
   --color-text-dark-muted: #4A5568;

   --color-border-dark: #1E2D4A;
   --color-border-light: #D1D9E0;

   /* Layout & Spacing */
   --container-max: 1280px;
   --section-pad: 7rem 2rem;

   /* Geometry & Shadows */
   --radius-sm: 4px;
   --radius-md: 8px;
   --radius-lg: 16px;
   --clip-angle: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
   --clip-angle-btn: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);

   --shadow-corporate: 0 12px 35px rgba(4, 13, 26, 0.08);
   --shadow-glow: 0 8px 25px var(--color-azure-glow);

   /* Transitions */
   --trans-fast: 0.2s ease-in-out;
   --trans-smooth: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ==========================================================================
   Base Resets & Typography
   ========================================================================== */
*,
*::before,
*::after {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

html {
   scroll-behavior: smooth;
   font-size: 16px;
}

body {
   font-family: 'Roboto', sans-serif;
   background-color: var(--color-bg-light);
   color: var(--color-text-dark);
   line-height: 1.7;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   color: var(--color-text-dark);
   line-height: 1.2;
}

p {
   margin-bottom: 1.5rem;
}

a {
   text-decoration: none;
   color: inherit;
   transition: var(--trans-fast);
}

ul {
   list-style: none;
}

img {
   max-width: 100%;
   height: auto;
   display: block;
}

.container {
   max-width: var(--container-max);
   margin: 0 auto;
   padding: 0 1.5rem;
   position: relative;
}

/* Global Section Titles */
.section-title {
   font-size: 3rem;
   text-align: center;
   margin-bottom: 1rem;
   color: var(--color-bg-navy);
   text-transform: uppercase;
   letter-spacing: 1px;
}

.section-title span {
   color: var(--color-azure);
}

.section-subtitle {
   text-align: center;
   font-size: 1.15rem;
   max-width: 700px;
   margin: 0 auto 4rem auto;
   color: var(--color-text-dark-muted);
}

.dark-section .section-title {
   color: var(--color-text-light);
}

.dark-section .section-subtitle {
   color: var(--color-text-muted);
}

/* ==========================================================================
   Corporate Angled Buttons
   ========================================================================== */
.btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 1rem 2.5rem;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 0.95rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   cursor: pointer;
   transition: var(--trans-smooth);
   border: none;
   clip-path: var(--clip-angle-btn);
   position: relative;
   z-index: 1;
}

.btn-primary {
   background-color: var(--color-azure);
   color: var(--color-bg-white);
}

.btn-primary::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(135deg, var(--color-azure), var(--color-cyan));
   z-index: -1;
   transition: var(--trans-smooth);
   opacity: 0;
}

.btn-primary:hover {
   transform: translateY(-3px);
   box-shadow: var(--shadow-glow);
}

.btn-primary:hover::before {
   opacity: 1;
}

.btn-outline {
   background-color: transparent;
   color: var(--color-azure);
   border: 2px solid var(--color-azure);
   clip-path: none;
   border-radius: var(--radius-sm);
}

.btn-outline:hover {
   background-color: var(--color-azure);
   color: var(--color-bg-white);
}

/* ==========================================================================
   Strict Header (Deep Ocean Navy)
   ========================================================================== */
.site-header {
   position: fixed;
   top: 0;
   width: 100%;
   background-color: rgba(4, 13, 26, 0.95);
   backdrop-filter: blur(10px);
   z-index: 1000;
   padding: 1.2rem 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
   transition: var(--trans-smooth);
}

.site-header.scrolled {
   padding: 0.8rem 0;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
   background-color: rgba(4, 13, 26, 0.98);
}

.header-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.logo-container img {
   height: 55px;
}

.nav-menu {
   display: flex;
   gap: 2.5rem;
   align-items: center;
}

.nav-link {
   color: var(--color-text-light);
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   font-size: 0.9rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   position: relative;
   padding: 0.5rem 0;
   transition: var(--trans-fast);
}

.nav-link::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 2px;
   background-color: var(--color-azure);
   transition: var(--trans-smooth);
}

.nav-link:hover,
.nav-link.active {
   color: var(--color-azure);
}

.nav-link:hover::after,
.nav-link.active::after {
   width: 100%;
}

.mobile-menu-btn {
   display: none;
   background: none;
   border: none;
   color: var(--color-text-light);
   font-size: 2rem;
   cursor: pointer;
}

/* ==========================================================================
   1. Hero Section (Deep Data Environment)
   ========================================================================== */
.hero {
   padding: 12rem 0 8rem;
   min-height: 100vh;
   display: flex;
   align-items: center;
   background-color: var(--color-bg-navy);
   position: relative;
   overflow: hidden;
}

/* CSS Grid Background Pattern */
.hero::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image:
      linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
   background-size: 50px 50px;
   z-index: 0;
}

.hero-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 4rem;
   align-items: center;
   z-index: 1;
}

.hero-content h1 {
   font-size: 4rem;
   margin-bottom: 1.5rem;
   color: var(--color-text-light);
   line-height: 1.1;
   animation: fadeSlideUp 1s ease-out forwards;
}

.hero-content p {
   font-size: 1.2rem;
   color: var(--color-text-muted);
   margin-bottom: 2.5rem;
   max-width: 550px;
   animation: fadeSlideUp 1s ease-out 0.2s forwards;
   opacity: 0;
}

.hero-buttons {
   display: flex;
   gap: 1.5rem;
   animation: fadeSlideUp 1s ease-out 0.4s forwards;
   opacity: 0;
}

/* 3D Rotating Data Core */
.hero-visual {
   position: relative;
   height: 500px;
   display: flex;
   justify-content: center;
   align-items: center;
   perspective: 1200px;
}

.data-core {
   position: relative;
   width: 300px;
   height: 300px;
   transform-style: preserve-3d;
   animation: rotateCore 20s linear infinite;
}

.core-panel {
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgba(0, 102, 255, 0.05);
   border: 1px solid var(--color-azure);
   backdrop-filter: blur(5px);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   color: var(--color-text-light);
   font-family: 'Montserrat', sans-serif;
   box-shadow: inset 0 0 20px rgba(0, 102, 255, 0.2);
}

.cp-front {
   transform: translateZ(150px);
}

.cp-back {
   transform: rotateY(180deg) translateZ(150px);
}

.cp-right {
   transform: rotateY(90deg) translateZ(150px);
}

.cp-left {
   transform: rotateY(-90deg) translateZ(150px);
}

.cp-top {
   transform: rotateX(90deg) translateZ(150px);
}

.cp-bottom {
   transform: rotateX(-90deg) translateZ(150px);
}

.core-panel h3 {
   font-size: 3rem;
   color: var(--color-cyan);
   margin: 0;
}

.core-panel p {
   font-size: 0.9rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin: 0;
   color: var(--color-text-muted);
}

/* ==========================================================================
   2. Corporate Stats
   ========================================================================== */
.stats {
   padding: 4rem 0;
   background-color: var(--color-bg-sapphire);
   border-top: 1px solid var(--color-border-dark);
   border-bottom: 1px solid var(--color-border-dark);
   position: relative;
   z-index: 2;
}

.stats-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 2rem;
   text-align: center;
}

.stat-item h3 {
   font-size: 3.5rem;
   color: var(--color-text-light);
   margin-bottom: 0.5rem;
   font-weight: 300;
}

.stat-item h3 span {
   color: var(--color-azure);
   font-weight: 700;
}

.stat-item p {
   font-size: 0.9rem;
   color: var(--color-text-muted);
   text-transform: uppercase;
   letter-spacing: 1px;
   margin: 0;
}

/* ==========================================================================
   3. Authority / About
   ========================================================================== */
.about {
   padding: var(--section-pad);
   background: var(--color-bg-light);
}

.about-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 5rem;
   align-items: center;
}

.about-visual {
   position: relative;
   clip-path: var(--clip-angle);
}

.about-img {
   width: 100%;
   filter: grayscale(20%);
   transition: var(--trans-smooth);
}

.about-visual:hover .about-img {
   filter: grayscale(0%);
   transform: scale(1.02);
}

.about-content h2 {
   text-align: left;
}

.about-content p {
   color: var(--color-text-dark-muted);
   font-size: 1.1rem;
}

/* ==========================================================================
   4. Solutions (Services)
   ========================================================================== */
.services {
   padding: var(--section-pad);
   background: var(--color-bg-white);
}

.services-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2.5rem;
}

.service-card {
   background: var(--color-bg-light);
   padding: 3rem 2.5rem;
   border-radius: var(--radius-md);
   border: 1px solid var(--color-border-light);
   transition: var(--trans-smooth);
   position: relative;
   overflow: hidden;
}

.service-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 4px;
   height: 0;
   background: var(--color-azure);
   transition: var(--trans-smooth);
}

.service-card:hover {
   transform: translateY(-8px);
   box-shadow: var(--shadow-corporate);
   background: var(--color-bg-white);
}

.service-card:hover::before {
   height: 100%;
}

.service-icon {
   width: 60px;
   height: 60px;
   background: rgba(0, 102, 255, 0.1);
   border-radius: var(--radius-sm);
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--color-azure);
   margin-bottom: 1.5rem;
   transition: var(--trans-fast);
}

.service-card:hover .service-icon {
   background: var(--color-azure);
   color: var(--color-bg-white);
}

.service-card h3 {
   font-size: 1.4rem;
   margin-bottom: 1rem;
}

.service-card p {
   color: var(--color-text-dark-muted);
   margin: 0;
}

/* ==========================================================================
   5. Interactive Financial Calculator
   ========================================================================== */
.calculator-section {
   padding: var(--section-pad);
   background: var(--color-bg-sapphire);
   color: var(--color-text-light);
}

.calculator-section .section-title {
   color: var(--color-text-light);
}

.calc-panel {
   max-width: 850px;
   margin: 0 auto;
   background: var(--color-bg-navy);
   border: 1px solid var(--color-border-dark);
   border-radius: var(--radius-md);
   padding: 4rem;
   text-align: center;
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.calc-panel label {
   display: block;
   font-family: 'Montserrat', sans-serif;
   font-size: 1.2rem;
   color: var(--color-text-muted);
   margin-bottom: 1.5rem;
}

.range-slider {
   width: 100%;
   -webkit-appearance: none;
   height: 4px;
   background: var(--color-border-dark);
   outline: none;
   margin: 2rem 0;
   border-radius: 2px;
}

.range-slider::-webkit-slider-thumb {
   -webkit-appearance: none;
   width: 24px;
   height: 24px;
   background: var(--color-azure);
   border-radius: 50%;
   cursor: pointer;
   box-shadow: var(--shadow-glow);
   transition: 0.2s;
}

.range-slider::-webkit-slider-thumb:hover {
   transform: scale(1.2);
}

.calc-result {
   padding-top: 2.5rem;
   border-top: 1px solid var(--color-border-dark);
   margin-top: 1rem;
}

.calc-result h4 {
   color: var(--color-text-muted);
   font-weight: 400;
   margin-bottom: 0.5rem;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.calc-result h2 {
   font-size: 4.5rem;
   color: var(--color-cyan);
   margin: 0;
}

/* ==========================================================================
   6. Executive Process
   ========================================================================== */
.process {
   padding: var(--section-pad);
   background: var(--color-bg-light);
}

.process-wrapper {
   display: flex;
   justify-content: space-between;
   position: relative;
   margin-top: 4rem;
}

.process-wrapper::before {
   content: '';
   position: absolute;
   top: 30px;
   left: 0;
   right: 0;
   height: 2px;
   background: var(--color-border-light);
   z-index: 0;
}

.process-step {
   flex: 1;
   text-align: center;
   position: relative;
   z-index: 1;
   padding: 0 1rem;
}

.step-node {
   width: 60px;
   height: 60px;
   background: var(--color-bg-white);
   border: 2px solid var(--color-azure);
   border-radius: 50%;
   margin: 0 auto 1.5rem;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   font-size: 1.2rem;
   color: var(--color-azure);
   box-shadow: 0 0 0 10px var(--color-bg-light);
}

.process-step h4 {
   font-size: 1.2rem;
   margin-bottom: 1rem;
   color: var(--color-bg-navy);
}

.process-step p {
   color: var(--color-text-dark-muted);
   font-size: 0.95rem;
}

/* ==========================================================================
   7. Industry Verticals
   ========================================================================== */
.industries {
   padding: var(--section-pad);
   background: var(--color-bg-white);
}

.industry-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   gap: 1.5rem;
}

.industry-card {
   padding: 3rem 2rem;
   background: var(--color-bg-light);
   border: 1px solid var(--color-border-light);
   border-radius: var(--radius-sm);
   text-align: center;
   transition: var(--trans-smooth);
}

.industry-card:hover {
   background: var(--color-bg-navy);
   color: var(--color-text-light);
   border-color: var(--color-bg-navy);
   transform: translateY(-5px);
}

.industry-card svg {
   stroke: var(--color-azure);
   margin-bottom: 1.5rem;
   transition: var(--trans-fast);
}

.industry-card:hover h4 {
   color: var(--color-text-light);
}

.industry-card:hover svg {
   stroke: var(--color-cyan);
}

/* ==========================================================================
   8. Analytical Chart (CSS Only)
   ========================================================================== */
.reports {
   padding: var(--section-pad);
   background: var(--color-bg-sapphire);
   color: var(--color-text-light);
}

.reports .section-title {
   color: var(--color-text-light);
}

.chart-container {
   background: var(--color-bg-navy);
   padding: 4rem 3rem 2rem;
   border: 1px solid var(--color-border-dark);
   border-radius: var(--radius-md);
   max-width: 900px;
   margin: 0 auto;
   height: 400px;
   display: flex;
   align-items: flex-end;
   justify-content: space-around;
   border-bottom: 2px solid var(--color-azure);
}

.chart-bar {
   width: 60px;
   background: linear-gradient(to top, var(--color-bg-sapphire), var(--color-azure));
   position: relative;
   transform-origin: bottom;
   animation: barRise 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
   opacity: 0;
}

.chart-bar:nth-child(1) {
   height: 20%;
   animation-delay: 0s;
}

.chart-bar:nth-child(2) {
   height: 45%;
   animation-delay: 0.2s;
}

.chart-bar:nth-child(3) {
   height: 65%;
   animation-delay: 0.4s;
}

.chart-bar:nth-child(4) {
   height: 100%;
   animation-delay: 0.6s;
   background: linear-gradient(to top, var(--color-bg-sapphire), var(--color-cyan));
}

.chart-bar::before {
   content: attr(data-label);
   position: absolute;
   bottom: -35px;
   left: 50%;
   transform: translateX(-50%);
   color: var(--color-text-muted);
   font-size: 0.9rem;
   letter-spacing: 1px;
}

.chart-bar::after {
   content: attr(data-val);
   position: absolute;
   top: -40px;
   left: 50%;
   transform: translateX(-50%);
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
   color: var(--color-text-light);
}

/* ==========================================================================
   9. Executive Testimonials
   ========================================================================== */
.testimonials {
   padding: var(--section-pad);
   background: var(--color-bg-light);
}

.testi-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 3rem;
}

.testi-card {
   background: var(--color-bg-white);
   padding: 3.5rem;
   border-radius: var(--radius-md);
   border: 1px solid var(--color-border-light);
   box-shadow: var(--shadow-corporate);
   position: relative;
}

.testi-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 4px;
   background: var(--color-azure);
   border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.testi-card p {
   font-size: 1.1rem;
   color: var(--color-text-dark-muted);
   font-style: italic;
   margin-bottom: 2rem;
   line-height: 1.8;
}

.testi-author h5 {
   font-size: 1.1rem;
   color: var(--color-bg-navy);
   margin-bottom: 0.2rem;
}

.testi-author span {
   font-size: 0.85rem;
   color: var(--color-azure);
   text-transform: uppercase;
   font-weight: 500;
}

/* ==========================================================================
   10. CTA Section
   ========================================================================== */
.cta-section {
   padding: var(--section-pad);
   background: var(--color-bg-white);
   text-align: center;
}

.cta-form {
   max-width: 600px;
   margin: 3rem auto 0;
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
}

.input-field {
   width: 100%;
   padding: 1.2rem;
   background: var(--color-bg-light);
   border: 1px solid var(--color-border-light);
   border-radius: var(--radius-sm);
   font-family: 'Roboto', sans-serif;
   font-size: 1rem;
   color: var(--color-text-dark);
   transition: var(--trans-fast);
}

.input-field:focus {
   outline: none;
   border-color: var(--color-azure);
   box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

textarea.input-field {
   resize: vertical;
   min-height: 120px;
}

/* ==========================================================================
   11. Strict Footer (Deep Ocean Navy)
   ========================================================================== */
.site-footer {
   background-color: var(--color-bg-navy);
   padding: 5rem 0 2rem;
   color: var(--color-text-muted);
   border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
   gap: 4rem;
   margin-bottom: 4rem;
}

.footer-logo img {
   height: 55px;
   margin-bottom: 1.5rem;
}

.footer-col p {
   font-size: 0.95rem;
   line-height: 1.8;
}

.footer-col h4 {
   font-family: 'Montserrat', sans-serif;
   color: var(--color-text-light);
   margin-bottom: 1.5rem;
   font-size: 1.1rem;
}

.footer-links li {
   margin-bottom: 0.8rem;
}

.footer-links a {
   color: var(--color-text-muted);
   transition: var(--trans-fast);
}

.footer-links a:hover {
   color: var(--color-azure);
   padding-left: 5px;
}

.footer-bottom {
   text-align: center;
   padding-top: 2rem;
   border-top: 1px solid rgba(255, 255, 255, 0.05);
   font-size: 0.9rem;
}

/* ==========================================================================
   12. Corporate Chat Widget
   ========================================================================== */
.chat-widget {
   position: fixed;
   bottom: 2rem;
   right: 2rem;
   z-index: 999;
}

.chat-btn {
   width: 65px;
   height: 65px;
   border-radius: 50%;
   background: var(--color-azure);
   color: var(--color-bg-white);
   border: none;
   cursor: pointer;
   box-shadow: var(--shadow-glow);
   display: flex;
   align-items: center;
   justify-content: center;
   transition: var(--trans-smooth);
}

.chat-btn:hover {
   transform: translateY(-3px);
   background: var(--color-azure-dark);
}

.chat-panel {
   position: absolute;
   bottom: 85px;
   right: 0;
   width: 320px;
   background: var(--color-bg-white);
   border: 1px solid var(--color-border-light);
   border-radius: var(--radius-md);
   box-shadow: var(--shadow-corporate);
   display: none;
   flex-direction: column;
   overflow: hidden;
}

.chat-panel.active {
   display: flex;
   animation: fadeSlideUp 0.3s ease;
}

.chat-header {
   background: var(--color-bg-navy);
   padding: 1.2rem;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.chat-header h4 {
   color: var(--color-text-light);
   margin: 0;
   font-family: 'Montserrat', sans-serif;
   font-size: 1rem;
}

.close-chat {
   background: none;
   border: none;
   color: var(--color-text-light);
   font-size: 1.5rem;
   cursor: pointer;
}

.chat-body {
   padding: 1.5rem;
   height: 250px;
   background: var(--color-bg-light);
   overflow-y: auto;
}

.chat-msg {
   background: var(--color-bg-white);
   padding: 1rem;
   border-radius: var(--radius-sm);
   border: 1px solid var(--color-border-light);
   font-size: 0.9rem;
   margin-bottom: 1rem;
   color: var(--color-text-dark);
}

.chat-input {
   display: flex;
   padding: 1rem;
   background: var(--color-bg-white);
   border-top: 1px solid var(--color-border-light);
}

.chat-input input {
   flex: 1;
   border: none;
   outline: none;
   font-family: inherit;
}

.chat-input button {
   background: none;
   border: none;
   color: var(--color-azure);
   font-weight: 700;
   cursor: pointer;
   text-transform: uppercase;
}

/* ==========================================================================
   Legal Pages Styling
   ========================================================================== */
.legal-wrapper {
   padding: 12rem 0 6rem;
   min-height: 100vh;
   background: var(--color-bg-light);
}

.legal-container {
   max-width: 900px;
   margin: 0 auto;
   background: var(--color-bg-white);
   padding: 4rem;
   border: 1px solid var(--color-border-light);
   border-radius: var(--radius-md);
   box-shadow: var(--shadow-corporate);
}

.legal-container h1 {
   font-size: 2.5rem;
   color: var(--color-bg-navy);
   margin-bottom: 2rem;
   border-bottom: 1px solid var(--color-border-light);
   padding-bottom: 1rem;
}

.legal-container h2 {
   font-size: 1.5rem;
   margin: 2rem 0 1rem;
   color: var(--color-azure);
}

.legal-container p {
   color: var(--color-text-dark-muted);
}

.legal-container ul {
   list-style: disc;
   margin-left: 2rem;
   margin-bottom: 1.5rem;
   color: var(--color-text-dark-muted);
}

.legal-container li {
   margin-bottom: 0.5rem;
}

/* ==========================================================================
   Animations & Responsive
   ========================================================================== */
@keyframes fadeSlideUp {
   from {
      opacity: 0;
      transform: translateY(30px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

@keyframes rotateCore {
   from {
      transform: rotateX(0) rotateY(0);
   }

   to {
      transform: rotateX(360deg) rotateY(360deg);
   }
}

@keyframes barRise {
   from {
      transform: scaleY(0);
      opacity: 0;
   }

   to {
      transform: scaleY(1);
      opacity: 1;
   }
}

.reveal {
   opacity: 0;
   transform: translateY(40px);
   transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.active {
   opacity: 1;
   transform: translateY(0);
}

@media (max-width: 1024px) {

   .hero-grid,
   .about-grid {
      grid-template-columns: 1fr;
      text-align: center;
   }

   .hero-buttons {
      justify-content: center;
   }

   .hero-visual {
      display: none;
   }

   .about-content h2 {
      text-align: center;
   }

   .stats-grid {
      grid-template-columns: repeat(2, 1fr);
   }

   .process-wrapper {
      flex-direction: column;
      gap: 3rem;
   }

   .process-wrapper::before {
      display: none;
   }

   .footer-grid {
      grid-template-columns: 1fr 1fr;
   }
}

@media (max-width: 768px) {
   .nav-menu {
      position: fixed;
      top: 70px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 70px);
      background: var(--color-bg-navy);
      flex-direction: column;
      justify-content: center;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      transition: var(--trans-smooth);
   }

   .nav-menu.active {
      left: 0;
   }

   .mobile-menu-btn {
      display: block;
   }

   .hero-content h1 {
      font-size: 3rem;
   }

   .footer-grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
   }

   .chart-container {
      height: auto;
      flex-direction: column;
      align-items: stretch;
      padding: 2rem;
      gap: 4rem;
   }

   .chart-bar {
      width: 100%;
      height: 40px !important;
      transform-origin: left;
      animation: barRiseX 1.5s forwards;
   }

   .chart-bar::before {
      left: 0;
      top: -30px;
      transform: none;
   }

   .chart-bar::after {
      left: auto;
      right: 0;
      top: -35px;
      transform: none;
   }

   .legal-container {
      padding: 2rem;
   }
}

@keyframes barRiseX {
   from {
      transform: scaleX(0);
      opacity: 0;
   }

   to {
      transform: scaleX(1);
      opacity: 1;
   }
}