/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* =============================================
   BRAND TOKENS — dgtalindo.id
   ============================================= */
:root {
  --dt-teal:        #45aeb2;
  --dt-teal-dark:   #348a8d;
  --dt-teal-light:  #e8f7f7;
  --dt-dark:        #0d1b2a;
  --dt-dark-2:      #1a2e40;
  --dt-gray:        #f5f7fa;
  --dt-gray-mid:    #e2e8f0;
  --dt-text:        #1e293b;
  --dt-text-muted:  #64748b;
  --dt-white:       #ffffff;
  --dt-font:        'Inter', 'Open Sans', sans-serif;
  --dt-radius:      12px;
  --dt-radius-sm:   8px;
  --dt-shadow:      0 4px 24px rgba(69,174,178,0.10);
  --dt-shadow-lg:   0 8px 40px rgba(13,27,42,0.18);
  --dt-transition:  all 0.25s ease;
  --dt-container:   1200px;
}

/* =============================================
   GLOBAL BASE
   ============================================= */
body {
  font-family: var(--dt-font);
  color: var(--dt-text);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--dt-teal); text-decoration: none; }
a:hover { color: var(--dt-teal-dark); }

/* =============================================
   PAGE TEMPLATE: JASA GOOGLE ADS
   All classes prefixed .dt-ga-
   ============================================= */

/* --- Layout wrapper --- */
.dt-ga-page {
  font-family: var(--dt-font);
  color: var(--dt-text);
  overflow-x: hidden;
}

.dt-container {
  max-width: var(--dt-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Section spacing --- */
.dt-section {
  padding: 80px 0;
}
.dt-section--dark {
  background: var(--dt-dark);
  color: var(--dt-white);
}
.dt-section--teal {
  background: linear-gradient(135deg, var(--dt-teal) 0%, var(--dt-teal-dark) 100%);
  color: var(--dt-white);
}
.dt-section--gray {
  background: var(--dt-gray);
}
.dt-section--white {
  background: var(--dt-white);
}

/* --- Section headings --- */
.dt-section-label {
  display: inline-block;
  background: var(--dt-teal-light);
  color: var(--dt-teal-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.dt-section--dark .dt-section-label,
.dt-section--teal .dt-section-label {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.dt-section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--dt-dark);
}
.dt-section--dark .dt-section-title,
.dt-section--teal .dt-section-title {
  color: var(--dt-white);
}

.dt-section-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--dt-text-muted);
  max-width: 640px;
  margin: 0 0 40px;
}
.dt-section--dark .dt-section-sub,
.dt-section--teal .dt-section-sub {
  color: rgba(255,255,255,0.75);
}

/* =============================================
   1. HERO SECTION
   ============================================= */
.dt-hero {
  background: linear-gradient(135deg, var(--dt-dark) 0%, var(--dt-dark-2) 60%, #0f3460 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.dt-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(69,174,178,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.dt-hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(69,174,178,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.dt-hero__inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(69,174,178,0.18);
  border: 1px solid rgba(69,174,178,0.4);
  color: var(--dt-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.dt-hero__title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.15;
  color: #fff!important;
  margin: 0 0 20px;
}
.dt-hero__title span {
  color: var(--dt-teal);
}

.dt-hero__sub {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  margin: 0 0 32px;
  max-width: 540px;
}

.dt-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.dt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--dt-radius-sm);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--dt-transition);
  text-decoration: none;
  border: none;
  line-height: 1;
}
.dt-btn--primary {
  background: var(--dt-teal);
  color: var(--dt-white);
}
.dt-btn--primary:hover {
  background: var(--dt-teal-dark);
  color: var(--dt-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(69,174,178,0.35);
}
.dt-btn--outline {
  background: transparent;
  color: var(--dt-white);
  border: 2px solid rgba(255,255,255,0.35);
}
.dt-btn--outline:hover {
  border-color: var(--dt-teal);
  color: var(--dt-teal);
  transform: translateY(-2px);
}
.dt-btn--outline-teal {
  background: transparent;
  color: var(--dt-teal);
  border: 2px solid var(--dt-teal);
}
.dt-btn--outline-teal:hover {
  background: var(--dt-teal);
  color: var(--dt-white);
}
.dt-btn--white {
  background: var(--dt-white);
  color: var(--dt-teal-dark);
}
.dt-btn--white:hover {
  background: var(--dt-teal-light);
  color: var(--dt-teal-dark);
  transform: translateY(-2px);
}
.dt-btn--lg {
  padding: 18px 36px;
  font-size: 16px;
}

.dt-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dt-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}
.dt-trust-badge svg {
  width: 14px; height: 14px;
  fill: var(--dt-teal);
  flex-shrink: 0;
}

.dt-hero__visual {
  position: relative;
}
.dt-hero__mockup {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--dt-radius);
  padding: 24px;
  backdrop-filter: blur(10px);
}
.dt-mockup-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.dt-mockup-bar span {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.dt-mockup-bar span:nth-child(1) { background: #ff5f57; }
.dt-mockup-bar span:nth-child(2) { background: #febc2e; }
.dt-mockup-bar span:nth-child(3) { background: #28c840; }
.dt-mockup-title {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  font-family: monospace;
}
.dt-mockup-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.dt-mockup-stat {
  background: rgba(69,174,178,0.12);
  border: 1px solid rgba(69,174,178,0.25);
  border-radius: var(--dt-radius-sm);
  padding: 12px;
}
.dt-mockup-stat__label {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}
.dt-mockup-stat__val {
  font-size: 20px;
  font-weight: 800;
  color: var(--dt-teal);
}
.dt-mockup-stat__change {
  font-size: 10px;
  color: #4ade80;
}
.dt-mockup-chart {
  height: 56px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.dt-mockup-chart span {
  flex: 1;
  background: var(--dt-teal);
  opacity: 0.6;
  border-radius: 3px 3px 0 0;
}

/* =============================================
   2. STATS BAR
   ============================================= */
.dt-stats-bar {
  padding: 40px 0;
  background: var(--dt-white);
  border-bottom: 1px solid var(--dt-gray-mid);
}
.dt-stats-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.dt-stat-item {
  text-align: center;
  padding: 20px 16px;
  border-right: 1px solid var(--dt-gray-mid);
}
.dt-stat-item:last-child { border-right: none; }
.dt-stat-item__num {
  font-size: 36px;
  font-weight: 900;
  color: var(--dt-teal);
  line-height: 1;
  margin-bottom: 6px;
}
.dt-stat-item__label {
  font-size: 13px;
  color: var(--dt-text-muted);
  line-height: 1.4;
}

/* =============================================
   3. PAIN POINTS
   ============================================= */
.dt-pain__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.dt-pain-card {
  background: var(--dt-white);
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius);
  padding: 24px;
  transition: var(--dt-transition);
  position: relative;
}
.dt-pain-card:hover {
  border-color: var(--dt-teal);
  box-shadow: var(--dt-shadow);
  transform: translateY(-4px);
}
.dt-pain-card--solution {
  background: linear-gradient(135deg, var(--dt-teal) 0%, var(--dt-teal-dark) 100%);
  border-color: transparent;
  color: var(--dt-white);
}
.dt-pain-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--dt-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 22px;
}
.dt-pain-card:not(.dt-pain-card--solution) .dt-pain-card__icon {
  background: var(--dt-gray);
  color: var(--dt-teal);
}
.dt-pain-card--solution .dt-pain-card__icon {
  background: rgba(255,255,255,0.2);
}
.dt-pain-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}
.dt-pain-card--solution .dt-pain-card__title {
  color: var(--dt-white);
}
.dt-pain-card__desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--dt-text-muted);
  margin: 0;
}
.dt-pain-card--solution .dt-pain-card__desc {
  color: rgba(255,255,255,0.85);
}

/* =============================================
   4. SERVICES GRID
   ============================================= */
.dt-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.dt-service-card {
  background: var(--dt-white);
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius);
  padding: 28px;
  transition: var(--dt-transition);
}
.dt-service-card:hover {
  border-color: var(--dt-teal);
  box-shadow: var(--dt-shadow);
  transform: translateY(-4px);
}
.dt-service-card__icon {
  width: 52px; height: 52px;
  background: var(--dt-teal-light);
  color: var(--dt-teal-dark);
  border-radius: var(--dt-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}
.dt-service-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dt-dark);
  margin: 0 0 10px;
}
.dt-service-card__desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--dt-text-muted);
  margin: 0;
}

/* =============================================
   5. PROCESS STEPS
   ============================================= */
.dt-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  position: relative;
}
.dt-process__grid::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 2px;
  background: linear-gradient(90deg, var(--dt-teal) 0%, rgba(69,174,178,0.3) 100%);
  z-index: 0;
}
.dt-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.dt-step__num {
  width: 64px; height: 64px;
  background: var(--dt-teal);
  color: var(--dt-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 6px rgba(69,174,178,0.15);
}
.dt-section--dark .dt-step__num {
  box-shadow: 0 0 0 6px rgba(69,174,178,0.25);
}
.dt-step__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--dt-white);
  margin: 0 0 10px;
}
.dt-step__desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
}

/* =============================================
   6. PRICING
   ============================================= */
.dt-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  align-items: start;
}
.dt-price-card {
  background: var(--dt-white);
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius);
  padding: 32px;
  transition: var(--dt-transition);
  position: relative;
}
.dt-price-card:hover {
  box-shadow: var(--dt-shadow-lg);
  transform: translateY(-6px);
}
.dt-price-card--featured {
  border: 2px solid var(--dt-teal);
  box-shadow: var(--dt-shadow);
  transform: translateY(-8px);
}
.dt-price-card--featured:hover {
  transform: translateY(-14px);
}
.dt-price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dt-teal);
  color: var(--dt-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.dt-price-card__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--dt-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
.dt-price-card__price {
  font-size: 36px;
  font-weight: 900;
  color: var(--dt-teal);
  line-height: 1;
  margin: 0 0 4px;
}
.dt-price-card__period {
  font-size: 13px;
  color: var(--dt-text-muted);
  margin: 0 0 6px;
}
.dt-price-card__note {
  font-size: 12px;
  color: var(--dt-text-muted);
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--dt-gray-mid);
}
.dt-price-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.dt-price-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--dt-text);
  padding: 7px 0;
  border-bottom: 1px solid var(--dt-gray);
  line-height: 1.5;
}
.dt-price-list li:last-child { border-bottom: none; }
.dt-price-list li::before {
  content: '✓';
  color: var(--dt-teal);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
}
.dt-price-card__fit {
  font-size: 12px;
  color: var(--dt-text-muted);
  font-style: italic;
  margin: 0 0 24px;
}
.dt-price-card .dt-btn {
  width: 100%;
  justify-content: center;
}

/* =============================================
   7. RESULTS / CASE STUDIES
   ============================================= */
.dt-results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.dt-result-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--dt-radius);
  padding: 28px;
  transition: var(--dt-transition);
}
.dt-result-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(69,174,178,0.4);
}
.dt-result-card__industry {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dt-teal);
  margin-bottom: 16px;
}
.dt-result-card__metrics {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.dt-result-metric {
  flex: 1;
}
.dt-result-metric__val {
  font-size: 28px;
  font-weight: 900;
  color: var(--dt-white);
  line-height: 1;
  margin-bottom: 4px;
}
.dt-result-metric__val span {
  color: var(--dt-teal);
}
.dt-result-metric__label {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}
.dt-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dt-tag {
  background: rgba(69,174,178,0.15);
  border: 1px solid rgba(69,174,178,0.3);
  color: var(--dt-teal);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}

/* =============================================
   8. TESTIMONIALS
   ============================================= */
.dt-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.dt-testi-card {
  background: var(--dt-white);
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius);
  padding: 28px;
  transition: var(--dt-transition);
}
.dt-testi-card:hover {
  border-color: var(--dt-teal);
  box-shadow: var(--dt-shadow);
}
.dt-testi-card__stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.dt-testi-card__quote {
  font-size: 14px;
  line-height: 1.75;
  color: var(--dt-text);
  font-style: italic;
  margin: 0 0 20px;
}
.dt-testi-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dt-testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--dt-teal-light);
  color: var(--dt-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.dt-testi-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dt-dark);
  margin: 0 0 2px;
}
.dt-testi-card__biz {
  font-size: 12px;
  color: var(--dt-text-muted);
  margin: 0;
}

/* =============================================
   9. FAQ
   ============================================= */
.dt-faq__list {
  max-width: 800px;
  margin: 48px auto 0;
}
.dt-faq-item {
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--dt-transition);
  background: var(--dt-white);
}
.dt-faq-item:hover {
  border-color: var(--dt-teal);
}
.dt-faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--dt-dark);
}
.dt-faq-item__q::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--dt-teal);
  flex-shrink: 0;
  transition: var(--dt-transition);
}
.dt-faq-item.open .dt-faq-item__q::after {
  content: '−';
}
.dt-faq-item__a {
  display: none;
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--dt-text-muted);
}
.dt-faq-item.open .dt-faq-item__a {
  display: block;
}

/* =============================================
   10. INTERNAL LINKS
   ============================================= */
.dt-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.dt-article-link {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--dt-white);
  border: 1px solid var(--dt-gray-mid);
  border-radius: var(--dt-radius-sm);
  padding: 18px 20px;
  text-decoration: none;
  transition: var(--dt-transition);
  color: var(--dt-text);
}
.dt-article-link:hover {
  border-color: var(--dt-teal);
  color: var(--dt-teal-dark);
  transform: translateX(4px);
}
.dt-article-link__icon {
  width: 36px; height: 36px;
  background: var(--dt-teal-light);
  border-radius: var(--dt-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  color: var(--dt-teal-dark);
}
.dt-article-link__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* =============================================
   11. FINAL CTA
   ============================================= */
.dt-cta-final {
  text-align: center;
  padding: 100px 0;
}
.dt-cta-final__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  color: var(--dt-white);
  margin: 0 0 16px;
}
.dt-cta-final__sub {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.dt-cta-final__btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.dt-cta-final__note {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .dt-hero__inner { grid-template-columns: 1fr; }
  .dt-hero__visual { display: none; }
  .dt-pricing__grid { grid-template-columns: 1fr; }
  .dt-price-card--featured { transform: none; }
}

@media (max-width: 768px) {
  .dt-section { padding: 56px 0; }
  .dt-stats-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .dt-stat-item:nth-child(2) { border-right: none; }
  .dt-pain__grid,
  .dt-services__grid,
  .dt-results__grid,
  .dt-testimonials__grid { grid-template-columns: 1fr; }
  .dt-process__grid { grid-template-columns: repeat(2, 1fr); }
  .dt-process__grid::before { display: none; }
  .dt-articles__grid { grid-template-columns: 1fr; }
  .dt-hero__ctas { flex-direction: column; }
  .dt-btn { justify-content: center; }
}

@media (max-width: 480px) {
  .dt-stats-bar__inner { grid-template-columns: 1fr 1fr; }
  .dt-stat-item { border-right: none; border-bottom: 1px solid var(--dt-gray-mid); }
  .dt-process__grid { grid-template-columns: 1fr; }
  .dt-pricing__grid { grid-template-columns: 1fr; }
}
