:root {
  --green: #cbb08c;
  --dark: #68523c;
  --text: #68523c;
  --muted: #847f62;
  --line: #e1d6ca;
  --light: #f3ebe1;
  --white: #ffffff;
  --olive: #847f62;
  --blush: #deae96;
  --cream: #f3ebe1;
  --shadow: 0 14px 35px rgba(30, 35, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background: var(--white);
}

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

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

.container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 132px;
  height: auto;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #595f67;
  font-size: 14px;
  font-weight: 700;
}

.site-menu a {
  padding: 34px 13px;
  border-top: 4px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.site-menu a:hover,
.site-menu a:focus,
.site-menu a.active {
  color: #242830;
  border-top-color: var(--green);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--dark);
}

.hero {
  position: relative;
  min-height: calc(100vh - 90px);
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  background: #68523c;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.18);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: var(--white);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.hero h1 {
  margin: 0 0 18px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(34px, 6vw, 70px);
  line-height: 1.05;
  text-transform: uppercase;
}

.hero p {
  max-width: 1040px;
  margin: 0 auto 55px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(18px, 2.5vw, 30px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  border-radius: 28px;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.button-dark {
  color: var(--white);
  background: rgba(65, 72, 82, 0.78);
}

.button-dark:hover,
.button-dark:focus {
  color: #111;
  background: var(--white);
}

.button-outline {
  margin-top: 20px;
  color: var(--dark);
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 3px;
}

.button-light {
  color: var(--dark);
  background: var(--white);
  border-radius: 3px;
}

.section-dark {
  background: var(--dark);
  color: var(--white);
}

.how {
  position: relative;
  padding: 0 0 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-label {
  width: max-content;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 18px 22px;
  color: var(--white);
  background: var(--green);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 18px;
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
}

.step-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-size: 25px;
  font-weight: 700;
}

.step h2 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}

.step p {
  margin: 0;
}

.selection {
  padding: 58px 0 42px;
}
.page-title {
  padding: 44px 0;
  background: #f4f6f7;
  border-bottom: 1px solid var(--line);
}

.page-title h1 {
  margin: 0 0 10px;
  color: #3f454d;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a9098;
  font-size: 13px;
}

.breadcrumbs a {
  color: #606770;
}

.about-page {
  padding: 50px 0 42px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr);
  gap: 42px;
}

.about-content {
  max-width: 900px;
}

.about-photo {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center 18%;
  margin-bottom: 28px;
}

.about-content h2,
.about-sidebar h2 {
  margin: 0 0 18px;
  color: #3f454d;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.about-content p {
  margin: 0 0 16px;
}

.strong-note {
  color: #3f454d;
  font-weight: 800;
  text-transform: uppercase;
}

.about-sidebar {
  align-self: start;
  padding: 24px;
  border-left: 4px solid var(--green);
  background: #f7f9fa;
}

.about-sidebar p {
  margin: 0 0 20px;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}

.process h2,
.blog h2,
.services h2 {
  margin: 0 0 22px;
  color: #3f454d;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.process img {
  margin-bottom: 20px;
}

.lead {
  font-size: 19px;
  color: #50545a;
}

.blog {
  grid-column: span 2;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.news-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: start;
}

.news-item img {
  width: 112px;
  height: 88px;
  object-fit: cover;
}

.news-item h3 {
  margin: 0 0 8px;
  color: #4a4f57;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.news-item time {
  color: var(--muted);
  font-size: 13px;
}

.services {
  padding: 56px 0 42px;
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.services h2 {
  margin-bottom: 34px;
  text-align: center;
}

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

.service-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: start;
}

.service-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.service-item h3 {
  margin: 0 0 8px;
  color: #3f454d;
  font-size: 20px;
  line-height: 1.25;
}

.service-item p {
  margin: 0;
}

.cta {
  padding: 20px 0 10px;
  background: var(--dark);
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta h2 {
  margin: 7px 0 14px;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 400;
}

.site-footer {
  color: #cfd4da;
  background: #343a42;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  padding: 70px 0;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 22px;
}

.footer-grid p {
  margin: 0;
}

.footer-copy {
  padding: 18px 0;
  color: #aeb5bd;
  background: #2f343b;
  font-size: 14px;
}

.footer-copy .container {
  display: flex;
  align-items: center;
  gap: 18px;
}

.back-top {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #454c55;
  border-radius: 2px;
  font-size: 20px;
}

.whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
}

.whatsapp-button {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: var(--shadow);
  font-size: 32px;
  cursor: pointer;
}

.whatsapp-close {
  display: none;
  font-size: 42px;
  line-height: 1;
}

.whatsapp-widget.open .whatsapp-icon {
  display: none;
}

.whatsapp-widget.open .whatsapp-close {
  display: inline;
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(330px, calc(100vw - 40px));
  overflow: hidden;
  border-radius: 5px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.whatsapp-widget.open .whatsapp-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-header {
  padding: 14px 16px;
  color: var(--white);
  background: #25d366;
  font-weight: 700;
}

.whatsapp-panel textarea {
  width: calc(100% - 28px);
  min-height: 116px;
  margin: 14px;
  padding: 12px;
  resize: vertical;
  border: 1px solid var(--line);
  font: inherit;
}

.whatsapp-send {
  width: calc(100% - 28px);
  margin: 0 14px 14px;
  padding: 12px;
  border: 0;
  color: var(--white);
  background: #25d366;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .header-inner {
    min-height: 76px;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: 100%;
    right: 20px;
    width: min(320px, calc(100vw - 40px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-menu.open {
    display: flex;
  }

  .site-menu a {
    padding: 14px 20px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-menu a.active {
    border-left: 4px solid var(--green);
  }

  .hero {
    min-height: calc(100vh - 76px);
  }

  .steps-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid {
    grid-template-columns: 1fr;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .blog {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1220px);
  }

  .brand img {
    width: 112px;
  }

  .hero {
    min-height: 620px;
  }

  .hero p {
    margin-bottom: 34px;
  }

  .steps-grid,
  .news-list,
  .services-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .step,
  .service-item {
    grid-template-columns: 64px 1fr;
  }

  .news-item {
    grid-template-columns: 96px 1fr;
  }

  .news-item img {
    width: 96px;
    height: 78px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta h2 {
    font-size: 23px;
  }

  .footer-grid {
    padding: 46px 0;
  }
}



/* Internal pages recovered from the archived site */
.inner-page { padding: 58px 0 72px; background: #fcfcfc; }
.training-list { display: grid; gap: 0; }
.training-row { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--white); }
.training-row-reverse .training-copy { order: 2; }
.training-row-reverse img { order: 1; }
.training-copy { padding: clamp(28px, 5vw, 64px); }
.training-copy h2, .contact-form h2 { margin: 0 0 20px; color: #3f454d; font-size: 30px; line-height: 1.2; font-weight: 400; }
.training-row > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.check-list { columns: 2; gap: 28px; margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; break-inside: avoid; padding: 5px 0 5px 25px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.contact-section { background: #f2f4f5; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); gap: 42px; }
.contact-form, .contact-card { padding: clamp(26px, 4vw, 48px); background: var(--white); box-shadow: 0 10px 30px rgba(35, 41, 48, 0.08); }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 7px; color: #555b63; font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d9dee3; border-radius: 2px; background: #fbfcfc; color: var(--text); font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(176, 201, 0, 0.35); border-color: var(--green); }
.form-submit { width: max-content; color: var(--white); background: var(--green); border-radius: 2px; }
.form-status { min-height: 1.5em; margin: 0; color: #657000; }
.contact-card { position: relative; overflow: hidden; color: #626871; }
.contact-mark { margin-bottom: 28px; color: #444b54; font-size: 54px; font-weight: 900; line-height: 0.9; }
.contact-mark span { color: var(--green); }
.contact-mark small { display: block; margin: 8px 0 0 52px; color: #7f858c; font-size: 16px; font-weight: 400; text-transform: uppercase; }
.contact-card dl { margin: 28px 0 0; }
.contact-card dt { margin-top: 20px; color: #3f454d; font-weight: 800; }
.contact-card dd { margin: 3px 0 0; }
.contact-card a:hover { color: #849700; }
.map-pin { position: absolute; right: -28px; bottom: -30px; width: 150px; opacity: 0.13; }

.blog-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
.filter-button { padding: 10px 18px; border: 1px solid var(--line); background: var(--white); color: #555c64; font: inherit; cursor: pointer; }
.filter-button.active, .filter-button:hover { color: var(--white); border-color: var(--green); background: var(--green); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 8px 24px rgba(36, 42, 49, 0.06); }
.post-card[hidden] { display: none; }
.post-card > img { width: 100%; height: 215px; object-fit: cover; }
.post-card.no-image { min-height: 250px; border-top: 5px solid var(--green); }
.post-body { padding: 24px; }
.post-body time, .post-category { display: inline-block; margin: 0 10px 10px 0; color: #8b9198; font-size: 12px; text-transform: uppercase; }
.post-category { color: #829500; font-weight: 800; }
.post-body h2 { margin: 0 0 14px; color: #40464e; font-size: 21px; line-height: 1.28; font-weight: 500; }
.post-body p { margin: 0; }

@media (max-width: 1040px) {
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .training-row, .archive-grid { grid-template-columns: 1fr; }
  .training-row-reverse .training-copy, .training-row-reverse img { order: initial; }
  .training-row > img { min-height: 280px; }
  .check-list { columns: 1; }
  .contact-form, .contact-card { padding: 24px; }
}
/* D'Lar brand palette */
.site-header { background: rgba(255, 255, 255, 0.98); box-shadow: 0 2px 14px rgba(104, 82, 60, 0.12); }
.header-inner { min-height: 108px; }
.brand { display: flex; align-items: center; }
.brand img { width: 158px; max-height: 96px; object-fit: contain; }
.site-menu { color: var(--dark); }
.site-menu a:hover,
.site-menu a:focus,
.site-menu a.active { color: var(--dark); border-top-color: var(--green); }
.hero { min-height: calc(100vh - 108px); }
.button-dark { color: #fff; background: rgba(104, 82, 60, 0.86); }
.button-dark:hover,
.button-dark:focus { color: var(--dark); background: var(--cream); }
.section-label { color: var(--dark); }
.step h2 { color: var(--green); }
.page-title { background: var(--cream); border-bottom-color: #e1d6ca; }
.page-title h1,
.about-content h2,
.about-sidebar h2,
.process h2,
.blog h2,
.services h2,
.service-item h3,
.training-copy h2,
.contact-form h2,
.post-body h2 { color: var(--dark); }
.about-sidebar { border-left-color: var(--green); background: var(--cream); }
.services { background-color: var(--cream); }
.cta { background: var(--dark); }
.button-light { color: var(--dark); background: var(--cream); }
.site-footer { color: #f3ebe1; background: #68523c; }
.footer-copy { color: #eadfd4; background: #594531; }
.back-top { background: #847f62; }
.form-submit,
.filter-button.active,
.filter-button:hover { color: var(--dark); background: var(--green); border-color: var(--green); }
.contact-section { background: var(--cream); }
.contact-card dt { color: var(--dark); }
.contact-logo { width: min(260px, 100%); height: auto; margin: 0 0 28px; }
.post-category { color: var(--olive); }
.post-card.no-image { border-top-color: var(--blush); }
.check-list li::before { color: var(--olive); }

@media (max-width: 1040px) {
  .header-inner { min-height: 96px; }
  .brand img { width: 145px; max-height: 84px; }
  .hero { min-height: calc(100vh - 96px); }
}

@media (max-width: 720px) {
  .brand img { width: 128px; max-height: 76px; }
}
/* Responsive fix: Como funciona */
.steps-grid {
  align-items: start;
}

.step {
  grid-template-columns: 58px minmax(0, 1fr);
}

.step-content {
  min-width: 0;
}

.step-content h2,
.step-content p {
  overflow-wrap: break-word;
  word-break: normal;
}

.step-content p {
  margin: 0;
  max-width: 34ch;
}

@media (max-width: 1040px) {
  .steps-grid {
    gap: 38px 30px;
  }
}

@media (max-width: 720px) {
  .how {
    padding-bottom: 48px;
  }

  .section-label {
    max-width: calc(100% - 28px);
    padding: 15px 20px;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
  }

  .steps-grid {
    gap: 34px;
    padding-top: 8px;
  }

  .step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .step-content h2 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .step-content p {
    max-width: none;
  }
}

@media (max-width: 380px) {
  .section-label {
    font-size: 19px;
  }

  .step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
  }

  .step-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
/* Lucide icons: services */
.service-item {
  grid-template-columns: 72px minmax(0, 1fr);
}

.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(104, 82, 60, 0.14);
  border-radius: 18px;
  background: rgba(203, 176, 140, 0.42);
}

.service-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

@media (max-width: 720px) {
  .service-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
  }

  .service-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .service-icon img {
    width: 29px;
    height: 29px;
  }
}
/* Representative portrait */
.about-photo {
  width: min(100%, 360px);
  max-height: 540px;
  aspect-ratio: 2 / 3;
  margin: 0 auto 32px;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
  box-shadow: 0 14px 35px rgba(104, 82, 60, 0.14);
}
@media (max-width: 720px) {
  .about-photo {
    width: min(100%, 300px);
    max-height: 450px;
    margin-bottom: 26px;
  }
}
/* Branded blog placeholders */
.news-item .blog-logo,
.post-card > .blog-logo {
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(222, 174, 150, 0.28), transparent 32%),
    linear-gradient(145deg, #f3ebe1, #ffffff);
}

.news-item .blog-logo {
  padding: 12px;
}

.post-card > .blog-logo {
  padding: 34px 48px;
}
/* Responsive process image */
img {
  height: auto;
}

.process img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}