:root {
    --brand: #541f36;
    --brand-dark: #351221;
    --brand-soft: #76445a;
    --rose: #eadce2;
    --soft: #f7f1f3;
    --surface: #fbf9f7;
    --white: #ffffff;
    --ink: #211b1e;
    --muted: #746a6e;
    --line: #e2d9dc;
    --font-primary: "Plus Jakarta Sans", Arial, sans-serif;
    --shadow: 0 24px 65px rgba(53, 18, 33, 0.14);
    --shadow-card: 0 14px 36px rgba(53, 18, 33, 0.09);
    --radius-card: 1rem;
    --radius-panel: 1.4rem;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

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

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 9999;
    padding: 0.75rem 1rem;
    background: var(--white);
    color: var(--brand);
}

.skip-link:focus {
    top: 1rem;
}

.section {
    padding: 7rem 0;
}

.section-soft {
    background: var(--soft);
}

.eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: var(--brand);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.eyebrow-light {
    color: #ead5de;
}

.section-title {
    margin: 0;
    color: var(--brand);
    font-size: clamp(2.15rem, 4vw, 3.8rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.section-lead {
    color: var(--ink);
    font-size: 1.12rem;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
    align-items: end;
    gap: 4rem;
    margin-bottom: 3.5rem;
}

.section-heading p {
    margin: 0;
    color: var(--muted);
}

.btn {
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
}

.btn-lg {
    padding: 0.95rem 1.75rem;
    font-size: 0.88rem;
}

.btn i {
    margin-right: 0.55rem;
}

.btn-brand {
    border-color: var(--brand);
    background: var(--brand);
    color: var(--white);
}

.btn-brand:hover,
.btn-brand:focus {
    border-color: var(--brand-dark);
    background: var(--brand-dark);
    color: var(--white);
}

.btn-outline-brand {
    border-color: var(--brand);
    background: transparent;
    color: var(--brand);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    border-color: var(--brand);
    background: var(--brand);
    color: var(--white);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    color: var(--brand);
    font-size: 0.84rem;
    font-weight: 700;
}

.text-link i {
    transition: transform 180ms ease;
}

.text-link:hover i {
    transform: translateX(0.25rem);
}

/* Cabeçalho */
.topbar {
    background: var(--brand-dark);
    color: var(--white);
    font-size: 0.72rem;
}

.topbar .container {
    min-height: 2.25rem;
}

.topbar p,
.topbar a {
    color: rgba(255, 255, 255, 0.82);
}

.topbar__links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.topbar__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1;
}

.topbar__links i {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.site-header {
    border-bottom: 1px solid rgba(84, 31, 54, 0.1);
    background: rgba(251, 249, 247, 0.97);
    backdrop-filter: blur(10px);
}

.site-header .navbar {
    min-height: 7.2rem;
}

.navbar-brand img {
    width: 12rem;
    height: 5.4rem;
    object-fit: contain;
}

.navbar-nav {
    gap: 0.35rem;
}

.nav-link {
    position: relative;
    padding: 2.25rem 0.75rem !important;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 600;
}

.nav-link::after {
    position: absolute;
    right: 0.75rem;
    bottom: 1.55rem;
    left: 0.75rem;
    height: 2px;
    border: 0 !important;
    background: var(--brand);
    content: "";
    opacity: 0;
    transform: scaleX(0.5);
    transition: 180ms ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand);
}

.nav-link:hover::after,
.nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.dropdown-toggle::before {
    display: none;
}

.dropdown-menu {
    min-width: 15.5rem;
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: var(--shadow);
}

.dropdown-item {
    padding: 0.62rem 0.7rem;
    font-size: 0.76rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: var(--soft);
    color: var(--brand);
}

.header-whatsapp {
    display: inline-flex;
    align-items: center;
}

.header-whatsapp img {
    width: 11.75rem;
    height: auto;
    transition: transform 180ms ease;
}

.header-whatsapp:hover img {
    transform: translateY(-2px);
}

/* Hero */
.hero-home {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 7rem;
    background:
        radial-gradient(circle at 10% 18%, rgba(84, 31, 54, 0.14), transparent 34%),
        radial-gradient(circle at 86% 72%, rgba(234, 220, 226, 0.7), transparent 32%),
        linear-gradient(135deg, #f1e2e8 0%, var(--surface) 68%);
}

.hero-home__content {
    position: relative;
    z-index: 1;
}

.hero-home h1 {
    max-width: 44rem;
    margin-bottom: 1.75rem;
    color: var(--brand);
    font-size: clamp(3rem, 5.4vw, 5.35rem);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1.02;
}

.hero-lead {
    max-width: 38rem;
    color: #50464a;
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.35rem;
}

.hero-photo {
    position: relative;
    margin: 0 0 0 2rem;
}

.hero-photo > img {
    width: 100%;
    aspect-ratio: 5 / 5.8;
    border: 1px solid var(--line);
    border-radius: 12rem 12rem var(--radius-panel) var(--radius-panel);
    box-shadow: var(--shadow-card);
    object-fit: cover;
}

.hero-photo figcaption {
    position: absolute;
    right: 2rem;
    bottom: -1.75rem;
    left: -2rem;
    display: flex;
    flex-direction: column;
    max-width: 18rem;
    padding: 1.35rem 1.6rem;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.hero-photo figcaption strong {
    color: var(--brand);
    font-size: 0.92rem;
}

.hero-photo figcaption span {
    color: var(--muted);
    font-size: 0.68rem;
}

/* Tratamentos */
.intro-section {
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.intro-section::after {
    position: absolute;
    right: -8rem;
    bottom: -11rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(84, 31, 54, 0.07);
    border-radius: 50%;
    content: "";
}

.intro-section .container {
    position: relative;
    z-index: 1;
}

.intro-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 0.5rem;
}

.intro-highlights span {
    padding: 1.1rem 1.2rem;
    border-left: 3px solid var(--brand);
    border-radius: 0 var(--radius-card) var(--radius-card) 0;
    background: var(--soft);
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.intro-highlights strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--brand);
    font-size: 0.84rem;
}

.treatment-card {
    position: relative;
    height: 100%;
    min-height: 21rem;
    padding: 2.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--white);
    transition: 200ms ease;
}

.treatment-card > i {
    display: grid;
    width: 3.35rem;
    height: 3.35rem;
    place-items: center;
    margin-bottom: 3.4rem;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
    font-size: 1.2rem;
}

.treatment-card h3 {
    margin-bottom: 0.9rem;
    color: var(--brand);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.treatment-card p {
    color: var(--muted);
    font-size: 0.88rem;
}

.treatment-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.6rem;
    color: var(--brand);
    font-size: 0.76rem;
    font-weight: 700;
}

.treatment-card:hover,
.treatment-card:focus-within {
    border-color: var(--brand);
    box-shadow: 0 18px 45px rgba(53, 18, 33, 0.1);
    transform: translateY(-0.35rem);
}

.card-link {
    position: absolute;
    inset: 0;
}

/* Nosso espaço */
.space-section {
    background: var(--white);
}

.space-panel {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    min-height: 37rem;
    overflow: hidden;
    border-radius: var(--radius-panel);
    box-shadow: var(--shadow-card);
    background: var(--brand);
}

.space-panel__image img {
    width: 100%;
    height: 100%;
    min-height: 37rem;
    object-fit: cover;
}

.space-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.5rem;
    color: var(--white);
}

.space-panel__content h2 {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.space-panel__content p {
    color: #ddcfd5;
}

.space-features {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0 2rem;
    font-size: 0.82rem;
}

.space-features i {
    width: 1.5rem;
    color: #ead5de;
}

.space-panel__content .btn {
    align-self: flex-start;
}

/* CTA */
.cta-section {
    background: var(--surface);
}

.cta-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4rem;
    min-height: 24rem;
    border-radius: var(--radius-panel);
    padding: 4.8rem;
    background: var(--brand);
    color: var(--white);
}

.cta-panel::before {
    position: absolute;
    inset: 0 0 0 36%;
    background-image: url("../img/doodles/doodle-dentes-cta.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: grayscale(1) invert(1) contrast(1.2);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 34%, #000 68%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 34%, #000 68%, transparent 100%);
    mix-blend-mode: screen;
    opacity: 0.22;
}

.cta-panel__content,
.cta-panel__actions {
    position: relative;
    z-index: 2;
}

.cta-panel h2 {
    max-width: 43rem;
    margin-bottom: 1rem;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.cta-panel p {
    max-width: 42rem;
    margin: 0;
    color: #ddcfd5;
}

.cta-panel__actions {
    display: grid;
    gap: 0.8rem;
    min-width: 15rem;
}

/* Rodapé */
.site-footer {
    background: var(--brand-dark);
    color: var(--white);
}

.footer-main {
    padding: 5.5rem 0 4rem;
}

.footer-logo {
    width: 11.5rem;
    margin-left: 0;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.footer-slogan {
    max-width: 21rem;
    margin: 1.6rem 0;
    color: #cdbfc5;
    font-size: 0.88rem;
}

.site-footer h2 {
    margin-bottom: 1.5rem;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-column {
    padding-top: 0.3rem;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 0.65rem;
}

.site-footer li,
.site-footer a {
    color: #cdbfc5;
    font-size: 0.82rem;
}

.site-footer a:hover {
    color: var(--white);
}

.social-links {
    display: flex;
    gap: 0.7rem;
}

.social-links a {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: var(--white);
    font-size: 1rem;
}

.footer-contact li {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: 0.45rem;
}

.footer-contact i {
    margin-top: 0.3rem;
    color: #ead5de;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    margin-top: 1.5rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #2b0e1a;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 5.1rem;
}

.footer-bottom p {
    margin: 0;
    color: #ad9ca3;
    font-size: 0.72rem;
}

.footer-bottom img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.9;
}

.floating-whatsapp {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    z-index: 90;
    display: grid;
    width: 3.8rem;
    height: 3.8rem;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    color: var(--white);
    font-size: 1.65rem;
    transition: 180ms ease;
}

.floating-whatsapp:hover {
    color: var(--white);
    transform: translateY(-0.25rem) scale(1.04);
}

.cookie-banner {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 55rem;
    margin: 0 auto;
    padding: 1.25rem 1.4rem;
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: var(--shadow);
}

.cookie-banner.show {
    display: flex;
}

.cookie-banner p {
    margin: 0;
    color: var(--muted);
    font-size: 0.74rem;
}

.cookie-banner p a {
    color: var(--brand);
    text-decoration: underline;
}

.cookie-banner__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
}

/* Páginas internas provisórias desta revisão. */
.internal-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 31rem;
    min-height: 31rem;
    align-items: center;
    padding: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(135deg, var(--brand-dark), var(--brand) 62%, var(--brand-soft));
    color: var(--white);
}

.internal-hero__content {
    position: relative;
    z-index: 2;
}

.internal-hero__symbol {
    position: absolute;
    right: 5%;
    bottom: -9rem;
    width: 23rem;
    opacity: 0.055;
    filter: brightness(0) invert(1);
    transform: rotate(-8deg);
}

.internal-hero h1 {
    max-width: 55rem;
    margin: 0 0 1.5rem;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.06;
}

.internal-hero p {
    max-width: 43rem;
    margin: 0;
    color: #eadde2;
    font-size: 1.05rem;
}

.internal-copy {
    max-width: 52rem;
}

/* Página Todos os Tratamentos */
.treatments-intro {
    background: var(--white);
}

.treatments-intro__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.75rem;
}

.treatments-intro__notes span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--brand);
    font-size: 0.72rem;
    font-weight: 600;
}

.treatments-overview__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.treatment-overview-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 34rem;
    padding: 2.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--white);
    transition: 200ms ease;
}

.treatment-overview-card:hover {
    border-color: rgba(84, 31, 54, 0.35);
    box-shadow: var(--shadow-card);
    transform: translateY(-0.25rem);
}

.treatment-overview-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 3.25rem;
}

.treatment-overview-card__top i {
    display: grid;
    width: 3.65rem;
    height: 3.65rem;
    place-items: center;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
    font-size: 1.25rem;
}

.treatment-overview-card .eyebrow {
    margin-bottom: 0.75rem;
}

.treatment-overview-card h3 {
    margin-bottom: 1rem;
    color: var(--brand);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.045em;
}

.treatment-overview-card p {
    color: var(--muted);
    font-size: 0.88rem;
}

.treatment-overview-card__summary {
    color: var(--ink) !important;
    font-size: 0.98rem !important;
    font-weight: 500;
}

.treatment-overview-card .text-link {
    margin-top: auto;
    padding-top: 1.5rem;
}

.treatment-detail-intro {
    background: var(--white);
}

.treatment-intro-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.treatment-intro-copy .section-title {
    margin-bottom: 1.75rem;
}

.treatment-intro-copy > p:not(.section-lead) {
    color: var(--muted);
}

.treatment-intro-copy .text-link {
    margin-top: 1rem;
}

.treatment-intro-visual {
    position: relative;
    overflow: hidden;
    min-height: 34rem;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--soft);
    box-shadow: 0 1.5rem 4rem rgba(84, 31, 54, 0.14);
}

.treatment-intro-visual::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(to bottom, transparent, rgba(35, 15, 23, 0.64));
    content: "";
    pointer-events: none;
}

.treatment-intro-visual img {
    width: 100%;
    height: 34rem;
    object-fit: cover;
}

.treatment-intro-visual figcaption {
    position: absolute;
    z-index: 1;
    right: 1.35rem;
    bottom: 1.2rem;
    left: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--white);
}

.treatment-intro-visual figcaption span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.treatment-intro-visual figcaption small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.62rem;
}

/* Bloco editorial exclusivo para tratamentos com um diferencial próprio. */
.treatment-spotlight {
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.1), transparent 28rem),
        linear-gradient(135deg, var(--brand-dark), var(--brand));
    color: var(--white);
}

.treatment-spotlight__heading {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(3rem, 7vw, 7rem);
    align-items: end;
    margin-bottom: 4rem;
}

.treatment-spotlight__heading h2 {
    max-width: 43rem;
    margin: 0;
    font-size: clamp(2.25rem, 4.7vw, 4.4rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.treatment-spotlight__heading > p {
    max-width: 43rem;
    margin: 0;
    color: #eadde2;
}

.treatment-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.treatment-spotlight-card {
    min-height: 17rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(0.5rem);
}

.treatment-spotlight-card > i {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    place-items: center;
    margin-bottom: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #f4e7ec;
    font-size: 1.1rem;
}

.treatment-spotlight-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    font-weight: 700;
}

.treatment-spotlight-card p {
    margin: 0;
    color: #dfd0d6;
    font-size: 0.8rem;
}

.treatment-spotlight__note {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    max-width: 68rem;
    margin: 2.25rem 0 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #eadde2;
    font-size: 0.78rem;
}

.treatment-spotlight__note i {
    margin-top: 0.25rem;
    color: var(--white);
}

.treatment-indications {
    padding-top: 0;
    background: var(--white);
}

.treatment-spotlight + .treatment-indications {
    padding-top: clamp(5rem, 8vw, 8rem);
}

.treatment-indications__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 5rem;
    padding: 4.5rem;
    border-radius: var(--radius-panel);
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    color: var(--white);
}

.treatment-indications__panel::after {
    position: absolute;
    right: -5rem;
    bottom: -9rem;
    width: 21rem;
    height: 21rem;
    background: url("../img/favicon-studio-orale.svg") center / contain no-repeat;
    content: "";
    filter: brightness(0) invert(1);
    opacity: 0.045;
    transform: rotate(-8deg);
}

.treatment-indications__heading,
.treatment-indications__list {
    position: relative;
    z-index: 1;
}

.treatment-indications__heading h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.treatment-indications__heading p {
    margin: 0;
    color: #dfd0d6;
}

.treatment-indications__list {
    display: grid;
    align-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-indications__list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.86rem;
    font-weight: 600;
}

.treatment-indications__list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.treatment-indications__list i {
    color: #ead5de;
}

/* Conteúdo editorial integrado à largura total da página. */
.treatment-editorial__heading {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    align-items: end;
    gap: 3rem;
    margin-bottom: 4rem;
}

.treatment-editorial__heading .eyebrow {
    margin: 0 0 0.55rem;
}

.treatment-editorial__heading .section-title {
    max-width: 50rem;
    margin: 0;
}

.treatment-editorial__rows {
    border-top: 1px solid var(--line);
}

.treatment-editorial-row {
    display: grid;
    grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 7vw, 7rem);
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--line);
}

.treatment-editorial-row__title {
    display: grid;
    grid-template-columns: 3.8rem minmax(0, 1fr);
    align-content: start;
    align-items: center;
    gap: 1.25rem;
}

.treatment-editorial-row__title i {
    display: grid;
    width: 3.8rem;
    height: 3.8rem;
    place-items: center;
    border-radius: 50%;
    background: var(--white);
    color: var(--brand);
    box-shadow: var(--shadow-card);
}

.treatment-editorial-row__title h3 {
    margin: 0;
    color: var(--brand);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.treatment-editorial-row__content {
    max-width: 50rem;
}

.treatment-editorial-row__content p {
    color: var(--muted);
}

.treatment-editorial-row__content p:first-child {
    color: var(--ink);
    font-size: 1.04rem;
    font-weight: 500;
}

.treatment-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.treatment-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--white);
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 600;
}

.treatment-feature-list i {
    color: var(--brand);
}

.treatment-faq {
    background: var(--white);
}

.treatment-journey {
    background: var(--surface);
}

.journey-card {
    height: 100%;
    min-height: 18rem;
    padding: 2.25rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--white);
}

.journey-card > i {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    margin-bottom: 3rem;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
    font-size: 1.15rem;
}

.journey-card h3 {
    margin-bottom: 0.8rem;
    color: var(--brand);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.journey-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.treatment-faq__layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 7rem;
}

.treatment-faq__questions details {
    border-top: 1px solid var(--line);
}

.treatment-faq__questions details:last-child {
    border-bottom: 1px solid var(--line);
}

.treatment-faq__questions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 0;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.treatment-faq__questions summary::-webkit-details-marker {
    display: none;
}

.treatment-faq__questions summary i {
    color: var(--brand);
    transition: transform 180ms ease;
}

.treatment-faq__questions details[open] summary i {
    transform: rotate(45deg);
}

.treatment-faq__questions details p {
    max-width: 45rem;
    padding: 0 2.5rem 1.5rem 0;
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

/* Página Studio Orale */
.about-intro {
    background: var(--white);
}

.doctor-profile-section {
    background: var(--surface);
}

.doctor-profile-panel {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.doctor-profile-panel__image {
    min-height: 43rem;
    background: var(--soft);
}

.doctor-profile-panel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.doctor-profile-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
}

.doctor-profile-panel__content h2 {
    max-width: 42rem;
    margin-bottom: 1rem;
    color: var(--brand);
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.08;
}

.doctor-profile-panel__cro {
    margin-bottom: 2rem;
    color: var(--brand-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.doctor-profile-panel__content > p:not(.doctor-profile-panel__cro) {
    color: var(--muted);
}

.doctor-credentials {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.doctor-credentials span {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 600;
}

.doctor-credentials i {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
}

.principle-card {
    position: relative;
    height: 100%;
    min-height: 20rem;
    padding: 2.25rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--white);
}

.principle-card > span {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #b7a7ad;
    font-size: 0.68rem;
    font-weight: 700;
}

.principle-card > i {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    margin-bottom: 3.4rem;
    border-radius: 50%;
    background: var(--soft);
    color: var(--brand);
    font-size: 1.15rem;
}

.principle-card h3 {
    margin-bottom: 0.9rem;
    color: var(--brand);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.principle-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.87rem;
}

.clinic-environment {
    background: var(--white);
}

.clinic-environment__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(15rem, 0.6fr);
    align-items: end;
    gap: 4rem;
    margin-bottom: 3.5rem;
}

.clinic-environment__heading p {
    margin: 0;
    color: var(--muted);
}

.clinic-environment__gallery {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 1.25rem;
}

.clinic-environment__gallery figure {
    overflow: hidden;
    min-height: 31rem;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    box-shadow: var(--shadow-card);
}

.clinic-environment__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Página Convênios */
.insurance-intro {
    background: var(--white);
}

.insurance-intro .text-link {
    margin-top: 1rem;
}

.insurance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.insurance-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--white);
    box-shadow: var(--shadow-card);
}

.insurance-card img {
    width: 100%;
    aspect-ratio: 16 / 8.8;
    object-fit: cover;
}

.insurance-card__name {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--line);
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 700;
}

.insurance-guidance {
    background: var(--white);
}

.insurance-guidance-card {
    height: 100%;
    min-height: 20rem;
    padding: 2.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.insurance-guidance-card > i {
    display: grid;
    width: 3.6rem;
    height: 3.6rem;
    place-items: center;
    margin-bottom: 3.7rem;
    border-radius: 50%;
    background: var(--rose);
    color: var(--brand);
    font-size: 1.15rem;
}

.insurance-guidance-card h3 {
    margin-bottom: 0.85rem;
    color: var(--brand);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.insurance-guidance-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.87rem;
}

/* Página Fale Conosco */
.contact-section {
    background: var(--white);
}

.contact-main-layout {
    display: grid;
    grid-template-columns: minmax(19rem, 0.74fr) minmax(0, 1.26fr);
    align-items: stretch;
    gap: clamp(3rem, 6vw, 5.5rem);
}

.contact-direct {
    display: flex;
    flex-direction: column;
}

.contact-direct .section-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2.1rem, 3.2vw, 3.2rem);
}

.contact-direct__lead {
    max-width: 29rem;
    margin-bottom: 2rem;
    color: var(--muted);
}

.contact-channels {
    display: grid;
    flex: 1;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.contact-channel {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    align-items: center;
    gap: 1.15rem;
    min-height: 8rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: 0 0.9rem 2.5rem rgba(53, 18, 33, 0.045);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-channel:hover {
    border-color: rgba(84, 31, 54, 0.28);
    box-shadow: var(--shadow-card);
    transform: translateY(-2px);
}

.contact-channel > i {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border: 1px solid rgba(84, 31, 54, 0.11);
    border-radius: 1rem;
    background: var(--rose);
    color: var(--brand);
}

.contact-channel span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--brand);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-channel a,
.contact-channel p {
    margin: 0;
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.55;
}

.contact-channel a:hover,
.contact-channel a:focus-visible {
    color: var(--brand);
}

.form-card {
    width: 100%;
    height: 100%;
    padding: clamp(2.5rem, 4.5vw, 4rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--soft);
    box-shadow: var(--shadow-card);
}

.form-card h2 {
    margin: 0 0 2rem;
    color: var(--brand);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.form-security-note {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    align-items: center;
    gap: 0.8rem;
    margin: -0.4rem 0 1.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(84, 31, 54, 0.13);
    border-radius: 0.75rem;
    background: rgba(234, 220, 226, 0.55);
    color: var(--muted);
}

.form-security-note i {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 0.6rem;
    background: var(--rose);
    color: var(--brand);
}

.form-security-note p {
    margin: 0;
    font-size: 0.78rem;
}

.form-label {
    color: var(--ink);
    font-size: 0.8rem;
    font-weight: 700;
}

.form-control,
.form-select {
    min-height: 3.25rem;
    padding: 0.75rem 0.95rem;
    border-color: var(--line);
    border-radius: 0.7rem;
    background-color: var(--white);
    color: var(--ink);
    font-size: 0.88rem;
}

textarea.form-control {
    min-height: 10rem;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--brand-soft);
    box-shadow: 0 0 0 0.22rem rgba(84, 31, 54, 0.13);
}

.form-check-label {
    color: var(--muted);
    font-size: 0.82rem;
}

.form-check-label a {
    color: var(--brand);
    text-decoration: underline;
}

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.configuration-note {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #eadc9d;
    border-radius: 0.75rem;
    background: #fff8dc;
    color: #6f570d;
    font-size: 0.82rem;
}

.configuration-note p {
    margin: 0;
}

.contact-location-section .section-heading {
    margin-bottom: 2.5rem;
}

.contact-location__action {
    display: inline-flex;
    align-items: center;
    align-self: end;
    justify-self: end;
    gap: 0.65rem;
}

.contact-location__map {
    overflow: hidden;
    width: 100%;
    height: clamp(25rem, 38vw, 32rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--brand-dark);
    box-shadow: var(--shadow-card);
}

.contact-location__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Páginas legais */
.legal-page {
    background: var(--white);
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(21rem, 0.43fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(3rem, 5vw, 4.5rem);
}

.legal-sidebar {
    position: sticky;
    top: 8rem;
    display: grid;
    gap: 1.25rem;
}

.legal-card {
    padding: clamp(2rem, 3vw, 2.65rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-panel);
    background: var(--soft);
    box-shadow: var(--shadow-card);
}

.legal-card h2 {
    margin: 1.1rem 0 1.8rem;
    color: var(--brand);
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.legal-company {
    display: grid;
    gap: 1.25rem;
    margin: 0;
}

.legal-company div {
    padding-top: 1.1rem;
    border-top: 1px solid var(--line);
}

.legal-company dt {
    margin-bottom: 0.4rem;
    color: var(--brand);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.legal-company dd {
    margin: 0;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.65;
}

.legal-company a {
    color: inherit;
    overflow-wrap: anywhere;
}

.legal-version {
    display: grid;
    gap: 0.25rem;
    padding: 1.4rem 1.65rem;
    border-radius: var(--radius-card);
    background: var(--brand);
}

.legal-version span {
    color: #e7cbd7;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.legal-version strong {
    color: var(--white);
    font-size: 0.9rem;
}

.legal-content {
    color: var(--muted);
}

.legal-lead {
    max-width: 56rem;
    margin: 0 0 clamp(3rem, 6vw, 4.5rem);
    color: var(--ink);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: -0.02em;
}

.legal-section {
    padding: 0 0 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.legal-section h2 {
    margin: 0 0 1.1rem;
    color: var(--brand);
    font-size: clamp(1.5rem, 2.3vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.legal-section p,
.legal-section li {
    font-size: 1rem;
    line-height: 1.8;
}

.legal-section p {
    margin-bottom: 1rem;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section ul {
    display: grid;
    gap: 0.65rem;
    padding-left: 1.4rem;
    margin: 1.15rem 0;
}

.legal-section li::marker {
    color: var(--brand);
}

.legal-section a {
    color: var(--brand);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.legal-cookie-button {
    margin-top: 0.5rem;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 5rem 0;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .legal-sidebar {
        position: static;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
    }

    .legal-version {
        min-width: 14rem;
        align-content: center;
    }

    .site-header .navbar {
        min-height: 5.8rem;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 0 1.5rem;
        border-top: 1px solid var(--line);
    }

    .nav-link {
        padding: 0.75rem 0 !important;
    }

    .nav-link::after {
        right: auto;
        bottom: 0.45rem;
        left: 0;
        width: 2rem;
    }

    .header-whatsapp {
        margin-top: 1rem;
    }

    .hero-home {
        padding: 4rem 0 5.5rem;
    }

    .hero-photo {
        max-width: 42rem;
        margin: 1rem auto 0;
    }

    .hero-photo > img {
        aspect-ratio: 4 / 3.5;
    }

    .intro-highlights {
        grid-template-columns: 1fr;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .space-panel {
        grid-template-columns: 1fr;
    }

    .space-panel__image img {
        min-height: 24rem;
        max-height: 32rem;
    }

    .space-panel__content {
        padding: 3.5rem;
    }

    .cta-panel {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3.75rem;
    }

    .cta-panel__actions {
        max-width: 21rem;
    }

    .internal-hero {
        height: 29rem;
        min-height: 29rem;
        padding: 0;
    }

    .doctor-profile-panel {
        grid-template-columns: 1fr;
    }

    .treatment-faq__layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .treatment-intro-grid,
    .treatment-spotlight__heading,
    .treatment-editorial__heading,
    .treatment-editorial-row {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .treatment-spotlight__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .treatment-indications__panel {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3.5rem;
    }

    .treatment-overview-card {
        min-height: 31rem;
    }

    .doctor-profile-panel__image {
        min-height: 34rem;
        max-height: 44rem;
    }

    .doctor-profile-panel__content {
        padding: 3.75rem;
    }

    .clinic-environment__heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .insurance-grid,
    .contact-main-layout {
        grid-template-columns: 1fr;
    }

    .contact-main-layout {
        gap: 3.5rem;
    }

    .contact-channels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .contact-channel--address {
        grid-column: 1 / -1;
    }

    .contact-location__action {
        justify-self: start;
    }
}

@media (max-width: 575.98px) {
    .section {
        padding: 4rem 0;
    }

    .legal-sidebar {
        grid-template-columns: 1fr;
    }

    .legal-version {
        min-width: 0;
    }

    .navbar-brand img {
        width: 9.5rem;
        height: 4.4rem;
    }

    .hero-home h1 {
        font-size: 2.8rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-photo > img {
        aspect-ratio: 4 / 4.6;
        border-radius: 6rem 6rem var(--radius-panel) var(--radius-panel);
    }

    .hero-photo figcaption {
        right: 1rem;
        left: 1rem;
    }

    .treatment-card {
        min-height: 19rem;
    }

    .space-panel__content,
    .cta-panel {
        padding: 2.6rem 1.5rem;
    }

    .cta-panel__actions {
        width: 100%;
        min-width: 0;
    }

    .footer-main {
        padding: 4rem 0 3rem;
    }

    .footer-bottom .container {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
    }

    .cookie-banner.show {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-banner__actions {
        justify-content: flex-end;
    }

    .internal-hero {
        height: 26.5rem;
        min-height: 26.5rem;
        padding: 0;
    }

    .doctor-profile-panel__image {
        min-height: 28rem;
    }

    .doctor-profile-panel__content {
        padding: 2.75rem 1.5rem;
    }

    .clinic-environment__gallery {
        grid-template-columns: 1fr;
    }

    .clinic-environment__gallery figure {
        min-height: 22rem;
    }

    .clinic-environment__gallery figure:last-child {
        display: none;
    }

    .treatments-overview__grid {
        grid-template-columns: 1fr;
    }

    .treatment-overview-card {
        min-height: 0;
        padding: 2.25rem 1.5rem;
    }

    .treatment-intro-visual,
    .treatment-intro-visual img {
        min-height: 27rem;
        height: 27rem;
    }

    .treatment-intro-visual figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .treatment-spotlight__grid {
        grid-template-columns: 1fr;
    }

    .treatment-spotlight-card {
        min-height: 0;
    }

    .treatment-spotlight-card > i {
        margin-bottom: 2rem;
    }

    .treatment-editorial__heading {
        margin-bottom: 3rem;
    }

    .treatment-editorial-row {
        padding: 3.5rem 0;
    }

    .treatment-editorial-row__title {
        grid-template-columns: 3.4rem minmax(0, 1fr);
    }

    .treatment-editorial-row__title i {
        width: 3.4rem;
        height: 3.4rem;
    }

    .treatment-feature-list {
        grid-template-columns: 1fr;
    }

    .treatment-indications__panel {
        padding: 2.75rem 1.5rem;
    }

    .insurance-grid,
    .contact-channels {
        grid-template-columns: 1fr;
    }

    .contact-channel--address {
        grid-column: auto;
    }

    .insurance-guidance-card {
        min-height: 0;
    }

    .insurance-guidance-card > i {
        margin-bottom: 2.5rem;
    }

    .form-card {
        padding: 2.5rem 1.5rem;
    }

    .contact-location__map {
        height: 24rem;
    }
}
