.elementor-736 .elementor-element.elementor-element-fba6bac{padding:0px 0px 0px 0px;}.elementor-736 .elementor-element.elementor-element-191ebce > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a882747 */:root {
    --cream: #f7f1e8;
    --beige: #e8d8c3;
    --sand: #c8a46a;
    --sand-dark: #9b7644;
    --brown: #2f2a24;
    --muted: #6f6254;
    --white: #fffaf3;
  }

  html,
  body {
    margin: 0;
    padding: 0;
  }

  body {
    background: var(--cream);
  }

  .dt-site {
    font-family: "Inter", Arial, sans-serif;
    color: var(--brown);
    background: var(--cream);
    line-height: 1.6;
  }

  .dt-site * {
    box-sizing: border-box;
  }

  .dt-container {
    width: min(1180px, 92%);
    margin: 0 auto;
  }

  .dt-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 241, 232, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(47, 42, 36, 0.08);
  }

  .dt-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
  }

  .dt-logo {
    font-size: 24px;
    font-weight: 800;
    color: var(--brown);
    text-decoration: none;
    letter-spacing: -0.03em;
  }

  .dt-logo span {
    color: var(--sand-dark);
  }

  .dt-menu {
    display: flex;
    gap: 28px;
    align-items: center;
  }

  .dt-menu a {
    color: var(--brown);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
  }

  .dt-menu a:hover {
    color: var(--sand-dark);
  }

  .dt-page-hero {
    padding: 90px 0 70px;
    background: var(--beige);
  }

  .dt-kicker {
    color: var(--sand-dark);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.13em;
    margin-bottom: 10px;
  }

  .dt-page-hero h1 {
    margin: 0 0 18px;
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-size: clamp(34px, 4vw, 56px);
  }

  .dt-page-hero p {
    max-width: 720px;
    color: var(--muted);
    font-size: 19px;
    margin: 0;
  }

  .dt-section {
    padding: 95px 0;
  }

  .dt-legal {
    max-width: 1000px;
  }

  .dt-legal h2 {
    margin: 48px 0 18px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .dt-legal h2:first-child {
    margin-top: 0;
  }

  .dt-legal h3 {
    margin: 32px 0 12px;
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .dt-legal h4 {
    margin: 26px 0 10px;
    font-size: 19px;
    line-height: 1.3;
  }

  .dt-legal p,
  .dt-legal li {
    color: var(--muted);
    font-size: 17px;
  }

  .dt-legal p {
    margin: 0 0 18px;
    text-align: justify;
  }

  .dt-legal ul {
    margin: 0 0 22px 22px;
    padding: 0;
  }

  .dt-legal li {
    margin-bottom: 8px;
  }

  .dt-legal strong {
    color: var(--brown);
  }

  .dt-legal a {
    color: var(--sand-dark);
    font-weight: 800;
    text-decoration: none;
    word-break: break-word;
  }

  .dt-legal a:hover {
    text-decoration: underline;
  }

  .dt-address {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 17px;
    font-style: normal;
  }

  .dt-legal-note {
    padding: 22px 24px;
    background: var(--white);
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(47, 42, 36, 0.07);
  }

  .dt-footer {
    background: var(--brown);
    color: white;
    padding: 30px 0;
  }

  .dt-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-size: 14px;
  }

  .dt-footer a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
  }

  .dt-footer a:hover {
    color: var(--sand);
    opacity: 1;
  }

  @media (max-width: 720px) {
    .dt-nav {
      flex-direction: column;
      gap: 14px;
    }

    .dt-menu {
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .dt-section {
      padding: 70px 0;
    }

    .dt-legal p {
      text-align: left;
    }

    .dt-footer-inner {
      flex-direction: column;
      text-align: center;
    }
  }/* End custom CSS */