/* SILC HOME RESET MOCKUP V3
   Uma página isolada, sem depender das sobras das tentativas anteriores. */

:root {
    --shr-navy: #071f3b;
    --shr-blue: #092b52;
    --shr-gold: #c78028;
    --shr-gold-soft: #ead0a3;
    --shr-cream: #fffaf1;
    --shr-cream-2: #f7efe4;
    --shr-text: #0b2746;
    --shr-muted: #617188;
    --shr-line: rgba(199, 128, 40, .24);
}

body:has(.silc-home-reset) {
    margin: 0 !important;
    background: #efe7dc !important;
}

.silc-home-reset,
.silc-home-reset * {
    box-sizing: border-box;
}

.silc-home-reset {
    width: min(1440px, 100%);
    margin: 0 auto;
    background: var(--shr-cream);
    color: var(--shr-text);
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    box-shadow: 0 35px 120px rgba(7,31,59,.14);
}

.silc-home-reset a {
    color: inherit;
}

/* NAV */
.shr-nav {
    height: 96px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-bottom: 1px solid var(--shr-line);
    background: rgba(255,250,241,.96);
}

.shr-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--shr-navy);
    text-decoration: none;
    flex: 0 0 auto;
}

.shr-logo.has-logo img {
    display: block;
    max-width: 168px;
    max-height: 58px;
    object-fit: contain;
}

.shr-logo-mark {
    width: 42px;
    height: 26px;
    border: 2px solid var(--shr-navy);
    border-radius: 50% 50% 0 0;
    position: relative;
}

.shr-logo-mark::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top: 2px solid var(--shr-navy);
}

.shr-logo strong {
    color: var(--shr-navy);
    font-size: 42px;
    line-height: .82;
    letter-spacing: -.045em;
}

.shr-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.shr-menu a {
    text-decoration: none;
    color: var(--shr-navy);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.shr-menu .shr-cta {
    background: var(--shr-navy);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 16px 26px;
    box-shadow: 0 16px 34px rgba(7,31,59,.16);
}

/* HERO */
.shr-hero {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 500px;
    position: relative;
    border-bottom: 1px solid var(--shr-line);
}

.shr-hero-copy {
    padding: 76px 34px 58px 102px;
    position: relative;
    z-index: 2;
}

.shr-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--shr-navy);
    font-weight: 400;
    font-size: 88px;
    line-height: .88;
    letter-spacing: -.078em;
    margin: 0 0 20px;
}

.shr-subtitle {
    color: var(--shr-gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 500;
    margin: 0 0 24px;
}

.shr-meta {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.shr-meta span {
    position: relative;
    display: block;
    padding-left: 30px;
    color: var(--shr-navy);
    font-size: 16px;
    font-weight: 800;
}

.shr-meta span::before {
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--shr-navy);
    font-weight: 900;
}

.shr-meta .shr-date::before {
    content: "□";
}

.shr-meta .shr-place::before {
    content: "⌖";
}

.shr-hero-text {
    max-width: 420px;
    margin: 0 0 30px;
    color: var(--shr-text);
    font-size: 16px;
    line-height: 1.58;
}

.shr-actions {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.shr-actions a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
}

.shr-primary {
    background: var(--shr-navy);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 18px 34px;
    box-shadow: 0 18px 40px rgba(7,31,59,.18);
}

.shr-secondary {
    color: var(--shr-navy);
}

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

.shr-hero-image {
    min-height: 500px;
    background:
        linear-gradient(90deg, #fffaf1 0%, rgba(255,250,241,.92) 15%, rgba(255,250,241,.35) 39%, rgba(255,250,241,0) 66%),
        radial-gradient(circle at 73% 48%, rgba(255,255,255,.98), rgba(255,255,255,.45) 10%, transparent 22%),
        linear-gradient(135deg, #e8c984 0%, #72745f 42%, #0b263d 100%);
    background-size: cover;
    background-position: center;
    position: relative;
}

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

.shr-light {
    position: absolute;
    right: 18%;
    top: 40%;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,.96), rgba(255,255,255,.46) 36%, transparent 72%);
    pointer-events: none;
}

.shr-branch {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 122px;
    height: 188px;
    opacity: .42;
    pointer-events: none;
}

.shr-branch::before {
    content: "";
    position: absolute;
    left: 52px;
    bottom: -5px;
    height: 185px;
    border-left: 1px solid var(--shr-gold);
    transform: rotate(25deg);
}

.shr-branch i {
    position: absolute;
    display: block;
    width: 44px;
    height: 21px;
    border: 1px solid var(--shr-gold);
    border-radius: 100% 0 100% 0;
}

.shr-branch i:nth-child(1) { left: 25px; bottom: 46px; transform: rotate(-22deg); }
.shr-branch i:nth-child(2) { left: 55px; bottom: 82px; transform: rotate(35deg); }
.shr-branch i:nth-child(3) { left: 36px; bottom: 122px; transform: rotate(-18deg); }
.shr-branch i:nth-child(4) { left: 62px; bottom: 152px; transform: rotate(28deg); }

/* INTRO */
.shr-intro {
    display: grid;
    grid-template-columns: 38% 62%;
    border-bottom: 1px solid var(--shr-line);
    background: var(--shr-cream);
}

.shr-what {
    padding: 42px 70px 48px 110px;
    border-right: 1px solid var(--shr-line);
}

.shr-what h2,
.shr-leader h2,
.shr-forwho h2,
.shr-location h2,
.shr-section-center h2,
.shr-activation h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--shr-navy);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
}

.shr-what h2 {
    font-size: 34px;
    margin: 0 0 18px;
}

.shr-what h2::after,
.shr-forwho h2::after,
.shr-location h2::after,
.shr-section-center h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: var(--shr-gold);
    margin-top: 16px;
}

.shr-what p {
    color: var(--shr-text);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.shr-leader {
    display: grid;
    grid-template-columns: 48% 52%;
    background: #fffaf1;
}

.shr-leader-photo {
    min-height: 255px;
    background: linear-gradient(135deg, #d2bea0, #f6e8d3);
    background-size: cover;
    background-position: center;
}

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

.shr-leader-copy {
    padding: 48px 80px 42px 68px;
}

.shr-kicker {
    color: var(--shr-gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 950;
    margin: 0 0 12px;
}

.shr-leader h2 {
    font-size: 42px;
    margin: 0 0 15px;
}

.shr-leader p:not(.shr-kicker) {
    color: var(--shr-text);
    font-size: 14px;
    line-height: 1.55;
    max-width: 440px;
    margin: 0;
}

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

/* PARA QUEM */
.shr-forwho {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: center;
    padding: 50px 110px;
    border-bottom: 1px solid var(--shr-line);
    background: linear-gradient(180deg, #fffaf1, #fff);
}

.shr-forwho h2 {
    font-size: 36px;
    margin: 0;
    max-width: 430px;
}

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

.shr-icon-row article {
    color: var(--shr-navy);
}

.shr-icon-row span {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
}

.shr-icon-row svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: var(--shr-gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shr-icon-row strong {
    color: var(--shr-navy);
    display: block;
    font-size: 16px;
    line-height: 1.32;
}

/* LOCATION */
.shr-location {
    display: grid;
    grid-template-columns: 39% 61%;
    min-height: 255px;
    border-bottom: 1px solid var(--shr-line);
    background: var(--shr-cream);
}

.shr-location-copy {
    padding: 48px 48px 42px 112px;
    position: relative;
    z-index: 2;
}

.shr-location h2 {
    font-size: 40px;
    margin: 0 0 15px;
}

.shr-location p {
    color: var(--shr-text);
    font-size: 14px;
    line-height: 1.62;
    max-width: 420px;
}

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

.shr-location-image {
    background:
        linear-gradient(90deg, #fffaf1 0%, rgba(255,250,241,.82) 26%, rgba(255,250,241,.16) 49%, rgba(255,250,241,0) 70%),
        linear-gradient(135deg, #e8c984, #65754f 48%, #14314c);
    background-size: cover;
    background-position: center;
}

/* PACKAGES */
.shr-packages {
    padding: 34px 110px 28px;
    text-align: center;
    border-bottom: 1px solid var(--shr-line);
    background: var(--shr-cream);
}

.shr-section-center {
    text-align: center;
}

.shr-section-center h2 {
    font-size: 38px;
    margin: 0 auto 8px;
}

.shr-section-center h2::after {
    margin-left: auto;
    margin-right: auto;
}

.shr-package-grid {
    width: min(1010px, 100%);
    margin: 36px auto 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.shr-package {
    position: relative;
    text-align: left;
    border: 1px solid rgba(199,128,40,.45);
    border-radius: 10px;
    background: rgba(255,255,255,.66);
    padding: 28px 34px 26px;
    box-shadow: 0 14px 40px rgba(7,31,59,.04);
}

.shr-package.featured {
    border-color: rgba(199,128,40,.9);
    transform: translateY(-8px);
}

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

.shr-package-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #f1dfbf;
    color: var(--shr-gold);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    font-size: 24px;
}

.shr-package h3 {
    color: var(--shr-navy);
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.shr-package strong {
    display: block;
    font-family: Georgia, serif;
    color: var(--shr-navy);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}

.shr-package ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 6px;
}

.shr-package li {
    font-size: 12px;
    color: var(--shr-text);
}

.shr-package li::before {
    content: "✓";
    color: var(--shr-gold);
    margin-right: 6px;
    font-weight: 900;
}

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

.shr-pay-note {
    width: min(760px, 100%);
    margin: 12px auto 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--shr-text);
}

/* BAND */
.shr-band {
    display: grid;
    grid-template-columns: 1.35fr repeat(5, 1fr);
    align-items: center;
    gap: 24px;
    padding: 34px 110px;
    background: linear-gradient(135deg, #061f3b, #082e55);
    color: #fff;
}

.shr-band-title {
    padding-right: 38px;
    border-right: 1px solid rgba(255,255,255,.18);
}

.shr-band h2 {
    color: #f1c376;
    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.04em;
    margin: 0 0 10px;
}

.shr-band p {
    color: rgba(255,255,255,.78);
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.shr-band article {
    text-align: center;
}

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

.shr-band strong {
    font-size: 14px;
    line-height: 1.28;
}

/* TESTIMONIALS */
.shr-testimonials {
    padding: 34px 110px 38px;
    text-align: center;
    background: var(--shr-cream);
    border-bottom: 1px solid var(--shr-line);
}

.shr-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin-top: 20px;
}

.shr-testimonial-grid article {
    padding: 10px 26px;
    border-left: 1px solid rgba(199,128,40,.25);
}

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

.shr-testimonial-grid p {
    color: var(--shr-text);
    font-size: 13px;
    line-height: 1.58;
    margin: 8px 0 12px;
}

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

/* BOTTOM */
.shr-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--shr-line);
    background: var(--shr-cream);
}

.shr-faq,
.shr-contact {
    padding: 36px 112px 42px;
}

.shr-faq {
    border-right: 1px solid var(--shr-line);
}

.shr-faq h2,
.shr-contact h2 {
    font-family: Georgia, serif;
    color: var(--shr-navy);
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 18px;
}

.shr-faq details {
    border: 1px solid rgba(199,128,40,.22);
    margin-bottom: 6px;
    background: rgba(255,255,255,.58);
}

.shr-faq summary {
    list-style: none;
    cursor: pointer;
    color: var(--shr-navy);
    font-size: 13px;
    font-weight: 800;
    padding: 7px 12px;
    display: flex;
    justify-content: space-between;
}

.shr-faq summary::-webkit-details-marker {
    display: none;
}

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

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

.shr-faq p {
    margin: 0;
    padding: 0 12px 10px;
    color: var(--shr-muted);
    font-size: 12px;
    line-height: 1.48;
}

.shr-contact p,
.shr-contact span {
    color: var(--shr-muted);
    line-height: 1.5;
}

.shr-contact > div:not(.shr-socials) {
    padding: 10px 0;
    border-bottom: 1px solid rgba(199,128,40,.24);
    max-width: 320px;
}

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

.shr-contact strong {
    color: var(--shr-navy);
}

.shr-contact h3 {
    color: var(--shr-navy);
    margin: 22px 0 12px;
}

.shr-socials {
    display: flex;
    gap: 12px;
}

.shr-socials span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--shr-navy);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}

/* ACTIVATION */
.shr-activation {
    display: grid;
    grid-template-columns: 46% 54%;
    border-bottom: 1px solid var(--shr-line);
    background: linear-gradient(135deg, #fffaf1, #f5ead9);
}

.shr-activation-copy {
    padding: 48px 58px 50px 110px;
}

.shr-activation h2 {
    font-size: 42px;
    margin: 0 0 16px;
}

.shr-activation p:not(.shr-kicker) {
    color: var(--shr-text);
    line-height: 1.62;
    max-width: 520px;
}

.shr-activation-visual {
    min-height: 300px;
    background:
        linear-gradient(135deg, rgba(6,31,59,.94), rgba(6,31,59,.55)),
        radial-gradient(circle at 70% 38%, rgba(199,128,40,.28), transparent 28%),
        #061f3b;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

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

/* FOOTER */
.shr-footer {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 42px;
    padding: 38px 110px;
    background: linear-gradient(135deg, #061f3b, #082e55);
    color: #fff;
}

.shr-footer-logo {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 16px;
}

.shr-footer-logo.has-logo img {
    display: block;
    max-width: 176px;
    max-height: 92px;
    object-fit: contain;
}

.shr-footer-logo strong,
.shr-footer-logo small {
    display: block;
}

.shr-footer-logo strong {
    font-size: 42px;
    line-height: .86;
}

.shr-footer-logo small {
    color: var(--shr-gold-soft);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 10px;
}

.shr-footer h3 {
    margin: 0 0 13px;
    color: #fff;
}

.shr-footer p,
.shr-footer a {
    color: rgba(255,255,255,.74);
    text-decoration: none;
    display: block;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 6px;
}

/* RESPONSIVO */
@media (max-width: 1180px) {
    .shr-nav {
        height: auto;
        min-height: 92px;
        padding: 20px 36px;
        flex-wrap: wrap;
    }

    .shr-menu {
        flex-wrap: wrap;
        gap: 18px;
    }

    .shr-hero,
    .shr-intro,
    .shr-leader,
    .shr-forwho,
    .shr-location,
    .shr-bottom,
    .shr-activation,
    .shr-footer {
        grid-template-columns: 1fr;
    }

    .shr-hero-image {
        grid-row: 1;
        min-height: 380px;
    }

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

    .shr-hero-copy,
    .shr-what,
    .shr-leader-copy,
    .shr-forwho,
    .shr-location-copy,
    .shr-packages,
    .shr-testimonials,
    .shr-faq,
    .shr-contact,
    .shr-activation-copy,
    .shr-footer {
        padding-left: 36px;
        padding-right: 36px;
    }

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

    .shr-band {
        grid-template-columns: 1fr 1fr;
        padding-left: 36px;
        padding-right: 36px;
    }

    .shr-band-title {
        border-right: 0;
    }
}

@media (max-width: 720px) {
    .shr-hero h1 {
        font-size: 62px;
    }

    .shr-subtitle {
        font-size: 16px;
    }

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

    .shr-package.featured {
        transform: none;
    }
}
