/* Banhosoft 2026: fichário vivo do pet shop */
@import url('https://fonts.googleapis.com/css2?family=Chiron+Hei+HK:wght@400;500;600;700;800&family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap');

:root {
    --bs26-indigo: #232477;
    --bs26-indigo-deep: #15185d;
    --bs26-cyan: #08aadc;
    --bs26-cyan-dark: #007da8;
    --bs26-ice: #edf9fd;
    --bs26-mist: #f5f9fc;
    --bs26-paper: #ffffff;
    --bs26-ink: #15173c;
    --bs26-copy: #3f4664;
    --bs26-muted: #66708c;
    --bs26-line: #dce4ec;
    --bs26-success: #0e7a56;
    --bs26-danger: #b4233c;
    --primary: var(--bs26-cyan);
    --primary-dark: var(--bs26-cyan-dark);
    --secondary: var(--bs26-indigo);
    --gradient-primary: linear-gradient(135deg, var(--bs26-cyan), #00c4ea);
    --font-display: 'Chiron Hei HK', 'Trebuchet MS', sans-serif;
    --font-body: 'Nunito Sans', 'Segoe UI', sans-serif;
    --shadow-soft: 0 18px 48px rgba(31, 42, 102, .12);
    --shadow-float: 0 24px 70px rgba(26, 35, 101, .18);
}

html { max-width: 100%; overflow-x: hidden; scroll-padding-top: 86px; }
body {
    max-width: 100%;
    overflow-x: hidden;
    color: var(--bs26-ink);
    background: var(--bs26-paper);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
}
body::selection, ::selection { background: var(--bs26-cyan); color: #fff; }
* { scrollbar-color: var(--bs26-cyan) var(--bs26-ice); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bs26-ice); }
::-webkit-scrollbar-thumb { background: var(--bs26-cyan); border: 3px solid var(--bs26-ice); border-radius: 10px; }
a { color: var(--bs26-indigo); text-underline-offset: 3px; }
a:hover { color: var(--bs26-cyan-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid rgba(8, 170, 220, .32) !important;
    outline-offset: 3px !important;
}

/* shared chrome */
.bs-topnav.navbar {
    z-index: 10000 !important;
    min-height: 78px !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(35, 36, 119, .09) !important;
    box-shadow: 0 8px 30px rgba(25, 30, 82, .06) !important;
    backdrop-filter: blur(14px);
}
.bs-topnav__inner { width: 100% !important; max-width: 1505px !important; min-height: 78px; display: flex; align-items: center; padding-inline: 4%; }
.bs-topnav__brand { height: auto !important; padding: 8px 15px !important; }
.navbar-brand img.bs-topnav__logo { width: auto !important; max-width: 160px !important; max-height: 54px !important; height: 42px !important; }
.bs-topnav__nav { display: flex; align-items: center; gap: 4px; }
.bs-topnav__link {
    color: var(--bs26-indigo-deep) !important;
    font-family: var(--font-body);
    font-weight: 700 !important;
    padding: 13px 14px !important;
    border-radius: 10px;
}
.bs-topnav__link i { display: none !important; }
.bs-topnav__link:hover { color: var(--bs26-cyan-dark) !important; background: var(--bs26-ice) !important; }
.bs-topnav__nav .bs-topnav__login {
    min-height: 46px;
    min-width: 160px;
    padding: 13px 20px !important;
    color: #fff !important;
    background: var(--bs26-cyan) !important;
    border-radius: 11px !important;
    box-shadow: 0 10px 24px rgba(8, 170, 220, .24);
}
.bs-topnav__nav .bs-topnav__login:hover,
.bs-topnav__nav .bs-topnav__login:focus { color: #fff !important; background: var(--bs26-cyan-dark) !important; transform: translateY(-1px); }

.scroll-progress { height: 3px !important; background: transparent !important; }
.scroll-progress__bar { background: var(--bs26-cyan) !important; }
.bs26-progress-paw {
    position: fixed;
    top: 1px;
    left: 0;
    z-index: 10001;
    color: var(--bs26-indigo);
    font-size: 14px;
    pointer-events: none;
    transform: translateX(-20px) rotate(-16deg);
    filter: drop-shadow(0 2px 3px rgba(21, 24, 93, .2));
}

h1, h2, h3, h4, .section-heading, .plano-nome {
    color: var(--bs26-indigo-deep);
    font-family: var(--font-display);
    letter-spacing: -.025em;
}
.section-heading { font-weight: 800 !important; font-size: clamp(2.2rem, 4vw, 4.8rem) !important; line-height: 1.04 !important; }
.section-subheading { color: var(--bs26-copy) !important; max-width: 720px; margin-inline: auto; font-size: 1.12rem !important; line-height: 1.7 !important; }
.landing-kicker, .landing-hero__eyebrow { display: none !important; }
.section-landing { position: relative; padding: 112px 0 !important; background: #fff !important; }
.section-landing--alt { background: var(--bs26-mist) !important; }
.bg-fx { opacity: .22 !important; }
.bg-fx__blob { filter: blur(80px) !important; }

/* approved hero composition */
.bs26-hero {
    position: relative;
    min-height: 0;
    padding: 128px 0 64px;
    overflow: hidden;
    background: linear-gradient(116deg, #fff 0 46%, #f3fbfe 46% 100%);
}
.bs26-hero > .container { position: relative; width: 100%; max-width: 1505px; height: auto; padding: 0 4.65%; }
.bs26-hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8,170,220,.45), transparent);
}
.bs26-hero__grid { display: grid; grid-template-columns: minmax(380px, 34%) minmax(0, 66%); align-items: center; }
.bs26-hero__copy { position: relative; z-index: 3; width: auto; min-width: 0; padding: 30px 0; }
.bs26-hero__title {
    position: relative;
    max-width: 610px;
    margin: 0 0 22px;
    color: var(--bs26-indigo);
    font-family: var(--font-display);
    width: auto;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.bs26-hero__text { position: relative; width: 505px; max-width: 100%; margin: 0 0 32px; color: var(--bs26-copy); font-size: 1.4rem; font-weight: 500; line-height: 1.45; }
.bs26-hero__actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 30px; }
.bs26-hero__actions .bs26-btn { min-height: 66px; }
.bs26-hero__actions .bs26-btn:first-child { min-width: 222px; }
.bs26-btn, .btn-modern, .landing-btn, .plano-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 12px !important;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s;
}
.bs26-btn--primary, .btn-modern-primary, .landing-btn--primary, .plano-btn {
    color: #fff !important;
    background: var(--bs26-cyan) !important;
    box-shadow: 0 12px 28px rgba(8, 170, 220, .24) !important;
}
.bs26-btn--secondary, .btn-modern-outline, .landing-btn--ghost {
    color: var(--bs26-cyan-dark) !important;
    background: #fff !important;
    border-color: var(--bs26-cyan) !important;
}
.bs26-btn:hover, .btn-modern:hover, .landing-btn:hover, .plano-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(28, 39, 101, .16) !important; }
.bs26-hero__trust { position: relative; display: flex; flex-wrap: wrap; gap: 14px 25px; width: min(520px, 100%); color: var(--bs26-indigo-deep); font-size: 1.08rem; font-weight: 700; }
.bs26-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.bs26-hero__trust i { color: var(--bs26-cyan); }

.bs26-hero__visual { position: relative; width: 100%; height: auto; aspect-ratio: 1200 / 831; transform: none; }
.bs26-folder-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    mix-blend-mode: multiply;
    z-index: 1;
}
.bs26-sheet {
    position: absolute;
    z-index: 2;
    color: var(--bs26-indigo-deep);
    font-size: clamp(.62rem, .72vw, .82rem);
    pointer-events: none;
}
.bs26-sheet--agenda { left: 12%; top: 18%; width: 36%; transform: rotate(-.3deg); }
.bs26-sheet--pet { left: 62%; top: 17%; width: 27%; transform: rotate(1.2deg); }
.bs26-sheet__heading { margin: 0 0 11px; font: 800 1.35em/1 var(--font-display); }
.bs26-calendar-head { display: flex; justify-content: space-between; padding-bottom: 7px; border-bottom: 1px solid #dce4ec; color: var(--bs26-muted); font-weight: 700; }
.bs26-calendar { display: grid; grid-template-columns: 42px 1fr; margin-top: 8px; }
.bs26-calendar__time { padding: 8px 0; color: var(--bs26-muted); border-bottom: 1px solid #e7edf2; }
.bs26-calendar__slot { margin: 3px 0; padding: 6px 8px; border-radius: 6px; background: #e5f7fd; color: var(--bs26-indigo); font-weight: 800; }
.bs26-pet-row { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 9px; margin-bottom: 12px; }
.bs26-pet-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: var(--bs26-cyan); background: var(--bs26-ice); font-size: 22px; }
.bs26-pet-meta strong { display: block; font: 800 1.1em/1.2 var(--font-display); }
.bs26-pet-meta span { color: var(--bs26-muted); }
.bs26-pet-lines { display: grid; gap: 6px; }
.bs26-pet-lines span { display: block; padding-bottom: 5px; border-bottom: 1px solid #dfe6ee; color: var(--bs26-copy); }

.bs26-paws { position: absolute; z-index: 4; left: 2%; bottom: -4%; width: 38%; height: 60px; transform: rotate(13deg); }
.bs26-paws i { position: absolute; color: var(--bs26-cyan); opacity: .25; font-size: 28px; animation: bs26-step 3.8s ease-in-out infinite; }
.bs26-paws i:nth-child(1) { left: 0; top: 25px; }
.bs26-paws i:nth-child(2) { left: 18%; top: 11px; animation-delay: .25s; }
.bs26-paws i:nth-child(3) { left: 37%; top: 31px; animation-delay: .5s; }
.bs26-paws i:nth-child(4) { left: 57%; top: 12px; animation-delay: .75s; }
.bs26-paws i:nth-child(5) { left: 78%; top: 27px; animation-delay: 1s; }
@keyframes bs26-step { 0%, 42%, 100% { opacity: .22; transform: scale(.86) rotate(-12deg); } 18% { opacity: 1; transform: scale(1.08) rotate(-12deg); } }

.bs26-price-shelf {
    position: absolute;
    left: 4%; right: 4%; top: 730px;
    display: grid;
    grid-template-columns: 20% 28% 1fr;
    gap: 18px;
    align-items: stretch;
}
.bs26-price-shelf > h2 { align-self: center; max-width: 236px; margin: 0; font-size: 2.2rem; font-weight: 800; line-height: 1.06; }
.bs26-price-shelf__featured { position: relative; min-height: 294px; padding: 54px 28px 24px; background: #fff; border: 2px solid var(--bs26-cyan); border-radius: 15px; box-shadow: var(--shadow-soft); }
.bs26-price-shelf__badge { position: absolute; top: -17px; left: 50%; transform: translateX(-50%); padding: 8px 16px; color: #fff; background: var(--bs26-cyan); border-radius: 999px; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.bs26-price-shelf__featured strong, .bs26-price-shelf__rows strong { display: block; color: var(--bs26-indigo); font: 800 1.5rem/1.1 var(--font-display); }
.bs26-price-shelf__featured::after { content: '\f1ad'; position: absolute; left: 28px; top: 64px; width: 68px; height: 68px; display: grid; place-items: center; color: var(--bs26-cyan); background: var(--bs26-ice); border-radius: 50%; font: normal 27px/1 FontAwesome; }
.bs26-price-shelf__featured > div { position: absolute; left: 42%; top: 47px; }
.bs26-price-shelf__featured > div strong { font-size: 2.25rem; color: var(--bs26-indigo-deep); }
.bs26-price-shelf__featured small, .bs26-price-shelf__rows small { display: block; margin-top: 6px; color: var(--bs26-muted); font-size: .85rem; }
.bs26-price-shelf__featured p { position: absolute; right: 26px; top: 122px; margin: 0; color: var(--bs26-indigo); font: 800 1.25rem/1 var(--font-display); text-align: right; }
.bs26-price-shelf__featured p small { font: 600 .72rem/1 var(--font-body); }
.bs26-price-shelf__featured a { position: absolute; left: 58px; right: 20px; bottom: 24px; height: 50px; display: grid; place-items: center; color: var(--bs26-cyan-dark); border: 1px solid var(--bs26-cyan); border-radius: 10px; font-weight: 800; text-decoration: none; }
.bs26-price-shelf__rows { display: grid; gap: 10px; padding-top: 15px; }
.bs26-price-shelf__rows > a { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px 18px 92px; color: var(--bs26-indigo); background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(31,42,102,.08); text-decoration: none; }
.bs26-price-shelf__rows > a::before { content: '\f1ad'; position: absolute; left: 18px; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; color: var(--bs26-indigo); background: var(--bs26-ice); border-radius: 50%; font: normal 22px/1 FontAwesome; transform: translateY(-50%); }
.bs26-price-shelf__rows > a:nth-child(2)::before { content: '\f080'; }
.bs26-price-shelf__rows > a:nth-child(3)::before { content: '\f073'; }
.bs26-price-shelf__rows strong { font-size: 1.12rem; }
.bs26-price-shelf__rows i { width: 140px; height: 42px; display: grid; place-items: center; color: transparent; border: 1px solid var(--bs26-cyan); border-radius: 9px; font-size: 0; }
.bs26-price-shelf__rows i::after { content: 'Ver planos'; color: var(--bs26-cyan-dark); font: 800 .82rem/1 var(--font-body); }

/* page content */
.feature-card, .diferencial-card, .card-modern, .testimonial-card, .landing-price-card, .plano-card {
    background: #fff !important;
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: var(--shadow-soft) !important;
}
.feature-card, .diferencial-card { padding: 30px !important; }
.feature-card:hover, .diferencial-card:hover { transform: translateY(-4px) !important; box-shadow: var(--shadow-float) !important; }
.feature-icon, .card-modern-icon { color: var(--bs26-cyan) !important; background: var(--bs26-ice) !important; border-radius: 13px !important; }
.landing-pets-grid { gap: 12px !important; }
.landing-pets-cell { border-radius: 15px !important; overflow: hidden; box-shadow: var(--shadow-soft); }
.problem-solution-grid { gap: 18px !important; }
.problem-column, .solution-column { border: 0 !important; border-radius: 15px !important; box-shadow: var(--shadow-soft); }
.faq-item { border: 0 !important; border-bottom: 1px solid var(--bs26-line) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.faq-question { color: var(--bs26-indigo-deep) !important; font-family: var(--font-display); font-weight: 750 !important; }

/* pricing */
#plano { padding-top: 78px; background: var(--bs26-mist) !important; }
.plano-hero { padding: 88px 0 58px !important; background: var(--bs26-indigo) !important; }
.plano-hero::after { content: '••  ••  ••'; display: block; margin: 28px auto 0; color: rgba(255,255,255,.35); letter-spacing: 12px; transform: rotate(-8deg); }
.plano-hero h1 { color: #fff !important; font-size: clamp(3rem, 6vw, 5.7rem) !important; font-weight: 800 !important; }
.plano-hero p { color: #dcecff !important; font-size: 1.15rem !important; }
.periodo-toggle-container { margin: -28px auto 52px !important; position: relative; z-index: 2; }
.periodo-toggle { padding: 6px !important; background: #fff !important; border-radius: 13px !important; box-shadow: var(--shadow-soft) !important; }
.periodo-option { border-radius: 9px !important; color: var(--bs26-copy) !important; font-weight: 800 !important; }
.periodo-option.active { color: #fff !important; background: var(--bs26-indigo) !important; }
.planos-container { max-width: 1180px !important; }
.planos-grid { gap: 22px !important; align-items: stretch; }
.plano-card { position: relative; padding: 34px !important; overflow: visible !important; }
.plano-card.featured { transform: translateY(-10px); box-shadow: 0 28px 70px rgba(25, 34, 102, .2) !important; }
.plano-card.featured::before { content: ''; position: absolute; inset: -2px; z-index: -1; border-radius: 16px; background: var(--bs26-cyan); }
.plano-badge, .economize-badge { color: #fff !important; background: var(--bs26-cyan) !important; border-radius: 999px !important; }
.plano-nome { font-size: 2rem !important; font-weight: 800 !important; }
.plano-descricao { color: var(--bs26-muted) !important; }
.plano-preco-valor { color: var(--bs26-indigo) !important; font-family: var(--font-display) !important; font-weight: 800 !important; }
.plano-features { max-height: 420px; overflow: auto; padding-right: 10px !important; }
.plano-features li { padding: 11px 0 !important; border-bottom: 1px solid var(--bs26-line) !important; color: var(--bs26-copy) !important; }
.plano-features i { color: var(--bs26-cyan) !important; }
.plano-saiba-mais-trigger { color: var(--bs26-indigo) !important; font-weight: 800; }
.outras-opcoes { padding-top: 70px !important; }
.ver-outros-planos { display: none !important; }
#outras-opcoes { display: block !important; }

/* forms and registration */
.form-modern label, form label { color: var(--bs26-indigo-deep) !important; font-size: .92rem; font-weight: 800 !important; }
.form-modern input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
.form-modern select, .form-modern textarea,
form input.form-control, form select.form-control, form textarea.form-control {
    min-height: 52px;
    width: 100%;
    padding: 13px 15px !important;
    color: var(--bs26-ink) !important;
    background: #fff !important;
    border: 1px solid #cbd6e1 !important;
    border-radius: 11px !important;
    box-shadow: 0 1px 0 rgba(35,36,119,.02) !important;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-modern textarea { min-height: 156px; resize: vertical; }
.form-modern input::placeholder, .form-modern textarea::placeholder { color: #76819a !important; opacity: 1; }
.form-modern input:focus, .form-modern select:focus, .form-modern textarea:focus {
    border-color: var(--bs26-cyan) !important;
    box-shadow: 0 0 0 4px rgba(8,170,220,.12) !important;
}
.form-modern input:invalid:not(:placeholder-shown) { border-color: #d58b99 !important; }
.form-group { margin-bottom: 20px !important; }
.card-modern { padding: clamp(24px, 4vw, 42px) !important; }
#contact, #cliente, #sobre, #plano { min-height: calc(100vh - 78px); }
#contact, #cliente, #sobre { padding-top: 130px !important; }
#contact .row[style*='align-items'] { display: flex; align-items: stretch !important; }
#contact .card-modern { height: 100%; }
.cadastro-grid { gap: 22px !important; }
.cadastro-alert { border: 0 !important; box-shadow: 0 12px 30px rgba(28,39,101,.1) !important; }
.alert { border: 0 !important; border-radius: 13px !important; box-shadow: 0 12px 30px rgba(28,39,101,.1); }
.alert-success { background: #e8f8f1 !important; color: #075b42 !important; }
.alert-danger { background: #fff0f3 !important; color: #8e1930 !important; }

/* legal, states and footer */
.menu-termo { border-radius: 10px !important; color: var(--bs26-copy) !important; }
.menu-termo.active, .menu-termo:hover { color: #fff !important; background: var(--bs26-indigo) !important; transform: none !important; }
.bs-footer-cta { background: var(--bs26-cyan) !important; }
.bs-footer-cta__btn { color: var(--bs26-indigo-deep) !important; background: #fff !important; border-radius: 11px !important; }
.bs-footer { background: var(--bs26-indigo-deep) !important; }
.bs-footer__title, .bs-footer strong { color: #fff !important; }
.bs-footer a { color: #bfeeff !important; }
.bs-footer__seo { display: none; }

/* one authored page-load moment */
.bs26-ready .bs26-hero__copy { animation: bs26-copy-in .72s cubic-bezier(.18,.9,.24,1) both; }
.bs26-ready .bs26-hero__visual { animation: bs26-folder-in .9s .08s cubic-bezier(.18,.9,.24,1) both; }
@keyframes bs26-copy-in { from { opacity: .01; transform: translateY(24px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes bs26-folder-in { from { opacity: .01; transform: translate(70px, 18px) rotate(2deg); filter: blur(9px); } to { opacity: 1; transform: none; filter: none; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .bs26-hero { padding: 122px 0 64px; background: linear-gradient(180deg, #fff 0 43%, #f3fbfe 43% 100%); }
    .bs26-hero > .container { padding-inline: clamp(30px, 5vw, 64px); }
    .bs26-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .bs26-hero__copy { max-width: 760px; padding: 0 0 12px; }
    .bs26-hero__title { max-width: 760px; font-size: clamp(50px, 5.2vw, 62px); }
    .bs26-hero__text { font-size: 1.15rem; }
    .bs26-hero__visual { max-width: 1000px; margin-inline: auto; }
}

@media (max-width: 991px) {
    .bs-topnav__inner { display: block; }
    .bs-topnav__nav { display: block; }
    .bs26-hero { min-height: 0; padding: 122px 0 58px; background: linear-gradient(180deg, #fff 0 51%, #f3fbfe 51%); }
    .bs26-hero > .container { height: auto; padding-inline: 15px; }
    .bs26-hero__grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
    .bs26-hero__copy { position: relative; left: auto; top: auto; width: auto; padding-bottom: 10px; }
    .bs26-hero__copy { height: auto; }
    .bs26-hero__title { max-width: 760px; font-size: clamp(3.5rem, 10vw, 5.6rem); }
    .bs26-hero__title { width: auto; line-height: .98; transform: none; }
    .bs26-hero__title, .bs26-hero__text, .bs26-hero__actions, .bs26-hero__trust { position: relative; left: auto; top: auto; }
    .bs26-hero__text { width: auto; margin-bottom: 32px; font-size: 1.08rem; line-height: 1.62; }
    .bs26-hero__actions { margin-bottom: 30px; }
    .bs26-hero__trust { width: auto; flex-wrap: wrap; }
    .bs26-hero__visual { position: relative; left: auto; top: auto; width: auto; height: auto; min-height: 0; transform: none; }
    .bs26-price-shelf { position: relative; left: auto; right: auto; top: auto; grid-template-columns: 1fr 1fr; margin-top: 35px; }
    .bs26-price-shelf > h2 { grid-column: 1/-1; max-width: 520px; }
    .bs26-sheet { font-size: clamp(.58rem, 1.4vw, .75rem); }
    #contact .row[style*='align-items'] { display: block; }
    #contact .col-md-5 { margin-bottom: 22px; }
}

@media (max-width: 640px) {
    .bg-fx { display: none !important; }
    body > .row, .row { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
    .navbar-collapse { position: fixed !important; top: 78px !important; left: 0 !important; right: auto !important; width: calc(100vw - 30px) !important; margin-left: 15px !important; }
    .navbar-nav, .navbar-nav > li, .navbar-nav > li > a { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
    .bs-topnav__login { min-width: 0; }
    .navbar-nav { padding-left: 2px !important; }
    .section-landing { padding: 78px 0 !important; }
    .bs26-hero { min-height: 0; padding-top: 108px; }
    .bs26-hero__title { max-width: 100%; font-size: clamp(26px, 8vw, 42px); line-height: 1.01; letter-spacing: -.025em; text-wrap: balance; }
    .bs26-hero__text { width: calc(100vw - 40px); max-width: calc(100vw - 40px); font-size: 1.02rem; }
    .bs26-hero__actions { display: grid; grid-template-columns: 1fr; }
    .bs26-btn { width: 100%; }
    .bs26-hero__trust { display: grid; grid-template-columns: 1fr; gap: 9px; }
    .bs26-hero__visual { width: 100%; height: auto; min-height: 0; margin-inline: 0; }
    .bs26-sheet { display: block; font-size: clamp(7px, 1.65vw, 9px); }
    .bs26-sheet--agenda { left: 12%; top: 18%; width: 36%; }
    .bs26-sheet--pet { left: 62%; top: 17%; width: 27%; }
    .bs26-sheet__heading { margin-bottom: 6px; }
    .bs26-calendar-head { padding-bottom: 3px; }
    .bs26-calendar { grid-template-columns: 30px minmax(0, 1fr); margin-top: 4px; }
    .bs26-calendar__time { padding: 4px 0; }
    .bs26-calendar__slot { margin: 1px 0; padding: 3px 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bs26-pet-row { grid-template-columns: 28px minmax(0, 1fr); gap: 5px; margin-bottom: 6px; }
    .bs26-pet-avatar { width: 28px; height: 28px; border-radius: 6px; font-size: 14px; }
    .bs26-pet-lines { gap: 2px; }
    .bs26-pet-lines span { padding-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bs26-paws { left: 30%; bottom: -8px; width: 55%; }
    .bs26-price-shelf { grid-template-columns: minmax(0, 1fr); width: calc(100vw - 30px); max-width: calc(100vw - 30px); margin-inline: auto; }
    .bs26-price-shelf > *, .bs26-price-shelf__rows > a { min-width: 0; max-width: 100%; box-sizing: border-box; }
    .planos-grid { grid-template-columns: 1fr !important; }
    .plano-card.featured { transform: none; }
    .periodo-toggle { display: grid !important; grid-template-columns: 1fr; }
    .cadastro-grid { grid-template-columns: 1fr !important; }
    .card-modern { width: calc(100vw - 30px) !important; max-width: calc(100vw - 30px) !important; margin-inline: auto !important; padding: 22px !important; box-sizing: border-box !important; }
    .container { max-width: 100% !important; }
    .section-heading { max-width: calc(100vw - 30px); margin-inline: auto; font-size: 2.25rem !important; overflow-wrap: anywhere; }
    .section-subheading { max-width: calc(100vw - 30px); padding-inline: 8px; overflow-wrap: anywhere; }
    #contact .row, #cliente .row, #sobre .row, #plano .row { max-width: 100%; margin-inline: 0 !important; }
    #contact [class*='col-'], #cliente [class*='col-'], #sobre [class*='col-'], #plano [class*='col-'] { padding-inline: 0 !important; }
    .card-modern, .plano-card { max-width: 100%; overflow-wrap: anywhere; }
    .bs26-hero__text, .section-subheading, #contact p, #cliente p, #sobre p { white-space: normal !important; overflow-wrap: anywhere !important; word-break: normal !important; }
    #contact p, #contact a, #contact label, #contact input, #contact textarea, #contact select { max-width: 100%; overflow-wrap: anywhere; }
    #contact, #cliente, #sobre { padding-top: 108px !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    .bs26-ready .bs26-hero__copy, .bs26-ready .bs26-hero__visual, .bs26-paws i { animation: none !important; filter: none !important; transform: none; }
    .bs26-paws i { opacity: .62; }
    .bs26-btn, .btn-modern, .landing-btn, .plano-btn, .feature-card, .diferencial-card, .navbar-toggle .icon-bar { transition: none !important; }
    .bs26-progress-paw { display: none; }
}

/* Formulários públicos: grupos claros, labels persistentes e estados acessíveis */
#contact {
    min-height: 0;
    padding: 132px 0 104px !important;
    background: rgba(245, 249, 252, .94) !important;
}

.contact-kicker,
.checkout-kicker,
.contact-form-heading > p {
    margin: 0 0 10px;
    color: #007da8;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#contact .section-heading,
.checkout-page .section-heading {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    color: #15173c;
    font-family: 'Chiron Hei HK', 'Trebuchet MS', sans-serif;
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: -.035em;
}

#contact .section-subheading,
.checkout-page .section-subheading {
    max-width: 700px;
    margin: 18px auto 0;
    color: #3f4664;
    line-height: 1.7;
}

#contact .card-modern,
.checkout-form-card {
    border: 0;
    border-radius: 15px;
    box-shadow: 0 18px 48px rgba(31, 42, 102, .11);
}

.contact-card-title,
.contact-form-heading h2 {
    margin: 0 0 10px;
    color: #15173c;
    font-family: 'Chiron Hei HK', 'Trebuchet MS', sans-serif;
    font-size: 1.85rem;
    font-weight: 800;
}

.contact-form-heading {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dce4ec;
}

.contact-form-heading > p { margin-bottom: 6px; }
.contact-form-heading > span,
.field-help { color: #66708c; font-size: .85rem; }

.contact-fieldset,
.checkout-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0 15px;
    border: 0;
}

.contact-fieldset legend,
.checkout-fieldset legend {
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: #232477;
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-fieldset legend i { margin-right: 8px; color: #08aadc; }

#contact .form-group,
.checkout-page .form-group { margin-bottom: 18px; }

#contact .form-group label,
.checkout-page .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #15173c;
    font-size: .9rem;
    font-weight: 800;
}

.checkout-page .form-group label span,
.checkout-page .form-group label small {
    color: #66708c;
    font-weight: 600;
}

#contact .form-modern input:not([type='hidden']),
#contact .form-modern textarea,
.checkout-page .form-modern.input,
.checkout-page select.form-modern.input {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    color: #15173c;
    background: #fff;
    border: 1px solid #dce4ec;
    border-radius: 11px;
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

#contact .form-modern textarea { min-height: 188px; resize: vertical; }

#contact .form-modern input:focus,
#contact .form-modern textarea:focus,
.checkout-page .form-modern.input:focus,
.checkout-page select.form-modern.input:focus {
    border-color: #08aadc;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(8, 170, 220, .16);
}

#contact [aria-invalid='true'],
.checkout-page [aria-invalid='true'] {
    border-color: #b4233c !important;
    background: #fff8fa !important;
    box-shadow: 0 0 0 4px rgba(180, 35, 60, .1) !important;
}

.checkout-page input[readonly] {
    color: #66708c;
    background: #edf1f5 !important;
    cursor: not-allowed;
}

#form-errors,
#form-loading {
    border-radius: 10px !important;
    padding: 14px 16px !important;
}

.checkout-page {
    min-height: 720px;
    padding: 132px 0 104px !important;
    background: #f5f9fc !important;
}

.checkout-form-card {
    position: relative;
    z-index: 1;
    max-width: 1060px;
    margin: 24px auto 0;
    padding: 38px !important;
    overflow: visible;
}

.checkout-form-grid { margin: 0 -15px; }
.checkout-page .form-group.col-md-4,
.checkout-page .form-group.col-md-8 { padding-right: 7px; padding-left: 7px; }

.checkout-page .btn-modern-primary,
#contact .btn-modern-primary {
    min-height: 52px;
    background: #08aadc;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(8, 170, 220, .22);
}

.checkout-page .btn-modern-primary:hover,
#contact .btn-modern-primary:hover { background: #007da8; }

@media (max-width: 767px) {
    #contact,
    .checkout-page { padding: 112px 0 78px !important; }
    #contact .section-heading,
    .checkout-page .section-heading { font-size: clamp(2.4rem, 12vw, 3.7rem); }
    .contact-fieldset + .contact-fieldset,
    .checkout-fieldset + .checkout-fieldset { margin-top: 28px; }
    .checkout-form-card { padding: 24px 12px !important; }
}

@media (prefers-reduced-motion: reduce) {
    #contact .form-modern input,
    #contact .form-modern textarea,
    .checkout-page .form-modern.input { transition: none; }
}
/* Experiência pública 2026: ritmo de fichário em toda a home */
.bs26-care-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 52px 4.65% 0;
    padding: 34px 42px 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(220, 228, 236, .9);
    border-radius: 15px;
    box-shadow: 0 18px 48px rgba(31, 42, 102, .1);
}

.bs26-care-path__line {
    position: absolute;
    inset: -24px 13% auto;
    width: 74%;
    overflow: visible;
    pointer-events: none;
}

.bs26-care-path__track,
.bs26-care-path__draw {
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.bs26-care-path__track { stroke: #dce4ec; }
.bs26-care-path__draw {
    stroke: #08aadc;
    stroke-dasharray: 760;
    stroke-dashoffset: 760;
    animation: bs26-care-draw 1.6s .35s ease-out forwards;
}

.bs26-care-path__paw {
    fill: #232477;
    offset-path: path('M20 32 C150 4 220 60 360 32 S570 4 700 32');
    offset-rotate: 0deg;
    animation: bs26-care-paw 7s 1.8s ease-in-out infinite;
    will-change: offset-distance, opacity;
}

.bs26-care-path:hover .bs26-care-path__paw { animation-duration: 3.5s; }

.bs26-care-path > span {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    color: #15173c;
}

.bs26-care-path > span > i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #007da8;
    background: #edf9fd;
    border-radius: 10px;
}

.bs26-care-path strong { align-self: end; font-size: 1rem; }
.bs26-care-path small { color: #66708c; font-size: .84rem; }

@keyframes bs26-care-draw { to { stroke-dashoffset: 0; } }
@keyframes bs26-care-paw {
    0%, 10% { offset-distance: 0%; opacity: 0; }
    18%, 82% { opacity: 1; }
    90%, 100% { offset-distance: 100%; opacity: 0; }
}

/* A home completa compartilha a mesma linguagem, sem blocos genéricos. */
body.index .section-landing { padding: 104px 0; }
body.index .section-landing--alt { background: rgba(245, 249, 252, .92); }
body.index .section-heading {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    color: #15173c;
    font-family: 'Chiron Hei HK', 'Trebuchet MS', sans-serif;
    letter-spacing: -.025em;
}
body.index .section-subheading { max-width: 760px; color: #3f4664; line-height: 1.75; }
body.index .landing-kicker { color: #007da8; letter-spacing: .1em; }
body.index .card-modern,
body.index .landing-feature-block,
body.index .landing-diferenciais-card,
body.index .landing-plan-card,
body.index .landing-quote {
    border-color: transparent;
    border-radius: 15px;
    box-shadow: 0 18px 48px rgba(31, 42, 102, .1);
}
body.index .card-modern:hover,
body.index .landing-feature-block:hover,
body.index .landing-diferenciais-card:hover {
    border-color: #b8e9f7;
    box-shadow: 0 24px 70px rgba(26, 35, 101, .15);
}
body.index .landing-feature-block__icon {
    background: #edf9fd !important;
    color: #007da8 !important;
}
body.index .landing-feature-block__icon i { color: #007da8 !important; }
body.index .landing-problem-grid .card-modern:first-child { border-left: 4px solid #b4233c !important; }
body.index .landing-problem-grid .card-modern:last-child { border: 0 !important; border-left: 4px solid #0e7a56 !important; }
body.index .landing-plan-card--featured { border: 2px solid #08aadc; }
body.index .landing-faq__item {
    border: 1px solid #dce4ec;
    border-radius: 11px;
    box-shadow: none;
}
body.index .landing-faq__item[open] { border-color: #8dddf3; background: #edf9fd; }
body.index .landing-pets-cell { border-radius: 15px; overflow: hidden; }
body.index .landing-pets-cell img { transition: transform 420ms ease; }
body.index .landing-pets-cell:hover img { transform: scale(1.035); }

@media (max-width: 767px) {
    .bs26-care-path {
        position: relative;
        inset: auto;
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 8px 0 30px;
        padding: 24px;
    }
    .bs26-care-path__line { display: none; }
    body.index .section-landing { padding: 78px 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bs26-care-path {
        position: relative;
        inset: auto;
    }
}

body > #plano:not(.checkout-page) { min-height: 0; }

@media (prefers-reduced-motion: reduce) {
    .bs26-care-path__draw { stroke-dashoffset: 0; animation: none; }
    .bs26-care-path__paw { display: none; animation: none; }
    body.index .landing-pets-cell img { transition: none; }
    body.index .landing-pets-cell:hover img { transform: none; }
}
