/* ===== RODRAMTECHNOLOGIES V2 - COMPLETE IDENTITY ===== */

body {
    background:
    radial-gradient(circle at 12% 10%, rgba(79, 124, 255, 0.22), transparent 36%),
    radial-gradient(circle at 86% 16%, rgba(168, 85, 247, 0.2), transparent 34%),
        #060b13;
}

header,
.services,
.skills,
.projects,
.about,
.contact {
    background: transparent;
}

.services {
    background:
        linear-gradient(180deg, rgba(7, 11, 23, 0.96) 0%, rgba(24, 16, 44, 0.9) 100%);
}

.projects {
    background:
        linear-gradient(180deg, rgba(26, 17, 46, 0.92) 0%, rgba(8, 12, 24, 0.97) 100%);
}

.skills {
    background:
        linear-gradient(180deg, rgba(7, 11, 23, 0.97) 0%, rgba(19, 14, 40, 0.88) 100%);
}

.about {
    background:
        linear-gradient(180deg, rgba(24, 16, 44, 0.92) 0%, rgba(8, 12, 24, 0.97) 100%);
}

.contact {
    background:
        linear-gradient(180deg, rgba(8, 12, 24, 0.97) 0%, rgba(28, 18, 49, 0.9) 100%);
}

header {
    min-height: 100svh;
}

.nav-menu {
    background: rgba(7, 11, 22, 0.52);
    border: 1px solid rgba(97, 130, 189, 0.28);
    box-shadow: 0 14px 34px rgba(2, 8, 23, 0.4);
}

.nav-menu .nav-item a {
    color: #a7bddf;
}

.nav-menu .nav-item a:hover {
    color: #f5fbff;
}

.header-background {
    left: 0;
    width: 100%;
    pointer-events: none;
}

.header-background::before {
    background: linear-gradient(96deg, #060b13 0%, rgba(6, 11, 19, 0.93) 36%, rgba(6, 11, 19, 0.7) 58%, rgba(6, 11, 19, 0.34) 76%, rgba(6, 11, 19, 0.08) 100%);
}

.header-background::after {
    background:
    radial-gradient(circle at 80% 30%, rgba(79, 124, 255, 0.24) 0%, transparent 42%),
        linear-gradient(180deg, transparent 62%, rgba(6, 11, 19, 0.76) 100%);
}

.header-image {
    object-position: 74% center;
    opacity: 0.56;
    filter: grayscale(12%) contrast(114%) saturate(106%);
}

.header-content {
    max-width: 780px;
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

.header-content > * {
    max-width: 700px;
}

.subheadline {
    text-wrap: pretty;
    margin-bottom: 30px;
    font-size: clamp(1.12rem, 1.8vw, 1.32rem);
    line-height: 1.78;
    color: #d2e0f6;
}

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

.header-buttons .btn {
    min-width: 220px;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding: 16px 30px;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(2, 10, 26, 0.3);
    background: linear-gradient(rgba(10, 17, 30, 0.96), rgba(10, 17, 30, 0.96)) padding-box,
                linear-gradient(135deg, rgba(79, 124, 255, 0.85), rgba(168, 85, 247, 0.7)) border-box;
}

.btn-primary {
    background: linear-gradient(135deg, #4f7cff, #8b5cf6);
    border-color: transparent;
    color: #f8fbff;
}

.section-title {
    margin-bottom: 32px;
    line-height: 1.14;
    text-wrap: balance;
}

.hero-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 700px;
}

.hero-pillar {
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(10, 17, 38, 0.66);
    border: 1px solid rgba(97, 130, 189, 0.28);
    line-height: 1.3;
    color: #d7e5ff;
    font-size: 0.95rem;
}

.services-lead,
.skills-intro {
    max-width: 780px;
    margin: -4px 0 24px;
}

.services-lead p,
.skills-intro p {
    color: var(--text-secondary);
    line-height: 1.75;
}

.services-points {
    margin: 12px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 6px;
    color: #c0d0e7;
}

.services-grid,
.projects-grid {
    gap: 22px;
}

.service-card,
.skill-mini-card,
.project-card,
.stat-item,
.contact-btn,
.social-link,
.tech-item-slider {
    border-color: rgba(97, 130, 189, 0.26);
    background: rgba(15, 23, 40, 0.78);
    box-shadow: 0 16px 30px rgba(1, 8, 23, 0.32);
}

.service-card,
.skill-mini-card,
.project-card,
.stat-item,
.contact-btn,
.social-link,
.tech-item-slider {
    transform: translateY(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card:hover,
.skill-mini-card:hover,
.project-card:hover,
.stat-item:hover,
.contact-btn:hover,
.social-link:hover,
.tech-item-slider:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 171, 244, 0.4);
    box-shadow: 0 22px 40px rgba(5, 16, 39, 0.42);
}

.service-number {
    opacity: 0.5;
}

.skills-groups {
    display: grid;
    gap: 0;
}

.skills-group {
    margin: 0;
}

.skills-group h3 {
    margin: 0 0 4px;
    font-size: 1.16rem;
    color: #d3e2f8;
    letter-spacing: 0.4px;
}

.skills-group .skills-cards-grid {
    margin-top: 0;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.skills-cards-grid--compact {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.projects .project-card {
    position: relative;
}

.projects .project-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(97, 130, 189, 0.14);
    pointer-events: none;
}

.project-image {
    height: 190px;
}

.project-description {
    line-height: 1.62;
    color: #b7c8e3;
}

.project-tag {
    color: #d5e4ff;
    border-color: rgba(97, 130, 189, 0.24);
}

.about-grid {
    gap: 40px;
    align-items: center;
}

.about-grid--no-image {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
}

.about .stats-grid {
    margin: 0 0 24px;
}

.about-text p {
    text-wrap: pretty;
    line-height: 1.8;
}

.about-value {
    display: grid;
    gap: 14px;
}

.about-value-item {
    padding: 18px;
    border-radius: 14px;
    background: rgba(15, 23, 40, 0.7);
    border: 1px solid rgba(97, 130, 189, 0.24);
}

.about-value-item h3 {
    margin: 0 0 8px;
    font-size: 1.08rem;
    color: #e5efff;
}

.about-value-item p {
    margin: 0;
    line-height: 1.65;
    color: #b7c8e3;
}

.contact-grid {
    gap: 44px;
    align-items: start;
}

.contact-highlight {
    font-size: clamp(1.7rem, 3.1vw, 2.25rem);
    line-height: 1.16;
    text-wrap: balance;
}

.contact-info p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.contact-buttons {
    gap: 14px;
}

.contact-btn {
    justify-content: flex-start;
    line-height: 1.35;
    font-size: clamp(0.96rem, 1.7vw, 1.1rem);
    letter-spacing: 0.2px;
}

.contact .social-links {
    margin-top: 16px;
}

.contact-form {
    display: grid;
    gap: 10px;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(97, 130, 189, 0.24);
    background: rgba(15, 23, 40, 0.72);
    box-shadow: 0 16px 30px rgba(1, 8, 23, 0.3);
}

.contact-form h3 {
    margin: 0 0 6px;
    color: #e5efff;
    font-size: 1.15rem;
}

.contact-form label {
    color: #c8d8f0;
    font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(97, 130, 189, 0.26);
    background: rgba(8, 14, 28, 0.82);
    color: #f3f8ff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #7e95ba;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(131, 171, 244, 0.6);
    box-shadow: 0 0 0 2px rgba(79, 124, 255, 0.2);
}

.contact-form .btn {
    margin-top: 6px;
    width: 100%;
}

.contact-btn > *,
.btn > * {
    position: relative;
    z-index: 2;
}

.contact-btn::before,
.social-link::before,
.btn::before {
    left: -110%;
}

.contact-btn:hover::before,
.social-link:hover::before,
.btn:hover::before {
    left: 100%;
}

@media (max-width: 1100px) {
    .skills-group .skills-cards-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .skills-cards-grid--compact {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 992px) {
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-grid--no-image {
        grid-template-columns: 1fr;
    }

    .about-image-container {
        position: relative;
        top: 0;
        height: 430px;
    }

    .hero-pillars {
        grid-template-columns: 1fr;
        max-width: 430px;
    }
}

@media (max-width: 768px) {
    .header-buttons .btn {
        width: 100%;
        min-width: 0;
    }

    .skills-group .skills-cards-grid,
    .skills-cards-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .project-image {
        height: 170px;
    }
}
