:root {
  --bg: #f4f3f2;
  --panel: #ffffff;
  --ink: #111827;
  --text: #4b5563;
  --gold: #b88a3a;
  --gold-soft: #dcc397;
  --blue-soft: #203a57;
  --rose-soft: #8b6c7d;
  --dark: #2f2d2a;
  --line: #e5e7eb;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Manrope, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, #fff7eb 0%, var(--bg) 35%), linear-gradient(130deg, #fdfdfd 0%, #f5f3ef 45%, #f3f2f7 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.section { padding: 88px 0; }
.eyebrow { letter-spacing: .35em; font-size: .75rem; color: #6b7280; text-transform: uppercase; }
h1,h2,h3 { font-family: "Cormorant Garamond", serif; margin: 0; line-height: 1.06; }
h1 { font-size: clamp(2.2rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); margin-top: .4rem; }
h2 em, h1 em { font-style: italic; }
p { color: var(--text); }

.topbar {
  position: relative;
  z-index: 30;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 14px rgba(22, 28, 45, .04);
}
.nav-wrap { display: flex; align-items: center; gap: .9rem; min-height: 60px; }
.brand img { width: 160px; height: auto; }
.menu { margin-left: auto; display: flex; gap: 1.2rem; color: #374151; }
.menu a { font-size: .95rem; }
.menu a:hover { color: var(--gold); }
.menu-toggle { display: none; }
.btn-outline, .btn-gold, .btn-light, .btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 0; padding: .82rem 1.2rem; font-weight: 600; border: 1px solid transparent;
  cursor: pointer;
}
.btn-outline {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.btn-outline:hover { filter: brightness(.95); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { filter: brightness(.94); }
.btn-light { border: 1px solid #d1d5db; background: #fff; }
.btn-dark { background: #403d39; color: #fff; }
.btn-instagram {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; padding: .9rem 1.4rem; font-weight: 600;
  color: #fff; background: #1f3b5c;
  gap: .5rem;
}
.btn-instagram svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.hero { min-height: 82vh; display: grid; place-items: center; position: relative; overflow: hidden; background: #e9e9e9; }
.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.06);
  animation: heroSlideFade 12s infinite;
  will-change: opacity, transform;
}
.hero-slide.slide-1 {
  background-image: url("https://analaura.adv.br/Imagens/fachada4.png");
  animation-delay: 0s;
}
.hero-slide.slide-2 {
  background-image: url("https://analaura.adv.br/Imagens/fachada3.png");
  animation-delay: 3s;
}
.hero-slide.slide-3 {
  background-image: url("https://analaura.adv.br/Imagens/fachada5.png");
  animation-delay: 6s;
}
.hero-slide.slide-4 {
  background-image: url("https://analaura.adv.br/Imagens/usar.jpeg");
  animation-delay: 9s;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(120deg, rgba(248,248,248,.46), rgba(240,240,240,.36)),
    radial-gradient(circle at 82% 20%, rgba(184,138,58,.12), transparent 40%),
    radial-gradient(circle at 14% 74%, rgba(32,58,87,.1), transparent 35%);
}
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 850px; }
.hero .eyebrow { color: #8b93a1; text-shadow: 0 1px 4px rgba(255,255,255,.2); }
.hero p { font-size: clamp(1rem, 2vw, 1.85rem); margin: 1.2rem auto; max-width: 760px; color: #5e6672; text-shadow: 0 1px 8px rgba(255,255,255,.2); }
.hero-actions { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }

@keyframes heroSlideFade {
  0% {
    opacity: 0;
    transform: scale(1.07);
  }
  8% {
    opacity: 1;
  }
  42% {
    opacity: 1;
    transform: scale(1.01);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.07);
  }
}

.grid-about { display: grid; gap: 2rem; grid-template-columns: 1.2fr 1fr; align-items: center; }
.stats { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.stats article { border: 1px solid var(--line); background: #fff; padding: 2rem 1rem; text-align: center; }
.stats article:nth-child(2) { background: linear-gradient(180deg, #fff, #f8f4eb); }
.stats strong { font-family: "Cormorant Garamond", serif; font-size: 3rem; color: var(--ink); display: block; line-height: 1; }
.stats span { text-transform: uppercase; font-size: .74rem; letter-spacing: .26em; color: #6b7280; }

.section-head { text-align: center; margin-bottom: 2.4rem; }
.cards { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.cards article {
  background: #fff; border: 1px solid #d7d7d7; padding: 1.6rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cards article:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,.05); }
.cards h3 { font-size: 2.25rem; margin-bottom: .5rem; }
.area-card { background: #f5f5f5; min-height: 190px; }
.area-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: .65rem;
  color: var(--gold);
}
.area-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.area-card h3 {
  font-size: 2.7rem;
  color: #111827;
}

.atendimento {
  background: #f5f5f5;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.atendimento-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.step-item {
  text-align: center;
  padding: .7rem .8rem;
}
.step-icon {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background: #eeece7;
  color: var(--gold);
  display: grid;
  place-items: center;
  margin: 0 auto .8rem;
}
.step-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-item small {
  letter-spacing: .35em;
  color: #6b7280;
  font-size: .72rem;
}
.step-item h3 {
  margin: .45rem 0;
  font-size: 2.2rem;
}
.step-item p {
  max-width: 320px;
  margin: 0 auto;
}


.blog-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.blog-cta {
  background: linear-gradient(140deg, #f8f6f3 0%, #efede9 100%);
}
.blog-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}
.blog-cta-inner p {
  margin: .8rem auto 1.25rem;
}
.blog-page-hero {
  padding-bottom: 38px;
}
.blog-page-main {
  padding-top: 24px;
}
.blog-page-shell {
  display: grid;
  gap: 1rem;
}
.blog-page-summary {
  display: grid;
  gap: .7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog-page-summary article {
  border: 1px solid #dfd8c8;
  background: linear-gradient(135deg, #fffdf8 0%, #f8f3e8 100%);
  padding: .85rem .95rem;
}
.blog-page-summary strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: #1f2937;
}
.blog-page-summary p {
  margin: .3rem 0 0;
  color: #6b7280;
  font-size: .95rem;
}
.blog-list-shell {
  border: 1px solid #ddd7c8;
  background: linear-gradient(180deg, #fefcf8 0%, #f7f4ec 100%);
  padding: 1rem;
}
.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.blog-search-wrap {
  width: min(620px, 100%);
}
.blog-search-wrap input {
  width: 100%;
  border: 1px solid #d1d5db;
  background: #fff;
  padding: .82rem .9rem;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03);
}
.blog-search-count {
  color: #6b7280;
  font-weight: 600;
}
.blog-grid-home .blog-post {
  background: #ffffff;
  border: 1px solid #d8dbe2;
  padding: 0;
  display: grid;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.blog-grid-home .blog-post:hover {
  transform: translateY(-3px);
  border-color: #c8b48f;
  box-shadow: 0 16px 28px rgba(22, 28, 45, .11);
}
.blog-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid #e4e7ee;
  background: #ececec;
}
.blog-media--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 24, 39, .42) 100%);
}
.blog-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #ececec;
}
.blog-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111827;
}
.blog-video-badge {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  z-index: 2;
  color: #fff;
  background: rgba(17, 24, 39, .72);
  border: 1px solid rgba(255, 255, 255, .28);
  padding: .18rem .45rem;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.blog-post-body {
  padding: 1rem 1rem 1.1rem;
  display: grid;
  gap: .6rem;
}
.blog-grid-home .blog-post h3 { font-size: 2.05rem; line-height: 1.18; }
.blog-grid-home .blog-post .eyebrow { color: var(--gold); font-size: .7rem; }
.blog-grid-home .blog-post small { color: #6b7280; }
.blog-post-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-top: .2rem;
}
.blog-read-btn {
  border: 1px solid #d4d8df;
  background: #f9fafc;
  color: #1f2937;
  padding: .55rem .8rem;
  font-weight: 600;
  cursor: pointer;
}
.blog-read-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.blog-pagination {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.blog-page-indicator {
  font-size: .95rem;
  color: #4b5563;
}

.post-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.post-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, .6);
}
.post-modal-card {
  position: relative;
  width: min(1140px, 98vw);
  max-height: 94vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #d1d5db;
  box-shadow: 0 28px 60px rgba(17, 24, 39, .25);
  display: block;
}
.post-modal-close {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-left: auto;
  display: block;
  width: 46px;
  height: 46px;
  border: none;
  background: rgba(17, 24, 39, .78);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.post-modal-media {
  background: #eef2f7;
  border-bottom: 1px solid #d6dbe4;
  max-height: min(52vh, 560px);
  min-height: 170px;
  overflow: auto;
  display: grid;
  place-items: center;
  padding: .35rem;
}
.post-modal-media img {
  width: 100%;
  height: auto;
  max-height: min(50vh, 540px);
  object-fit: contain;
  object-position: center;
}
.modal-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111827;
}
.modal-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-video {
  width: 100%;
  max-height: min(52vh, 520px);
  background: #111827;
}
.post-modal-body {
  padding: 1.1rem 1.35rem 1.5rem;
  display: grid;
  gap: .85rem;
}
.post-modal-body h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}
.post-modal-content {
  color: #374151;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  line-height: 1.85;
  font-size: 1.04rem;
  border-top: 1px solid #e5e7eb;
  padding-top: .85rem;
}
.blog-social-box {
  border: 1px solid #d6dbe4;
  background: #f8fafc;
  padding: .9rem;
  display: grid;
  gap: .7rem;
  margin-top: .25rem;
  overflow: hidden;
}
.blog-social-box-fixed {
  position: static;
  margin-top: .35rem;
  border-radius: 2px;
}
.blog-social-title {
  margin: 0;
  color: #1f3b5c;
  font-weight: 700;
}
#googleLoginButton {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.blog-social-login p {
  margin: 0 0 .4rem;
}
.blog-social-user {
  padding: .5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.blog-user-meta {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.blog-user-meta img {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  object-fit: cover;
}
.blog-link-btn {
  border: none;
  background: transparent;
  color: #1f3b5c;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.blog-actions-row {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex-wrap: wrap;
}
.blog-like-btn {
  border: 1px solid #d1d5db;
  background: #fff;
  padding: .45rem .75rem;
  cursor: pointer;
}
.blog-like-btn.liked {
  border-color: var(--gold);
  color: #fff;
  background: var(--gold);
}
.blog-comment-form {
  display: grid;
  gap: .5rem;
}
.blog-comments-list {
  display: grid;
  gap: .6rem;
  max-height: 260px;
  overflow-y: auto;
  padding-right: .2rem;
}
.blog-comment-item {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: .65rem;
}
.blog-comment-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .35rem;
}
.blog-comment-head img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
}
.blog-comment-head small {
  color: #6b7280;
}
.blog-comment-head div {
  display: grid;
  gap: .08rem;
}
.blog-comment-replies {
  margin-top: .55rem;
  padding-left: 1rem;
  border-left: 2px solid #e5e7eb;
  display: grid;
  gap: .45rem;
}
.blog-comment-reply {
  border: 1px solid #e5e7eb;
  background: #fafafa;
  padding: .52rem;
}
.blog-admin-reply-form {
  margin-top: .6rem;
  display: grid;
  gap: .38rem;
}
.blog-admin-reply-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  padding: .55rem;
  resize: vertical;
}
.blog-admin-reply-form button {
  justify-self: start;
}
.hidden { display: none !important; }
.article-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .7rem;
}
.article-gallery-item {
  margin: 0;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
}
.article-gallery-item img {
  width: 100%;
  height: clamp(180px, 28vw, 260px);
  object-fit: contain;
  background: #f8fafc;
  display: block;
}
.article-page-main {
  padding-top: 24px;
}
.article-shell {
  max-width: 920px;
}
.article-card {
  gap: 1.2rem;
}
.article-cover {
  width: 100%;
  height: auto;
  border: 1px solid #e5e7eb;
  max-height: 620px;
  object-fit: contain;
  background: #f8fafc;
}
.article-excerpt {
  font-size: 1.05rem;
}
.article-content {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  color: #1f2937;
  line-height: 1.85;
  font-size: 1.06rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.article-content p {
  margin: 0 0 1rem;
}
.article-content div,
.article-content li,
.article-content blockquote,
.article-content span,
.article-content a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 1.45rem 0 .8rem;
  line-height: 1.2;
}
.article-content ul,
.article-content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.article-content a {
  color: #1f3b5c;
  text-decoration: underline;
}
.article-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
  margin: .8rem auto;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  object-fit: contain;
}
.article-google-comments {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}
.article-google-comments h3 {
  margin: 0 0 .45rem;
  font-size: 1.95rem;
}
.article-google-comments p {
  margin: 0 0 .65rem;
}
.article-comments-user {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: .55rem;
  margin-bottom: .55rem;
}
.article-comment-hint {
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #1f2937;
  padding: .58rem .72rem;
  margin-top: .55rem;
  margin-bottom: .55rem;
  font-size: .92rem;
}
.article-comment-hint.success {
  border-color: #9fd0a9;
  background: #f1fbf3;
  color: #1e5a2a;
}
.article-comment-hint.error {
  border-color: #efb4b4;
  background: #fff5f5;
  color: #8f1b1b;
}
.article-actions {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.plan, .about { background: #f8f7f5; }
.internal-hero { background: linear-gradient(180deg, #f8f6f3 0%, #f4f3f2 100%); padding-bottom: 46px; }
.about-page, .plan-page { padding-top: 34px; }
.about-page-grid, .plan-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1rem;
  align-items: start;
}
.about-page-photo img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center top;
  border: 1px solid var(--line);
  background: #eef1f5;
}
.plan-copy img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.about-page-content, .plan-copy {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1rem;
}
.about-highlight {
  border: 1px solid #d8c29b;
  background: linear-gradient(120deg, #fffaf0 0%, #f6eee0 100%);
  padding: .65rem .8rem;
  color: #1f2937;
  font-weight: 600;
}
.about-page-content h2, .plan-copy h2 { margin-bottom: .7rem; }
.plan-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #374151;
}
.plan-list li { margin-bottom: .45rem; }
.plan-intro {
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}
.plan-intro img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.plan-intro-content {
  padding: 1rem;
}
.plan-intro-content h2 {
  margin-bottom: .7rem;
}
.plan-intro-content h3 {
  font-size: 1.35rem;
  margin: 1rem 0 .5rem;
  color: #1f3b5c;
}
.plan-callout {
  border: 1px solid var(--line);
  background: linear-gradient(140deg, #fffdfa 0%, #f8f3e9 100%);
  padding: 1rem;
  margin-bottom: 1rem;
}
.plan-callout h2 {
  margin-bottom: .55rem;
}
.plan-callout h3 {
  font-size: 1.3rem;
  margin: 0 0 .45rem;
  color: #1f3b5c;
}
.plan-form {
  max-width: 1100px;
  margin: 0 auto;
}
.plan-form .btn-gold,
.plan-form .btn-dark {
  width: 100%;
}
.report-section {
  border: 1px solid var(--line);
  background: #fbfbfb;
  padding: 1rem;
  display: grid;
  gap: .7rem;
}
.report-section h3 {
  margin: 0;
  color: #1f3b5c;
}
.report-content {
  white-space: normal;
  overflow-wrap: anywhere;
  color: #374151;
  line-height: 1.7;
  font-size: .95rem;
}
.report-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
}
.report-header article {
  border: 1px solid var(--line);
  background: #f4f6f8;
  padding: .8rem;
  display: grid;
  gap: .25rem;
}
.report-header strong {
  font-size: .82rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.report-header span {
  color: #111827;
  font-weight: 700;
}
.report-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
}
.report-summary-grid article {
  border: 1px solid var(--line);
  background: #fff;
  padding: .8rem;
  display: grid;
  gap: .25rem;
}
.report-summary-grid strong {
  font-size: .82rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.report-summary-grid span {
  color: #111827;
  font-weight: 700;
}
.report-block {
  border: 1px solid var(--line);
  background: #fff;
  padding: .9rem;
}
.report-block h4 {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  color: #1f3b5c;
}
.report-block ul {
  margin: 0;
  padding-left: 1.1rem;
}
.report-block p {
  margin: 0;
}
.disabled-btn {
  opacity: .5;
  cursor: not-allowed;
}
.form-card { border: 1px solid var(--line); background: #fff; padding: 1.2rem; display: grid; gap: 1rem; }
.form-card label { display: grid; gap: .35rem; color: #374151; font-size: .92rem; }
.question-group { display: grid; gap: .7rem; }
.group-title {
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--gold);
  margin: .6rem 0 .2rem;
}
.question-card {
  border: 1px solid var(--line);
  padding: .95rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.2rem;
  align-items: center;
}
.question-card p {
  width: 100%;
  margin: 0;
  font-weight: 600;
  color: #111827;
}
.question-card label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
}
.question-card input[type="radio"] { width: auto; }
input, textarea, select {
  width: 100%; border: 1px solid #d1d5db; padding: .78rem .85rem; font: inherit; outline: none; background: #fff;
}
input:focus, textarea:focus, select:focus { border-color: var(--gold); }
.grid-2, .grid-3 { display: grid; gap: .8rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.contact-layout { display: grid; gap: 1rem; grid-template-columns: .9fr 1.1fr; align-items: start; }
.social-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin: .7rem 0 1rem; }
.map-wrap iframe { width: 100%; min-height: 300px; border: 0; }

.footer {
  border-top: 1px solid #d8d8d8;
  padding: 0;
  background: linear-gradient(180deg, #f8f8f8 0%, #efefef 100%);
}
.footer-top {
  padding: 2rem 0 1.3rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 1rem;
  border-bottom: 1px solid #d7d7d7;
}
.foot-brand img { width: 190px; margin-bottom: .7rem; }
.foot-brand p { max-width: 520px; }
.foot-emphasis {
  margin-top: .25rem;
  color: #1f3b5c;
  font-weight: 700;
}
.foot-column { display: grid; gap: .45rem; align-content: start; }
.foot-column h4 {
  margin: 0 0 .25rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
}
.foot-column a, .foot-column p { color: #4b5563; }
.foot-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .9rem 0 1.2rem;
}
.foot-wrap small { color: #6b7280; }

.floating-social {
  position: fixed; right: 18px; bottom: 18px; display: grid; gap: .55rem; z-index: 60;
}
.float-whats, .float-instagram {
  width: 62px; height: 62px; border-radius: 999px;
  display: grid; place-items: center; color: #fff; font-size: 1.35rem;
}
.float-instagram svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}
.float-whats svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}
.float-whats {
  background: #25D366;
  box-shadow: 0 12px 26px rgba(37, 211, 102, .42);
}
.float-instagram {
  background: #1f3b5c;
  box-shadow: 0 12px 26px rgba(31, 59, 92, .33);
}

.reveal { opacity: 1; transform: none; transition: all .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .cards, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-about, .contact-layout, .about-page-grid, .plan-page-grid { grid-template-columns: 1fr; }
  .blog-page-summary { grid-template-columns: 1fr; }
  .blog-list-shell { padding: .8rem; }
  .about-page-photo img { max-height: 560px; }
  .plan-copy img { height: 360px; }
  .plan-intro img { height: 260px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .question-card { gap: .7rem 1rem; }
}

@media (max-width: 860px) {
  .menu-toggle { display: inline-flex; margin-left: auto; border: 1px solid #d1d5db; background: #fff; padding: .4rem .62rem; }
  .menu {
    display: none; position: absolute; top: 60px; right: 4%; background: #fff; border: 1px solid var(--line);
    padding: .85rem; min-width: 220px; flex-direction: column;
  }
  .menu.open { display: flex; }
  .btn-outline { display: none; }
  .stats { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .cards, .blog-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .brand img { width: 138px; }
  .hero {
    min-height: 74vh;
  }
  .foot-wrap, .foot-meta { text-align: left; }
  .foot-wrap { flex-direction: column; align-items: flex-start; }
  .plan-intro-content { padding: .85rem; }
  .plan-intro-content h3 { font-size: 1.2rem; }
  .report-section { padding: .8rem; }
  .report-content { font-size: .9rem; line-height: 1.6; }
  .report-header { grid-template-columns: 1fr; }
  .report-summary-grid { grid-template-columns: 1fr; }
  .question-card label { font-size: .95rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .area-card h3, .step-item h3 { font-size: 1.95rem; }
  .footer-top { grid-template-columns: 1fr; padding-top: 1.4rem; }
  .foot-wrap { flex-direction: column; align-items: flex-start; }
  .blog-pagination { justify-content: flex-start; }
  .blog-page-indicator { width: 100%; }
  .blog-page-summary strong { font-size: 1.3rem; }
  .article-gallery-item img { height: 180px; }
  .article-content { font-size: 1rem; line-height: 1.75; }
  .article-actions { flex-direction: column; }
  .post-modal { padding: .25rem; }
  .post-modal-card { width: 100%; max-height: 97vh; }
  .post-modal-body { padding: .8rem .8rem 1rem; gap: .75rem; }
  .post-modal-media {
    max-height: 34vh;
    min-height: 130px;
    padding: .2rem;
  }
  .post-modal-media img { max-height: 32vh; }
  .blog-social-box-fixed {
    margin-left: 0;
    margin-right: 0;
    padding: .75rem .75rem .8rem;
  }
  .blog-comments-list { max-height: 180px; }
  .blog-toolbar { align-items: flex-start; }
  .blog-search-wrap { width: 100%; }
  .blog-search-count { font-size: .88rem; }
  .blog-actions-row { align-items: flex-start; }
  .floating-social {
    right: 14px;
    bottom: 14px;
    gap: .5rem;
  }
  .float-whats, .float-instagram {
    width: 58px;
    height: 58px;
  }
  .float-instagram svg,
  .float-whats svg {
    width: 25px;
    height: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: heroSlideFade 16s infinite;
    transform: none;
  }
}
