/*
Theme Name: دامین مارکت
Theme URI: https://arsancloud.ir
Author: Abu
Author URI: https://arsancloud.ir
Description: قالب اختصاصی دامین مارکت - زیرساخت ابری، هاست، دامنه و سرور
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: domain-market
Domain Path: /languages
Tags: rtl, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ========================
   BASE & RESET
   ======================== */

:root {
  --brand-50: #eff6ff;
  --brand-100: #dbeafe;
  --brand-200: #bfdbfe;
  --brand-300: #93c5fd;
  --brand-400: #60a5fa;
  --brand-500: #3b82f6;
  --brand-600: #2563eb;
  --brand-700: #1d4ed8;
  --brand-800: #1e40af;
  --brand-900: #1e3a8a;

  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;

  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --radius-full: 9999px;

  --shadow-glow-blue: 0 0 40px -10px rgba(59, 130, 246, 0.3);
  --shadow-glow-cyan: 0 0 40px -10px rgba(34, 211, 238, 0.3);

  /* Dark Mode (default) */
  --bg-primary: #020617;
  --bg-secondary: #0f172a;
  --bg-card: rgba(15, 23, 42, 0.6);
  --bg-elevated: rgba(2, 6, 23, 0.7);
  --border-color: rgba(148, 163, 184, 0.1);
  --border-strong: var(--slate-800);
  --text-primary: #ffffff;
  --text-secondary: var(--slate-300);
  --text-muted: var(--slate-400);
  --text-dim: var(--slate-500);
  --overlay-bg: rgba(0, 0, 0, 0.6);
}

/* Light Mode */
.dm-light {
  --bg-primary: #f8fafc;
  --bg-secondary: #f1f5f9;
  --bg-card: rgba(255, 255, 255, 0.85);
  --bg-elevated: rgba(241, 245, 249, 0.95);
  --border-color: rgba(148, 163, 184, 0.2);
  --border-strong: var(--slate-200);
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #475569;
  --text-dim: #94a3b8;
  --overlay-bg: rgba(15, 23, 42, 0.4);
  --shadow-glow-blue: 0 0 40px -10px rgba(59, 130, 246, 0.15);
  --shadow-glow-cyan: 0 0 40px -10px rgba(34, 211, 238, 0.15);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  direction: rtl;
  text-align: right;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  transition: background-color 0.5s ease, color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
}

::selection {
  background-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--slate-900);
}

::-webkit-scrollbar-thumb {
  background: var(--slate-700);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--slate-600);
}

/* ========================
   UTILITIES
   ======================== */

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.text-gradient {
  background: linear-gradient(135deg, var(--brand-400) 0%, var(--cyan-400) 50%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-border {
  position: relative;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.5), rgba(34, 211, 238, 0.5), rgba(129, 140, 248, 0.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.glass-card {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.glow-blue {
  box-shadow: var(--shadow-glow-blue);
}

.glow-cyan {
  box-shadow: var(--shadow-glow-cyan);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.bg-glow-right {
  position: fixed;
  right: 0;
  top: 0;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.05);
  filter: blur(180px);
  pointer-events: none;
  z-index: 0;
}

.bg-glow-left {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: rgba(8, 145, 178, 0.05);
  filter: blur(180px);
  pointer-events: none;
  z-index: 0;
}

.section-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-subtitle {
  color: var(--slate-400);
  max-width: 42rem;
}

.section-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-300);
}

/* ========================
   ANIMATIONS
   ======================== */

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.8; }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-float-delayed {
  animation: float 6s ease-in-out 3s infinite;
}

.animate-pulse-glow {
  animation: pulse-glow 4s ease-in-out infinite;
}

.animate-marquee {
  animation: marquee 30s linear infinite;
}

/* Always visible by default. JS adds .is-visible as progressive enhancement only */
.animate-on-scroll {
  opacity: 1;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  animation: dmFadeIn 0.8s ease forwards;
}

@keyframes dmFadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================
   BUTTONS
   ======================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
  box-shadow: 0 10px 40px -10px rgba(59, 130, 246, 0.6);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid var(--slate-700);
  background: rgba(15, 23, 42, 0.5);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  border-color: var(--slate-500);
  background: rgba(30, 41, 59, 0.5);
}

.btn-white {
  background: #ffffff;
  color: var(--brand-700);
}

.btn-white:hover {
  background: var(--brand-50);
}

/* ========================
   HEADER
   ======================== */

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.site-header.scrolled {
  background: rgba(2, 6, 23, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(30, 41, 59, 0.5);
  padding: 0.75rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-md);
  background: linear-gradient(to bottom right, var(--brand-500), var(--cyan-500));
}

.logo-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
}

.logo-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(59, 130, 246, 0.3);
  filter: blur(12px);
  z-index: -1;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}

.main-nav {
  display: none;
}

@media (min-width: 1024px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.main-nav a,
.main-nav li a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-300);
  transition: color 0.3s ease;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav li a:hover {
  color: #ffffff;
}

.main-nav a::after,
.main-nav li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to left, var(--brand-400), var(--cyan-400));
  transition: width 0.3s ease;
}

.main-nav a:hover::after,
.main-nav li a:hover::after {
  width: 100%;
}

/* Reset wp_nav_menu list styles in header */
.main-nav ul,
.main-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 1rem;
  position: relative;
}

@media (min-width: 1024px) {
  .header-actions {
    display: flex;
  }
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--slate-300);
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #ffffff;
}

/* ========================
   HEADER CART
   ======================== */

.dm-header-cart,
.dm-header-account,
.dm-header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--slate-700);
  background: transparent;
  color: var(--slate-300);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.dm-header-cart:hover,
.dm-header-account:hover {
  border-color: var(--brand-500);
  color: #ffffff;
  background: rgba(30, 41, 59, 0.5);
}

.dm-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 0.3rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--brand-500), var(--cyan-500));
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px var(--slate-950);
}

/* CART DRAWER */
.dm-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.dm-cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

.dm-cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: var(--slate-950);
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 25px 0 80px rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) {
  .dm-cart-drawer {
    left: 0;
    right: auto;
    width: 420px;
    max-width: calc(100vw - 80px);
    border-right: 1px solid var(--slate-800);
  }
}

.dm-cart-drawer.open {
  transform: translateX(0);
}

.dm-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid var(--slate-800);
  flex-shrink: 0;
}

.dm-cart-drawer-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dm-cart-drawer-header h3::before {
  content: '';
  width: 5px;
  height: 1.5rem;
  border-radius: 4px;
  background: linear-gradient(to bottom, var(--brand-500), var(--cyan-500));
}

.dm-cart-drawer-close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--slate-700);
  background: transparent;
  color: var(--slate-400);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.dm-cart-drawer-close:hover {
  border-color: var(--slate-500);
  color: #ffffff;
  background: rgba(30, 41, 59, 0.5);
}

.dm-cart-drawer-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.dm-cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.dm-cart-drawer-body::-webkit-scrollbar {
  width: 4px;
}

.dm-cart-drawer-body::-webkit-scrollbar-thumb {
  background: var(--slate-700);
  border-radius: 4px;
}

.dm-cart-drawer-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--slate-800);
  flex-shrink: 0;
  background: var(--slate-950);
}

/* CART ITEMS */
.dm-mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.08);
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
  animation: dm-slide-in 0.3s ease;
}

@keyframes dm-slide-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.dm-mini-cart-item.removing {
  opacity: 0;
  transform: translateX(30px);
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dm-mini-cart-item-info {
  flex: 1;
  min-width: 0;
}

.dm-mini-cart-title {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dm-mini-cart-subtitle {
  color: var(--slate-500);
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.dm-mini-cart-price {
  color: var(--cyan-400);
  font-size: 0.875rem;
  font-weight: 700;
}

.dm-remove-from-cart {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(244, 63, 94, 0.2);
  background: rgba(244, 63, 94, 0.08);
  color: #fb7185;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.dm-remove-from-cart:hover {
  background: rgba(244, 63, 94, 0.2);
  border-color: rgba(244, 63, 94, 0.4);
}

.dm-remove-from-cart svg {
  width: 1.1rem;
  height: 1.1rem;
}

.dm-mini-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
}

.dm-mini-cart-total span:last-child {
  color: var(--cyan-400);
}

.dm-mini-cart-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--slate-400);
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dm-cart-checkout-btn {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
}

/* ========================
   THEME TOGGLE
   ======================== */

.dm-theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dm-theme-toggle:hover {
  border-color: var(--brand-500);
  color: var(--text-primary);
  background: rgba(30, 41, 59, 0.3);
}

.dm-theme-toggle svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  transition: all 0.4s ease;
}

.dm-theme-toggle .dm-sun-icon {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

.dm-theme-toggle .dm-moon-icon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

/* In light mode, show sun icon */
.dm-light .dm-theme-toggle .dm-sun-icon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.dm-light .dm-theme-toggle .dm-moon-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0);
}

/* Light mode overrides for text/background in common components */
.dm-light .bg-grid {
  background-image: linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
}

.dm-light .glass-card {
  background: var(--bg-card);
  border-color: var(--border-color);
}

.dm-light .section-title,
.dm-light h1, .dm-light h2, .dm-light h3 {
  color: var(--text-primary);
}

.dm-light .section-subtitle {
  color: var(--text-muted);
}

.dm-light .service-desc,
.dm-light .blog-excerpt {
  color: var(--text-muted);
}

.dm-light .form-input,
.dm-light .form-textarea,
.dm-light .form-select {
  background: var(--bg-elevated);
  border-color: var(--border-strong);
  color: var(--text-primary);
}

.dm-light .form-input:focus,
.dm-light .form-textarea:focus,
.dm-light .form-select:focus {
  background: var(--bg-card);
}

.dm-light .dm-cart-drawer {
  background: var(--bg-primary);
}

.dm-light .dm-mini-cart-item {
  background: var(--bg-elevated);
}

.dm-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #ffffff;
  font-weight: 600;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.dm-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.dm-toast.error {
  border-color: rgba(244, 63, 94, 0.4);
  color: #fb7185;
}

.dm-toast.success {
  border-color: rgba(34, 197, 94, 0.4);
  color: #4ade80;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--slate-700);
  background: transparent;
  color: var(--slate-300);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.mobile-menu {
  display: none;
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--slate-800);
  background: rgba(2, 6, 23, 0.95);
  backdrop-filter: blur(20px);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu a {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--slate-300);
  border-bottom: 1px solid var(--slate-800);
}

.mobile-menu a:hover {
  color: #ffffff;
}

.mobile-menu .btn {
  margin-top: 1rem;
  width: 100%;
}

/* ========================
   HERO
   ======================== */

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.hero-glow-1 {
  position: absolute;
  right: 25%;
  top: 25%;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.2);
  filter: blur(128px);
  animation: pulse-glow 4s ease-in-out infinite;
}

.hero-glow-2 {
  position: absolute;
  left: 25%;
  bottom: 25%;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(8, 145, 178, 0.2);
  filter: blur(128px);
  animation: pulse-glow 4s ease-in-out 2s infinite;
}

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .hero-inner {
    flex-direction: row;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.hero-content {
  flex: 1;
  text-align: center;
}

@media (min-width: 1024px) {
  .hero-content {
    text-align: right;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.375rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.1);
}

.hero-badge .dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}

.hero-badge .dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--cyan-400);
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--cyan-400);
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.hero-badge span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cyan-300);
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

.hero-desc {
  font-size: 1.125rem;
  color: var(--slate-400);
  margin-bottom: 2rem;
  max-width: 36rem;
}

@media (min-width: 1024px) {
  .hero-desc {
    margin-right: 0;
  }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .hero-buttons {
    justify-content: flex-start;
  }
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  color: var(--slate-500);
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .hero-features {
    justify-content: flex-start;
  }
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-feature svg {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-visual {
  flex: 1;
  position: relative;
  max-width: 32rem;
  width: 100%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(34, 211, 238, 0.2));
  filter: blur(32px);
}

.dashboard-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: var(--shadow-glow-blue);
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.dashboard-dots {
  display: flex;
  gap: 0.5rem;
}

.dashboard-dots span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.dashboard-dots span:nth-child(1) { background: #ef4444; }
.dashboard-dots span:nth-child(2) { background: #eab308; }
.dashboard-dots span:nth-child(3) { background: #22c55e; }

.dashboard-title {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.dashboard-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(2, 6, 23, 0.7);
  margin-bottom: 1rem;
}

.dashboard-server {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dashboard-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-md);
  background: rgba(59, 130, 246, 0.2);
}

.dashboard-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--brand-400);
}

.dashboard-server-name {
  font-weight: 700;
  color: #ffffff;
}

.dashboard-server-loc {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  font-size: 0.75rem;
  font-weight: 500;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.dashboard-stat {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(2, 6, 23, 0.7);
}

.dashboard-stat-label {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.dashboard-stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0.25rem;
}

.dashboard-stat-change {
  font-size: 0.75rem;
  color: #4ade80;
}

.dashboard-progress {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(2, 6, 23, 0.7);
}

.dashboard-progress-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.dashboard-progress-bar {
  height: 0.5rem;
  border-radius: var(--radius-full);
  background: var(--slate-800);
  overflow: hidden;
}

.dashboard-progress-fill {
  height: 100%;
  width: 75%;
  border-radius: var(--radius-full);
  background: linear-gradient(to left, var(--brand-500), var(--cyan-500));
}

.floating-card {
  position: absolute;
  padding: 1rem;
  border-radius: var(--radius-xl);
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.floating-card.right {
  right: -1rem;
  top: 3rem;
  box-shadow: var(--shadow-glow-cyan);
  animation: float 6s ease-in-out infinite;
}

.floating-card.left {
  left: -1rem;
  bottom: 3rem;
  box-shadow: var(--shadow-glow-blue);
  animation: float 6s ease-in-out 3s infinite;
}

.floating-card-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.2);
}

.floating-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--cyan-400);
}

.floating-icon.blue {
  background: rgba(59, 130, 246, 0.2);
}

.floating-icon.blue svg {
  color: var(--brand-400);
}

.floating-label {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.floating-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
}

/* ========================
   STATS
   ======================== */

.stats-section {
  padding: 3rem 0;
}

.stats-card {
  border-radius: var(--radius-xl);
  padding: 2.5rem 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--slate-400);
}

/* ========================
   SERVICES
   ======================== */

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header .section-subtitle {
  margin-right: auto;
  margin-left: auto;
}

.cards-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card.brand:hover { box-shadow: 0 0 40px -10px rgba(59, 130, 246, 0.2); }
.service-card.cyan:hover { box-shadow: 0 0 40px -10px rgba(34, 211, 238, 0.2); }
.service-card.indigo:hover { box-shadow: 0 0 40px -10px rgba(99, 102, 241, 0.2); }
.service-card.emerald:hover { box-shadow: 0 0 40px -10px rgba(16, 185, 129, 0.2); }
.service-card.amber:hover { box-shadow: 0 0 40px -10px rgba(245, 158, 11, 0.2); }
.service-card.rose:hover { box-shadow: 0 0 40px -10px rgba(244, 63, 94, 0.2); }

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.25rem;
}

.service-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.service-icon.brand { background: rgba(59, 130, 246, 0.1); color: var(--brand-400); }
.service-icon.cyan { background: rgba(34, 211, 238, 0.1); color: var(--cyan-400); }
.service-icon.indigo { background: rgba(99, 102, 241, 0.1); color: #818cf8; }
.service-icon.emerald { background: rgba(16, 185, 129, 0.1); color: #34d399; }
.service-icon.amber { background: rgba(245, 158, 11, 0.1); color: #fbbf24; }
.service-icon.rose { background: rgba(244, 63, 94, 0.1); color: #fb7185; }

.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.service-desc {
  font-size: 0.875rem;
  color: var(--slate-400);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.service-features {
  margin-bottom: 1.5rem;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--slate-300);
  margin-bottom: 0.5rem;
}

.service-features li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--slate-800);
}

.service-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease;
}

.service-btn.brand { background: linear-gradient(to left, var(--brand-500), var(--brand-600)); }
.service-btn.cyan { background: linear-gradient(to left, var(--cyan-500), var(--cyan-600)); }
.service-btn.indigo { background: linear-gradient(to left, #6366f1, #4f46e5); }
.service-btn.emerald { background: linear-gradient(to left, #10b981, #059669); }
.service-btn.amber { background: linear-gradient(to left, #f59e0b, #d97706); }
.service-btn.rose { background: linear-gradient(to left, #f43f5e, #e11d48); }

.service-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* ========================
   CLOUD HOST
   ======================== */

.cloud-intro-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

@media (min-width: 1024px) {
  .cloud-intro-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.cloud-intro-card {
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.cloud-intro-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.cloud-intro-card p {
  color: var(--slate-400);
  line-height: 1.8;
}

.cloud-arch-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--slate-300);
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.cloud-arch-list li svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--cyan-400);
  flex-shrink: 0;
}

.type-card {
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  transition: all 0.3s ease;
}

.type-card:hover {
  transform: translateY(-4px);
}

.type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
}

.type-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.type-icon.brand { background: rgba(59, 130, 246, 0.1); color: var(--brand-400); }
.type-icon.cyan { background: rgba(34, 211, 238, 0.1); color: var(--cyan-400); }
.type-icon.indigo { background: rgba(99, 102, 241, 0.1); color: #818cf8; }
.type-icon.emerald { background: rgba(16, 185, 129, 0.1); color: #34d399; }

.type-card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.type-card p {
  font-size: 0.875rem;
  color: var(--slate-400);
  line-height: 1.7;
}

.plans-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

@media (min-width: 640px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .plans-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.plan-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.plan-card.popular {
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.2), rgba(8, 145, 178, 0.2));
  border: 2px solid rgba(59, 130, 246, 0.5);
}

.plan-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  border-radius: var(--radius-full);
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
}

.plan-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.plan-price {
  margin-bottom: 1.5rem;
}

.plan-price .amount {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

.plan-price .period {
  font-size: 0.875rem;
  color: var(--slate-400);
}

.plan-features {
  margin-bottom: 1.5rem;
}

.plan-features li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--slate-800);
  font-size: 0.875rem;
  color: var(--slate-300);
}

.plan-features li span:first-child {
  color: var(--slate-500);
}

.plan-btn {
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.plan-btn.primary {
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.4);
}

.plan-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid var(--slate-700);
}

.plan-btn.secondary:hover {
  border-color: var(--brand-500);
  background: rgba(30, 41, 59, 0.5);
}

.advantages-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

@media (min-width: 640px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .advantages-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.advantage-card {
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.4);
  transition: background 0.3s ease;
}

.advantage-card:hover {
  background: rgba(30, 41, 59, 0.6);
}

.advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-md);
  background: rgba(59, 130, 246, 0.1);
  color: var(--brand-400);
  margin-bottom: 1rem;
}

.advantage-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.advantage-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.advantage-card p {
  font-size: 0.8125rem;
  color: var(--slate-400);
  line-height: 1.7;
}

.faq-list {
  max-width: 48rem;
  margin: 0 auto;
}

.faq-item {
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  border: 1px solid var(--slate-800);
  background: rgba(15, 23, 42, 0.4);
  overflow: hidden;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}

.faq-question svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--slate-400);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-answer p {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.875rem;
  color: var(--slate-400);
  line-height: 1.8;
}

.cloud-cta {
  border-radius: var(--radius-xl);
  padding: 2rem;
  text-align: center;
  background: linear-gradient(to right, var(--brand-600), var(--cyan-600));
}

@media (min-width: 768px) {
  .cloud-cta {
    padding: 3rem;
  }
}

.cloud-cta h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .cloud-cta h3 {
    font-size: 1.875rem;
  }
}

.cloud-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

/* ========================
   LOCATIONS
   ======================== */

.locations-section {
  position: relative;
}

.locations-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(37, 99, 235, 0.1), transparent);
  pointer-events: none;
}

.locations-grid {
  position: relative;
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .locations-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.locations-list {
  position: relative;
}

.locations-list::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.1), rgba(34, 211, 238, 0.1));
  filter: blur(32px);
}

.location-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(2, 6, 23, 0.5);
  margin-bottom: 0.75rem;
  transition: background 0.3s ease;
}

.location-card:hover {
  background: rgba(30, 41, 59, 0.5);
}

.location-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.location-flag {
  font-size: 1.5rem;
}

.location-name {
  font-weight: 700;
  color: #ffffff;
}

.location-country {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.location-ping {
  text-align: left;
}

.location-ping-label {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.location-ping-value {
  font-weight: 800;
  color: var(--cyan-400);
}

/* ========================
   FEATURES
   ======================== */

.features-section {
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(8, 145, 178, 0.1);
  filter: blur(150px);
  pointer-events: none;
}

.feature-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.4);
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: rgba(30, 41, 59, 0.6);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--slate-800);
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.feature-card:hover::before {
  border-color: var(--slate-700);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-md);
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(34, 211, 238, 0.2));
  color: var(--cyan-400);
  margin-bottom: 1.25rem;
}

.feature-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: var(--slate-400);
  line-height: 1.7;
}

/* ========================
   TESTIMONIALS
   ======================== */

.testimonial-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.testimonial-quote {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--slate-800);
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.testimonial-stars svg {
  width: 1rem;
  height: 1rem;
  fill: #fbbf24;
  color: #fbbf24;
}

.testimonial-text {
  font-size: 0.875rem;
  color: var(--slate-300);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, var(--brand-500), var(--cyan-500));
  font-weight: 700;
  color: #ffffff;
}

.testimonial-name {
  font-weight: 700;
  color: #ffffff;
}

.testimonial-role {
  font-size: 0.75rem;
  color: var(--slate-400);
}

.brands-marquee {
  margin-top: 4rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-800);
  background: rgba(15, 23, 42, 0.3);
  padding: 2rem 0;
}

.brands-track {
  display: flex;
  width: max-content;
  gap: 4rem;
  padding: 0 2rem;
  animation: marquee 30s linear infinite;
}

.brands-track span {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--slate-600);
  white-space: nowrap;
  transition: color 0.3s ease;
}

.brands-track span:hover {
  color: var(--slate-400);
}

/* ========================
   SUPPORT
   ======================== */

.support-section {
  position: relative;
}

.support-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(8, 145, 178, 0.1), transparent);
  pointer-events: none;
}

.support-grid {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .support-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.support-card {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.2), rgba(34, 211, 238, 0.2));
  filter: blur(32px);
  z-index: -1;
}

.support-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-md);
  background: linear-gradient(to bottom right, var(--brand-500), var(--cyan-500));
  margin-bottom: 1.5rem;
}

.support-icon svg {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}

.support-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.support-card > p {
  color: var(--slate-400);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.support-channel {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(2, 6, 23, 0.5);
  margin-bottom: 1rem;
}

.support-channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-md);
  background: rgba(59, 130, 246, 0.1);
  color: var(--brand-400);
  flex-shrink: 0;
}

.support-channel-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.support-channel-info {
  flex: 1;
}

.support-channel-info p:first-child {
  font-weight: 700;
  color: #ffffff;
}

.support-channel-info p:last-child {
  font-size: 0.875rem;
  color: var(--slate-400);
}

.support-channel-badge {
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  background: rgba(34, 197, 94, 0.1);
  color: #4ade80;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}

.consult-form {
  position: relative;
}

.consult-form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.consult-form > p {
  color: var(--slate-400);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.form-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--slate-700);
  background: rgba(15, 23, 42, 0.5);
  color: #ffffff;
  font-size: 0.9375rem;
  outline: none;
  transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--slate-500);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--brand-500);
  background: rgba(30, 41, 59, 0.5);
}

.form-select {
  color: var(--slate-300);
}

.form-select option {
  background: var(--slate-900);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: none;
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.4);
}

.form-submit:hover {
  box-shadow: 0 10px 40px -10px rgba(59, 130, 246, 0.6);
}

/* ========================
   BLOG
   ======================== */

.blog-section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

@media (min-width: 640px) {
  .blog-section-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-thumb {
  position: relative;
  height: 12rem;
  background: linear-gradient(to bottom right, var(--slate-800), var(--slate-900));
  overflow: hidden;
}

.blog-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.blog-category {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-category span {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid;
  font-size: 0.875rem;
  font-weight: 700;
}

.blog-category.brand span {
  border-color: rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.1);
  color: var(--brand-400);
}

.blog-category.cyan span {
  border-color: rgba(34, 211, 238, 0.2);
  background: rgba(34, 211, 238, 0.1);
  color: var(--cyan-400);
}

.blog-category.indigo span {
  border-color: rgba(99, 102, 241, 0.2);
  background: rgba(99, 102, 241, 0.1);
  color: #818cf8;
}

.blog-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.8), transparent);
}

.blog-content {
  padding: 1.5rem;
}

.blog-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: var(--slate-500);
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.blog-meta svg {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: var(--brand-300);
}

.blog-excerpt {
  font-size: 0.875rem;
  color: var(--slate-400);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cyan-400);
}

.blog-read-more svg {
  width: 1rem;
  height: 1rem;
}

/* ========================
   FOOTER
   ======================== */

.site-footer {
  border-top: 1px solid var(--slate-800);
  background: var(--slate-950);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-grid {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr repeat(4, 1fr);
  }
}

.footer-brand p {
  color: var(--slate-400);
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 1.5rem 0;
  max-width: 20rem;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: var(--slate-400);
}

.footer-contact svg {
  width: 1rem;
  height: 1rem;
  color: var(--cyan-400);
  flex-shrink: 0;
}

.footer-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  font-size: 0.875rem;
  color: var(--slate-400);
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--cyan-400);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--slate-800);
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer-copy {
  font-size: clamp(0.7rem, 2vw, 0.875rem);
  color: var(--slate-500);
  line-height: 1.7;
  word-break: break-word;
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 0;
  margin: 0;
}

@media (min-width: 640px) {
  .footer-copy {
    max-width: 60%;
  }
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2rem, 5vw, 2.5rem);
  height: clamp(2rem, 5vw, 2.5rem);
  border-radius: 50%;
  border: 1px solid var(--slate-800);
  color: var(--slate-400);
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  border-color: rgba(34, 211, 238, 0.5);
  color: var(--cyan-400);
}

.footer-socials svg {
  width: clamp(0.8rem, 2vw, 1rem);
  height: clamp(0.8rem, 2vw, 1rem);
}

/* ========================
   ICONS (simple SVG via CSS masks or inline)
   ======================== */

.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

/* ========================
   WOOCOMMERCE
   ======================== */

.dm-shop-layout {
  display: grid;
  gap: 2rem;
}

.dm-shop-content .products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  list-style: none;
}

@media (min-width: 640px) {
  .dm-shop-content .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .dm-shop-content .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dm-product-card {
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  transition: all 0.3s ease;
}

.dm-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow-blue);
}

.dm-product-link {
  display: block;
  margin-bottom: 1rem;
}

.dm-product-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  background: linear-gradient(to bottom right, var(--slate-800), var(--slate-900));
}

.dm-product-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.dm-product-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--cyan-400);
  margin-bottom: 0.75rem;
}

.dm-product-price del {
  color: var(--slate-500);
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.dm-product-excerpt {
  font-size: 0.875rem;
  color: var(--slate-400);
  line-height: 1.7;
}

.dm-product-footer .button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: var(--radius-md);
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dm-product-footer .button:hover {
  box-shadow: var(--shadow-glow-blue);
}

.dm-single-product {
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.woocommerce-product-gallery {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.product_title {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.woocommerce-Price-amount {
  color: var(--cyan-400);
  font-size: 1.5rem;
  font-weight: 800;
}

.woocommerce-product-details__short-description {
  color: var(--slate-400);
  margin: 1.5rem 0;
  line-height: 1.8;
}

.woocommerce-variation.single_variation {
  margin-bottom: 1rem;
}

.woocommerce div.product form.cart .button {
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  font-weight: 700;
}

.woocommerce div.product form.cart .button:hover {
  box-shadow: var(--shadow-glow-blue);
}

.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--slate-800);
  margin-bottom: 1.5rem;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: var(--slate-400);
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul.tabs li.active {
  color: var(--cyan-400);
  border-bottom-color: var(--cyan-400);
}

.woocommerce-Tabs-panel {
  color: var(--slate-300);
  line-height: 1.8;
}

/* ========================
   INTERNAL PAGES
   ======================== */

.dm-breadcrumbs {
  padding: 1.5rem 0;
  background: rgba(15, 23, 42, 0.4);
  margin-bottom: 2rem;
}

.dm-breadcrumbs a {
  color: var(--slate-400);
}

.dm-breadcrumbs a:hover {
  color: var(--cyan-400);
}

.dm-breadcrumbs .sep {
  color: var(--slate-600);
  margin: 0 0.5rem;
}

.dm-page-content {
  color: var(--slate-300);
  line-height: 1.9;
}

.dm-page-content h1,
.dm-page-content h2,
.dm-page-content h3 {
  color: #ffffff;
  margin: 1.5rem 0 1rem;
}

.dm-page-content p {
  margin-bottom: 1rem;
}

.dm-page-content a {
  color: var(--cyan-400);
}

.dm-page-content ul,
.dm-page-content ol {
  margin: 1rem 2rem 1rem 0;
  list-style: disc;
}

.dm-page-content img {
  border-radius: var(--radius-lg);
  margin: 1.5rem 0;
}

/* ========================
   WHOIS PAGE
   ======================== */

.whois-section {
  position: relative;
}

.whois-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.whois-form {
  max-width: 48rem;
  margin: 0 auto 3rem;
  display: flex;
  gap: 1rem;
}

@media (max-width: 640px) {
  .whois-form {
    flex-direction: column;
  }
}

.whois-input {
  flex: 1;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--slate-700);
  background: rgba(15, 23, 42, 0.6);
  color: #ffffff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.whois-input:focus {
  border-color: var(--brand-500);
  background: rgba(30, 41, 59, 0.6);
}

.whois-input::placeholder {
  color: var(--slate-500);
}

.whois-submit {
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  border: none;
  background: linear-gradient(to left, var(--brand-600), var(--cyan-600));
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.whois-submit:hover {
  box-shadow: var(--shadow-glow-blue);
}

.whois-result {
  max-width: 48rem;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
  display: none;
}

.whois-result.active {
  display: block;
}

.whois-result h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.whois-result pre {
  direction: ltr;
  text-align: left;
  background: rgba(2, 6, 23, 0.7);
  padding: 1rem;
  border-radius: var(--radius-md);
  overflow-x: auto;
  color: var(--slate-300);
  font-family: monospace;
  line-height: 1.6;
}

.whois-loader {
  display: none;
  text-align: center;
  color: var(--cyan-400);
  padding: 2rem;
}

/* ========================
   CONTACT PAGE
   ======================== */

.contact-grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-info-card {
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.contact-info-card h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-map {
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-top: 1.5rem;
}

/* ========================
   404 PAGE
   ======================== */

.dm-404 {
  text-align: center;
  padding: 8rem 1rem;
}

.dm-404 h1 {
  font-size: 6rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand-400), var(--cyan-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.dm-404 h2 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.dm-404 p {
  color: var(--slate-400);
  margin-bottom: 2rem;
}

/* ========================
   CAPTCHA PLACEHOLDER
   ======================== */

.g-recaptcha {
  margin: 1rem 0;
}

/* ========================
   WIDGETS
   ======================== */

.dm-widget {
    padding: 1.5rem; border-radius: 1.25rem;
    background: var(--bg-card); backdrop-filter: blur(16px);
    border: 1px solid var(--border-color); margin-bottom: 1.25rem;
}
.dm-widget-title {
    font-size: 1rem; font-weight: 800; color: var(--text-primary);
    margin: 0 0 1rem; display: flex; align-items: center; gap: 0.5rem;
}
.dm-widget-title::before {
    content: ''; width: 4px; height: 1.1rem; border-radius: 2px;
    background: linear-gradient(180deg, var(--brand-500), var(--cyan-500));
}
.dm-widget ul { list-style: none; padding: 0; margin: 0; }
.dm-widget ul li { padding: 0.5rem 0; border-bottom: 1px solid var(--border-color); }
.dm-widget ul li:last-child { border-bottom: none; }
.dm-widget ul li a { color: var(--text-secondary); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.dm-widget ul li a:hover { color: var(--brand-400); }

.dm-footer-widget { margin-bottom: 1.5rem; }
.dm-footer-widget-title {
    font-size: 0.9rem; font-weight: 700; color: var(--text-primary);
    margin: 0 0 1rem;
}
.dm-footer-widget ul { list-style: none; padding: 0; margin: 0; }
.dm-footer-widget ul li { padding: 0.3rem 0; }
.dm-footer-widget ul li a { color: var(--text-muted); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.dm-footer-widget ul li a:hover { color: var(--cyan-400); }

/* ========================
   GLOBAL RESPONSIVE
   ======================== */

/* Container base */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Section padding */
@media (max-width: 640px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Hero responsive */
@media (max-width: 640px) {
  .hero {
    padding-top: 6rem;
    padding-bottom: 2rem;
    min-height: auto;
  }
  .hero-title {
    font-size: 1.6rem !important;
    line-height: 1.4;
  }
  .hero-desc {
    font-size: 0.9rem;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Cards grid responsive */
@media (max-width: 500px) {
  .cards-grid,
  .advantages-grid,
  .plans-grid {
    grid-template-columns: 1fr !important;
    gap: 0.875rem;
  }
}

/* Stats responsive */
@media (max-width: 500px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem;
  }
  .stat-value {
    font-size: 1.5rem;
  }
  .stat-label {
    font-size: 0.75rem;
  }
}

/* Locations responsive */
@media (max-width: 640px) {
  .locations-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Support responsive */
@media (max-width: 640px) {
  .support-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Blog header responsive */
@media (max-width: 640px) {
  .blog-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* General text responsive */
@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem !important;
  }
  .section-subtitle {
    font-size: 0.85rem;
  }
  .btn {
    padding: 0.7rem 1.25rem;
    font-size: 0.85rem;
  }
}

/* Form responsive */
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr !important;
  }
  .form-input, .form-textarea, .form-select {
    font-size: 0.9rem;
    padding: 0.75rem 0.875rem;
  }
}

/* Floating cards hide on mobile */
@media (max-width: 1023px) {
  .floating-card.right,
  .floating-card.left {
    display: none !important;
  }
}

/* Plan cards responsive */
@media (max-width: 480px) {
  .plan-card {
    padding: 1.25rem;
  }
  .plan-price .amount {
    font-size: 1.5rem;
  }
}

/* Support channels */
@media (max-width: 480px) {
  .support-channel {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .support-channel-badge {
    width: 100%;
    text-align: center;
  }
}

/* Footer responsive */
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1rem;
  }
  .footer-copy {
    font-size: 0.75rem;
    max-width: 100% !important;
    text-align: center !important;
  }
  .footer-socials {
    justify-content: center !important;
  }
}

@media (max-width: 380px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-copy {
    font-size: 0.7rem;
  }
}

@media (min-width: 641px) {
  .footer-bottom {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: right !important;
  }
  .footer-copy {
    max-width: 60%;
  }
}
  
  /* ========================
     DOMAIN PAGE
     ======================== */

  .dm-domain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

@media (min-width: 640px) {
  .dm-domain-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .dm-domain-grid {
    gap: 1.5rem;
  }
}

.dm-domain-card {
  position: relative;
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.dm-domain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -15px rgba(59, 130, 246, 0.2);
}

.dm-domain-popular {
  border-color: rgba(59, 130, 246, 0.25);
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.08), rgba(8, 145, 178, 0.04));
}

.dm-domain-badge {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--brand-600), var(--cyan-600));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.dm-domain-tld {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-family: monospace;
}

.dm-domain-price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--cyan-400);
  margin-bottom: 0.75rem;
}

.dm-domain-price span {
  font-size: 0.7rem;
  color: var(--text-dim);
  font-weight: 500;
}

.dm-domain-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.dm-domain-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.6rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--brand-600), var(--cyan-600));
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.2s;
}

.dm-domain-btn:hover {
  box-shadow: 0 8px 20px -5px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

/* Steps grid */
.dm-steps-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .dm-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dm-step-num {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-500), var(--cyan-500));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
}

/* Shop grid (also used in shop page) */
.dm-product-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .dm-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .dm-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
