*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --lime: #C8FF00; --black: #000; --white: #fff; --dark-bg: #1A1A1A;
    --card-dark: #2A2A2A; --beige: #F0EBDF; --muted: #999; --peach: #FDDCB5;
    --green-badge: #4ADE80; --pink-badge: #F472B6; --teal-badge: #2DD4BF; --orange-badge: #FB923C;
}
body { font-family: "Overused-medium"; background: var(--black); color: #fff; overflow-x: hidden; }
p {font-family: "Overused-regular"; font-size: 18px; font-weight: 400;}
a:hover {color: #000; text-decoration: none; outline: none;}
.section-title{text-align: center; font-family: "Radwave"; font-size: 50px; font-weight: 400; line-height: 1.1; letter-spacing: -0.02em;}
section .header {margin-bottom: 60px;}
.btn-trial { display: inline-block; background: var(--lime); color: var(--black); padding: 10px 24px; border-radius: 50px; font-size: 16px; font-weight: 500; text-decoration: none; cursor: pointer; transition: transform 0.2s; }
.btn-trial:hover { transform: translateY(-1px);}
.display-4 {line-height: 1;}

.hero { position: relative; top: -90px; height: 700px; overflow: hidden; border-radius: 15px; margin: 0 15px;}
.hero-bg { position: absolute; inset: 0; background: url('images/hero.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;}
.hero-overlay {position: absolute; inset: 0;
    background: 
        linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 60%),
        linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 15%, transparent 40%); 
}
.hero-content { position: relative; z-index: 10; max-width: 800px; padding: 170px 70px 80px; }
.hero-content h1 { font-size: 70px; font-weight: 600; line-height: 0.92; margin-top: 30px; margin-bottom: 20px;}
.hero-content p { font-size: 20px; line-height: 1.2; color: rgba(255,255,255,0.8); margin-bottom: 25px; max-width: 460px; }

/* PROBLEM SECTION */
.problem-section {
    background-color: #000000;
    color: #ffffff;
    padding: 30px 75px 100px;
}
.problem-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.problem-card {
    height: 100%;
}
.display-4 {
    font-size: 52px;
}
.image-wrapper {
    background: linear-gradient(to bottom, #2f2e2e 0%, #000 100%);
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
}
.problem-card .image-wrapper img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.problem-card .card-content {
    padding-left: 5px;
}
.problem-card .card-content h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #F0ECE1;
}
.problem-card .card-content p {
    color: #F0ECE1; 
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 300px;
}
.problem-section .text-secondary {
    color: #fff !important;
    font-size: 20px;
    max-width: 475px;
    line-height: 1.2;
}

/*OPS-FLOW SECTION*/

.ops-flow-section {
    background: linear-gradient(to bottom, #00232A 0%, #000 100%);
    color: #fff;
}
.ops-flow-section-inner {
    width: 100%;
    height: 100%;
    background-image: url('images/Lines.png');
    background-position: top; background-repeat: no-repeat;
}
.ops-flow-section .display-4 {
    font-weight: 500;
    padding-top: 90px;
}
.flow-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-bottom: 75px;
}
.flow-card {
    /*background: linear-gradient(145deg, #566167, #202020);*/
    background: radial-gradient(circle at 0% 90%, #566167 0%, #202020 60%);
    border: 1px solid #333;
    border-radius: 20px;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.flow-card span {
    font-weight: 500;
    font-size: 18px;
}
.flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
     
    margin: 0 10px;
    position: relative;
}
.flow-arrow-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;  
    height: 40px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}
.flow-arrow i {
    color: #ffffff;
    font-size: 12px; 
    opacity: 0.8;
}
.info-box-wrapper {
    margin-top: 50px;
    padding-bottom: 100px;
}
.info-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    max-width: 700px;
    backdrop-filter: blur(10px);
}
.info-box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
}
.ops-flow-section .text-secondary {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    max-width: 440px;
    margin: 0 auto;
}

/*OPS SYSTEM SECTION*/
.ops-system-section {
    background-color: #FFFCF1;
    color: #000;
    padding: 100px 75px 85px;
}
.ops-system-section .section-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
}
.ops-system-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.ops-system-card {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
}
.ops-system-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/*OPS CHANGE SECTION*/
.ops-change-section {
    background-color: #FFFCF1;
    color: #000;
    padding-top: 100px;
}
.ops-change-section-inner {
    width: 100%;
    height: 100%;
    background-image: 
        url('images/Lines2.png'), 
        url('images/Lines3.png');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-bottom: 1px;
}
.change-card {
    max-width: 800px;
    background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
    border-radius: 40px;
    padding: 60px 40px 40px 40px;
    position: relative;
    margin-bottom: 100px;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.feature-list li {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.feature-list .icon {
    color: #c4ff00; 
    margin-right: 20px;
    font-size: 1.5rem;
}
.cta-box {
    background-color: #fcfbf7;
    border-radius: 30px;
    padding: 40px 20px;
}
.cta-box h3 {
    font-size: 1.4rem;
    color: #000;
}
.cta-box .text-muted {
    color: #000 !important;
    font-size: 18px;
}
.cta-box .btn-schedule {
    background-color: #000;
    color: #fff;
}

/*INTELLIGENCE-SECTION*/

.intelligence-section {
    background-color: #000;
    padding: 100px 30px;
}
.intelligence-section h2 {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 0px;
}
.intelligence-section .text-secondary {
    font-size: 28px;
    color: #fff !important;
    margin-bottom: 70px;
}
.intelligence-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.intelligence-card {
    background: linear-gradient(to bottom, #4E4E4E 0%, #131313 100%);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.risk-badge {
    background-color: #ff1a1a; /* Bright red badge for urgency */
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.intelligence-card h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}
.intelligence-card p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #cecece;
}
.card-img-wrapper {
    margin-top: auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: #1a1a1a;
}
.card-img-wrapper img {
    width: 100%;
    height: 250px; 
    object-fit: cover;
}
.btn-schedule {
    background-color: #D8F95F;
    color: #000;
    font-weight: 500;
    padding: 13px 30px 15px;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
}
.tracking-widest {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
}

/*Floating Popup*/
.floating-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 275px;
    padding: 20px;
    border-radius: 24px;

    /* Glassmorphism Effect */
    background: rgba(255, 255, 255, 0.1); /* Transparent white */
    backdrop-filter: blur(15px); /* The frosted glass effect */
    -webkit-backdrop-filter: blur(15px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(91, 65, 36, 0.3);
    opacity: 0.8;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.popup-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.cta-link {
    font-family: 'Aeonik-regular';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1.5px solid #fff;
    padding-bottom: 2px;
    display: inline-block;
    transition: opacity 0.3s ease;
}
.cta-link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}


@media (max-width: 768px) {
    .header {padding: 0px;}
    .section-title {font-family: "Overused-medium"; font-size: 24px; margin-bottom: 30px;}
    section .header {margin-bottom: 0px;}
    .btn-trial {padding: 12px 24px;}
    .hero {top: 0px; height: 100vh; position: relative;}
    .hero-bg {background: url('images/hero-mb.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;}
    .hero-content { position: absolute; padding: 0px 25px; bottom: 150px; }
    .hero-content h1 { font-size: 36px; margin-top: 0px; margin-bottom: 0px; line-height: 34px;}
    .hero-content p {font-size: 14px; line-height: 16px; max-width: 300px; padding-top: 20px;}
    .display-4 {font-size: 24px; }
    p {line-height: 1.2;}
    .text-secondary {font-size: 12px; max-width: 330px; margin: 0 auto;}
    .mb-5 {margin-bottom: 1.6rem !important;}
    .section-heading {text-align: center;}
    .problem-section {margin-top: 0px; padding: 0 0 50px; }
    .problem-section .text-secondary {font-size: 14px; line-height: 1; margin-top: 15px; max-width: 280px; }
    .problem-card-grid {display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px;}
    .problem-card .card-content h3 {font-size: 24px; font-weight: 500;}
    .problem-card .card-content p {margin-bottom: 15px;}
    .image-wrapper {padding: 15px;}
    .ops-system-grid {display: grid; grid-template-columns: 1fr; gap: 10px;}
    .ops-flow-section {background: linear-gradient(to bottom, #00232A 0%, #000000 100%)}
    .ops-flow-section-inner {background-image: none;}
    .ops-flow-section .display-4 {font-size: 30px; font-weight: 500; padding-top: 50px;}
    .ops-flow-section .text-secondary {font-size: 14px; line-height: 16px; margin-top: 15px; max-width: 300px;}
    .flow-container {margin-top: 50px; margin-bottom: 50px;}
    .flow-arrow {transform: rotate(90deg); width: 100%; text-align: center; margin: 10px 0; }
    .info-box {padding: 30px 20px; text-align: center; max-width: 350px; background-color: #18242A;}
    .info-box-wrapper {padding-bottom: 70px;}
    .info-box h4 {font-size: 26px; line-height: 1; padding-bottom: 20px;}
    .info-box .border-end {border-end: none !important; border-bottom: 1px solid #333; padding-bottom: 20px; margin-bottom: 20px; }
    .ops-system-section {padding: 50px 15px 65px;}
    .ops-system-section .section-title {font-size: 26px; line-height: 30px; margin-bottom: 35px;}
    .ops-system-section h2, .intelligence-section h2 {font-family: 'Radwave'; font-size: 28px; margin-bottom: 15px;}
    .intelligence-section {padding: 50px 15px 50px;}
    .intelligence-card-grid {display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 40px;}
    .intelligence-card {padding: 15px; background:linear-gradient(to bottom, #4E4E4E 0%, #131313 100%);}
    .intelligence-card h3 {font-size: 26px;}
    .intelligence-card p {font-size: 14px; line-height: 16px;}
    .intelligence-section .text-secondary {font-size: 14px; line-height: 16px; max-width: 250px; margin: 0 auto;}
    .intelligence-section .col-md-4 {margin-bottom: 30px;}
    .ops-change-section {padding: 50px 15px 0px;}
    .change-card {padding: 25px 15px;}
    .ops-change-section .section-title {font-family: 'Radwave'; font-size: 24px; margin-bottom: 20px; max-width: 325px; margin: 0 auto; padding-bottom: 40px;}
    .change-card {margin-bottom: 50px;}
    .cta-box {border-radius: 12px; padding: 30px 5px 40px; }
    .cta-box h3 {font-size: 18px; line-height: 20px; margin-bottom: 20px;}
    .cta-box .text-muted {font-size: 14px; margin-top: 15px;}
    .cta-box .btn-schedule {background-color:#D8F95F; color: #000; }
    .feature-list li {font-size: 18px; margin-bottom: 12px;}
    .feature-list .icon {margin-right: 10px;}
    .tracking-widest {font-size: 18px;}
    .floating-popup {left: 20px; right: 20px; bottom: 20px; width: auto; }
}