.dm-skip-link {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dm-primary, #2563EB);
  color: white;
  padding: 10px 24px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.2s ease;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: embed;
  right: auto;
}
.dm-skip-link:focus {
  top: 0;
  outline: 2px solid white;
  outline-offset: 2px;
}

@keyframes dmSubtleFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes dmTyping { 0%{width:0} 50%{width:120px} 100%{width:0} }
@keyframes dmFadeInUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

.dm-hero.dm-hero--hybrid {
  background: linear-gradient(180deg, #F8FAFC 0%, #EFF6FF 50%, #DBEAFE 100%);
  padding: clamp(48px, 5vw, 72px) 0 clamp(40px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}

.dm-hero--hybrid .dm-hero__dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(37,99,235,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
  pointer-events: none;
}

.dm-hero--hybrid .dm-hero__bubbles {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 3;
}
.dm-hero--hybrid .dm-bubble {
  position: absolute;
  padding: 6px 14px; border-radius: 20px;
  background: rgba(255,255,255,0.85); border: 1px solid rgba(37,99,235,0.08);
  font-size: 12px; font-weight: 700; color: var(--dm-primary, #2563EB);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.02);
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.dm-hero--hybrid .dm-bubble--1 { top: 5%; left: 46%; animation: dmSubtleFloat 4s ease-in-out infinite; }
.dm-hero--hybrid .dm-bubble--2 { top: 16%; right: 3%; animation: dmSubtleFloat 5s ease-in-out infinite 1s; }
.dm-hero--hybrid .dm-bubble--3 { bottom: 8%; left: 46%; animation: dmSubtleFloat 4.5s ease-in-out infinite 0.5s; }
.dm-hero--hybrid .dm-bubble--4 { bottom: 4%; right: 3%; animation: dmSubtleFloat 5.5s ease-in-out infinite 2s; }
.dm-hero--hybrid .dm-bubble--5 { top: 40%; right: 1%; animation: dmSubtleFloat 6s ease-in-out infinite 1.5s; }
.dm-hero--hybrid .dm-bubble--ssl {
  top: 3%; right: 15%;
  background: #059669; color: white; border-color: #059669;
  animation: dmSubtleFloat 5.2s ease-in-out infinite 0.8s;
}

.dm-hero--hybrid .dm-hero__inner {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 40px; align-items: center;
  position: relative; z-index: 5;
}

.dm-hero--hybrid .dm-hero__content {
  animation: dmFadeInUp 0.6s ease-out;
  position: relative; z-index: 6;
}

.dm-hero--hybrid .dm-section-kicker {
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  font-size: clamp(11px, 1vw, 13px); font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--dm-primary, #2563EB);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.dm-hero--hybrid .dm-section-kicker::before {
  content: ''; width: 22px; height: 2.5px;
  background: var(--dm-primary, #2563EB); border-radius: 2px;
}

.dm-hero--hybrid .dm-hero__title {
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 800; color: var(--dm-text, #0F172A);
  line-height: 1.1; letter-spacing: -0.035em;
  margin-bottom: 18px;
}
.dm-hero--hybrid .dm-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, #2563EB, #3B82F6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dm-hero--hybrid .dm-hero__lead {
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(15px, 1.2vw, 17px); line-height: 1.7;
  color: var(--dm-muted, #64748B);
  max-width: 440px;
  margin-bottom: 28px;
}

.dm-hero--hybrid .dm-hero-search {
  background: white;
  border: 1.5px solid rgba(37,99,235,0.12);
  border-radius: 16px; padding: 5px;
  display: flex;
  box-shadow: 0 4px 24px rgba(37,99,235,0.08);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.dm-hero--hybrid .dm-hero-search:focus-within {
  border-color: rgba(37,99,235,0.3);
  box-shadow: 0 4px 32px rgba(37,99,235,0.13), 0 0 0 4px rgba(37,99,235,0.06);
}
.dm-hero--hybrid .dm-hero-search__input {
  flex: 1; background: transparent; border: none; outline: none;
  padding: 13px 16px; font-size: clamp(14px, 1.1vw, 16px); color: var(--dm-text, #0F172A);
  font-family: "Inter", system-ui, sans-serif;
}
.dm-hero--hybrid .dm-hero-search__input::placeholder { color: #94A3B8; }
.dm-hero--hybrid .dm-hero-search__btn {
  background: var(--dm-primary, #2563EB); color: white; border: none;
  padding: 12px 26px; border-radius: 12px;
  font-size: clamp(13px, 1vw, 15px); font-weight: 700; cursor: pointer;
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  transition: all 0.2s; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
}
.dm-hero--hybrid .dm-hero-search__btn:hover {
  background: var(--dm-primary-hover, #1D4ED8);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(37,99,235,0.28);
}
.dm-hero--hybrid .dm-hero-search__btn svg { width: 15px; height: 15px; }

.dm-hero--hybrid .dm-hero__tlds {
  display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap;
  list-style: none; padding: 0;
}
.dm-hero--hybrid .dm-hero__tld {
  padding: 5px 12px; border-radius: 20px;
  background: white; border: 1px solid rgba(2,6,23,0.07);
  font-size: clamp(11px, 0.9vw, 13px); color: var(--dm-muted, #64748B); font-weight: 600;
  display: inline-flex; align-items: center; gap: 5px;
  transition: all 0.2s; cursor: default;
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
}
.dm-hero--hybrid .dm-hero__tld:hover { border-color: rgba(37,99,235,0.2); color: var(--dm-text, #0F172A); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.dm-hero--hybrid .dm-hero__tld-price { color: #059669; font-size: 11px; font-weight: 700; }

.dm-hero--hybrid .dm-hero__trust-row {
  display: flex; gap: 20px; margin-top: 22px; flex-wrap: wrap;
}
.dm-hero--hybrid .dm-hero__trust-row .dm-trust__item {
  display: flex; align-items: center; gap: 6px;
  font-size: clamp(11px, 0.9vw, 13px); color: var(--dm-muted, #64748B); font-weight: 500;
  font-family: "Inter", system-ui, sans-serif;
}
.dm-hero--hybrid .dm-hero__trust-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #059669; flex-shrink: 0;
}

.dm-hero--hybrid .dm-hero__visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  animation: dmFadeInUp 0.8s ease-out 0.2s both;
}

.dm-illo-scene {
  position: relative;
  width: 420px; height: 300px;
  margin-top: 20px;
}

.dm-illo-desk {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 390px; height: 7px;
  background: linear-gradient(90deg, #94A3B8, #CBD5E1 30%, #E2E8F0 50%, #CBD5E1 70%, #94A3B8);
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.dm-illo-monitor {
  position: absolute;
  bottom: 7px; left: 50%;
  transform: translateX(-50%);
  width: 300px; height: 210px;
  background: #1E293B;
  border-radius: 12px;
  border: 3px solid #334155;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 16px 48px rgba(15,23,42,0.1);
}
.dm-illo-monitor__stand {
  position: absolute;
  bottom: -14px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 14px;
  background: linear-gradient(180deg, #334155, #475569);
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.dm-illo-monitor__base {
  position: absolute;
  bottom: -18px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 4px;
  background: #475569;
  border-radius: 2px;
  z-index: 3;
}
.dm-illo-screen {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1E40AF 0%, #2563EB 100%);
  padding: 14px;
}

.dm-illo-searchbar {
  background: rgba(255,255,255,0.12);
  border-radius: 6px; height: 22px;
  display: flex; align-items: center;
  padding: 0 8px; gap: 5px;
  margin-bottom: 10px;
}
.dm-illo-searchbar__icon {
  width: 9px; height: 9px;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 50%; flex-shrink: 0;
}
.dm-illo-searchbar__text {
  height: 7px; background: rgba(255,255,255,0.25);
  border-radius: 3px;
  animation: dmTyping 4s ease-in-out infinite;
  overflow: hidden;
}

.dm-illo-result {
  background: rgba(255,255,255,0.08);
  border-radius: 7px; padding: 8px 10px;
  margin-bottom: 5px;
  display: flex; justify-content: space-between; align-items: center;
}
.dm-illo-result__name {
  font-size: 9px; font-weight: 700; color: white;
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
}
.dm-illo-result__price { font-size: 7px; color: rgba(255,255,255,0.6); }
.dm-illo-result__badge {
  font-size: 7px; padding: 2px 6px; border-radius: 4px; font-weight: 700;
}
.dm-illo-result__badge--ok { background: #059669; color: white; }
.dm-illo-result__badge--no { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.4); }

.dm-illo-card--ssl {
  bottom: 30px; right: 0;
  animation: dmSubtleFloat 5.5s ease-in-out infinite 1.2s;
}
.dm-illo-card__ssl-icon {
  display: flex; align-items: center; gap: 4px;
}
.dm-illo-card__ssl-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #059669;
}
.dm-illo-card__ssl-text {
  font-size: 8px; font-weight: 700; color: #059669;
}

.dm-illo-card {
  position: absolute;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid rgba(2,6,23,0.05);
  padding: 8px 10px;
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  z-index: 6;
}
.dm-illo-card--dns {
  top: 5px; left: 0;
  animation: dmSubtleFloat 6s ease-in-out infinite 1.5s;
}
.dm-illo-card__label {
  font-size: 7px; font-weight: 700; color: var(--dm-muted, #64748B);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 4px;
}
.dm-illo-card__row {
  display: flex; gap: 3px; margin-bottom: 2px;
}
.dm-illo-card__tag {
  font-size: 7px; padding: 2px 5px; border-radius: 3px;
  background: #EFF6FF; color: var(--dm-primary, #2563EB); font-weight: 700;
}

.dm-illo-card--price {
  top: 0; right: 0;
  animation: dmSubtleFloat 5s ease-in-out infinite 0.8s;
}
.dm-illo-card__price-val {
  font-size: 15px; font-weight: 800; color: var(--dm-text, #0F172A);
}
.dm-illo-card__price-unit {
  font-size: 7px; color: var(--dm-muted, #64748B); font-weight: 600;
}

/* ====== SECTIONS POLISH ====== */
.dm-section { padding: clamp(56px, 6vw, 80px) 0; }
.dm-section-head { margin-bottom: clamp(32px, 3.5vw, 44px); }
.dm-section-title {
  font-family: var(--dm-heading-font, "Manrope", "Inter", sans-serif);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.15;
}
.dm-section-subtitle, .dm-section__text {
  font-size: clamp(14px, 1.1vw, 16px); line-height: 1.6;
}
.dm-section-kicker {
  font-size: clamp(11px, 0.9vw, 12px);
}

/* Feature cards */
.dm-feature__illo { width: 52px; height: 52px; }
.dm-feature-title { font-size: clamp(15px, 1.2vw, 17px); }
.dm-feature-text { font-size: clamp(13px, 1vw, 14px); line-height: 1.6; }

/* Pricing cards */
.dm-price-card__ext { font-size: clamp(17px, 1.5vw, 20px); }
.dm-price-card__line { font-size: clamp(12px, 1vw, 14px); padding: 8px 0; }

/* How it works */
.dm-how-step {
  width: clamp(40px, 3.5vw, 48px); height: clamp(40px, 3.5vw, 48px);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dm-primary, #2563EB), #3B82F6);
  box-shadow: 0 4px 12px rgba(37,99,235,0.2);
}
.dm-how-card h3 { font-size: clamp(15px, 1.2vw, 17px); }
.dm-how-card p { font-size: clamp(13px, 1vw, 14px); line-height: 1.6; }

/* CTA */
.dm-cta-card {
  background: linear-gradient(135deg, #1E40AF 0%, #2563EB 60%, #3B82F6 100%);
  border-radius: 20px;
  padding: clamp(36px, 4vw, 56px);
  position: relative; overflow: hidden;
}
.dm-cta-card::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.dm-cta-card::after {
  content: ''; position: absolute; bottom: -60px; left: -30px;
  width: 160px; height: 160px; border-radius: 50%;
  background: rgba(255,255,255,0.03);
}
.dm-cta-card__content { position: relative; z-index: 1; }
.dm-cta-card__actions { position: relative; z-index: 1; }
.dm-cta-card__title { font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -0.02em; }
.dm-cta-card__sub { font-size: clamp(14px, 1.1vw, 16px); }

/* Buttons polish */
.btn {
  font-size: clamp(13px, 1vw, 14px);
  border-radius: 8px;
  transition: all 0.2s;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.25); }
.btn-outline-primary:hover { background: rgba(37,99,235,0.05); }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .dm-hero--hybrid .dm-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
  .dm-hero--hybrid .dm-section-kicker { justify-content: center; }
  .dm-hero--hybrid .dm-section-kicker::before { display: none; }
  .dm-hero--hybrid .dm-hero__lead { margin-left: auto; margin-right: auto; }
  .dm-hero--hybrid .dm-hero__tlds { justify-content: center; }
  .dm-hero--hybrid .dm-hero__trust-row { justify-content: center; }
  .dm-hero--hybrid .dm-hero__visual { display: none; }
  .dm-hero.dm-hero--hybrid { padding: clamp(40px, 5vw, 56px) 0; }
  .dm-feature-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .dm-cta-card { flex-direction: column !important; text-align: center; }
  .dm-cta-card__actions { justify-content: center; }
}

@media (max-width: 640px) {
  .dm-hero--hybrid .dm-hero__title { font-size: clamp(28px, 7vw, 36px); }
  .dm-hero--hybrid .dm-hero__lead { font-size: 15px; }
  .dm-hero--hybrid .dm-hero-search { flex-direction: column; gap: 8px; padding: 8px; }
  .dm-hero--hybrid .dm-hero-search__btn { justify-content: center; }
  .dm-hero--hybrid .dm-hero__tlds { gap: 6px; }
  .dm-hero--hybrid .dm-hero__tld { padding: 4px 10px; font-size: 11px; }
  .dm-hero--hybrid .dm-hero__trust-row { gap: 12px; }
  .dm-feature-grid { grid-template-columns: 1fr !important; }
  .dm-how-grid { grid-template-columns: 1fr !important; }
  .dm-pricing-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .dm-section { padding: clamp(40px, 5vw, 56px) 0 !important; }
  .dm-cta-card { padding: 28px 20px !important; }
}
