@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');


.home-modern-page {
  --hm-bg: #020617;
  --hm-panel: rgba(11, 15, 25, 0.85);
  --hm-border: rgba(255, 255, 255, 0.08);
  --hm-text: #ffffff;
  --hm-muted: rgba(255, 255, 255, 0.6);
  --hm-indigo: #4f46e5;
  --hm-emerald: #10b981;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--hm-text);
  background: var(--hm-bg);
  overflow-x: hidden;
}

.home-modern-page h1,
.home-modern-page h2,
.home-modern-page h3,
.home-modern-page h4,
.home-modern-page .hm-font-display {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
}

.home-modern-page .hm-mono {
  font-family: "JetBrains Mono", ui-monospace, monospace;
}


.hm-bg-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #020617;
  overflow: hidden;
}

.hm-bg-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(30, 27, 75, 0.45) 0%, transparent 65%);
  opacity: 0.85;
}

.hm-bg-deep-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, transparent 70%);
  opacity: 0.4;
  pointer-events: none;
}

.hm-bg-icons {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.hm-bg-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.28));
}

.hm-bg-icon--btc {
  top: 15%;
  left: 12%;
  width: 52px;
  height: 52px;
  color: #f97316;
}

.hm-bg-icon--cpu {
  top: 12%;
  right: 14%;
  width: 44px;
  height: 44px;
  color: #6366f1;
}

.hm-bg-icon--zap {
  top: 44%;
  right: 18%;
  width: 48px;
  height: 48px;
  color: #3b82f6;
}

.hm-bg-icon--coin {
  top: 68%;
  left: 10%;
  width: 44px;
  height: 44px;
  color: #10b981;
}

.hm-bg-icon--net {
  top: 26%;
  left: 38%;
  width: 40px;
  height: 40px;
  color: #22d3ee;
}

.hm-bg-icon--gem {
  top: 72%;
  right: 12%;
  width: 38px;
  height: 38px;
  color: #c084fc;
}

.hm-bg-perspective {
  position: absolute;
  inset: 0;
  z-index: 10;
  perspective: 2000px;
  pointer-events: none;
}

.hm-hc-half {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  opacity: 0.9;
  will-change: transform, opacity;
}

.hm-hc-half--left {
  clip-path: polygon(
    0% 0%,
    50% 0%,
    62% 10%,
    44% 20%,
    58% 30%,
    38% 40%,
    66% 50%,
    42% 60%,
    56% 70%,
    34% 80%,
    60% 90%,
    50% 100%,
    0% 100%
  );
  transform-origin: left center;
}

.hm-hc-half--right {
  clip-path: polygon(
    100% 0%,
    50% 0%,
    62% 10%,
    44% 20%,
    58% 30%,
    38% 40%,
    66% 50%,
    42% 60%,
    56% 70%,
    34% 80%,
    60% 90%,
    50% 100%,
    100% 100%
  );
  transform-origin: right center;
}

.hm-hc-half--left::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, transparent, rgba(99, 102, 241, 0.1));
  pointer-events: none;
}

.hm-hc-half--right::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to left, transparent, rgba(99, 102, 241, 0.1));
  pointer-events: none;
}

.hm-honeycomb-pattern {
  position: absolute;
  inset: -25%;
  background-color: transparent;
  background-image:
    radial-gradient(circle at center, rgba(99, 102, 241, 0.25) 0%, transparent 85%),
    url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='%236366f1' stroke-width='2' stroke-opacity='0.4'/%3E%3C/svg%3E");
  background-size: 56px 100px;
}

.hm-honeycomb-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66' fill='none' stroke='black' stroke-width='3' stroke-opacity='0.6' transform='translate(3,3)'/%3E%3C/svg%3E");
  background-size: 56px 100px;
  filter: blur(2px);
}

.hm-honeycomb-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' viewBox='0 0 56 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66' fill='none' stroke='white' stroke-width='1' stroke-opacity='0.25' transform='translate(-1,-1)'/%3E%3C/svg%3E");
  background-size: 56px 100px;
}

.hm-hc-inset--left {
  box-shadow: inset -30px 0 60px rgba(0, 0, 0, 0.8);
}

.hm-hc-inset--right {
  box-shadow: inset 30px 0 60px rgba(0, 0, 0, 0.8);
}

.hm-bg-divider {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.hm-bg-divider-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hm-jagged-path {
  will-change: stroke-dashoffset, opacity;
}

.hm-bg-divider-glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(99, 102, 241, 0.22);
  filter: blur(24px);
  opacity: 0.35;
  will-change: opacity;
}

.hm-scanlines {
  position: absolute;
  inset: 0;
  z-index: 50;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background-size: 100% 4px;
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hm-bg-icon {
    width: 32px;
    height: 32px;
    opacity: 0.85;
  }

  .hm-bg-icon--btc {
    width: 36px;
    height: 36px;
  }

  .hm-bg-icon--cpu {
    width: 30px;
    height: 30px;
  }

  .hm-bg-icon--zap {
    width: 34px;
    height: 34px;
  }

  .hm-bg-icon--coin {
    width: 30px;
    height: 30px;
  }

  .hm-bg-icon--net {
    width: 28px;
    height: 28px;
  }

  .hm-bg-icon--gem {
    width: 28px;
    height: 28px;
  }
}


.home-modern-main {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .home-modern-main {
    padding-top: 7.5rem;
  }
}

.hm-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .hm-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hm-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


.hm-hero {
  text-align: center;
  margin-bottom: 8rem;
}

.hm-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  margin-bottom: 2rem;
}

.hm-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: hm-pulse 2s ease-in-out infinite;
}

@keyframes hm-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.hm-badge span:last-child {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.hm-hero-title {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hm-gradient-text {
  background: linear-gradient(90deg, #818cf8, #c084fc, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hm-hero-sub {
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--hm-muted);
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  line-height: 1.65;
}

.hm-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .hm-hero-actions {
    flex-direction: row;
  }
}

.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 3.5rem;
  padding: 0 2rem;
  font-size: 1.05rem;
}

.hm-btn-primary {
  background: #4f46e5;
  color: #fff;
  box-shadow: 0 0 20px rgba(79, 70, 229, 0.4);
}

.hm-btn-primary:hover {
  background: #4338ca;
  color: #fff;
  box-shadow: 0 0 28px rgba(79, 70, 229, 0.55);
}

.hm-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hm-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hm-bonus-card {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.12), rgba(168, 85, 247, 0.1), rgba(16, 185, 129, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.hm-bonus-inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hm-bonus-inner {
    align-items: center;
  }
}

.hm-bonus-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #818cf8, #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.hm-bonus-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.hm-bonus-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #fff;
}

.hm-bonus-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0;
}


.hm-section {
  margin-bottom: 8rem;
}

.hm-section-head {
  text-align: center;
  margin-bottom: 4rem;
}

.hm-section-head h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hm-section-head p {
  color: var(--hm-muted);
  margin: 0;
}

.hm-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .hm-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hm-feature-card {
  padding: 2rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
  border: 1px solid var(--hm-border);
  backdrop-filter: blur(16px);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.hm-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 48px rgba(79, 70, 229, 0.08);
  transform: translateY(-2px);
}

.hm-feature-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hm-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hm-feature-card p {
  color: var(--hm-muted);
  line-height: 1.65;
  margin: 0;
}


.hm-workflow-line {
  display: none;
}

@media (min-width: 768px) {
  .hm-workflow-grid {
    position: relative;
  }
  .hm-workflow-line {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    transform: translateY(-50%);
    z-index: 0;
  }
}

.hm-workflow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .hm-workflow-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hm-step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hm-step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0b0f19;
  border: 1px solid rgba(99, 102, 241, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 24px rgba(79, 70, 229, 0.2);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.25rem;
  font-weight: 700;
  color: #818cf8;
}

.hm-step h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hm-step p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  max-width: 12rem;
}


#investment-plans {
  scroll-margin-top: 6rem;
}

.hm-plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .hm-plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .hm-plans-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hm-plan-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(11, 15, 25, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  transition: border-color 0.35s, box-shadow 0.35s;
}

.hm-plan-card:hover {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 24px 48px rgba(79, 70, 229, 0.12);
}

.hm-plan-topbar {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #6366f1, #a855f7, #34d399);
  opacity: 0.75;
}

.hm-plan-card:hover .hm-plan-topbar {
  opacity: 1;
}

.hm-plan-media {
  position: relative;
  height: 12rem;
  overflow: hidden;
}

.hm-plan-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 15, 25, 0.95) 100%);
  z-index: 1;
}

.hm-plan-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hm-plan-card:hover .hm-plan-media img {
  transform: scale(1.05);
}

.hm-plan-title-overlay {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
}

.hm-plan-title-overlay h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.hm-plan-price {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
 margin-top: 0.25rem;
}

.hm-plan-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.hm-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-plan-row span:first-child {
  color: var(--hm-muted);
}

.hm-plan-row span:last-child {
  text-align: right;
  font-family: "JetBrains Mono", monospace;
  color: #fff;
}

.hm-plan-row .hm-emerald {
  color: #34d399 !important;
}

.hm-progress-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 0.75rem;
}

.hm-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6366f1, #34d399);
  transition: width 0.4s ease;
}

.hm-plan-rebate {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
}

.hm-plan-rebate-item {
  text-align: center;
}

.hm-plan-rebate-circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid rgba(250, 204, 21, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.35rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.hm-plan-cta {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  background: #4f46e5;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(79, 70, 229, 0.35);
}

.hm-plan-cta:hover {
  background: #4338ca;
  color: #fff !important;
}

.hm-plans-footer {
  text-align: center;
  margin-top: 2.5rem;
}

.hm-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

.hm-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}


.hm-dash-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .hm-dash-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hm-metric {
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s;
}

.hm-metric:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.hm-metric-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--hm-muted);
  margin-bottom: 0.35rem;
}

.hm-metric-label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hm-metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.hm-dash-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .hm-dash-panels {
    grid-template-columns: 2fr 1fr;
  }
}

.hm-panel {
  border-radius: 1rem;
  background: rgba(11, 15, 25, 0.65);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hm-panel-head {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.hm-panel-head svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.hm-panel-body {
  padding: 1.25rem;
}

.hm-chart-wrap {
  height: 280px;
  width: 100%;
}

.hm-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.hm-log-scroll {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.hm-log-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.hm-log-list::-webkit-scrollbar {
  width: 6px;
}
.hm-log-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.hm-log-item {
  border-left: 2px solid rgba(99, 102, 241, 0.45);
  padding-left: 0.75rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.hm-log-time {
  font-size: 0.7rem;
  font-family: "JetBrains Mono", monospace;
  color: #818cf8;
  margin-bottom: 0.2rem;
}

.hm-log-msg {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}


.home-modern-page .announcement-container {
  background: rgba(11, 15, 25, 0.95);
  border: 1px solid rgba(99, 102, 241, 0.35);
}


.announcement-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.announcement-modal.show {
  opacity: 1;
  visibility: visible;
}

.announcement-container {
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.announcement-header {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(138, 43, 226, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-title {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.announcement-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  opacity: 0.7;
}

.announcement-close:hover {
  opacity: 1;
}

.announcement-body {
  padding: 20px;
  color: #fff;
}

.announcement-subtitle {
  color: #a855f7;
  margin-bottom: 15px;
  font-weight: 600;
}

.announcement-text {
  margin-bottom: 10px;
  line-height: 1.6;
}

.announcement-footer {
  padding: 15px 20px;
  border-top: 1px solid rgba(138, 43, 226, 0.3);
}

.announcement-btn {
  background-color: #6366f1;
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.announcement-btn:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .announcement-container {
    width: 95%;
    max-height: 80vh;
    overflow-y: auto;
  }
  .announcement-title {
    font-size: 18px;
  }
  .announcement-subtitle {
    font-size: 16px;
  }
  .announcement-text {
    font-size: 14px;
  }
  .announcement-btn {
    width: 100%;
  }
}
