body.agenda2027-page {
    background: #fffdf8;
}

body.agenda2027-page .mobile-cta-bar {
    display: none !important;
}

#agenda-2027-landing {
    --agenda2027-ink: #162033;
    --agenda2027-muted: #5d6678;
    --agenda2027-blue: #0967d2;
    --agenda2027-blue-dark: #063f88;
    --agenda2027-cyan: #25c2d8;
    --agenda2027-gold: #f6b73c;
    --agenda2027-paper: #fff7e8;
    --agenda2027-line: rgba(22, 32, 51, 0.13);
    color: var(--agenda2027-ink);
    font-family: "Nunito", Arial, sans-serif;
    overflow: hidden;
}

#agenda-2027-landing *,
#agenda-2027-landing *::before,
#agenda-2027-landing *::after {
    box-sizing: border-box;
}

#agenda-2027-landing a {
    text-decoration: none;
}

#agenda-2027-landing img {
    display: block;
    max-width: 100%;
    height: auto;
}

.agenda2027-wrap,
.agenda2027-hero__inner,
.agenda2027-split,
.agenda2027-final__inner {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.agenda2027-wrap--narrow {
    width: min(900px, calc(100% - 32px));
}

.agenda2027-hero {
    position: relative;
    min-height: clamp(560px, 40vw, 720px);
    padding: clamp(28px, 4vw, 52px) 0 clamp(30px, 4vw, 48px);
    background: #f2e6dc;
    color: var(--agenda2027-ink);
}

.agenda2027-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 28%, rgba(255, 253, 248, 0.18) 48%, rgba(255, 253, 248, 0) 72%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.14) 0%, rgba(255, 253, 248, 0) 82%, rgba(255, 253, 248, 0.2) 100%);
    content: "";
    pointer-events: none;
}

.agenda2027-hero::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 2;
    height: 26px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0), #fffdf8);
    content: "";
    pointer-events: none;
}

.agenda2027-hero__picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.agenda2027-hero__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.agenda2027-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(430px, 600px) minmax(220px, 1fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: start;
    min-height: 0;
}

.agenda2027-hero__content {
    max-width: 600px;
    padding-top: clamp(8px, 2vw, 20px);
}

.agenda2027-eyebrow,
.agenda2027-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    border: 1px solid rgba(9, 103, 210, 0.22);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--agenda2027-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.agenda2027-kicker {
    border-color: rgba(9, 103, 210, 0.2);
    background: rgba(9, 103, 210, 0.08);
    color: var(--agenda2027-blue-dark);
}

.agenda2027-section-heading--light .agenda2027-kicker,
.agenda2027-section--timeline .agenda2027-kicker,
.agenda2027-final .agenda2027-kicker {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.agenda2027-hero h1,
.agenda2027-section h2,
.agenda2027-final h2 {
    margin: 0;
    color: inherit;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
}

.agenda2027-hero h1 {
    max-width: 600px;
    color: var(--agenda2027-ink);
    font-size: clamp(2.65rem, 4.05vw, 4rem);
    line-height: 1.06;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    text-wrap: balance;
}

.agenda2027-hero__lead {
    max-width: 560px;
    margin: 18px 0 0;
    font-size: clamp(1.08rem, 1.55vw, 1.34rem);
    line-height: 1.42;
}

.agenda2027-hero__lead strong {
    color: var(--agenda2027-blue-dark);
    white-space: nowrap;
}

.agenda2027-hero__text {
    max-width: 570px;
    margin: 12px 0 0;
    color: var(--agenda2027-muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

.agenda2027-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.agenda2027-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 13px 18px;
    font-weight: 900;
    line-height: 1.2;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.agenda2027-button:focus-visible,
.agenda2027-whatsapp-fixed:focus-visible,
.agenda2027-faq summary:focus-visible {
    outline: 3px solid #ffe082;
    outline-offset: 3px;
}

.agenda2027-button:hover {
    transform: translateY(-2px);
}

.agenda2027-button--primary {
    background: #18b957;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(13, 121, 56, 0.26);
}

.agenda2027-button--primary:hover {
    background: #10984a;
    color: #ffffff;
}

.agenda2027-button--secondary {
    border: 1px solid rgba(9, 103, 210, 0.28);
    background: rgba(255, 255, 255, 0.78);
    color: var(--agenda2027-blue-dark);
}

.agenda2027-button--secondary:hover {
    background: #ffffff;
    color: var(--agenda2027-blue-dark);
}

.agenda2027-button i {
    margin-right: 8px;
    font-size: 1.18rem;
}

.agenda2027-hero-price {
    display: inline-grid;
    margin: 10px 0 10px;
    border: 1px solid rgba(246, 183, 60, 0.72);
    border-radius: 8px;
    padding: 9px 15px;
    background:
        linear-gradient(135deg, rgba(246, 183, 60, 0.28), rgba(255, 255, 255, 0.72)),
        rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 32px rgba(34, 56, 92, 0.1);
}

.agenda2027-hero-price span,
.agenda2027-hero-price small {
    color: var(--agenda2027-muted);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.agenda2027-hero-price strong {
    color: var(--agenda2027-blue-dark);
    font-size: clamp(1.5rem, 2.5vw, 2.05rem);
    font-weight: 900;
    line-height: 1.1;
}

.agenda2027-quick-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    max-width: 620px;
    margin: 20px 0 0;
    border: 1px solid rgba(9, 103, 210, 0.14);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(2px);
    list-style: none;
}

.agenda2027-quick-list li,
.agenda2027-check-list li {
    position: relative;
    padding-left: 26px;
    line-height: 1.45;
}

.agenda2027-quick-list li {
    font-size: 0.92rem;
}

.agenda2027-quick-list li::before,
.agenda2027-check-list li::before {
    position: absolute;
    top: 0.12em;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--agenda2027-gold);
    color: #151515;
    content: "✓";
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.agenda2027-note {
    margin: 16px 0 0;
    color: rgba(22, 32, 51, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.agenda2027-hero .agenda2027-note {
    max-width: 600px;
    margin-top: 10px;
    color: rgba(22, 32, 51, 0.72);
}

.agenda2027-section {
    padding: clamp(52px, 6.5vw, 84px) 0;
    background: #fffdf8;
}

.agenda2027-section--light {
    background: #f4f8ff;
}

.agenda2027-section--paper {
    background: var(--agenda2027-paper);
}

.agenda2027-section--ink,
.agenda2027-section--timeline {
    background: linear-gradient(135deg, #10213b, #063f88);
    color: #ffffff;
}

.agenda2027-section--product {
    overflow: hidden;
    padding: 0;
}

.agenda2027-section--product .agenda2027-wrap {
    width: 100%;
}

.agenda2027-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.agenda2027-section-heading h2,
.agenda2027-final h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.agenda2027-section-heading p {
    margin: 14px 0 0;
    color: var(--agenda2027-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.agenda2027-section-heading--light p,
.agenda2027-section--timeline p,
.agenda2027-final p {
    color: rgba(255, 255, 255, 0.84);
}

.agenda2027-card-grid {
    display: grid;
    gap: 20px;
}

.agenda2027-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1080px;
    margin: 0 auto;
}

.agenda2027-card,
.agenda2027-kit-card,
.agenda2027-mini-table,
.agenda2027-faq details {
    border: 1px solid var(--agenda2027-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(34, 56, 92, 0.08);
}

.agenda2027-card {
    display: flex;
    min-height: 220px;
    padding: 28px 22px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.agenda2027-card__icon {
    display: inline-grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(9, 103, 210, 0.16), rgba(0, 174, 239, 0.08)),
        #eef6ff;
    color: var(--agenda2027-blue);
    font-size: 2rem;
    box-shadow: 0 14px 28px rgba(9, 103, 210, 0.14);
}

.agenda2027-card h3,
.agenda2027-kit-card h3,
.agenda2027-mini-table h3,
.agenda2027-steps h3,
.agenda2027-two-col h3 {
    margin: 0 0 8px;
    color: var(--agenda2027-ink);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.25;
}

.agenda2027-card p,
.agenda2027-kit-card p,
.agenda2027-steps p,
.agenda2027-split__content p {
    margin: 0;
    color: var(--agenda2027-muted);
    line-height: 1.65;
}

.agenda2027-split {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.agenda2027-benefits-hero {
    position: relative;
    height: clamp(500px, 35vw, 660px);
    padding: 0;
    overflow: hidden;
    background: #f4e7db;
}

.agenda2027-benefits-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 253, 248, 0.02) 0%, rgba(255, 253, 248, 0.05) 36%, rgba(255, 253, 248, 0.72) 58%, rgba(255, 253, 248, 0.98) 100%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.1) 0%, rgba(255, 253, 248, 0) 100%);
    content: "";
    pointer-events: none;
}

.agenda2027-benefits-hero__picture {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.agenda2027-benefits-hero__picture img {
    width: 92%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.agenda2027-benefits-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
    width: min(1160px, calc(100% - 32px));
    min-height: 0;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

.agenda2027-benefits-hero__content {
    grid-column: 2;
    max-width: 560px;
    justify-self: end;
    align-self: center;
    transform: translateY(4%);
}

.agenda2027-section--video {
    padding: clamp(54px, 6vw, 86px) 0;
    background:
        radial-gradient(circle at 18% 16%, rgba(37, 194, 216, 0.16), transparent 28%),
        linear-gradient(135deg, #fffdf8 0%, #f0f6ff 100%);
}

.agenda2027-video-showcase {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(280px, 0.55fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 60px rgba(22, 32, 51, 0.12);
}

.agenda2027-video-showcase__copy {
    display: grid;
    justify-items: start;
    gap: 14px;
    width: min(100%, 640px);
}

.agenda2027-video-showcase__copy h2 {
    margin: 0;
    color: var(--agenda2027-ink);
    font-size: clamp(2rem, 3.2vw, 2.85rem);
    font-weight: 900;
    line-height: 1.08;
}

.agenda2027-video-showcase__copy p {
    max-width: 600px;
    margin: 0;
    color: var(--agenda2027-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.agenda2027-video-price {
    display: grid;
    gap: 0;
    width: min(100%, 640px);
    border: 1px solid rgba(246, 183, 60, 0.65);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 248, 228, 0.96), rgba(255, 255, 255, 0.9)),
        #fff8e4;
    padding: 12px 16px 13px;
    box-shadow: 0 16px 36px rgba(246, 183, 60, 0.16);
}

.agenda2027-video-price span,
.agenda2027-video-price small {
    color: var(--agenda2027-muted);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.agenda2027-video-price del {
    width: fit-content;
    color: #8a4b16;
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    font-weight: 900;
    line-height: 1;
    opacity: 0.72;
    text-decoration-thickness: 2px;
}

.agenda2027-video-price strong {
    color: var(--agenda2027-blue-dark);
    font-size: clamp(2.05rem, 3.1vw, 2.65rem);
    font-weight: 1000;
    line-height: 1;
}

.agenda2027-video-price small {
    font-size: 0.75rem;
}

.agenda2027-video-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 640px);
    margin: 0 0 4px;
}

.agenda2027-video-points span {
    display: grid;
    align-content: start;
    gap: 6px;
    border: 1px solid rgba(9, 103, 210, 0.15);
    border-radius: 8px;
    background: rgba(242, 247, 255, 0.78);
    min-height: 148px;
    padding: 12px 12px 14px;
    color: var(--agenda2027-muted);
    font-size: 0.9rem;
    line-height: 1.35;
}

.agenda2027-video-points i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--agenda2027-blue);
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(9, 103, 210, 0.12);
}

.agenda2027-video-points strong {
    display: block;
    color: var(--agenda2027-blue-dark);
    font-size: 0.95rem;
    font-weight: 900;
}

.agenda2027-video-showcase__copy > .agenda2027-button {
    min-width: min(100%, 420px);
    justify-content: center;
}

.agenda2027-video-showcase__media {
    overflow: hidden;
    width: min(100%, 390px);
    justify-self: center;
    border: 1px solid rgba(22, 32, 51, 0.12);
    border-radius: 24px;
    background: #111827;
    padding: 10px;
    box-shadow: 0 22px 54px rgba(22, 32, 51, 0.2);
}

.agenda2027-video-showcase__media video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 680px;
    border-radius: 16px;
    background: #111827;
    object-fit: contain;
}

.agenda2027-model-toggle {
    display: inline-flex;
    gap: 4px;
    margin-top: 18px;
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 999px;
    background: #ffffff;
    padding: 5px;
    box-shadow: 0 12px 30px rgba(22, 32, 51, 0.08);
}

.agenda2027-model-toggle button {
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    padding: 0 18px;
    color: var(--agenda2027-blue-dark);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.agenda2027-model-toggle button.is-active {
    background: var(--agenda2027-blue);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(9, 103, 210, 0.24);
}

.agenda2027-section-heading .agenda2027-model-note {
    width: min(100%, 560px);
    margin: 10px auto 0;
    border: 1px solid rgba(246, 183, 60, 0.45);
    border-radius: 999px;
    background: rgba(255, 248, 228, 0.92);
    padding: 8px 14px;
    color: var(--agenda2027-muted);
    font-size: 0.94rem;
    line-height: 1.35;
    text-align: center;
}

.agenda2027-section-heading .agenda2027-model-note[hidden] {
    display: none;
}

.agenda2027-section-heading .agenda2027-model-note strong {
    color: var(--agenda2027-blue-dark);
    font-weight: 900;
}

.agenda2027-split--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
}

.agenda2027-split--reverse .agenda2027-split__media {
    order: 2;
}

.agenda2027-split__media {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(34, 56, 92, 0.16);
}

.agenda2027-split__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.agenda2027-split__content h2 {
    margin: 0 0 18px;
    color: var(--agenda2027-ink);
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 900;
    line-height: 1.08;
}

.agenda2027-split__content p + p {
    margin-top: 14px;
}

.agenda2027-check-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.agenda2027-product-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.agenda2027-product-summary span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px 11px;
    background: rgba(16, 33, 59, 0.42);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.agenda2027-callout,
.agenda2027-feature-offer,
.agenda2027-urgent {
    border-radius: 8px;
    padding: 18px 20px;
    line-height: 1.65;
}

.agenda2027-callout {
    margin: 22px 0 0;
    border: 1px solid rgba(246, 183, 60, 0.4);
    background: rgba(246, 183, 60, 0.12);
    color: inherit;
}

.agenda2027-miolo-slider {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
}

.agenda2027-slider-info {
    position: absolute;
    top: clamp(18px, 2.2vw, 34px);
    left: 50%;
    z-index: 4;
    width: min(620px, calc(100% - 32px));
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 16px rgba(10, 24, 47, 0.35);
    transform: translateX(-50%);
}

.agenda2027-slider-info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    line-height: 1.35;
}

.agenda2027-miolo-track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.agenda2027-miolo-track::-webkit-scrollbar {
    display: none;
}

.agenda2027-miolo-slide {
    position: relative;
    flex: 0 0 100%;
    overflow: hidden;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    scroll-snap-align: center;
}

.agenda2027-miolo-slide picture {
    display: block;
    aspect-ratio: 2486 / 1071;
}

.agenda2027-miolo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenda2027-slider-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--agenda2027-blue-dark);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    place-items: center;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

.agenda2027-slider-button:hover,
.agenda2027-slider-button:focus-visible {
    background: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.agenda2027-slider-button--prev {
    left: clamp(12px, 1.6vw, 28px);
}

.agenda2027-slider-button--next {
    right: clamp(12px, 1.6vw, 28px);
}

.agenda2027-slider-dots {
    position: absolute;
    right: 0;
    bottom: clamp(54px, 5vw, 78px);
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.agenda2027-slider-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    cursor: pointer;
}

.agenda2027-slider-dot.is-active {
    width: 24px;
    border-radius: 999px;
    background: #f6b73c;
}

.agenda2027-slider-note {
    position: absolute;
    right: clamp(16px, 3vw, 44px);
    bottom: clamp(16px, 2.4vw, 32px);
    left: clamp(16px, 3vw, 44px);
    z-index: 4;
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.82rem;
    line-height: 1.55;
    text-align: center;
    text-shadow: 0 2px 14px rgba(10, 24, 47, 0.4);
}

.agenda2027-price-table-wrap {
    display: none;
    overflow-x: auto;
    border: 1px solid var(--agenda2027-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(34, 56, 92, 0.08);
}

.agenda2027-price-table,
.agenda2027-mini-table table {
    width: 100%;
    border-collapse: collapse;
}

.agenda2027-price-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.agenda2027-price-table th,
.agenda2027-price-table td,
.agenda2027-mini-table th,
.agenda2027-mini-table td {
    border-bottom: 1px solid var(--agenda2027-line);
    padding: 16px;
    text-align: left;
    vertical-align: middle;
}

.agenda2027-price-table th {
    background: #10213b;
    color: #ffffff;
    font-weight: 900;
}

.agenda2027-price-table td:nth-child(2),
.agenda2027-price-table td:nth-child(3),
.agenda2027-price-table th:nth-child(2),
.agenda2027-price-table th:nth-child(3) {
    text-align: right;
}

.agenda2027-price-table tr:last-child td,
.agenda2027-mini-table tr:last-child th,
.agenda2027-mini-table tr:last-child td {
    border-bottom: 0;
}

.agenda2027-price-table__highlight {
    background: #fff2ca;
}

.agenda2027-price-table__highlight td:first-child {
    font-weight: 900;
}

.agenda2027-price-table__highlight span,
.agenda2027-badge {
    display: inline-flex;
    width: fit-content;
    margin-left: 8px;
    border-radius: 999px;
    padding: 5px 9px;
    background: var(--agenda2027-blue);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
}

.agenda2027-kit-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.agenda2027-feature-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 26px;
    border: 1px solid rgba(246, 183, 60, 0.55);
    border-radius: 8px;
    padding: clamp(18px, 2.5vw, 26px);
    background:
        linear-gradient(135deg, rgba(246, 183, 60, 0.22), rgba(9, 103, 210, 0.08)),
        #fffdf8;
    box-shadow: 0 18px 45px rgba(34, 56, 92, 0.1);
}

.agenda2027-feature-offer span {
    display: inline-flex;
    margin-bottom: 8px;
    border-radius: 999px;
    padding: 6px 10px;
    background: var(--agenda2027-blue);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.agenda2027-feature-offer strong {
    display: block;
    margin-bottom: 6px;
    color: var(--agenda2027-ink);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    line-height: 1.22;
}

.agenda2027-feature-offer p {
    margin: 0;
    color: var(--agenda2027-muted);
    line-height: 1.55;
}

.agenda2027-feature-offer .agenda2027-button {
    flex: 0 0 auto;
    box-shadow: 0 18px 34px rgba(22, 192, 96, 0.22);
}

.agenda2027-kit-card {
    position: relative;
    display: flex;
    min-height: 0;
    padding: 0 12px 14px;
    flex-direction: column;
    gap: 9px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 103, 210, 0.04), rgba(255, 255, 255, 0) 36%),
        #ffffff;
}

.agenda2027-kit-card__media {
    display: block;
    margin: 0 -12px 12px;
    overflow: hidden;
    aspect-ratio: 1134 / 1418;
    background: #f4e7db;
}

.agenda2027-kit-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}

.agenda2027-kit-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--agenda2027-blue);
    content: "";
}

.agenda2027-kit-card h3 {
    min-height: 0;
    margin-bottom: 2px;
    font-size: clamp(0.98rem, 1.1vw, 1.12rem);
}

.agenda2027-kit-card__included {
    border: 1px solid rgba(9, 103, 210, 0.12);
    border-radius: 8px;
    padding: 8px;
    background: #f4f8ff;
}

.agenda2027-kit-card__included strong {
    font-size: 0.78rem;
}

.agenda2027-kit-card p {
    display: grid;
    gap: 3px;
    padding-top: 8px;
    border-top: 1px solid var(--agenda2027-line);
}

.agenda2027-kit-card p:first-of-type {
    margin-top: 4px;
}

.agenda2027-kit-card span {
    color: var(--agenda2027-muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.agenda2027-kit-card strong {
    color: var(--agenda2027-ink);
    font-size: 0.88rem;
    line-height: 1.25;
}

.agenda2027-kit-card__included + p strong {
    color: var(--agenda2027-blue);
    font-size: 1.18rem;
    font-weight: 900;
}

.agenda2027-kit-card p:last-child {
    margin-top: auto;
    border: 1px solid rgba(9, 103, 210, 0.12);
    border-radius: 8px;
    padding: 8px;
    background: #f4f8ff;
}

.agenda2027-kit-card__gift {
    border-color: rgba(246, 183, 60, 0.55) !important;
    background: #fff6dc !important;
}

.agenda2027-kit-card__gift span,
.agenda2027-kit-card__gift strong {
    color: #10213b;
}

.agenda2027-kit-card--featured {
    border-color: rgba(246, 183, 60, 0.75);
    background:
        linear-gradient(180deg, rgba(246, 183, 60, 0.26), rgba(255, 255, 255, 0) 42%),
        #fffaf0;
    box-shadow: 0 24px 58px rgba(246, 183, 60, 0.22);
    transform: translateY(-4px);
}

.agenda2027-kit-card--featured::before {
    background: #f6b73c;
}

.agenda2027-kit-card--featured h3 {
    color: #10213b;
}

.agenda2027-badge {
    max-width: 100%;
    margin: 0 0 6px;
    padding: 5px 8px;
    background: #f6b73c;
    color: #10213b;
    font-size: 0.6rem;
    letter-spacing: 0;
    white-space: normal;
}

.agenda2027-table-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    align-items: start;
}

.agenda2027-payment-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    max-width: 1080px;
    margin: 0 auto;
    gap: 20px;
    align-items: stretch;
}

.agenda2027-payment-card {
    border: 1px solid var(--agenda2027-line);
    border-radius: 8px;
    padding: clamp(20px, 2.4vw, 28px);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(34, 56, 92, 0.08);
}

.agenda2027-payment-card h3 {
    margin: 0;
    color: var(--agenda2027-ink);
    font-size: clamp(1.12rem, 1.7vw, 1.35rem);
    font-weight: 900;
    line-height: 1.25;
}

.agenda2027-payment-rules {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.agenda2027-payment-rules p {
    display: grid;
    grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0;
    border: 1px solid rgba(9, 103, 210, 0.14);
    border-radius: 8px;
    padding: 14px;
    background: #f7fbff;
}

.agenda2027-payment-rules span,
.agenda2027-installment-list strong {
    color: var(--agenda2027-ink);
    font-weight: 900;
}

.agenda2027-payment-rules strong {
    color: var(--agenda2027-blue-dark);
    font-weight: 900;
    text-align: right;
}

.agenda2027-payment-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.agenda2027-payment-card__header span {
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(246, 183, 60, 0.2);
    color: var(--agenda2027-blue-dark);
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
}

.agenda2027-installment-list {
    display: grid;
    gap: 10px;
}

.agenda2027-installment-list article {
    display: grid;
    grid-template-columns: minmax(150px, 1.05fr) repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(34, 56, 92, 0.1);
    border-radius: 8px;
    padding: 13px 14px;
    background: #ffffff;
}

.agenda2027-installment-list article > * {
    min-width: 0;
}

.agenda2027-installment-list article:nth-child(3) {
    border-color: rgba(246, 183, 60, 0.55);
    background: #fff8e4;
}

.agenda2027-installment-list span {
    display: block;
    border-radius: 999px;
    padding: 8px 9px;
    background: #f2f7ff;
    color: var(--agenda2027-muted);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.agenda2027-callout--center {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.agenda2027-addons .agenda2027-section-heading {
    max-width: 760px;
}

.agenda2027-addon-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
    margin: 0 auto;
    gap: clamp(18px, 2.4vw, 26px);
}

.agenda2027-addon-card {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 610px;
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 8px;
    padding: clamp(18px, 2.6vw, 26px);
    flex-direction: column;
    background:
        linear-gradient(180deg, rgba(9, 103, 210, 0.06), rgba(255, 255, 255, 0) 34%),
        #ffffff;
    box-shadow: 0 20px 48px rgba(34, 56, 92, 0.1);
}

.agenda2027-addon-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--agenda2027-blue), #f6b73c);
    content: "";
}

.agenda2027-addon-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.agenda2027-addon-card__header span {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(246, 183, 60, 0.22);
    color: var(--agenda2027-blue-dark);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.agenda2027-addon-card h3 {
    margin: 0;
    color: var(--agenda2027-ink);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 900;
    line-height: 1.18;
}

.agenda2027-addon-card__media {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(34, 56, 92, 0.18);
    border-radius: 8px;
    aspect-ratio: 16 / 9.4;
    background: #f4e7db;
}

.agenda2027-addon-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenda2027-addon-card p {
    margin: 20px 0 22px;
    color: var(--agenda2027-muted);
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
}

.agenda2027-addon-price {
    display: grid;
    justify-items: center;
    margin: auto auto 0;
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 8px;
    padding: 16px 20px;
    background:
        linear-gradient(135deg, rgba(246, 183, 60, 0.2), rgba(9, 103, 210, 0.08)),
        #fffdf8;
    color: var(--agenda2027-blue-dark);
    text-align: center;
}

.agenda2027-addon-price span,
.agenda2027-addon-price small {
    color: var(--agenda2027-muted);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.agenda2027-addon-price strong {
    margin: auto auto 0;
    color: var(--agenda2027-blue-dark);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.2;
}

.agenda2027-addon-note {
    display: block;
    margin-top: 12px;
    color: var(--agenda2027-muted);
    font-size: 0.84rem;
    line-height: 1.45;
    text-align: center;
}

.agenda2027-mini-table {
    overflow: hidden;
}

.agenda2027-mini-table h3 {
    padding: 18px 18px 0;
}

.agenda2027-mini-table th {
    width: 45%;
}

.agenda2027-mini-table td {
    color: var(--agenda2027-muted);
    text-align: right;
}

.agenda2027-mini-table--wide {
    overflow-x: auto;
}

.agenda2027-mini-table--wide th,
.agenda2027-mini-table--wide td {
    min-width: 150px;
}

.agenda2027-mini-table--wide td:first-child {
    color: var(--agenda2027-ink);
    font-weight: 800;
    text-align: left;
}

.agenda2027-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    margin: 22px 0;
}

.agenda2027-option-box {
    border: 1px solid rgba(9, 103, 210, 0.18);
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
}

.agenda2027-option-box p {
    display: grid;
    gap: 3px;
    padding: 12px 0;
    border-bottom: 1px solid var(--agenda2027-line);
}

.agenda2027-option-box p:last-child {
    border-bottom: 0;
}

.agenda2027-option-box span {
    color: var(--agenda2027-blue-dark);
    font-weight: 900;
}

.agenda2027-urgent {
    max-width: 880px;
    margin: 0 auto;
    border: 1px solid rgba(255, 224, 130, 0.42);
    background: rgba(255, 224, 130, 0.13);
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 900;
    text-align: center;
}

.agenda2027-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.agenda2027-steps article {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 232px;
    border: 1px solid var(--agenda2027-line);
    border-radius: 8px;
    padding: 28px 24px 26px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(34, 56, 92, 0.08);
    text-align: center;
}

.agenda2027-steps article::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: var(--agenda2027-blue);
    content: "";
}

.agenda2027-steps span {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--agenda2027-blue);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(9, 103, 210, 0.22);
}

.agenda2027-steps h3 {
    min-height: 2.45em;
    margin-bottom: 12px;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
    line-height: 1.2;
}

.agenda2027-steps p {
    font-size: 1rem;
    line-height: 1.65;
}

.agenda2027-faq {
    display: grid;
    gap: 12px;
}

.agenda2027-faq details {
    overflow: hidden;
}

.agenda2027-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    color: var(--agenda2027-ink);
    font-weight: 900;
    list-style: none;
}

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

.agenda2027-faq summary::after {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(9, 103, 210, 0.1);
    color: var(--agenda2027-blue);
    content: "+";
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
}

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

.agenda2027-faq p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--agenda2027-muted);
    line-height: 1.68;
}

.agenda2027-final {
    padding: clamp(52px, 8vw, 86px) 0;
    background: linear-gradient(135deg, #063f88, #0967d2 58%, #25c2d8);
    color: #ffffff;
}

.agenda2027-final__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.agenda2027-final p {
    max-width: 720px;
    margin: 14px 0 0;
    line-height: 1.7;
}

.agenda2027-final .agenda2027-note {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
}

.agenda2027-whatsapp-fixed {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 1040;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border-radius: 8px;
    padding: 12px 16px;
    background: #18b957;
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    pointer-events: none;
    transform: translateY(130%);
    transition: transform 180ms ease;
}

.agenda2027-whatsapp-fixed:hover {
    color: #ffffff;
}

@media (max-width: 1080px) {
    .agenda2027-hero__inner,
    .agenda2027-split,
    .agenda2027-split--reverse,
    .agenda2027-table-grid,
    .agenda2027-payment-layout,
    .agenda2027-video-showcase,
    .agenda2027-final__inner {
        grid-template-columns: 1fr;
    }

    .agenda2027-hero {
        min-height: 640px;
    }

    .agenda2027-hero::before {
        background:
            linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.86) 44%, rgba(255, 253, 248, 0.16) 100%),
            linear-gradient(180deg, rgba(255, 253, 248, 0.16) 0%, rgba(255, 253, 248, 0) 100%);
    }

    .agenda2027-split--reverse .agenda2027-split__media {
        order: 0;
    }

    .agenda2027-card-grid--four,
    .agenda2027-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agenda2027-kit-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agenda2027-addon-cards {
        max-width: 820px;
    }

    .agenda2027-kit-card--featured {
        transform: none;
    }

    .agenda2027-final__inner {
        justify-items: start;
    }

    .agenda2027-benefits-hero {
        height: 540px;
    }

    .agenda2027-benefits-hero::before {
        background:
            linear-gradient(90deg, rgba(255, 253, 248, 0.12) 0%, rgba(255, 253, 248, 0.48) 38%, rgba(255, 253, 248, 0.96) 100%),
            linear-gradient(180deg, rgba(255, 253, 248, 0.2) 0%, rgba(255, 253, 248, 0) 100%);
    }

    .agenda2027-benefits-hero__inner {
        grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1fr);
    }

    .agenda2027-benefits-hero__content {
        max-width: 560px;
        transform: translateY(4%);
    }

    .agenda2027-video-showcase__copy {
        justify-items: center;
        text-align: center;
    }

    .agenda2027-video-showcase__copy p {
        max-width: 640px;
    }

    .agenda2027-video-points {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    body.agenda2027-page {
        padding-bottom: 70px;
    }

    .agenda2027-wrap,
    .agenda2027-hero__inner,
    .agenda2027-benefits-hero__inner,
    .agenda2027-split,
    .agenda2027-final__inner {
        width: min(100% - 24px, 560px);
    }

    .agenda2027-hero {
        min-height: 780px;
        padding-top: 42px;
        padding-bottom: 92px;
        background: #f4e6da;
    }

    .agenda2027-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.94) 54%, rgba(255, 253, 248, 0.35) 76%, rgba(255, 253, 248, 0.04) 100%);
    }

    .agenda2027-hero__picture img {
        object-position: center top;
    }

    .agenda2027-hero__inner {
        gap: 34px;
    }

    .agenda2027-hero h1 {
        font-size: clamp(2.28rem, 11vw, 3.2rem);
    }

    .agenda2027-hero__actions,
    .agenda2027-quick-list,
    .agenda2027-two-col {
        grid-template-columns: 1fr;
    }

    .agenda2027-hero__actions {
        display: grid;
    }

    .agenda2027-button {
        width: 100%;
    }

    .agenda2027-benefits-hero {
        height: auto;
        padding: 0 0 48px;
        background: #fffdf8;
    }

    .agenda2027-benefits-hero::before {
        display: none;
    }

    .agenda2027-benefits-hero__picture {
        position: relative;
        display: block;
        height: 340px;
        margin-bottom: 30px;
    }

    .agenda2027-benefits-hero__picture img {
        width: 100%;
        height: 100% !important;
        display: block;
        object-fit: cover;
        object-position: center center;
    }

    .agenda2027-benefits-hero__inner {
        display: block;
        min-height: 0;
    }

    .agenda2027-benefits-hero__content {
        max-width: none;
        transform: none;
        text-align: center;
    }

    .agenda2027-section--video {
        padding: 44px 0;
    }

    .agenda2027-video-showcase {
        gap: 18px;
        padding: 14px;
        border-radius: 10px;
    }

    .agenda2027-video-showcase__copy {
        order: 2;
        gap: 12px;
    }

    .agenda2027-video-showcase__copy h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .agenda2027-video-showcase__copy p {
        font-size: 1rem;
    }

    .agenda2027-video-points {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .agenda2027-video-points span {
        grid-template-columns: 38px 1fr;
        min-height: 0;
        text-align: left;
    }

    .agenda2027-video-points i {
        grid-row: span 2;
    }

    .agenda2027-model-toggle {
        width: 100%;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .agenda2027-model-toggle button {
        flex: 1 1 0;
        padding: 0 10px;
        font-size: 0.86rem;
    }

    .agenda2027-section-heading .agenda2027-model-note {
        width: 100%;
        max-width: 360px;
        border-radius: 8px;
        font-size: 0.9rem;
    }

    .agenda2027-video-showcase__media {
        order: 1;
        width: min(100%, 320px);
        border-radius: 22px;
        padding: 8px;
    }

    .agenda2027-video-showcase__media video {
        aspect-ratio: 9 / 16;
        max-height: 72vh;
        border-radius: 14px;
    }

    .agenda2027-section {
        padding: 52px 0;
    }

    .agenda2027-section-heading {
        margin-bottom: 24px;
        text-align: center;
    }

    .agenda2027-section-heading .agenda2027-kicker,
    .agenda2027-benefits-hero__content .agenda2027-kicker {
        margin-right: auto;
        margin-left: auto;
    }

    .agenda2027-check-list {
        justify-items: center;
    }

    .agenda2027-check-list li {
        max-width: 340px;
        text-align: left;
    }

    .agenda2027-card-grid--four,
    .agenda2027-steps {
        grid-template-columns: 1fr;
    }

    .agenda2027-steps h3 {
        min-height: 0;
    }

    .agenda2027-addon-cards {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .agenda2027-addon-card {
        min-height: auto;
    }

    .agenda2027-product-summary {
        justify-content: center;
    }

    .agenda2027-miolo-slider {
        max-width: none;
    }

    .agenda2027-slider-info {
        position: static;
        width: min(100% - 24px, 560px);
        margin: 0 auto;
        padding: 22px 0 14px;
        text-shadow: none;
        transform: none;
    }

    .agenda2027-slider-info p {
        font-size: 0.9rem;
    }

    .agenda2027-miolo-track {
        gap: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .agenda2027-miolo-slide {
        flex-basis: 100%;
        scroll-snap-align: start;
    }

    .agenda2027-miolo-slide picture {
        height: 260px;
        aspect-ratio: auto;
    }

    .agenda2027-miolo-slide img {
        height: 100% !important;
        display: block;
        object-fit: cover;
        object-position: center;
        transform: scale(1.14);
    }

    .agenda2027-slider-button {
        display: none;
    }

    .agenda2027-slider-dots {
        position: static;
        margin: 12px 0 0;
    }

    .agenda2027-slider-note {
        position: static;
        max-width: 340px;
        margin: 14px auto 22px;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.86rem;
        text-align: center;
    }

    .agenda2027-price-table-wrap {
        display: none;
    }

    .agenda2027-payment-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .agenda2027-installment-list article {
        grid-template-columns: 1fr;
    }

    .agenda2027-installment-list span {
        text-align: left;
    }

    .agenda2027-kit-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .agenda2027-feature-offer {
        align-items: flex-start;
        flex-direction: column;
    }

    .agenda2027-feature-offer .agenda2027-button {
        width: 100%;
    }

    .agenda2027-kit-card {
        padding: 18px;
    }

    .agenda2027-kit-card--featured {
        border-color: rgba(246, 183, 60, 0.65);
        background: #fff6dc;
    }

    .agenda2027-kit-card p {
        display: grid;
        gap: 12px;
        padding: 11px 0;
        border-bottom: 1px solid var(--agenda2027-line);
    }

    .agenda2027-kit-card p:last-child {
        border-bottom: 0;
    }

    .agenda2027-kit-card span {
        color: var(--agenda2027-muted);
    }

    .agenda2027-kit-card strong {
        color: var(--agenda2027-ink);
        text-align: left;
    }

    .agenda2027-badge {
        margin: 0 0 12px;
    }

    .agenda2027-mini-table {
        overflow-x: auto;
    }

    .agenda2027-mini-table th,
    .agenda2027-mini-table td {
        min-width: 140px;
        padding: 13px;
    }

    .agenda2027-steps article {
        min-height: auto;
    }

    .agenda2027-final {
        padding-bottom: 92px;
    }

    .agenda2027-whatsapp-fixed {
        display: inline-flex;
        left: 12px;
        right: 12px;
    }

    body.agenda2027-show-fixed .agenda2027-whatsapp-fixed {
        pointer-events: auto;
        transform: translateY(0);
    }
}

@media (max-width: 420px) {
    .agenda2027-hero__lead strong {
        white-space: normal;
    }

    .agenda2027-kit-card p {
        display: grid;
        gap: 3px;
    }

    .agenda2027-kit-card strong {
        text-align: left;
    }
}
