/* ==========================================================
   Sentinel Privacy Suite
   Official Website Stylesheet
   Version 1.0
   ========================================================== */

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

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: "Inter", sans-serif;

    background: #08111f;

    color: #eef4ff;

    line-height: 1.65;

    overflow-x: hidden;

}

/* ==========================================================
   VARIABLES
   ========================================================== */

:root {

    --background: #08111f;

    --background-light: #122033;

    --background-card: rgba(24, 34, 51, .72);

    --border: rgba(255, 255, 255, .08);

    --primary: #2d8cff;

    --primary-dark: #1d73db;

    --secondary: #59d0ff;

    --text: #eef4ff;

    --text-muted: #aebfd8;

    --success: #30d58d;

    --danger: #ff5d73;

    --shadow:
        0 15px 40px rgba(0, 0, 0, .35);

    --radius: 16px;

    --transition: .30s ease;

    --max-width: 1240px;

}

/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

h1,
h2,
h3,
h4 {

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -.02em;

}

h1 {

    font-size: clamp(3rem, 6vw, 5rem);

}

h2 {

    font-size: clamp(2rem, 4vw, 3.25rem);

}

h3 {

    font-size: 1.5rem;

}

h4 {

    font-size: 1.1rem;

}

p {

    color: var(--text-muted);

}

a {

    color: inherit;

    text-decoration: none;

}

ul {

    list-style: none;

}

img {

    max-width: 100%;

    display: block;

}

/* ==========================================================
   LAYOUT
   ========================================================== */

.container {

    width: min(92%, var(--max-width));

    margin-inline: auto;

}

.section {

    padding: 7rem 0;

}

.section-dark {

    background: #0d1829;

}

.section-accent {

    background:

        linear-gradient(180deg,
            #101e33,
            #08111f);

}

.section-heading {

    text-align: center;

    max-width: 760px;

    margin: 0 auto 4rem auto;

}

.section-heading span {

    display: inline-block;

    color: var(--secondary);

    text-transform: uppercase;

    font-size: .82rem;

    letter-spacing: 2px;

    margin-bottom: 1rem;

}

.section-heading h2 {

    margin-bottom: 1rem;

}

.section-heading p {

    font-size: 1.05rem;

}

/* ==========================================================
   BUTTONS
   ========================================================== */

.btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: .5rem;

    padding: 14px 26px;

    border-radius: 999px;

    transition: var(--transition);

    font-weight: 600;

    cursor: pointer;

}

.btn-primary {

    background: var(--primary);

    color: white;

}

.btn-primary:hover {

    background: var(--primary-dark);

    transform: translateY(-2px);

}

.btn-secondary {

    border: 1px solid var(--border);

    background: rgba(255, 255, 255, .03);

}

.btn-secondary:hover {

    background: rgba(255, 255, 255, .08);

}

.btn-outline {

    border: 1px solid var(--secondary);

    color: var(--secondary);

}

.btn-outline:hover {

    background: rgba(89, 208, 255, .12);

}

.btn-large {

    padding: 18px 34px;

}

/* ==========================================================
   HEADER
   ========================================================== */

.site-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000;

    backdrop-filter: blur(16px);

    background: rgba(8, 17, 31, .82);

    border-bottom: 1px solid rgba(255, 255, 255, .05);

}

.site-header .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    min-height: 84px;

}

.logo {

    display: flex;

    gap: .55rem;

    align-items: center;

    font-weight: 700;

}

.logo-mark {

    color: var(--secondary);

}

.logo-text {

    color: white;

}

.main-nav ul {

    display: flex;

    gap: 2rem;

}

.main-nav a {

    color: var(--text-muted);

    transition: var(--transition);

    font-weight: 500;

}

.main-nav a:hover {

    color: white;

}

.nav-actions {

    display: flex;

    gap: 1rem;

}

.mobile-menu-toggle {

    display: none;

}

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

.hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    overflow: hidden;

    padding-top: 100px;

}

.hero-content {

    display: grid;

    grid-template-columns: 1.1fr 1fr;

    gap: 5rem;

    align-items: center;

    position: relative;

    z-index: 2;

}

.hero-background {

    position: absolute;

    inset: 0;

    overflow: hidden;

}

.gradient-orb {

    position: absolute;

    border-radius: 50%;

    filter: blur(90px);

    opacity: .45;

}

.orb-one {

    width: 420px;

    height: 420px;

    background: #1b78ff;

    top: -140px;

    left: -80px;

}

.orb-two {

    width: 520px;

    height: 520px;

    background: #00b7ff;

    bottom: -220px;

    right: -120px;

}

.grid-overlay {

    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .03) 1px,
            transparent 1px);

    background-size: 42px 42px;

    opacity: .35;

}

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

.eyebrow {

    display: inline-flex;

    align-items: center;

    padding: 8px 18px;

    border-radius: 999px;

    border: 1px solid rgba(89, 208, 255, .25);

    background: rgba(89, 208, 255, .08);

    color: var(--secondary);

    font-size: .82rem;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 1.75rem;

    text-transform: uppercase;

}

.hero h1 {

    margin-bottom: 1.5rem;

    max-width: 700px;

}

.accent {

    color: var(--secondary);

}

.hero-description {

    max-width: 620px;

    font-size: 1.18rem;

    margin-bottom: 2.5rem;

    line-height: 1.8;

}

.hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 1rem;

    margin-bottom: 3rem;

}

.hero-stats {

    display: flex;

    gap: 3rem;

    flex-wrap: wrap;

}

.stat {

    display: flex;

    flex-direction: column;

}

.stat-number {

    color: white;

    font-size: 1.35rem;

    font-weight: 700;

}

.stat-label {

    color: var(--text-muted);

    font-size: .9rem;

}

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

.dashboard-preview {

    background: rgba(15, 25, 40, .92);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 18px;

    overflow: hidden;

    box-shadow: var(--shadow);

    backdrop-filter: blur(14px);

}

.window-bar {

    height: 46px;

    display: flex;

    align-items: center;

    gap: .55rem;

    padding: 0 18px;

    border-bottom: 1px solid rgba(255, 255, 255, .05);

    background: rgba(255, 255, 255, .02);

}

.window-bar span {

    width: 12px;

    height: 12px;

    border-radius: 50%;

}

.window-bar span:nth-child(1) {

    background: #ff5f57;

}

.window-bar span:nth-child(2) {

    background: #ffbd2f;

}

.window-bar span:nth-child(3) {

    background: #28c840;

}

.window-content {

    display: grid;

    grid-template-columns: 220px 1fr;

    min-height: 520px;

}

.preview-sidebar {

    background: #0d1728;

    border-right: 1px solid rgba(255, 255, 255, .05);

    padding: 30px;

}

.sidebar-title {

    color: white;

    font-size: 1.25rem;

    font-weight: 700;

    margin-bottom: 2rem;

}

.sidebar-menu {

    display: flex;

    flex-direction: column;

    gap: .75rem;

}

.sidebar-menu li {

    padding: 14px 18px;

    border-radius: 10px;

    color: var(--text-muted);

    transition: var(--transition);

    cursor: pointer;

}

.sidebar-menu li:hover {

    background: rgba(255, 255, 255, .05);

    color: white;

}

.sidebar-menu li.active {

    background: rgba(45, 140, 255, .18);

    color: white;

    border-left: 4px solid var(--primary);

}

.preview-main {

    padding: 34px;

}

.preview-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 2rem;

}

.status-pill {

    padding: 8px 16px;

    border-radius: 999px;

    background: rgba(48, 213, 141, .14);

    color: var(--success);

    font-size: .8rem;

    font-weight: 600;

}

.cards {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 1.25rem;

    margin-bottom: 2rem;

}

.card {

    background: rgba(255, 255, 255, .03);

    border: 1px solid rgba(255, 255, 255, .05);

    border-radius: 14px;

    padding: 22px;

    transition: var(--transition);

}

.card:hover {

    transform: translateY(-6px);

    border-color: rgba(45, 140, 255, .35);

    background: rgba(255, 255, 255, .05);

}

.card h4 {

    margin-bottom: 1rem;

}

.card strong {

    display: block;

    font-size: 2rem;

    color: white;

    margin-bottom: .5rem;

}

.activity-panel {

    background: rgba(255, 255, 255, .03);

    border-radius: 14px;

    border: 1px solid rgba(255, 255, 255, .05);

    padding: 24px;

}

.activity-panel h4 {

    margin-bottom: 1rem;

}

.activity-panel ul {

    display: flex;

    flex-direction: column;

    gap: .9rem;

}

.activity-panel li {

    color: var(--text-muted);

}

/* ==========================================================
   FEATURE GRID
   ========================================================== */

.feature-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 2rem;

}

.feature-card {

    background: var(--background-card);

    border: 1px solid rgba(255, 255, 255, .06);

    border-radius: 18px;

    padding: 36px;

    transition: var(--transition);

    backdrop-filter: blur(14px);

}

.feature-card:hover {

    transform: translateY(-8px);

    border-color: rgba(45, 140, 255, .35);

    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);

}

.feature-icon {

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 2rem;

    border-radius: 18px;

    background: rgba(45, 140, 255, .12);

    margin-bottom: 1.5rem;

}

.feature-card h3 {

    margin-bottom: 1rem;

}

.feature-card p {

    line-height: 1.8;

}

/* ==========================================================
   ROADMAP
   ========================================================== */

.timeline {

    max-width: 900px;

    margin: 0 auto;

    position: relative;

    padding-left: 40px;

}

.timeline::before {

    content: "";

    position: absolute;

    left: 14px;

    top: 0;

    bottom: 0;

    width: 2px;

    background: rgba(255, 255, 255, .08);

}

.timeline-item {

    position: relative;

    margin-bottom: 60px;

}

.timeline-marker {

    position: absolute;

    left: -34px;

    width: 18px;

    height: 18px;

    border-radius: 50%;

    background: #1b2436;

    border: 3px solid var(--primary);

}

.timeline-item.complete .timeline-marker {

    background: var(--success);

    border-color: var(--success);

}

.timeline-item.active .timeline-marker {

    background: var(--primary);

    box-shadow: 0 0 24px rgba(45, 140, 255, .45);

}

.timeline-content {

    background: rgba(255, 255, 255, .03);

    border: 1px solid rgba(255, 255, 255, .05);

    border-radius: 16px;

    padding: 30px;

    transition: var(--transition);

}

.timeline-content:hover {

    transform: translateY(-6px);

    border-color: rgba(45, 140, 255, .25);

}

.timeline-content h3 {

    color: var(--secondary);

    margin-bottom: .5rem;

}

.timeline-content h4 {

    margin-bottom: 1rem;

}

.timeline-content p {

    line-height: 1.8;

}

/* ==========================================================
   OPEN SOURCE
   ========================================================== */

.two-column {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 4rem;

    align-items: start;

}

.info-card {

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .06);

    border-radius: 18px;

    padding: 36px;

    backdrop-filter: blur(12px);

}

.info-card h3 {

    margin-bottom: 1.5rem;

}

.info-card ul {

    display: flex;

    flex-direction: column;

    gap: 1rem;

}

.info-card li {

    color: var(--text-muted);

}

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

.download-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 2rem;

}

.download-card {

    background: rgba(255, 255, 255, .04);

    border-radius: 18px;

    border: 1px solid rgba(255, 255, 255, .06);

    padding: 38px;

    transition: var(--transition);

}

.download-card:hover {

    transform: translateY(-8px);

    border-color: rgba(45, 140, 255, .35);

}

.download-card.featured {

    border: 2px solid var(--primary);

    background: rgba(45, 140, 255, .08);

}

.download-card h3 {

    margin-bottom: 1rem;

}

.download-card p {

    margin-bottom: 1.5rem;

}

.download-card ul {

    margin-bottom: 2rem;

    display: flex;

    flex-direction: column;

    gap: .8rem;

}

.download-card li {

    color: var(--text-muted);

}

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

.faq-list {

    max-width: 900px;

    margin: auto;

}

.faq-item {

    padding: 30px;

    margin-bottom: 1.5rem;

    border-radius: 18px;

    background: rgba(255, 255, 255, .03);

    border: 1px solid rgba(255, 255, 255, .05);

    transition: var(--transition);

}

.faq-item:hover {

    border-color: rgba(45, 140, 255, .25);

}

.faq-item h3 {

    margin-bottom: 1rem;

}

.faq-item p {

    line-height: 1.8;

}

/* ==========================================================
   CONTACT
   ========================================================== */

.contact-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 2rem;

}

.contact-card {

    background: rgba(255, 255, 255, .03);

    border-radius: 18px;

    border: 1px solid rgba(255, 255, 255, .06);

    padding: 36px;

    transition: var(--transition);

}

.contact-card:hover {

    transform: translateY(-8px);

    border-color: rgba(45, 140, 255, .30);

}

.contact-card h3 {

    margin-bottom: 1rem;

}

.contact-card p {

    margin-bottom: 2rem;

}

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

.site-footer {

    background: #050b15;

    border-top: 1px solid rgba(255, 255, 255, .06);

    padding: 5rem 0 2rem;

}

.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 3rem;

    margin-bottom: 3rem;

}

.footer-brand h3 {

    margin-bottom: 1rem;

}

.footer-brand p {

    max-width: 420px;

}

.footer-column h4 {

    color: white;

    margin-bottom: 1.25rem;

}

.footer-column ul {

    display: flex;

    flex-direction: column;

    gap: .85rem;

}

.footer-column a {

    color: var(--text-muted);

    transition: var(--transition);

}

.footer-column a:hover {

    color: white;

}

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, .05);

    padding-top: 2rem;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 1rem;

}

.footer-bottom p {

    font-size: .9rem;

}

/* ==========================================================
   BADGES
   ========================================================== */

.badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 6px 14px;

    border-radius: 999px;

    font-size: .78rem;

    font-weight: 600;

    letter-spacing: 1px;

}

.badge-blue {

    background: rgba(45, 140, 255, .15);

    color: var(--secondary);

}

.badge-green {

    background: rgba(48, 213, 141, .15);

    color: var(--success);

}

.badge-orange {

    background: rgba(255, 170, 0, .15);

    color: #ffcc55;

}

/* ==========================================================
   DIVIDERS
   ========================================================== */

.divider {

    width: 100%;

    height: 1px;

    background: rgba(255, 255, 255, .08);

    margin: 5rem 0;

}

/* ==========================================================
   UTILITIES
   ========================================================== */

.text-center {

    text-align: center;

}

.text-left {

    text-align: left;

}

.mt-1 {

    margin-top: 1rem;

}

.mt-2 {

    margin-top: 2rem;

}

.mt-3 {

    margin-top: 3rem;

}

.mt-4 {

    margin-top: 4rem;

}

.mb-1 {

    margin-bottom: 1rem;

}

.mb-2 {

    margin-bottom: 2rem;

}

.mb-3 {

    margin-bottom: 3rem;

}

.mb-4 {

    margin-bottom: 4rem;

}

.hidden {

    display: none;

}

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

@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(35px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

@keyframes float {

    0% {

        transform: translateY(0px);

    }

    50% {

        transform: translateY(-12px);

    }

    100% {

        transform: translateY(0px);

    }

}

@keyframes pulseGlow {

    0% {

        box-shadow: 0 0 0 rgba(45, 140, 255, .25);

    }

    50% {

        box-shadow: 0 0 35px rgba(45, 140, 255, .45);

    }

    100% {

        box-shadow: 0 0 0 rgba(45, 140, 255, .25);

    }

}

.fade-up {

    animation: fadeUp .8s ease both;

}

.float {

    animation: float 6s ease-in-out infinite;

}

.glow {

    animation: pulseGlow 4s infinite;

}

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

@media (max-width: 1200px) {

    .hero-content {

        grid-template-columns: 1fr;

        gap: 4rem;

    }

    .dashboard-preview {

        max-width: 900px;

        margin: auto;

    }

    .feature-grid {

        grid-template-columns: 1fr;

    }

    .cards {

        grid-template-columns: repeat(2, 1fr);

    }

    .footer-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media (max-width: 900px) {

    .main-nav {

        display: none;

    }

    .mobile-menu-toggle {

        display: flex;

    }

    .window-content {

        grid-template-columns: 1fr;

    }

    .preview-sidebar {

        display: none;

    }

    .cards {

        grid-template-columns: 1fr;

    }

    .two-column {

        grid-template-columns: 1fr;

    }

    .download-grid {

        grid-template-columns: 1fr;

    }

    .contact-grid {

        grid-template-columns: 1fr;

    }

    .footer-grid {

        grid-template-columns: 1fr;

    }

}

/* ==========================================================
   MOBILE MENU
   ========================================================== */

.mobile-menu-toggle {

    display: none;

    width: 46px;

    height: 46px;

    border-radius: 12px;

    border: 1px solid rgba(255, 255, 255, .08);

    background: rgba(255, 255, 255, .04);

    color: white;

    cursor: pointer;

    align-items: center;

    justify-content: center;

    transition: var(--transition);

}

.mobile-menu-toggle:hover {

    background: rgba(45, 140, 255, .18);

    border-color: rgba(45, 140, 255, .35);

}

.mobile-nav {

    display: none;

    flex-direction: column;

    gap: 1rem;

    padding: 2rem;

    background: rgba(8, 14, 25, .98);

    border-top: 1px solid rgba(255, 255, 255, .06);

}

.mobile-nav.active {

    display: flex;

}

.mobile-nav a {

    color: white;

    font-size: 1rem;

    padding: .8rem 0;

}

.mobile-nav a:hover {

    color: var(--secondary);

}

/* ==========================================================
   FEATURE ICON COLORS
   ========================================================== */

.feature-icon.blue {

    background: rgba(45, 140, 255, .14);

    color: var(--secondary);

}

.feature-icon.green {

    background: rgba(48, 213, 141, .15);

    color: var(--success);

}

.feature-icon.orange {

    background: rgba(255, 170, 0, .15);

    color: #ffcc55;

}

.feature-icon.red {

    background: rgba(255, 90, 90, .14);

    color: #ff6d6d;

}

/* ==========================================================
   BUTTON ENHANCEMENTS
   ========================================================== */

.btn {

    position: relative;

    overflow: hidden;

}

.btn::after {

    content: "";

    position: absolute;

    top: 0;

    left: -120%;

    width: 60%;

    height: 100%;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .18),
            transparent);

    transition: .7s;

}

.btn:hover::after {

    left: 140%;

}

.btn-primary:hover {

    transform: translateY(-3px);

}

.btn-secondary:hover {

    transform: translateY(-3px);

}

/* ==========================================================
   SCROLLBAR
   ========================================================== */

::-webkit-scrollbar {

    width: 10px;

}

::-webkit-scrollbar-track {

    background: #09111f;

}

::-webkit-scrollbar-thumb {

    background: rgba(45, 140, 255, .35);

    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {

    background: rgba(45, 140, 255, .55);

}

/* ==========================================================
   TEXT SELECTION
   ========================================================== */

::selection {

    background: rgba(45, 140, 255, .30);

    color: white;

}

::-moz-selection {

    background: rgba(45, 140, 255, .30);

    color: white;

}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

a:focus-visible,

button:focus-visible {

    outline: 2px solid var(--secondary);

    outline-offset: 3px;

}

input:focus,

textarea:focus {

    outline: none;

    border-color: var(--primary);

    box-shadow: 0 0 0 3px rgba(45, 140, 255, .20);

}

/* ==========================================================
   SECTION POLISH
   ========================================================== */

section {

    position: relative;

}

section::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    width: 140px;

    height: 1px;

    transform: translateX(-50%);

    background: rgba(255, 255, 255, .05);

}

section:last-of-type::after {

    display: none;

}

/* ==========================================================
   IMAGE PLACEHOLDERS
   ========================================================== */

.image-placeholder {

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 260px;

    border-radius: 18px;

    border: 2px dashed rgba(255, 255, 255, .08);

    background: rgba(255, 255, 255, .02);

    color: var(--text-muted);

    text-align: center;

}

/* ==========================================================
   SMALL FADE EFFECTS
   ========================================================== */

.fade-delay-1 {

    animation-delay: .15s;

}

.fade-delay-2 {

    animation-delay: .3s;

}

.fade-delay-3 {

    animation-delay: .45s;

}

.fade-delay-4 {

    animation-delay: .6s;

}

.fade-delay-5 {

    animation-delay: .75s;

}

/* ==========================================================
   HOVER LIFT
   ========================================================== */

.hover-lift {

    transition: var(--transition);

}

.hover-lift:hover {

    transform: translateY(-8px);

}

/* ==========================================================
   SOFT SHADOWS
   ========================================================== */

.shadow-small {

    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);

}

.shadow-medium {

    box-shadow: 0 20px 40px rgba(0, 0, 0, .28);

}

.shadow-large {

    box-shadow: 0 30px 70px rgba(0, 0, 0, .45);

}

/* ==========================================================
   FINAL POLISH
   ========================================================== */

.hero {

    overflow: hidden;

}

.hero::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    top: -220px;

    right: -220px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(45, 140, 255, .18) 0%,
            rgba(45, 140, 255, .06) 45%,
            transparent 75%);

    filter: blur(90px);

    pointer-events: none;

    animation: heroGlow 10s ease-in-out infinite;

}

.hero::after {

    content: "";

    position: absolute;

    width: 520px;

    height: 520px;

    bottom: -180px;

    left: -180px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(89, 208, 255, .10),
            transparent 75%);

    filter: blur(80px);

}

@keyframes heroGlow {

    0% {

        transform: scale(1);

        opacity: .65;

    }

    50% {

        transform: scale(1.08);

        opacity: 1;

    }

    100% {

        transform: scale(1);

        opacity: .65;

    }

}

.dashboard-preview {

    animation: float 8s ease-in-out infinite;

}

.feature-card:nth-child(1) {

    animation-delay: .1s;

}

.feature-card:nth-child(2) {

    animation-delay: .2s;

}

.feature-card:nth-child(3) {

    animation-delay: .3s;

}

.feature-card:nth-child(4) {

    animation-delay: .4s;

}

.feature-card:hover .feature-icon {

    transform: scale(1.08) rotate(5deg);

}

.feature-icon {

    transition: var(--transition);

}

.card strong {

    background: linear-gradient(90deg,
            #ffffff,
            var(--secondary));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

}

.status-pill {

    animation: pulseGlow 5s infinite;

}

.timeline-content {

    backdrop-filter: blur(14px);

}

.info-card,

.download-card,

.contact-card,

.faq-item {

    backdrop-filter: blur(12px);

}

.site-header {

    backdrop-filter: blur(20px);

}

.site-footer {

    position: relative;

}

.site-footer::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            rgba(45, 140, 255, .4),
            transparent);

}

.footer-brand h3 {

    color: white;

}

.footer-brand span {

    color: var(--secondary);

}

html {

    scroll-behavior: smooth;

}

body.loaded .hero-content {

    animation: fadeUp .8s ease;

}

body.loaded .feature-card {

    animation: fadeUp .8s ease both;

}

body.loaded .timeline-item {

    animation: fadeUp .8s ease both;

}

body.loaded .download-card {

    animation: fadeUp .8s ease both;

}

body.loaded .faq-item {

    animation: fadeUp .8s ease both;

}

body.loaded .contact-card {

    animation: fadeUp .8s ease both;

}

.hero h1 {

    text-wrap: balance;

}

.hero-description {

    text-wrap: pretty;

}

footer p {

    color: var(--text-muted);

}

@media (max-width:768px) {

    h1 {

        font-size: 3rem;

    }

    h2 {

        font-size: 2.2rem;

    }

    .hero {

        padding-top: 130px;

    }

    .hero-buttons {

        flex-direction: column;

    }

    .hero-buttons .btn {

        width: 100%;

        justify-content: center;

    }

    .hero-stats {

        gap: 2rem;

    }

    .container {

        width: min(94%, 1200px);

    }

}

@media (max-width:540px) {

    h1 {

        font-size: 2.5rem;

    }

    .window-bar {

        height: 42px;

    }

    .preview-main {

        padding: 22px;

    }

    .section {

        padding: 5rem 0;

    }

}
.main-nav a.active {

    color: white;

}

.main-nav a.active::after {

    content: "";

    display: block;

    margin-top: 6px;

    height: 2px;

    width: 100%;

    background: var(--secondary);

    border-radius: 999px;

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

.site-footer {

    background: #08101d;

    border-top: 1px solid rgba(255,255,255,.08);

    margin-top: 5rem;

    padding: 4rem 0 2rem;

}

.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 3rem;

}

.footer-brand h3 {

    font-size: 1.7rem;

    margin-bottom: 1rem;

}

.footer-brand span {

    color: var(--secondary);

}

.footer-brand p {

    color: var(--text-muted);

    line-height: 1.8;

}

.footer-tagline {

    margin-top: 1.5rem;

}

.footer-links h4 {

    color: white;

    margin-bottom: 1rem;

}

.footer-links ul {

    list-style: none;

    padding: 0;

}

.footer-links li {

    margin-bottom: .75rem;

}

.footer-links a {

    color: var(--text-muted);

    text-decoration: none;

    transition: .3s;

}

.footer-links a:hover {

    color: var(--secondary);

}

.footer-bottom {

    border-top: 1px solid rgba(255,255,255,.08);

    margin-top: 3rem;

    padding-top: 2rem;

    text-align: center;

    color: var(--text-muted);

}

@media (max-width:900px){

    .footer-grid{

        grid-template-columns:1fr;

        gap:2rem;

    }

}/* ==========================================
   CONTACT SECTION
========================================== */

.contact-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    border-top: 1px solid rgba(255,255,255,.08);
}

.contact-section .section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.contact-section .section-heading p {
    color: #94a3b8;
    line-height: 1.8;
    margin-top: 20px;
}

.contact-form {
    max-width: 850px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.form-group label {
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

.form-group input,
.form-group textarea {
    background: #0f172a;
    color: #f8fafc;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 1rem;
    transition: all .25s ease;
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 180px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #64748b;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 4px rgba(56,189,248,.12);
}

.contact-form button {
    margin-top: 10px;
}

@media (max-width:768px) {

    .form-grid {

        grid-template-columns: 1fr;

    }

    .contact-section {

        padding: 70px 0;

    }

}
/* ==========================================================
   END OF STYLESHEET
   ========================================================== */

   