
:root {
    --vor-ink: #25211f;
    --vor-muted: #68605a;
    --vor-paper: #fffdf8;
    --vor-cream: #f4eee1;
    --vor-red: #8d302d;
    --vor-red-dark: #61201e;
    --vor-gold: #b58b4f;
    --vor-line: #ded4c4;
    --vor-spring: #b49349;
    --vor-summer: #9a342e;
    --vor-autumn: #7a432b;
    --vor-winter: #4f5b64;
}

html {
    scroll-behavior: smooth;
}

.vor-manual {
    color: var(--vor-ink);
    background: var(--vor-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    --vor-top-offset: 24px;
}

.vor-manual *,
.vor-manual *::before,
.vor-manual *::after {
    box-sizing: border-box;
}

.vor-manual a {
    color: var(--vor-red-dark);
}

.vor-cover {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(300px, 1.25fr);
    gap: 48px;
    align-items: end;
    min-height: 520px;
    padding: clamp(48px, 8vw, 110px);
    color: #fff;
    background:
        radial-gradient(circle at 78% 30%, rgba(255,255,255,.12), transparent 26%),
        linear-gradient(125deg, #3b211d 0%, var(--vor-red-dark) 48%, #211c1a 100%);
}

.vor-cover::before,
.vor-cover::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50% 50% 0 0;
    width: 360px;
    height: 490px;
    bottom: -200px;
}

.vor-cover::before {
    left: -70px;
}

.vor-cover::after {
    right: -40px;
}

.vor-cover__brand,
.vor-cover__copy {
    position: relative;
    z-index: 1;
}

.vor-cover__copy {
    max-width: 720px;
}

.vor-cover h1 {
    margin: 0 0 18px;
    max-width: 760px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 86px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.vor-cover__copy > p:last-child {
    max-width: 600px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: clamp(18px, 2vw, 23px);
}

.vor-eyebrow,
.vor-kicker {
    margin: 0 0 12px;
    color: var(--vor-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vor-wordmark {
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    padding: 16px 18px 14px;
    border: 1px solid currentColor;
    line-height: 1;
    letter-spacing: .12em;
}

.vor-wordmark span {
    font-size: 12px;
}

.vor-wordmark strong {
    margin-top: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .04em;
}

.vor-logo-image {
    display: block;
    width: min(260px, 100%);
    max-height: 150px;
    object-fit: contain;
    object-position: left center;
}

.vor-season-bars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(260px, 100%);
    height: 8px;
    margin-top: 18px;
}

.vor-season-bars i:nth-child(1) { background: var(--vor-spring); }
.vor-season-bars i:nth-child(2) { background: var(--vor-summer); }
.vor-season-bars i:nth-child(3) { background: var(--vor-autumn); }
.vor-season-bars i:nth-child(4) { background: var(--vor-winter); }

.vor-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 840px);
    gap: clamp(32px, 6vw, 90px);
    justify-content: center;
    padding: 68px clamp(24px, 5vw, 70px) 0;
}

.vor-sidebar {
    position: sticky;
    top: var(--vor-top-offset);
    align-self: start;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 24px 20px 20px;
    border: 1px solid var(--vor-line);
    border-radius: 16px;
    background: rgba(255,253,248,.96);
    box-shadow: 0 18px 45px rgba(64,43,30,.08);
}

.vor-sidebar__title {
    margin: 0 0 10px;
    color: var(--vor-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vor-sidebar nav,
.vor-mobile-index nav {
    display: flex;
    flex-direction: column;
}

.vor-sidebar nav a,
.vor-mobile-index nav a {
    padding: 8px 4px;
    border-bottom: 1px solid rgba(222,212,196,.7);
    color: var(--vor-ink);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.vor-sidebar nav a:hover,
.vor-mobile-index nav a:hover {
    color: var(--vor-red);
}

.vor-sidebar__print {
    display: block;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 8px;
    color: #fff !important;
    background: var(--vor-red);
    font-size: 13px;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
}

.vor-mobile-index {
    display: none;
    margin: 22px 20px 0;
    border: 1px solid var(--vor-line);
    border-radius: 12px;
    background: var(--vor-paper);
}

.vor-mobile-index summary {
    cursor: pointer;
    padding: 14px 18px;
    font-weight: 800;
}

.vor-mobile-index nav {
    padding: 0 18px 16px;
}

.vor-content {
    min-width: 0;
}

.vor-section {
    scroll-margin-top: 28px;
    padding: 0 0 76px;
    margin: 0 0 76px;
    border-bottom: 1px solid var(--vor-line);
}

.vor-section h2 {
    margin: 0 0 26px;
    color: var(--vor-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -.035em;
}

.vor-section h3 {
    margin: 34px 0 12px;
    color: var(--vor-red-dark);
    font-size: 18px;
    line-height: 1.3;
}

.vor-section p {
    margin: 0 0 18px;
}

.vor-section ul,
.vor-section ol {
    margin: 16px 0 24px;
    padding-left: 24px;
}

.vor-section li {
    margin-bottom: 8px;
}

.vor-intro > p:not(.vor-kicker) {
    font-size: 21px;
}

.vor-callout {
    margin: 30px 0;
    padding: 24px 26px;
    border-left: 5px solid var(--vor-gold);
    border-radius: 0 14px 14px 0;
    background: var(--vor-cream);
}

.vor-callout p:last-child,
.vor-callout strong:last-child {
    margin-bottom: 0;
}

.vor-callout--warning {
    border-left-color: var(--vor-red);
    background: #f7e9e5;
}

.vor-note {
    color: var(--vor-muted);
    font-size: 14px;
}

.vor-grid-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
    padding: 0 !important;
    list-style: none;
}

.vor-grid-list li::before {
    content: "✓";
    margin-right: 10px;
    color: var(--vor-red);
    font-weight: 900;
}

.vor-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0 28px;
    padding: 22px 24px;
    border-radius: 14px;
    color: #fff;
    background: var(--vor-red-dark);
}

.vor-hours strong {
    font-size: 24px;
}

.vor-contact-card,
.vor-contact-grid > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 22px;
    border: 1px solid var(--vor-line);
    border-radius: 12px;
    background: #fff;
}

.vor-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0 26px;
}

.vor-legal-quote {
    margin: 22px 0;
    padding: 22px 24px;
    border: 1px solid rgba(141,48,45,.25);
    border-radius: 14px;
    background: #fff8f4;
}

.vor-legal-quote p {
    margin-bottom: 8px;
}

.vor-legal-quote blockquote {
    margin: 0;
    color: #3d2926;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
}

.vor-section--policy {
    padding: 44px;
    border: 1px solid rgba(141,48,45,.24);
    border-radius: 22px;
    background: linear-gradient(145deg, #fffaf4, #f7ede7);
}

.vor-fines {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 24px;
}

.vor-fines span {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 16px;
    border-radius: 10px;
    background: var(--vor-cream);
}

.vor-form-section {
    padding: 42px;
    border: 1px solid var(--vor-line);
    border-radius: 22px;
    background: #faf6ed;
}

.vor-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.vor-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.vor-form label > span {
    font-size: 13px;
    font-weight: 750;
}

.vor-form input[type="text"],
.vor-form input[type="email"],
.vor-form input[type="tel"] {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #c9bca8;
    border-radius: 8px;
    color: var(--vor-ink);
    background: #fff;
    font: inherit;
    font-size: 16px;
}

.vor-form input:focus {
    border-color: var(--vor-red);
    outline: 3px solid rgba(141,48,45,.12);
}

.vor-consent {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 12px !important;
    margin: 26px 0;
}

.vor-consent input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.vor-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vor-primary-button,
.vor-secondary-button {
    cursor: pointer;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
}

.vor-primary-button {
    border: 1px solid var(--vor-red);
    color: #fff;
    background: var(--vor-red);
}

.vor-primary-button:hover {
    background: var(--vor-red-dark);
}

.vor-secondary-button {
    border: 1px solid var(--vor-red);
    color: var(--vor-red-dark);
    background: transparent;
}

.vor-form-message {
    min-height: 24px;
    margin-top: 14px !important;
    color: var(--vor-red-dark);
    font-size: 14px;
    font-weight: 700;
}

.vor-print-declaration {
    display: none;
}

.vor-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 0 0 48px;
    color: var(--vor-muted);
    font-size: 13px;
}

.vor-wordmark--footer {
    color: var(--vor-red-dark);
    transform: scale(.78);
    transform-origin: left bottom;
}

@media (max-width: 980px) {
    .vor-cover {
        grid-template-columns: 1fr;
        min-height: 580px;
        align-content: space-between;
    }

    .vor-layout {
        grid-template-columns: 1fr;
        padding-top: 42px;
    }

    .vor-sidebar {
        display: none;
    }

    .vor-mobile-index {
        display: block;
    }
}

@media (max-width: 650px) {
    .vor-manual {
        font-size: 16px;
    }

    .vor-cover {
        min-height: 520px;
        padding: 38px 25px 52px;
    }

    .vor-cover h1 {
        font-size: 45px;
    }

    .vor-layout {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vor-section {
        padding-bottom: 52px;
        margin-bottom: 52px;
    }

    .vor-section--policy,
    .vor-form-section {
        padding: 26px 20px;
    }

    .vor-grid-list,
    .vor-contact-grid,
    .vor-fines,
    .vor-form-grid {
        grid-template-columns: 1fr;
    }

    .vor-hours {
        align-items: flex-start;
        flex-direction: column;
    }

    .vor-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Impressão e geração de PDF pelo navegador */
@page {
    size: A4;
    margin: 15mm 14mm 17mm;
}

@media print {
    html,
    body {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #fff !important;
    }

    .vor-manual {
        position: static !important;
        width: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #171717 !important;
        background: #fff !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 1.42;
    }

    .vor-mobile-index,
    .vor-sidebar,
    .vor-form-section,
    .vor-footer,
    .vor-season-bars {
        display: none !important;
    }

    .vor-layout,
    .vor-content {
        display: block !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .vor-cover {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: auto !important;
        min-height: 250mm !important;
        height: auto !important;
        margin: 0 !important;
        padding: 22mm 18mm !important;
        overflow: hidden !important;
        break-after: page;
        page-break-after: always;
        color: #fff !important;
        background: #702522 !important;
        box-shadow: none !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .vor-cover::before,
    .vor-cover::after {
        display: none !important;
    }

    .vor-cover h1,
    .vor-cover p,
    .vor-cover .vor-wordmark {
        color: #fff !important;
    }

    .vor-cover h1 {
        max-width: 155mm;
        font-size: 40pt;
    }

    .vor-logo-image {
        max-width: 68mm;
        max-height: 28mm;
    }

    .vor-section {
        display: block !important;
        width: auto !important;
        margin: 0 0 8mm !important;
        padding: 0 0 8mm !important;
        overflow: visible !important;
        border-bottom: .3mm solid #d6cec1;
        break-inside: auto;
        page-break-inside: auto;
    }

    .vor-content > .vor-section:first-child {
        padding-top: 3mm !important;
        break-before: auto !important;
        page-break-before: auto !important;
    }

    .vor-section h2 {
        margin: 0 0 4.5mm !important;
        color: #61201e !important;
        font-size: 22pt;
        line-height: 1.1;
        break-after: avoid-page;
        page-break-after: avoid;
    }

    .vor-section h3 {
        margin: 5.5mm 0 2mm !important;
        color: #61201e !important;
        font-size: 12pt;
        break-after: avoid-page;
        page-break-after: avoid;
    }

    .vor-section p,
    .vor-section li {
        orphans: 3;
        widows: 3;
    }

    .vor-section ul,
    .vor-section ol {
        margin-top: 2mm;
        margin-bottom: 4mm;
    }

    .vor-callout,
    .vor-hours,
    .vor-contact-card,
    .vor-contact-grid > div,
    .vor-fines span {
        break-inside: avoid-page;
        page-break-inside: avoid;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }


    .vor-legal-quote {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    .vor-callout,
    .vor-contact-card,
    .vor-contact-grid > div,
    .vor-legal-quote,
    .vor-fines span {
        background: #f5f0e7 !important;
    }

    .vor-hours {
        color: #fff !important;
        background: #61201e !important;
    }

    .vor-hours * {
        color: #fff !important;
    }

    .vor-section--policy {
        padding: 7mm !important;
        border: .4mm solid #8d302d;
        border-radius: 0;
        background: #fff9f5 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .vor-print-declaration {
        display: block !important;
        width: auto !important;
        min-height: 248mm;
        padding-top: 2mm;
        overflow: visible !important;
        break-before: page;
        page-break-before: always;
    }

    .vor-print-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12mm;
        padding-bottom: 7mm;
        border-bottom: .5mm solid #8d302d;
    }

    .vor-print-heading h2 {
        margin: 0;
        color: #61201e !important;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 24pt;
        font-weight: 500;
    }

    .vor-print-heading img {
        width: 55mm;
        max-height: 25mm;
        object-fit: contain;
        object-position: left center;
    }

    .vor-wordmark--print {
        color: #61201e !important;
    }

    .vor-print-declaration > p {
        margin: 9mm 0;
        font-size: 11pt;
    }

    .vor-print-data {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4mm 8mm;
        margin: 8mm 0;
    }

    .vor-print-data div {
        min-height: 14mm;
        padding-bottom: 2mm;
        border-bottom: .3mm solid #c5bbaa;
        break-inside: avoid;
    }

    .vor-print-data dt {
        color: #685e55 !important;
        font-size: 8pt;
        font-weight: 700;
        text-transform: uppercase;
    }

    .vor-print-data dd {
        margin: 1mm 0 0;
        font-size: 10.5pt;
    }

    .vor-print-date {
        margin-top: 13mm !important;
    }

    .vor-signatures {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18mm;
        margin-top: 32mm;
        text-align: center;
        break-inside: avoid;
    }

    .vor-signatures > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vor-signature-line {
        display: block;
        width: 100%;
        margin-bottom: 3mm;
        border-top: .3mm solid #333;
    }

    .vor-signatures small {
        color: #685e55 !important;
    }

    a[href]::after {
        content: none !important;
    }
}


/* Compatibilidade com a página nativa do Elementor */
.elementor-element.vor-manual,
.vor-manual-print-area {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
}

.vor-manual .elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.vor-manual .vor-cover,
.vor-manual .vor-layout,
.vor-manual .vor-sidebar,
.vor-manual .vor-content,
.vor-manual .vor-section,
.vor-manual .vor-footer {
    --display: initial;
}

.vor-manual .vor-cover {
    display: grid !important;
}

.vor-manual .vor-cover__brand,
.vor-manual .vor-cover__copy {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.vor-manual .vor-cover__copy .elementor-widget-heading,
.vor-manual .vor-cover__copy .elementor-widget-text-editor,
.vor-manual .vor-cover__brand .elementor-widget-text-editor,
.vor-manual .vor-cover__brand .elementor-widget-html {
    width: 100%;
}

.vor-manual .vor-cover__copy h1.elementor-heading-title {
    margin: 0 0 18px;
    max-width: 760px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 86px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.vor-manual .vor-eyebrow .elementor-heading-title,
.vor-manual .vor-kicker .elementor-heading-title {
    color: var(--vor-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vor-manual .vor-layout {
    display: grid !important;
}

.vor-manual .vor-sidebar,
.vor-manual .vor-content {
    display: block !important;
    min-width: 0;
}

.vor-manual .vor-index-links nav {
    display: flex;
    flex-direction: column;
}

.vor-manual .vor-index-links a {
    display: block;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(222,212,196,.7);
    color: var(--vor-ink);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.vor-manual .vor-index-links a:hover {
    color: var(--vor-red);
}

.vor-manual .vor-section-title .elementor-heading-title {
    margin: 0;
    color: var(--vor-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -.035em;
}

.vor-manual .vor-section-body {
    margin-top: 26px;
}

.vor-manual .vor-section-body h3 {
    margin: 34px 0 12px;
    color: var(--vor-red-dark);
    font-size: 18px;
    line-height: 1.3;
}

.vor-manual .elementor-widget-vor-manual-form {
    width: 100%;
}

.vor-manual .elementor-widget-vor-manual-form > .elementor-widget-container {
    width: 100%;
}

.vor-manual .vor-form-description {
    margin-bottom: 22px;
}

@media (max-width: 980px) {
    .vor-manual .vor-sidebar {
        display: block !important;
        position: static;
        max-height: none;
        margin-bottom: 34px;
    }

    .vor-manual .vor-layout {
        grid-template-columns: 1fr !important;
    }
}

@media print {
    .elementor-element.vor-manual,
    .vor-manual-print-area {
        width: 100% !important;
        margin: 0 !important;
    }

    .vor-manual .elementor-widget,
    .vor-manual .elementor-widget-container,
    .vor-manual .elementor-element {
        max-width: none !important;
    }

    .vor-manual .vor-sidebar,
    .vor-manual .vor-no-print {
        display: none !important;
    }

    .vor-manual .vor-layout,
    .vor-manual .vor-content,
    .vor-manual .vor-section {
        display: block !important;
    }

    .vor-manual .vor-section-title .elementor-heading-title {
        color: #61201e !important;
        font-size: 23pt;
    }

    .vor-manual .vor-section-body {
        margin-top: 5mm;
    }

    .vor-manual .elementor-widget-vor-manual-form {
        display: block !important;
    }
}
