/* ==========================================================================
   VYOM CLOUD - DDOS PROTECTION PAGE STYLES
   Optimized & Fully Responsive
   ========================================================================== */

:root {
  /* Colors */
  --ddos-primary: #0069ff;
  --ddos-primary-hover: #120A1F;
  --ddos-secondary: #120A1F;
  --ddos-text-main: #120A1F;
  --ddos-text-muted: #120A1F;
  --ddos-bg-light: #f8fbff;
  --ddos-white: #ffffff;
  --ddos-border: rgba(0, 105, 255, 0.08);
  
  /* Shadows */
  --ddos-shadow-sm: 0 4px 15px rgba(0, 105, 255, 0.04);
  --ddos-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.04);
  --ddos-shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.08);
  
  /* Layout */
  --container-width: 1600px;
/* Vertical Rhythm */
--section-padding: 40px;
--section-padding-compact: 40px;
--section-padding-hero-top: 40px;
--section-padding-hero-bottom: 40px;
--section-header-gap: 40px;
--section-content-gap: 40px;
--section-content-gap-lg: 40px;
--section-cta-gap: 40px;
--section-grid-gap: 40px;

}
/* Global Section Spacing */
section {
  padding: var(--section-padding) 0;
  margin: 0;
}

p {
  color: var(--ddos-text-muted);
  line-height: 1.6;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
  padding: var(--section-padding-hero-top) 0 var(--section-padding-hero-bottom);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.hero-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 0; /* Removed space between hero text and cards */
}

.hero-left {
  flex: 1;
  max-width: 650px;
}

.hero-left .small-title {
  color: var(--ddos-text-muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  display: block;
}

.hero-left h1 {
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--ddos-secondary);
}

.hero-left h1 span {
  color: var(--ddos-primary);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.feature-list li {
  margin-bottom: 15px;
  font-size: clamp(15px, 2vw, 17px);
  color: var(--ddos-text-main);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 500;
}

.feature-list li::before {
  content: "✓";
  color: var(--ddos-primary);
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.price-box {
  margin-bottom: 35px;
  padding: 25px;
  background: rgba(0, 105, 255, 0.03);
  border-radius: 16px;
  display: inline-block;
  border: 1px solid rgba(0, 105, 255, 0.05);
}

.old-price {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.new-price {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  color: var(--ddos-secondary);
  line-height: 1;
}

.new-price span {
  font-size: 16px;
  color: var(--ddos-text-muted);
  font-weight: 600;
}

.hero-section .buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.start-btn, .trial-btn {
  padding: 16px 35px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.start-btn {
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  box-shadow: 0 10px 20px rgba(0, 105, 255, 0.15);
}

.start-btn:hover {
  background: var(--ddos-primary-hover);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.trial-btn {
  border: 2px solid #e2e8f0;
  background: var(--ddos-white);
  color: var(--ddos-text-muted);
}

.trial-btn:hover {
  border-color: var(--ddos-primary);
  color: var(--ddos-primary);
  transform: translateY(-3px);
}

.guarantee {
  font-size: 14px;
  color: #10b981;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0; /* Remove bottom margin to reduce gap to cards */
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 105, 255, 0.1));
}

/* ============================================
   KPI STRIP SECTION
   ============================================ */
.kpi-strip {
  padding: var(--section-padding-compact) 0;
  background: var(--ddos-white);
  border-top: 1px solid var(--ddos-border);
  border-bottom: 1px solid var(--ddos-border);
}

.kpi-marquee {
  overflow: hidden;
  width: 100%;
}

.kpi-track {
  display: flex;
  width: max-content;
}

.kpi-seq {
  display: flex;
  gap: 60px;
  animation: scroll 40s linear infinite;
  padding-right: 60px;
}

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

.kpi-card {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.kpi-k {
  font-size: 24px;
  font-weight: 800;
  color: var(--ddos-primary);
  line-height: 1.2;
}

.kpi-l {
  font-size: 14px;
  color: var(--ddos-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   FEATURE CARDS (Inside Hero)
   ============================================ */
.features-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 18px;
  width: 100%;
  padding: 0 5px 60px; /* Space for shadows at the bottom of hero */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.features-wrapper::-webkit-scrollbar {
  display: none;
}

.feature-card {
  background: var(--ddos-white);
  padding: 24px 20px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(0, 105, 255, 0.08);
  flex: 0 0 auto;
  width: 300px;
  min-height: 126px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--ddos-primary);
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(0, 105, 255, 0.12), rgba(0, 105, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.feature-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 8px;
  line-height: 1.2;
}

.feature-content p {
  font-size: 13px;
  color: var(--ddos-text-muted);
  margin: 0;
  line-height: 1.45;
}
.feature-content {
    padding: 0;
    z-index: 2;
    text-align: left;
}

/* ============================================
   WHO NEEDS SECTION
   ============================================ */
.who-needs-section {
  background: var(--ddos-white);
}

.who-needs-header {
  max-width: 800px;
  margin: 0 auto var(--section-header-gap);
  text-align: center;
}

.who-needs-header h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 25px;
}

.who-needs-header h2 span {
  color: var(--ddos-primary);
}

.who-needs-header p {
  font-size: 18px;
  color: var(--ddos-text-muted);
  line-height: 1.6;
}

.who-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--section-grid-gap);
  margin-bottom: var(--section-header-gap);
}

.who-card {
  background: var(--ddos-white);
  padding: 40px;
  border-radius: 24px;
  box-shadow: var(--ddos-shadow-md);
  border: 1px solid var(--ddos-border);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.who-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--ddos-shadow-lg);
  border-color: rgba(0, 105, 255, 0.2);
}

.who-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.who-card-header i {
  font-size: 32px;
  color: var(--ddos-primary);
  background: rgba(0, 105, 255, 0.05);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.who-card-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--ddos-secondary);
}

.who-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.who-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.who-card ul li {
  font-size: 15px;
  color: var(--ddos-text-muted);
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.who-card ul li::before {
  content: "●";
  color: var(--ddos-primary);
  font-size: 10px;
  margin-top: 4px;
}

.who-needs-cta {
  text-align: center;
}

.become-client-btn {
  display: inline-block;
  padding: 18px 45px;
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  font-weight: 800;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 105, 255, 0.2);
}

.become-client-btn:hover {
  background: var(--ddos-secondary);
  transform: translateY(-3px);
}

/* ============================================
   WHY CHOOSE SECTION
   ============================================ */
.why-choose-section {
  background: var(--ddos-bg-light);
}

.why-choose-header {
  text-align: center;
  margin-bottom: var(--section-header-gap);
}

.why-choose-header h2 {
  font-size: clamp(32px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 20px;
}

.why-choose-header h2 span {
  color: var(--ddos-primary);
}

.why-choose-header p {
  font-size: 17px;
  color: var(--ddos-text-muted);
  max-width: 800px;
  margin: 0 auto 15px;
  line-height: 1.6;
}

.what-you-get-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin: 40px 0 30px;
  text-align: center;
}

.what-you-get-title span {
  color: var(--ddos-primary);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--section-grid-gap);
  margin-bottom: var(--section-header-gap);
}

.benefit-card {
  background: var(--ddos-white);
  padding: 40px;
  border-radius: 24px;
  box-shadow: var(--ddos-shadow-md);
  border: 1px solid var(--ddos-border);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 105, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ddos-primary);
  font-size: 20px;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 16px;
  color: var(--ddos-secondary);
  font-weight: 600;
}

.benefit-text span {
  color: var(--ddos-primary);
  font-weight: 800;
}

.get-protected-cta {
  text-align: center;
  margin-top: var(--section-cta-gap);
}

.get-protected-btn {
  display: inline-block;
  padding: 16px 45px;
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 105, 255, 0.15);
}

.get-protected-btn:hover {
  background: var(--ddos-secondary);
  transform: translateY(-3px);
}

/* ============================================
   GLOBAL NETWORK SECTION
   ============================================ */
.scrubbing-network-section {
  background: var(--ddos-white);
  overflow: hidden;
}

.network-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.network-title-wrap h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: #120A1F;
  margin-bottom: 20px;
  line-height: 1.1;
}

.brand-label {
  color: var(--ddos-primary);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}

.network-capacity {
  text-align: right;
  max-width: 420px;
  margin-left: auto;
}

.network-capacity .capacity-value {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  color: var(--ddos-primary);
  line-height: 1;
  margin-bottom: 15px;
  white-space: nowrap; /* Prevent wrapping onto multiple lines */
}

.network-capacity .capacity-label {
  font-size: 24px;
  color: #120A1F;
  font-weight: 600;
}

.network-capacity .capacity-description {
  font-size: 18px;
  color: var(--ddos-text-muted);
  line-height: 1.6;
  margin: 18px 0 0;
}

.network-map-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50%;
  background: url('/assets/images/ddos map.jpeg') no-repeat center center;
  background-size: contain;
}

.map-label {
  position: absolute;
  background: var(--ddos-white);
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-size: 12px;
  z-index: 2;
  border: 1px solid rgba(0, 105, 255, 0.1);
  white-space: nowrap;
}

.map-label strong {
  display: block;
  color: var(--ddos-secondary);
  font-weight: 700;
}

.map-label span {
  color: var(--ddos-primary);
  font-size: 10px;
  font-weight: 600;
}

.network-legend {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: var(--section-cta-gap);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ddos-secondary);
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-scrubbing { background: #00ff88; box-shadow: 0 0 10px rgba(0, 255, 136, 0.5); }
.dot-office { background: var(--ddos-primary); }

/* Map Pins Positioning */
.label-uk { top: 40%; left: 45%; }
.label-germany { top: 40%; left: 49%; }
.label-uae { top: 62%; left: 58%; }
.label-india { top: 72%; left: 66%; }
.label-singapore { top: 82%; left: 76%; }

/* ============================================
   EASY SETUP SECTION
   ============================================ */
.easy-setup-section {
  background: var(--ddos-bg-light);
}

.easy-setup-header {
  text-align: center;
  margin-bottom: var(--section-header-gap);
}

.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  margin-bottom: var(--section-content-gap-lg);
}

.setup-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  border-top: 2px dashed #e2e8f0;
}

.step-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--ddos-white);
  border: 2px solid var(--ddos-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: var(--ddos-primary);
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 105, 255, 0.1);
}

.setup-diagram-wrap {
  background: var(--ddos-white);
  border-radius: 30px;
  padding: 60px 40px;
  box-shadow: var(--ddos-shadow-md);
  margin-bottom: var(--section-content-gap);
  border: 1px solid var(--ddos-border);
}

.diagram-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.diagram-node {
  text-align: center;
  width: 140px;
}

.node-icon {
  width: 80px;
  height: 120px;
  background: var(--ddos-white);
  border: 1px solid #e2e8f0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--ddos-primary);
  margin: 0 auto 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.node-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 105, 255, 0.1);
  border-color: var(--ddos-primary);
}

.diagram-flows {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.flow-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.flow-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ddos-text-muted);
  width: 140px;
  text-align: center;
}

.flow-line {
  flex: 1;
  height: 2px;
  background: #e2e8f0;
  position: relative;
}

.flow-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  border-left: 6px solid #e2e8f0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.flow-item.active .flow-line { background: var(--ddos-primary); }
.flow-item.active .flow-line::after { border-left-color: var(--ddos-primary); }
.flow-item.attack .flow-line { background: #ff4d4d; border-top: 2px dashed #ff4d4d; height: 0; }
.flow-item.attack .flow-line::after { border-left-color: #ff4d4d; }

.middle-nodes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.small-node-icon {
  width: 60px;
  height: 60px;
  background: var(--ddos-white);
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ddos-primary);
  font-size: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.small-node-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 105, 255, 0.1);
}

.setup-logo {
  width: 80%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Make logo white for the blue background */
}

.small-node.vyom .small-node-icon {
  background: var(--ddos-primary);
  color: var(--ddos-white);
  border: none;
  padding: 10px;
}

.setup-cta {
  text-align: center;
  margin-top: var(--section-cta-gap);
}

.setup-footer-note {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  color: var(--ddos-text-muted);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.activate-btn {
  display: inline-block;
  padding: 14px 40px;
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  font-weight: 800;
  border-radius: 50px; /* Pill shape */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(0, 105, 255, 0.2);
  border: 2px solid transparent;
}

.activate-btn:hover {
  background: var(--ddos-white);
  color: var(--ddos-primary) !important;
  border-color: var(--ddos-primary);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 105, 255, 0.3);
}

/* ============================================
   CONNECTION OPTIONS SECTION
   ============================================ */
.connection-options-section {
  background: var(--ddos-white);
}

.connection-options-header {
  text-align: center;
  margin-bottom: var(--section-header-gap);
}

.connection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--section-grid-gap);
}

.connection-card {
  background: var(--ddos-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: var(--ddos-shadow-md);
  border: 1px solid var(--ddos-border);
  transition: transform 0.3s ease;
}

.connection-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 105, 255, 0.2);
}

.connection-card-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.connection-card-top i {
  font-size: 24px;
  color: var(--ddos-primary);
}

.connection-card-top h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin: 0;
}

.connection-card p {
  color: var(--ddos-text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   FILTER SECTION (Unique & Attractive)
   ============================================ */
.filter-traffic-section {
  background:
    radial-gradient(circle at top left, rgba(0, 105, 255, 0.06) 0%, transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(0, 105, 255, 0.05) 0%, transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  position: relative;
  overflow: hidden;
}

.filter-traffic-section::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.03) 0%, transparent 70%);
  z-index: 0;
}

.filter-traffic-section::after {
  content: '';
  position: absolute;
  bottom: 8%;
  left: -8%;
  width: 28%;
  height: 28%;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.04) 0%, transparent 72%);
  z-index: 0;
}

.filter-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto var(--section-header-gap);
  position: relative;
  z-index: 1;
}

.filter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 105, 255, 0.08);
  border: 1px solid rgba(0, 105, 255, 0.12);
  color: var(--ddos-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.filter-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(0, 105, 255, 0.12);
}

.filter-header .brand-label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ddos-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filter-header .brand-label span {
  color: var(--ddos-primary);
}

.filter-header h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  line-height: 1.05;
}

.filter-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 4px;
  background: var(--ddos-primary);
  border-radius: 2px;
}


.filter-header h2 span {
    color: #0069ff;
}

.filter-header p {
  font-size: 18px;
  color: var(--ddos-text-muted);
  line-height: 1.6;
  margin: 24px auto 0;
  max-width: 720px;
}

.filter-intro-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.filter-intro-pills span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 105, 255, 0.1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  font-size: 14px;
  font-weight: 700;
  color: var(--ddos-secondary);
}

.filter-intro-pills i {
  color: var(--ddos-primary);
}

.filter-main-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: var(--section-content-gap);
}

.filter-tab {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.98) 100%);
  padding: 22px 24px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  border: 1px solid rgba(0, 105, 255, 0.1);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  min-width: 210px;
  position: relative;
  overflow: hidden;
}

.filter-tab::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 105, 255, 0.9), rgba(0, 105, 255, 0));
  opacity: 0.12;
}

.filter-tab .tab-icon {
  font-size: 22px;
  color: var(--ddos-primary);
  background: linear-gradient(135deg, rgba(0, 105, 255, 0.12), rgba(0, 105, 255, 0.03));
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.filter-tab span {
  font-size: 16px;
  font-weight: 800;
  color: var(--ddos-secondary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.filter-tab small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

.filter-tab.active {
  background: linear-gradient(135deg, #0069ff 0%, #1b80ff 100%);
  border-color: var(--ddos-primary);
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0, 105, 255, 0.24);
}

.filter-tab.active::before {
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.filter-tab.active .tab-icon {
  background: rgba(255, 255, 255, 0.16);
  color: var(--ddos-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.filter-tab.active span,
.filter-tab.active small {
  color: var(--ddos-white);
}

.filter-content-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 255, 0.98) 100%);
  border-radius: 34px;
  padding: 34px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(0, 105, 255, 0.1);
  min-height: 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.filter-content-card::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -8%;
  width: 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.filter-content {
  display: none;
  width: 100%;
  animation: slideUpFade 0.5s ease-out forwards;
}

.filter-content.active {
  display: block;
}

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

.content-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: stretch;
  gap: 34px;
}

.content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stage-badge {
  display: inline-block;
  padding: 7px 15px;
  background: rgba(0, 105, 255, 0.08);
  border: 1px solid rgba(0, 105, 255, 0.12);
  color: var(--ddos-primary);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}

.content-text h3 {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 16px;
  line-height: 1.1;
}

.content-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ddos-text-muted);
  margin-bottom: 28px;
  max-width: 640px;
}

.benefit-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.benefit-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ddos-secondary);
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.95);
  border: 1px solid rgba(0, 105, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.benefit-points li i {
  color: #10b981;
  font-size: 18px;
  margin-top: 1px;
}

.content-visual {
  display: flex;
  align-items: stretch;
  position: relative;
}

.visual-core {
  width: 100%;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
  border: 1px solid rgba(0, 105, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.visual-core::after {
  content: '';
  position: absolute;
  top: -10%;
  right: -12%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.12) 0%, transparent 68%);
}

.visual-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #0069ff 0%, #318bff 100%);
  color: var(--ddos-white);
  font-size: 28px;
  box-shadow: 0 18px 34px rgba(0, 105, 255, 0.2);
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.visual-core h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.visual-core p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ddos-text-muted);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.visual-metric-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 1;
}

.visual-metric {
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 105, 255, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.visual-metric strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--ddos-secondary);
  margin-bottom: 4px;
}

.visual-metric span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.filter-cta {
  margin-top: var(--section-cta-gap);
  text-align: center;
}

.protect-btn {
  display: inline-block;
  padding: 18px 45px;
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  font-weight: 800;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 105, 255, 0.2);
}

.protect-btn:hover {
  background: var(--ddos-secondary);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Responsive Overrides for Filter Section */
@media (max-width: 1024px) {
  .content-body { flex-direction: column; text-align: center; gap: 40px; }
  .benefit-points { justify-items: center; }
  .filter-tabs { flex-wrap: wrap; }
  .filter-tab { min-width: calc(33.33% - 14px); }
}

@media (max-width: 768px) {
  .filter-tab { min-width: 100%; }
  .filter-content-card { padding: 30px; }
  .content-text h3 { font-size: 26px; }
  .benefit-points { grid-template-columns: 1fr; }
  .content-visual { display: none; }
}

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

/* ============================================
   FULL CONTROL SECTION
   ============================================ */
.full-control-section {
  background: var(--ddos-white);
}

.full-control-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.full-control-text h2 {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  color: var(--ddos-secondary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.full-control-text h2 span {
  color: var(--ddos-primary);
}

.full-control-text p {
  font-size: 17px;
  color: var(--ddos-text-muted);
  max-width: 540px;
  line-height: 1.6;
}

.control-list {
  list-style: none;
  padding: 0;
  margin: 35px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.control-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: var(--ddos-secondary);
  font-weight: 600;
  transition: transform 0.2s ease;
}

.control-list li:hover {
  transform: translateX(5px);
}

.control-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  background: rgba(0, 105, 255, 0.1);
  color: var(--ddos-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* Portal Gallery Styling */
.portal-gallery-wrap {
  width: 100%;
}

.portal-gallery-frame {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(145deg, #f0f7ff, #ffffff);
  border: 1px solid rgba(0, 105, 255, 0.15);
  box-shadow: var(--ddos-shadow-lg);
  overflow: hidden;
}

.portal-gallery-frame::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 105, 255, 0.12) 0%, rgba(0, 105, 255, 0) 72%);
  pointer-events: none;
}

.portal-gallery-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.portal-gallery-label,
.portal-gallery-meta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 105, 255, 0.15);
  color: var(--ddos-secondary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 10px rgba(0, 105, 255, 0.05);
}

.portal-gallery-meta {
  color: var(--ddos-primary);
}

.portal-slider {
  position: relative;
  z-index: 1;
}

.portal-slider-viewport {
  position: relative;
  min-height: clamp(340px, 36vw, 460px);
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 105, 255, 0.1);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.portal-slide {
  position: relative;
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  background: #ffffff;
}

.portal-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.portal-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: #ffffff;
}

.portal-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 80%, rgba(15, 23, 42, 0.05) 100%);
  pointer-events: none;
}

.portal-slide figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  color: var(--ddos-white);
  background: rgba(18, 10, 31, 0.75);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.portal-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 105, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ddos-secondary);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.portal-slider-arrow:hover {
  background: var(--ddos-primary);
  color: var(--ddos-white);
  transform: translateY(-50%) scale(1.1);
  border-color: var(--ddos-primary);
}

.portal-slider-prev {
  left: 16px;
}

.portal-slider-next {
  right: 16px;
}

/* ============================================
   PRICING PLANS SECTION
   ============================================ */
.vps-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.vps-card {
  background: var(--ddos-white);
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px 30px;
  flex: 0 0 calc(25% - 20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.vps-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 105, 255, 0.12);
  border-color: var(--ddos-primary);
}

.vps-card.best-deal, .vps-card.best-plan {
  border: 2px solid var(--ddos-primary);
}

.badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ddos-primary);
  color: var(--ddos-white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vps-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--ddos-secondary);
  text-align: center;
}

.price {
  font-size: 32px;
  font-weight: 800;
  color: var(--ddos-secondary);
  text-align: center;
  margin-bottom: 20px;
}

.price span {
  font-size: 14px;
  color: var(--ddos-text-muted);
}

.vps-btn {
  width: 100%;
  padding: 16px;
  background: var(--ddos-primary);
  color: var(--ddos-white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 800;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
}

.vps-btn:hover {
  background: var(--ddos-primary-hover);
}

.vps-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vps-features li {
  padding: 12px 0;
  font-size: 14px;
  color: var(--ddos-secondary);
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.vps-features li:before {
  content: "✓";
  color: var(--ddos-primary);
  font-weight: 900;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

@media (max-width: 1200px) {
  .hero-top-content { gap: 40px; }
  .vps-card { flex: 0 0 calc(50% - 20px); }
  .full-control-inner { gap: 40px; }
}

@media (max-width: 1024px) {
  .hero-top-content { flex-direction: column; text-align: left; align-items: flex-start; }
  .hero-left { max-width: 100%; }
  .hero-left .buttons { justify-content: flex-start; }
  .hero-right { justify-content: flex-start; margin-top: 40px; }
  .who-needs-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: none;
    margin: 0 0 var(--section-header-gap);
    padding: 0 0 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .who-card {
    flex: 0 0 min(72vw, 380px);
    min-width: min(72vw, 380px);
    scroll-snap-align: start;
  }
  .full-control-inner { grid-template-columns: 1fr; text-align: center; }
  .portal-gallery-wrap { max-width: 760px; margin: 0 auto; }
  .content-body { grid-template-columns: 1fr; text-align: left; gap: 28px; }
  .benefit-points { justify-items: stretch; }
  .filter-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 12px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
  }
  .filter-tab {
    flex: 0 0 min(320px, 72vw);
    min-width: min(320px, 72vw);
    scroll-snap-align: start;
  }
  .filter-header { text-align: center; margin-left: auto; margin-right: auto; }
  .filter-header h2::after { left: 50%; transform: translateX(-50%); }
  .filter-intro-pills { justify-content: center; }
}

@media (max-width: 768px) {
  :root {
    --section-padding: clamp(42px, 8vw, 60px);
    --section-padding-compact: clamp(22px, 4vw, 30px);
    --section-padding-hero-top: 68px;
    --section-padding-hero-bottom: 26px;
    --section-header-gap: clamp(30px, 6vw, 42px);
    --section-content-gap: clamp(24px, 5vw, 32px);
    --section-content-gap-lg: clamp(32px, 6vw, 48px);
    --section-cta-gap: clamp(24px, 5vw, 36px);
  }

  .site-container {
    padding: 0 20px;
  }

  .why-choose-grid { grid-template-columns: 1fr; }
  .who-needs-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    max-width: none;
    margin: 0 -20px var(--section-header-gap);
    padding: 0 20px 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    scroll-padding-left: 20px;
    overscroll-behavior-x: contain;
  }
  .who-card {
    flex: 0 0 min(84vw, 360px);
    min-width: min(84vw, 360px);
    scroll-snap-align: start;
  }
  .setup-steps { grid-template-columns: 1fr; gap: 30px; }
  .step-item { display: flex; align-items: center; text-align: left; gap: 20px; }
  .step-number { 
    margin: 0; 
    flex-shrink: 0; 
    background: rgba(16, 185, 129, 0.05);
  }
  .setup-steps::before { display: none; }
  .diagram-container { flex-direction: column; gap: 40px; }
  .diagram-flows { width: 100%; }
  .network-map-container { background-size: contain; min-height: 300px; padding-top: 60%; }
  .map-label { transform: scale(0.75); }
  .kpi-seq { gap: 30px; }
  .portal-gallery-frame { padding: 18px; }
  .portal-gallery-header { flex-direction: column; align-items: center; text-align: center; }
  .portal-slider-viewport { min-height: 280px; }
  .portal-slider-arrow {
    width: 40px;
    height: 40px;
  }
  .portal-slider-prev { left: 8px; }
  .portal-slider-next { right: 8px; }
  .filter-tab {
    flex-basis: min(280px, 78vw);
    min-width: min(280px, 78vw);
  }
  .filter-content-card { padding: 24px; border-radius: 26px; }
  .content-text h3 { font-size: 24px; }
  .benefit-points { grid-template-columns: 1fr; }
  .content-visual { display: flex; }
  .visual-core { padding: 24px; }
  .visual-core h4 { font-size: 22px; }
  
  .hero-left h1 { font-size: 32px; }
  .who-needs-header h2, .why-choose-header h2, .network-title-wrap h2 { font-size: 28px; }
}

@media (max-width: 640px) {
  .vps-card { flex: 0 0 100%; }
  .connection-grid { grid-template-columns: 1fr; }
  .filter-tabs { display: flex; width: 100%; overflow-x: auto; justify-content: flex-start; gap: 12px; padding-bottom: 10px; flex-wrap: nowrap; }
  .filter-tab { 
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: flex-start; 
    gap: 12px; 
    min-width: 180px; 
    padding: 16px 18px; 
  }
  .filter-tab .tab-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    border-radius: 14px;
  }
  .filter-tab span {
    font-size: 13px;
  }
  .filter-tab small { font-size: 10px; }
  .hero-left .buttons { flex-direction: column; gap: 12px; align-items: flex-start; }
  .start-btn, .trial-btn { 
    width: auto; 
    min-width: 240px; 
    max-width: 100%;
    text-align: center; 
    padding: 16px 30px;
  }
  .network-capacity .capacity-value { font-size: 42px; }
  .portal-gallery-label,
  .portal-gallery-meta {
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
  }
  .portal-slider-viewport { min-height: 220px; }
  .visual-metric-group { grid-template-columns: 1fr; }
}

/* Specific optimizations for small screens down to 320px */
@media (max-width: 480px) {
  :root {
    --section-padding: clamp(38px, 8vw, 48px);
    --section-padding-compact: 20px;
    --section-padding-hero-top: 60px;
    --section-padding-hero-bottom: 24px;
    --section-header-gap: 32px;
    --section-content-gap: 22px;
    --section-content-gap-lg: 30px;
    --section-cta-gap: 24px;
  }

  .site-container {
    padding: 0 15px;
  }

  .features-wrapper {
    gap: 14px;
    padding: 0 15px 40px;
    margin: 0 -15px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x proximity;
    scroll-padding-left: 15px;
    overscroll-behavior-x: contain;
  }

  .who-needs-grid {
    gap: 14px;
    margin: 0 -15px var(--section-header-gap);
    padding: 0 15px 10px;
    scroll-padding-left: 15px;
  }

  .hero-left h1 { font-size: 28px; margin-bottom: 15px; }
  .hero-left p { font-size: 15px; }
  
  .who-needs-header h2, .why-choose-header h2, .network-title-wrap h2, .vps-title, .full-control-text h2 { 
    font-size: 24px !important; 
    line-height: 1.3;
  }

  .feature-card {
    width: min(80vw, 260px);
    min-width: min(80vw, 260px);
    height: auto;
    min-height: 118px;
    padding: 18px;
    scroll-snap-align: start;
  }
  .feature-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
    border-radius: 14px;
    margin-bottom: 0;
  }
  .who-card {
    flex-basis: min(86vw, 300px);
    min-width: min(86vw, 300px);
  }
  
  .who-card { padding: 25px; }
  .benefit-card { padding: 25px; }
  
  .setup-diagram-wrap { padding: 30px 15px; }
  .step-item { gap: 15px; }
  .step-number { width: 50px; height: 50px; font-size: 20px; }
  .node-icon { width: 60px; height: 90px; font-size: 24px; }
  
  .vps-card { padding: 30px 20px; }
  .price { font-size: 28px; }
  
  .portal-gallery-frame { padding: 12px; border-radius: 20px; }
  .portal-slider-viewport { min-height: 180px; border-radius: 16px; }
  .portal-slide figcaption { font-size: 11px; padding: 4px 10px; bottom: 10px; left: 10px; }
  
  .network-capacity .capacity-value { font-size: 36px; }
  .network-capacity .capacity-label { font-size: 18px; }
  
  .kpi-card { min-width: 140px; }
  .kpi-k { font-size: 20px; }
  
  .map-label { display: none; } /* Hide map labels on very small screens to avoid clutter */
  .label-india { display: block; top: 70%; left: 65%; } /* Keep only India label */
  
  .control-list li { font-size: 14px; align-items: flex-start; }
  .control-list li::before { margin-top: 2px; }
  
  .filter-header { text-align: left; }
  .filter-header h2::after { left: 0; transform: none; }
  .filter-header p { margin-left: 0; }
  .filter-intro-pills { justify-content: flex-start; }
  .filter-content-card { padding: 20px; border-radius: 22px; text-align: left; }
  .content-text h3 { font-size: 22px; text-align: left; }
  .content-text p { font-size: 15px; text-align: left; }
  .benefit-points { justify-items: stretch; }
  .benefit-points li { font-size: 13px; justify-content: flex-start; padding: 13px 14px; }
  .visual-core { padding: 20px; border-radius: 22px; }
  .visual-core h4 { font-size: 20px; }
}

@media (max-width: 399px) {
  .network-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .network-capacity {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  .hero-left h1 { font-size: 26px; }
  .new-price { font-size: 28px; }
  .start-btn, .trial-btn { padding: 14px 20px; font-size: 14px; }
  .vps-card h3 { font-size: 18px; }
  .price { font-size: 24px; }
}
