﻿.metrics-cards-bg {
    background: #0a0a0a;
    border-radius: 20px;
    padding: 3.5rem 2rem;
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.metrics-headline {
    margin-bottom: 2.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.metrics-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #f3f4f6;
    margin-bottom: 0.7rem;
    letter-spacing: -0.01em;
    line-height: 1.18;
}
.metrics-subtitle {
    font-size: 1.18rem;
    color: #a1a1aa;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.metric-card {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    min-height: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    padding: 40px 32px;
    gap: 18px;
    transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
}
.metric-card:hover {
    background: #161616;
    border-color: rgba(255,255,255,0.09);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.48);
}
.metric-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #f3f4f6;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
    line-height: 1.25;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.metric-value {
    font-size: 44px;
    font-weight: 700;
    color: #C7E35F;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.metric-desc {
    font-size: 15px;
    color: #9ca3af;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}
.metric-note {
    font-size: 13px;
    color: #6b7280;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}


@media (max-width: 1200px) {
    .metrics-cards-bg {
        padding: 2.2rem 0.7rem 1.7rem 0.7rem;
    }
    .seller-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
}
@media (max-width: 700px) {
    .metrics-cards-bg {
        padding: 1.1rem 0.2rem 0.7rem 0.2rem;
        border-radius: 1.1rem;
    }
    .seller-metrics {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
    .metric-card {
        padding: 0.8rem 0.4rem 0.7rem 0.4rem;
        min-height: 220px;
    }
    .metric-card h3 {
        font-size: 0.97rem;
    }
    .metric-value {
        font-size: 1.3rem;
    }
    .metrics-title {
        font-size: 1.3rem;
    }
    .metrics-subtitle {
        font-size: 0.98rem;
    }
}

@media (max-width: 1200px) {
    .seller-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 3rem 1.2rem 2.5rem 1.2rem;
    }
}
@media (max-width: 700px) {
    .seller-metrics {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0.5rem 1.2rem 0.5rem;
    }
}

.metric-card {
    background: #181C22;
    border: 1px solid rgba(255,255,255,0.045);
    border-radius: 1.5rem;
    box-shadow: 0 2px 6px 0 rgba(20,24,29,0.04);
    padding: 2.8rem 2.1rem 2.5rem 2.1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.28s cubic-bezier(.4,0,.2,1), transform 0.28s cubic-bezier(.4,0,.2,1), border-color 0.28s cubic-bezier(.4,0,.2,1);
    min-width: 0;
}
.metric-card:hover {
    box-shadow: 0 8px 32px 0 rgba(20,24,29,0.10);
    transform: translateY(-6px) scale(1.03);
    border-color: #C7E35F;
}
.metric-card h3 {
    font-size: 1.22rem;
    font-weight: 700;
    color: #F6F8FA;
    margin-bottom: 0.7rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.metric-value {
    font-size: 2.3rem;
    font-weight: 700;
    color: #C7E35F;
    margin-bottom: 0.3rem;
    margin-top: 0.1rem;
    letter-spacing: -0.01em;
    line-height: 1.1;
}
.metric-desc {
    font-size: 1.05rem;
    color: #AAB3BD;
    margin-bottom: 0.6rem;
    font-weight: 500;
}
.metric-impact {
    font-size: 1.01rem;
    color: #8B95A3;
    margin-top: 0.3rem;
    line-height: 1.7;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .seller-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2.5rem 1.2rem 2.2rem 1.2rem;
    }
}
@media (max-width: 600px) {
    .seller-metrics {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0.5rem 1.2rem 0.5rem;
    }
    .metric-card {
        padding: 1.3rem 0.9rem 1.1rem 0.9rem;
        border-radius: 1.1rem;
    }
    .metric-card h3 {
        font-size: 1.08rem;
    }
    .metric-value {
        font-size: 1.35rem;
    }
}
.cta-float-wrapper {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cta-float-btn {
    background: #c6e35f0e;
    color: #0F1419;
    border: none;
    border-radius: 18px;
    padding: 8px 18px;
    font-size: 0.98rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    transition: background 0.2s, transform 0.16s, box-shadow 0.2s;
    outline: none;
    min-width: 0;
    min-height: 0;
    line-height: 1.2;
}
.cta-float-btn:hover {
    background: #b6d94d16;
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 4px 16px rgba(0,0,0,0.13);
}
@media (max-width: 768px) {
    .cta-float-wrapper {
        right: 8px;
        bottom: 8px;
    }
    .cta-float-btn {
        padding: 8px 14px;
        font-size: 0.95rem;
    }
}
.chat-body {
    max-height: 400px;
    overflow-y: auto;
}

.chat-message {
    margin-bottom: 8px;
}

.option-btn {
    margin-top: 6px;
}
.chat-body {
    max-width: 400px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .chat-body {
        width: 100%;
        padding: 10px;
    }

    button,
    .option-btn {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
}
.chat-message {
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
button:focus,
.option-btn:focus {
    outline: none;
    color: white !important;
    background: #2a2a2a !important;
}
/* Chat vertical spacing adjustments */
.chat-message {
    margin-bottom: 8px;
}

.chat-step,
.options {
    padding: 8px 0;
    gap: 8px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(108,255,74,0.5);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(108,255,74,0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}

.chat-button {
    animation: pulse 2.5s infinite ease-out;
}

.chat-button:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .chat-button {
        animation: pulse 3s infinite ease-out;
    }
}
body {
    overflow-x: hidden;
}

/* Chat container to prevent extra scrollbars */
.chat-container {
    overflow: hidden;
}

/* Chat window scroll and overflow handling */
.chat-window {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .chat-window {
        height: 100%;
        max-height: 100%;
    }
}
/* Chat button wrapper and label */
/* ========================================
   REGNUM CONSULTING - STYLE SHEET
   Dark Luxury Corporate Design System
   ======================================== */

/* ========== RESET & BASE ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #14181D;
    color: #F2F2F2;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ========== LAYOUT UTILITIES ========== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #F2F2F2;
    text-align: center;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #1F2937;
    margin-bottom: 8px;
}

/* ========== HERO SECTION ANIMATION ========== */
@keyframes floating-gradient {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 50% 50%;
    }
}

/* ========== HERO SECTION ========== */
.hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 58px 0 88px 0;
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(ellipse 1200px 800px at 10% 20%, rgba(199, 227, 95, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 900px 600px at 90% 80%, rgba(80, 120, 255, 0.15) 0%, transparent 60%),
        linear-gradient(180deg, #0F1419 0%, #0C1116 100%);
    background-size: 200% 200%, 200% 200%, 100% 100%;
    animation: floating-gradient 25s ease-in-out infinite;
}

.hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 300px;
    background: linear-gradient(180deg, rgba(199, 227, 95, 0.15) 0%, transparent 100%);
    opacity: 0.08;
}

.hero-content {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Hero Logo */
.hero-logo-wrapper {
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: center;
    animation: fade-in-down 0.8s ease-out;
}

.hero-logo {
    max-width: 2600px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(199, 227, 95, 0.15));
    transition: all 0.3s ease;
}

.hero-logo:hover {
    filter: drop-shadow(0 15px 40px rgba(199, 227, 95, 0.25));
    transform: scale(1.05);
}

@keyframes fade-in-down {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    margin-top: 0;
    line-height: 1.15;
    color: #F2F2F2;
    max-width: 820px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    text-transform: uppercase;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #C7E35F 0%, transparent 100%);
    opacity: 0.4;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #AAB3BD;
    margin-top: 0.6rem;
    margin-bottom: 8px;
    font-weight: 400;
    max-width: 700px;
    line-height: 1.7;
    letter-spacing: 0.5px;
}


.hero-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.hero-cta-center {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.price-marquee {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    opacity: 0.45;
    font-size: 13px;
    letter-spacing: 1px;
    pointer-events: none;
}

.price-marquee-track {
    display: flex;
    width: fit-content;
    animation: marqueeScroll 30s linear infinite;
}

.price-marquee-content {
    display: flex;
    gap: 60px;
    padding-right: 60px;
    white-space: nowrap;
    flex-shrink: 0;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-25%);
    }
}

.btn {
    display: inline-block;
    padding: 1.125rem 2.375rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 3px;
}

.btn-primary {
    background-color: #C7E35F;
    color: #0F1419;
    border-color: #C7E35F;
    padding: 0.75rem 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 0.8rem;
}

.btn-primary:hover {
    background-color: #b5d147;
    color: #0F1419;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(199, 227, 95, 0.25);
}

.btn-secondary {
    background-color: transparent;
    color: #C7E35F;
    border: 1px solid #C7E35F;
    padding: 0.75rem 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 0.8rem;
}

.btn-secondary:hover {
    background-color: rgba(199, 227, 95, 0.1);
    color: #C7E35F;
    transform: translateY(-3px);
    border-color: #C7E35F;
}

/* ========== FAST WEBSITE LAUNCH SECTION ========== */
.fast-launch-section {
    background-color: #0F1419;
    padding: 120px 0;
    text-align: center;
}

.fast-launch-content {
    max-width: 900px;
    margin: 0 auto;
}

.fast-launch-desc {
    font-size: 1.125rem;
    color: #D1D5DB;
    line-height: 1.8;
    margin: 0 auto 32px;
}

.fast-launch-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 36px;
    max-width: 520px;
    text-align: left;
}

.fast-launch-list li {
    font-size: 0.95rem;
    color: #C7CBD4;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.fast-launch-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #C7E35F;
    font-weight: 700;
}

.fast-launch-pricing {
    margin: 0 auto 36px;
}

.fast-launch-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #F2F2F2;
    margin-bottom: 8px;
}

.fast-launch-note {
    font-size: 0.9rem;
    color: #9BA3AF;
}

/* ========== BUILT TO SCALE SECTION ========== */
.built-scale-section {
    background-color: #11161D;
    padding: 120px 0;
    text-align: center;
}

.built-scale-desc {
    font-size: 1.125rem;
    color: #D1D5DB;
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto 48px;
}

.built-scale-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.built-scale-module {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    color: #C7E35F;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.built-scale-connector {
    color: rgba(199, 227, 95, 0.6);
    font-size: 1.1rem;
}
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(20, 24, 29, 0.95);
    border-bottom: 1px solid #1F2937;
    backdrop-filter: blur(10px);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.logo {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F2F2F2;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 0.3s ease;
}

.logo:hover {
    color: #C7E35F;
}

.nav-about-link {
    font-weight: 400;
    color: #9BA3AF;
    transition: color 0.3s ease;
    margin-right: 1.5rem;
    text-decoration: none;
}

.nav-about-link:hover {
    color: #F2F2F2;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2.5rem;
}

.nav-links a {
    font-weight: 400;
    color: #9BA3AF;
    transition: color 0.3s ease;
}

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

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-arrow {
    font-size: 0.7rem;
    color: #C7E35F;
    opacity: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: -12px;
    min-width: 270px;
    background: linear-gradient(180deg, rgba(18, 24, 31, 0.98) 0%, rgba(12, 16, 21, 0.98) 100%);
    border: 1px solid rgba(199, 227, 95, 0.18);
    border-radius: 12px;
    padding: 0.9rem;
    list-style: none;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 18px;
    width: 14px;
    height: 14px;
    background: linear-gradient(180deg, rgba(18, 24, 31, 0.98) 0%, rgba(12, 16, 21, 0.98) 100%);
    border-left: 1px solid rgba(199, 227, 95, 0.18);
    border-top: 1px solid rgba(199, 227, 95, 0.18);
    transform: rotate(45deg);
}

.nav-dropdown-menu li a {
    display: block;
    padding: 0.7rem 0.85rem;
    color: #D4DCE6;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid transparent;
}

.nav-dropdown-menu li a:hover {
    background: rgba(199, 227, 95, 0.12);
    border-color: rgba(199, 227, 95, 0.25);
    color: #F2F2F2;
}

.nav-dropdown.open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown.open .nav-arrow {
    transform: rotate(180deg);
    opacity: 1;
}

.nav-cta {
    color: #C7E35F !important;
    font-weight: 500;
}

.nav-cta:hover {
    color: #F2F2F2 !important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #F2F2F2;
    transition: all 0.3s ease;
}

/* ========== LANGUAGE SWITCHER ========== */
.language-switcher {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-right: 0;
}

.lang-btn {
    padding: 0.5rem 0.75rem;
    background-color: transparent;
    color: #9BA3AF;
    border: 1px solid #9BA3AF;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
}

.lang-btn:hover {
    color: #C7E35F;
    border-color: #C7E35F;
}

.lang-btn.active {
    background-color: #C7E35F;
    color: #0F1419;
    border-color: #C7E35F;
}

/* ========== PROFIT PIPELINE SECTION ========== */
.profit-pipeline-section {
    background-color: #0F1419;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}

.pipeline-header {
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.pipeline-header::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #C7E35F 50%, transparent 100%);
    border-radius: 2px;
}

.section-subtitle {
    color: #9BA3AF;
    font-size: 1.1rem;
    margin-top: 0.85rem;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pipeline-flow {
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 1;
}

.pipeline-step {
    width: 100%;
    text-align: center;
    padding: 28px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.08) 0%, rgba(80, 120, 255, 0.06) 100%);
    border: 2px solid rgba(199, 227, 95, 0.15);
    color: #F2F2F2;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(199, 227, 95, 0.08);
}

.pipeline-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pipeline-step:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #C7E35F;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.15) 0%, rgba(80, 120, 255, 0.12) 100%);
    box-shadow: 0 12px 40px rgba(199, 227, 95, 0.25), inset 0 0 20px rgba(199, 227, 95, 0.1);
}

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

.pipeline-disabled {
    cursor: default;
    pointer-events: none;
}

.pipeline-disabled:hover {
    transform: none;
    border-color: rgba(199, 227, 95, 0.15);
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.08) 0%, rgba(80, 120, 255, 0.06) 100%);
    box-shadow: 0 4px 15px rgba(199, 227, 95, 0.08);
}

.pipeline-step span {
    display: block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.marketing-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.marketing-clickable:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(155, 227, 74, 0.25);
    border-color: #9BE34A;
}

.pipeline-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
}

.pipeline-arrow::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: linear-gradient(180deg, #C7E35F 0%, transparent 100%);
    top: 0;
}

.pipeline-arrow::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: linear-gradient(180deg, transparent 0%, #C7E35F 100%);
    bottom: 0;
}

.pipeline-arrow svg {
    display: block;
    animation: pulse-arrow 2s ease-in-out infinite;
}

@keyframes pulse-arrow {
    0%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.4;
        transform: translateY(6px);
    }
}

.pipeline-final {
    width: 100%;
    text-align: center;
    padding: 32px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.2) 0%, rgba(199, 227, 95, 0.08) 100%);
    border: 3px solid #C7E35F;
    color: #C7E35F;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(199, 227, 95, 0.3), inset 0 0 30px rgba(199, 227, 95, 0.05);
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.pipeline-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(199, 227, 95, 0.3) 50%, transparent 100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.pipeline-final:hover {
    transform: translateY(-10px) scale(1.05);
    border-color: #ffffff;
    color: #F2F2F2;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.3) 0%, rgba(199, 227, 95, 0.15) 100%);
    box-shadow: 0 20px 60px rgba(199, 227, 95, 0.4), inset 0 0 40px rgba(199, 227, 95, 0.15);
}
.pipeline-final span {
    display: block;
    position: relative;
    z-index: 1;
}

.pipeline-footer {
    text-align: center;
    max-width: 700px;
    margin: 4rem auto 0;
    color: #AAB3BD;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

/* ========== EXECUTIVE TIMELINE SECTION ========== */
.timeline-section {
    background-color: #0B0F14;
    padding: 120px 0;
    text-align: center;
}

.timeline-section .container {
    max-width: 1200px;
}

.timeline-subline {
    font-size: 1.125rem;
    color: #D1D5DB;
    margin: 0 auto 60px;
    max-width: 700px;
    line-height: 1.7;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-title {
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C7E35F;
    margin-bottom: 12px;
}

.timeline-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.timeline-link:hover {
    color: #F2F2F2;
    transform: translateY(-2px);
}

.timeline-desc {
    font-size: 0.95rem;
    color: #D1D5DB;
    line-height: 1.7;
    max-width: 260px;
}

.timeline-connector {
    position: relative;
    flex: 0 0 60px;
    height: 1px;
    background: rgba(199, 227, 95, 0.6);
}

.timeline-connector::after {
    content: '\2192';
    position: absolute;
    right: -4px;
    top: -10px;
    font-size: 0.8rem;
    color: rgba(199, 227, 95, 0.8);
}

/* ========== CASE STUDIES SECTION ========== */
.case-studies-section {
    background-color: #11161D;
    padding: 6rem 0;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.case-card {
    padding: 2.5rem;
    background-color: #0B0F14;
    border: 1px solid #1F2937;
    transition: border-color 0.3s ease;
}

.case-card:hover {
    border-color: #C7E35F;
}

.case-meta {
    font-size: 0.875rem;
    color: #C7E35F;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.case-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    color: #F2F2F2;
}

.case-card h3:first-of-type {
    margin-top: 0;
}

.case-card p {
    color: #9BA3AF;
    font-size: 0.95rem;
    line-height: 1.6;
}

.highlight {
    color: #C7E35F;
    font-weight: 500;
}

/* ========== TRANSFORMATION STRATEGY SECTION ========== */
.transformation-section {
    background-color: #11161D;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.transformation-header {
    text-align: center;
    margin-bottom: 8px;
}

.section-title .sep {
    color: #C7E35F;
    margin: 0 0.5rem;
    font-weight: 700;
}

.transformation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 8px;
}

.transform-column {
    display: flex;
}

.transform-card {
    width: 100%;
    padding: 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.08) 0%, rgba(80, 120, 255, 0.06) 100%);
    border: 2px solid rgba(199, 227, 95, 0.15);
    box-shadow: 0 4px 15px rgba(199, 227, 95, 0.08);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.transform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.transform-card:hover {
    transform: translateY(-8px);
    border-color: #C7E35F;
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.12) 0%, rgba(80, 120, 255, 0.08) 100%);
    box-shadow: 0 15px 40px rgba(199, 227, 95, 0.2);
}

.transform-card:hover::before {
    opacity: 1;
}

.transform-headline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #C7E35F;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.transform-text {
    font-size: 0.95rem;
    color: #AAB3BD;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    flex-grow: 1;
}

.transformation-emphasis {
    font-size: 1.1rem;
    color: #F2F2F2;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

/* ========== CONTENT SECTIONS (MACEDONIA PAGE) ========== */
.content-section {
    background-color: #11161D;
    padding: 6rem 0;
}

.content-intro {
    font-size: 1.125rem;
    color: #9BA3AF;
    line-height: 1.8;
}

/* ========== ENGINEERING CAPABILITIES GRID ========== */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 8px;
}

.capability-block {
    background: linear-gradient(135deg, rgba(199, 227, 95, 0.03) 0%, rgba(199, 227, 95, 0.01) 100%);
    border: 1px solid #1F2937;
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.capability-block:hover {
    border-color: rgba(199, 227, 95, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.capability-block h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #C7E35F;
    margin-bottom: 1.25rem;
}

.capability-block p {
    font-size: 1rem;
    color: #9BA3AF;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.capability-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capability-block ul li {
    font-size: 0.95rem;
    color: #F2F2F2;
    line-height: 1.8;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.capability-block ul li::before {
    content: '\2192';
    position: absolute;
    left: 0;
    color: #C7E35F;
    font-weight: 600;
}

/* ========== UPDATED CASE STUDIES SECTION ========== */
.case-card h4 {
    font-size: 0.875rem;
    color: #C7E35F;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.case-card h4:first-of-type {
    margin-top: 0;
}

.case-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #F2F2F2;
}

.case-label {
    font-size: 0.875rem;
    color: #C7E35F;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.impact-list {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
}

.impact-list li {
    color: #9BA3AF;
    font-size: 0.95rem;
    line-height: 1.8;
    padding: 0.5rem 0;
}

.impact-number {
    color: #C7E35F;
    font-weight: 600;
}

/* Case card link wrapper */
.case-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

.case-card-link:hover {
    transform: translateY(-5px);
}

.case-card-link:hover .case-card {
    border-color: #C7E35F;
}

.view-project {
    margin-top: 8px;
    padding-top: 1.5rem;
    border-top: 1px solid #1F2937;
    color: #C7E35F;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.case-card-link:hover .view-project {
    color: #F2F2F2;
}

/* ========== ABOUT SECTION ========== */
.about-section {
    background: radial-gradient(
        circle at center,
        rgba(199, 227, 95, 0.06),
        transparent 60%
    ), #11161D;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: 'REGNUM';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    font-size: 18vw;
    font-weight: 900;
    font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
    letter-spacing: -0.05em;
    color: rgba(199, 227, 95, 0.08);
    text-shadow: 
        8px 8px 16px rgba(199, 227, 95, 0.06),
        -2px -2px 8px rgba(199, 227, 95, 0.04);
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
    line-height: 1;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-content::before {
    content: '';
    width: 70px;
    height: 2px;
    background: #C7E35F;
    margin: 0 auto 30px auto;
}

.about-section .section-title {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    font-size: 2.75rem;
}

.about-text {
    font-size: 1.25rem;
    color: #D1D5DB;
    line-height: 1.8;
    margin-bottom: 8px;
    max-width: 800px;
}

.about-text:last-of-type {
    margin-bottom: 0;
}

/* ========== FINAL CTA SECTION ========== */
.final-cta-section {
    background-color: #0B0F14;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 900px;
    height: 380px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 300'%3E%3Cdefs%3E%3ClinearGradient id='lineGrad' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23ef4444' stop-opacity='0.9'/%3E%3Cstop offset='100%25' stop-color='%23dc2626' stop-opacity='0.95'/%3E%3C/linearGradient%3E%3CradialGradient id='dotGlow'%3E%3Cstop offset='0%25' stop-color='%23ef4444' stop-opacity='0.35'/%3E%3Cstop offset='100%25' stop-color='%23ef4444' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cfilter id='softGlow'%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3C/filter%3E%3Cmarker id='arrowHead' markerWidth='6' markerHeight='6' refX='5.2' refY='3' orient='auto' markerUnits='strokeWidth'%3E%3Cpath d='M0,0 Q3,3 0,6' fill='none' stroke='rgba(239,68,68,0.9)' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/marker%3E%3C/defs%3E%3Cline x1='0' y1='230' x2='600' y2='230' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3Cline x1='0' y1='170' x2='600' y2='170' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3Cline x1='0' y1='110' x2='600' y2='110' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3Cline x1='0' y1='50' x2='600' y2='50' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3Cpolyline points='30,245 90,210 150,230 210,175 270,195 330,130 390,150 450,90 510,70 560,40' stroke='rgba(239,68,68,0.25)' stroke-width='7' fill='none' stroke-linecap='round' stroke-linejoin='round' filter='url(%23softGlow)'/%3E%3Cpolyline points='30,245 90,210 150,230 210,175 270,195 330,130 390,150 450,90 510,70 560,40' stroke='url(%23lineGrad)' stroke-width='3.4' fill='none' stroke-linecap='round' stroke-linejoin='round' marker-end='url(%23arrowHead)'/%3E%3Cpolyline points='30,245 90,210 150,230 210,175 270,195 330,130 390,150 450,90 510,70 560,40' stroke='rgba(255,255,255,0.2)' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='4 6' opacity='0.12'/%3E%3Ccircle cx='30' cy='245' r='4' fill='rgba(239,68,68,0.85)'/%3E%3Ccircle cx='30' cy='245' r='12' fill='url(%23dotGlow)'/%3E%3Ccircle cx='150' cy='230' r='4' fill='rgba(239,68,68,0.82)'/%3E%3Ccircle cx='150' cy='230' r='12' fill='url(%23dotGlow)'/%3E%3Ccircle cx='270' cy='195' r='4' fill='rgba(239,68,68,0.85)'/%3E%3Ccircle cx='270' cy='195' r='12' fill='url(%23dotGlow)'/%3E%3Ccircle cx='390' cy='150' r='4' fill='rgba(239,68,68,0.88)'/%3E%3Ccircle cx='390' cy='150' r='12' fill='url(%23dotGlow)'/%3E%3Ccircle cx='510' cy='70' r='4' fill='rgba(239,68,68,0.9)'/%3E%3Ccircle cx='510' cy='70' r='12' fill='url(%23dotGlow)'/%3E%3Ccircle cx='560' cy='40' r='4' fill='rgba(239,68,68,0.92)'/%3E%3Ccircle cx='560' cy='40' r='12' fill='url(%23dotGlow)'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 3rem;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.cta-subline {
    font-size: 1.125rem;
    color: #D1D5DB;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.final-cta-section .btn-primary {
    padding: 1.125rem 3rem;
    box-shadow: none;
}

.final-cta-section .btn-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: none;
}

/* ========== FOOTER ========== */
.footer {
    background-color: #0B0F14;
    border-top: 1px solid #1F2937;
    padding: 2rem 0;
    text-align: center;
}

.footer p {
    color: #9BA3AF;
    font-size: 0.875rem;
}

/* ========== ANIMATIONS ========== */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-left.visible,
.fade-in-up.visible {
    opacity: 1;
    transform: translate(0, 0);
}

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

/* Tablet */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem;
    }

    .hero {
        min-height: 70vh;
        padding: 80px 0 70px 0;
    }

    .hero-logo {
        width: 100%;
        max-width: 650px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }


    .case-studies-grid,
    .capabilities-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pipeline-flow {
        max-width: 400px;
    }

    .pipeline-step {
        font-size: 1rem;
        padding: 20px;
    }

    .final-cta-section::before {
        width: 70%;
        max-width: 700px;
        height: 300px;
        bottom: 24px;
        opacity: 0.3;
    }

    .transformation-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .nav-links {
        gap: 1.5rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .profit-pipeline-section {
        padding: 5rem 0;
    }

    .final-cta-section::before {
        width: 90%;
        max-width: 520px;
        height: 240px;
        bottom: 20px;
        opacity: 0.22;
    }

    .pipeline-header {
        margin-bottom: 8px;
    }

    .pipeline-flow {
        max-width: 100%;
        padding: 0 1rem;
    }

    .pipeline-step,
    .pipeline-final {
        font-size: 0.98rem;
        padding: 18px;
    }

    .pipeline-arrow {
        height: 35px;
    }

    .pipeline-arrow svg {
        width: 28px;
        height: 28px;
    }

    .pipeline-footer {
        margin-top: 8px;
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .about-section::before {
        font-size: 28vw;
        opacity: 0.5;
    }

    .about-content {
        padding: 2rem;
    }

    .transform-headline {
        font-size: 1.3rem;
    }

    .transform-text {
        font-size: 0.9rem;
    }

    .language-switcher {
        display: none;
    }

    .nav-about-link {
        display: none;
    }

    .nav-links {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        height: calc(100dvh - 80px);
                background-color: rgba(20, 24, 29, 0.98);
        flex-direction: column;
        align-items: center;
        padding: 3rem 0;
        transition: right 0.3s ease;
        border-top: 1px solid #1F2937;
        overflow-y: auto;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-dropdown-menu {
        position: static;
        min-width: unset;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0.5rem 0 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .nav-dropdown.open .nav-dropdown-menu {
        display: block;
    }

    .nav-dropdown.open .nav-arrow {
        transform: rotate(180deg);
    }

    .nav-dropdown-menu::before {
        display: none;
    }

    .nav-dropdown-toggle {
        justify-content: center;
        width: 100%;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .hero {
        min-height: auto;
        padding: 100px 0 60px 0;
    }

    .hero-content {
        padding: 0 20px;
        max-width: 100%;
        overflow: visible;
    }

    .hero-logo-wrapper {
        margin-bottom: 1rem;
    }

    .hero-logo {
        width: 85%;
        max-width: 320px;
    }

    .hero-title {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        margin-bottom: 0.5rem;
        line-height: 1.2;
        padding: 0 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hero-title::after {
        bottom: -10px;
        width: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-subtitle {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem);
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        padding: 0 10px;
        line-height: 1.6;
    }

    .hero-cta-center {
        margin-top: 8px;
    }

    .price-marquee {
        margin-top: 8px;
        font-size: 11px;
    }

    .price-marquee-content {
        gap: 35px;
        padding-right: 35px;
    }


    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

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

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }

    .problem-section,
    .timeline-section,
    .case-studies-section,
    .about-section {
        padding: 80px 0;
    }

    .fast-launch-section,
    .built-scale-section {
        padding: 80px 0;
    }

    .final-cta-section {
        padding: 5rem 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-subline {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .timeline {
        flex-direction: column;
        gap: 20px;
    }

    .timeline-connector {
        width: 2px;
        height: 32px;
        flex: 0 0 auto;
        background: rgba(199, 227, 95, 0.4);
    }

    .timeline-connector::after {
        content: '';
    }

    .built-scale-flow {
        flex-direction: column;
        gap: 10px;
    }

    .built-scale-connector {
        transform: rotate(90deg);
    }

    .fast-launch-list {
        max-width: 100%;
    }

    .about-section .section-title {
        font-size: 2.25rem;
    }

    .about-text {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .transformation-text,
    .transformation-emphasis {
        font-size: 1.125rem;
    }

    .content-intro {
        font-size: 1rem;
    }

    .capability-block {
        padding: 2rem;
    }

    .capability-block h3 {
        font-size: 1.25rem;
    }

    .case-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 90px 0 50px 0;
    }

    .hero-logo {
        width: 80%;
        max-width: 280px;
    }

    .hero-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
        margin-bottom: 0.5rem;
        padding: 0 8px;
    }

    .hero-title::after {
        bottom: -8px;
        width: 25px;
    }

    .hero-subtitle {
        font-size: clamp(0.85rem, 3.5vw, 0.95rem);
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        padding: 0 15px;
    }

    .hero-cta-center {
        width: 100%;
        padding: 0 20px;
    }

    .hero-cta-center .btn {
        width: 100%;
        padding: 0.9rem 1.5rem;
    }

    .price-marquee {
        margin-top: 20px;
        font-size: 10px;
    }

    .price-marquee-content {
        gap: 25px;
        padding-right: 25px;
    }

    .btn {
        padding: 1rem 1.5rem;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .cta-title {
        font-size: 1.75rem;
    }

    .cta-subline {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }

    .case-card {
        padding: 2rem;
    }

    .capability-block {
        padding: 1.5rem;
    }

    .capability-block h3 {
        font-size: 1.125rem;
    }

    .about-section {
        padding: 60px 0;
    }

    .about-section .section-title {
        font-size: 1.75rem;
    }

    .about-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .about-content::before {
        width: 50px;
        margin-bottom: 20px;
    }
}

/* ========== FLOATING CHAT WIDGET ========== */

/* ========== CONSULTATION MODAL ========== */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 15, 20, 0.85);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.contact-modal {
    background: #0d141d;
    border-radius: 20px;
    padding: 48px 40px;
    width: 420px;
    max-width: 90%;
    position: relative;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal.show .contact-modal {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: 0.2s ease;
}

.modal-close:hover {
    color: white;
}

.contact-modal h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #F2F2F2;
    font-family: 'Sora', sans-serif;
}

.modal-text {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 32px;
    color: #F2F2F2;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-item {
    display: block;
    text-align: center;
    padding: 14px 0;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.08);
    color: white;
    transition: all 0.25s ease;
}

.contact-item:hover {
    background: rgba(180,255,0,0.08);
    border-color: rgba(180,255,0,0.4);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .contact-modal {
        padding: 40px 30px;
    }
    
    .contact-modal h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .contact-modal {
        padding: 30px 20px;
        width: 95%;
    }
    
    .contact-modal h2 {
        font-size: 22px;
    }
    
    .modal-close {
        top: 15px;
        right: 18px;
    }
}

/* ========================================
   PREMIUM SERVICES SLIDER
   ======================================== */

.premium-services-section {
    padding: 100px 0;
    background: #0F1419;
}

.services-subtitle {
    font-size: 1.125rem;
    color: #E5E7EB;
    text-align: center;
    margin: 20px auto 0;
    max-width: 700px;
    line-height: 1.6;
}

.services-note {
    font-size: 0.875rem;
    color: #9BA3AF;
    text-align: center;
    margin: 12px auto 60px;
    font-style: italic;
}

.services-slider-wrapper {
    position: relative;
    margin-top: 60px;
}

.services-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0 30px;
}

.services-slider::-webkit-scrollbar {
    display: none;
}

.service-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 320px;
    background: #0B0F14;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 32px;
    scroll-snap-align: start;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card-layer {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9BA3AF;
    margin-bottom: 10px;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(199, 227, 95, 0.3);
}

.service-card-title {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #C7E35F;
    margin-bottom: 12px;
    line-height: 1.3;
}

.service-card-desc {
    font-size: 0.9375rem;
    color: #D1D5DB;
    line-height: 1.6;
    margin-bottom: 24px;
}

.service-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    flex-grow: 1;
}

.service-card-features li {
    font-size: 0.875rem;
    color: #9BA3AF;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.service-card-features li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #C7E35F;
    font-weight: bold;
}

.service-card-price {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
}

.price-amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #E5E7EB;
    margin-bottom: 8px;
}

.price-note {
    font-size: 0.8125rem;
    color: #9BA3AF;
}

.service-card-btn {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #C7E35F;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: auto;
}

.service-card-btn:hover {
    color: #E5E7EB;
    transform: translateX(4px);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #E5E7EB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-arrow:hover {
    background: rgba(199, 227, 95, 0.1);
    border-color: #C7E35F;
    color: #C7E35F;
}

.slider-arrow-left {
    left: -60px;
}

.slider-arrow-right {
    right: -60px;
}

/* Tablet Layout: 2 cards */
@media (max-width: 992px) {
    .service-card {
        flex: 0 0 calc(50% - 12px);
        min-width: 300px;
    }
    
    .slider-arrow-left {
        left: -20px;
    }
    
    .slider-arrow-right {
        right: -20px;
    }
}

/* Mobile Layout: 1 card */
@media (max-width: 768px) {
    .service-card {
        flex: 0 0 100%;
        min-width: 280px;
    }
    
    .slider-arrow {
        display: none;
    }
    
    .premium-services-section {
        padding: 60px 0;
    }
    
    .services-subtitle {
        font-size: 1rem;
    }
    
    .service-card-title {
        font-size: 1.25rem;
    }
    
    .price-amount {
        font-size: 1.5rem;
    }
}
