:root {
  --damico-ink: #2f2b2b;
  --damico-muted: #6e6662;
  --damico-cream: #fbf7f2;
  --damico-paper: #ffffff;
  --damico-blush: #d98f83;
  --damico-blush-dark: #b56d62;
  --damico-sage: #77928a;
  --damico-sage-light: #e8f0ed;
  --damico-rose-light: #fff2ef;
  --damico-line: #eaded8;
  --damico-shadow: 0 18px 50px rgba(58, 43, 37, .12);
}

.damico-page {
  color: var(--damico-ink);
  background: linear-gradient(180deg, #fffaf6 0%, #f8f1ec 54%, #fff 100%);
}

.damico-page p,
.damico-page li,
.damico-page td {
  color: #514945;
  line-height: 1.65;
}

.damico-topbar {
  background: #2f2b2b;
  color: #fff;
  font-size: 13px;
  letter-spacing: .02em;
  padding: 8px 10px;
}

.damico-topbar,
.damico-topbar a,
.damico-topbar .pi-text-dark,
.damico-topbar .pi-row-block-icon {
  color: #fff !important;
}

.damico-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(234, 222, 216, .85);
  backdrop-filter: blur(14px);
}

.damico-header .pi-row-lg {
  padding-top: 14px;
  padding-bottom: 14px;
}

.damico-header .pi-row-block-logo img {
  max-height: 58px;
  width: auto;
}

.damico-header .pi-simple-menu > li > a {
  color: #584f4a;
  font-weight: 600;
}

.damico-header .pi-simple-menu > li > a:hover,
.damico-header .pi-simple-menu > li.active > a {
  color: var(--damico-blush-dark);
}

.damico-header .pi-btn-base,
.damico-page .pi-btn-base,
.damico-page .pi-btn-base-2 {
  background: var(--damico-blush-dark) !important;
  border-color: var(--damico-blush-dark) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(181, 109, 98, .22);
}

.damico-page .pi-btn-blue {
  background: var(--damico-sage-light) !important;
  border-color: #c9ddd6 !important;
  color: #465f58 !important;
}

.damico-hero-wrap {
  background: var(--damico-paper);
  border-bottom: 1px solid var(--damico-line);
}

.damico-hero {
  padding-top: 62px;
  padding-bottom: 62px;
}

.damico-kicker {
  color: #b56d62 !important;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800!important;
  font-size: 13px;
  margin-bottom: 16px;
}

.damico-kicker-green {
  color: #77928a !important;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800!important;
  font-size: 13px;
  margin-bottom: 16px;
}



.damico-title-main {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0 0 24px;
  color: var(--damico-ink);
}

.damico-section-title {
  font-size: 39px;
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 0 0 20px;
  color: var(--damico-ink);
}

.damico-lead,
.damico-muted {
  color: #635a55 !important;
  max-width: 820px;
}

.damico-cta-row .btn {
  margin: 6px 8px 6px 0;
}

.damico-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.damico-trustbar span {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--damico-line);
  padding: 10px 13px;
  border-radius: 999px;
  color: #5e5550;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(58, 43, 37, .06);
}

.damico-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--damico-shadow);
}

.damico-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.damico-hero-card img {
  min-height: 540px;
}

.damico-quote {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  backdrop-filter: blur(10px);
}

.damico-quote p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

.damico-quote strong {
  font-size: 13px;
  color: var(--damico-muted);
}

.damico-section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.damico-card-row {
  margin-top: 26px;
}

.damico-card,
.damico-area-card,
.damico-review-card,
.damico-copy-box,
.damico-form-box {
  background: #fff;
  border: 1px solid var(--damico-line);
  box-shadow: 0 10px 30px rgba(58, 43, 37, .06);
}

.damico-card h3,
.damico-area-card h3 {
  margin-top: 0;
  color: var(--damico-ink);
}

.damico-card p,
.damico-area-card p,
.damico-review-card p,
.damico-review-card blockquote {
  color: #645b56;
}

.damico-soft-green {
  background: linear-gradient(135deg, var(--damico-sage-light), #fff 62%);
  border-top: 1px solid #dbe7e3;
  border-bottom: 1px solid #dbe7e3;
}

.damico-session-box {
  background: #fff;
  border: 1px solid #d8e5e1;
  border-radius: 36px;
  padding: 34px;
  box-shadow: var(--damico-shadow);
}

.damico-checks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.damico-checks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #514945;
}

.damico-checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--damico-sage);
  font-weight: 900;
}

.damico-about-bg {
  background: linear-gradient(180deg, #fff, var(--damico-cream));
}

.damico-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.damico-tags span {
  display: inline-flex;
  background: var(--damico-sage-light);
  border: 1px solid #c9ddd6;
  color: #49655e;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}

.damico-area-card small,
.damico-review-card span {
  color: var(--damico-sage);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
}

.damico-area-card strong {
  display: block;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--damico-line);
  color: var(--damico-blush-dark);
}

.damico-forwho {
  margin-top: 28px;
  background: #fff2ef!important;
  border: 1px solid #f1d5ce;
}

.damico-reviews {
  background: var(--damico-cream);
}

.damico-review-card blockquote {
  margin: 14px 0 0;
  font-size: 16px;
  border: 0;
  padding: 0;
}

.damico-review-card span {
  display: inline-block;
  background: #e8f0ed;
  border: 1px solid #e8f0ed;
  padding: 3px 7px;
  border-radius: 999px;
  color: #49655e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
  margin-bottom: 18px;
}

.damico-review-card cite {
  display: block;
  margin-top: 14px;
  color: #806a61;
  font-style: normal;
  font-weight: 700;
}

.damico-note {
  color: #6b625e !important;
  font-size: 14px;
  margin-top: 22px;
}

.damico-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--damico-line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(58, 43, 37, .05);
}

.damico-table th,
.damico-table td {
  padding: 16px;
  border-bottom: 1px solid var(--damico-line);
  text-align: left;
  vertical-align: top;
}

.damico-table th {
  background: #fbf0ed;
  color: #7b5048;
}

.damico-table tr:last-child td {
  border-bottom: 0;
}

.damico-contact-wrap {
  background: linear-gradient(160deg, #2f2b2b, #5d4842);
}

.damico-contact-wrap .damico-kicker {
  color: #f4c8bf !important;
}

.damico-contact-wrap p,
.damico-contact-wrap li {
  color: rgba(255, 255, 255, .9) !important;
}

.damico-contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.damico-contact-actions a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #eaded8;
  border-radius: 18px;
  text-decoration: none;
  color: #514945;
}

.damico-contact-actions a span {
  color:#514945;
}

.damico-form-box {
  padding: 32px;
}

.damico-form-box .form-control {
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--damico-line);
  background: #fbf7f2;
  box-shadow: none;
}

.damico-form-box textarea.form-control {
  min-height: 120px;
}

.damico-footer {
  background: #2f2b2b;
  color: #e9ddd9;
  font-size: 14px;
}

.damico-footer .pi-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.damico-footer strong,
.damico-footer a {
  color: #fff;
}

@media (max-width: 991px) {
  .damico-title-main {
    font-size: 42px;
  }

  .damico-section-title {
    font-size: 32px;
  }

  .damico-section,
  .damico-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .damico-hero-card img {
    min-height: 410px;
  }

  .damico-image-card img {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .damico-topbar .pi-pull-right {
    float: none !important;
  }

  .damico-title-main {
    font-size: 36px;
  }

  .damico-section-title {
    font-size: 29px;
  }

  .damico-session-box {
    padding: 22px;
  }

  .damico-form-box {
    padding: 24px;
  }
}
