.elementor-65 .elementor-element.elementor-element-cac4b4a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b44351a */:root {
  --dp-dark: #0B1220;
  --dp-primary: #2563EB;
  --dp-accent: #38BDF8;
  --dp-light: #F8FAFC;
  --dp-text: #1E293B;
  --dp-muted: #64748B;
  --dp-white: #FFFFFF;
  --dp-border: rgba(148, 163, 184, 0.22);
  --dp-card-border: rgba(148, 163, 184, 0.18);
  --dp-shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.06);
  --dp-shadow-card: 0 28px 90px rgba(15, 23, 42, 0.09);
  --dp-shadow-hover: 0 38px 110px rgba(15, 23, 42, 0.14);
}

/* BASE */

.dp-ref-page,
.dp-ref-page * {
  box-sizing: border-box;
}

.dp-ref-page {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dp-text);
  background: var(--dp-light);
  overflow: hidden;
}

.dp-ref-page a {
  text-decoration: none !important;
}

.dp-ref-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */

.dp-ref-hero {
  position: relative;
  min-height: 88vh;
  padding: 155px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.34), transparent 34%),
    radial-gradient(circle at 85% 35%, rgba(56, 189, 248, 0.18), transparent 32%),
    linear-gradient(135deg, #0B1220 0%, #111A2E 46%, #0B1220 100%);
}

.dp-ref-bg,
.dp-ref-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dp-ref-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.dp-ref-blob {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.22;
  animation: dpRefBlob 9s ease-in-out infinite;
}

.dp-ref-blob-one {
  left: -120px;
  bottom: 80px;
  background: var(--dp-primary);
}

.dp-ref-blob-two {
  right: -100px;
  top: 170px;
  background: var(--dp-accent);
  animation-delay: -3s;
}

.dp-ref-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 76px;
  align-items: center;
}

.dp-ref-hero-content {
  animation: dpRefFadeUp 0.9s ease both;
}

.dp-ref-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #BAE6FD;
  font-size: 0.92rem;
  font-weight: 750;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.dp-ref-eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--dp-accent);
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.13);
}

.dp-ref-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.dp-ref-hero h1 strong {
  color: transparent;
  background: linear-gradient(135deg, var(--dp-accent), #DBEAFE, var(--dp-primary));
  -webkit-background-clip: text;
  background-clip: text;
}

.dp-ref-hero p {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
}

.dp-ref-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-ref-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1;
  transition: 0.25s ease;
}

.dp-ref-btn-primary {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.34);
}

.dp-ref-btn-secondary {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.dp-ref-btn:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
}

.dp-ref-btn-primary:hover {
  box-shadow: 0 24px 58px rgba(56, 189, 248, 0.36);
}

.dp-ref-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* HERO VISUAL */

.dp-ref-hero-visual {
  min-height: 560px;
  display: flex;
  align-items: center;
  animation: dpRefFadeUp 1s ease 0.15s both;
}

.dp-ref-browser-card {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  padding: 14px;
  border-radius: 34px;
  transform: rotate(2deg);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  animation: dpRefFloatCard 5.5s ease-in-out infinite;
}

.dp-ref-browser-top {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.dp-ref-browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.dp-ref-browser-content {
  min-height: 420px;
  padding: 26px;
  border-radius: 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.24), transparent 34%),
    linear-gradient(135deg, #0B1220, #172554);
}

.dp-ref-browser-line {
  width: 180px;
  height: 12px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dp-primary), var(--dp-accent));
}

.dp-ref-browser-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
}

.dp-ref-browser-big,
.dp-ref-browser-side,
.dp-ref-browser-cards span {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dp-ref-browser-big {
  position: relative;
  min-height: 190px;
  overflow: hidden;
}

.dp-ref-browser-big::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.40), rgba(37, 99, 235, 0.12)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 14px);
}

.dp-ref-browser-side {
  min-height: 190px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.dp-ref-browser-side span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.dp-ref-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.dp-ref-browser-cards span {
  min-height: 72px;
  border-radius: 20px;
}

.dp-ref-browser-note {
  margin-top: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
}

.dp-ref-browser-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dp-primary);
}

.dp-ref-browser-note span {
  color: var(--dp-muted);
  font-weight: 750;
}

/* SHARED SECTION STYLES */

.dp-ref-section {
  padding: 110px 0;
}

.dp-ref-section-head {
  max-width: 790px;
  margin: 0 auto 56px;
  text-align: center;
}

.dp-ref-section-head > span,
.dp-ref-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--dp-primary);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-ref-section-head h2,
.dp-ref-results-content h2 {
  margin: 0;
  color: var(--dp-text);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.dp-ref-section-head p,
.dp-ref-results-content p {
  margin: 20px 0 0;
  color: var(--dp-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* FEATURED REFERENCES */

.dp-ref-featured {
  background: var(--dp-light);
}

.dp-featured-showcase {
  display: grid;
  gap: 26px;
}

.dp-ref-main-card,
.dp-ref-side-card,
.dp-ref-small-card,
.dp-ref-results-grid article,
.dp-ref-faq-wrap details {
  background: #FFFFFF;
  border: 1px solid var(--dp-card-border);
  transition: 0.28s ease;
}

.dp-ref-main-card,
.dp-ref-side-card {
  overflow: hidden;
  box-shadow: var(--dp-shadow-card);
}

.dp-ref-main-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  border-radius: 36px;
}

.dp-ref-secondary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.dp-ref-side-card {
  border-radius: 34px;
}

.dp-ref-main-card:hover,
.dp-ref-side-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--dp-shadow-hover);
}

.dp-ref-main-image,
.dp-ref-side-image {
  background:
    radial-gradient(circle at 78% 20%, rgba(56, 189, 248, 0.20), transparent 34%),
    linear-gradient(135deg, #0B1220, #172554);
}

.dp-ref-main-image {
  min-height: 500px;
  padding: 28px;
}

.dp-ref-side-image {
  min-height: 330px;
  padding: 24px;
}

.dp-ref-main-content {
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-ref-side-content {
  padding: 30px;
}

.dp-ref-main-content h3,
.dp-ref-side-content h3 {
  margin: 0;
  color: var(--dp-text);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.dp-ref-main-content h3 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.dp-ref-side-content h3 {
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

.dp-ref-main-content p,
.dp-ref-side-content p {
  margin: 18px 0 0;
  color: var(--dp-muted);
  line-height: 1.75;
}

.dp-ref-main-content p {
  font-size: 1.03rem;
}

/* REAL / PLACEHOLDER IMAGES */

.dp-ref-real-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 444px;
  overflow: hidden;
  border-radius: 30px;
  background: #0B1220;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.dp-ref-side-image .dp-ref-real-image {
  min-height: 282px;
  border-radius: 26px;
}

.dp-ref-real-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) saturate(1.08) contrast(1.04);
  transition: 0.35s ease;
}

.dp-ref-main-card:hover .dp-ref-real-image img,
.dp-ref-side-card:hover .dp-ref-real-image img {
  transform: scale(1.04);
  filter: brightness(0.9) saturate(1.14) contrast(1.06);
}

.dp-ref-image-label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(11, 18, 32, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.26);
}

.dp-ref-image-label span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #BAE6FD;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-ref-image-label strong {
  display: block;
  color: #FFFFFF;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.dp-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.dp-featured-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--dp-primary);
  background: rgba(37, 99, 235, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.dp-ref-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: var(--dp-primary) !important;
  font-weight: 900;
  transition: 0.22s ease;
}

.dp-ref-link:hover {
  transform: translateX(4px);
}

/* SMALL REFERENCE GRID – EGYSÉGES MAGASSÁG */

.dp-ref-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.dp-ref-small-card {
  height: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 30px;
  background: var(--dp-light);
  border: 1px solid rgba(148, 163, 184, 0.18);
  transition: 0.28s ease;
}

.dp-ref-small-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.dp-ref-small-card > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--dp-primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dp-ref-small-card h3 {
  margin: 0 0 12px;
  color: var(--dp-text);
  font-size: 1.32rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dp-ref-small-card p {
  margin: 0;
  color: var(--dp-muted);
  line-height: 1.7;
}

/* ALAP PLACEHOLDER KERET */

.dp-ref-small-media {
  position: relative;
  height: 190px;
  min-height: 190px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 20%, rgba(56, 189, 248, 0.20), transparent 34%),
    linear-gradient(135deg, #0B1220, #1D4ED8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.dp-ref-small-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
}

/* 1. BROWSER */

.dp-ref-media-browser {
  padding: 14px;
}

.dp-ref-media-top {
  height: 26px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.dp-ref-media-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.dp-ref-media-browser-body {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dp-ref-browser-hero {
  height: 74px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
  margin-bottom: 14px;
}

.dp-ref-browser-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dp-ref-browser-cols span {
  display: block;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
}

/* 2. SEO */

.dp-ref-media-seo {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: stretch;
}

.dp-ref-seo-chart {
  min-height: 150px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(56, 189, 248, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.dp-ref-seo-chart::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 22px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
}

.dp-ref-seo-chart::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 34px;
  height: 46px;
  background:
    linear-gradient(135deg, transparent 0 15%, rgba(56,189,248,0.85) 16% 18%, transparent 19% 32%, rgba(96,165,250,0.95) 33% 35%, transparent 36% 50%, rgba(56,189,248,0.9) 51% 53%, transparent 54%);
  clip-path: polygon(0 78%, 18% 62%, 36% 68%, 54% 44%, 72% 52%, 100% 18%, 100% 30%, 72% 64%, 54% 56%, 36% 82%, 18% 76%, 0 92%);
  filter: drop-shadow(0 0 10px rgba(56,189,248,0.45));
}

.dp-ref-seo-bars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: stretch;
}

.dp-ref-seo-bars span {
  min-height: 30px;
  display: block;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.dp-ref-seo-bars span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #2563EB, #38BDF8);
}

.dp-ref-seo-bars span:nth-child(1)::after { width: 46%; }
.dp-ref-seo-bars span:nth-child(2)::after { width: 62%; }
.dp-ref-seo-bars span:nth-child(3)::after { width: 78%; }
.dp-ref-seo-bars span:nth-child(4)::after { width: 54%; }

/* 3. LANDING PAGE */

.dp-ref-media-landing {
  padding: 18px;
}

.dp-ref-landing-main {
  height: 82px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  margin-bottom: 14px;
}

.dp-ref-landing-cta {
  width: 46%;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  margin-bottom: 14px;
}

.dp-ref-landing-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  margin-bottom: 10px;
}

.dp-ref-landing-line.short {
  width: 72%;
}

/* 4. REFRESH */

.dp-ref-media-refresh {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.dp-ref-refresh-old,
.dp-ref-refresh-new {
  height: 118px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  position: relative;
}

.dp-ref-refresh-old::before,
.dp-ref-refresh-new::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
}

.dp-ref-refresh-old::after,
.dp-ref-refresh-new::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255,255,255,0.09);
}

.dp-ref-refresh-arrow {
  color: #BAE6FD;
  font-size: 1.5rem;
  font-weight: 900;
}

/* 5. WORDPRESS */

.dp-ref-media-wp {
  padding: 18px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
}

.dp-ref-wp-sidebar {
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
}

.dp-ref-wp-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dp-ref-wp-row {
  height: 38px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
}

.dp-ref-wp-row.short {
  width: 72%;
}

/* 6. CONVERSION */

.dp-ref-media-conversion {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dp-ref-conv-funnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.dp-ref-conv-funnel span {
  display: block;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
}

.dp-ref-conv-funnel span:nth-child(1) {
  width: 82%;
  height: 28px;
}

.dp-ref-conv-funnel span:nth-child(2) {
  width: 58%;
  height: 28px;
}

.dp-ref-conv-funnel span:nth-child(3) {
  width: 34%;
  height: 28px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
}

.dp-ref-conv-result {
  height: 42px;
  width: 48%;
  margin: 18px auto 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .dp-ref-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ref-small-card {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .dp-ref-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dp-ref-small-card {
    min-height: auto;
    padding: 20px;
    border-radius: 24px;
  }

  .dp-ref-small-media {
    height: 180px;
    min-height: 180px;
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .dp-ref-media-refresh {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dp-ref-refresh-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .dp-ref-small-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .dp-ref-small-card {
    padding: 18px;
  }

  .dp-ref-small-media {
    height: 165px;
    min-height: 165px;
  }

  .dp-ref-browser-cols {
    grid-template-columns: 1fr;
  }

  .dp-ref-browser-cols span {
    height: 26px;
  }

  .dp-ref-seo-chart {
    min-height: 120px;
  }

  .dp-ref-media-seo {
    grid-template-columns: 1fr;
  }

  .dp-ref-seo-bars {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ref-refresh-old,
  .dp-ref-refresh-new {
    height: 92px;
  }
}
/* RESPONSIVE */

@media (max-width: 1050px) {
  .dp-ref-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .dp-ref-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dp-ref-small-card {
    padding: 20px;
    border-radius: 24px;
  }

  .dp-ref-small-media {
    min-height: 180px;
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .dp-ref-media-refresh {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dp-ref-refresh-arrow {
    text-align: center;
    transform: rotate(90deg);
  }

  .dp-ref-small-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .dp-ref-small-card {
    padding: 18px;
  }

  .dp-ref-small-media {
    min-height: 165px;
  }

  .dp-ref-browser-cols {
    grid-template-columns: 1fr;
  }

  .dp-ref-browser-cols span {
    height: 26px;
  }

  .dp-ref-seo-chart {
    height: 86px;
  }

  .dp-ref-refresh-old,
  .dp-ref-refresh-new {
    height: 92px;
  }
}
/* RESULTS */

.dp-ref-results {
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, 0.10), transparent 32%),
    linear-gradient(180deg, #F8FAFC, #FFFFFF);
}

.dp-ref-results-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.dp-ref-results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.dp-ref-results-grid article {
  min-height: 180px;
  padding: 28px;
  border-radius: 28px;
  box-shadow: var(--dp-shadow-soft);
}

.dp-ref-results-grid article:hover {
  transform: translateY(-8px);
  box-shadow: var(--dp-shadow-hover);
}

.dp-ref-results-grid strong {
  display: block;
  margin-bottom: 12px;
  color: transparent;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.dp-ref-results-grid span {
  color: var(--dp-muted);
  line-height: 1.6;
}

/* FAQ */

.dp-ref-faq-wrap {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.dp-ref-faq-wrap details {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
  transition: 0.25s ease;
}

.dp-ref-faq-wrap details:hover,
.dp-ref-faq-wrap details[open] {
  box-shadow: 0 24px 64px rgba(37, 99, 235, 0.10);
  border-color: rgba(37, 99, 235, 0.26);
}

.dp-ref-faq-wrap summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
  cursor: pointer;
  list-style: none;
  color: var(--dp-text);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.dp-ref-faq-wrap summary::-webkit-details-marker {
  display: none;
}

.dp-ref-faq-wrap summary::after {
  content: "+";
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--dp-primary), var(--dp-accent));
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
  transition: 0.22s ease;
}

.dp-ref-faq-wrap details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.dp-ref-faq-wrap details p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--dp-muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* ANIMATIONS */

@keyframes dpRefFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dpRefBlob {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-26px) scale(1.06);
  }
}

@keyframes dpRefFloatCard {
  0%, 100% {
    transform: rotate(2deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-16px);
  }
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .dp-ref-hero-inner,
  .dp-ref-results-inner,
  .dp-ref-main-card {
    grid-template-columns: 1fr;
  }

  .dp-ref-hero-visual {
    min-height: auto;
  }

  .dp-ref-browser-card {
    max-width: 720px;
    margin: 0 auto;
  }

  .dp-ref-main-image {
    min-height: 420px;
  }

  .dp-ref-main-content {
    padding: 36px;
  }

  .dp-ref-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .dp-ref-hero {
    min-height: auto;
    padding: 150px 0 64px;
  }

  .dp-ref-hero-inner {
    gap: 34px;
    align-items: start;
  }

  .dp-ref-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.65rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .dp-ref-hero p {
    max-width: 100%;
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .dp-ref-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .dp-ref-btn {
    width: 100%;
    min-height: 54px;
  }

  .dp-ref-hero-visual {
    display: block;
  }

  .dp-ref-browser-card {
    max-width: 100%;
    padding: 10px;
    border-radius: 26px;
    transform: none;
    animation: none;
  }

  .dp-ref-browser-top {
    height: 34px;
    padding: 0 10px;
  }

  .dp-ref-browser-top span {
    width: 9px;
    height: 9px;
  }

  .dp-ref-browser-content {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .dp-ref-browser-line {
    width: 150px;
    height: 10px;
    margin-bottom: 18px;
  }

  .dp-ref-browser-grid {
    display: block;
  }

  .dp-ref-browser-big {
    min-height: 190px;
    border-radius: 22px;
  }

  .dp-ref-browser-big::before {
    inset: 18px;
    border-radius: 18px;
  }

  .dp-ref-browser-side,
  .dp-ref-browser-cards {
    display: none;
  }

  .dp-ref-browser-note {
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .dp-ref-secondary-grid,
  .dp-ref-card-grid,
  .dp-ref-results-grid {
    grid-template-columns: 1fr;
  }

  .dp-ref-section {
    padding: 78px 0;
  }

  .dp-ref-main-image,
  .dp-ref-side-image {
    min-height: 320px;
    padding: 20px;
  }

  .dp-ref-real-image,
  .dp-ref-side-image .dp-ref-real-image {
    min-height: 280px;
  }

  .dp-ref-main-content,
  .dp-ref-side-content {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .dp-ref-container {
    width: min(100% - 26px, 1180px);
  }

  .dp-ref-hero {
    padding: 138px 0 58px;
  }

  .dp-ref-hero h1 {
    font-size: clamp(2.15rem, 10.8vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: -0.038em;
  }

  .dp-ref-hero p {
    font-size: 0.96rem;
  }

  .dp-ref-eyebrow {
    font-size: 0.8rem;
  }

  .dp-ref-browser-card {
    border-radius: 24px;
  }

  .dp-ref-browser-content {
    padding: 15px;
    border-radius: 18px;
  }

  .dp-ref-browser-big {
    min-height: 165px;
  }

  .dp-ref-main-card,
  .dp-ref-side-card {
    border-radius: 28px;
  }

  .dp-ref-main-image,
  .dp-ref-side-image {
    padding: 16px;
  }

  .dp-ref-real-image,
  .dp-ref-side-image .dp-ref-real-image {
    min-height: 240px;
    border-radius: 22px;
  }

  .dp-ref-image-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .dp-ref-small-card,
  .dp-ref-results-grid article {
    padding: 24px;
  }

  .dp-ref-faq-wrap summary {
    min-height: 70px;
    padding: 0 18px;
    font-size: 0.98rem;
  }

  .dp-ref-faq-wrap summary::after {
    width: 32px;
    height: 32px;
  }

  .dp-ref-faq-wrap details p {
    padding: 0 18px 22px;
  }
}/* End custom CSS */