﻿/* Perfecttio Orange & Black Design
   Professional 3D Printing Design
   Created: 2025-01-17
   Sharp, clean design without glowing effects
*/

:root {
    /* 🧡 PERFECTTIO ORANGE */
    --neon-cyan: #FF6B35;
    --neon-pink: #ff8554;
    --neon-purple: #ffa680;
    --neon-green: #FF6B35;
    --neon-yellow: #ff8554;
    --perfecttio-orange-50: #fff5f0;
    --perfecttio-orange-100: #ffe6d9;
    --perfecttio-orange-200: #ffc9ad;
    --perfecttio-orange-300: #ffa680;
    --perfecttio-orange-400: #ff8554;
    --perfecttio-orange-500: #FF6B35;
    --perfecttio-orange-600: #e65a28;
    --perfecttio-orange-700: #cc4a1c;
    --perfecttio-orange-800: #b33a11;
    --perfecttio-orange-900: #992a05;
    /* ⚫ PERFECTTIO BLACK */
    --perfecttio-black-50: #f5f5f5;
    --perfecttio-black-100: #e8e8e8;
    --perfecttio-black-200: #d1d1d1;
    --perfecttio-black-300: #b0b0b0;
    --perfecttio-black-400: #888888;
    --perfecttio-black-500: #666666;
    --perfecttio-black-600: #4a4a4a;
    --perfecttio-black-700: #2d2d2d;
    --perfecttio-black-800: #1a1a1a;
    --perfecttio-black-900: #0d0d0d;
    /* ⚪ PERFECTTIO NEUTRAL */
    --perfecttio-gray-50: #fafafa;
    --perfecttio-gray-100: #f4f4f5;
    --perfecttio-gray-200: #e4e4e7;
    --perfecttio-gray-300: #d4d4d8;
    --perfecttio-gray-400: #a1a1aa;
    --perfecttio-gray-500: #71717a;
    --perfecttio-gray-600: #52525b;
    --perfecttio-gray-700: #3f3f46;
    --perfecttio-gray-800: #27272a;
    --perfecttio-gray-900: #18181b;
}

.neon-section {
    background: #0d0d0d;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.neon-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 107, 53, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 107, 53, 0.08) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.neon-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.6;
}

    .neon-particles::before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 107, 53, 0.15) 0%, transparent 70%);
        top: 20%;
        right: 5%;
        animation: float-neon 8s ease-in-out infinite;
    }

    .neon-particles::after {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
        bottom: 10%;
        left: 5%;
        animation: float-neon 10s ease-in-out infinite reverse;
    }

@keyframes float-neon {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.neon-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

/* ========== HERO ========== */

.neon-hero {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.hero-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF6B35, transparent);
}

.hero-line-top {
    top: -40px;
}

.hero-line-bottom {
    bottom: -40px;
}

.neon-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.neon-text {
    background: linear-gradient(135deg, #FF6B35 0%, #ff8554 50%, #ffa680 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.neon-description {
    font-size: 1.35rem;
    color: #e4e4e7;
    line-height: 1.85;
    max-width: 900px;
    margin: 0 auto 50px;
}

.neon-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF6B35, transparent);
    margin: 50px 0;
}

.neon-cta {
    font-size: 1.4rem;
    color: #f4f4f5;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-neon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: #FF6B35;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-neon::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #e65a28;
        transition: left 0.4s ease;
        z-index: 0;
    }

    .btn-neon:hover {
        background: #e65a28;
        transform: translateY(-2px);
    }

        .btn-neon:hover::before {
            left: 0;
        }

    .btn-neon span,
    .btn-neon i {
        position: relative;
        z-index: 2;
    }

/* ========== SERVICES ========== */

.neon-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.neon-card {
    background: #1a1a1a;
    border: 2px solid #27272a;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    overflow: hidden;
}

    .neon-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, #FF6B35 0%, #ff8554 50%, #ffa680 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

.card-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #FF6B35;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.top-left {
    top: 10px;
    left: 10px;
    border-right: none;
    border-bottom: none;
}

.top-right {
    top: 10px;
    right: 10px;
    border-left: none;
    border-bottom: none;
}

.bottom-left {
    bottom: 10px;
    left: 10px;
    border-right: none;
    border-top: none;
}

.bottom-right {
    bottom: 10px;
    right: 10px;
    border-left: none;
    border-top: none;
}

.card-glow {
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.neon-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B35;
    background: #2d2d2d;
}

    .neon-card:hover::before {
        transform: scaleX(1);
    }

    .neon-card:hover .card-glow {
        opacity: 1;
    }

    .neon-card:hover .card-corner {
        opacity: 1;
    }

.neon-icon {
    width: 70px;
    height: 70px;
    background: #18181b;
    border: 2px solid #FF6B35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.neon-icon-1 {
    border-color: #FF6B35;
    color: #FF6B35;
}

.neon-icon-2 {
    border-color: #ff8554;
    color: #ff8554;
}

.neon-icon-3 {
    border-color: #e65a28;
    color: #e65a28;
}

.neon-icon-4 {
    border-color: #FF6B35;
    color: #FF6B35;
}

.neon-icon-5 {
    border-color: #ff8554;
    color: #ff8554;
}

.neon-icon-6 {
    border-color: #e65a28;
    color: #e65a28;
}

.neon-card:hover .neon-icon {
    transform: scale(1.15);
    background: #FF6B35;
    color: white;
}

.neon-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #f5f5f5;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.neon-card p {
    font-size: 1.05rem;
    color: #a1a1aa;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
    flex: 1;
}

.neon-card-cad {
    border-color: #27272a;
}

.neon-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #FF6B35;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 16px;
    border: 2px solid #FF6B35;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}

    .neon-link:hover {
        background: #FF6B35;
        color: white;
        transform: translateX(5px);
    }

/* ========== CONTACT ========== */

.neon-contact {
    background: #0d0d0d;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #FF6B35;
}

.contact-grid-neon {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 107, 53, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 107, 53, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.contact-header-neon {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

    .contact-header-neon h2 {
        font-size: 3.5rem;
        font-weight: 900;
        background: linear-gradient(135deg, #FF6B35 0%, #ff8554 50%, #ffa680 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin: 0;
    }

.contact-flex-neon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.contact-info-neon {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-card-neon {
    background: #1a1a1a;
    border: 2px solid #27272a;
    border-left: 4px solid #FF6B35;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
}

    .info-card-neon:hover {
        border-color: #FF6B35;
        background: #2d2d2d;
        transform: translateX(8px);
    }

.info-icon {
    width: 50px;
    height: 50px;
    background: #18181b;
    border: 2px solid #FF6B35;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.info-card-neon:hover .info-icon {
    transform: scale(1.15);
    background: #FF6B35;
    color: white;
}

.info-card-neon h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #f5f5f5;
    margin: 0 0 12px 0;
}

.info-card-neon a {
    color: #FF6B35;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .info-card-neon a:hover {
        color: #ff8554;
    }

.info-card-neon p {
    color: #71717a;
    margin: 4px 0 0 0;
    font-size: 0.95rem;
}

.form-neon-wrapper {
    background: #1a1a1a;
    border: 2px solid #27272a;
    border-radius: 8px;
    padding: 45px;
}

    .form-neon-wrapper h3 {
        font-size: 1.8rem;
        font-weight: 800;
        color: #f5f5f5;
        margin: 0 0 30px 0;
        text-align: center;
        background: linear-gradient(135deg, #FF6B35 0%, #ff8554 50%, #ffa680 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.form-input-neon {
    position: relative;
    margin-bottom: 25px;
}

    .form-input-neon input,
    .form-input-neon textarea {
        width: 100%;
        padding: 14px 0;
        background: transparent;
        border: none;
        border-bottom: 2px solid #3f3f46;
        color: #f5f5f5;
        font-size: 1.05rem;
        font-family: inherit;
        transition: all 0.3s ease;
    }

        .form-input-neon input::placeholder,
        .form-input-neon textarea::placeholder {
            color: #52525b;
        }

        .form-input-neon input:focus,
        .form-input-neon textarea:focus {
            outline: none;
            border-bottom-color: #FF6B35;
        }

.neon-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #FF6B35, #ff8554);
    transition: width 0.4s ease;
}

.form-input-neon input:focus ~ .neon-line,
.form-input-neon textarea:focus ~ .neon-line {
    width: 100%;
}

.checkbox-neon {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a1a1aa;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 30px;
}

    .checkbox-neon input {
        display: none;
    }

.checkmark-neon {
    width: 22px;
    height: 22px;
    border: 2px solid #FF6B35;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.checkbox-neon input:checked + .checkmark-neon {
    background: #FF6B35;
    border-color: #FF6B35;
}

    .checkbox-neon input:checked + .checkmark-neon::after {
        content: '✓';
        color: white;
        font-weight: bold;
    }

.btn-neon-submit {
    width: 100%;
    padding: 16px 30px;
    background: #FF6B35;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 800;
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-neon-submit::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: #e65a28;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.5s, height 0.5s;
        z-index: 0;
    }

    .btn-neon-submit:hover {
        background: #e65a28;
        transform: translateY(-2px);
    }

        .btn-neon-submit:hover::before {
            width: 300px;
            height: 300px;
        }

    .btn-neon-submit span,
    .btn-neon-submit i {
        position: relative;
        z-index: 2;
        transition: all 0.3s ease;
    }

    .btn-neon-submit:hover i {
        transform: rotate(45deg);
    }

/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
    .neon-container {
        padding: 0 30px;
    }

    .neon-services {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .neon-container {
        padding: 0 20px;
    }

    .neon-title {
        font-size: 3rem;
    }

    .neon-description {
        font-size: 1.15rem;
    }

    .neon-services {
        grid-template-columns: 1fr;
    }

    .contact-flex-neon {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-neon-wrapper {
        padding: 35px;
    }
}

@media (max-width: 480px) {
    .neon-title {
        font-size: 2.2rem;
    }

    .neon-services {
        gap: 20px;
    }

    .neon-card {
        padding: 30px;
        min-height: 320px;
    }
}
