/* Sphinx WorldBiz  Cybersecurity Landing Page */

/* ========================================================= */
/* RESET */
/* ========================================================= */

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   scroll-behavior: smooth;
}

body {
   font-family: 'Inter', sans-serif;
   background: #050816;
   color: #fff;
   overflow-x: hidden;
}

/* ========================================================= */
/* GLOBAL */
/* ========================================================= */

.container {
   width: 90%;
   max-width: 1380px;
   margin: auto;
   position: relative;
   z-index: 2;
}

section {
   padding: 60px 0;
   position: relative;
}

a {
   text-decoration: none;
}

h1,
h2,
h3,
h4 {
   line-height: 1.1;
}

p {
   line-height: 1.8;
   color: #cfd8ff;
}

ul {
   padding-left: 18px;
}

/* ========================================================= */
/* CYBER EFFECTS */
/* ========================================================= */

.cyber-grid {
   position: absolute;
   inset: 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;
   mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
   z-index: 0;
}

.glow {
   position: absolute;
   width: 500px;
   height: 500px;
   border-radius: 50%;
   filter: blur(160px);
   opacity: 0.14;
   z-index: 0;
}

.glow.one {
   background: #00d9ff;
   top: -150px;
   left: -120px;
}

.glow.two {
   background: #ff0066;
   bottom: -150px;
   right: -120px;
}

/* ========================================================= */
/* NAVBAR */
/* ========================================================= */

nav {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
   background: #ffffff;
   backdrop-filter: blur(14px);
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 22px 0;
}

.logo {
   display: flex;
   align-items: center;
}

.logo img {
   height: 64px;
   width: auto;
   display: block;
   object-fit: contain;
}

@media (max-width: 767px) {
    .logo img {
        height: 48px;
    }
}

.nav-links {
   display: flex;
   gap: 30px;
}

.nav-links a {
   color: #2a2c2f;
   font-size: 15px;
   transition: 0.3s;
   font-weight: 800;
}

.nav-links a:hover {
   color: #00d9ff;
}

.nav-btn {
   padding: 10px 10px;
   border-radius: 60px;
   background: linear-gradient(90deg, #00d9ff, #0055ff);
   color: white;
   font-weight: 700;
   box-shadow: 0 0 30px rgba(0, 217, 255, 0.25);
   font-size: 13px;
}

.nav-toggle {
   display: none;
}

/* ========================================================= */
/* HERO */
/* ========================================================= */

.hero {
   min-height: 100vh;
   display: flex;
   align-items: center;
   overflow: hidden;
}

.hero-grid {
   display: grid;
   grid-template-columns: 1.1fr 0.9fr;
   gap: 70px;
   align-items: center;
   padding-top: 50px;
   padding-bottom: 50px;
}

.hero-badge {
   display: inline-flex;
   padding: 12px 22px;
   border-radius: 60px;
   background: rgba(0, 217, 255, 0.08);
   border: 1px solid rgba(0, 217, 255, 0.2);
   color: #00d9ff;
   font-size: 14px;
   margin-bottom: 35px;
}

.hero h1 {
   font-size: 40px;
   font-weight: 900;
   line-height: 1.3;
   margin-bottom: 25px;
   letter-spacing: 1px;
}

.gradient-text {
   background: linear-gradient(90deg, #00d9ff, #4e8bff, #00ffe0);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.hero p {
   font-size: 21px;
   margin-bottom: 40px;
   max-width: 700px;
}

.hero-buttons {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
   margin-bottom: 40px;
}

.btn-primary {
   padding: 18px 34px !important;
   border-radius: 60px !important;
   background: linear-gradient(90deg, #00d9ff, #0055ff) !important;
   color: white !important;
   font-weight: 700;
   box-shadow: 0 0 40px rgba(0, 217, 255, 0.25);
   transition: 0.35s;
   display: inline-block;
   border: none;
   cursor: pointer;
}

.btn-primary:hover {
   transform: translateY(-8px) scale(1.02);
   box-shadow: 0 0 50px rgba(0, 217, 255, 0.45);
}

.btn-secondary {
   padding: 18px 34px;
   border-radius: 60px;
   border: 1px solid rgba(255, 255, 255, 0.15);
   background: rgba(255, 255, 255, 0.03);
   color: white;
   font-weight: 600;
}

.btn-read-more {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 20px;
   padding: 10px 20px;
   border-radius: 40px;
   border: 1px solid rgba(0, 217, 255, 0.3);
   background: rgba(0, 217, 255, 0.06);
   color: #00d9ff;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   transition: background 0.25s, border-color 0.25s, gap 0.25s, box-shadow 0.25s;
}

.btn-read-more i {
   font-size: 12px;
   transition: transform 0.25s;
}

.btn-read-more:hover {
   background: rgba(0, 217, 255, 0.14);
   border-color: rgba(0, 217, 255, 0.6);
   box-shadow: 0 0 18px rgba(0, 217, 255, 0.15);
   gap: 12px;
}

.btn-read-more:hover i {
   transform: translateX(3px);
}

.trust-bar {
   display: flex;
   gap: 25px;
   flex-wrap: wrap;
   font-size: 14px;
   color: #9fc8ff;
}

/* ========================================================= */
/* DASHBOARD */
/* ========================================================= */

.dashboard-card {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 40px;
   border-radius: 28px;
   backdrop-filter: blur(15px);
   box-shadow: 0 0 50px rgba(0, 217, 255, 0.08);
   position: relative;
   overflow: hidden;
}

.dashboard-title {
   font-size: 28px;
   font-weight: 700;
   margin-bottom: 30px;
}

.threat-item {
   display: flex;
   justify-content: space-between;
   padding: 18px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.threat-item strong {
   color: #00ff99;
}

.dashboard-alert {
   margin-top: 30px;
   padding: 18px;
   border-radius: 16px;
   background: rgba(255, 0, 102, 0.1);
   border: 1px solid rgba(255, 0, 102, 0.25);
   color: #ff7ca8;
   font-weight: 600;
}

/* ========================================================= */
/* STATS */
/* ========================================================= */

.stats-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 30px;
}

.stat-card {
   padding: 40px 30px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 24px;
   text-align: center;
   transition: 0.35s;
}

.stat-card:hover {
   transform: translateY(-8px);
   border-color: #00d9ff;
}

.stat-card h2 {
   font-size: 52px;
   color: #00d9ff;
   margin-bottom: 12px;
}

/* ========================================================= */
/* TITLES */
/* ========================================================= */

.section-title {
   text-align: center;
   margin-bottom: 70px;
}

.section-tag {
   display: inline-block;
   padding: 10px 18px;
   border-radius: 40px;
   background: rgba(0, 217, 255, 0.08);
   border: 1px solid rgba(0, 217, 255, 0.2);
   color: #00d9ff;
   font-size: 13px;
   margin-bottom: 22px;
}

.section-title h2 {
   font-size: 40px;
   font-weight: 900;
   margin-bottom: 20px;
   letter-spacing: 0px;
}

.section-title p {
   max-width: 900px;
   margin: auto;
   font-size: 19px;
}

/* ========================================================= */
/* GRIDS */
/* ========================================================= */

.services-grid,
.why-grid,
.myth-grid,
.industry-grid,
.framework-grid,
.method-grid,
.usecase-grid {
   display: grid;
   gap: 30px;
}

.services-grid,
.why-grid,
.myth-grid,
.industry-grid,
.usecase-grid {
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.usecase-grid {
   grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-grid {
   grid-template-columns: repeat(3, minmax(0, 1fr));
}



/* ========================================================= */
/* CARDS */
/* ========================================================= */

.service-card,
.why-card,
.myth-card,
.industry-card,
.framework-card,
.method-card,
.usecase-card {
   padding: 35px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 28px;
   transition: 0.35s;
   position: relative;
   overflow: hidden;
}

.services-container {
   padding: 35px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 28px;
   position: relative;
}
.service-card:hover,
.why-card:hover,
.myth-card:hover,
.industry-card:hover,
.framework-card:hover,
.method-card:hover,
.usecase-card:hover {
   transform: translateY(-10px) scale(1.02);
   border-color: #00d9ff;
   box-shadow: 0 0 45px rgba(0, 217, 255, 0.12);
}

.method-card h3 {
   color: #00d9ff;
   margin: 10px 0px;
   font-size: 30px;
}

.service-icon {
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 24px;
   border-radius: 16px;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
   border: 1px solid rgba(0, 217, 255, 0.2);
}

.service-icon i {
   font-size: 1.6rem;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.service-card h3,
.why-card h3,
.myth-card h3,
.attack-card h3,
.usecase-card h3 {
   font-size: 20px;
   margin-bottom: 18px;
   color: #00d9ff;
   line-height: 1.4;
}

.usecase-card h4 {
   padding-top: 15px;
}

.service-card ul {
   line-height: 2;
   color: #dce6ff;
}

.industry-card-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 56px;
   height: 56px;
   border-radius: 14px;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
   border: 1px solid rgba(0, 217, 255, 0.2);
   font-size: 1.4rem;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   margin-bottom: 18px;
}

.industry-card h3 {
   font-size: 26px;
   margin-bottom: 18px;
   color: #00d9ff;
   line-height: 1.4;
}

.why-card ul {
   list-style: none;
   padding: 0;
   margin: 16px 0 0;
}

.why-card ul li {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 8px 0;
   color: #dce6ff;
   font-size: 15px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.why-card ul li:last-child {
   border-bottom: none;
}

.why-card ul li::before {
   content: "\2713";
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 26px;
   height: 26px;
   background: rgba(0, 217, 255, 0.15);
   border: 1px solid rgba(0, 217, 255, 0.4);
   border-radius: 50%;
   color: #00d9ff;
   font-size: 13px;
   font-weight: 700;
   flex-shrink: 0;
}

.featured-service {
   border: 1px solid rgba(0, 217, 255, 0.45);
   box-shadow: 0 0 50px rgba(0, 217, 255, 0.12);
}

.featured-badge {
   position: absolute;
   top: 18px;
   right: 18px;
   padding: 8px 14px;
   background: #00d9ff;
   color: #050816;
   font-size: 12px;
   font-weight: 700;
   border-radius: 30px;
}

/* ========================================================= */
/* MYTHS */
/* ========================================================= */

.myth-alert {
   display: inline-block;
   padding: 8px 14px;
   background: rgba(255, 0, 102, 0.12);
   border: 1px solid rgba(255, 0, 102, 0.2);
   border-radius: 30px;
   font-size: 12px;
   color: #ff77aa;
   margin-bottom: 20px;
}

/* ========================================================= */
/* CALCULATOR */
/* ========================================================= */

.calculator-box,
.lead-box,
.cta-box {
   padding: 70px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 35px;
   backdrop-filter: blur(15px);
}

.calculator-grid,
.lead-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: center;
}

.calculator-form input,
.calculator-form select,
.lead-form input,
.lead-form select {
   width: 100%;
   padding: 18px;
   margin-bottom: 18px;
   border: none;
   border-radius: 14px;
   background: #0c1730;
   color: white;
   font-size: 16px;
}

.risk-score {
   font-size: 110px;
   font-weight: 900;
   line-height: 1;
   color: #00d9ff;
   margin-bottom: 20px;
}

/* ========================================================= */
/* ATTACK FLOW ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â REDESIGNED */
/* ========================================================= */

.attack-section {
   background: radial-gradient(ellipse at 50% 0%, rgba(255, 0, 102, 0.06) 0%, transparent 55%), #050816;
}

.attack-flow {
   display: flex;
   align-items: stretch;
   gap: 0;
   margin-top: 52px;
}

.attack-step {
   flex: 1;
   padding: 36px 28px;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.07);
   border-radius: 24px;
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   gap: 14px;
   transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.attack-step::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 3px;
   background: linear-gradient(90deg, #ff0066, #7b2ff7, #00d9ff);
   opacity: 0.45;
   transition: opacity 0.3s;
}

.attack-step:hover {
   transform: translateY(-8px);
   border-color: rgba(255, 0, 102, 0.28);
   box-shadow: 0 20px 56px rgba(255, 0, 102, 0.1);
}

.attack-step:hover::before {
   opacity: 1;
}

.attack-step-num {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 3px;
   color: rgba(255, 77, 122, 0.7);
   text-transform: uppercase;
}

.attack-step-icon {
   width: 52px;
   height: 52px;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, rgba(255, 0, 102, 0.12), rgba(123, 47, 247, 0.12));
   border: 1px solid rgba(255, 0, 102, 0.18);
   flex-shrink: 0;
}

.attack-step-icon i {
   font-size: 1.25rem;
   background: linear-gradient(135deg, #ff4d7a, #7b2ff7);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
}

.attack-step h3 {
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   line-height: 1.3;
   margin: 0;
}

.attack-step p {
   font-size: 14px;
   line-height: 1.7;
   color: #8a96b8;
   margin: 0;
}

.attack-arrow {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 16px;
   flex-shrink: 0;
   color: rgba(255, 77, 122, 0.35);
   font-size: 16px;
}

.attack-warning {
   margin-top: 32px;
   padding: 20px 28px;
   border-radius: 16px;
   background: rgba(255, 0, 102, 0.05);
   border: 1px solid rgba(255, 0, 102, 0.18);
   display: flex;
   align-items: flex-start;
   gap: 14px;
   color: #c0a8b5;
   font-size: 14px;
   line-height: 1.7;
}

.attack-warning i {
   font-size: 17px;
   color: #ff4d7a;
   flex-shrink: 0;
   margin-top: 2px;
}

.attack-warning strong {
   color: #ff7ca8;
}

/* ========================================================= */
/* METHOD */
/* ========================================================= */

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

.method-number {
   font-size: 50px;
   font-weight: 900;
   color: #00d9ff;
   margin-bottom: 15px;
}

/* ========================================================= */
/* FRAMEWORK */
/* ========================================================= */

.framework-grid {
   grid-template-columns: repeat(3, minmax(0, 1fr));
}

.framework-card {
   text-align: left;
   font-size: 22px;
   font-weight: 700;
}

.framework-card p {
   font-size: 13px;
   font-weight: 200;
}

/* ========================================================= */
/* USE CASES */
/* ========================================================= */

.usecase-metrics {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-top: 22px;
}

.usecase-metrics span {
   display: inline-block;
   padding: 8px 14px;
   border-radius: 30px;
   background: rgba(0, 217, 255, 0.08);
   border: 1px solid rgba(0, 217, 255, 0.18);
   color: #9fc8ff;
   font-size: 13px;
}

/* ========================================================= */
/* TESTIMONIALS CAROUSEL */
/* ========================================================= */

.testimonial-carousel__wrapper {
   position: relative;
}

#testimonial-carousel {
   overflow: hidden;
   width: 100%;
}

#testimonial-track {
   display: flex;
   gap: 32px;
   transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   will-change: transform;
}

.testimonial {
   flex: 0 0 calc((100% - 64px) / 3);
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 16px;
   padding: 36px 32px 32px;
   display: flex;
   flex-direction: column;
   gap: 20px;
   transition: border-color 0.3s, transform 0.3s;
}

.testimonial:hover {
   border-color: #00d9ff;
   transform: translateY(-6px);
}

.testimonial__stars {
   color: #00d9ff;
   font-size: 16px;
   letter-spacing: 2px;
}

.testimonial__text {
   color: rgba(255, 255, 255, 0.8);
   font-size: 15px;
   line-height: 1.75;
   flex: 1;
   margin: 0;
   font-style: italic;
}

.testimonial__author {
   display: flex;
   align-items: center;
   gap: 14px;
   margin-top: auto;
}

.testimonial__avatar {
   width: 46px;
   height: 46px;
   border-radius: 50%;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 13px;
   color: #fff;
   flex-shrink: 0;
}

.testimonial__name {
   font-weight: 700;
   font-size: 15px;
   color: #fff;
}

.testimonial__role {
   font-size: 13px;
   color: rgba(255, 255, 255, 0.5);
   margin-top: 2px;
}

.testimonial-carousel__controls {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   margin-top: 40px;
}

.carousel-arrow {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   border: 2px solid rgba(0, 217, 255, 0.3);
   background: rgba(0, 217, 255, 0.06);
   color: #00d9ff;
   font-size: 18px;
   cursor: pointer;
   transition: background 0.3s, border-color 0.3s, transform 0.2s;
   display: flex;
   align-items: center;
   justify-content: center;
}

.carousel-arrow:hover:not(:disabled) {
   background: rgba(0, 217, 255, 0.15);
   border-color: #00d9ff;
   transform: scale(1.1);
}

.carousel-arrow:disabled {
   opacity: 0.3;
   cursor: default;
}

.testimonial-carousel__dots {
   display: flex;
   gap: 8px;
}

.testimonial-carousel__dot {
   width: 8px;
   height: 8px;
   border-radius: 50%;
   border: none;
   background: rgba(255, 255, 255, 0.2);
   cursor: pointer;
   padding: 0;
   transition: background 0.3s, transform 0.3s;
}

.testimonial-carousel__dot.active {
   background: #00d9ff;
   transform: scale(1.4);
}

/* ========================================================= */
/* FAQ ACCORDION */
/* ========================================================= */

.faq-accordion {
   max-width: 860px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.faq-item {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 12px;
   transition: border-color 0.3s;
}

.faq-item.faq-open,
.faq-item:hover {
   border-color: #00d9ff;
}

.faq-question {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   padding: 22px 28px;
   background: none;
   border: none;
   color: #fff;
   font-size: 17px;
   font-weight: 600;
   text-align: left;
   cursor: pointer;
   line-height: 1.4;
}

.faq-icon {
   flex-shrink: 0;
   width: 28px;
   height: 28px;
   border-radius: 50%;
   border: 2px solid rgba(0, 217, 255, 0.4);
   position: relative;
   transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.faq-icon::before,
.faq-icon::after {
   content: '';
   position: absolute;
   background: #00d9ff;
   border-radius: 2px;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   transition: transform 0.3s, opacity 0.3s;
}

.faq-icon::before {
   width: 12px;
   height: 2px;
}

.faq-icon::after {
   width: 2px;
   height: 12px;
}

.faq-open .faq-icon {
   background: rgba(0, 217, 255, 0.15);
   border-color: #00d9ff;
}

.faq-open .faq-icon::after {
   transform: translate(-50%, -50%) rotate(90deg);
   opacity: 0;
}

.faq-answer {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.35s ease;
}

.faq-answer p {
   padding: 0 28px 22px;
   color: rgba(255, 255, 255, 0.75);
   font-size: 15px;
   line-height: 1.7;
   margin: 0;
}

/* ========================================================= */
/* LEAD MAGNET */
/* ========================================================= */

.lead-benefits ul {
   list-style: none;
   line-height: 2.2;
   font-size: 18px;
   color: #dce6ff;
   padding-left: 0;
}

.privacy {
   font-size: 13px;
   margin-top: 18px;
   color: #9cb0db;
}

/* ========================================================= */
/* FOOTER */
/* ========================================================= */

.cs-footer {
  background: #ffffff;
  color: #dce6ff;
  padding-block: 3.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cs-footer p {
  padding-top: 15px;
  font-size: 15px;
  color: #202224;
}

.cs-footer__grid {
  display: grid;
  gap: 3rem 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .cs-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cs-footer__grid {
    grid-template-columns: 3fr 1.5fr 1.5fr 2.5fr;
    gap: 4rem 2rem;
  }
}

.cs-footer h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 18px;
}

.cs-footer ul li {
  margin-bottom: 0.875rem;
  color: #000000;
  font-size: 15px;
}

.cs-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3f444a;
  transition: all 0.2s ease;
  text-decoration: none;
}

.cs-footer-menu a svg {
  color: #2563eb;
  transition: transform 0.2s ease;
}

.cs-footer-menu a:hover {
  color: #2563eb;
  transform: translateX(4px);
}

.cs-footer a {
  color: #323438;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 15px;
}

.cs-footer a:hover {
  color: #2563eb;
}

.cs-footer__copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #010206;
}

.cs-footer__copy p {
  margin: 0;
  color: #ffffff;
  font-size: 0.875rem;
}

/* ========================================================= */
/* RESPONSIVE */
/* ========================================================= */

@media(max-width:1100px) {

   .hero-grid,
   .calculator-grid,
   .lead-grid {
      grid-template-columns: 1fr;
   }

   .hero-grid {
      padding-top: 40px;
      padding-bottom: 40px;
   }

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

   .hero h1 {
      font-size: 58px;
   }

   .section-title h2 {
      font-size: 44px;
   }

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

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

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

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

   .attack-flow {
      display: grid;
      grid-template-columns: 1fr 1fr;
   }

   .attack-arrow {
      display: none;
   }

   #testimonial-track {
      gap: 24px;
   }

}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Mobile nav (tablet + mobile ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¤1023px) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media(max-width:1023px) {
   .nav-toggle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 44px;
      height: 44px;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      border-radius: 0.375rem;
      transition: background 0.2s;
      flex-shrink: 0;
      order: 2;
   }
   .nav-toggle:hover { background: rgba(42,44,47,0.07); }
   .nav-toggle span {
      display: block;
      width: 24px;
      height: 2px;
      background: #2a2c2f;
      border-radius: 2px;
      transition: transform 0.25s ease, opacity 0.2s ease;
   }
   .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
   .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
   .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
   .nav-btn { display: none; }
   .nav-links {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 998;
      flex-direction: column;
      gap: 0;
      padding: 0.375rem 0 0.75rem;
      background: #ffffff;
      border-top: 2px solid #00d9ff;
      border-bottom: 1px solid rgba(42,44,47,0.10);
      box-shadow: 0 8px 32px rgba(0,0,0,0.12);
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-0.4rem);
      transition: opacity 0.22s ease, visibility 0s 0.22s, transform 0.22s ease;
   }
   .nav-links.is-open {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      transition: opacity 0.22s ease, visibility 0s 0s, transform 0.22s ease;
   }
   .nav-links a {
      display: block;
      padding: 0.875rem 1.5rem;
      border-bottom: 1px solid rgba(42,44,47,0.06);
      color: #2a2c2f !important;
      font-weight: 600;
      font-size: 0.9375rem;
      line-height: 1.4;
      text-decoration: none;
      transition: background 0.15s, color 0.15s;
   }
   .nav-links a:last-child { border-bottom: none; }
   .nav-links a:hover,
   .nav-links a:active {
      background: rgba(42,44,47,0.04);
      color: #00d9ff !important;
   }
}

@media(max-width:700px) {

   .hero h1 {
      font-size: 42px;
   }

   .hero-grid {
      padding-top: 70px;
      padding-bottom: 30px;
   }

   .section-title h2 {
      font-size: 34px;
   }

   .stats-grid,
   .method-grid {
      grid-template-columns: 1fr;
   }

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

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

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

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

   /* Services section: outer container has why-card applied which
      sets overflow:hidden + 35px padding ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â on mobile this clips the grid */
   #services .container {
      padding: 24px 20px;
      overflow: visible;
      border-radius: 20px;
   }

   .service-card {
      padding: 24px 20px;
   }

   .attack-flow {
      grid-template-columns: 1fr;
   }

   .attack-warning {
      padding: 18px 20px;
   }

   .calculator-box,
   .lead-box,
   .cta-box {
      padding: 35px;
   }

   #testimonial-track {
      gap: 20px;
   }

   .testimonial {
      padding: 28px 22px;
   }

}

#back-to-top {
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 48px;
   height: 48px;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   color: #fff;
   font-size: 28px;
   line-height: 48px;
   text-align: center;
   border-radius: 50%;
   text-decoration: none;
   box-shadow: 0 4px 15px rgba(0, 217, 255, 0.4);
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
   z-index: 9999;
}

#back-to-top.visible {
   opacity: 1;
   visibility: visible;
}

#back-to-top:hover {
   transform: translateY(-4px);
   box-shadow: 0 8px 25px rgba(0, 217, 255, 0.6);
}

/* ========================================================= */
/* ASSESSMENT CTA */
/* ========================================================= */

#cybersecurity-assessment-cta {
   padding: 80px 0;
   background: linear-gradient(135deg, rgba(123, 47, 247, 0.15) 0%, rgba(0, 217, 255, 0.08) 100%);
   border-top: 1px solid rgba(255, 255, 255, 0.08);
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-assessment-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 40px;
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(0, 217, 255, 0.2);
   border-radius: 24px;
   padding: 60px;
   backdrop-filter: blur(15px);
}

.cta-assessment-content {
   flex: 1;
}

.cta-assessment-content h2 {
   font-size: 2rem;
   font-weight: 700;
   color: #fff;
   margin-bottom: 14px;
   line-height: 1.3;
}

.cta-assessment-content p {
   color: rgba(255, 255, 255, 0.7);
   font-size: 1.05rem;
   margin-bottom: 24px;
}

.cta-assessment-list {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.cta-assessment-list li {
   display: flex;
   align-items: center;
   gap: 10px;
   color: rgba(255, 255, 255, 0.85);
   font-size: 0.97rem;
}

.cta-check-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 22px;
   height: 22px;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   border-radius: 50%;
   color: #fff;
   font-size: 0.75rem;
   flex-shrink: 0;
}

.cta-assessment-action {
   flex-shrink: 0;
}

.btn-assessment-cta {
   display: inline-block;
   padding: 16px 36px;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   color: #fff;
   font-size: 1rem;
   font-weight: 600;
   border-radius: 50px;
   text-decoration: none;
   white-space: nowrap;
   transition: transform 0.3s, box-shadow 0.3s;
   box-shadow: 0 6px 20px rgba(0, 217, 255, 0.3);
}

.btn-assessment-cta:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 30px rgba(0, 217, 255, 0.5);
   color: #fff;
}

@media (max-width: 768px) {
   .cta-assessment-inner {
      flex-direction: column;
      align-items: flex-start;
      padding: 35px;
      gap: 30px;
   }

   .cta-assessment-content h2 {
      font-size: 1.5rem;
   }

   .btn-assessment-cta {
      width: 100%;
      text-align: center;
   }
}

/* ========================================================= */
/* WHY SPHINX EUROPE */
/* ========================================================= */

#why-sphinx-europe {
   padding: 100px 0;
}

.why-sphinx-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   margin-top: 50px;
}

.why-sphinx-card {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 20px;
   padding: 40px;
   transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.why-sphinx-card:hover {
   transform: translateY(-6px);
   border-color: rgba(0, 217, 255, 0.3);
   box-shadow: 0 12px 40px rgba(0, 217, 255, 0.1);
}

.why-sphinx-icon {
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 22px;
   border-radius: 16px;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
   border: 1px solid rgba(0, 217, 255, 0.2);
}

.why-sphinx-icon i {
   font-size: 1.6rem;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.why-sphinx-card h3 {
   font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #00d9ff;
}

.why-sphinx-card p {
   color: rgba(255, 255, 255, 0.65);
   font-size: 0.95rem;
   line-height: 1.7;
   margin: 0;
}

@media (max-width: 900px) {
   .why-sphinx-grid {
      grid-template-columns: 1fr;
   }
}

/* ========================================================= */
/* SPHINX DIFFERENTIATORS */
/* ========================================================= */

#sphinx-differentiators {
   padding: 0 0 100px;
}

.sphinx-diff-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 24px;
}

.sphinx-diff-card {
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 20px;
   padding: 36px 28px;
   transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
   text-align: center;
}

.sphinx-diff-card:hover {
   transform: translateY(-6px);
   border-color: rgba(0, 217, 255, 0.3);
   box-shadow: 0 12px 40px rgba(0, 217, 255, 0.1);
}

.sphinx-diff-icon {
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 22px;
   border-radius: 16px;
   background: linear-gradient(135deg, rgba(0, 217, 255, 0.15), rgba(123, 47, 247, 0.15));
   border: 1px solid rgba(0, 217, 255, 0.2);
}

.sphinx-diff-icon i {
   font-size: 1.6rem;
   background: linear-gradient(135deg, #00d9ff, #7b2ff7);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.sphinx-diff-card h3 {
   font-size: 1rem;
   font-weight: 700;
   color: #00d9ff;
   margin-bottom: 12px;
   line-height: 1.4;
}

.sphinx-diff-card p {
   color: rgba(255, 255, 255, 0.65);
   font-size: 0.9rem;
   line-height: 1.7;
   margin: 0;
}

@media (max-width: 1100px) {
   .sphinx-diff-grid {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 600px) {
   .sphinx-diff-grid {
      grid-template-columns: 1fr;
   }
}

/* ========================================================= */
/* FRAMEWORKS CAROUSEL */
/* ========================================================= */

.fw-carousel-wrapper {
   overflow: hidden;
   position: relative;
}

.fw-carousel-track {
   display: flex;
   gap: 30px;
   transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.fw-slide {
   flex: 0 0 calc((100% - 60px) / 3);
   min-width: 0;
}

.fw-carousel-controls {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
   margin-top: 36px;
}

.fw-btn {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   border: 1px solid rgba(0, 217, 255, 0.3);
   background: rgba(0, 217, 255, 0.08);
   color: #00d9ff;
   font-size: 1rem;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.3s, transform 0.3s;
}

.fw-btn:hover {
   background: rgba(0, 217, 255, 0.2);
   transform: scale(1.1);
}

.fw-dots {
   display: flex;
   gap: 8px;
   align-items: center;
}

.fw-dot {
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.2);
   cursor: pointer;
   transition: background 0.3s, transform 0.3s;
}

.fw-dot-active {
   background: #00d9ff;
   transform: scale(1.35);
}

@media (max-width: 900px) {
   .fw-slide {
      flex: 0 0 calc((100% - 30px) / 2);
   }
}

@media (max-width: 600px) {
   .fw-slide {
      flex: 0 0 100%;
   }
}

/* ========================================================= */
/* SCROLL ANIMATIONS */
/* ========================================================= */

.anim-hidden {
   opacity: 0;
   transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim-fade-up.anim-hidden    { transform: translateY(40px); }
.anim-fade-left.anim-hidden  { transform: translateX(-50px); }
.anim-fade-right.anim-hidden { transform: translateX(50px); }
.anim-fade-in.anim-hidden    { transform: translateY(16px); }

.anim-visible {
   opacity: 1 !important;
   transform: none !important;
}


/* ========================================================= */
/* CONTACT POPUP MODAL                                        */
/* ========================================================= */

.contact-popup-overlay {
   position: fixed;
   inset: 0;
   z-index: 9999;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   background: rgba(5, 8, 22, 0.85);
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-popup-overlay.is-open {
   opacity: 1;
   visibility: visible;
}

.contact-popup-box {
   position: relative;
   width: 100%;
   max-width: 580px;
   max-height: 90vh;
   overflow-y: auto;
   background: #080d1c;
   border: 1px solid rgba(0, 217, 255, 0.2);
   border-radius: 24px;
   padding: 44px 40px 40px;
   box-shadow:
      0 0 0 1px rgba(0, 217, 255, 0.06),
      0 24px 80px rgba(0, 0, 0, 0.6),
      0 0 60px rgba(0, 217, 255, 0.08);
   transform: translateY(24px) scale(0.97);
   transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-popup-overlay.is-open .contact-popup-box {
   transform: translateY(0) scale(1);
}

/* Top accent bar */
.contact-popup-box::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 3px;
   background: linear-gradient(90deg, #00d9ff, #0055ff);
   border-radius: 24px 24px 0 0;
}

/* Scrollbar styling for the box */
.contact-popup-box::-webkit-scrollbar { width: 6px; }
.contact-popup-box::-webkit-scrollbar-track { background: transparent; }
.contact-popup-box::-webkit-scrollbar-thumb { background: rgba(0, 217, 255, 0.3); border-radius: 3px; }

/* Close button */
.contact-popup-close {
   position: absolute;
   top: 18px;
   right: 18px;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.12);
   background: rgba(255, 255, 255, 0.05);
   color: #aac5e0;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.contact-popup-close:hover {
   background: rgba(0, 217, 255, 0.12);
   border-color: rgba(0, 217, 255, 0.45);
   color: #00d9ff;
   transform: rotate(90deg);
}

/* Header */
.contact-popup-header {
   margin-bottom: 28px;
}

.contact-popup-tag {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 7px 16px;
   border-radius: 40px;
   background: rgba(0, 217, 255, 0.08);
   border: 1px solid rgba(0, 217, 255, 0.2);
   color: #00d9ff;
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 18px;
}

.contact-popup-header h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.25;
   margin-bottom: 10px;
   color: #ffffff;
}

.contact-popup-header p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.7;
   margin: 0;
}

/* Form area */
.contact-popup-form {
   min-height: 100px;
}

/* Responsive */
@media (max-width: 600px) {
   .contact-popup-box {
      padding: 36px 22px 28px;
   }
   .contact-popup-header h3 {
      font-size: 22px;
   }
}

/* ========================================================= */
/* THANK YOU POPUP */
/* ========================================================= */

.thankyou-popup-overlay {
   z-index: 10000;
}

.thankyou-popup-box {
   max-width: 460px;
   text-align: center;
   border-color: rgba(0, 217, 255, 0.28);
}

.thankyou-popup-box::before {
   background: linear-gradient(90deg, #00d9ff, #00ff99, #0055ff);
}

.thankyou-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 8px;
}

/* Animated SVG checkmark */
.thankyou-icon {
   width: 76px;
   height: 76px;
   margin: 0 auto 28px;
}

.thankyou-icon svg {
   width: 100%;
   height: 100%;
   overflow: visible;
}

.thankyou-circle {
   stroke-dasharray: 151;
   stroke-dashoffset: 151;
}

.thankyou-check {
   stroke-dasharray: 38;
   stroke-dashoffset: 38;
}

.thankyou-popup-overlay.is-open .thankyou-circle {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.thankyou-popup-overlay.is-open .thankyou-check {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.75s;
}

.thankyou-popup-box h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.3;
   color: #fff;
   margin-bottom: 12px;
}

.thankyou-popup-box > .thankyou-content > p,
.thankyou-popup-box p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.75;
   margin-bottom: 24px;
   max-width: 340px;
}

.thankyou-popup-box p strong {
   color: #00d9ff;
}

.thankyou-items {
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin-bottom: 32px;
   width: 100%;
   max-width: 290px;
   text-align: left;
}

.thankyou-item {
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 13px;
   color: #a8bdd6;
}

.thankyou-item i {
   color: #00d9ff;
   font-size: 12px;
   flex-shrink: 0;
}

.thankyou-close-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   justify-content: center;
   min-width: 150px;
   font-family: inherit;
   cursor: pointer;
   font-size: 15px;
}

@media (max-width: 600px) {
   .thankyou-popup-box {
      padding: 36px 22px 28px;
   }
   .thankyou-popup-box h3 {
      font-size: 22px;
   }
}

/* ========================================================= */
/* READ MORE POPUP                                            */
/* ========================================================= */

.rm-popup-box::before {
   background: linear-gradient(90deg, #7b2ff7, #00d9ff, #0055ff);
}

.rm-success-state {
   display: none;
   flex-direction: column;
   align-items: center;
   text-align: center;
   padding-top: 8px;
}

.rm-circle {
   stroke-dasharray: 151;
   stroke-dashoffset: 151;
}

.rm-check {
   stroke-dasharray: 38;
   stroke-dashoffset: 38;
}

.rm-success-state.rm-shown .rm-circle {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.65s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.rm-success-state.rm-shown .rm-check {
   stroke-dashoffset: 0;
   transition: stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.75s;
}

.rm-success-state h3 {
   font-size: 26px;
   font-weight: 800;
   line-height: 1.3;
   color: #fff;
   margin-bottom: 12px;
}

.rm-success-state p {
   font-size: 14px;
   color: #8fa3c0;
   line-height: 1.75;
   margin-bottom: 24px;
   max-width: 340px;
}

.rm-success-state p strong { color: #00d9ff; }

@media (max-width: 600px) {
   .rm-popup-box { padding: 36px 22px 28px; }
   .rm-success-state h3 { font-size: 22px; }
}