        html,
        * {
            margin: 0;
            padding: 0;
            position: relative;
            font-family: sans-serif;
        }
        
        body{
            visibility: hidden;
        }

        :root {
            --cor1: #51ae34;
            --cor2: #51ae3440;
            --cor3: #51ae3420;
            --cor-sec: #51ae34;
            --cor-sec-strong: #51ae34;
            --cor-sec-soft: #51ae3430;
            --cor-terc: #51ae34;
            --cor-quat: #51ae34;
        }
        
        /*DESCONTO*/

        .desconto-container{
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .desconto-container p {
            background-color: var(--cor1);
            padding: 24px 48px;
            border-radius: 32px;
            color: #fff;
            margin-bottom: 64px;
        }

        .code-cupom{
            background-color: #ffffff20;
            padding: 5px 10px;
            border-radius: 10px;
            border: solid 1px #ffffff50;
            font-weight: bold;
        }

        /* HERO */
        .hero {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .logo {
            max-width: 130px;
        }

        .mobile {
            display: none;
        }

        .video-placeholder {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .container-imagem-clube {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .container-imagem-clube .img1024x576 {
            display: flex;
            border-radius: 48px;
            width: 1024px;
            height: 576px;
            background-image: url('https://psicosol.com/wp-content/uploads/2026/02/banner.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        @media(max-width: 1000px) {
            .container-imagem-clube .img1024x576 {
                background-image: url('https://psicosol.com/wp-content/uploads/2025/07/banner-vertical.jpg');
            }
        }

        /* VIDEO BACKGROUND */
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/02/9_1-2.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .img130x190 {
            width: 130px;
            height: 190px;

            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/file-2.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* overlay */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
            z-index: 1;
        }
        
        /*HEADER*/
        
        .hero-content.hero-content-header{
            padding-top: 96px !important;
        }
        
        .hero-content-header header{
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 64px);
            justify-content: space-between;
            padding: 24px 32px 0 32px;
        }
        
        .hero-content-header header .img200x53{
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2026/02/sol-feliz-1.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .hero-content-header header nav ul{
            height: 100%;
            align-items: center;
            display: flex;
            gap: 16px;
        }
        
        .hero-content-header header nav ul li{
            list-style: none;
        }
        
        .hero-content-header header nav ul li a{
            text-decoration: none;
            color: #fff;
            font-weight: 600;
        }
        
       .hero-content-header header nav ul li a.clube{
            background: var(--cor1);
            padding: 12px 24px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a.contato{
            border: solid 2px var(--cor1);
            padding: 10px 20px;
            border-radius: 32px;
        }
        
        .hero-content-header header nav ul li a:hover{
            opacity: .5;
        }
        
        .menu-search input{
            width: 100%;
            max-width: 340px;
            border: solid 1px #fff;
            border-radius: 32px;
            padding: 11px 24px;
            background: transparent;
            background-color: transparent;
            color: #fff;
            font-size: 16px;
        }
        
        .menu-search input::placeholder{
            color: #fff;
        }
        
        /* botão do menu */
        .menu-toggle {
            display: none;
            font-size: 28px;
            background: none;
            border: 0;
            color: #fff;
            cursor: pointer;
        }
        
        /* mobile */
        @media (max-width: 1000px) {
            
            .menu-toggle {
                display: block;
            }
        
            nav.menu {
                display: none;
                position: absolute;
                top: 100%;
                
                left: 0;
                width: calc(100% - 64px - 48px);
                margin: 0 24px;
                border-radius: 24px;
            
                background: rgba(0, 0, 0, 0.4); 
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
            
                padding: 32px;
                z-index: 9999;
            }
        
            nav.menu.open {
                display: block;
            }
        
            nav.menu ul {
                flex-direction: column;
                gap: 32px !important;
            }
        }

        /* Conteúdo */
        .hero-content {
            display: flex;
            flex-direction: column;
            position: relative;
            text-align: center;
            justify-content: center;
            align-items: center;
            color: #fff;
            gap: 8px;
            width: 100%;
            padding: 64px 0;
            z-index: 2;
        }

        .hero-content h1 {
            font-size: 60px;
            letter-spacing: -3px;
            line-height: 64px;
            font-weight: 700;
            max-width: 720px;
            padding: 0 25px;
        }

        .hero-content p {
            font-size: 1.2rem;
            padding: 0 25px;
            margin-top: 10px;
            max-width: 700px;
        }

        .btn,
        .produto-botao{
            display: inline-block;
            margin-top: 20px;
            padding: 12px 24px;
            font-size: 16px;    
            font-weight: bold;
            text-decoration: none;
            border-radius: 60px;

        }

        .btn:hover,
        .produto-botao:hover{
            opacity: 0.5;
        }

        .btn-roxo-1 {
            background-color: var(--cor2);
            color: #fff;
        }

        .btn-roxo-2 {
            background-color: var(--cor1);
            color: #fff;
            box-shadow: 0 0 0 0 var(--cor2);

            animation: pulse-solid 1.8s infinite;
        }

        .btn-verde-1,
        .produto-botao{
            background-color: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
        }

        .btn-verde-2 {
            background-color: var(--cor-sec);
            color: var(--cor-quat);

            box-shadow: 0 0 0 0 var(--cor2);

            animation: pulse-solid-2 1.8s infinite;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 40px;
                line-height: 42px;
            }
        }

        @keyframes pulse-solid {
            0% {
                box-shadow: 0 0 0 0 var(--cor2);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor3);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }


        @keyframes pulse-solid-2 {
            0% {
                box-shadow: 0 0 0 0 var(--cor-sec-soft);
            }

            70% {
                box-shadow: 0 0 0 14px var(--cor-sec-soft);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(46, 70, 255, 0);
            }
        }



        /*SESSAO 2*/

        .features {
            padding: 64px 20px;

        }

        .features-container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            text-align: center;
        }

        .feature-item h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #0f172a;
        }

        .feature-item p {
            font-size: 15px;
            line-height: 1.6;
            color: #64748b;
            max-width: 320px;
            margin: 0 auto;
        }

        .feature-icon {
            min-width: 56px;
            max-width: 56px;
            min-height: 56px;
            max-height: 56px;
            margin: 0 auto 24px;
            border-radius: 50%;
            background: var(--cor3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--cor1);
            font-size: 18px;
            font-weight: 600;
        }

        .feature-icon-2 {
            min-width: 56px;
            max-width: 56px;
            min-height: 56px;
            max-height: 56px;
            margin: 0 auto 24px;
            border-radius: 50%;
            background: var(--cor-sec-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--cor-sec-strong);
            font-size: 18px;
            font-weight: 600;
        }

        /* Responsivo até 1000px */
        @media (max-width: 1000px) {
            .features-container {
                grid-template-columns: 1fr;
                gap: 48px;
            }
        }

        /*FIM*/
        
        /*PRODUTOS*/
        
        .ultimos-produtos {
          
            gap: 24px;
            padding: 64px 5%;
        }
        
        .ultimos-produtos-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        
        @media(max-width: 1000px){
            .ultimos-produtos-grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }
        
        .title-produtos-novidades .badge{
            max-width: max-content;
            margin: 0 auto;
        }
        
        .title-produtos-novidades h3{
            text-align: center;
            font-size: 32px;
    
        }
        
        .produto-item {
            text-align: center;
            padding: 16px;
            border-radius: 12px;
        }
        
        .produto-thumb-link {
            display: block;
        }

        .produto-thumb-link:hover {
            opacity: .5;
        }
        
        .produto-thumb {
            width: 100%;
            aspect-ratio: 1 / 1;
            max-width: 230px;
            max-height: 230px;
            background-size: cover;
            background-position: center;
            border-radius: 24px;
            margin: 0 auto;
        }
        
        .produto-titulo {
            font-size: 24px;
            margin: 12px 0 8px;
        }
        
        .produto-preco {
            display: block;
            font-weight: bold;
            margin-bottom: 12px;
        }
        
        .post-item{
            padding: 16px;
        }

        .post-content{
            margin-top: 24px;
            padding: 0 24px;
            text-align: center;
        }

        .post-title{
            margin-bottom: 10px;
        }        

        .post-title a{
            text-decoration: none;
            color: #000;
        }

        /*FIM*/

        /*SESSAO 2*/

        .cta-img {
            padding: 64px 20px;
            background: var(--cor-quat);

        }

        .cta-img-container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            text-align: left;
            justify-content: center;
            align-items: center;
        }

        .cta-img-item:nth-child(1) {
            background-color: #fff;
            padding: 32px;
            border-radius: 32px
        }

        .cta-img-item .img293x432 {
            max-width: 100%;
            display: flex;
            margin: 0 auto;
            border-radius: 24px;
            width: 293px;
            height: 432px;
            background-image: url('https://psicosol.com/wp-content/uploads/2026/01/file-3.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .cta-img-item .badge {
            margin-bottom: 24px;
        }

        .cta-img-item h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .cta-img-item p {
            font-size: 15px;
            line-height: 1.6;
            color: #64748b;
            max-width: 320px;
        }

        .cta-img-item a:nth-child(2) {
            color: #fff;
        }

        /* Responsivo até 1000px */
        @media (max-width: 1000px) {
            .cta-img-container {
                grid-template-columns: 1fr;
                gap: 48px;
            }
        }

        /*FIM*/



        /*Serviços*/

        .agro-section {
            padding: 80px 0;
            background: var(--cor3);
        }

        .container {
            width: 90%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* Badge */
        .badge {
            display: inline-block;
            background: var(--cor-sec-soft);
            color: var(--cor-sec-strong);
            padding: 6px 18px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
        }
        
        .badge-produtos {
            display: inline-block;
            background: transparent;
            color: #00000050;
            border: solid 2px #d9d9d9;
            max-width: max-content;
            margin: 0 auto;
            padding: 6px 18px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
        }

        .agro-section .badge {
            background-color: var(--cor3);
            color: var(--cor1);
        }

        /* Title */
        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-top: 20px;
            color: #000;
        }

        /* Description */
        .section-desc {
            max-width: 600px;
            color: #555;
            font-size: 16px;
            margin-top: 12px;
            line-height: 1.6;
        }

        /* Cards container */
        .cards {
            margin-top: 50px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .agro-section .btn-roxo-1 {
            color: var(--cor-quat);
        }


        /* XXXXX */

        .features-extended {
            padding: 64px 20px;
        }

        .features-extended-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .features-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 48px 60px;
        }

        .feature-row {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .feature-row h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 6px;
            color: #0f172a;
        }

        .feature-row p {
            font-size: 15px;
            color: #64748b;
            line-height: 1.6;
        }

        /* Responsivo */
        @media (max-width: 1000px) {
            .features-list {
                grid-template-columns: 1fr;
            }
        }


        /*WPP*/

        .whatsapp-link {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            width: 40px;
            height: 40px;
            bottom: 20px;
            right: 20px;
            margin: 0;
            padding: 12px;
            z-index: 99;
            background-color: #25D366;
            border-radius: 100px;
        }

        .whatsapp-link:hover {
            opacity: 0.5;
        }



        /* Footer*/

        .site-footer {
            background: var(--cor3);
            /* cinza claro */
            padding: 60px 20px;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

        .footer-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            gap: 60px;
            flex-wrap: wrap;
        }

        /* Lado esquerdo */
        .footer-left .img200x53 {
            width: 200px;
            height: 53px;
            background-image: url('https://psicosol.com/wp-content/uploads/2021/07/PSICOSOL.png.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .footer-left h2 {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        .footer-left p {
            max-width: 450px;
            font-size: 1rem;
            color: #33333360;
        }

        .footer-infos-pos-logo {
            display: flex;
            flex-direction: column;
            margin-top: 32px;
            gap: 8px;
        }

        .footer-btn {
            display: inline-block;
            background: var(--cor1);
            color: #fff;
            padding: 12px 24px;
            border-radius: 60px;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-btn:hover {
            opacity: 0.8;
        }

        /* Lado direito */
        .footer-right h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        .footer-right ul {
            list-style: none;
            padding: 0;
        }

        .footer-right ul li {
            margin-bottom: 10px;
        }

        .footer-right ul li a {
            text-decoration: none;
            color: #333;
            font-size: 1rem;
        }

        .footer-right ul li a:hover {
            color: #44b926;
        }

        /* Responsivo */
        @media (max-width: 768px) {
            .footer-container {
                flex-direction: column;
            }
        }