/*

Lavish HTML CSS Template - VERSÃO MODERNIZADA
https://wonderstores.pt
		
*/

/* ========== RESET E BASE MODERNIZADA ========== */
body {
    background: #0a0a0a;
    color: #b0b0b0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::selection {
    background: rgba(212, 63, 82, 0.3);
    color: #fff;
}

/* ========== TIPOGRAFIA MODERNIZADA ========== */
h1, h2, h3, h4, h5 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #fff 0%, #D43F52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: 2.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #D43F52;
    border-radius: 2px;
}

h3 {
    font-size: 1.8rem;
    color: #D43F52;
}

p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

/* ========== LAYOUT DE SEÇÕES ========== */
#work, #about, #portfolio, #contact {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

/* Override fullPage.js para layout moderno */
#home, #work, #about, #contact, #portfolio, footer {
    height: auto !important;
    min-height: 100vh;
}

.fp-slide, .fp-tableCell {
    height: auto !important;
    display: block;
}

/* ========== HOME HERO MODERNIZADA ========== */
#home {
    background: linear-gradient(rgba(10, 10, 10, 0.85), rgba(10, 10, 10, 0.9)), 
                url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#home h1 {
    border: 3px solid #D43F52;
    color: #ffffff !important;
    display: inline-block;
    letter-spacing: 8px;
    padding: 35px 50px;
    margin: 30px 0 40px;
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    border-radius: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    mix-blend-mode: normal;
    -webkit-text-fill-color: #ffffff;
}

#home h1:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

#home h2 {
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

#home .btn {
    background: transparent;
    border: 2px solid #D43F52;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 60px;
    margin-top: 40px;
    padding-top: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#home .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 63, 82, 0.3), transparent);
    transition: left 0.7s;
}

#home .btn:hover {
    background: #D43F52;
    border-color: #D43F52;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(212, 63, 82, 0.3);
    color: #fff;
}

#home .btn:hover::before {
    left: 100%;
}
/* ========== WORK SECTION MODERNIZADA ========== */
#work {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    position: relative;
}

#work::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #D43F52, transparent);
}

#work h2 {
    text-align: center;
    margin-bottom: 4rem;
}

#work .media {
    margin-top: 40px;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#work .media:hover {
    background: rgba(212, 63, 82, 0.05);
    transform: translateY(-10px);
    border-color: rgba(212, 63, 82, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

#work .media .fa {
    border: 2px solid #D43F52;
    border-radius: 50%;
    color: #D43F52;
    font-size: 28px;
    margin-right: 25px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease;
    background: rgba(212, 63, 82, 0.1);
}

#work .media:hover .fa {
    background: #D43F52;
    color: #fff;
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(212, 63, 82, 0.3);
}

#work .media .media-heading {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
    color: #fff;
}

#work .media p {
    color: #aaa;
    font-size: 1rem;
    line-height: 1.6;
}

/* ========== ABOUT SECTION MODERNIZADA ========== */
#about {
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

#about::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 63, 82, 0.1) 0%, transparent 70%);
    z-index: 0;
}

#about .container {
    position: relative;
    z-index: 1;
}

#about h4 {
    padding: 20px 0 10px;
    color: #D43F52;
    font-size: 1.5rem;
    font-weight: 600;
}

#about .progress-container {
    margin-bottom: 40px;
    position: relative;
}

#about .progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#about .progress-label span {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

#about .progress-percentage {
    font-weight: 700;
    color: #D43F52;
    font-size: 1.2rem;
    min-width: 50px;
    text-align: right;
}

#about .progress {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    height: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

#about .progress-bar {
    background: linear-gradient(90deg, #D43F52, #ff6b6b);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: width 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#about .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

#about .text-top {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

#about .text-top::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #D43F52;
}

/* ========== PORTFOLIO SECTION MODERNIZADA ========== */
#portfolio {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    text-align: center;
    position: relative;
}

#portfolio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #D43F52, transparent);
}

#portfolio h2 {
    padding-bottom: 50px;
}

#portfolio .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

#portfolio .portfolio-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#portfolio .portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#portfolio .portfolio-thumb:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(212, 63, 82, 0.3);
}

#portfolio .portfolio-thumb:hover img {
    transform: scale(1.1);
}

#portfolio .portfolio-thumb .portfolio-overlay {
    background: linear-gradient(45deg, rgba(212, 63, 82, 0.9), rgba(255, 107, 107, 0.8));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.9);
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
}

#portfolio .portfolio-overlay h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

#portfolio .portfolio-overlay p {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    transition: transform 0.4s ease 0.2s;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay h4,
#portfolio .portfolio-thumb:hover .portfolio-overlay p {
    transform: translateY(0);
}

/* ========== CONTACT SECTION MODERNIZADA ========== */
#contact {
    background: #0a0a0a;
    position: relative;
}

#contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #D43F52, transparent);
}

#contact address {
    padding-bottom: 25px;
    font-style: normal;
}

#contact .contact-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 25px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

#contact .contact-title::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #D43F52;
}

#contact .fa {
    border: 2px solid #D43F52;
    border-radius: 50%;
    color: #D43F52;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.4s ease;
    background: rgba(212, 63, 82, 0.1);
    font-size: 24px;
}

#contact .fa:hover {
    background: #D43F52;
    color: #fff;
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(212, 63, 82, 0.3);
}

#contact .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-bottom: 25px;
    padding: 18px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

#contact .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #D43F52;
    box-shadow: 0 0 0 3px rgba(212, 63, 82, 0.2), 0 10px 25px rgba(0, 0, 0, 0.2);
    outline: none;
}

#contact input {
    height: 58px;
}

#contact input[type="submit"] {
    background: linear-gradient(45deg, #D43F52, #ff6b6b);
    border: 2px solid transparent;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

#contact input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s;
}

#contact input[type="submit"]:hover {
    background: linear-gradient(45deg, #ff6b6b, #D43F52);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(212, 63, 82, 0.4);
    color: #fff;
}

#contact input[type="submit"]:hover::before {
    left: 100%;
}

/* ========== FOOTER MODERNIZADO ========== */
footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #D43F52, transparent);
}

footer hr {
    width: 100px;
    height: 2px;
    background: #D43F52;
    border: none;
    margin: 30px auto;
}

footer p {
    color: #aaa;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* ========== SOCIAL ICONS MODERNIZADAS ========== */
.social-icon {
    position: relative;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.social-icon li a {
    border-radius: 50%;
    color: #606060;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
}

.social-icon li a:hover {
    color: #D43F52;
    background: rgba(212, 63, 82, 0.1);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(212, 63, 82, 0.3);
    border-color: #D43F52;
}

/* ========== ANIMAÇÕES E EFECTOS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease forwards;
}

/* ========== RESPONSIVIDADE ========== */
@media (max-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
    
    #home h1 {
        font-size: 3.2rem;
        padding: 30px 40px;
    }
    
    #portfolio .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    #home {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    #home h1 {
        font-size: 2.8rem;
        padding: 25px 35px;
        letter-spacing: 6px;
    }
    
    #work .media {
        margin-bottom: 30px;
    }
    
    #contact .col-md-6 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    #home h1 {
        font-size: 2.2rem;
        padding: 20px 30px;
        letter-spacing: 4px;
    }
    
    #home h2 {
        font-size: 1.2rem;
    }
    
    #work, #about, #portfolio, #contact {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    
    .social-icon {
        gap: 10px;
    }
    
    .social-icon li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    #home h1 {
        font-size: 1.8rem;
        padding: 15px 25px;
        letter-spacing: 3px;
    }
    
    #home .btn {
        width: 180px;
        height: 55px;
        padding-top: 16px;
    }
    
    #portfolio .portfolio-grid {
        grid-template-columns: 1fr;
    }
    
    #work .media .fa {
        width: 60px;
        height: 60px;
        line-height: 55px;
        font-size: 24px;
        margin-right: 20px;
    }
}