/*
  Domaintico — Home Page (Premium Minimal)
  File: domaintico-home.css
  Scope: Only the / (home) view (wrapped in .dm-homev2).
  Optimized: merged duplicates, consolidated media queries.
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
.dm-homev2{
  --dm-primary-color:#2563eb;
  --dm-brand-accent:#60a5fa;
  --dm-text:#0f172a;
  --dm-muted:#475569;
  --dm-surface-2:#f8fafc;
  --dm-border-soft:rgba(15,23,42,.08);
}

/* ==========================================================================
   2. BASE RHYTHM
   ========================================================================== */
.dm-homev2 .dm-section{
  padding-top:40px;
  padding-bottom:40px;
}

.dm-homev2 .dm-section-head,
.dm-homev2 .dm-section__head{
  max-width:760px;
  margin:0 auto 18px;
  text-align:center;
}

.dm-homev2 .dm-section-subtitle,
.dm-homev2 .dm-section__text{
  max-width:62ch;
  margin-left:auto;
  margin-right:auto;
  font-size:15px;
}

.dm-homev2 .dm-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:color-mix(in srgb, var(--dm-primary-color) 8%, #fff);
  border:1px solid color-mix(in srgb, var(--dm-primary-color) 16%, rgba(15,23,42,.08));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.62);
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--dm-primary-color);
}

.dm-homev2 .dm-section--alt{
  background:linear-gradient(180deg, var(--dm-surface-2) 0%, rgba(248,250,252,.4) 100%);
  border-top:1px solid var(--dm-border-soft);
  border-bottom:1px solid var(--dm-border-soft);
}

.dm-homev2 .dm-section-title,
.dm-homev2 .dm-home-search__title{
  letter-spacing:-0.02em;
}

.dm-homev2 .btn{
  font-weight:900;
}

/* ==========================================================================
   3. HERO
   ========================================================================== */
.dm-homev2 .dm-section.dm-page-hero{
  padding-top:72px;
  padding-bottom:32px;
}

.dm-homev2 .dm-page-hero{
  position:relative;
  overflow:hidden;
}

.dm-homev2 .dm-page-hero::before,
.dm-homev2 .dm-page-hero::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:999px;
  filter:blur(10px);
}

.dm-homev2 .dm-page-hero::before{
  width:320px;
  height:320px;
  top:-110px;
  right:-80px;
  background:radial-gradient(circle, rgba(37,99,235,.18) 0%, rgba(37,99,235,0) 68%);
}

.dm-homev2 .dm-page-hero::after{
  width:220px;
  height:220px;
  left:-70px;
  bottom:20px;
  background:radial-gradient(circle, rgba(56,189,248,.16) 0%, rgba(56,189,248,0) 72%);
}

.dm-homev2 .dm-hero__content,
.dm-homev2 .dm-hero__media{
  position:relative;
  z-index:1;
}

.dm-homev2 .dm-hero__inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:56px;
  align-items:start;
}

.dm-homev2 .dm-hero__title{
  font-size:clamp(38px, 4.8vw, 56px);
  line-height:1.05;
  letter-spacing:-0.02em;
  max-width:17ch;
  margin:10px 0 0;
  font-weight:950;
}

.dm-homev2 .dm-hero__lead{
  font-size:15px;
  max-width:62ch;
  margin-top:14px;
  margin-bottom:0;
  color:var(--dm-muted);
  font-weight:700;
  line-height:1.6;
}

.dm-homev2 .dm-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.dm-homev2 .dm-hero__actions .btn{
  min-width:168px;
}

/* Hero links */
.dm-homev2 .dm-hero__links{
  display:flex;
  gap:20px;
  margin-top:12px;
}

.dm-homev2 .dm-hero__links a{
  font-size:14px;
  font-weight:700;
  color:var(--dm-primary-color);
  text-decoration:none;
  transition:opacity 150ms ease;
}

.dm-homev2 .dm-hero__links a:hover{
  opacity:.75;
  text-decoration:underline;
}

/* Hero pill links */
.dm-hero__links--pills{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1rem;
}

.dm-hero__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 .95rem;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:#2563eb;
  font-weight:700;
  text-decoration:none;
  transition:border-color .12s ease, box-shadow .12s ease, transform .06s ease;
}

.dm-hero__pill:hover{
  border-color:rgba(37,99,235,.22);
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.dm-hero__pill:active{
  transform:translateY(1px);
}

/* Trust badges */
.dm-homev2 .dm-trust{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:var(--dm-text);
}

.dm-homev2 .dm-trust__item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--dm-border-soft);
  font-weight:800;
  font-size:13px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.74);
}

.dm-homev2 .dm-trust__item i{
  font-size:16px;
  opacity:.9;
}

.dm-homev2 .dm-trust__icon{
  width:28px;
  height:28px;
  flex:0 0 auto;
  border-radius:10px;
}

/* ==========================================================================
   4. SIDE CARD (hero)
   ========================================================================== */
.dm-homev2 .dm-sidecard{
  position:relative;
  border:1px solid var(--dm-border-soft);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.95));
  box-shadow:0 12px 40px rgba(2,6,23,.06);
  padding:22px;
}

.dm-homev2 .dm-sidecard::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(90deg, var(--dm-primary-color), var(--dm-brand-accent));
}

.dm-homev2 .dm-sidecard__title{
  font-weight:950;
  margin:8px 0 8px 0;
  font-size:18px;
}

.dm-homev2 .dm-sidecard__muted{
  color:var(--dm-muted);
  margin:0 0 14px 0;
  font-weight:700;
  font-size:14px;
  line-height:1.55;
}

.dm-homev2 .dm-kv{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-top:1px solid rgba(0,0,0,.06);
}

.dm-homev2 .dm-kv:first-of-type{ border-top:0; }

.dm-homev2 .dm-kv span{
  color:var(--dm-muted);
  font-weight:700;
}

.dm-homev2 .dm-kv strong{
  font-weight:950;
}

.dm-homev2 .dm-kv--icon span:first-child{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.dm-homev2 .dm-kv__icon{
  width:28px;
  height:28px;
  border-radius:10px;
  flex:0 0 auto;
}

.dm-homev2 .dm-sidecard__note{
  margin-top:10px;
  color:rgba(100,116,139,.9);
  font-size:12px;
  font-weight:700;
}

.dm-homev2 .dm-sidecard__actions{
  display:grid;
  gap:10px;
  margin-top:14px;
}

/* ==========================================================================
   5. QUICK SEARCH CARD
   ========================================================================== */
.dm-homev2 .dm-home-search{
  padding-top:28px;
  padding-bottom:36px;
}

.dm-homev2 .dm-home-search__card{
  padding:22px;
  border-radius:24px;
  border:1px solid var(--dm-border-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,250,252,.98));
  box-shadow:0 18px 44px rgba(2,6,23,.06);
}

.dm-homev2 .dm-home-search__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.dm-homev2 .dm-home-search__head .btn{
  min-height:42px;
  border-radius:12px;
  font-weight:900;
}

.dm-homev2 .dm-home-search__title{
  margin:6px 0 0;
  font-size:22px;
  font-weight:950;
}

.dm-homev2 .dm-home-search__text{
  margin:8px 0 0;
  color:var(--dm-muted);
  font-weight:700;
}

.dm-homev2 .dm-home-search__tabs{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.dm-homev2 .dm-home-search__tabs button{
  border:1px solid rgba(2,6,23,.10);
  background:#fff;
  color:var(--dm-text);
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  font-weight:950;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.dm-homev2 .dm-home-search__tabs button.active{
  background:rgba(37, 99, 235, .10);
  border-color:rgba(37,99,235,.18);
  color:var(--dm-primary-color);
  background:color-mix(in srgb, var(--dm-primary-color) 10%, #fff);
  border-color:color-mix(in srgb, var(--dm-primary-color) 28%, rgba(0,0,0,.06));
  box-shadow:0 10px 24px rgba(37,99,235,.12);
}

.dm-homev2 .dm-home-search__form{
  margin-top:16px;
}

.dm-homev2 .dm-home-search__row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:stretch;
}

.dm-homev2 .dm-home-search__row + .dm-home-search__row{
  margin-top:10px;
}

.dm-homev2 [data-dm-transfer-row][hidden]{
  display:none !important;
}

.dm-homev2 .dm-home-search__row .dm-input{
  flex:1 1 260px;
  height:56px;
  min-height:56px;
  font-size:16px;
  border-radius:16px;
  padding:0 18px;
  border-color:rgba(2,6,23,.10);
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.70);
}

.dm-homev2 .dm-home-search__row .btn{
  min-width:148px;
  height:56px;
  border-radius:16px;
  padding-left:18px;
  padding-right:18px;
  font-weight:950;
}

.dm-homev2 .dm-home-search__transfer{
  padding:12px;
  border:1px dashed rgba(2,6,23,.12);
  border-radius:18px;
  background:rgba(248,250,252,.72);
}

/* Status line */
.dm-homev2 .dm-status{
  margin-top:12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(2,6,23,.10);
  background:var(--dm-surface-2);
  color:var(--dm-text);
  font-weight:900;
  font-size:13px;
  line-height:1.45;
}

.dm-homev2 .dm-status.success{
  background:#ECFDF5;
  border-color:#A7F3D0;
  color:#065F46;
}

.dm-homev2 .dm-status.error{
  background:#FEF2F2;
  border-color:#FECACA;
  color:#991B1B;
}

/* Search result */
.dm-homev2 .dm-home-search__result{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--dm-border-soft);
}

.dm-homev2 .dm-home-search__domain{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:14px;
  border:1px solid rgba(2,6,23,.08);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
  box-shadow:0 10px 28px rgba(2,6,23,.04);
}

.dm-homev2 .dm-home-search__domainName{
  font-weight:950;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-0.01em;
}

.dm-homev2 .dm-home-search__price{
  margin-top:6px;
  color:var(--dm-muted);
  font-weight:800;
  font-size:14px;
}

.dm-homev2 .dm-home-search__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.dm-homev2 .dm-home-search__actions .btn{
  min-height:44px;
  border-radius:12px;
  font-weight:900;
}

.dm-homev2 .dm-home-search__hint{
  margin-top:12px;
  color:var(--dm-muted);
  font-weight:700;
  font-size:13px;
  line-height:1.55;
}

/* ==========================================================================
   6. FEATURE CARDS (WHY DOMAINTICO)
   ========================================================================== */
.dm-homev2 .dm-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
  align-items:stretch;
}

.dm-homev2 .dm-feature{
  padding:22px;
  border:1px solid var(--dm-border-soft);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  box-shadow:0 10px 28px rgba(2,6,23,.04);
  height:100%;
}

.dm-homev2 .dm-feature:hover{
  box-shadow:0 14px 36px rgba(2,6,23,.07);
}

.dm-homev2 .dm-feature__icon{
  width:56px;
  height:56px;
  margin-bottom:16px;
  border-radius:15px;
}

.dm-homev2 .dm-feature__icon .dm-i{
  font-size:24px;
}

.dm-homev2 .dm-feature__icon .dm-i-20{
  width:24px;
  height:24px;
}

.dm-homev2 .dm-feature-title{
  font-weight:950;
  font-size:18px;
  letter-spacing:-0.01em;
}

.dm-homev2 .dm-feature-text{
  margin-top:6px;
  color:var(--dm-muted);
  font-weight:700;
  line-height:1.6;
}

/* ==========================================================================
   7. PRICING PREVIEW
   ========================================================================== */
.dm-homev2 .dm-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
  align-items:stretch;
}

.dm-homev2 .dm-price-card{
  position:relative;
  padding:18px;
  border-radius:18px;
  border:1px solid var(--dm-border-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  box-shadow:0 12px 30px rgba(2,6,23,.04);
  overflow:hidden;
  height:100%;
}

.dm-homev2 .dm-price-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg, var(--dm-primary-color), var(--dm-brand-accent));
}

.dm-homev2 .dm-price-card__ext{
  display:flex;
  align-items:center;
  min-height:28px;
  font-size:22px;
  font-weight:950;
  letter-spacing:-0.02em;
  margin-bottom:14px;
}

.dm-homev2 .dm-price-card__line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-top:1px solid rgba(15,23,42,.06);
}

.dm-homev2 .dm-price-card__line:first-of-type{
  border-top:0;
  padding-top:0;
}

.dm-homev2 .dm-price-card__line span{
  color:var(--dm-muted);
  font-weight:700;
}

.dm-homev2 .dm-price-card__line strong{
  font-weight:950;
  color:var(--dm-text);
  white-space:nowrap;
}

.dm-homev2 .dm-price-card__na{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(245,158,11,.14);
  color:#b45309;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.dm-homev2 .dm-price-card.is-unavailable{
  border-color:rgba(245,158,11,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,251,235,.96));
}

.dm-homev2 .dm-price-card__note{
  margin-top:10px;
  font-size:12px;
  line-height:1.5;
  color:rgba(15,23,42,.64);
  font-weight:700;
}

.dm-homev2 .dm-pricing-preview__actions{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

/* ==========================================================================
   8. HOW IT WORKS
   ========================================================================== */
.dm-homev2 .dm-how-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
  align-items:stretch;
}

.dm-homev2 .dm-how-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:#fff;
  border:1px solid var(--dm-border-soft);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 40px rgba(2,6,23,.04);
  height:100%;
}

.dm-homev2 .dm-how-card:hover{
  box-shadow:0 16px 46px rgba(2,6,23,.06);
}

.dm-homev2 .dm-how-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.dm-homev2 .dm-how-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--dm-primary-color) 18%, #fff), color-mix(in srgb, var(--dm-brand-accent) 16%, #fff));
  color:var(--dm-primary-color);
  font-weight:950;
}

.dm-homev2 .dm-how-icon{
  width:40px;
  height:40px;
  border-radius:13px;
}

.dm-homev2 .dm-how-card h3{
  font-size:18px;
  margin:0 0 6px 0;
  font-weight:950;
}

.dm-homev2 .dm-how-card p{
  margin:0;
  color:var(--dm-muted);
  font-weight:700;
  line-height:1.6;
  max-width:34ch;
}

/* ==========================================================================
   9. CTA CARD
   ========================================================================== */
.dm-homev2 .dm-home-cta .dm-cta-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  flex-wrap:wrap;
  overflow:visible;
  background:linear-gradient(135deg, #2563EB, #1E40AF) !important;
  border:none !important;
  border-radius:18px;
  padding:26px;
  box-shadow:0 8px 32px rgba(37, 99, 235, 0.22);
}

.dm-homev2 .dm-home-cta .dm-cta-card__content{
  position:relative;
  z-index:1;
  flex:1 1 520px;
  min-width:280px;
}

.dm-homev2 .dm-home-cta .dm-cta-card__title{
  display:block;
  margin:0 0 8px 0;
  color:#fff !important;
  font-size:clamp(26px, 3vw, 34px);
  line-height:1.08;
  letter-spacing:-0.02em;
  font-weight:950;
  max-width:18ch;
}

.dm-homev2 .dm-home-cta .dm-cta-card__sub{
  display:block;
  margin:0;
  color:rgba(255,255,255,.84) !important;
  font-size:15px;
  line-height:1.65;
  font-weight:700;
  max-width:58ch;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions .btn{
  min-height:46px;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions .btn-primary{
  background:#fff !important;
  color:#2563EB !important;
  border-color:#fff !important;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions .btn-primary:hover{
  background:rgba(255,255,255,.9) !important;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions .btn-outline-primary{
  border-color:rgba(255,255,255,.5) !important;
  color:#fff !important;
}

.dm-homev2 .dm-home-cta .dm-cta-card__actions .btn-outline-primary:hover{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.7) !important;
}

/* ==========================================================================
   10. RESPONSIVE — Tablet (max-width: 991.98px)
   ========================================================================== */
@media (max-width:991.98px){
  .dm-homev2 .dm-section{
    padding-top:32px;
    padding-bottom:32px;
  }

  .dm-homev2 .dm-section + .dm-section{
    padding-top:24px;
  }

  .dm-homev2 .dm-section.dm-page-hero{
    padding-top:44px;
    padding-bottom:44px;
  }

  .dm-homev2 .dm-hero__inner{
    grid-template-columns:1fr;
    gap:20px;
  }

  .dm-homev2 .dm-hero__title{
    font-size:clamp(34px, 6vw, 42px);
    max-width:16ch;
  }

  .dm-homev2 .dm-sidecard{
    padding:16px;
  }

  .dm-homev2 .dm-feature-grid,
  .dm-homev2 .dm-pricing-grid,
  .dm-homev2 .dm-how-grid{
    gap:12px;
  }

  .dm-homev2 .dm-feature-grid{
    grid-template-columns:1fr;
  }

  .dm-homev2 .dm-pricing-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dm-homev2 .dm-how-grid{
    grid-template-columns:1fr;
  }
}

/* ==========================================================================
   11. RESPONSIVE — Small tablet / large phone (max-width: 767.98px)
   ========================================================================== */
@media (max-width:767.98px){
  .dm-homev2 .dm-section{
    padding-top:24px;
    padding-bottom:24px;
  }

  .dm-homev2 .dm-section.dm-page-hero{
    padding-top:34px;
    padding-bottom:28px;
  }

  .dm-homev2 .dm-hero__title{
    font-size:clamp(30px, 8vw, 38px);
  }

  .dm-homev2 .dm-hero__lead,
  .dm-homev2 .dm-home-search__text,
  .dm-homev2 .dm-section-subtitle,
  .dm-homev2 .dm-section__text,
  .dm-homev2 .dm-cta-card__sub{
    font-size:14px;
  }

  .dm-homev2 .dm-home-search__card,
  .dm-homev2 .dm-cta-card{
    padding:16px;
  }

  .dm-homev2 .dm-home-search__head{
    align-items:stretch;
  }

  .dm-homev2 .dm-home-search__tabs{
    gap:8px;
  }

  .dm-homev2 .dm-home-search__tabs button{
    flex:1 1 auto;
    min-width:0;
  }

  .dm-homev2 .dm-home-search__row .btn{
    width:100%;
    min-width:0;
  }

  .dm-homev2 .dm-home-search__domain{
    padding:12px;
  }

  .dm-homev2 .dm-home-search__actions{
    width:100%;
  }

  .dm-homev2 .dm-home-search__actions .btn{
    width:100%;
    justify-content:center;
  }

  .dm-homev2 .dm-kv{
    gap:10px;
  }

  .dm-hero__links--pills{
    flex-direction:column;
  }

  .dm-hero__pill{
    width:100%;
  }

  .dm-homev2 .dm-home-cta .dm-cta-card{
    align-items:stretch;
  }

  .dm-homev2 .dm-home-cta .dm-cta-card__content{
    flex-basis:100%;
    min-width:0;
  }

  .dm-homev2 .dm-home-cta .dm-cta-card__actions{
    width:100%;
  }

  .dm-homev2 .dm-home-cta .dm-cta-card__actions .btn{
    width:100%;
    justify-content:center;
  }
}

/* ==========================================================================
   12. RESPONSIVE — Phone (max-width: 575.98px)
   ========================================================================== */
@media (max-width:575.98px){
  .dm-homev2 .dm-section{
    padding-top:28px;
    padding-bottom:28px;
  }

  .dm-homev2 .dm-section + .dm-section{
    padding-top:18px;
  }

  .dm-homev2 .dm-hero__actions .btn{
    width:100%;
  }

  .dm-homev2 .dm-home-search__head{
    flex-direction:column;
    align-items:stretch;
  }

  .dm-homev2 .dm-home-search__head .btn,
  .dm-homev2 .dm-home-search__row .btn,
  .dm-homev2 .dm-home-search__actions .btn{
    width:100%;
  }

  .dm-homev2 .dm-cta-card{
    padding:18px;
  }

  .dm-homev2 .dm-cta-card__title{
    font-size:22px;
  }

  .dm-homev2 .dm-cta-card__actions{
    width:100%;
  }

  .dm-homev2 .dm-cta-card__actions .btn{
    flex:1 1 auto;
    justify-content:center;
  }

  .dm-homev2 .dm-trust__item{
    width:100%;
    justify-content:flex-start;
  }

  .dm-homev2 .dm-kv--icon span:first-child{
    align-items:flex-start;
  }

  .dm-homev2 .dm-hero__links{
    flex-direction:column;
    gap:8px;
  }

  .dm-homev2 .dm-pricing-grid{
    grid-template-columns:1fr;
  }

  .dm-homev2 .dm-feature,
  .dm-homev2 .dm-price-card,
  .dm-homev2 .dm-how-card{
    padding:16px;
  }

  .dm-homev2 .dm-home-cta .dm-cta-card{
    padding:20px;
  }
}

/* ==========================================================================
   13. RESPONSIVE — Small phone (max-width: 479.98px)
   ========================================================================== */
@media (max-width:479.98px){
  .dm-homev2 .dm-section{
    padding-top:20px;
    padding-bottom:20px;
  }

  .dm-homev2 .dm-home-search__head .btn,
  .dm-homev2 .dm-hero__actions .btn,
  .dm-homev2 .dm-cta-card__actions .btn{
    width:100%;
    justify-content:center;
  }

  .dm-homev2 .dm-trust{
    gap:8px;
  }

  .dm-homev2 .dm-trust__item{
    width:100%;
  }
}

/* ==========================================================================
   14. RTL / ARABIC FIXES
   ========================================================================== */
@media (max-width:991.98px){
  html[lang="ar"] .dm-homev2 .dm-section.dm-page-hero,
  html[lang="ar"] .dm-homev2 .dm-hero.dm-page-hero,
  html[lang="ar"] .dm-homev2 .dm-hero{
    margin-top:0 !important;
    padding-top:12px !important;
  }

  html[lang="ar"] .dm-homev2 .dm-hero__inner{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}

@media (max-width:575.98px){
  html[lang="ar"] .dm-homev2 .dm-section.dm-page-hero,
  html[lang="ar"] .dm-homev2 .dm-hero.dm-page-hero,
  html[lang="ar"] .dm-homev2 .dm-hero{
    padding-top:8px !important;
  }
}
