@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    background: #0a1628;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.contact-link:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(108, 166, 205, 0.5);
    box-shadow: 0 0 20px rgba(108, 166, 205, 0.2);
}

/* Hero */
.hero {
    min-height: 100vh;
    padding: 10rem 3rem 5rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(108, 166, 205, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.badge {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    color: rgba(255, 255, 255, 0.7);
}

.hero-title {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: -0.5rem;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.btn-primary {
    padding: 1.1rem 2.5rem;
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    color: #0a1628;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    box-shadow: 0 10px 30px rgba(108, 166, 205, 0.2);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(108, 166, 205, 0.35);
}

.btn-ghost {
    padding: 1.1rem 2.5rem;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* Hero Visual */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field {
    width: 70%;
    max-width: 400px;
    aspect-ratio: 0.65;
    background:
        radial-gradient(circle at 50% 10%, rgba(108, 166, 205, 0.05) 0%, transparent 15%),
        radial-gradient(circle at 50% 90%, rgba(108, 166, 205, 0.05) 0%, transparent 15%),
        linear-gradient(to bottom, transparent 48%, rgba(108, 166, 205, 0.15) 48%, rgba(108, 166, 205, 0.15) 52%, transparent 52%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(108, 166, 205, 0.03) 100%);
    border: 2px solid rgba(108, 166, 205, 0.3);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 60px rgba(108, 166, 205, 0.2),
        inset 0 0 60px rgba(108, 166, 205, 0.05);
    animation: fieldPulse 4s ease-in-out infinite;
}

.player-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 15px rgba(108, 166, 205, 0.6),
        0 4px 10px rgba(0, 0, 0, 0.3);
    animation: playerPulse 3s ease-in-out infinite;
    z-index: 10;
}

.player-dot:nth-child(1) { animation-delay: 0s; }
.player-dot:nth-child(2) { animation-delay: 0.2s; }
.player-dot:nth-child(3) { animation-delay: 0.4s; }
.player-dot:nth-child(4) { animation-delay: 0.6s; }
.player-dot:nth-child(5) { animation-delay: 0.8s; }
.player-dot:nth-child(6) { animation-delay: 1s; }
.player-dot:nth-child(7) { animation-delay: 1.2s; }
.player-dot:nth-child(8) { animation-delay: 1.4s; }
.player-dot:nth-child(9) { animation-delay: 1.6s; }
.player-dot:nth-child(10) { animation-delay: 1.8s; }
.player-dot:nth-child(11) { animation-delay: 2s; }

.player-dot.highlighted {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    box-shadow:
        0 0 25px rgba(108, 166, 205, 0.8),
        0 0 50px rgba(37, 99, 235, 0.4),
        0 4px 15px rgba(0, 0, 0, 0.4);
    animation: highlightedPulse 2s ease-in-out infinite;
    z-index: 20;
}

@keyframes playerPulse {
    0%, 100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
            0 0 15px rgba(108, 166, 205, 0.6),
            0 4px 10px rgba(0, 0, 0, 0.3);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow:
            0 0 25px rgba(108, 166, 205, 0.8),
            0 4px 15px rgba(0, 0, 0, 0.4);
    }
}

@keyframes highlightedPulse {
    0%, 100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        box-shadow:
            0 0 30px rgba(108, 166, 205, 0.9),
            0 0 60px rgba(37, 99, 235, 0.5),
            0 4px 15px rgba(0, 0, 0, 0.4);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.25);
        box-shadow:
            0 0 50px rgba(108, 166, 205, 1),
            0 0 100px rgba(37, 99, 235, 0.7),
            0 4px 20px rgba(0, 0, 0, 0.5);
    }
}

.ball {
    position: absolute;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle at 30% 30%, #ffffff, #e0e0e0);
    border-radius: 50%;
    box-shadow:
        0 0 15px rgba(255, 255, 255, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.2);
    z-index: 15;
    animation: ballPass 12s ease-in-out infinite;
}

.scan-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent,
        rgba(108, 166, 205, 0.4),
        rgba(37, 99, 235, 0.4),
        transparent);
    animation: scan 6s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(108, 166, 205, 0.6);
}

@keyframes scan {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(calc(100% - 2px));
        opacity: 0;
    }
}

@keyframes fieldPulse {
    0%, 100% {
        box-shadow:
            0 0 60px rgba(108, 166, 205, 0.2),
            inset 0 0 60px rgba(108, 166, 205, 0.05);
        border-color: rgba(108, 166, 205, 0.3);
    }
    50% {
        box-shadow:
            0 0 80px rgba(108, 166, 205, 0.3),
            inset 0 0 80px rgba(108, 166, 205, 0.08);
        border-color: rgba(108, 166, 205, 0.5);
    }
}

@keyframes ballPass {
    0% {
        top: 10%; left: 50%;
        transform: translate(-50%, -50%) scale(1);
    }
    8% {
        top: 28%; left: 40%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    16% {
        top: 28%; left: 60%;
        transform: translate(-50%, -50%) scale(1);
    }
    24% {
        top: 50%; left: 70%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    32% {
        top: 50%; left: 50%;
        transform: translate(-50%, -50%) scale(1);
    }
    40% {
        top: 72%; left: 65%;
        transform: translate(-50%, -50%) scale(1.2);
    }
    48% {
        top: 88%; left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
    }
    56% {
        top: 72%; left: 35%;
        transform: translate(-50%, -50%) scale(1);
    }
    64% {
        top: 50%; left: 30%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    72% {
        top: 28%; left: 20%;
        transform: translate(-50%, -50%) scale(1);
    }
    80% {
        top: 28%; left: 80%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    88% {
        top: 50%; left: 70%;
        transform: translate(-50%, -50%) scale(1);
    }
    96% {
        top: 28%; left: 60%;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        top: 10%; left: 50%;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Stats */
.stats {
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    gap: 8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.01);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Sections */
section {
    padding: 8rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 5rem;
    text-align: center;
}

.section-tag {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: rgba(108, 166, 205, 0.08);
    border: 1px solid rgba(108, 166, 205, 0.2);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #6CA6CD;
}

.section-tag.dark {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.section-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Features */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 3rem;
    padding: 4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.feature-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-item:hover {
    padding-left: 2rem;
    background: rgba(108, 166, 205, 0.02);
    border-top-color: rgba(108, 166, 205, 0.2);
}

.feature-number {
    font-size: 4rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    transition: all 0.4s ease;
}

.feature-item:hover .feature-number {
    color: rgba(108, 166, 205, 0.3);
}

.feature-content h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    font-size: 1.05rem;
}

/* ROI */
.roi {
    background: linear-gradient(135deg, rgba(108, 166, 205, 0.03) 0%, rgba(37, 99, 235, 0.02) 100%);
    border-radius: 30px;
    padding: 6rem 4rem;
    border: 1px solid rgba(108, 166, 205, 0.1);
    position: relative;
    overflow: hidden;
}

.roi::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(108, 166, 205, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.roi-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.roi-title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 3rem;
    color: #ffffff;
}

.roi-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 2.5rem;
}

.roi-before,
.roi-after {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.roi-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.roi-amount {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 0.4);
}

.roi-amount.highlight {
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.roi-arrow {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.2);
}

.roi-description {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Tech */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.tech-category {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.tech-category:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(108, 166, 205, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(108, 166, 205, 0.1);
}

.tech-category h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.tech-category span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Contact */
.contact {
    background: linear-gradient(135deg, rgba(108, 166, 205, 0.03) 0%, rgba(37, 99, 235, 0.02) 100%);
    border-radius: 30px;
    padding: 6rem 4rem;
    border: 1px solid rgba(108, 166, 205, 0.1);
}

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.contact-info h2 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 1rem;
    color: #ffffff;
}

.contact-info p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.detail-value {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

/* Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(108, 166, 205, 0.4);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(108, 166, 205, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px;
}

.btn-submit {
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, #6CA6CD, #2563EB);
    color: #0a1628;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: inherit;
    margin-top: 0.5rem;
    box-shadow: 0 10px 30px rgba(108, 166, 205, 0.2);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(108, 166, 205, 0.35);
}

/* Footer */
.footer {
    padding: 4rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left p {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.footer-right span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 8rem 2rem 4rem;
        min-height: auto;
        gap: 4rem;
    }

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

    .stats {
        padding: 3rem 2rem;
        gap: 4rem;
    }

    section {
        padding: 6rem 2rem;
    }

    .header {
        padding: 1.5rem 2rem;
    }

    .contact {
        padding: 4rem 2rem;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

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

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 3rem 2rem;
        margin-top: 6rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .roi-numbers {
        flex-direction: column;
        gap: 2.5rem;
    }

    .roi {
        padding: 4rem 2rem;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 3rem;
        letter-spacing: -2px;
    }

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

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

    .stat-number {
        font-size: 2.5rem;
    }

    .stats {
        flex-direction: column;
        gap: 2.5rem;
    }

    .feature-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 3rem 0;
    }

    .feature-item:hover {
        padding-left: 0;
    }

    .feature-number {
        font-size: 3rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-ghost {
        text-align: center;
    }
}
