:root {
    --bg: #06080C;
    --bg2: #0d1117;
    --accent: #B300FF; /*B300FF,8A00C4,814ac8*/
    --accent1: #a8ff78;
    --accent2: #78d4ff;
    --border: rgba(255, 255, 255, 0.08);
    --muted: #ffffffbf;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 300;
    color: #e8edf3;
    overflow-x: hidden;
}

.text-muted {
    color: var(--muted);
}

.h5-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

/* NAVBAR */
.navbar {
    background: rgba(6, 8, 12, 0.85) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.navbar-brand {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #fff !important;
    position: relative;
}

.navbar-brand span {
    color: var(--accent);
}

.navbar-brand img {
    height: auto;
    width: 120px;
    /* To maintain aspect ratio, set width to auto */
}

.nav-link {
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    /* color: var(--muted) !important; */
    color: white !important;
    transition: color 0.2s;
}

.nav-link:hover {
    color: var(--accent) !important;
}

.btn-nav-cta {
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: unset;
    /* color: var(--accent) !important; */
    background: var(--accent) !important;
    border: 1px solid var(--accent);
    border-radius: 6px;
    padding: 0.36rem 1.1rem !important;
    transition: background 0.2s, color 0.2s;
}

.slide-wrapper {
  /* Crucial for positioning the absolute children */
  position: relative; 
  /* Hides the text that is "below" the container initially */
  overflow: hidden; 
  /* Example size, adjust as needed */
  
  /* Smooth animation transition */
  transition: background-color 0.3s ease; 
  /* Basic styling */
  display: inline-block;
  cursor: pointer;
}

.default-text,
.hover-text {
  /* Centers the text */
  display: block; 
  text-align: center;
  /* Smooth animation transition */
  transition: transform 0.3s ease; 
}

.default-text {
  /* Initial state: visible at normal position */
  transform: translateY(0); 
}

.hover-text {
  /* Initial state: positioned just below the default text area */
  position: absolute;
  /* top: 100%; */
  left: 0;
  right: 0;
  /* Moves the hover text up to take the place of the default text on hover */
  transform: translateY(50%); 
  color: white; /* Example color */
}

/* Hover effect on the wrapper */
.slide-wrapper:hover .default-text {
  /* Moves the default text up and out of view */
  transform: translateY(-150%); 
}

.slide-wrapper:hover .hover-text {
  /* Moves the hover text up into the visible area */
  transform: translateY(-100%);
}


.concentric-circles-logo {
    filter: blur(10px);
    /* opacity: 0.6; */
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 15%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.concentric-circle-logo-big {
    aspect-ratio: 1;
    background: linear-gradient(229deg, #df7afe 23%, #c96ef000 35.0236%, #a45cdb00 64.1724%, #8A00C4 88%);
    will-change: transform;
    flex: none;
    gap: 10px;
    width: 48px;
    position: relative;
    overflow: hidden;
    animation: spin-ccw 14s linear infinite;
}

.concentric-circle-logo-small {
    aspect-ratio: 1;
    background: linear-gradient(141deg, #df7afe 23%, #c96ef000 35.0236%, #a45cdb00 64.1724%, #8A00C4 88%);
    will-change: transform;
    z-index: 1;
    flex: none;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    animation: spin-cw 8s linear infinite;
}

/* INTRO */
#intro {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--bg);
    padding-top: 80px;
}

.concentric-circles {
    filter: blur(20px);
    /* opacity: 0.6; */
    z-index: 1;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.concentric-circle-big {
    aspect-ratio: 1;
    background: linear-gradient(229deg, #df7afe 13%, #c96ef000 35.0236%, #a45cdb00 64.1724%, #8A00C4 88%);
    height: 406px;
    will-change: transform;
    border-radius: 363px;
    flex: none;
    gap: 10px;
    width: 406px;
    position: relative;
    overflow: hidden;
    animation: spin-ccw 14s linear infinite;
}

.concentric-circle-small {
    aspect-ratio: 1;
    background: linear-gradient(141deg, #df7afe 13%, #c96ef000 35.0236%, #a45cdb00 64.1724%, #8A00C4 88%);
    height: 300px;
    will-change: transform;
    z-index: 1;
    border-radius: 363px;
    flex: none;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    animation: spin-cw 8s linear infinite;
}

@keyframes spin-cw {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin-ccw {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 13, 13, 0.8);
    border-bottom-width: 1px;
    border-color: rgb(34, 34, 34);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 99px;
    padding: 4px 8px 4px 4px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
}

.badge-globe {
    color: var(--accent2) !important;
    font-size: 1.5em !important;
}

.intro-title {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 600;
    font-size: 70px;
    ;
    line-height: 1em;
    letter-spacing: -0.03em;
    font-style: normal;
    color: #fff;
}

.grad-text {
    background: linear-gradient(120deg, var(--accent), var(--accent2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.intro-sub {
    font-size: 1rem;
    color: var(--muted);
    letter-spacing: -.01em;
    line-height: 1.5;
}

.btn-primary-serac {
    background: var(--accent);
    color: var(--bg);
    font-weight: 600;
    font-size: 15px;
    padding: 0.75rem 1.8rem;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    display: inline-block;
}

.btn-primary-serac:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    color: var(--bg);
}

.btn-ghost-serac {
    background-color: rgba(13, 13, 13, 0.8);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    padding: 0.75rem 1.8rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    display: inline-block;
}

.btn-ghost-serac:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

/* STATS */
.stats-bar {
    background: radial-gradient(50% 50% at 50% 3.4%, rgba(171, 171, 171, 0) 0%,  rgba(0, 0, 0, 0.7) 50%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 2.2rem 0;
}

.stat-num {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--accent);
    line-height: 1;
}

.stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 4px;
}

/* SECTIONS */
.section-label {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.75rem;
}

.section-label::before {
    content: '';
    width: 18px;
    height: 1px;
    background: var(--accent);
}

.section-title {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.mb-1 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    text-transform: none;
}

/* ABOUT */
#about {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 6rem 0;
}

.about-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent2));
}

.pillar {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
    align-items: flex-start;
}

.pillar:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pillar-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

/* SERVICES */
#services {
    padding: 6rem 0;
    background: var(--bg2);
}

.service-card {
    background: radial-gradient(50% 50% at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: border-color 0.3s, transform 0.3s;
}

.service-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
    transition: background 0.3s;
    color: var(--accent);
}

.service-card:hover .service-icon {
    background: var(--accent);
    color: white;
}

.service-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgb(34, 34, 34);
    background: rgba(255, 255, 255, 0.03);
    padding: 3px 10px;
    border-radius: 4px;
    margin-top: 1rem;
}

/* SERVICE SUB-LIST */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.service-list li {
    font-size: 0.875em;;
    color: var(--muted);
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.service-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
    margin-top: 7px;
}

/* AI HIGHLIGHT BAND */
#ai-highlight {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.ai-band {
    background: #0d0d0dcc;
    border: 1px solid rgba(168, 255, 120, 0.12);
    border-radius: 16px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.ai-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent2));
}

.ai-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    /* color: var(--accent); */
    margin-bottom: 1.2rem;
}

.ailock-icon {
    font-size: 0.75rem;
}

.ai-key-point {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.2rem;
}

.ai-key-point-icon1 {
    color: var(--accent);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.ai-key-point-icon2 {
    color: var(--accent2);
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    margin-bottom: 0.5rem;
}

.ai-key-point-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}

/* PROCESS */
#process {
    background: var(--bg1);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 6rem 0;
}

.process-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--border);
}

.process-step:last-child {
    border-bottom: none;
}

.step-num {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: rgba(129, 74, 200, 0.32);
    line-height: 1;
    flex-shrink: 0;
    width: 60px;
}

/* CONTACT */
#contact {
    padding: 6rem 0;
    border-color: rgb(34, 34, 34);
    background: radial-gradient(50% 50% at 50% 3.4%, rgba(129, 74, 200, 0.3) 0%, rgba(171, 171, 171, 0) 100%);
    background-color: var(--bg2);
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent2));
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
}

.contact-message-sent {
    text-align: center;
    padding: 8rem 1rem;
}

.contact-message-sent-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
}

.contact-message-sent p {
    font-size: 0.9rem;
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.2;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    color: #e8edf3 !important;
    font-size: 0.9rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(129, 74, 200, 0.8) !important;
    box-shadow: 0 0 0 3px rgba(168, 255, 120, 0.08) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
}

.form-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.4rem;
}

.form-select option {
    background: #111;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(10deg, var(--accent), var(--accent2));
    color: var(--bg);
    /* font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    padding: 0.9rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.btn-submit:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.btn-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.form-status {
    font-size: 0.85rem;
    text-align: center;
    min-height: 1.2em;
}

.form-status.success {
    color: var(--accent);
}

.form-status.error {
    color: #ff6b6b;
}

/* FOOTER */
footer {
    background: var(--bg);
    border-top: 1px solid var(--border);
    padding: 2rem 0;
}

.footer-brand {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #fff;
}
.footer-brand img {
    height: auto;
    width: 120px;
    /* To maintain aspect ratio, set width to auto */
}

.slogan span {
    color: var(--accent);
    font-size: 40px;
    line-height: 0;
}

footer a {
    color: var(--muted);
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

footer a:hover {
    color: var(--accent);
}

.copyright {
    font-size: 0.82rem;
}

/* REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Medium devices (phones/tablets, 992px and down) */
@media only screen and (max-width: 992px) {
    .btn-nav-cta {
        margin-top: 12px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}