.elementor-9346 .elementor-element.elementor-element-6200a21e > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}/* Start custom CSS for text-editor, class: .elementor-element-6200a21e */:root {
    --glacier-deep: #0a1628;
    --glacier-navy: #0f2440;
    --glacier-blue: #1a6fc4;
    --glacier-ice: #4db8e8;
    --glacier-frost: #a8dff0;
    --glacier-white: #e8f4fa;
    --glacier-snow: #f4fafe;
    --accent-gold: #d4a843;
    --text-primary: #1a1a2e;
    --text-secondary: #4a5568;
    --text-muted: #718096;
    --card-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
    --card-hover: 0 8px 40px rgba(10, 22, 40, 0.14);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

 

  /* HERO */
  .hero {
    background: linear-gradient(135deg, var(--glacier-deep) 0%, var(--glacier-navy) 40%, #133a5e 100%);
    padding: 100px 24px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 30% 50%, rgba(77, 184, 232, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 30%, rgba(168, 223, 240, 0.05) 0%, transparent 50%);
    animation: drift 20s ease-in-out infinite;
  }

  @keyframes drift {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-2%, 1%) rotate(1deg); }
  }

  .hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }

  .hero-tag {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--glacier-ice);
    background: rgba(77, 184, 232, 0.12);
    border: 1px solid rgba(77, 184, 232, 0.25);
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 28px;
  }

  .hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 900;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
  }

  .hero h1 span { color: var(--glacier-ice); }

  .hero-meta {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
  }

  .hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 48px;
    flex-wrap: wrap;
  }

  .hero-stat {
    text-align: center;
  }

  .hero-stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
  }

  .hero-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-top: 6px;
  }

  /* CONTENT */
  .content { max-width: 820px; margin: 0 auto; padding: 64px 24px; }

  .content p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 24px;
  }

  .content p strong { color: var(--text-primary); font-weight: 600; }

  .section-label {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--glacier-blue);
    margin-bottom: 12px;
  }

  .content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }

  /* DROP CARDS */
  .drops-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
  }

  .drop-card {
    background: var(--glacier-snow);
    border: 1px solid rgba(26, 111, 196, 0.08);
    border-radius: 16px;
    padding: 28px 32px;
    transition: all 0.3s ease;
    position: relative;
  }

  .drop-card:hover {
    box-shadow: var(--card-hover);
    transform: translateY(-2px);
    border-color: rgba(26, 111, 196, 0.15);
  }

  .drop-card.featured {
    background: linear-gradient(135deg, var(--glacier-snow) 0%, #e0f0fa 100%);
    border: 1px solid rgba(26, 111, 196, 0.18);
  }

  .drop-card.featured::after {
    content: 'MEGA DROP';
    position: absolute;
    top: 4px;
    right: 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--glacier-blue);
    background: rgba(26, 111, 196, 0.1);
    padding: 4px 12px;
    border-radius: 100px;
  }

  .drop-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 16px;
  }

  .drop-shop {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
  }

  .drop-city {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 400;
    margin-top: 2px;
  }

  .drop-count {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--glacier-blue);
    white-space: nowrap;
    line-height: 1;
  }

  .drop-count-label {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .drop-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .type-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--glacier-navy);
    background: rgba(26, 111, 196, 0.08);
    padding: 5px 14px;
    border-radius: 100px;
    white-space: nowrap;
  }

  /* DATE DIVIDER */
  .date-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 48px 0 28px;
  }

  .date-divider::before, .date-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(26, 111, 196, 0.15), transparent);
  }

  .date-divider span {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--glacier-blue);
    white-space: nowrap;
  }

  /* PRODUCT BREAKDOWN */
  .product-breakdown {
    background: var(--glacier-snow);
    border-radius: 20px;
    padding: 40px;
    margin: 48px 0;
    border: 1px solid rgba(26, 111, 196, 0.08);
  }

  .product-breakdown h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--text-primary);
  }

  .product-bar {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 16px;
  }

  .product-bar-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    min-width: 120px;
    text-align: right;
  }

  .product-bar-track {
    flex: 1;
    height: 28px;
    background: rgba(26, 111, 196, 0.06);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
  }

  .product-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--glacier-blue), var(--glacier-ice));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    min-width: 40px;
    transition: width 1s ease;
  }

  .product-bar-count {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
  }

  /* CTA */
  .cta-section {
    background: linear-gradient(135deg, var(--glacier-deep), var(--glacier-navy));
    border-radius: 24px;
    padding: 56px 48px;
    text-align: center;
    margin: 56px 0 24px;
    position: relative;
    overflow: hidden;
  }

  .cta-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(77, 184, 232, 0.1) 0%, transparent 70%);
  }

  .cta-section h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
  }

  .cta-section p {
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    margin-bottom: 28px;
    position: relative;
  }

  .cta-button {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--glacier-deep);
    background: #fff;
    padding: 16px 40px;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
  }

  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  }

  /* STRAINS MENTIONED */
  .strain-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 40px;
    justify-content: center;
  }

  .strain-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid rgba(26, 111, 196, 0.15);
    color: var(--glacier-navy);
    background: #fff;
    transition: all 0.2s ease;
  }

  .strain-tag:hover {
    background: var(--glacier-snow);
    border-color: var(--glacier-blue);
    transform: translateY(-1px);
  }

  @media (max-width: 640px) {
    .hero { padding: 72px 20px 56px; }
    .hero-stats { gap: 32px; }
    .hero-stat-number { font-size: 36px; }
    .content { padding: 48px 20px; }
    .content h2 { font-size: 26px; }
    .drop-header { flex-direction: column; }
    .product-bar-label { min-width: 90px; font-size: 12px; }
    .product-breakdown { padding: 28px 20px; }
    .cta-section { padding: 40px 24px; }
  }/* End custom CSS */