/* TWO DOTS service page CSS
 * Source page: Kataskevi E-Shop (#30454)
 * Clean HTML migration.
 * Updated by Codex on 2026-06-16.
 * Redesign pass applied on 2026-06-16.
 */

body.page-id-30454 {
  --twodots-ink: #030633;
  --twodots-muted: #334155;
  --twodots-soft: #f7f8fa;
  --twodots-line: rgba(3, 6, 51, .12);
  --twodots-accent: #FCA311;
  --twodots-accent-dark: #B65D00;
  --twodots-container: min(1200px, calc(100vw - 96px));
  --twodots-shell: min(90vw, 1728px);
}

body.page-id-30454 .entry-content {
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-service-page,
body.page-id-30454 .twodots-service-page * {
  box-sizing: border-box;
}

body.page-id-30454 .twodots-service-page {
  overflow-x: clip;
}

body.page-id-30454 .twodots-service-page a {
  color: inherit;
}

body.page-id-30454 .twodots-service-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.page-id-30454 .twodots-section,
body.page-id-30454 .twodots-trust-strip,
body.page-id-30454 .twodots-focus-image,
body.page-id-30454 .twodots-keyword-summary,
body.page-id-30454 .twodots-service-links,
body.page-id-30454 .twodots-calendly-consult,
body.page-id-30454 .twodots-final-cta {
  width: var(--twodots-container);
  max-width: var(--twodots-container);
  margin-left: auto;
  margin-right: auto;
}

body.page-id-30454 .twodots-section {
  margin-top: 64px;
  margin-bottom: 72px;
}

body.page-id-30454 .twodots-eyebrow,
body.page-id-30454 .twodots-panel-label {
  margin: 0 0 14px;
  color: var(--twodots-accent-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-id-30454 .twodots-section h2,
body.page-id-30454 .twodots-hero-quick-panel h2,
body.page-id-30454 .twodots-final-cta h2,
body.page-id-30454 .twodots-calendly-consult h2 {
  margin-top: 0;
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-section-header {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

body.page-id-30454 .twodots-section-header--split {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: end;
}

body.page-id-30454 .twodots-section-header--center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-id-30454 .twodots-section-header p:not(.twodots-eyebrow),
body.page-id-30454 .twodots-service-includes__intro p {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.page-id-30454 .twodots-button,
body.page-id-30454 .twodots-package-button,
body.page-id-30454 .twodots-calendly-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.page-id-30454 .twodots-button:hover,
body.page-id-30454 .twodots-package-button:hover,
body.page-id-30454 .twodots-calendly-button:hover {
  transform: translateY(-1px);
}

body.page-id-30454 .twodots-button--primary,
body.page-id-30454 .twodots-package-button,
body.page-id-30454 .twodots-calendly-button {
  background: var(--twodots-accent);
  border: 1px solid rgba(252, 163, 17, .9);
  color: var(--twodots-ink) !important;
  box-shadow: 0 12px 28px rgba(252, 163, 17, .22);
}

body.page-id-30454 .twodots-button--ghost {
  background: #fff;
  border: 1px solid var(--twodots-line);
  color: var(--twodots-ink) !important;
}

body.page-id-30454 .twodots-service-hero {
  width: var(--twodots-shell);
  max-width: 100%;
  margin: 0 auto 27px;
  padding: 118px 0 84px;
}

body.page-id-30454 .twodots-service-hero__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
  gap: 48px;
  align-items: center;
}

body.page-id-30454 .twodots-service-hero__copy {
  min-width: 0;
}

body.page-id-30454 .twodots-service-hero h1 {
  margin: 0 0 20px;
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-service-hero__lead {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 18px;
  line-height: 1.72;
}

body.page-id-30454 .twodots-hero-pills,
body.page-id-30454 .twodots-inline-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
}

body.page-id-30454 .twodots-hero-pills a,
body.page-id-30454 .twodots-inline-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(252, 163, 17, .42);
  color: var(--twodots-ink) !important;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.page-id-30454 .twodots-service-hero-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: 520px;
}

body.page-id-30454 .twodots-service-hero-media img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(3, 6, 51, .08);
}

body.page-id-30454 .twodots-service-hero-media__main {
  aspect-ratio: 1.54 / 1;
}

body.page-id-30454 .twodots-service-hero-media__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body.page-id-30454 .twodots-service-hero-media__side img {
  aspect-ratio: 1.35 / 1;
}

body.page-id-30454 .twodots-hero-quick-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(300px, 1.4fr);
  gap: 18px 22px;
  align-items: center;
  padding: 24px 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--twodots-line);
  box-shadow: 0 18px 44px rgba(3, 6, 51, .08);
}

body.page-id-30454 .twodots-hero-quick-panel .twodots-panel-label {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

body.page-id-30454 .twodots-hero-quick-panel h2 {
  margin: 0;
}

body.page-id-30454 .twodots-hero-quick-panel p:not(.twodots-panel-label) {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.page-id-30454 .twodots-hero-quick-panel__items {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.page-id-30454 .twodots-hero-quick-panel__items span {
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--twodots-soft);
  border-left: 4px solid var(--twodots-accent);
  color: var(--twodots-ink);
  font-weight: 700;
  line-height: 1.4;
}

body.page-id-30454 .twodots-card-grid {
  display: grid;
  gap: 16px;
}

body.page-id-30454 .twodots-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-30454 .twodots-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-30454 .twodots-feature-card,
body.page-id-30454 .twodots-related-card,
body.page-id-30454 .twodots-package-card,
body.page-id-30454 .twodots-static-review-card,
body.page-id-30454 .twodots-faq-list details {
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(3, 6, 51, .045);
}

body.page-id-30454 .twodots-feature-card {
  min-height: 240px;
  padding: 24px 22px;
}

body.page-id-30454 .twodots-feature-card > span,
body.page-id-30454 .twodots-related-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--twodots-soft);
  color: var(--twodots-accent-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

body.page-id-30454 .twodots-feature-card h3,
body.page-id-30454 .twodots-trust-strip h3,
body.page-id-30454 .twodots-package-card h3,
body.page-id-30454 .twodots-calendly-static-card h3 {
  margin: 0 0 12px;
  color: var(--twodots-ink);
  font-size: 21px;
  line-height: 1.28;
  font-weight: 750;
}

body.page-id-30454 .twodots-feature-card p,
body.page-id-30454 .twodots-feature-card li,
body.page-id-30454 .twodots-trust-strip p,
body.page-id-30454 .twodots-related-card p,
body.page-id-30454 .twodots-package-card p,
body.page-id-30454 .twodots-calendly-static-card p,
body.page-id-30454 .twodots-faq-list p {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 15px;
  line-height: 1.68;
}

body.page-id-30454 .twodots-feature-card ul,
body.page-id-30454 .twodots-calendly-copy ul,
body.page-id-30454 .twodots-final-cta ul,
body.page-id-30454 .twodots-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-30454 .twodots-feature-card li,
body.page-id-30454 .twodots-calendly-copy li,
body.page-id-30454 .twodots-final-cta li,
body.page-id-30454 .twodots-package-card li {
  position: relative;
  padding-left: 26px;
}

body.page-id-30454 .twodots-feature-card li::before,
body.page-id-30454 .twodots-calendly-copy li::before,
body.page-id-30454 .twodots-final-cta li::before,
body.page-id-30454 .twodots-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--twodots-accent);
  box-shadow: 0 0 0 5px rgba(252, 163, 17, .12);
}

body.page-id-30454 .twodots-section-footer,
body.page-id-30454 .twodots-dark-summary,
body.page-id-30454 .twodots-static-review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 8px;
  background: var(--twodots-ink);
  color: #fff;
}

body.page-id-30454 .twodots-section-footer p,
body.page-id-30454 .twodots-dark-summary strong,
body.page-id-30454 .twodots-static-review-summary strong,
body.page-id-30454 .twodots-final-cta h2,
body.page-id-30454 .twodots-final-cta p,
body.page-id-30454 .twodots-final-cta li {
  color: #fff;
}

body.page-id-30454 .twodots-dark-summary ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 680px;
}

body.page-id-30454 .twodots-dark-summary li {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.45;
}

body.page-id-30454 .twodots-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  margin-bottom: 34px;
}

body.page-id-30454 .twodots-trust-strip article {
  padding: 18px;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
}

body.page-id-30454 .twodots-focus-image {
  margin-top: 34px;
  margin-bottom: 58px;
  border-radius: 8px;
  overflow: hidden;
}

body.page-id-30454 .twodots-focus-image img {
  width: 100%;
  aspect-ratio: 16 / 6.4;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

body.page-id-30454 .twodots-keyword-summary,
body.page-id-30454 .twodots-service-links {
  margin-top: 0;
  margin-bottom: 42px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--twodots-line);
  border-top: 2px solid var(--twodots-accent);
  border-radius: 8px;
  background: #fff;
}

body.page-id-30454 .twodots-keyword-summary p,
body.page-id-30454 .twodots-service-links p {
  margin: 0;
  color: var(--twodots-ink);
  font-size: 17px;
  line-height: 1.75;
}

body.page-id-30454 .twodots-service-links a {
  color: var(--twodots-accent-dark);
  font-weight: 800;
}

body.page-id-30454 .twodots-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-30454 .twodots-timeline article {
  padding: 22px;
  border: 1px solid rgba(252, 163, 17, .44);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(252,163,17,.08));
}

body.page-id-30454 .twodots-timeline span {
  display: block;
  color: var(--twodots-accent-dark);
  font-weight: 900;
  margin-bottom: 14px;
}

body.page-id-30454 .twodots-timeline h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

body.page-id-30454 .twodots-timeline p {
  margin: 0;
  color: var(--twodots-muted);
  font-size: 14px;
  line-height: 1.6;
}

body.page-id-30454 .twodots-packages-grid,
body.page-id-30454 .twodots-related-grid,
body.page-id-30454 .twodots-static-reviews {
  display: grid;
  gap: 22px;
}

body.page-id-30454 .twodots-packages-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-30454 .twodots-package-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
}

body.page-id-30454 .twodots-package-featured {
  background: var(--twodots-ink);
  color: #E5E5E5;
  border-color: var(--twodots-ink);
  box-shadow: 0 18px 48px rgba(3, 6, 51, .16);
}

body.page-id-30454 .twodots-package-featured h3,
body.page-id-30454 .twodots-package-featured p,
body.page-id-30454 .twodots-package-featured li {
  color: #E5E5E5;
}

body.page-id-30454 .twodots-package-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.page-id-30454 .twodots-package-title-row span {
  min-height: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(252, 163, 17, .14);
  color: var(--twodots-ink);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.page-id-30454 .twodots-package-featured .twodots-package-title-row span {
  background: var(--twodots-accent);
}

body.page-id-30454 .twodots-package-price {
  margin: 0;
  color: var(--twodots-ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

body.page-id-30454 .twodots-package-price span {
  margin-left: 6px;
  color: #64748B;
  font-size: 16px;
  font-weight: 800;
}

body.page-id-30454 .twodots-package-featured .twodots-package-price strong {
  color: var(--twodots-accent);
}

body.page-id-30454 .twodots-package-button {
  align-self: flex-start;
  margin-top: auto;
}

body.page-id-30454 .twodots-calendly-consult {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  margin-top: 54px;
  margin-bottom: 64px;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 8px;
  border: 1px solid rgba(252, 163, 17, .38);
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(249, 250, 251, .72));
  box-shadow: 0 26px 74px rgba(3, 6, 51, .10);
}

body.page-id-30454 .twodots-calendly-copy p:not(.twodots-eyebrow) {
  margin: 0 0 22px;
  color: var(--twodots-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.page-id-30454 .twodots-calendly-copy li,
body.page-id-30454 .twodots-final-cta li {
  color: var(--twodots-ink);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

body.page-id-30454 .twodots-calendly-static-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-height: 360px;
  padding: 26px;
  border: 1px solid rgba(229, 229, 229, .9);
  border-left: 5px solid var(--twodots-accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(3, 6, 51, .08);
}

body.page-id-30454 .twodots-calendly-button {
  align-self: center;
}

body.page-id-30454 .twodots-faq-list {
  display: grid;
  gap: 12px;
}

body.page-id-30454 .twodots-faq-list details {
  padding: 18px 20px;
  border-left: 4px solid var(--twodots-accent);
}

body.page-id-30454 .twodots-faq-list summary {
  cursor: pointer;
  color: var(--twodots-ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

body.page-id-30454 .twodots-faq-list p {
  margin-top: 10px;
}

body.page-id-30454 .twodots-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-30454 .twodots-related-card {
  display: block;
  min-height: 250px;
  padding: 22px;
  text-decoration: none !important;
}

body.page-id-30454 .twodots-related-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--twodots-ink);
  font-size: 19px;
  line-height: 1.3;
}

body.page-id-30454 .twodots-static-reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-30454 .twodots-static-review-card {
  padding: 22px;
  border-top: 4px solid var(--twodots-accent);
}

body.page-id-30454 .twodots-static-review-stars {
  color: var(--twodots-accent);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

body.page-id-30454 .twodots-static-review-card blockquote {
  margin: 0 0 16px;
  color: var(--twodots-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.page-id-30454 .twodots-static-review-card strong {
  display: block;
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-static-review-card span {
  display: block;
  margin-top: 4px;
  color: #64748B;
  font-size: 14px;
}

body.page-id-30454 .twodots-static-review-summary span {
  color: rgba(255, 255, 255, .86);
}

body.page-id-30454 .twodots-final-cta {
  margin-top: 54px;
  margin-bottom: 70px;
  padding: clamp(30px, 4vw, 58px);
  border-radius: 8px;
  background: var(--twodots-ink);
}

body.page-id-30454 .twodots-final-cta > div {
  max-width: 760px;
}

body.page-id-30454 .twodots-final-cta .twodots-eyebrow {
  color: var(--twodots-accent);
}

body.page-id-30454 .twodots-final-cta p {
  font-size: 17px;
  line-height: 1.75;
}

body.page-id-30454 .twodots-final-cta ul {
  margin: 24px 0;
}

body.page-id-30454 .twodots-final-cta li {
  color: rgba(255, 255, 255, .9);
}

body.page-id-30454 .twodots-final-cta__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
}

@media (max-width: 1100px) {
  body.page-id-30454 {
    --twodots-container: min(720px, calc(100vw - 40px));
    --twodots-shell: 100%;
  }

  body.page-id-30454 .twodots-service-hero {
    width: 100%;
    padding: 72px 0 58px;
  }

  body.page-id-30454 .twodots-service-hero__inner {
    width: var(--twodots-container);
    grid-template-columns: 1fr;
  }

  body.page-id-30454 .twodots-service-hero-media {
    min-height: 0;
  }

  body.page-id-30454 .twodots-section-header--split,
  body.page-id-30454 .twodots-calendly-consult {
    grid-template-columns: 1fr;
  }

  body.page-id-30454 .twodots-card-grid--four,
  body.page-id-30454 .twodots-card-grid--three,
  body.page-id-30454 .twodots-packages-grid,
  body.page-id-30454 .twodots-related-grid,
  body.page-id-30454 .twodots-static-reviews,
  body.page-id-30454 .twodots-timeline {
    grid-template-columns: 1fr 1fr;
  }

  body.page-id-30454 .twodots-dark-summary ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-30454 {
    --twodots-container: calc(100vw - 56px);
  }

  body.page-id-30454 .twodots-service-hero {
    padding: 20px 0 42px;
  }

  body.page-id-30454 .twodots-service-hero__lead {
    font-size: 17px;
  }

  body.page-id-30454 .twodots-hero-pills a,
  body.page-id-30454 .twodots-inline-pills span {
    min-height: 32px;
    padding: 8px 11px;
    font-size: 12px;
  }

  body.page-id-30454 .twodots-hero-actions,
  body.page-id-30454 .twodots-section-footer {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-30454 .twodots-button,
  body.page-id-30454 .twodots-package-button {
    width: 100%;
  }

  body.page-id-30454 .twodots-service-hero-media__side,
  body.page-id-30454 .twodots-hero-quick-panel,
  body.page-id-30454 .twodots-hero-quick-panel__items,
  body.page-id-30454 .twodots-card-grid--four,
  body.page-id-30454 .twodots-card-grid--three,
  body.page-id-30454 .twodots-packages-grid,
  body.page-id-30454 .twodots-related-grid,
  body.page-id-30454 .twodots-static-reviews,
  body.page-id-30454 .twodots-timeline,
  body.page-id-30454 .twodots-trust-strip {
    grid-template-columns: 1fr;
  }

  body.page-id-30454 .twodots-section {
    margin-top: 52px;
    margin-bottom: 58px;
  }

  body.page-id-30454 .twodots-feature-card,
  body.page-id-30454 .twodots-related-card {
    min-height: 0;
  }

  body.page-id-30454 .twodots-keyword-summary,
  body.page-id-30454 .twodots-service-links,
  body.page-id-30454 .twodots-calendly-consult,
  body.page-id-30454 .twodots-final-cta {
    padding: 24px 18px;
  }

  body.page-id-30454 .twodots-focus-image img {
    aspect-ratio: 16 / 7.2;
  }

  body.page-id-30454 .twodots-package-title-row {
    flex-direction: column;
  }
}

@media (max-width: 999.98px) {
  body.page-id-30454 header#header,
  body.page-id-30454 .ct-header {
    z-index: 99999 !important;
  }

  body.page-id-30454 header#header.ct-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
  }

  body.page-id-30454 header#header.ct-header [data-device="mobile"] {
    position: relative !important;
    z-index: 99999 !important;
  }

  body.page-id-30454 header#header.ct-header .ct-header-trigger {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 100000 !important;
  }

  body.page-id-30454 #offcanvas.ct-panel.ct-header {
    pointer-events: none;
    z-index: 100001 !important;
  }

  body.page-id-30454 #offcanvas.ct-panel.ct-header.active {
    pointer-events: auto;
  }

  body.page-id-30454 #offcanvas.ct-panel.ct-header,
  body.page-id-30454 #offcanvas.ct-panel.ct-header .ct-panel-content,
  body.page-id-30454 #offcanvas.ct-panel.ct-header .ct-panel-content-inner,
  body.page-id-30454 #offcanvas.ct-panel.ct-header .mobile-menu,
  body.page-id-30454 #offcanvas.ct-panel.ct-header .menu,
  body.page-id-30454 #offcanvas.ct-panel.ct-header .menu-item {
    visibility: visible;
  }
}


/* Redesign pass: homepage alignment, reusable cards, package system. */
body.page-id-30454 {
  --border-animation-color: #FCA311;
  --border-animation-speed: 7s;
  --border-animation-width: 2px;
  --border-animation-color-soft: rgba(252, 163, 17, .18);
}

@property --border-animation-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}

@keyframes twodotsBorderRotate {
  to { --border-animation-angle: 1turn; }
}

body.page-id-30454 .border-animation {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

body.page-id-30454 .border-animation::before {
  display: none !important;
}

body.page-id-30454 .border-animation::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  inset: calc(var(--border-animation-width) * -1);
  z-index: 2;
  border-radius: inherit;
  border: solid transparent;
  border-width: var(--border-animation-width);
  animation: twodotsBorderRotate var(--border-animation-speed) linear infinite;
  background: conic-gradient(from var(--border-animation-angle), transparent 0 72%, var(--border-animation-color-soft) 80%, var(--border-animation-color) 90%, #fff 94%, var(--border-animation-color) 98%, transparent 100%) border-box;
  background-clip: border-box;
  background-origin: border-box;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: .95;
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-30454 .border-animation::after { animation: none; }
}

body.page-id-30454 .twodots-eyebrow,
body.page-id-30454 .twodots-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--twodots-accent);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

body.page-id-30454 .twodots-service-hero-media {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 251px 251px;
  align-items: stretch;
  min-height: 520px;
}

body.page-id-30454 .twodots-service-hero-media__main {
  grid-row: span 2;
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
}

body.page-id-30454 .twodots-service-hero-media__side {
  display: contents;
}

body.page-id-30454 .twodots-service-hero-media__side img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

body.page-id-30454 .twodots-service-hero-media img {
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(3, 6, 51, .14);
}

body.page-id-30454 .twodots-hero-quick-panel {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  padding: 28px;
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-hero-quick-panel__copy {
  min-width: 0;
}

body.page-id-30454 .twodots-hero-quick-panel .twodots-panel-label,
body.page-id-30454 .twodots-hero-quick-panel__items {
  grid-column: auto;
}

body.page-id-30454 .twodots-hero-quick-panel__items {
  grid-template-columns: 1fr;
}

body.page-id-30454 .twodots-micro-card {
  display: block;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
  color: var(--twodots-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.page-id-30454 .twodots-micro-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--twodots-ink);
  font-size: 15px;
}

body.page-id-30454 .twodots-keyword-summary {
  border-top: 1px solid var(--twodots-line);
}

body.page-id-30454 .twodots-service-links {
  border-top: 1px solid var(--twodots-line);
}

body.page-id-30454 #twodots-process,
body.page-id-30454 #twodots-cost,
body.page-id-30454 .twodots-related-services {
  margin-top: 92px;
}

body.page-id-30454 .twodots-feature-card.border-animation,
body.page-id-30454 .twodots-timeline article,
body.page-id-30454 .twodots-related-card,
body.page-id-30454 .twodots-static-review-card {
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-timeline article {
  min-height: 330px;
  background: #fff;
  border-color: var(--twodots-line);
}

body.page-id-30454 .twodots-packages-grid {
  gap: 22px;
  align-items: stretch;
}

body.page-id-30454 .twodots-package-card {
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--twodots-line);
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-package-card > span {
  color: var(--twodots-accent);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

body.page-id-30454 .twodots-package-card h3 {
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.22;
}

body.page-id-30454 .twodots-package-price {
  color: var(--twodots-ink);
  font-size: 42px;
  font-weight: 900;
}

body.page-id-30454 .twodots-package-featured .twodots-package-price {
  color: var(--twodots-accent);
}

body.page-id-30454 .twodots-package-featured {
  background: var(--twodots-ink);
  color: #E5E5E5;
}

body.page-id-30454 .twodots-package-featured h3,
body.page-id-30454 .twodots-package-featured li {
  color: #E5E5E5;
}

body.page-id-30454 .twodots-package-card .twodots-button {
  margin-top: auto;
  align-self: flex-start;
}

body.page-id-30454 .twodots-package-custom {
  display: grid;
  grid-template-columns: minmax(0, .36fr) minmax(0, .64fr);
  gap: 24px;
  margin-top: 22px;
  padding: 28px;
  align-items: center;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-package-custom strong {
  color: var(--twodots-ink);
  font-size: 20px;
}

body.page-id-30454 .twodots-package-custom p {
  margin: 0;
  color: var(--twodots-muted);
  line-height: 1.7;
}

body.page-id-30454 .twodots-related-card {
  min-height: 310px;
}

body.page-id-30454 .twodots-static-reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.page-id-30454 .twodots-static-review-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px;
  border-top: 1px solid var(--twodots-line);
}

body.page-id-30454 .twodots-static-review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

body.page-id-30454 .twodots-static-review-top img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

body.page-id-30454 .twodots-static-review-top strong,
body.page-id-30454 .twodots-static-review-top span {
  margin: 0;
}

body.page-id-30454 .twodots-static-review-card blockquote {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-id-30454 .twodots-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 6, 51, .94), rgba(3, 6, 51, .78), rgba(3, 6, 51, .36)),
    url('https://twodots.gr/wp-content/uploads/2026/05/twodots-hero-happy-ecommerce-team-35-45-thessaloniki-recraft-v4.webp');
  background-size: cover;
  background-position: center right;
}

body.page-id-30454 .twodots-final-cta > div {
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  body.page-id-30454 .twodots-service-hero-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 250px;
  }

  body.page-id-30454 .twodots-service-hero-media__main {
    min-height: 518px;
  }

  body.page-id-30454 .twodots-timeline article {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body.page-id-30454 .twodots-eyebrow,
  body.page-id-30454 .twodots-panel-label {
    font-size: 16px;
  }

  body.page-id-30454 .twodots-service-hero-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  body.page-id-30454 .twodots-service-hero-media__main,
  body.page-id-30454 .twodots-service-hero-media__side img {
    min-height: 260px;
    height: auto;
    aspect-ratio: 1.18 / 1;
  }

  body.page-id-30454 .twodots-hero-quick-panel,
  body.page-id-30454 .twodots-package-custom {
    grid-template-columns: 1fr;
  }

  body.page-id-30454 #twodots-process,
  body.page-id-30454 #twodots-cost,
  body.page-id-30454 .twodots-related-services {
    margin-top: 68px;
  }

  body.page-id-30454 .twodots-final-cta {
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(3, 6, 51, .96), rgba(3, 6, 51, .86)),
      url('https://twodots.gr/wp-content/uploads/2026/05/twodots-hero-happy-ecommerce-team-35-45-thessaloniki-recraft-v4.webp');
    background-position: center;
  }
}


/* twodots service corrections 2026-06-16 */
body.page-id-30454 .twodots-section-header--center {
  justify-items: center;
  text-align: center;
}

body.page-id-30454 .twodots-section-header--center .twodots-eyebrow,
body.page-id-30454 .twodots-section-header--center > p {
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-id-30454 .twodots-icon-chip {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  margin-bottom: 16px;
  border: 1px solid rgba(252, 163, 17, .28);
  border-radius: 12px;
  background: rgba(252, 163, 17, .12);
  color: var(--twodots-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 12px 26px rgba(252, 163, 17, .12);
}

body.page-id-30454 .twodots-icon-chip svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-id-30454 .twodots-timeline article .twodots-icon-chip + span {
  margin-bottom: 10px;
}

body.page-id-30454 .twodots-related-card .twodots-icon-chip {
  margin-bottom: 20px;
}

body.page-id-30454 .twodots-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.page-id-30454 .twodots-package-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--twodots-line);
  border-radius: 8px;
  background: #fff;
  color: var(--twodots-ink);
  box-shadow: 0 16px 40px rgba(3, 6, 51, .06);
}

body.page-id-30454 .twodots-package-card > span {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--twodots-accent);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

body.page-id-30454 .twodots-package-card h3 {
  margin: 0;
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.22;
}

body.page-id-30454 .twodots-package-card p:not(.twodots-package-price) {
  color: var(--twodots-muted);
}

body.page-id-30454 .twodots-package-price {
  margin: 0;
  color: var(--twodots-ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

body.page-id-30454 .twodots-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-30454 .twodots-package-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

body.page-id-30454 .twodots-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--twodots-accent);
  box-shadow: 0 0 0 5px rgba(252, 163, 17, .14);
}

body.page-id-30454 .twodots-package-featured {
  background: var(--twodots-ink);
  color: #E5E5E5;
}

body.page-id-30454 .twodots-package-featured h3,
body.page-id-30454 .twodots-package-featured li {
  color: #E5E5E5;
}

body.page-id-30454 .twodots-package-featured .twodots-package-price,
body.page-id-30454 .twodots-package-featured > span {
  color: var(--twodots-accent);
}

body.page-id-30454 .twodots-package-card .twodots-button {
  margin-top: auto;
  align-self: flex-start;
}

body.page-id-30454 .twodots-package-card .twodots-button--ghost {
  background: transparent;
  color: var(--twodots-ink);
  border-color: rgba(3, 6, 51, .22);
}

body.page-id-30454 .twodots-package-card .twodots-button--ghost:hover {
  background: var(--twodots-ink);
  border-color: var(--twodots-ink);
  color: #fff;
}

body.page-id-30454 .twodots-package-featured .twodots-button--primary {
  background: var(--twodots-accent);
  border-color: var(--twodots-accent);
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-final-cta {
  background:
    linear-gradient(90deg, rgba(3, 6, 51, .94), rgba(3, 6, 51, .78), rgba(3, 6, 51, .36)),
    url('https://twodots.gr/wp-content/uploads/2026/05/twodots-hero-happy-ecommerce-team-35-45-thessaloniki-recraft-v4.webp');
  background-size: cover;
  background-position: center right;
}

@media (max-width: 1100px) {
  body.page-id-30454 .twodots-packages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-id-30454 .twodots-icon-chip {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.page-id-30454 .twodots-icon-chip svg {
    width: 24px;
    height: 24px;
  }

  body.page-id-30454 .twodots-package-card .twodots-button {
    align-self: stretch;
  }

  body.page-id-30454 .twodots-final-cta {
    background:
      linear-gradient(90deg, rgba(3, 6, 51, .96), rgba(3, 6, 51, .86)),
      url('https://twodots.gr/wp-content/uploads/2026/05/twodots-hero-happy-ecommerce-team-35-45-thessaloniki-recraft-v4.webp');
    background-position: center;
  }
}


/* twodots spacing polish 2026-06-16 */
body.page-id-30454 .twodots-section {
  margin-top: 86px;
  margin-bottom: 92px;
}

body.page-id-30454 .twodots-trust-strip,
body.page-id-30454 .twodots-focus-image,
body.page-id-30454 .twodots-keyword-summary,
body.page-id-30454 .twodots-service-links,
body.page-id-30454 .twodots-calendly-consult,
body.page-id-30454 .twodots-final-cta {
  margin-top: 46px;
  margin-bottom: 46px;
}

body.page-id-30454 .twodots-hero-quick-panel {
  margin-top: clamp(48px, 5vw, 72px);
}

body.page-id-30454 .twodots-section-header--split {
  align-items: center;
}

body.page-id-30454 .twodots-section-header--split > p,
body.page-id-30454 .twodots-section-header--split > .twodots-service-includes__intro {
  align-self: center;
}

body.page-id-30454 .twodots-section-footer {
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
  min-height: 96px;
}

body.page-id-30454 .twodots-section-footer p {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 0;
}

body.page-id-30454 .twodots-dark-summary {
  margin-top: 30px;
}

body.page-id-30454 .twodots-dark-summary li {
  display: flex;
  align-items: center;
  min-height: 58px;
  line-height: 1.42;
}

body.page-id-30454 #twodots-process,
body.page-id-30454 #twodots-cost,
body.page-id-30454 .twodots-related-services {
  margin-top: 112px;
}

body.page-id-30454 .twodots-timeline article .twodots-icon-chip {
  margin-left: auto;
  margin-right: auto;
}

body.page-id-30454 .twodots-icon-chip {
  place-items: center;
}

body.page-id-30454 .twodots-icon-chip svg {
  margin: auto;
}

body.page-id-30454 .twodots-package-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 30px;
  padding: 8px 12px;
  border: 1px solid rgba(252, 163, 17, .28);
  border-radius: 999px;
  background: rgba(252, 163, 17, .12);
  color: var(--twodots-accent-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

body.page-id-30454 .twodots-package-featured > span {
  border-color: var(--twodots-accent);
  background: var(--twodots-accent);
  color: var(--twodots-ink);
}

body.page-id-30454 .twodots-package-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: var(--twodots-ink);
  line-height: 1;
}

body.page-id-30454 .twodots-package-price span {
  margin: 0;
  color: #64748B;
  font-size: 16px;
  font-weight: 850;
}

body.page-id-30454 .twodots-package-price strong {
  color: var(--twodots-ink);
  font-size: clamp(48px, 4vw, 58px);
  font-weight: 950;
  line-height: .95;
}

body.page-id-30454 .twodots-package-featured .twodots-package-price span {
  color: rgba(229, 229, 229, .72);
}

body.page-id-30454 .twodots-package-featured .twodots-package-price strong {
  color: var(--twodots-accent);
}

body.page-id-30454 .twodots-package-card .twodots-button {
  align-self: center;
  text-align: center;
}

@media (max-width: 767px) {
  body.page-id-30454 .twodots-section {
    margin-top: 68px;
    margin-bottom: 74px;
  }

  body.page-id-30454 .twodots-trust-strip,
  body.page-id-30454 .twodots-focus-image,
  body.page-id-30454 .twodots-keyword-summary,
  body.page-id-30454 .twodots-service-links,
  body.page-id-30454 .twodots-calendly-consult,
  body.page-id-30454 .twodots-final-cta {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  body.page-id-30454 .twodots-hero-quick-panel {
    margin-top: 42px;
  }

  body.page-id-30454 #twodots-process,
  body.page-id-30454 #twodots-cost,
  body.page-id-30454 .twodots-related-services {
    margin-top: 78px;
  }

  body.page-id-30454 .twodots-package-price strong {
    font-size: 46px;
  }
}


/* twodots followup polish 2026-06-16 */
body.page-id-30454 #twodots-why {
  margin-bottom: 0;
}

body.page-id-30454 #twodots-why .twodots-card-grid {
  margin-bottom: 30px;
}

body.page-id-30454 #twodots-why .twodots-section-footer {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-id-30454 .twodots-trust-strip {
  margin-top: 30px;
}

body.page-id-30454 #twodots-process .twodots-icon-chip {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--twodots-soft);
  color: var(--twodots-accent-dark);
}

body.page-id-30454 #twodots-process .twodots-timeline article .twodots-icon-chip + span {
  margin-bottom: 10px;
}

body.page-id-30454 .twodots-package-card:nth-child(3) h3 {
  font-size: clamp(21px, 1.42vw, 25px);
  line-height: 1.2;
}

body.page-id-30454 .twodots-static-review-top .twodots-review-initial {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(252, 163, 17, .34);
  background: rgba(252, 163, 17, .14);
  color: var(--twodots-accent-dark);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

body.page-id-30454 .twodots-static-review-card {
  min-height: 410px;
}

body.page-id-30454 .twodots-static-review-card blockquote {
  -webkit-line-clamp: 10;
}

@media (max-width: 767px) {
  body.page-id-30454 #twodots-why .twodots-card-grid {
    margin-bottom: 24px;
  }

  body.page-id-30454 .twodots-trust-strip {
    margin-top: 24px;
  }

  body.page-id-30454 #twodots-process .twodots-icon-chip {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-id-30454 .twodots-static-review-card {
    min-height: 0;
  }
}


/* twodots tablet clipping fix 2026-06-16 */
@media (min-width: 768px) and (max-width: 1100px) {
  body.page-id-30454 {
    --twodots-container: min(704px, calc(100vw - 72px));
  }

  body.page-id-30454 .twodots-service-page {
    overflow-x: visible;
  }

  body.page-id-30454 .twodots-service-hero__inner {
    width: var(--twodots-container);
  }

  body.page-id-30454 .twodots-section,
  body.page-id-30454 .twodots-trust-strip,
  body.page-id-30454 .twodots-focus-image,
  body.page-id-30454 .twodots-keyword-summary,
  body.page-id-30454 .twodots-service-links,
  body.page-id-30454 .twodots-calendly-consult,
  body.page-id-30454 .twodots-final-cta {
    width: var(--twodots-container);
    max-width: var(--twodots-container);
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  body.page-id-30454 {
    --twodots-container: calc(100vw - 88px);
  }
}


/* twodots mobile reviews stack fix 2026-06-16 */
@media (max-width: 767px) {
  body.page-id-30454 .twodots-static-reviews {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* TWO DOTS package CTA hover parity 2026-06-24 start */
body.page-id-30454 .twodots-package-card .twodots-button {
    text-decoration: none !important;
    transition-property: transform, background-color, border-color, box-shadow !important;
    transition-duration: .2s !important;
    transition-timing-function: ease !important;
}

body.page-id-30454 .twodots-package-card .twodots-button--ghost {
    background: transparent !important;
    border-color: rgba(3, 6, 51, .22) !important;
    color: var(--twodots-ink) !important;
    box-shadow: none !important;
}

body.page-id-30454 .twodots-package-card .twodots-button--ghost:hover,
body.page-id-30454 .twodots-package-card .twodots-button--ghost:focus-visible {
    background: var(--twodots-ink) !important;
    border-color: var(--twodots-ink) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

body.page-id-30454 .twodots-package-card .twodots-button--primary {
    background: var(--twodots-accent) !important;
    border-color: var(--twodots-accent) !important;
    color: var(--twodots-ink) !important;
}

body.page-id-30454 .twodots-package-card .twodots-button--primary:hover,
body.page-id-30454 .twodots-package-card .twodots-button--primary:focus-visible {
    background: var(--twodots-accent) !important;
    border-color: var(--twodots-accent) !important;
    color: var(--twodots-ink) !important;
    transform: translateY(-1px);
}

body.page-id-30454 .twodots-package-card .twodots-button:hover *,
body.page-id-30454 .twodots-package-card .twodots-button:focus-visible * {
    color: inherit !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    transition-property: transform, background-color, border-color, box-shadow !important;
}
/* TWO DOTS package CTA hover parity 2026-06-24 end */
