:root{
  --primary:#005197;
  --accent:#f2006a;
  --dark:#0b1b2b;
}
html, body{scroll-behavior:smooth;}
body{
  color:#222;
}
.navbar{
  background:#fff;
  box-shadow:0 6px 24px rgba(0,0,0,0.06);
}
.navbar .navbar-brand{
  font-weight:800;
  letter-spacing:.5px;
  color:var(--primary);
}
.hero{
  background:linear-gradient(135deg, rgba(0,81,151,.08), rgba(242,0,106,.08)), #fff;
  padding: 7rem 0 5rem;
}
.hero h1{
  font-weight:800;
  color:var(--dark);
}
.hero p.lead{color:#4a5568;}
.btn-accent{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}
.btn-accent:hover{
  filter:brightness(.92);
  color:#fff;
}
.section-title{
  font-weight:800;
  color:var(--dark);
  margin-bottom:1rem;
}
.section-sub{
  color:#516173;
  margin-bottom:2rem;
}
.badge-soft{
  background:rgba(0,81,151,.08);
  color:var(--primary);
  border:1px solid rgba(0,81,151,.15);
}
.card{
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 8px 30px rgba(0,0,0,.04);
}
.icon-circle{
  width:48px; height:48px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  background:rgba(0,81,151,.1); color:var(--primary);
}
.footer{
  background:#0d1a29;
  color:#c7d1dc;
}
.footer a{color:#c7d1dc;}
.footer .form-control, .footer .form-select{
  background:#0f2136; border:1px solid #16324d; color:#e6eef7;
}
.footer .btn-accent{background:var(--accent); border:0;}
.partner-logo{
  height:50px; object-fit:contain;
}
.testimonial{
  font-size:1.05rem; color:#2d3748;
}
/* utilities */
.bg-primary-soft{background:rgba(0,81,151,.06);}
.text-accent{color:var(--accent)!important;}
a.nav-link:hover{color:var(--accent)!important;}
.cta-ribbon{
  position:relative;
}
.cta-ribbon:after{
  content:""; position:absolute; right:-8px; top:-8px; width:12px; height:12px; background:var(--accent);
  border-radius:2px; transform:rotate(45deg);
}

/* --- Visual Upgrades --- */
.hero{
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  right:-120px; top:-120px;
  width:520px; height:520px;
  background: radial-gradient(closest-side, rgba(0,81,151,.15), rgba(0,81,151,0));
  border-radius:50%;
  filter: blur(2px);
}
.hero:after{
  content:"";
  position:absolute;
  left:-140px; bottom:-140px;
  width:620px; height:620px;
  background: radial-gradient(closest-side, rgba(242,0,106,.12), rgba(242,0,106,0));
  border-radius:50%;
  filter: blur(2px);
}
.callout{
  position:relative;
}
.callout .image{
  border-radius:18px;
  box-shadow:0 12px 40px rgba(0,0,0,.12);
}
.callout .tick li{
  margin-bottom:.5rem;
}
.gallery img{
  border-radius:16px;
  box-shadow:0 8px 28px rgba(0,0,0,.08);
  transition: transform .25s ease;
}
.gallery img:hover{ transform: translateY(-4px); }
.section-kicker{
  font-size:.9rem; letter-spacing:.08em; text-transform:uppercase; color:var(--accent);
}
.separator{
  height:1px; background:linear-gradient(90deg, rgba(0,81,151,0), rgba(0,81,151,.25), rgba(0,81,151,0));
}
.badge-accent{
  background:rgba(242,0,106,.12);
  color:var(--accent);
  border:1px solid rgba(242,0,106,.2);
}

/* --- Stripe-like Nav --- */
body, button, input, select, textarea {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}
.navbar{
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.06);
  padding:.75rem 0;
}
.navbar .navbar-brand{
  font-weight:700;
  color:var(--primary)!important;
  font-size:1.25rem;
  letter-spacing:-.3px;
}
.navbar-nav .nav-link{
  padding:.5rem 1rem;
  font-weight:500;
  color:#334155;
  position:relative;
  transition:color .2s;
}
.navbar-nav .nav-link:after{
  content:"";
  position:absolute;
  left:1rem; right:1rem; bottom:.25rem;
  height:2px;
  background:var(--accent);
  opacity:0;
  transform:translateY(3px);
  transition:all .25s ease;
  border-radius:2px;
}
.navbar-nav .nav-link:hover{
  color:#000;
}
.navbar-nav .nav-link:hover:after{
  opacity:1;
  transform:translateY(0);
}
.navbar .btn{
  font-weight:600;
  border-radius:8px;
  padding:.375rem .75rem;
}
#industries .card {
  transition: transform .25s ease, box-shadow .25s ease;
  border-radius: 16px;
}
#industries .card:hover {
  transform: translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
#industries .icon-circle {
  width:56px; height:56px;
  background:rgba(0,81,151,.08);
  display:flex; align-items:center; justify-content:center;
  border-radius:50%;
  font-size:1.5rem;
  color:var(--primary);
}


/* Global font: Outfit */
body, button, input, select, textarea, .navbar, .btn, h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}


@media (max-width: 768px) {
    .stat .num { font-size: 1.8rem; }
    .stat { margin-bottom: 20px; }
}
/* Product Suite Enhancements */
#products .card {
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.03) !important;
}

#products .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
}

.phase-tag {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.suite-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.feature-list li {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.feature-list li i {
    font-size: 1rem;
    margin-right: 10px;
    color: var(--accent);
}
/* --- Infinite Logo Carousel --- */
.logo-ticker-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
}
/* --- Stat Band Refinement --- */
.stat-band {
    background-color: var(--dark);
    color: #ffffff;
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat .num {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3rem; /* Slightly larger for the gradient effect */
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    
    /* --- Gradient Text Styling --- */
    background: linear-gradient(135deg, #ffffff 30%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* Technical polish */
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
}

.stat .lbl {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 0.8; /* Subtle enough to not compete with the number */
    color: #ffffff;
    display: block;
}

/* Optional: Add a subtle glow to the numbers on hover */
.stat:hover .num {
    filter: drop-shadow(0 0 10px rgba(242, 0, 106, 0.3));
    transition: all 0.3s ease;
}

/* --- Unified Solutions Section --- */
#solutions {
    background: var(--dark); /* Seamless transition from the stat band */
    padding: 100px 0;
}

/* Standardized Solution Cards */
.solution-box {
    background: rgba(255, 255, 255, 0.03); /* Professional glassmorphism */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
}

.solution-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.solution-box i {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    /* Gradient icon matching the stat band energy */
    background: linear-gradient(135deg, #ffffff, var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-box h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.solution-box p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustment for both */
@media (max-width: 768px) {
    .stat-band, #solutions {
        padding: 60px 0;
    }
    .stat .num {
        font-size: 2.2rem;
    }
    .solution-box {
        padding: 1.5rem;
    }
}

/* Gradient fade on edges for a professional look */
.logo-ticker-container::before,
.logo-ticker-container::after {
    content: "";
    position: absolute;
    top: 0; width: 100px; height: 100%;
    z-index: 2;
}
.logo-ticker-container::before {
    left: 0; background: linear-gradient(to right, white, transparent);
}
.logo-ticker-container::after {
    right: 0; background: linear-gradient(to left, white, transparent);
}

.logo-ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 60px; /* Space between logos */
    animation: scroll 30s linear infinite;
}

.partner-logo {
    height: 45px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.hero-enhanced {
    /* Standardized gradient: Primary Blue to Dark */
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
    padding: 10rem 0 10rem;
    position: relative;
    overflow: hidden;
    
    /* Optional: Add a subtle border at the bottom to transition to the next section */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Add these to enhance the "Glow" effect for the text and dashboard */
.hero-enhanced::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 0, 106, 0.1) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.hero-enhanced .display-3 {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-enhanced .lead {
    color: rgba(255, 255, 255, 0.8) !important;
}

.fw-extrabold { font-weight: 900; letter-spacing: -2px; }

.hero-badge {
    background: rgba(242, 0, 106, 0.2);
    color: #f2006a;
    border: 1px solid rgba(242, 0, 106, 0.3);
    padding: 0.6rem 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Dashboard Prominence Styling --- */
.dashboard-perspective-wrapper {
    perspective: 2000px;
    position: relative;
    z-index: 5;
}

.dashboard-glass-card {
    transform: rotateY(-15deg) rotateX(5deg) scale(1.1); /* Aggressive perspective */
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        -50px 50px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.dashboard-glass-card:hover {
    transform: rotateY(-5deg) rotateX(0deg) scale(1.15); /* Pulls forward on hover */
}

.dashboard-img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.dashboard-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(242, 0, 106, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

/* Add a floating animation */
@keyframes floatDashboard {
    0% { transform: rotateY(-15deg) rotateX(5deg) scale(1.1) translateY(0px); }
    50% { transform: rotateY(-15deg) rotateX(5deg) scale(1.1) translateY(-20px); }
    100% { transform: rotateY(-15deg) rotateX(5deg) scale(1.1) translateY(0px); }
}

.dashboard-glass-card {
    animation: floatDashboard 6s ease-in-out infinite;
}
.footer {
    background-color: var(--dark); /* #0b1b2b */
    color: #fff;
    border-radius: 60px 60px 0 0; /* Match the Solutions section curve */
}

.footer-form-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.footer .form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
}

.footer .form-control:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--accent) !important;
    box-shadow: none;
}

.footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--accent) !important;
    transform: translateY(-2px);
}

.contact-info-blocks a {
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-info-blocks a:hover {
    color: var(--accent) !important;
}
/* --- Branded CTA Card --- */
.contact-gradient-card {
    /* Gradient matching the Stat Band and Solutions */
    background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.contact-gradient-card .section-kicker {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Glassy Glow Effect */
.cta-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(242, 0, 106, 0.1) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* Button Refinement for CTA */
.contact-gradient-card .btn-accent {
    background: var(--accent);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.contact-gradient-card .btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(242, 0, 106, 0.4);
    filter: brightness(1.1);
}

/* Text Polish */
.contact-gradient-card h2 {
    letter-spacing: -1px;
}

/* --- High-Density Testimonial Grid --- */
.testimonial-compact {
    background: #fff;
    transition: all 0.3s ease;
}

.testimonial-compact:hover {
    background: var(--primary-soft);
}

.small-quote {
    font-size: 0.95rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.extra-small {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-brand-logo {
    height: 25px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all 0.3s ease;
}

.testimonial-compact:hover .testimonial-brand-logo {
    filter: grayscale(0%);
    opacity: 1;
}

#testimonials .border-top, 
#testimonials .border-end, 
#testimonials .border-bottom {
    border-color: rgba(0, 81, 151, 0.08) !important;
}

.stars {
    font-size: 0.7rem;
}
/* Ensure menu items have proper spacing */
.navbar-nav .nav-item {
    padding: 0 5px;
}

/* Specific styling for the Request Demo button in the menu */
.navbar .btn-accent {
    font-size: 0.85rem;
    text-transform: none; /* Keep it clean */
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.navbar .btn-accent:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 0, 106, 0.3);
}

/* Remove underline effect from the button link */
.navbar-nav .nav-item .btn-accent:after {
    display: none;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .navbar .btn-accent {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Halfway because we duplicate logos for seamless loop */
}