/* ===== RESET ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #0a1f3d;
    color: #e2e8f0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== LAYOUT ===== */
.wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ===== TOPBAR ===== */
.topbar {
    background: #0a1f3d;
    padding: 14px 20px;
    text-align: center;
}

.topbar-label {
    font-size: 10px;
    letter-spacing: 2px;
    color: #60a5fa;
    text-transform: uppercase;
}

.topbar-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.topbar-name span {
    color: #60a5fa;
}

/* ===== PAIN BAR ===== */
.pain-bar {
    background: #dc2626;
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    font-style: italic;
}

/* ===== HERO ===== */
.hero {
    background: #1e3a5f;
    padding: 44px 20px;
    text-align: center;
    position: relative;
}

.hero h1 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    max-width: 820px;
    margin: 0 auto 10px;
}

.hero h1 u {
    text-decoration: underline;
    text-decoration-color: #60a5fa;
    text-underline-offset: 4px;
}

.hero .sub {
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #2c5282;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 14px;
    color: #2a7a2a;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    max-width: fit-content;
    text-align: center;
}

.badge::before {
    content: '✅';
    font-size: 14px;
}

.hero-mockup {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.hero-mockup-inner {
    background: #0a1f3d;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
    font-size: 12px;
    font-weight: 500;
}

.scroll-arrow {
    width: 48px;
    height: 48px;
    background: #60a5fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

.scroll-arrow::after {
    content: '▼';
    color: #ffffff;
    font-size: 16px;
}

/* ===== IDENTIFICATION ===== */
.ident {
    padding: 44px 20px;
    text-align: center;
}

.ident h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.35;
}

.ident .red {
    color: #dc2626;
    font-weight: 600;
}

.thought-box {
    max-width: 440px;
    margin: 24px auto;
    position: relative;
    background: #0a1f3d;
    border-radius: 12px;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thought-box .bg-label {
    color: #1e3a5f;
    font-size: 12px;
}

.bubble {
    position: absolute;
    background: #dc2626;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 10px;
    max-width: 220px;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bubble:nth-child(1) { top: 20px;   right: 16px; }
.bubble:nth-child(2) { top: 96px;   right: 28px; }
.bubble:nth-child(3) { top: 172px;  right: 12px; }
.bubble:nth-child(4) { bottom: 32px; right: 20px; }

.ident .closing {
    font-size: 17px;
    color: #e2e8f0;
    max-width: 760px;
    margin: 20px auto 0;
    line-height: 1.7;
}

.ident .closing strong {
    color: #60a5fa;
}

/* ===== PERGUNTO ===== */
.pergunto {
    max-width: 720px;
    margin: 28px auto;
    background: #1e3a5f;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.pergunto-icon {
    width: 44px;
    height: 44px;
    background: #f59e0b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
}

.pergunto h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 4px;
}

.pergunto p {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
}

.pergunto p u {
    font-weight: 600;
}

.cta-line {
    text-align: center;
    font-size: 18px;
    color: #e2e8f0;
    margin: 20px 0 8px;
}

.cta-line strong {
    color: #60a5fa;
}

/* ===== BENEFITS ===== */
.benefits {
    background: #0a1f3d;
    padding: 44px 20px;
}

.benefits h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}

.benefits h2 span {
    color: #60a5fa;
    text-decoration: underline;
}

.benefits-grid {
    margin: 24px auto 0;
}

.ben {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.ben-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.ben-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 6px;
}

.ben p {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.5;
}

/* ===== CONTENT HEADER ===== */
.ch {
    background: #0a1f3d;
    border-radius: 8px;
    padding: 16px 24px;
    text-align: center;
    margin-bottom: 28px;
}

.ch p {
    font-size: 14px;
    color: #60a5fa;
}

.ch h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.ch h2 span {
    color: #60a5fa;
    text-decoration: underline;
}

/* ===== CONTENT BLOCKS ===== */
.cb {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin-bottom: 16px;
}

.cb-phase {
    font-size: 13px;
    font-weight: 600;
    color: #60a5fa;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.cb-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 6px;
}

.cb-desc {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
}

.cb-mock {
    background: #1e3a5f;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #94a3b8;
}

/* ===== PRA QUEM ===== */
.pq {
    padding: 44px 20px;
}

.pq h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
}

.pq h2 span {
    color: #60a5fa;
    text-decoration: underline;
}

.pq-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin: 0 auto;
}

.pq-photo {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    width: 180px;
}

.pq-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pq-item {
    font-size: 17px;
    color: #e2e8f0;
    margin-bottom: 10px;
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

/* ===== VALUE STACK ===== */
.stack {
    padding: 44px 20px;
    text-align: center;
}

.stack h3 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.stack h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.stack h2 span {
    color: #60a5fa;
    text-decoration: underline;
}

.st {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.sr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    border-bottom: 1px solid #1e3a5f;
    font-size: 15px;
}

.sr:last-child {
    border: none;
}

.sr-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
}

.sr-price {
    font-weight: 700;
    color: #dc2626;
    text-decoration: line-through;
}

.stack-total {
    font-size: 16px;
    font-weight: 700;
    color: #0a1f3d;
    margin-top: 16px;
}

.stack-total span {
    text-decoration: line-through;
    color: #64748b;
}

/* ===== OFFER ===== */
.offer-bar {
    background: #0a1f3d;
    padding: 14px 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    max-width: 560px;
    margin: 24px auto 0;
}

.offer-bar h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.offer-bar h2 span {
    color: #60a5fa;
}

.offer-box {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 28px;
    max-width: 560px;
    margin: 0 auto;
}

.of-mock {
    background: #1e3a5f;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #94a3b8;
}

.of-details {
    text-align: center;
}

.of-label {
    font-size: 10px;
    letter-spacing: 2px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.of-name {
    font-size: 20px;
    font-weight: 800;
    color: #0a1f3d;
    margin-bottom: 2px;
}

.of-sub {
    font-size: 12px;
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 12px;
}

.of-old {
    font-size: 12px;
    color: #64748b;
}

.of-old span {
    text-decoration: line-through;
}

.of-price {
    font-size: 38px;
    font-weight: 900;
    color: #60a5fa;
    line-height: 1;
    margin: 4px 0;
}

.of-inst {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 14px;
}

.btn {
    display: block;
    background: #10b981;
    color: #ffffff !important;
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.btn:hover {
    background: #34d399;
    transform: translateY(-1px);
}

.of-trust {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
    font-size: 13px;
    color: #64748b;
}

/* ===== 3 STEPS ===== */
.steps3 {
    padding: 44px 20px;
    text-align: center;
}

.steps3 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.s3g {
    margin: 0 auto;
}

.s3 {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 20px 14px;
    height: 100%;
}

.s3-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.s3-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 4px;
}

.s3-desc {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.5;
}

/* ===== BIO ===== */
.bio {
    background: #0a1f3d;
    padding: 44px 20px;
}

.bio-inner {
    max-width: 820px;
    margin: 0 auto;
}

.bio-label {
    font-size: 14px;
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 2px;
}

.bio-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.bio-text {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 8px;
}

.bio-photo {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    width: 100%;
}

/*.bio-photo img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/* ===== OPTIONS ===== */
.opts {
    padding: 44px 20px;
    text-align: center;
}

.opts h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.opts-grid {
    margin: 0 auto;
}

.opt {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;
    text-align: left;
    height: 100%;
}

.opt .o-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.opt .o-label {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.opt.bad .o-label  { background: #dc2626; }
.opt.good .o-label { background: #10b981; }

.opt .o-title {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f3d;
    margin-bottom: 6px;
}

.opt p {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
}

.opts-bottom {
    margin-top: 20px;
    font-size: 17px;
    color: #e2e8f0;
}

.opts-bottom strong {
    color: #10b981;
}

/* ===== FAQ ===== */
.faq {
    padding: 40px 32px;
    max-width: 960px;
    margin: 0 auto;
}

.faq h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.fi {
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0;
    cursor: pointer;
}

.fq {
    font-size: 18px;
    font-weight: 500;
    color: #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fq::after {
    content: '＋';
    color: #60a5fa;
    font-size: 18px;
    font-weight: 700;
}

.fi.open .fq::after {
    content: '−';
}

.fa {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
    padding-top: 10px;
    display: none;
}

.fi.open .fa {
    display: block;
}

/* ===== FOOTER ===== */
.footer {
    background: #061325;
    padding: 28px 20px;
    text-align: center;
}

.footer-logo {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.footer-logo span {
    color: #60a5fa;
}

.footer-contact {
    font-size: 14px;
    color: #60a5fa;
    margin-bottom: 12px;
}

.footer-legal {
    font-size: 10px;
    color: #1e3a5f;
    line-height: 1.6;
    max-width: 760px;
    margin: 0 auto;
}

/* ===== CHECKOUT BLOCK ===== */
.checkout-block {
    padding: 0 20px 44px;
    text-align: center;
}

.checkout-mockup {
    max-width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 auto 20px;
}

.checkout-price-label {
    font-size: 16px;
    margin-top: 4px;
}

.btn-checkout {
    max-width: 480px;
    margin: 16px auto 0;
    font-size: 18px;
    padding: 20px 32px;
    letter-spacing: 0.5px;
}

/* ===== PLANS (CHECKOUT COMPARISON) ===== */
.checkout-presentation {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 14px;
}

.plans-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 24px;
}

.plans-title span {
    color: #60a5fa;
    text-decoration: underline;
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
    max-width: 720px;
    margin: 0 auto;
}

.plan-card {
    background: #ffffff;
    border: 1px solid #2c5282;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.essencial{
    max-height: fit-content;
    margin-top: 90px;
}

.plan-vip {
    border: 2px solid #60a5fa;
    box-shadow: 0 8px 24px rgba(79, 195, 247, 0.2);
}

.plan-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #60a5fa;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 0 0 8px 8px;
}

.plan-header {
    background: #1e3a5f;
    padding: 20px 12px 14px;
    text-align: center;
}

.plan-vip .plan-header {
    background: #0a1f3d;
    padding-top: 26px;
}

.plan-label {
    font-size: 14px;
    letter-spacing: 2px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.plan-vip .plan-label {
    color: #60a5fa;
}

.plan-name {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}

.plan-vip .plan-name {
    color: #ffffff;
}

.plan-body {
    padding: 16px 14px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.plan-features {
    list-style: none;
    margin-bottom: 14px;
    padding-left: 6px;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #e2e8f0;
    line-height: 1.4;
    margin-bottom: 10px;
}

.plan-features li.pf-no {
    color: #475569;
    text-decoration: line-through;
}

.plan-features-left {
    text-align: left;
}

.plan-features small {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
}

.pf-strike {
    text-decoration: line-through;
}

.pf-icon {
    font-size: 12px;
    line-height: 1.4;
    flex-shrink: 0;
}

.plan-price {
    border-top: 1px solid #1e3a5f;
    padding-top: 12px;
    margin-top: auto;
    text-align: center;
}

.plan-price-old {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 2px;
}

.plan-price-old span {
    text-decoration: line-through;
}

.plan-price-installment {
    font-size: 16px;
    color: #60a5fa;
    font-weight: 600;
}

.plan-price-main {
    font-size: 30px;
    font-weight: 900;
    color: #0a1f3d;
    line-height: 1.2;
}

.plan-price-main.plan-price-vip {
    color: #60a5fa;
}

.plan-price-sub {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 14px;
}

.plan-btn {
    display: block;
    color: #ffffff !important;
    padding: 13px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.plan-btn-basic {
    background: #0a1f3d;
}

.plan-btn-basic:hover {
    background: #1a3a5c;
}

.plan-btn-vip {
    background: #10b981;
}

.plan-btn-vip:hover {
    background: #34d399;
}

.plan-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #64748b;
}

/* ===== GUARANTEE ===== */
.guarantee-section {
    padding: 20px 20px 44px;
}

.guarantee-card {
    background: #0a1f3d;
    border: 2px solid #10b981;
    border-radius: 16px;
    padding: 36px 28px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.guarantee-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.guarantee-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.guarantee-card p {
    font-size: 16px;
    color: #e2e8f0;
    line-height: 1.7;
    margin-bottom: 10px;
}

.guarantee-risk {
    font-size: 16px;
    font-weight: 700;
    color: #10b981;
    margin-top: 8px;
    margin-bottom: 0 !important;
}

/* ===== CTA FINAL ===== */
.cta-final {
    padding: 0 20px 44px;
    text-align: center;
}

/* ===== DESKTOP ===== */
@media (min-width: 769px) {
    .hero h1 {
        font-size: 38px;
    }

    .hero .sub {
        font-size: 16px;
    }

    .ident h2 {
        font-size: 30px;
    }

    .benefits h2 {
        font-size: 28px;
    }

    .pq h2,
    .stack h2,
    .opts h2 {
        font-size: 28px;
    }

    .ch h2 {
        font-size: 24px;
    }

    .guarantee-title {
        font-size: 28px;
    }

    .cb-title {
        font-size: 20px;
    }

    .cb-desc {
        font-size: 17px;
    }

    .ben-title {
        font-size: 17px;
    }

    .ben p {
        font-size: 16px;
    }

    .sr {
        font-size: 17px;
        padding: 15px 24px;
    }

    .of-price {
        font-size: 52px;
    }

    .plans-title {
        font-size: 28px;
    }

    .plans-grid {
        max-width: 800px;
        gap: 24px;
    }

    .plan-header {
        padding: 26px 16px 18px;
    }

    .plan-vip .plan-header {
        padding-top: 32px;
    }

    .plan-name {
        font-size: 24px;
    }

    .plan-body {
        padding: 22px 20px 26px;
    }

    .plan-features li {
        font-size: 14px;
    }

    .plan-features small {
        font-size: 11px;
    }

    .plan-price-main {
        font-size: 32px;
    }

    .plan-btn {
        font-size: 15px;
        padding: 16px 12px;
    }

    .bio-label {
        font-size: 16px;
    }

    .bio-title {
        font-size: 22px;
    }

    .bio-text {
        font-size: 18px;
    }

    .bio-photo {
        width: 300px;
    }

    .steps3 h2 {
        font-size: 22px;
    }

    .s3-title {
        font-size: 17px;
    }

    .s3-desc {
        font-size: 15px;
    }

    .faq h2 {
        font-size: 24px;
    }

    .fq {
        font-size: 18px;
    }

    .fa {
        font-size: 17px;
    }
}

/* ===== RESPONSIVE (mantém breakpoint original em 640px) ===== */
@media (max-width: 640px) {
    .wrap {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .hero h1 {
        font-size: 25px;
    }

    /* Força empilhamento das colunas Bootstrap abaixo de 640px */
    .cb .row > [class*="col-"],
    .offer-box .row > [class*="col-"],
    .pq-card .row > [class*="col-"],
    .bio-inner .row > [class*="col-"],
    .benefits-grid > [class*="col-"],
    .opts-grid > [class*="col-"],
    .s3g > [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        order: 0 !important;
    }

    .pq-photo,
    .bio-photo {
        max-width: 400px;
        margin: 0 auto;
    }
    .plans-grid {
        display: block;
        max-width: 720px;
        margin: 0 auto;
    }
    .plan-vip{
        margin-top: 20px;
    }
    .essencial{
        max-height: fit-content;
        margin-top: 0px;
    }
}
