:root {
  --bg: #FAF8F4;
  --card: #FFFFFF;
  --soft: #F3EFE8;
  --text: #1F1F1F;
  --muted: #5F5A55;
  --accent: #A8896C;
  --accent-hover: #8C7158;
  --terracotta: #B9785F;
  --sage: #8A9A8A;
  --line: rgba(31, 31, 31, 0.09);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.045);
  --shadow-card: 0 10px 35px rgba(0, 0, 0, 0.035);
  --radius: 32px;
  --radius-sm: 18px;
  --container: 1180px;
  --serif: "Lora", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
p { margin: 0; color: var(--muted); }
h1, h2, h3, h4 { margin: 0; color: var(--text); line-height: 1.13; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.04em; }
h1 { font-size: clamp(4rem, 6.8vw, 7.2rem); line-height: 1.02; letter-spacing: -0.055em; max-width: 880px; }
h2 { font-size: clamp(2.25rem, 4vw, 4.15rem); }
h3 { font-size: 1.45rem; font-weight: 500; }
button, input, textarea, select { font-family: inherit; }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 840px; }

.skip-link { position: absolute; top: -100px; left: 16px; z-index: 9999; background: var(--text); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.header { height: 82px; }
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 82px;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(28px, calc((100vw - var(--container)) / 2));
  transition: box-shadow .25s ease;
}
.nav.scrolled { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.035); }
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  justify-self: start;
}

.brand span {
  font-family: var(--serif);
  font-size: 1.08rem;
  letter-spacing: .04em;
}

.brand small {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .01em;
  color: var(--text);
}
.nav-links { display: flex; gap: 34px; align-items: center; justify-content: center; }
.nav-links a { color: var(--muted); font-size: .98rem; transition: color .2s ease; }
.nav-links a:hover { color: var(--accent-hover); }
.nav-actions { display: flex; align-items: center; gap: 20px; justify-self: end; }
.nav-actions i { font-size: 1.55rem; color: var(--muted); }
.menu-btn { display: none; border: 0; background: transparent; font-size: 1.85rem; color: var(--text); cursor: pointer; justify-self: end; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 30px; border-radius: 999px; font-weight: 600; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border .2s ease, color .2s ease; cursor: pointer; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 10px 24px; }
.btn-accent { background: var(--accent); color: white; }
.btn-accent:hover { background: var(--accent-hover); }
.btn-light { background: white; color: var(--text); border-color: var(--line); box-shadow: var(--shadow-card); }
.btn-light:hover { border-color: rgba(168, 137, 108, .45); }
.btn-outline { background: white; border-color: rgba(168, 137, 108, .45); }
.btn-outline:hover { background: var(--accent); color: white; }
.btn-dark { width: 100%; background: var(--text); color: white; border-radius: 14px; }

.hero { padding: 110px 0 120px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 80px; align-items: center; }
.eyebrow { margin-bottom: 18px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; font-weight: 700; }
.hero-text { max-width: 640px; margin-top: 28px; font-size: clamp(1.15rem, 2vw, 1.42rem); color: #4A4743; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 42px; }
.hero-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 34px; color: var(--muted); font-size: .96rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta i { color: var(--terracotta); font-size: 1.08rem; }
.hero-media { position: relative; min-height: 560px; }
.soft-glow { position: absolute; inset: 8% -8% 0 4%; background: rgba(168, 137, 108, .10); border-radius: 999px; filter: blur(70px); }
.photo-card { position: relative; max-width: 530px; aspect-ratio: 4 / 5; margin-left: auto; border-radius: 42px; overflow: hidden;   box-shadow: none;
  background: transparent;}
.photo-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--accent);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.photo-card img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.photo-placeholder.secondary { background: white; color: var(--accent); font-size: 1.75rem; }
.license-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  animation: float 3.5s ease-in-out infinite;
}

.section { padding: 110px 0; }
.section-white { background: white; }
.section-title { margin-bottom: 58px; }
.section-title.center { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-title p { margin-top: 20px; font-size: 1.18rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { min-height: 315px; padding: 34px; border-radius: var(--radius); background: var(--bg); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.icon { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 18px; background: white; color: var(--accent); box-shadow: var(--shadow-card); font-size: 1.55rem; }
.service-card h3 { margin-bottom: 18px; }

.method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
}

.method-copy {
  max-width: 760px;
  text-align: center;
}

.method-copy p {
  max-width: 760px;
  font-size: 1.08rem;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}


.dark-section {
  background: #F6F1EA;
  color: var(--text);
  position: relative;
  overflow: hidden;
}

.dark-section:before {
  display: none;
}

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

.section-title.light h2 {
  color: var(--text);
}

.section-title.light p {
  color: var(--muted);
}

.process-box {
  padding: clamp(32px, 5vw, 62px);
  border-radius: 42px;
  border: 1px solid rgba(168, 137, 108, .14);
  background: rgba(255, 255, 255, .55);
  text-align: center;
  box-shadow: none;
}

.process-box h3 {
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.process-box > p {
  max-width: 780px;
  margin: 26px auto 48px;
  color: var(--muted);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.steps:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 1px;
  background: rgba(168, 137, 108, .22);
}

.steps article {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.steps span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(168, 137, 108, .35);
  background: #F6F1EA;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.65rem;
  margin-bottom: 28px;
}

.steps h4 {
  color: var(--text);
  font-size: 1.24rem;
  margin-bottom: 10px;
}

.steps p {
  color: var(--muted);
  font-size: .98rem;
}

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.about-photo {
  position: relative;
  border-radius: 36px;
  overflow: visible;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow-card);
  background: white;
}
.about-photo-wrap {
  position: relative;
}

.about-photo-wrap .license-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 10;
}
.about-content > p { margin-top: 22px; font-size: 1.08rem; }
.about-lists {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 42px;
}
.about-lists > div {
  max-width: 560px;
  text-align: center;
}

.about-lists h3 {
  justify-content: center;
}

.about-lists ul {
  justify-items: center;
}

.about-lists li {
  text-align: center;
}
.about-lists h3 { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 1.18rem; }
.about-lists h3 i { color: var(--accent); }
.about-lists ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 19px; }
.about-lists li strong, .about-lists li span { display: block; }
.about-lists li strong { font-weight: 600; }
.about-lists li span { color: var(--muted); margin-top: 3px; }

.pricing-grid { max-width: 950px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.price-card { position: relative; padding: 46px; border-radius: 36px; background: var(--bg); border: 1px solid transparent; box-shadow: var(--shadow-card); }
.price-card.featured { background: white; border-color: rgba(168, 137, 108, .28); }
.price-card .label { position: absolute; top: 0; right: 40px; background: var(--accent); color: white; padding: 6px 20px; font-size: .78rem; font-weight: 700; border-radius: 0 0 14px 14px; }
.round { border-radius: 999px; }
.price-card h3 { font-family: var(--serif); font-size: 2rem; margin-bottom: 10px; }
.price { margin: 18px 0 28px; }
.price strong { color: var(--text); font-size: 3.2rem; line-height: 1; }
.price span { margin-left: 6px; color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 14px; color: var(--muted); }
.price-card li { display: flex; align-items: center; gap: 10px; }
.price-card li i { color: var(--sage); }
.price-card .btn { width: 100%; }
.note { width: fit-content; margin: 44px auto 0; padding: 12px 22px; border-radius: 999px; background: var(--bg); display: flex; align-items: center; gap: 9px; font-size: .94rem; }
.note i { color: var(--accent); }

.faq-list { display: grid; gap: 18px; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); }
.faq-item button { width: 100%; padding: 24px 28px; border: 0; background: white; display: flex; justify-content: space-between; gap: 20px; align-items: center; text-align: left; cursor: pointer; font-size: 1.08rem; font-weight: 600; color: var(--text); }
.faq-item button i { transition: transform .3s ease; }
.faq-item div { max-height: 0; overflow: hidden; transition: max-height .32s ease; background: rgba(250, 248, 244, .55); }
.faq-item div p { padding: 0 28px 24px; }
.faq-item.active div { max-height: 220px; }
.faq-item.active button i { transform: rotate(180deg); }

.contact-section { background: white; border-top: 1px solid var(--line); }
.contact-grid { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.contact-card { padding: 42px; border-radius: 36px; background: var(--bg); box-shadow: var(--shadow-card); }
.contact-card h3, .details-card h3, .doctoralia-card h3 { margin-bottom: 26px; }
.contact-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-buttons a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; background: white; border: 1px solid var(--line); font-weight: 600; }
.contact-buttons .whatsapp { background: #25D366; color: white; border-color: #25D366; }
.divider { display: flex; align-items: center; gap: 16px; color: var(--muted); margin: 30px 0; font-size: .92rem; }
.divider:before, .divider:after { content: ""; flex: 1; height: 1px; background: var(--line); }
form { display: grid; gap: 10px; }
label { color: var(--muted); font-weight: 600; font-size: .94rem; }
label span { font-weight: 400; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; background: white; font-size: 1rem; color: var(--text); }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(168, 137, 108, .22); border-color: rgba(168, 137, 108, .5); }
form .btn { margin-top: 12px; }
.form-note { font-size: .82rem; text-align: center; margin-top: 6px; }
.contact-side { display: grid; gap: 34px; }
.details-card, .doctoralia-card { padding: 38px; border-radius: 36px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.details-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.details-card li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
.details-card li > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; background: var(--bg); color: var(--accent); }
.details-card strong, .details-card span, .details-card a { display: block; }
.details-card span, .details-card a { color: var(--muted); }
.doctoralia-widget { min-height: 310px; margin-top: 18px; display: grid; place-items: center; border-radius: 18px; background: rgba(250, 248, 244, .72); overflow: hidden; }
.doctoralia-link { display: inline-flex; margin-top: 18px; font-weight: 600; color: var(--accent-hover); }

.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 999; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; background: var(--text); color: white; font-size: 1.5rem; box-shadow: var(--shadow); }

.footer { padding: 46px 0; background: var(--text); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.footer strong, .footer span { display: block; }
.footer span, .footer a, .footer small { color: rgba(255,255,255,.62); }
.footer nav { display: flex; gap: 28px; }
.footer small { justify-self: end; text-align: right; }
.footer-contact,
.footer-legal {
  display: grid;
  gap: 10px;
}

.footer-legal a {
  color: var(--muted);
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--accent);
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .18s; }

/* Editor Hostinger CMS */
body.editor-active [data-cms="text"] { outline: 2px dashed rgba(168, 137, 108, .68); outline-offset: 6px; border-radius: 8px; cursor: text; }
body.editor-active [data-cms="text"]:hover { background: rgba(168, 137, 108, .08); }
body.editor-active [data-cms-image] { outline: 2px dashed rgba(138,154,138,.7); outline-offset: 6px; cursor: pointer; }

.editor-fab { position: fixed; right: 20px; bottom: 88px; z-index: 1002; width: 56px; height: 56px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--text); display: grid; place-items: center; font-size: 1.38rem; box-shadow: var(--shadow); cursor: pointer; }
.editor-topbar { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 1003; display: none; align-items: center; justify-content: space-between; gap: 22px; width: min(920px, calc(100% - 34px)); padding: 12px 14px 12px 18px; border-radius: 999px; background: rgba(31,31,31,.94); color: white; box-shadow: var(--shadow); }
.editor-topbar.open { display: flex; }
.editor-topbar span { display: block; color: rgba(255,255,255,.62); font-size: .82rem; }
.editor-topbar-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.editor-topbar button { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: white; border-radius: 999px; padding: 8px 12px; cursor: pointer; font-weight: 700; font-size: .84rem; }

.editor-overlay { position: fixed; inset: 0; z-index: 2100; display: none; justify-content: flex-end; background: rgba(31,31,31,.36); backdrop-filter: blur(6px); }
.editor-overlay.open { display: flex; }
.editor-panel { position: relative; width: min(520px, 100%); height: 100%; overflow: auto; background: var(--bg); padding: 34px; box-shadow: -24px 0 70px rgba(0,0,0,.18); }
.editor-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-size: 1.2rem; }
.editor-view h2 { font-family: var(--serif); font-size: 2.3rem; margin-bottom: 8px; }
.editor-view p { margin-bottom: 18px; }
.editor-view label { display: block; margin: 16px 0 7px; color: var(--text); font-weight: 700; font-size: .92rem; }
.editor-view input, .editor-view textarea, .editor-view select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; background: white; color: var(--text); font: inherit; }
.editor-primary, .editor-secondary { min-height: 46px; border-radius: 14px; padding: 11px 16px; border: 1px solid transparent; cursor: pointer; font-weight: 800; font-family: inherit; }
.editor-primary { background: var(--accent); color: white; }
.editor-secondary { background: white; color: var(--text); border-color: var(--line); }
.full { width: 100%; margin-top: 12px; }
.editor-error { min-height: 20px; color: #A13E2A; font-weight: 800; margin-top: 10px; }
.editor-note { padding: 14px; border-radius: 16px; background: white; border: 1px solid var(--line); font-size: .9rem; color: var(--muted); margin: 16px 0; }
.editor-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.autosave-pill { display: inline-flex !important; align-items: center; gap: 8px; white-space: nowrap; margin: 0 !important; padding: 8px 11px; border-radius: 999px; background: white; border: 1px solid var(--line); cursor: pointer; }
.autosave-pill input { width: auto; }
.editor-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 18px; }
.editor-tabs button { border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 999px; padding: 9px 13px; cursor: pointer; font-weight: 800; white-space: nowrap; }
.editor-tabs button.active { background: var(--text); color: white; }
.editor-tab { display: none; }
.editor-tab.active { display: block; }
.editor-preview { min-height: 160px; margin-top: 16px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: white; border: 1px dashed rgba(31,31,31,.18); color: var(--muted); }
.editor-preview img { width: 100%; height: 220px; object-fit: cover; }
.editor-subtitle { margin: 24px 0 12px; font-size: 1.1rem; }
.section-order, .custom-modules-list { display: grid; gap: 10px; }
.order-item, .module-list-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.order-actions, .module-actions { display: flex; gap: 6px; }
.order-actions button, .module-actions button { border: 1px solid var(--line); background: var(--bg); border-radius: 10px; padding: 7px 9px; cursor: pointer; font-weight: 800; }

.cms-module { background: white; }
.cms-module-card { max-width: 940px; margin: 0 auto; padding: clamp(34px, 5vw, 66px); border-radius: 36px; background: var(--bg); border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.cms-module-card.center { text-align: center; }
.cms-module-card h2 { margin-bottom: 18px; }
.cms-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.cms-cards-grid article { background: white; border-radius: 22px; padding: 22px; border: 1px solid var(--line); }
.cms-image-text { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: center; }
.cms-image-text .cms-image { aspect-ratio: 4/3; border-radius: 28px; overflow: hidden; background: #E6DFD3; }
[data-cms-image] img, .photo-card img, .about-photo img { width: 100%; height: 100%; object-fit: cover; }
.hidden { display: none !important; }

@media (max-width: 1050px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-actions { display: none; }
  .menu-btn { display: block; }
  .nav-links.open { position: fixed; top: 82px; left: 16px; right: 16px; display: grid; gap: 0; padding: 14px; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open a { padding: 14px 10px; border-bottom: 1px solid rgba(31,31,31,.06); }
  .nav-links.open a:last-child { border-bottom: 0; }
  .hero-grid, .method-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { padding-top: 72px; }
  .hero-media { min-height: auto; }
  .photo-card { margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-lists, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer small { justify-self: start; text-align: left; }
}

@media (max-width: 800px) {
  .editor-topbar { left: 14px; right: 14px; bottom: 14px; transform: none; width: auto; border-radius: 22px; align-items: flex-start; flex-direction: column; }
  .editor-topbar-actions { justify-content: flex-start; }
  .editor-panel { padding: 28px 20px; }
  .cms-cards-grid, .cms-image-text { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, var(--container)); }
  .nav { padding: 0 18px; }
  .brand { display: grid; gap: 0; }
  .brand span { font-size: 1.28rem; }
  .brand small { font-size: .74rem; }
  .hero, .section { padding: 72px 0; }
  h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-text { font-size: 1.08rem; }
  .hero-buttons, .contact-buttons { display: grid; grid-template-columns: 1fr; }
  .hero-buttons .btn { width: 100%; }
  .hero-meta { gap: 12px; font-size: .9rem; }
  .photo-card { border-radius: 30px; }
  .photo-placeholder { font-size: 1.35rem; }
  .license-card { position: static; margin: 18px auto 0; width: fit-content; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .emdr-card, .contact-card, .details-card, .doctoralia-card, .price-card { padding: 28px; border-radius: 28px; }
  .steps { grid-template-columns: 1fr; }
  .steps:before { display: none; }
  .process-box { border-radius: 28px; }
  .note { width: 100%; border-radius: 18px; align-items: flex-start; }
  .footer nav { flex-wrap: wrap; gap: 18px; }
  .floating-wa { right: 16px; bottom: 16px; }
  .editor-fab { right: 16px; bottom: 84px; }
}
.legal-page {
  max-width: 760px;
}

.legal-page h1 {
  margin-bottom: 40px;
}

.legal-page p {
  margin-bottom: 22px;
  line-height: 1.8;
  color: var(--text);
}