/* HOME CABULOSA — foco em aproximar da referência aprovada.
   Carrega por último e sobrepõe as versões antigas da home. */

:root {
    --home-navy: #061f3d;
    --home-navy-2: #082b52;
    --home-gold: #c8842b;
    --home-gold-soft: #ead1aa;
    --home-cream: #fffaf1;
    --home-cream-2: #f8efe2;
    --home-text: #092644;
    --home-muted: #5f6f86;
    --home-line: rgba(201, 132, 43, .24);
    --home-shadow: 0 22px 70px rgba(6, 31, 61, .08);
}

.silc-home-cabuloso {
    max-width: 1440px;
    margin: 0 auto;
    background:
        radial-gradient(circle at 4% 7%, rgba(201,132,43,.10), transparent 24%),
        radial-gradient(circle at 90% 16%, rgba(201,132,43,.10), transparent 30%),
        linear-gradient(180deg, var(--home-cream), #fff 52%, var(--home-cream));
    color: var(--home-text);
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(6,31,61,.04), 0 40px 120px rgba(6,31,61,.10);
}

/* NAV — deixa o topo parecido com mockup */
.silc-home-cabuloso .public-nav,
.silc-home-cabuloso .mock-nav {
    height: 108px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 100px !important;
    background: rgba(255,250,241,.92) !important;
    border-bottom: 1px solid rgba(201,132,43,.18) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    backdrop-filter: blur(12px);
}

.silc-home-cabuloso .public-nav a,
.silc-home-cabuloso .mock-nav a {
    color: var(--home-navy) !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.silc-home-cabuloso .public-nav .nav-cta,
.silc-home-cabuloso .mock-nav .nav-cta,
.silc-home-cabuloso .public-nav a[href*="inscricoes"]:last-child,
.silc-home-cabuloso .mock-nav a[href*="inscricoes"]:last-child {
    background: var(--home-navy) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 16px 28px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    box-shadow: 0 15px 36px rgba(6,31,61,.16) !important;
}

/* HERO */
.home-hero {
    min-height: 610px;
    display: grid;
    grid-template-columns: 47% 53%;
    position: relative;
    border-bottom: 1px solid rgba(201,132,43,.22);
}

.home-hero-copy {
    padding: 84px 40px 68px 105px;
    position: relative;
    z-index: 3;
}

.home-kicker,
.home-section-kicker {
    margin: 0;
    color: var(--home-gold);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 950;
}

.home-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--home-navy);
    font-size: clamp(82px, 7.3vw, 132px);
    font-weight: 400;
    line-height: .84;
    letter-spacing: -.075em;
    margin: 28px 0 18px;
}

.home-meta {
    display: grid;
    gap: 10px;
    margin: 20px 0 22px;
}

.home-meta span {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--home-navy);
    font-weight: 800;
    font-size: 16px;
}

.home-meta span::before {
    content: "⌖";
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: var(--home-gold);
    display: grid;
    place-items: center;
    font-size: 14px;
}

.home-meta span:first-child::before {
    content: "□";
}

.home-meta strong {
    display: none;
}

.home-hero-text {
    max-width: 460px;
    color: var(--home-text);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 30px;
}

.home-actions {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}

.home-actions a {
    text-decoration: none;
    font-weight: 950;
}

.home-actions .primary {
    background: var(--home-navy);
    color: #fff;
    border-radius: 5px;
    padding: 18px 34px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 18px 42px rgba(6,31,61,.18);
}

.home-actions .secondary {
    color: var(--home-navy);
    font-size: 16px;
}

.home-actions .secondary span {
    margin-left: 12px;
}

.home-hero-visual {
    min-height: 610px;
    background:
        linear-gradient(90deg, #fffaf1 0%, rgba(255,250,241,.80) 17%, rgba(255,250,241,.17) 46%, rgba(255,250,241,0) 70%),
        radial-gradient(circle at 78% 46%, rgba(255,255,255,.88), rgba(255,255,255,.24) 13%, transparent 23%),
        linear-gradient(135deg, #d9c29d, #354150 58%, #09223e);
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-hero-visual.has-image {
    background-size: cover;
    background-position: center;
}

.home-sun {
    position: absolute;
    right: 20%;
    top: 38%;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,.96), rgba(255,255,255,.48) 34%, rgba(255,255,255,0) 72%);
    filter: blur(1px);
}

.home-botanical {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 190px;
    opacity: .45;
    pointer-events: none;
}

.home-botanical::before {
    content: "";
    position: absolute;
    left: 47px;
    bottom: 0;
    width: 1px;
    height: 170px;
    background: var(--home-gold);
    transform: rotate(22deg);
}

.home-botanical span {
    position: absolute;
    border: 1px solid var(--home-gold);
    border-radius: 100% 0 100% 0;
    width: 42px;
    height: 20px;
}

.home-botanical span:nth-child(1) { left: 28px; bottom: 74px; transform: rotate(-25deg); }
.home-botanical span:nth-child(2) { left: 54px; bottom: 112px; transform: rotate(35deg); }
.home-botanical span:nth-child(3) { left: 40px; bottom: 142px; transform: rotate(-18deg); }

/* WHAT + LEADER */
.home-intro-leader {
    display: grid;
    grid-template-columns: 38% 62%;
    border-bottom: 1px solid rgba(201,132,43,.22);
}

.home-what {
    padding: 52px 72px 56px 110px;
    border-right: 1px solid rgba(201,132,43,.20);
}

.home-what h2,
.home-for-who h2,
.home-location h2,
.home-package-title h2,
.home-activation h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--home-navy);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
    margin: 12px 0 20px;
}

.home-what h2 {
    font-size: 34px;
}

.home-what p:not(.home-section-kicker) {
    color: var(--home-text);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.home-leader-card {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 250px;
    background: linear-gradient(90deg, rgba(255,250,241,.20), #fffaf1);
}

.home-leader-photo {
    background:
        radial-gradient(circle at 50% 26%, #f1debf, transparent 26%),
        linear-gradient(135deg, #d8c5a5, #f8efe2);
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.home-leader-photo.has-image {
    background-size: cover;
    background-position: center;
}

.home-leader-copy {
    padding: 52px 84px 42px 70px;
}

.home-leader-copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--home-navy);
    font-weight: 400;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -.045em;
    margin: 12px 0 14px;
}

.home-leader-copy p:not(.home-section-kicker) {
    color: var(--home-text);
    line-height: 1.65;
    max-width: 470px;
}

.home-leader-copy span {
    display: block;
    margin-top: 22px;
    color: #244665;
    font-family: 'Brush Script MT', cursive;
    font-size: 36px;
    transform: rotate(-3deg);
}

/* PARA QUEM */
.home-for-who {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: center;
    padding: 58px 110px;
    border-bottom: 1px solid rgba(201,132,43,.22);
    background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,250,241,.72));
}

.home-for-who h2 {
    font-size: 40px;
    max-width: 420px;
}

.home-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    align-items: center;
    text-align: center;
}

.home-icon-grid article {
    color: var(--home-navy);
}

.home-icon-grid span {
    color: var(--home-gold);
    font-size: 46px;
    display: block;
    margin-bottom: 14px;
    filter: sepia(.25);
}

.home-icon-grid strong {
    display: block;
    font-size: 17px;
    line-height: 1.35;
}

/* LOCATION */
.home-location {
    min-height: 255px;
    display: grid;
    grid-template-columns: 39% 61%;
    border-bottom: 1px solid rgba(201,132,43,.22);
}

.home-location-copy {
    padding: 52px 50px 46px 112px;
    position: relative;
    z-index: 2;
}

.home-location h2 {
    font-size: 43px;
}

.home-location p {
    color: var(--home-text);
    line-height: 1.65;
    max-width: 420px;
}

.home-location span {
    display: block;
    margin-top: 18px;
    color: var(--home-text);
    font-size: 14px;
}

.home-location-image {
    background:
        linear-gradient(90deg, #fffaf1 0%, rgba(255,250,241,.70) 28%, rgba(255,250,241,0) 58%),
        linear-gradient(135deg, #e5c687, #6f7c57 46%, #1e3a53);
    background-size: cover;
    background-position: center;
}

/* PACKAGES */
.home-packages {
    padding: 42px 110px 38px;
    border-bottom: 1px solid rgba(201,132,43,.22);
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(201,132,43,.10), transparent 30%),
        #fffaf1;
}

.home-package-title h2 {
    font-size: 42px;
    margin-bottom: 7px;
}

.home-package-title p:not(.home-section-kicker) {
    margin: 0;
    color: var(--home-muted);
}

.home-package-grid {
    max-width: 1010px;
    margin: 36px auto 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    align-items: stretch;
}

.home-package-card {
    position: relative;
    border: 1px solid rgba(201,132,43,.42);
    border-radius: 12px;
    background: rgba(255,255,255,.76);
    padding: 30px 34px 28px;
    text-align: left;
    box-shadow: 0 15px 50px rgba(6,31,61,.055);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(6,31,61,.10);
}

.home-package-card.featured {
    border-color: rgba(201,132,43,.88);
    transform: translateY(-8px);
}

.package-ribbon {
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    background: var(--home-navy);
    color: #fff;
    border-radius: 0 0 7px 7px;
    padding: 8px 28px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 950;
    white-space: nowrap;
}

.package-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #f4e1c2;
    display: grid;
    place-items: center;
    color: var(--home-gold);
    margin-bottom: 16px;
    font-size: 25px;
}

.home-package-card h3 {
    color: var(--home-navy);
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.home-package-card strong {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--home-navy);
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 18px;
}

.home-package-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    gap: 7px;
}

.home-package-card li {
    color: var(--home-text);
    font-size: 13px;
    line-height: 1.35;
}

.home-package-card li::before {
    content: "✓";
    color: var(--home-gold);
    margin-right: 7px;
    font-weight: 950;
}

.home-package-card a {
    display: block;
    text-align: center;
    background: var(--home-navy);
    color: #fff;
    border-radius: 4px;
    padding: 13px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
}

.home-payment-note {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--home-text);
    font-size: 13px;
    line-height: 1.5;
}

/* BAND */
.home-experience-band {
    background: linear-gradient(135deg, #061f3d, #082d55);
    color: #fff;
    display: grid;
    grid-template-columns: 1.3fr repeat(5, 1fr);
    align-items: center;
    gap: 24px;
    padding: 38px 110px;
}

.experience-title {
    padding-right: 38px;
    border-right: 1px solid rgba(255,255,255,.20);
}

.experience-title h2 {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #f0c37a;
    line-height: 1;
    font-size: 33px;
    margin: 0 0 12px;
    letter-spacing: -.04em;
}

.experience-title p {
    color: rgba(255,255,255,.78);
    margin: 0;
    line-height: 1.45;
}

.home-experience-band article {
    text-align: center;
}

.home-experience-band article span {
    color: #d79a43;
    font-size: 34px;
    display: block;
    margin-bottom: 12px;
}

.home-experience-band article strong {
    display: block;
    font-size: 15px;
    line-height: 1.28;
}

/* TESTIMONIALS */
.home-testimonials {
    padding: 42px 110px 44px;
    text-align: center;
    border-bottom: 1px solid rgba(201,132,43,.22);
    background: #fffaf1;
}

.home-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 28px;
}

.home-testimonial-grid article {
    position: relative;
    padding: 18px 28px;
    border-left: 1px solid rgba(201,132,43,.28);
    border-right: 1px solid rgba(201,132,43,.10);
}

.home-testimonial-grid span {
    color: var(--home-gold);
    font-family: Georgia, serif;
    font-size: 50px;
    line-height: .4;
}

.home-testimonial-grid p {
    color: var(--home-text);
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 12px;
}

.home-testimonial-grid strong {
    color: var(--home-navy);
}

/* FAQ + CONTACT */
.home-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(201,132,43,.22);
}

.home-faq,
.home-contact {
    padding: 42px 112px 50px;
}

.home-faq {
    border-right: 1px solid rgba(201,132,43,.20);
}

.home-faq h2,
.home-contact h2 {
    font-family: Georgia, serif;
    color: var(--home-navy);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -.04em;
    margin: 0 0 20px;
}

.home-faq details {
    border: 1px solid rgba(201,132,43,.22);
    border-radius: 3px;
    background: rgba(255,255,255,.55);
    margin-bottom: 7px;
}

.home-faq summary {
    list-style: none;
    cursor: pointer;
    color: var(--home-navy);
    font-weight: 800;
    padding: 9px 14px;
    display: flex;
    justify-content: space-between;
}

.home-faq summary::after {
    content: "+";
}

.home-faq details[open] summary::after {
    content: "−";
}

.home-faq p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.55;
    padding: 0 14px 12px;
    font-size: 13px;
}

.home-contact p {
    color: var(--home-muted);
    margin-top: 0;
}

.contact-line {
    border-bottom: 1px solid rgba(201,132,43,.28);
    max-width: 330px;
    padding: 12px 0;
}

.contact-line strong,
.contact-line span {
    display: block;
}

.contact-line strong {
    color: var(--home-navy);
    margin-bottom: 4px;
}

.contact-line span {
    color: var(--home-muted);
}

.home-social {
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.home-social span {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--home-navy);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950;
}

/* ATIVAÇÃO — depois da venda, como complemento */
.home-activation {
    display: grid;
    grid-template-columns: 47% 53%;
    background:
        radial-gradient(circle at 8% 15%, rgba(201,132,43,.18), transparent 32%),
        linear-gradient(135deg, #fffaf1, #f8efe2);
    border-bottom: 1px solid rgba(201,132,43,.22);
}

.activation-copy {
    padding: 60px 58px 60px 110px;
}

.home-activation h2 {
    font-size: 48px;
}

.activation-copy p:not(.home-section-kicker) {
    color: var(--home-text);
    line-height: 1.65;
    max-width: 520px;
}

.activation-copy a {
    display: inline-block;
    margin-top: 18px;
    background: var(--home-navy);
    color: #fff;
    padding: 15px 24px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
}

.activation-visual {
    min-height: 330px;
    background:
        linear-gradient(135deg, rgba(6,31,61,.94), rgba(6,31,61,.55)),
        radial-gradient(circle at 70% 35%, rgba(201,132,43,.32), transparent 28%),
        #061f3d;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    align-items: stretch;
}

.activation-visual article {
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.13);
}

.activation-visual span {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    color: #f0c37a;
}

.activation-visual strong {
    font-size: 17px;
}

/* FOOTER */
.home-footer {
    background: linear-gradient(135deg, #061f3d, #082d55);
    color: #fff;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 42px;
    padding: 44px 110px;
}

.home-footer p,
.home-footer a {
    color: rgba(255,255,255,.74);
    line-height: 1.55;
    text-decoration: none;
    font-size: 14px;
}

.home-footer h3 {
    color: #fff;
    margin: 0 0 14px;
}

.home-footer a {
    display: block;
    margin-bottom: 6px;
}

/* Responsivo */
@media (max-width: 1180px) {
    .silc-home-cabuloso .public-nav,
    .silc-home-cabuloso .mock-nav {
        padding: 0 40px !important;
    }

    .home-hero,
    .home-intro-leader,
    .home-leader-card,
    .home-for-who,
    .home-location,
    .home-activation,
    .home-bottom-grid,
    .home-footer {
        grid-template-columns: 1fr;
    }

    .home-hero-copy,
    .home-what,
    .home-leader-copy,
    .home-for-who,
    .home-location-copy,
    .home-packages,
    .home-testimonials,
    .home-faq,
    .home-contact,
    .activation-copy,
    .home-footer {
        padding-left: 42px;
        padding-right: 42px;
    }

    .home-icon-grid,
    .home-package-grid,
    .home-testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-experience-band {
        grid-template-columns: 1fr 1fr;
        padding-left: 42px;
        padding-right: 42px;
    }

    .experience-title {
        border-right: 0;
    }

    .home-hero-visual {
        min-height: 420px;
        grid-row: 1;
    }

    .home-hero-copy {
        grid-row: 2;
    }
}

@media (max-width: 720px) {
    .silc-home-cabuloso .public-nav,
    .silc-home-cabuloso .mock-nav {
        height: auto !important;
        min-height: 82px !important;
        padding: 18px 22px !important;
        flex-wrap: wrap !important;
        gap: 14px !important;
    }

    .home-hero-copy,
    .home-what,
    .home-leader-copy,
    .home-for-who,
    .home-location-copy,
    .home-packages,
    .home-testimonials,
    .home-faq,
    .home-contact,
    .activation-copy,
    .home-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-hero h1 {
        font-size: 68px;
    }

    .home-icon-grid,
    .home-package-grid,
    .home-testimonial-grid,
    .home-experience-band,
    .activation-visual {
        grid-template-columns: 1fr;
    }

    .home-package-card.featured {
        transform: none;
    }

    .home-footer {
        gap: 20px;
    }
}
