html,
body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;

    text-align: center;
    color: #d4af37;
    font-family: 'Montserrat', sans-serif;

    background:
        radial-gradient(circle,
            rgba(0, 0, 0, 0.00) 15%,
            rgba(0, 0, 0, 0.42) 45%,
            rgba(0, 0, 0, 0.92) 70%,
            rgba(0, 0, 0, 0.995) 100%),
        url('../imgs/bg-black.jpg') center center / cover no-repeat;


}

.hero {


    padding: 0 20px 0px;
    width: 100%;
}

.hero-video-wrapper {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.hero-video-player {
    width: 100%;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.hero-video-wrapper {
    position: relative;
    cursor: pointer;
}

.hero-video-player {
    width: 100%;
    display: block;
}

.video-touch-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.video-touch-layer.hide{
    display:none;
}

.hero h1 {
    color: #fff5dc;
    text-shadow: 0 0 18px rgba(212, 175, 55, 0.15);
    font-size: 3em;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
    line-height: 45px;
}

.hero h2 {
    color: #d7c08a;
    line-height: 34px;
    font-family: Lora;
    font-weight: 400;
    font-size: 1.8rem
}

.highlight {
    color: #f4d27a;
    font-family: 'Cormorant Garamond', serif;
}


.hero .btn,
section .btn {
    display: inline-block;
    background: linear-gradient(180deg, #d4af37 0%, #8c6a16 100%);
    color: #fff;
    padding: 14px 28px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    border: #fff9dc 1px solid;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.hero .btn:hover,
section .btn:hover {
    background: linear-gradient(180deg, #f1d77a 0%, #b88a1d 100%);
    transform: scale(1.05);
    color: #fff;
}


.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 18px 14px;
    border-radius: 6px;
    border: 1px solid rgba(255, 245, 220, 0.55);
    background:
        linear-gradient(180deg,
            #f8df8b 0%,
            #e7c35c 18%,
            #cf9d32 58%,
            #a87618 100%);

    color: #1b1205 !important;
    font-size: 0.82rem !important;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -2px 0 rgba(0, 0, 0, 0.18),
        0 0 18px rgba(212, 175, 55, 0.22),
        0 8px 18px rgba(0, 0, 0, 0.45);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}

.btn:hover {
    background: #ffd770;
    transform: scale(1.05);
    color: #fff;
}

section {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #d7c08a;
    max-width: 1024px;
    margin: 60px auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
}


#padre-pio {

    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #c6912f;

    max-width: 1024px;
    margin: 60px auto;
    padding: 20px;
}


h2 {
    color: #7a5a15;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 38px;
}

h3 {
    color: #f1d8a2;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 40px;
    font-family: 'Cormorant Garamond', serif
}

h4 {
    color: #640e0e;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 26px;
}

p {
    font-size: 17px;
    text-align: left !important;

}

span {
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 15px 0;
    background: #fffdf5;
    border-left: 4px solid #c29c29;
    padding: 12px;
    border-radius: 6px;
}


.recompensas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
    font-size: 1.1rem;
}

.recompensas-grid .full {
    grid-column: span 2;
    /* ocupa toda a linha */
    background: #fffdf0;
}

.card {
    background: #161616;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card.full {
    background: #fff9dc;
    border: 2px solid #d4af37;
}

.card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ecd9af;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.plano-conteudo h3 {

    align-items: center;
    color: #ecd9af;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.icon {
    width: 34px;
    height: 34px;
}

/* Seção Impacto com fundo escuro */
.impacto {
    margin: 60px auto;
    padding: 40px 25px;
    background: linear-gradient(180deg,
            rgba(255, 225, 165, 0.6),
            rgba(255, 199, 114, 0.6)) !important;

    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.22);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #f9eab5;
    /* amarelo claro para textos */
}

.impacto h2 {
    font-size: 2.4rem;
    color: #7a5a15;
    /* branco para títulos */
    margin-bottom: 20px;
    line-height: 1.3;
}

.impacto .subtitulo {
    margin-top: 40px;
    font-size: 2rem;
    color: #7a5a15;
}

.impacto-lista {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
}

.impacto-lista li {
    margin: 12px 0;
    padding-left: 28px;
    position: relative;
    color: #3d2f04;
}

.impacto-lista li::before {
    content: "✦";
    position: absolute;
    margin: 0 5px;
    left: 0;
    color: #3d2f04;
    font-weight: bold;
}

.impacto p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #7a5a15;
}

.impacto .destaque {
    background: rgba(255, 255, 255, 0.4);
    border-left: 5px solid #c29c29;
    padding: 15px;
    font-size: 1.3rem;
    border-radius: 8px;
    margin: 30px 0;
    color: #7a5a15;
}

/* Seção Velário Virtual */
.velario {
    margin: 60px auto;
    padding: 40px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #fffefc;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
    font-family: 'Montserrat', sans-serif;
    color: #3b2c10;
}

.velario-conteudo {
    flex: 1 1 400px;
    text-align: left;
}

.velario-conteudo .btn {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
}

.velario-conteudo {
    text-align: center;
    /* centraliza tudo no container */
}



.velario h2 {
    color: #7a5a15;
    margin-bottom: 20px;
}

.velario h3 {
    margin-top: 25px;
    font-size: 1.4rem;
    color: #7a5a15;
}

.velario p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.1rem;
}

.velario .valor {
    background: #fff9dc;
    border-left: 5px solid #d4af37;
    padding: 12px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 1.2rem;
}

.velario-lista {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
}

.velario-lista li {
    margin: 12px auto;
    font-size: 1.05rem;
    background: #fff9dc;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #d4af37;
    text-align: left;
    max-width: 590px;
    width: 90%;
}


.velario-img {
    flex: 1 1 300px;
    text-align: center;
}

.velario-img img {
    max-width: 100%;

}


#planos {
    max-width: 1260px;
    margin: -20px auto 0 auto;
    padding: 20px;
    text-align: center;
}

#planos h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
}

:root {
    --gold-main: #d4af37;
    --gold-soft: #f3d57a;
    --gold-dark: #8c6a16;
    --gold-border: rgba(212, 175, 55, 0.28);

    --card-bg: #090704;
    --card-bg-2: #120d07;

    --text-main: #f7f0dc;
    --text-soft: #d8c8a3;
    --text-muted: #a8946c;
}

/* BOX PADRE PIO CITAÇÃO */

.padre-pio-box{
    display:flex;
    align-items:center;
    gap:0;
}

.padre-pio-img{
    flex:0 0 auto;
    text-align:center;
}

.padre-pio-img img{
    width:230px;
    margin-bottom:-7px;
    display:block;
}

.padre-pio-texto{
    flex:1;
    text-align:left;
    margin-left:-20px;
}

.padre-pio-texto blockquote{
    font-size:36px;
    line-height:44px;
    font-style:normal;
    color:#c29e44;
    margin:0;
    font-family:'Cormorant Garamond', serif;
}

.padre-pio-texto small{
    font-size:20px;
}

.padre-pio-cta{
    text-align:center;
    margin-top:10px;
}

.btn-padre-pio{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 34px;

    border-radius:18px;

    text-decoration:none;

    font-family:'Montserrat', sans-serif;
    font-size:1.45rem;
    font-weight:600;

    color:#1b1205;

        background: linear-gradient(180deg, #f1d77a 0%, #b88a1d 100%);

    border:1px solid rgba(255,245,220,.65);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        inset 0 -2px 0 rgba(0,0,0,.18),
        0 0 24px rgba(212,175,55,.28),
        0 10px 24px rgba(0,0,0,.45);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}

.btn-padre-pio:hover{

    transform:translateY(-2px) scale(1.02);

    filter:brightness(1.05);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        inset 0 -2px 0 rgba(0,0,0,.18),
        0 0 38px rgba(212,175,55,.38),
        0 14px 30px rgba(0,0,0,.55);
}

@media(max-width:768px){

    .btn-padre-pio{

        width:100%;
        box-sizing:border-box;

        font-size:1rem;

        padding:16px 20px;
    }

}

@media (max-width:768px){

    .padre-pio-box{
        flex-direction:column;
    }

    .padre-pio-texto{
        margin-left:0;
        text-align:center;
    }

    .padre-pio-texto blockquote{
        font-size:24px;
        line-height:30px;
    }

    .padre-pio-img img{
        width:200px;
        margin-bottom: 10px;
    }

    #planos h1 {
        line-height: 28px;
        font-size: 1.9rem;
    }

    #planos {
    margin:0 10px 0;
}

.padre-pio-cta {
    text-align: center;
    margin: 10px;
}
}

/* GRID */
.planos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
    align-items: stretch;
}

/* CARD */
.plano {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(180deg,
            rgba(18, 13, 7, 0.98) 0%,
            rgba(7, 5, 3, 0.98) 100%);

    border: 1px solid var(--gold-border);
    border-radius: 18px;

    .plano {
        padding: 0;
        overflow: hidden;
    }

    text-align: left;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    transition: transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;

    box-shadow: 0 0 0 rgba(212, 175, 55, 0),
    0 10px 30px rgba(0, 0, 0, 0.45);
}

/* HOVER */
.plano:hover {
    transform: translateY(-6px);

    border-color: rgba(243, 213, 122, 0.9);

    box-shadow:
        0 0 25px rgba(212, 175, 55, 0.18),
        0 0 50px rgba(212, 175, 55, 0.08),
        0 15px 40px rgba(0, 0, 0, 0.65);
}

/* TOPO */
.plano-topo {
    padding: 28px 28px 18px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

/* FAIXA MAIS ESCOLHIDO */
.etiqueta-topo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;

    width: 100%;

    background:
        radial-gradient(
        circle,
        #ffdd88 0%,
        #c9982f 100%
    );

    color: #1a1205;

    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    padding: 14px 10px;

    border-radius: 0;

    font-size: 1rem;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 3px 10px rgba(0, 0, 0, 0.25);
}

/* APOIANDO COM */
.plano h3 {
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;

    color: var(--text-muted);
    align-items: center;
    color: #ecd9af;
    margin-bottom: 10px;
    font-family: 'Montserrat';

    text-align: center;

    margin: 25 0 18px;
}

/* PREÇO */
.preco {
    text-align: center;
    color: var(--gold-soft);
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}

.preco span {
    font-size: 1rem;
    color: var(--text-soft);
    font-family: 'Montserrat', sans-serif;
    margin-right: -5px;
}

/* FRASE */
.frase {
    padding: 0 28px;
    margin: 18px 0 10px;

    color: var(--text-muted);

    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;

    text-align: left;
    box-sizing: border-box;
}

/* LISTA */
.plano ul {
    list-style: none;
    padding: 24px 28px;
    margin: 0;
    flex-grow: 1;
}

.plano ul li {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.10);

    border-left: none;

    color: var(--text-main);

    padding: 16px 0 16px 28px;
    margin: 0;

    border-radius: 0;

    position: relative;

    font-size: 1rem;
    line-height: 1.45;
}

/* CHECK */
.plano ul li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 16px;

    color: var(--gold-main);

    font-weight: bold;
    font-size: 1rem;
}

/* BENEFÍCIO DESTACADO */

.plano ul li.destaque::before {
    left: 16px;
}

.plano ul li.destaque {
    background: rgba(212, 175, 55, 0.08);

    border: 1px solid rgba(212, 175, 55, 0.14);

    padding: 16px 18px 16px 42px;

    border-radius: 8px;

    color: var(--gold-soft);

    font-style: italic;
    font-weight: 600;

    margin-bottom: 12px;
}

/* BOTÃO */
.btn-wrap {
    margin-top: auto;
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
}

.planos-grid .btn {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 15px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 245, 220, 0.55);
    background:
        linear-gradient(180deg,
            #f8df8b 0%,
            #e7c35c 18%,
            #cf9d32 58%,
            #a87618 100%);

    color: #1b1205 !important;
    font-size: 1.1rem !important;
    font-weight: 600;    
    text-transform: none;
    text-align: center;
    box-sizing: border-box;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -2px 0 rgba(0, 0, 0, 0.18),
        0 0 18px rgba(212, 175, 55, 0.22),
        0 8px 18px rgba(0, 0, 0, 0.45);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
        line-height: 20px;
}
.nota-plano .btn {
    display: block;
    background: #b9932f;
    color: #fff;
    padding: 5px 20px;
    line-height: 25px;
    margin: 0 auto 20px auto; /* centraliza horizontalmente */
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px !important;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    border: #fff9dc 1px solid;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 45%;
}

/* CARD CENTRAL */
.plano.destaque {
    border-color: rgba(212, 175, 55, 0.55);

    box-shadow:
        0 0 35px rgba(212, 175, 55, 0.12),
        0 15px 40px rgba(0, 0, 0, 0.55);
}

/* MOBILE */
@media (max-width: 992px) {

    .nota-plano .btn {
        width: 100%;
    }

    .planos-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .planos-grid {
        grid-template-columns: 1fr;
    }

    .preco {
        font-size: 2rem;
    }


}



/* Mobile */
@media (max-width: 992px) {
    .planos-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .planos-grid {
        grid-template-columns: 1fr;
    }
}

.montligeon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 60px auto;
    padding: 40px 25px;
    background: #fffefc;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    font-family: 'Montserrat', sans-serif;
    color: #3b2c10;
}

.montligeon-conteudo {
    flex: 1 1 400px;
    text-align: left;
}

.montligeon h2 {
    color: #7a5a15;
    margin-bottom: 10px;
}

.montligeon p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.montligeon .btn {
    margin-top: 20px;
    font-size: 20px;
}

.montligeon .nota {
    margin-top: 30px;
    font-size: 0.95rem;
    font-style: italic;
    color: #555;
}

.montligeon-img {
    flex: 1 1 400px;
    text-align: center;
}

.montligeon-img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



footer {
    background: #000;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    color: #fff9dc;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 12px;
    width: 100%;

}

/* Monitores pequenos/médios */
@media (max-width: 1366px) and (min-width: 1024px) {
    .hero h1 {
        font-size: 2.3rem;
    }

    .hero h2 {
        font-size: 1.9rem;
        padding: 12px;
        margin: 18px auto;
        max-width: 750px;
    }
}


/* Mobile*/
@media (max-width: 768px) {
    body {

        background:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.45),
                rgba(0, 0, 0, 0.72)),
            url('../imgs/bg-black.jpg') center top / cover no-repeat fixed;

    }

    .hero {

        padding: 20px 0px 0px;

    }

    .hero h1 {

        font-size: 2.3rem;
        line-height: 42px;
        margin: 15px 0;

    }

    .hero h2 {

        font-size: 1.1rem;
        line-height: 24px;
        margin-bottom: 18px;
        padding: 0 6px;

    }

    .hero-video-wrapper {

        width: calc(100% - 0px);

        max-width: 100%;

        margin: 10px auto;

        box-sizing: border-box;

        border-radius: 14px;

        overflow: hidden;

    }

   
 .hero-video-player{
        object-fit: cover;
    }

    .hero-video-player {

        border-radius: 14px;

        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.45),
            0 0 18px rgba(212, 175, 55, 0.12);

    }

    section {

        margin: 30px 12px;

    }

    .recompensas-grid {
        grid-template-columns: 1fr;
        /* força apenas 1 coluna */
    }

    .recompensas-grid .full {
        grid-column: span 1;
        /* corrige o span que quebrava no mobile */
    }

    .card {
        text-align: center;
    }

    .card h3 {
        justify-content: center;
        /* centraliza ícone + título */
    }

    .velario {
        flex-direction: column;
        text-align: center;
    }

    .velario-conteudo {
        text-align: center;
    }

    .velario h2 {
        font-size: 1.8rem;
    }

    .montligeon {
        flex-direction: column;
        text-align: center;
    }

    .montligeon-conteudo {
        text-align: center;
    }
}