@font-face {
    font-family: "Poppins";
    font-weight: bold;
    src: url('fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: normal;
    src: url('fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url('fonts/Poppins-SemiBold.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins";
    line-height: 1.6;
    overflow-x: hidden;
    /* overflow: hidden; */
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(54, 102, 255, 0.85);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

/* .logo::before {
    content: "💳";
    margin-right: 0.5rem;
    font-size: 1.5rem;
} */

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 2px solid transparent;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    filter: invert(1);
}

/* Hero Section */
.hero {

    /* background: url(images/forma1.png) no-repeat calc(20% - 395px) 20%, linear-gradient(135deg, #3666ff 0%, #005eff 100%); */
    background: url(images/forma1.png) no-repeat min(calc((450px - ((100vw - 1000px) / 2)) * -1), 0px) 25%, linear-gradient(135deg, #3666ff 0%, #005eff 100%);
    /* background: url(images/forma1.png) no-repeat -6% 20%; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="300" cy="700" r="120" fill="url(%23a)"/></svg>') no-repeat;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-text {
    color: white;
    animation: slideInLeft 1s ease-out;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-text p {
    font-size: 2.0rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    background: #2294ff;
    color: white;
    padding: 1rem 1rem;
    border: none;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid #2294ff;
}

.cta-button:hover {
    /* background: rgba(255, 255, 255, 0.3); */
    transform: translateY(-3px);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

.hero-phone {
    display: flex;
    justify-content: center;
    animation: slideInRight 1s ease-out;
}

.phone-mockup {
    width: 500px;
    height: 500px;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    animation: phoneFloat 3s ease-in-out infinite;
    background: url('images/celular_fatura_multipluspay.png') no-repeat center right;
    background-size: contain;
}

/* 
.phone-mockup {
    width: 300px;
    height: 600px;
    background: linear-gradient(145deg, #e6f3ff, #b3d9ff);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: phoneFloat 3s ease-in-out infinite;
} */

@keyframes phoneFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Consulte Section */
.consulte {
    scroll-margin-top: 20px;
    /* background: url(images/forma3.png) no-repeat -10% bottom, linear-gradient(135deg, #3666ff 0%, #0077ff 100%); */
    background: url(images/forma3.png) no-repeat min(calc((300px - ((100vw - 1000px) / 2)) * -1), 0px) bottom, linear-gradient(135deg, #3666ff 0%, #0077ff 100%);
    /* background: url(images/forma2.png) no-repeat 106% 0%, linear-gradient(135deg, #3666ff 0%, #0077ff 100%); */
    /* background-image: url(images/forma1.png);
    background-repeat: no-repeat;
    background-position: -6% 20%; */
    padding: 6rem 2rem;
    color: white;
    position: relative;
}

.consulte .forma2 {
    width: 334px;
    height: 366px;
    background: url(images/forma2.png) no-repeat 106% 0%;
    position: absolute;
    right: calc(15% - 334px);
    top: -20%;
}

.consulte-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.consulte h3 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease-out;
    line-height: 3.5rem;
}

.form-group {
    margin-bottom: 2rem;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.form-control {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    font-family: 'Poppins';
    -webkit-appearance: initial;
}

input.form-control[type="date"] {
    display: block;
    text-align: right;
}

.form-control option {
    color: #2c3e50;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}

.btn-search {
    background: #004fbd;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid #004fbd;
    /* background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 3rem;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3); */
}

.btn-search:hover {
    background: #0045a5;
    transform: translateY(-3px);
}

/* FAQ Section */
.faq {
    scroll-margin-top: 90px;
    background: url(images/pinpad_fatura.png) no-repeat min(calc((491px - ((100vw - 1000px) / 2)) * -1), 0px) 100px, linear-gradient(to bottom, #f8f9ff, white);
    padding: 6rem 2rem;
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f9faffd3;
}

.faq-header {
    /* text-align: center; */
    margin-bottom: 4rem;
}

.faq-header h3 {
    text-align: left;
    font-size: 3.5rem;
    font-weight: bold;
    color: #3666ff;
    margin-bottom: 1rem;
}

/* .faq-header h3 {
    margin-top: 4rem;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
} */

.faq-header h3 strong {
    font-size: 6rem;
    line-height: 1rem;
}

.faq-header p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #666;
    /* max-width: 600px; */
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3666ff;
    font-weight: bold;
    font-size: 1.1rem;
}

.faq-question:hover {
    background: rgba(54, 102, 255, 0.05);
}

.faq-answer {
    padding: 1.5rem 1.5rem;
    color: #666;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
    animation: fadeInUp 0.3s ease;
}

/* Suporte Section */
.suporte {
    background: linear-gradient(135deg, #3666ff 0%, #1a4cff 100%);
    /* padding: 6rem 2rem; */
    color: white;
    text-align: left;
}

.suporte-content {
    /* max-width: 800px; */
    margin: 0 auto;
}

.suporte h3 {
    margin-top: 4rem;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.suporte h3 strong {
    font-size: 6rem;
    line-height: 1rem;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.text-right {
    text-align: right;
}

.contact-item {
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* .contact-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
} */

.contact-item .telefones a small {
    display: inline;
    vertical-align: middle;
}

.contact-item .telefones a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin-bottom: 1rem;

}

.icon-email,
.icon-phone,
.icon-whats {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.icon-phone {
    background: url(images/icone1_telefone.png) no-repeat;
    background-size: contain;
    /* background: #2196F3; */
}

.icon-whats {
    background: url(images/icone2_whatsapp.png) no-repeat;
    background-size: contain;
    /* background: #25D366; */
}

.icon-email {
    background: url(images/icone3_email.png) no-repeat;
    background-size: contain;
    /* background: #25D366; */
}

.telefones-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.telefones-flex a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 2rem;
    padding: 10px 15px;
    /* border: 2px solid #ddd; */
    border-radius: 25px;
    transition: all 0.3s ease;
}

/* .telefones-flex a:hover {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
} */

.contact-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    background: white;
    color: #1a1a2e;
    padding: 2rem;
    text-align: center;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-logo img {
    max-height: 100px;
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .phone-mockup {
        width: 250px;
        height: 250px;
    }

    .consulte h3,
    .suporte h3 {
        margin-top: 0;
        font-size: 2rem;
        line-height: 2rem;
    }

    .hero {
        padding-top: 120px;
        background: linear-gradient(135deg, #3666ff 0%, #005eff 100%);
        /* background: linear-gradient(135deg, #3666ff 0%, #005eff 100%); */
    }

    .consulte {
        /* background: linear-gradient(135deg, #3666ff 0%, #0077ff 100%); */
        background: linear-gradient(135deg, #3666ff 0%, #0077ff 100%);
    }

    .faq-header {
        margin-bottom: 2rem;
    }

    .faq {
        background: linear-gradient(to bottom, #f8f9ff, white);
    }

    .suporte {
        padding: 1rem 0 5rem;
    }

    .suporte h3 {
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }

    .suporte h3,
    .faq-header h3 {
        font-size: 2.2rem;
    }

    .suporte h3 strong,
    .faq-header h3 strong {
        font-size: 3rem;
    }

    .faq-header p {
        font-size: 1rem;
    }

    .contact-item.text-right {
        display: none;
    }

    .telefones-flex a {
        font-size: 1rem;
    }

    .consulte .forma2 {
        display: none;
    }
}