:root {
  --dm-dark: #141414;
  --dm-green: #141414;
  --dm-green-light: #1f1f1f;
  --dm-accent: #6ac13c;
  --dm-accent-dark: #6ac13c;
  --dm-white: #FFFFFF;
  --dm-off: #F5F3EF;
  --dm-lgray: #E8E5E0;
  --dm-gray: #6B7280;
  --dm-text: #1F2937;
  --dm-text-light: #4B5563;
  --dm-border: #E5E7EB;
  --dm-font-h: 'Outfit', sans-serif;
  --dm-font-b: 'DM Sans', sans-serif;
  --dm-hero-bg-start: #0a0000;
  --dm-hero-bg-end: #246e00;
}

.dm-seo-template-page,
.dm-seo-template-page * {
  box-sizing: border-box;
}

.dm-seo-template-page {
  font-family: var(--dm-font-b);
  color: var(--dm-text);
  background: var(--dm-white);
  line-height: 1.65;
}

.dm-seo-template-page img {
  max-width: 100%;
  display: block;
}

.dm-seo-template-page a {
  color: var(--dm-green);
  text-decoration: none;
}

.dm-seo-template-page a:hover {
  color: var(--dm-green-light);
}

.dm-seo-template-page .dmseo-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.dm-seo-template-page h1,
.dm-seo-template-page h2,
.dm-seo-template-page h3,
.dm-seo-template-page h4 {
  font-family: var(--dm-font-h);
  line-height: 1.2;
  color: var(--dm-dark);
  margin: 0;
}

.dm-seo-template-page h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dm-seo-template-page h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  font-weight: 700;
}

.dm-seo-template-page h3 {
  font-size: 1.08rem;
  font-weight: 600;
}

.dm-seo-template-page p {
  color: var(--dm-text-light);
  line-height: 1.75;
  margin: 0 0 16px;
  font-size: 0.98rem;
}

.dm-seo-template-page strong {
  color: var(--dm-text);
}

.dmseo-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--dm-font-h);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dm-green);
  margin-bottom: 10px;
}

.dmseo-section-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--dm-accent);
}

.dmseo-placeholder {
  background: linear-gradient(135deg, #d1d9ce 0%, #b8c4b3 100%);
  border-radius: 10px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--dm-font-h);
  font-size: 0.84rem;
  color: rgba(0,0,0,0.42);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.dmseo-placeholder::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(0,0,0,0.1);
  border-radius: 6px;
  pointer-events: none;
}

.dmseo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: var(--dm-font-h);
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.dmseo-btn-accent {
  background: var(--dm-accent);
  color: var(--dm-dark) !important;
}

.dmseo-btn-accent:hover {
  background: var(--dm-accent-dark);
  transform: translateY(-1px);
}

.dmseo-btn-dark {
  background: var(--dm-dark);
  color: var(--dm-white) !important;
}

.dmseo-btn-dark:hover {
  background: #142d3a;
}

.dmseo-btn-outline {
  background: transparent;
  color: var(--dm-green) !important;
  border: 2px solid var(--dm-green);
}

.dmseo-btn-outline:hover {
  background: var(--dm-green);
  color: var(--dm-white) !important;
}

.dmseo-btn-soft {
  background: rgba(255,255,255,0.10);
  color: var(--dm-white) !important;
  border: 1px solid rgba(255,255,255,0.25);
}

.dmseo-btn-soft:hover {
  background: rgba(255,255,255,0.18);
  color: var(--dm-white) !important;
}

.dmseo-breadcrumbs {
  padding: 14px 0;
  background: var(--dm-off);
  border-bottom: 1px solid var(--dm-lgray);
  font-size: 0.8rem;
  color: var(--dm-gray);
}

.dmseo-breadcrumbs a {
  color: var(--dm-gray);
}

.dmseo-breadcrumbs a:hover {
  color: var(--dm-green);
}

.dmseo-breadcrumbs span {
  margin: 0 6px;
}

.dmseo-hero {
  padding: 60px 0 70px;
  background: linear-gradient(135deg, var(--dm-hero-bg-start) 0%, var(--dm-hero-bg-end) 100%);
}

.dmseo-hero-grid,
.dmseo-intro-grid,
.dmseo-why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.dmseo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--dm-accent-rgb, 106,193,60), 0.12);
  border: 1px solid rgba(var(--dm-accent-rgb, 106,193,60), 0.25);
  color: var(--dm-accent);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--dm-font-h);
  margin-bottom: 18px;
}

.dmseo-hero h1 {
  color: var(--dm-white);
  margin-bottom: 16px;
}

.dmseo-hero-accent {
  color: var(--dm-accent);
}

.dmseo-hero-text {
  color: rgba(255,255,255,0.76) !important;
  font-size: 1.02rem !important;
  margin-bottom: 24px !important;
}

.dmseo-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.dmseo-hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dmseo-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 0.85rem;
  font-weight: 500;
}

.dmseo-dot {
  width: 8px;
  height: 8px;
  background: var(--dm-accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.dmseo-image-frame {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.dmseo-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dmseo-hero-image,
.dmseo-project-image {
  aspect-ratio: 4 / 3;
}

.dmseo-intro,
.dmseo-why,
.dmseo-process,
.dmseo-faq {
  padding: 70px 0;
  background: var(--dm-white);
}

.dmseo-trust-bar {
  background: var(--dm-white);
  border-bottom: 1px solid var(--dm-lgray);
}

.dmseo-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.dmseo-trust-item {
  padding: 24px 16px;
  border-right: 1px solid var(--dm-lgray);
}

.dmseo-trust-item:last-child {
  border-right: none;
}

.dmseo-trust-number {
  font-family: var(--dm-font-h);
  font-size: 2rem;
  font-weight: 800;
  color: var(--dm-dark);
  line-height: 1;
}

.dmseo-trust-number span {
  color: var(--dm-accent);
}

.dmseo-trust-label {
  font-size: 0.78rem;
  color: var(--dm-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.dmseo-intro-grid {
  align-items: start;
}

.dmseo-intro-image {
  aspect-ratio: 3 / 2;
}

.dmseo-services,
.dmseo-projects,
.dmseo-areas {
  padding: 70px 0;
  background: var(--dm-off);
}

.dmseo-services-header,
.dmseo-process-header,
.dmseo-faq-header,
.dmseo-reviews-header,
.dmseo-areas-header {
  text-align: center;
  margin-bottom: 40px;
}

.dmseo-services-header p,
.dmseo-process-header p,
.dmseo-faq-header p,
.dmseo-reviews-header p,
.dmseo-areas-header p {
  max-width: 620px;
  margin: 10px auto 0;
}

.dmseo-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dmseo-card {
  background: var(--dm-white);
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid var(--dm-border);
  transition: all 0.3s ease;
}

.dmseo-card:hover {
  border-color: var(--dm-green);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.dmseo-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(var(--dm-green-rgb, 20,20,20), 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.dmseo-card p {
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.dmseo-card-link {
  font-family: var(--dm-font-h);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--dm-green);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dmseo-card-link:hover {
  gap: 8px;
}

.dmseo-why-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 24px 0;
}

.dmseo-why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dmseo-why-icon {
  width: 32px;
  height: 32px;
  background: rgba(var(--dm-green-rgb, 20,20,20), 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: var(--dm-green);
}

.dmseo-why-item h4 {
  font-family: var(--dm-font-h);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.dmseo-why-item p {
  font-size: 0.86rem;
  margin: 0;
}

.dmseo-projects-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
}

.dmseo-project-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--dm-white);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.dmseo-project-body {
  padding: 16px 18px;
}

.dmseo-project-body h3 {
  font-size: 1rem;
  margin-bottom: 2px;
}

.dmseo-project-location {
  font-size: 0.8rem;
  color: var(--dm-gray);
}

.dmseo-reviews {
  padding: 70px 0;
  background: var(--dm-dark);
  color: var(--dm-white);
}

.dmseo-reviews h2 {
  color: var(--dm-white);
}

.dmseo-reviews p {
  color: rgba(255,255,255,0.82);
}

.dmseo-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.07);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.dmseo-stars {
  color: var(--dm-accent);
  letter-spacing: 2px;
}

.dmseo-review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 24px;
}

.dmseo-review-stars {
  color: var(--dm-accent);
  margin-bottom: 12px;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.dmseo-review-text {
  color: rgba(255,255,255,0.84) !important;
  font-size: 0.92rem !important;
  font-style: italic;
  margin-bottom: 16px !important;
  line-height: 1.6;
}

.dmseo-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dmseo-review-avatar {
  width: 36px;
  height: 36px;
  background: var(--dm-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dm-font-h);
  font-weight: 700;
  font-size: 0.85rem;
}

.dmseo-review-name {
  font-family: var(--dm-font-h);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--dm-white);
}

.dmseo-review-source {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
}

.dmseo-step-grid,
.dmseo-area-grid {
  display: grid;
  gap: 20px;
}

.dmseo-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.dmseo-step-card {
  text-align: center;
  padding: 24px 16px;
}

.dmseo-step-number {
  width: 48px;
  height: 48px;
  background: var(--dm-green);
  color: var(--dm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dm-font-h);
  font-weight: 800;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}

.dmseo-step-card h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.dmseo-step-card p {
  font-size: 0.85rem;
  margin: 0;
}

.dmseo-area-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.dmseo-area-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 6px;
  font-family: var(--dm-font-h);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--dm-text) !important;
  border: 1px solid var(--dm-lgray);
  transition: all 0.2s ease;
  background: var(--dm-white);
}

.dmseo-area-link:hover {
  border-color: var(--dm-green);
  color: var(--dm-green) !important;
  background: rgba(var(--dm-green-rgb, 20,20,20), 0.03);
}

.dmseo-area-link .dmseo-dot {
  width: 6px;
  height: 6px;
  background: var(--dm-green);
}

.dmseo-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dmseo-faq-item {
  background: var(--dm-off) !important;
  border-radius: 8px;
  border: 1px solid var(--dm-lgray);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.dmseo-faq-item.is-open {
  border-color: var(--dm-green);
}

.dmseo-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--dm-font-h);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dm-dark);
  text-align: left;
}

.dmseo-faq-trigger:hover {
  color: var(--dm-green);
}

.dmseo-faq-toggle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(var(--dm-green-rgb, 20,20,20), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--dm-green);
  transition: 0.3s ease;
}

.dmseo-faq-item.is-open .dmseo-faq-toggle {
  background: var(--dm-green);
  color: var(--dm-white);
  transform: rotate(45deg);
}

.dmseo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.dmseo-faq-item.is-open .dmseo-faq-answer {
  max-height: 350px;
}

.dmseo-faq-answer-inner {
  padding: 0 22px 18px;
}

.dmseo-faq-answer-inner p {
  font-size: 0.9rem;
  margin: 0;
}

.dmseo-cta {
  padding: 70px 0;
  background: var(--dm-green);
  text-align: center;
}

.dmseo-cta.dmseo-cta-gradient {
  background: linear-gradient(135deg, var(--dm-cta-bg-start) 0%, var(--dm-cta-bg-end) 100%);
}

.dmseo-cta h2 {
  color: var(--dm-white);
  margin-bottom: 10px;
}

.dmseo-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 1.02rem;
  max-width: 540px;
  margin: 0 auto 28px;
}

.dmseo-cta .dmseo-section-label {
  color: rgba(255,255,255,0.7);
}

.dmseo-cta .dmseo-section-label::before {
  background: rgba(255,255,255,0.35);
}

.dmseo-cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dmseo-cta-phone {
  margin-top: 18px;
  font-family: var(--dm-font-h);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dm-accent);
}

@media (max-width: 980px) {
  .dmseo-grid-3,
  .dmseo-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dmseo-area-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .dmseo-hero-grid,
  .dmseo-intro-grid,
  .dmseo-why-grid,
  .dmseo-projects-header {
    grid-template-columns: 1fr;
    display: grid;
  }

  .dmseo-trust-grid,
  .dmseo-grid-3,
  .dmseo-step-grid,
  .dmseo-area-grid {
    grid-template-columns: 1fr;
  }

  .dmseo-projects-header {
    align-items: flex-start;
  }
}


/* ---- TYPOGRAPHY HARD OVERRIDES FOR ELEMENTOR ---- */
.elementor .dm-seo-template-page,
body .dm-seo-template-page {
  font-family: var(--dm-font-b) !important;
  line-height: 1.65 !important;
}

.elementor .dm-seo-template-page h1,
body .dm-seo-template-page h1 {
  font-family: var(--dm-font-h) !important;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.elementor .dm-seo-template-page h2,
body .dm-seo-template-page h2 {
  font-family: var(--dm-font-h) !important;
  font-size: clamp(1.45rem, 2.5vw, 1.95rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.elementor .dm-seo-template-page h3,
body .dm-seo-template-page h3 {
  font-family: var(--dm-font-h) !important;
  font-size: 1.08rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.elementor .dm-seo-template-page h4,
body .dm-seo-template-page h4 {
  font-family: var(--dm-font-h) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.elementor .dm-seo-template-page p,
.elementor .dm-seo-template-page li,
.elementor .dm-seo-template-page a,
body .dm-seo-template-page p,
body .dm-seo-template-page li,
body .dm-seo-template-page a {
  font-size: inherit;
}

.elementor .dm-seo-template-page p,
body .dm-seo-template-page p {
  font-size: 0.98rem !important;
  line-height: 1.75 !important;
}

.elementor .dm-seo-template-page .dmseo-hero-text,
body .dm-seo-template-page .dmseo-hero-text {
  font-size: 1.02rem !important;
  line-height: 1.75 !important;
}

.elementor .dm-seo-template-page .dmseo-btn,
body .dm-seo-template-page .dmseo-btn {
  font-family: var(--dm-font-h) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.elementor .dm-seo-template-page .dmseo-section-label,
.elementor .dm-seo-template-page .dmseo-hero-badge,
body .dm-seo-template-page .dmseo-section-label,
body .dm-seo-template-page .dmseo-hero-badge {
  font-family: var(--dm-font-h) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.elementor .dm-seo-template-page .dmseo-trust-num,
body .dm-seo-template-page .dmseo-trust-num {
  font-family: var(--dm-font-h) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

.elementor .dm-seo-template-page .dmseo-trust-label,
body .dm-seo-template-page .dmseo-trust-label {
  font-size: 0.78rem !important;
  line-height: 1.4 !important;
}

.elementor .dm-seo-template-page .dmseo-step-num,
body .dm-seo-template-page .dmseo-step-num {
  font-family: var(--dm-font-h) !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  .elementor .dm-seo-template-page h1,
  body .dm-seo-template-page h1 {
    font-size: clamp(1.75rem, 8vw, 2.2rem) !important;
  }

  .elementor .dm-seo-template-page h2,
  body .dm-seo-template-page h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
  }
}


.dmseo-icon-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.dmseo-inline-icon,
.dmseo-card-icon .dmseo-icon-value,
.dmseo-why-icon .dmseo-icon-value,
.dmseo-cta-phone-icon.dmseo-icon-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dmseo-inline-icon svg,
.dmseo-card-icon svg,
.dmseo-why-icon svg,
.dmseo-cta-phone-icon svg {
  width: 1.1em;
  height: 1.1em;
  stroke: currentColor;
}

.dmseo-why-icon .dmseo-icon-value {
  width: 100%;
  height: 100%;
}

.dmseo-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ---- DARK SECTION SAFETY OVERRIDES AGAINST ELEMENTOR ---- */
.elementor .dm-seo-template-page .dmseo-hero,
.elementor .dm-seo-template-page .dmseo-reviews,
.elementor .dm-seo-template-page .dmseo-cta,
body .dm-seo-template-page .dmseo-hero,
body .dm-seo-template-page .dmseo-reviews,
body .dm-seo-template-page .dmseo-cta {
  color: #ffffff !important;
}

.elementor .dm-seo-template-page .dmseo-hero h1,
.elementor .dm-seo-template-page .dmseo-reviews h2,
.elementor .dm-seo-template-page .dmseo-reviews h3,
.elementor .dm-seo-template-page .dmseo-reviews h4,
.elementor .dm-seo-template-page .dmseo-cta h2,
.elementor .dm-seo-template-page .dmseo-cta h3,
.elementor .dm-seo-template-page .dmseo-cta h4,
body .dm-seo-template-page .dmseo-hero h1,
body .dm-seo-template-page .dmseo-reviews h2,
body .dm-seo-template-page .dmseo-reviews h3,
body .dm-seo-template-page .dmseo-reviews h4,
body .dm-seo-template-page .dmseo-cta h2,
body .dm-seo-template-page .dmseo-cta h3,
body .dm-seo-template-page .dmseo-cta h4 {
  color: #ffffff !important;
}

.elementor .dm-seo-template-page .dmseo-hero-badge,
body .dm-seo-template-page .dmseo-hero-badge {
  color: var(--dm-accent) !important;
}

.elementor .dm-seo-template-page .dmseo-hero-text,
.elementor .dm-seo-template-page .dmseo-hero-trust-item,
.elementor .dm-seo-template-page .dmseo-reviews-header p,
.elementor .dm-seo-template-page .dmseo-google-badge,
.elementor .dm-seo-template-page .dmseo-review-name,
.elementor .dm-seo-template-page .dmseo-review-text,
.elementor .dm-seo-template-page .dmseo-review-source,
.elementor .dm-seo-template-page .dmseo-cta p,
.elementor .dm-seo-template-page .dmseo-cta-phone,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-section-label,
body .dm-seo-template-page .dmseo-hero-text,
body .dm-seo-template-page .dmseo-hero-trust-item,
body .dm-seo-template-page .dmseo-reviews-header p,
body .dm-seo-template-page .dmseo-google-badge,
body .dm-seo-template-page .dmseo-review-name,
body .dm-seo-template-page .dmseo-review-text,
body .dm-seo-template-page .dmseo-review-source,
body .dm-seo-template-page .dmseo-cta p,
body .dm-seo-template-page .dmseo-cta-phone,
body .dm-seo-template-page .dmseo-cta .dmseo-section-label {
  color: rgba(255,255,255,0.92) !important;
}

.elementor .dm-seo-template-page .dmseo-review-source,
body .dm-seo-template-page .dmseo-review-source {
  color: rgba(255,255,255,0.72) !important;
}

.elementor .dm-seo-template-page .dmseo-cta-phone,
body .dm-seo-template-page .dmseo-cta-phone {
  color: #ffffff !important;
}

.elementor .dm-seo-template-page .dmseo-cta-phone .dmseo-cta-phone-icon,
body .dm-seo-template-page .dmseo-cta-phone .dmseo-cta-phone-icon {
  color: var(--dm-accent) !important;
}

.elementor .dm-seo-template-page .dmseo-services-header,
.elementor .dm-seo-template-page .dmseo-process-header,
.elementor .dm-seo-template-page .dmseo-faq-header,
.elementor .dm-seo-template-page .dmseo-reviews-header,
.elementor .dm-seo-template-page .dmseo-areas-header,
.elementor .dm-seo-template-page .dmseo-cta,
body .dm-seo-template-page .dmseo-services-header,
body .dm-seo-template-page .dmseo-process-header,
body .dm-seo-template-page .dmseo-faq-header,
body .dm-seo-template-page .dmseo-reviews-header,
body .dm-seo-template-page .dmseo-areas-header,
body .dm-seo-template-page .dmseo-cta {
  text-align: center !important;
}

.elementor .dm-seo-template-page .dmseo-services-header p,
.elementor .dm-seo-template-page .dmseo-process-header p,
.elementor .dm-seo-template-page .dmseo-faq-header p,
.elementor .dm-seo-template-page .dmseo-reviews-header p,
.elementor .dm-seo-template-page .dmseo-areas-header p,
body .dm-seo-template-page .dmseo-services-header p,
body .dm-seo-template-page .dmseo-process-header p,
body .dm-seo-template-page .dmseo-faq-header p,
body .dm-seo-template-page .dmseo-reviews-header p,
body .dm-seo-template-page .dmseo-areas-header p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor .dm-seo-template-page .dmseo-areas-header p,
body .dm-seo-template-page .dmseo-areas-header p {
  max-width: 760px !important;
}


.dmseo-rich-text,
.dmseo-rich-text p,
.dmseo-rich-text ul,
.dmseo-rich-text ol,
.dmseo-rich-text li,
.dmseo-rich-text strong,
.dmseo-rich-text em,
.dmseo-rich-text a {
  font-family: var(--dm-font-b);
}

.dmseo-rich-text > *:last-child,
.dmseo-faq-answer-inner > *:last-child {
  margin-bottom: 0 !important;
}

.dmseo-rich-text ul,
.dmseo-faq-answer-inner ul,
.dmseo-rich-text ol,
.dmseo-faq-answer-inner ol {
  margin: 0 0 16px 0;
  padding-left: 1.2rem;
}

.dmseo-rich-text ul,
.dmseo-faq-answer-inner ul {
  list-style: disc;
}

.dmseo-rich-text ol,
.dmseo-faq-answer-inner ol {
  list-style: decimal;
}

.dmseo-rich-text li,
.dmseo-faq-answer-inner li {
  margin-bottom: 8px;
  color: var(--dm-text-light);
}

.dmseo-faq-item,
.dmseo-faq-item:not(.is-open),
.dmseo-faq-item.is-open {
  background: var(--dm-off) !important;
}

.dmseo-faq-trigger,
.dmseo-faq-trigger:hover,
.dmseo-faq-trigger:focus,
.dmseo-faq-trigger:active,
.dmseo-faq-trigger:visited {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: var(--dm-off) !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0;
  text-decoration: none !important;
  color: var(--dm-dark) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.dmseo-faq-trigger:hover {
  color: var(--dm-green) !important;
}

.dmseo-faq-trigger span:first-child {
  display: block;
  flex: 1 1 auto;
  font-family: var(--dm-font-h) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: inherit !important;
}

.dmseo-faq-toggle {
  background: rgba(27,107,74,0.08) !important;
  color: var(--dm-green) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dmseo-faq-answer {
  background: var(--dm-white);
  max-height: 0;
}

.dmseo-faq-answer-inner {
  padding: 0 22px 18px;
  background: var(--dm-white);
}

.dmseo-faq-answer-inner,
.dmseo-faq-answer-inner p,
.dmseo-faq-answer-inner li,
.dmseo-faq-answer-inner strong,
.dmseo-faq-answer-inner em,
.dmseo-faq-answer-inner a {
  color: var(--dm-text) !important;
}

.dmseo-faq-answer-inner p,
.dmseo-faq-answer-inner li {
  font-size: 0.96rem !important;
  line-height: 1.8 !important;
}

.dmseo-faq-answer-inner strong {
  font-weight: 700;
}

body .dm-seo-template-page .dmseo-faq-header,
body .dm-seo-template-page .dmseo-faq-header .dmseo-rich-text,
body .dm-seo-template-page .dmseo-faq-header .dmseo-rich-text p,
body .dm-seo-template-page .dmseo-services-header .dmseo-rich-text,
body .dm-seo-template-page .dmseo-process-header .dmseo-rich-text,
body .dm-seo-template-page .dmseo-reviews-header .dmseo-rich-text,
body .dm-seo-template-page .dmseo-areas-header .dmseo-rich-text,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ---- EXTRA DARK SECTION TEXT LOCK ---- */
.dmseo-hero .dmseo-rich-text,
.dmseo-hero .dmseo-rich-text p,
.dmseo-hero .dmseo-rich-text li,
.dmseo-hero .dmseo-rich-text strong,
.dmseo-hero .dmseo-rich-text a,
.dmseo-reviews .dmseo-rich-text,
.dmseo-reviews .dmseo-rich-text p,
.dmseo-reviews .dmseo-rich-text li,
.dmseo-reviews .dmseo-rich-text strong,
.dmseo-reviews .dmseo-rich-text a,
.dmseo-cta .dmseo-rich-text,
.dmseo-cta .dmseo-rich-text p,
.dmseo-cta .dmseo-rich-text li,
.dmseo-cta .dmseo-rich-text strong,
.dmseo-cta .dmseo-rich-text a,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text p,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text li,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text a,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text p,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text li,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text a,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text p,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text li,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text a,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text p,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text li,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text a,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text p,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text li,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text a,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text p,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text li,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text a {
  color: rgba(255,255,255,0.94) !important;
}

.dmseo-hero .dmseo-rich-text strong,
.dmseo-reviews .dmseo-rich-text strong,
.dmseo-cta .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-hero .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-reviews .dmseo-rich-text strong,
.elementor .dm-seo-template-page .dmseo-cta .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-hero .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-reviews .dmseo-rich-text strong,
body .dm-seo-template-page .dmseo-cta .dmseo-rich-text strong {
  color: #ffffff !important;
}


/* ---- STICKY MEDIA, SHARE RAIL, AND SCROLL ANIMATIONS ---- */
.dm-seo-template-page {
  --dm-sticky-top: clamp(88px, 8vw, 122px);
}

.dmseo-copy-col,
.dmseo-sticky-col {
  min-width: 0;
}

.dmseo-sticky-col {
  position: relative;
  align-self: start;
}

.dmseo-share-rail {
  position: fixed;
  left: max(12px, calc((100vw - 1380px) / 2 + 4px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.dmseo-share-rail-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--dm-font-h);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dm-gray);
}

.dmseo-share-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: rgba(255,255,255,0.94);
  color: var(--dm-dark) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dm-font-h);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  cursor: pointer;
  padding: 0;
}

.dmseo-share-btn::after {
  content: attr(data-label);
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(-8px);
  background: rgba(17,24,39,0.92);
  color: #fff;
  padding: 8px 10px;
  border-radius: 999px;
  font-family: var(--dm-font-h);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.dmseo-share-btn:hover,
.dmseo-share-btn:focus-visible {
  transform: translateX(6px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.15);
  border-color: rgba(var(--dm-accent-rgb, 106,193,60), 0.42);
}

.dmseo-share-btn:hover::after,
.dmseo-share-btn:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.dmseo-share-btn-viber span { color: #7360f2; }
.dmseo-share-btn-whatsapp span { color: #25d366; }
.dmseo-share-btn-telegram span { color: #229ed9; }
.dmseo-share-btn-copy span { color: var(--dm-dark); }
.dmseo-share-btn-copy.is-copied {
  background: var(--dm-accent);
  border-color: var(--dm-accent);
}

[data-dmseo-animate] {
  opacity: 0;
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--dm-anim-delay, 0ms);
  will-change: transform, opacity;
}

[data-dmseo-animate="fade-up"] {
  transform: translate3d(0, 28px, 0);
}

[data-dmseo-animate="fade-left"] {
  transform: translate3d(28px, 0, 0);
}

[data-dmseo-animate="fade-right"] {
  transform: translate3d(-28px, 0, 0);
}

[data-dmseo-animate="zoom"] {
  transform: translate3d(0, 16px, 0) scale(0.965);
  filter: saturate(0.92);
}

[data-dmseo-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: saturate(1);
}

@media (min-width: 981px) {
  .dmseo-sticky-col .dmseo-image-frame,
  .dmseo-sticky-col .dmseo-placeholder {
    position: sticky;
    top: var(--dm-sticky-top);
  }
}

body.admin-bar .dmseo-sticky-col .dmseo-image-frame,
body.admin-bar .dmseo-sticky-col .dmseo-placeholder {
  top: calc(var(--dm-sticky-top) + 28px);
}

@media (max-width: 1240px) {
  .dmseo-share-rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-dmseo-animate] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .dmseo-share-btn,
  .dmseo-card,
  .dmseo-project-card {
    transition: none !important;
  }
}


body.dmseo-modal-open {
  overflow: hidden;
}

.dmseo-estimate-trigger {
  appearance: none;
}

.dmseo-estimate-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dmseo-estimate-modal[hidden] {
  display: none;
}

.dmseo-estimate-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.72);
}

.dmseo-estimate-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: calc(100vh - 40px);
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.dmseo-estimate-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff !important;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.dmseo-estimate-modal__content {
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 18px;
}

.dmseo-estimate-modal__content > *:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dmseo-estimate-modal {
    padding: 12px;
  }

  .dmseo-estimate-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 0;
    border-radius: 0;
  }

  .dmseo-estimate-modal__content {
    max-height: calc(100vh - 24px);
    border-radius: 14px;
  }

  .dmseo-estimate-modal__close {
    top: -14px;
    right: -4px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}


/* SEO Post Template */
.dmseo-post-wrap{background:#fff;color:#1F2937;padding:0 0 40px}.dmseo-post-container{max-width:780px;margin:0 auto;padding:0 24px}.dmseo-post-bread{padding:12px 0;font-size:.8rem;color:#6B7280;border-bottom:1px solid #E5E7EB;margin-bottom:32px}.dmseo-post-bread a{color:#6B7280;text-decoration:none}.dmseo-post-bread a:hover{color:#1B6B4A}.dmseo-post-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:.82rem;color:#6B7280;margin-bottom:24px}.dmseo-post-meta span{display:flex;align-items:center;gap:4px}.dmseo-post-cat{background:rgba(220,38,38,.08);color:#DC2626;padding:2px 10px;border-radius:50px;font-size:.72rem;font-weight:600}.dmseo-post-title{font-family:Outfit,sans-serif;line-height:1.25;color:#0B1D26;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin-bottom:16px}.dmseo-post-featured img,.dmseo-post-inline-image img{display:block;width:100%;height:auto;border-radius:10px}.dmseo-post-featured{margin:24px 0}.dmseo-post-intro p,.dmseo-post-content p{color:#4B5563;margin-bottom:16px;font-size:.95rem;line-height:1.75}.dmseo-post-content a,.dmseo-post-intro a{color:#1B6B4A;text-decoration:underline}.dmseo-post-section h2{font-family:Outfit,sans-serif;line-height:1.25;color:#0B1D26;font-size:clamp(1.2rem,2.2vw,1.55rem);font-weight:700;margin:36px 0 14px;padding-top:20px;border-top:1px solid #E5E7EB}.dmseo-post-section h3{font-family:Outfit,sans-serif;color:#0B1D26;font-size:1.1rem;font-weight:600;margin:24px 0 10px}.dmseo-post-toc,.dmseo-post-related-block,.dmseo-post-author{background:#F5F3EF;border:1px solid #E8E5E0;border-radius:8px;padding:20px 24px;margin:24px 0}.dmseo-post-toc h3,.dmseo-post-related-block h3{margin:0 0 10px;font-size:.92rem}.dmseo-post-toc ol{padding-left:20px;list-style:decimal}.dmseo-post-toc li{margin:4px 0}.dmseo-post-toc a{font-size:.88rem;text-decoration:none;color:#1B6B4A;font-weight:500}.dmseo-post-callout{background:#EFF6FF;border-left:4px solid #2563EB;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0}.dmseo-post-callout p{margin:0;font-size:.9rem;color:#1E40AF}.dmseo-post-callout strong{color:#1E3A8A}.dmseo-post-pill-links{display:flex;flex-wrap:wrap;gap:6px}.dmseo-post-pill-links a{font-size:.78rem;padding:4px 12px;background:rgba(27,107,74,.06);color:#1B6B4A;border-radius:50px;font-weight:500;text-decoration:none}.dmseo-post-pill-links a:hover{background:#1B6B4A;color:#fff}.dmseo-post-inline-caption{margin-top:10px;font-size:.8rem;color:#6B7280}.dmseo-post-cta-box{background:#1B6B4A;color:#fff;padding:32px;border-radius:12px;text-align:center;margin:36px 0}.dmseo-post-cta-box h2{color:#fff;border:none;margin:0 0 8px;padding:0;font-size:1.3rem}.dmseo-post-cta-box p{color:rgba(255,255,255,.8);margin-bottom:20px}.dmseo-post-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.dmseo-post-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:6px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer}.dmseo-post-btn-primary{background:#E8A838;color:#0B1D26}.dmseo-post-btn-primary:hover{background:#D49530}.dmseo-post-btn-secondary{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}.dmseo-post-phone{margin-top:14px;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;color:#E8A838}.dmseo-post-author{display:flex;gap:16px;align-items:center}.dmseo-post-author-avatar{width:56px;height:56px;background:#1B6B4A;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Outfit,sans-serif;font-weight:800;font-size:1.1rem;flex-shrink:0}.dmseo-post-author-copy h4{font-family:Outfit,sans-serif;font-size:.9rem;margin-bottom:2px}.dmseo-post-author-copy p{font-size:.82rem;margin:0;color:#4B5563}.dmseo-post-author-copy a{color:#1B6B4A}.dmseo-post-related-bottom{margin-bottom:40px}@media(max-width:600px){.dmseo-post-container{padding:0 16px}.dmseo-post-cta-actions{flex-direction:column}.dmseo-post-btn{width:100%}.dmseo-post-author{flex-direction:column;align-items:flex-start}}
.dmseo-post-main-content p{color:#4B5563;margin-bottom:16px;font-size:.95rem;line-height:1.75}
.dmseo-post-main-content a{color:#1B6B4A;text-decoration:underline}
.dmseo-post-main-content h2{font-family:Outfit,sans-serif;line-height:1.25;color:#0B1D26;font-size:clamp(1.2rem,2.2vw,1.55rem);font-weight:700;margin:36px 0 14px;padding-top:20px;border-top:1px solid #E5E7EB}
.dmseo-post-main-content h3{font-family:Outfit,sans-serif;color:#0B1D26;font-size:1.1rem;font-weight:600;margin:24px 0 10px}
.dmseo-post-main-content blockquote{background:#EFF6FF;border-left:4px solid #2563EB;padding:16px 20px;border-radius:0 8px 8px 0;margin:20px 0;color:#1E40AF}
.dmseo-post-main-content figure{margin:24px 0}.dmseo-post-main-content figcaption{margin-top:10px;font-size:.8rem;color:#6B7280}
.dmseo-post-toc-subitem{margin-left:14px;list-style:circle}


.dmseo-estimate-modal__content .tgcf-form-wrapper {
  max-width: none;
  margin: 0;
}

.dmseo-estimate-modal__content .tgcf-form-inner {
  background: #fff;
  border-radius: 18px;
  border: 0;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.20);
  overflow: hidden;
}

.dmseo-estimate-modal__content .tgcf-form-inner::before {
  display: none;
}

.dmseo-estimate-modal__content .tgcf-form-header,
.dmseo-estimate-modal__content .tgcf-form-footer {
  display: none;
}

.dmseo-estimate-modal__content .tgcf-form {
  padding: 24px 24px 28px;
}

.dmseo-estimate-modal__content .tgcf-row {
  gap: 14px;
}

.dmseo-estimate-modal__content .tgcf-services-grid {
  gap: 12px;
}

.dmseo-estimate-modal__content .tgcf-service-box-standard .tgcf-service-box-inner,
.dmseo-estimate-modal__content .tgcf-service-box-compact .tgcf-service-box-inner {
  min-height: 74px;
  padding: 14px 16px;
}

.dmseo-estimate-modal__content .tgcf-success {
  margin: 0;
}

@media (max-width: 767px) {
  .dmseo-estimate-modal__content .tgcf-form {
    padding: 18px 16px 22px;
  }

  .dmseo-estimate-modal__content .tgcf-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dmseo-estimate-modal__content .tgcf-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dmseo-estimate-modal__content .tgcf-service-box-standard .tgcf-service-box-inner,
  .dmseo-estimate-modal__content .tgcf-service-box-compact .tgcf-service-box-inner {
    min-height: 68px;
    padding: 12px 10px;
    border-radius: 14px;
  }

  .dmseo-estimate-modal__content .tgcf-service-icon,
  .dmseo-estimate-modal__content .tgcf-service-box-icon,
  .dmseo-estimate-modal__content .tgcf-service-box-inner svg,
  .dmseo-estimate-modal__content .tgcf-service-box-inner img {
    max-width: 22px;
    max-height: 22px;
  }

  .dmseo-estimate-modal__content .tgcf-service-title,
  .dmseo-estimate-modal__content .tgcf-service-box-title,
  .dmseo-estimate-modal__content .tgcf-service-box-inner strong,
  .dmseo-estimate-modal__content .tgcf-service-box-inner span {
    font-size: 13px;
    line-height: 1.25;
  }
}
