/* ===== עדכון גרסה — Landing Page Styles ===== */

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/rubik-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/rubik-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.dg-page {
  --dg-pink: #FD62C4;
  --dg-red: #FF3131;
  --dg-black: #0A0A0A;
  --dg-white: #F3F3F3;
  --dg-pink-bg: #FFF3FA;
  --dg-line: #F4F4F5;
  --dg-font-head: "Rubik", sans-serif;
  --dg-font-body: "Rubik", sans-serif;
  --dg-radius: 18px;
  --dg-radius-sm: 12px;
  --dg-shadow: 0 20px 45px -20px rgba(10,10,10,.18);
  --dg-shadow-soft: 0 10px 30px -12px rgba(253,98,196,.35);
  --dg-max: 1160px;
  --dg-text: 18px;

  direction: rtl;
  color: var(--dg-black);
  background: var(--dg-white);
  font-family: var(--dg-font-body);
  font-size: var(--dg-text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.dg-page *, .dg-page *::before, .dg-page *::after { box-sizing: border-box; }
.dg-page img { max-width: 100%; height: auto; display: block; }
.dg-page ul { margin: 0; padding: 0; list-style: none; }
.dg-page p { margin: 0 0 1.1em; }
.dg-page p:last-child { margin-bottom: 0; }
.dg-page a { color: inherit; text-decoration: none; }
.dg-page h1, .dg-page h2, .dg-page h3 {
  font-family: var(--dg-font-head);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 .6em;
  color: var(--dg-black);
}
.dg-page button { font-family: inherit; }

.dg-skip {
  position: absolute; right: 0; top: -100px;
  background: var(--dg-black); color: #fff;
  padding: 12px 20px; border-radius: 0 0 10px 10px;
  z-index: 999; transition: top .2s ease;
}
.dg-skip:focus { top: 0; }

.dg-page :focus-visible {
  outline: 2px solid var(--dg-red);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Layout */
.dg-container {
  max-width: var(--dg-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}
.dg-container--narrow { max-width: 720px; }
.dg-center { text-align: center; }

.dg-section {
  position: relative;
  padding: clamp(32px, 6vw, 68px) 0;
}
.dg-section--tint { background: var(--dg-pink-bg); }
.dg-section + .dg-section { border-top: 1px solid var(--dg-line); }

.dg-accent { color: var(--dg-red); }

.dg-lead { font-size: var(--dg-text); font-weight: 500; }

.dg-story__highlight {
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: var(--dg-text);
  color: var(--dg-black);
}

.dg-heading--xl {
  font-family: var(--dg-font-head);
  font-weight: 800;
  line-height: 1.28;
  font-size: clamp(1.5rem, 2.6vw + 1rem, 2.2rem);
}

/* Hollow authority callout box */
.dg-callout {
  margin: 1.6em 0;
  padding: clamp(20px, 4vw, 32px);
  border: 5px solid transparent;
  border-radius: var(--dg-radius);
  background:
    linear-gradient(var(--dg-white), var(--dg-white)) padding-box,
    linear-gradient(90deg, #FF66C4, var(--dg-red), #FF66C4) border-box;
}
.dg-callout > *:last-child { margin-bottom: 0; }

.dg-story__pivot {
  font-size: clamp(1.3rem, 2.2vw + 1rem, 1.7rem);
  margin-top: 1.2em;
}

.dg-pain__list { margin: 1.2em 0; display: grid; gap: .55em; }
.dg-pain__list li {
  position: relative;
  padding-inline-start: 1.4em;
}
.dg-pain__list li::before {
  content: "";
  position: absolute;
  right: 0; top: .55em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--dg-red);
}

.dg-authority-list { display: grid; gap: .6em; margin: 1.3em 0 1.5em; }
.dg-authority-list li {
  position: relative;
  padding-inline-start: 1.6em;
  font-weight: 500;
}
.dg-authority-list li::before {
  content: "✓";
  position: absolute;
  right: 0; top: 0;
  color: var(--dg-red);
  font-weight: 800;
}

/* Buttons */
.dg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: var(--dg-text);
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  background: var(--dg-pink);
  padding: 15px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background-color .25s ease, transform .2s ease, box-shadow .25s ease;
  box-shadow: var(--dg-shadow-soft);
  text-align: center;
}
.dg-btn:hover, .dg-btn:focus-visible {
  background: var(--dg-red);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(200,29,58,.5);
}
.dg-btn--lg { padding: 18px 40px; font-size: 32px; }
.dg-btn--block { width: 100%; }

.dg-cta-row { margin-top: 1.8em; }

/* Hero */
.dg-hero {
  padding-top: clamp(48px, 10vw, 100px);
  padding-bottom: clamp(40px, 7vw, 72px);
  text-align: center !important;
  overflow: hidden;
  background: var(--dg-pink-bg);
}
.dg-hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.dg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .6;
}
.dg-blob--1 { width: 380px; height: 380px; background: #FFC9E6; top: -120px; left: -90px; opacity: .35; }
.dg-blob--2 { width: 340px; height: 340px; background: var(--dg-pink); bottom: -110px; right: -80px; opacity: .28; }
.dg-blob--3 { width: 240px; height: 240px; background: var(--dg-red); opacity: .16; top: 40%; right: 8%; }

.dg-hero__inner { position: relative; z-index: 1; }
.dg-hero__title {
  text-align: center !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  margin-left: auto !important;
  margin-right: auto !important;
  text-shadow: 0 3px 8px rgba(10,10,10,.18);
}
.dg-hero__title-l1 { font-size: 75px; }
.dg-hero__title-l2 { font-size: 57px; }
.dg-hero__subtitle {
  text-align: center !important;
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: 33.5px;
  color: var(--dg-red);
  text-shadow: 0 2px 6px rgba(10,10,10,.15);
  max-width: 40ch;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: auto !important;
  margin-right: auto !important;
}
.dg-hero__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dg-hero__content { width: 100%; }

.dg-hero__visual {
  max-width: 400px;
  width: 100%;
  margin: 1.8em auto 0;
  flex: none;
  animation: dg-float 4.5s ease-in-out infinite;
}
.dg-hero__visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(10,10,10,.28));
}

@keyframes dg-float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-16px) rotate(1.5deg); }
}

/* Pain */
.dg-pain__open { font-size: clamp(1.4rem, 2.4vw + 1rem, 1.8rem); }
.dg-pain__lead { font-size: var(--dg-text); font-weight: 600; }
.dg-pain__quote {
  font-family: var(--dg-font-head);
  font-weight: 600;
  color: var(--dg-red);
}

/* Story (with image) */
.dg-story__grid {
  display: grid;
  gap: clamp(28px, 6vw, 56px);
}
.dg-story__media { justify-self: center; width: 100%; max-width: 360px; }
.dg-story__cont { margin-top: clamp(28px, 5vw, 48px); }
.dg-media-frame {
  overflow: hidden;
  background: var(--dg-pink-bg);
  box-shadow: var(--dg-shadow);
}
.dg-media-frame--round { border-radius: 28px; aspect-ratio: 1 / 1; }
.dg-media-frame img { width: 100%; height: 100%; object-fit: cover; }

/* Authority / social */
.dg-about__grid {
  display: grid;
  gap: 28px;
}
.dg-about__proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: start;
}
.dg-proof-slot {
  aspect-ratio: 1 / 1;
  border-radius: var(--dg-radius-sm);
  overflow: hidden;
  border: 2px dashed #FF66C4;
  background: var(--dg-pink-bg);
  box-shadow: 0 16px 32px -12px rgba(255,102,196,.5), 0 8px 18px -8px rgba(10,10,10,.16);
}
.dg-proof-slot img { width: 100%; height: 100%; object-fit: cover; }

.dg-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7em;
  margin-top: 1.6em;
}
.dg-social-btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--dg-line);
  font-weight: 600;
  font-size: var(--dg-text);
  transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease;
}
.dg-social-btn:hover, .dg-social-btn:focus-visible {
  border-color: var(--dg-pink);
  background: var(--dg-pink-bg);
  color: var(--dg-red);
  transform: translateY(-2px);
}
.dg-icon { width: 19px; height: 19px; flex: none; }

/* Product intro (with mockup) */
.dg-product__grid {
  display: grid;
  gap: clamp(28px, 6vw, 56px);
  align-items: center;
}
.dg-product__media { width: 100%; }
.dg-product__title { text-align: center; font-size: 57px; margin-bottom: .8em; }

/* Cards grid */
.dg-card-grid {
  display: grid;
  gap: 20px;
  margin-top: 2.2em;
}
.dg-card {
  background: #fff;
  border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius);
  padding: 28px;
  box-shadow: var(--dg-shadow);
}
.dg-card__emoji {
  display: block;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: .6em;
}
.dg-card h3 {
  font-size: 1.08rem;
  margin-bottom: .5em;
}
.dg-card p { color: #3a3a40; font-size: var(--dg-text); margin: 0; }

.dg-card--bonus { position: relative; padding: 32px; overflow: visible; }

.dg-bonus__ribbon {
  position: absolute;
  top: -22px;
  right: 28px;
  display: inline-block;
  background: #FFD6EC;
  border: 3px solid var(--dg-pink);
  color: var(--dg-red);
  font-family: var(--dg-font-head);
  font-weight: 800;
  font-size: 20px;
  padding: 10px 24px;
  border-radius: 999px;
  box-shadow: var(--dg-shadow);
  z-index: 2;
  transform: rotate(-4deg);
}

.dg-bonus__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.dg-bonus__content h2 { font-size: 1.4rem; margin-top: .5em; }

.dg-badge {
  display: inline-block;
  background: var(--dg-red);
  color: #fff;
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .03em;
  padding: 7px 16px;
  border-radius: 999px;
}
.dg-badge--outline {
  background: transparent;
  color: var(--dg-red);
  border: 1.5px solid var(--dg-red);
}
.dg-badge--lg { font-size: 1.05rem; padding: 10px 22px; }

/* Mockups */
.dg-mockup-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 2.2em;
}
.dg-mockup-frame--desktop { width: 100%; max-width: 620px; margin: 0 auto; }
.dg-mockup-frame--bonus { width: 100%; max-width: 320px; margin: 0 auto; }

/* Testimonials carousel */
.dg-testi-sub { color: #55555c; margin-top: -.6em; margin-bottom: 2em; }
.dg-carousel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.6em;
}
.dg-carousel__viewport { flex: 1; overflow: hidden; }
.dg-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--dg-pink) transparent;
}
.dg-carousel__track::-webkit-scrollbar { height: 6px; }
.dg-carousel__track::-webkit-scrollbar-thumb { background: var(--dg-pink); border-radius: 999px; }

.dg-testi-card {
  flex: 0 0 82%;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius);
  overflow: hidden;
  box-shadow: var(--dg-shadow);
}
.dg-testi-card img { width: 100%; aspect-ratio: 4/5; object-fit: contain; background: var(--dg-pink-bg); }

.dg-carousel__btn {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--dg-line);
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--dg-black);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .15s ease;
}
.dg-carousel__btn:hover, .dg-carousel__btn:focus-visible {
  background: var(--dg-pink);
  border-color: var(--dg-pink);
  transform: scale(1.06);
}

.dg-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.4em;
}
.dg-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--dg-line);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.dg-dot[aria-current="true"] {
  background: var(--dg-red);
  transform: scale(1.3);
}

/* Pricing */
.dg-price-box {
  text-shadow: 0 2px 6px rgba(10,10,10,.2);
  border: 5px solid transparent;
  border-radius: var(--dg-radius);
  background:
    linear-gradient(#FFC9E6, #FFC9E6) padding-box,
    linear-gradient(90deg, #FF66C4, var(--dg-red), #FF66C4) border-box;
  box-shadow: 0 22px 44px -14px rgba(255,102,196,.55), 0 10px 22px -10px rgba(10,10,10,.18);
  padding: 28px;
  text-align: center;
  margin: 1.8em 0;
}
.dg-price-box__row { display: flex; align-items: baseline; justify-content: center; gap: 18px; flex-wrap: wrap; }
.dg-price-box__old {
  text-decoration: line-through;
  color: #8a8a90;
  font-size: 1.15rem;
  font-family: var(--dg-font-head);
}
.dg-price-box__new {
  font-family: var(--dg-font-head);
  font-weight: 900;
  font-size: 3rem;
  color: var(--dg-red);
}
.dg-price-box__row--bonus .dg-price-box__new--free { font-size: 2.6rem; }
.dg-price-box__caption { margin-top: .7em; color: var(--dg-black); font-size: var(--dg-text); }

.dg-price-box--lg { padding: clamp(32px, 6vw, 52px); }
.dg-price-box--lg .dg-price-box__old { font-size: 48px; color: var(--dg-black); font-weight: 700; }
.dg-price-box--lg .dg-price-box__new { font-size: 100px; }

/* Reusable emphasis banner */
.dg-banner {
  background: var(--dg-pink-bg);
  border-radius: var(--dg-radius);
  padding: 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 560px;
}
.dg-banner--lg {
  display: block;
  width: 100%;
  max-width: none;
  border: 5px solid transparent;
  background:
    linear-gradient(#FFC9E6, #FFC9E6) padding-box,
    linear-gradient(90deg, #FF66C4, var(--dg-red), #FF66C4) border-box;
  box-shadow: 0 22px 44px -14px rgba(255,102,196,.55), 0 10px 22px -10px rgba(10,10,10,.18);
  padding: clamp(32px, 6vw, 64px) clamp(20px, 5vw, 56px);
  margin: 1.6em 0;
  text-align: center;
}
.dg-banner--lg p {
  font-family: var(--dg-font-head);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.6vw + 1rem, 2.1rem);
  line-height: 1.35;
  margin: 0;
}
.dg-banner--deadline {
  position: relative;
  max-width: none;
  width: 100%;
  background: radial-gradient(circle at 50% 40%, var(--dg-red) 0%, var(--dg-pink) 75%);
  padding: clamp(52px, 9vw, 88px) clamp(24px, 6vw, 56px) clamp(40px, 7vw, 64px);
  box-shadow: 0 24px 48px -14px rgba(255,102,196,.55), 0 12px 24px -10px rgba(10,10,10,.2);
}

.dg-deadline__pill {
  position: absolute;
  top: -28px;
  right: 50%;
  transform: translateX(50%);
  display: inline-block;
  white-space: nowrap;
  background: #FFD6EC;
  border: 3px solid var(--dg-pink);
  color: var(--dg-red);
  font-family: var(--dg-font-head);
  font-weight: 800;
  font-size: 30px;
  padding: 12px 32px;
  border-radius: 999px;
  box-shadow: var(--dg-shadow);
  z-index: 2;
}

.dg-banner--deadline .dg-deadline-box__note {
  margin-top: .6em;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.dg-banner--deadline .dg-deadline-box__text {
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.dg-deadline-box__note {
  margin-top: .6em;
  font-weight: 600;
  color: var(--dg-black);
}
.dg-deadline-box__text {
  font-family: var(--dg-font-head);
  font-weight: 700;
  font-size: var(--dg-text);
  margin: 0;
  color: var(--dg-black);
}

/* Countdown timer */
.dg-timer {
  display: flex;
  gap: 14px;
  margin-top: .4em;
}
.dg-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: #fff;
  border-radius: var(--dg-radius-sm);
  padding: 10px 14px;
  min-width: 62px;
  box-shadow: var(--dg-shadow);
}
.dg-timer__num {
  font-family: var(--dg-font-head);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--dg-red);
  font-variant-numeric: tabular-nums;
}
.dg-timer__label { font-size: .74rem; color: #55555c; }

.dg-timer--plain {
  gap: 8px;
}
.dg-timer--plain .dg-timer__unit {
  background: #e9e9ec;
  box-shadow: none;
  padding: 10px 4px;
  min-width: 0;
  flex: 1 1 0;
  border-radius: 10px;
}
.dg-timer--plain .dg-timer__num {
  color: #333338;
  font-size: 1.5rem;
}
.dg-timer--plain .dg-timer__label { color: #6b6b72; font-size: .72rem; }

/* FAQ */
.dg-faq { margin-top: 1.8em; display: grid; gap: 12px; }
.dg-faq__item {
  background: #fff;
  border: 1px solid var(--dg-line);
  border-radius: var(--dg-radius-sm);
  overflow: hidden;
}
.dg-faq__q-wrap { margin: 0; }
.dg-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: var(--dg-font-head);
  font-weight: 600;
  font-size: var(--dg-text);
  color: var(--dg-black);
  cursor: pointer;
  text-align: right;
}
.dg-faq__icon {
  position: relative;
  width: 18px; height: 18px;
  flex: none;
}
.dg-faq__icon span {
  position: absolute;
  background: var(--dg-red);
  border-radius: 2px;
  transition: transform .25s ease;
}
.dg-faq__icon span:first-child { top: 50%; right: 0; width: 100%; height: 2px; margin-top: -1px; }
.dg-faq__icon span:last-child { right: 50%; top: 0; height: 100%; width: 2px; margin-right: -1px; }
.dg-faq__q[aria-expanded="true"] .dg-faq__icon span:last-child { transform: rotate(90deg); }

.dg-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.dg-faq__a p {
  padding: 0 20px 18px;
  color: #3a3a40;
}

/* Final CTA */
.dg-final-cta {
  text-align: center;
  overflow: hidden;
  background: var(--dg-pink-bg);
}
.dg-final-cta .dg-banner { background: #fff; margin: 1.4em auto 0; }
.dg-final-cta__lead {
  font-family: var(--dg-font-head);
  font-size: 48px;
  font-weight: 800;
  margin-top: .5em;
}

/* Sticky mobile CTA */
.dg-sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--dg-line);
  transform: translateY(120%);
  transition: transform .3s ease;
}
.dg-sticky-cta.is-visible { transform: translateY(0); }
.dg-sticky-cta .dg-btn { box-shadow: none; }

@media (min-width: 860px) {
  .dg-sticky-cta { display: none; }
}

/* Reveal animation */
.dg-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.dg-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .dg-page * { animation: none !important; transition: none !important; }
  .dg-reveal { opacity: 1; transform: none; }
}

/* Responsive breakpoints */
@media (min-width: 640px) {
  .dg-card-grid { grid-template-columns: repeat(2, 1fr); }
  .dg-testi-card { flex-basis: 48%; }
}

@media (min-width: 860px) {
  .dg-hero__layout {
    flex-direction: row-reverse;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    text-align: right;
  }
  .dg-hero__content { flex: 1 1 auto; text-align: center; }
  .dg-hero__visual {
    flex: 0 0 auto;
    max-width: 380px;
    margin: 0;
  }
  .dg-story__grid { grid-template-columns: 1fr 1.15fr; text-align: right; }
  .dg-story__media { max-width: none; position: sticky; top: 24px; align-self: start; }
  .dg-product__grid { grid-template-columns: 1.1fr 1fr; text-align: right; }
  .dg-bonus__grid { grid-template-columns: 1fr .9fr; text-align: right; }
  .dg-mockup-row { flex-direction: row; align-items: flex-end; justify-content: center; }
  .dg-about__grid { grid-template-columns: 1.2fr 1fr; align-items: start; }
  .dg-timer--plain { gap: 22px; }
  .dg-timer--plain .dg-timer__unit { padding: 18px 22px; min-width: 100px; flex: 0 0 auto; }
  .dg-timer--plain .dg-timer__num { font-size: 3rem; }
  .dg-timer--plain .dg-timer__label { font-size: 1rem; }
}

@media (min-width: 980px) {
  .dg-card-grid { grid-template-columns: repeat(3, 1fr); }
  .dg-testi-card { flex-basis: 31%; }
}
