        /* GRID */
        
        @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;800&display=swap');
         :root {
            --primary-blue: #005691;
            --accent-gold: #a5a5a5;
            --dark-gray: #1a1a1a;
            --white: #ffffff;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            background-color: #e6e6e6;
            background-position: center;
            color: var(--dark-gray);
            background-image: linear-gradient(rgba(233, 233, 233, 0.9)), url('../img/produtos/1.produto.png');
            background-position: center;
            background-repeat: repeat;
            background-size: auto auto;
            /*background: linear-gradient( to right, rgba(223, 223, 223, 0.6) 30%, rgba(235, 235, 235, 0.5) 30%, transparent 10%), url('../img/produtos/fundo_padrao1.jpg');*/
        }
        /* ==========================================================
   BANNER TÍTULO
========================================================== */
        
        .cement-banner-title {
            width: min(95%, 720px);
            margin: 40px auto;
            padding: 12px 30px;
            display: flex;
            align-items: center;
            gap: 20px;
            background: #f5f5f5;
            border-radius: 70px;
            border: 1px solid #003366;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
        }
        /* ==========================================================
   TEXTO
========================================================== */
        
        .cement-banner-title p {
            margin: 0;
            color: #003366;
            font-size: clamp(1rem, 0.99vw, 1.4rem);
            line-height: 1.5;
        }
        /* ==========================================================
   IMAGEM
========================================================== */
        
        .cement-banner-title-img {
            width: 55px;
            height: 55px;
            flex-shrink: 0;
            padding: 8px;
            border-radius: 50%;
            object-fit: contain;
            background: #f7f7f7;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
            border: 1px solid #c5c5c5;
        }
        
        .cement-banner-container {
            top: -130px;
            position: relative;
            width: 100%;
            height: 114vh;
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4) 100%), url('../img/produtos/index_principal.webp');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-bottom: 10px solid var(--accent-gold);
        }
        
        .cement-content-wrapper {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 2;
        }
        
        .cement-text-section {
            max-width: 690px;
            color: var(--white);
            opacity: 0;
            transform: translateX(-100px);
            transition: all 1s ease-out forwards;
        }
        
        .cement-text-section.animate {
            opacity: 1;
            transform: translateX(0);
        }
        
        .cement-badge {
            height: 239px;
            width: 200px;
            background: linear-gradient(rgba(255, 255, 255, 0)), url('../img/produtos/selo.png');
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: 80%;
            background-position-y: 90%;
        }
        
        .cement-h1 {
            font-size: 3.1rem;
            font-weight: bolder;
            line-height: 1.1;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .cement-h1 span {
            color: var(--accent-gold);
        }
        
        .cement-p {
            font-size: 1.15rem;
            margin-bottom: 35px;
            line-height: 1.5;
            font-weight: 400;
            opacity: 0.9;
        }
        
        .cement-cta-btn {
            background-color: var(--accent-gold);
            color: var(--dark-gray);
            padding: 18px 40px;
            text-decoration: none;
            font-weight: 800;
            text-transform: uppercase;
            border-radius: 50px;
            transition: 0.3s;
            display: inline-block;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        
        .cement-cta-btn:hover {
            background-color: #babba048;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            color: #ffffff;
        }
        
        .cement-visual-elements {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            height: 339px;
            width: 200px;
            background: linear-gradient(rgba(255, 255, 255, 0)), url('../img/produtos/qualidade.png');
            background-repeat: no-repeat;
            background-size: 210px;
            background-position-y: 90%;
        }
        
        .cement-seal-container {
            width: 160px;
            height: 160px;
            background: var(--accent-gold);
            border: 5px solid var(--white);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: var(--dark-gray);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
            animation: pulse 2s infinite;
        }
        
        .cement-seal-container i {
            font-size: 2.5rem;
            margin-bottom: 5px;
        }
        
        .cement-seal-container b {
            font-size: 0.8rem;
            text-transform: uppercase;
            line-height: 1;
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .cement-banner-footer {
            position: absolute;
            bottom: 25px;
            width: 90%;
            left: 5%;
            display: flex;
            justify-content: space-between;
            color: white;
            font-weight: 700;
            letter-spacing: 2px;
            font-size: 0.9rem;
            opacity: 0.8;
        }
        /* ==========================================================
   GRID DOS PRODUTOS
========================================================== */
        
        .cement-grid {
            scroll-margin-top: 120px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(327px, 315px));
            justify-content: center;
            gap: 20px;
            max-width: 1500px;
            margin: 60px auto;
            padding: 0 0px;
            box-sizing: border-box;
        }
        /* ==========================================================
   CARD
========================================================== */
        
        .cement-card {
            width: 315px;
            height: 480px;
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 18px;
            padding: 24px;
            padding-bottom: 70px;
            background: #ebebeb;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            transition: .35s ease;
            box-sizing: border-box;
            border: 1px solid #c0c0c0;
            backdrop-filter: blur(100px);
        }
        
        .cement-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .cement-card img {
            width: clamp(100px, 25vw, 130px);
            height: auto;
            margin: 0 auto 18px;
            display: block;
        }
        
        .cement-card h3 {
            color: #003366;
            margin-bottom: 8px;
            font-size: 1.08rem;
        }
        
        .cement-card p {
            font-size: .95rem;
            color: #555;
        }
        
        .cement-card ul {
            list-style: none;
            padding: 0;
            margin: 15px 0;
        }
        
        .cement-card li {
            font-size: 0.8rem;
            margin-bottom: 6px;
            text-align: left;
        }
        
        .cement-card i {
            color: #003366;
            margin-right: 6px;
        }
        /* BOTÃO */
        
        .btn-open {
            position: absolute;
            bottom: 16px;
            left: 16px;
            background: #003366;
            color: #fff;
            border: none;
            padding: 8px 18px;
            border-radius: 30px;
            cursor: pointer;
            transition: background .3s, transform .2s;
            font-size: 0.85rem;
        }
        
        .btn-open:hover {
            background: #002244;
            transform: scale(1.05);
        }
        /* MODAL */
        
        .modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
            z-index: 999;
        }
        
        .modal-content {
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            max-width: 520px;
            width: 90%;
            position: relative;
            animation: scaleIn .3s ease;
        }
        
        .close {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 26px;
            cursor: pointer;
        }
        
        @keyframes scaleIn {
            from {
                transform: scale(.85);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }
        /* FADE IN AO SCROLL */
        
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity .6s ease, transform .6s ease;
        }
        
        .fade-in.show {
            opacity: 1;
            transform: translateY(0);
        }
        /* =========================================================
   SEARCH BOX
========================================================= */
        
        .search-box {
            position: relative;
            width: 20%;
            max-width: 450px;
            margin-left: auto;
            margin-top: auto;
        }
        
        .search-box input {
            width: 100%;
            padding: 14px 50px 14px 18px;
            border: 2px solid #dbe4ea;
            border-radius: 50px;
            font-size: 15px;
            outline: none;
            transition: 0.3s ease;
            background: #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }
        
        .search-box input:focus {
            border-color: #009bde;
            box-shadow: 0 0 0 4px rgba(0, 155, 222, 0.12);
        }
        
        .search-box i {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #009bde;
            font-size: 16px;
        }
        /* =========================================================
   ITENS DA PESQUISA
========================================================= */
        /* ==========================================================
   SECÇÃO DE PESQUISA
========================================================== */
        
        .search-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            width: 100%;
            max-width: 1400px;
            margin: 50px auto;
            padding: 0 20px;
            align-items: stretch;
        }
        /* ==========================================================
   CARD
========================================================== */
        
        .search-item {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: 180px;
            padding: 24px;
            border-radius: 20px;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-top: 3px solid #003366;
            border-left: 3px solid #003366;
            box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
            box-sizing: border-box;
        }
        /* Hover */
        
        .search-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
            border-color: #003366;
        }
        /* Título */
        
        .search-item h3 {
            margin-bottom: 12px;
            color: #003366;
            font-size: 1.2rem;
            font-weight: 600;
        }
        /* Texto */
        
        .search-item p {
            color: #555;
            line-height: 1.7;
            font-size: .95rem;
            flex: 1;
        }
        /* =========================================================
RESPONSIVO 
========================================================= */
        
        @media (max-width:1280px) {
            .cement-grid {
                grid-template-columns: repeat(3, 315px);
                justify-content: center;
            }
        }
        
        @media (max-width:1024px) {
            .cement-grid {
                grid-template-columns: repeat(3, 315px);
                justify-content: center;
            }
        }
        
        @media (max-width:992px) {
            .cement-banner-title {
                width: 95%;
                padding: 14px 24px;
            }
        }
        
        @media (max-width:912px) {
            .cement-grid {
                grid-template-columns: repeat(2, 300px);
                justify-content: center;
            }
        }
        
        @media (max-width: 900px) {
            .cement-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .search-item {
                padding: 5px;
                border-radius: 25px;
                background: #f8fafc00;
                border: 2px solid #ffffff;
                border-top: 2px solid #adadad;
                border-left: 2px solid #adadad;
                transition: 0.3s ease;
            }
        }
        /* Mobile adjustments */
        
        @media (max-width: 768px) {
            .cement-banner-container {
                height: auto;
                padding: 80px 0;
            }
            .cement-content-wrapper {
                flex-direction: column;
                text-align: center;
            }
            .cement-h1 {
                font-size: 2.2rem;
            }
            .cement-visual-elements {
                display: none;
            }
            .cement-banner-footer {
                position: relative;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                margin-top: 30px;
            }
            .cement-banner-title {
                flex-direction: column;
                text-align: center;
                border-radius: 28px;
                padding: 25px 20px;
                gap: 18px;
            }
            .cement-banner-title-img {
                width: 85px;
                height: 85px;
            }
        }
        
        @media (max-width: 600px) {
            .cement-grid {
                grid-template-columns: 1fr;
            }
            .search-item {
                padding: 5px;
                border-radius: 25px;
                background: #f8fafc00;
                border: 2px solid #ffffff;
                border-top: 2px solid #adadad;
                border-left: 2px solid #adadad;
                transition: 0.3s ease;
            }
        }
        /* =========================================================
CONFIGURAÇÃO BASE (Mobile-First: 390px - 768px)
========================================================= */
        /*
        @media (max-width: 768px) {
            .search-box {
                max-width: 100%;
                padding: 0 15px;
            }
            .search-item {
                padding: 18px;
            }
            .search-item {
                padding: 5px;
                border-radius: 25px;
                background: #f8fafc00;
                border: 2px solid #ffffff;
                border-top: 2px solid #adadad;
                border-left: 2px solid #adadad;
                transition: 0.3s ease;
            }
            .cement-grid {
                grid-template-columns: repeat(1, 1fr);
            }
            .cement-card {
                height: 430px;
            }
            .cement-banner-title {
                width: 420px;
                height: 50px;
                margin-left: 10px;
            }
            .cement-banner-title p {
                font-size: 11px;
                padding-left: 5px;
                padding-top: 0px;
            }
        }*/
        
        @media (max-width: 480px) {
            .cement-grid {
                grid-template-columns: repeat(1, 1fr);
            }
            .cement-card {
                height: 430px;
            }
            .cement-banner-title {
                padding: 20px 15px;
            }
            .cement-banner-title-img {
                width: 70px;
                height: 70px;
            }
            .cement-banner-title p {
                font-size: .95rem;
            }
        }