:root {
  --text-main: var(--wps-text);
  --primary-color: var(--wps-primary);
  --bg-main: var(--wps-bg);
  --bg-light: var(--wps-bg);
  --white: var(--wps-white);
  --bg-white: var(--wps-bg);
  --primary-dark: var(--wps-primary);
  --bg-card: var(--wps-bg);
  --primary: var(--wps-primary);
}

:root {
  --wps-primary: hsl(201, 63%, 61%);
  --wps-secondary: hsl(308, 50%, 61%);
  --wps-text: hsl(201, 10%, 11%);
  --wps-bg: hsl(201, 6%, 96%);
  --wps-white: #ffffff;
  --wps-nav-height: 80px;
}

body {
  margin: 0;
  padding-top: var(--wps-nav-height);
  background-color: var(--wps-bg);
  font-family: "Georgia", serif; 
  color: var(--wps-text);
  -webkit-font-smoothing: antialiased;
}

.shimmerVibe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wps-nav-height);
  background-color: var(--wps-white);
  border-bottom: 1px solid rgba(201, 10, 11, 0.1);
  display: flex;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cosmic_byte {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quartz_flow {
  font-family: "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wps-text);
  letter-spacing: -1px;
  transition: opacity 0.3s ease;
}
.quartz_flow:hover {
  opacity: 0.8;
}

.pixel_cloud {
  display: flex;
  align-items: center;
  gap: 48px;
}

.blaze77 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}
.lunar_snap {
  position: relative;
}

.sonicGlide {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--wps-text);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
  transition: color 0.3s ease;
}
.sonicGlide:hover {
  color: var(--wps-primary);
}
.sonicGlide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--wps-primary);
  transition: width 0.3s ease;
}
.sonicGlide:hover::after,
.frosty_node::after {
  width: 100%;
}

.echoDrift {
  display: flex;
  align-items: center;
}

.amberWave {
  background-color: var(--wps-text); 
  color: var(--wps-white);
  padding: 12px 28px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
.amberWave:hover {
  background-color: var(--wps-primary);
  transform: translateY(-1px);
}

.neonPulse {
  display: none;
}
.vortex_99 {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
}
.turbo_flux_x {
  width: 24px;
  height: 2px;
  background-color: var(--wps-text);
  transition: 0.3s;
}

@media (max-width: 1024px) {.cosmic_byte {
    padding: 0 24px;
  }
.pixel_cloud {
    gap: 24px;
  }
.blaze77 {
    gap: 16px;
  }}
@media (max-width: 768px) {.vortex_99 {
    display: flex;
  }
.pixel_cloud {
    position: absolute;
    top: var(--wps-nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--wps-white);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 0;
    border-bottom: 0px solid transparent;
  }
.neonPulse:checked ~ .pixel_cloud {
    height: auto;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
.blaze77 {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 0;
  }
.lunar_snap {
    width: 100%;
    text-align: center;
  }
.sonicGlide {
    display: block;
    padding: 20px 0;
    font-size: 18px;
  }
.echoDrift {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
  }
.amberWave {
    width: 80%;
    text-align: center;
  }
.neonPulse:checked + .vortex_99 .turbo_flux_x:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.neonPulse:checked + .vortex_99 .turbo_flux_x:nth-child(2) {
    transform: rotate(-45deg);
  }}

:root {
    --wps-primary: hsl(201, 63%, 61%);
    --wps-secondary: hsl(308, 50%, 61%);
    --wps-text: hsl(201, 10%, 11%);
    --wps-bg: hsl(201, 6%, 96%);
    --wps-white: #ffffff;
    --wps-nav-height: 80px;
    }
@media (max-width: 1024px) {
  .cosmic_byte {
    padding: 0 24px;
    }
  
    .pixel_cloud {
    gap: 24px;
    }
  
    .blaze77 {
    gap: 16px;
    }
}
@media (max-width: 768px) {
  .vortex_99 {
    display: flex;
    }
  
    .pixel_cloud {
    position: absolute;
    top: var(--wps-nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--wps-white);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 0;
    border-bottom: 0px solid transparent;
    }
  
    .neonPulse:checked ~ .pixel_cloud {
    height: auto;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
  
    .blaze77 {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 0;
    }
  
    .lunar_snap {
    width: 100%;
    text-align: center;
    }
  
    .sonicGlide {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    }
  
    .echoDrift {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
    }
  
    .amberWave {
    width: 80%;
    text-align: center;
    }
  
    .neonPulse:checked + .vortex_99 .turbo_flux_x:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
  
    .neonPulse:checked + .vortex_99 .turbo_flux_x:nth-child(2) {
    transform: rotate(-45deg);
    }
}
@media (max-width: 768px) {
  .data_prism, .zenithShift {
    grid-template-columns: 1fr;
    flex-direction: column;
    }
  
    .cyber_net h1 {
    font-size: 2.5rem;
    }
  
    .hydroSpark {
    flex-direction: column;
    gap: 2rem;
    }
}

    body {
    margin: 0;
    padding-top: var(--wps-nav-height);
    background-color: var(--wps-bg);
    font-family: "Georgia", serif; 
    color: var(--wps-text);
    -webkit-font-smoothing: antialiased;
    }

    .shimmerVibe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wps-nav-height);
    background-color: var(--wps-white);
    border-bottom: 1px solid rgba(201, 10, 11, 0.1);
    display: flex;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    }

    .cosmic_byte {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .quartz_flow {
    font-family: "Times New Roman", serif;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--wps-text);
    letter-spacing: -1px;
    transition: opacity 0.3s ease;
    }

    .quartz_flow:hover {
    opacity: 0.8;
    }

    .pixel_cloud {
    display: flex;
    align-items: center;
    gap: 48px;
    }

    .blaze77 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
    }

    .lunar_snap {
    position: relative;
    }

    .sonicGlide {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--wps-text);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    transition: color 0.3s ease;
    }

    .sonicGlide:hover {
    color: var(--wps-primary);
    }

    .sonicGlide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wps-primary);
    transition: width 0.3s ease;
    }

    .sonicGlide:hover::after,
    .frosty_node::after {
    width: 100%;
    }

    .echoDrift {
    display: flex;
    align-items: center;
    }

    .amberWave {
    background-color: var(--wps-text); 
    color: var(--wps-white);
    padding: 12px 28px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    }

    .amberWave:hover {
    background-color: var(--wps-primary);
    transform: translateY(-1px);
    }

    .neonPulse {
    display: none;
    }

    .vortex_99 {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 10px;
    }

    .turbo_flux_x {
    width: 24px;
    height: 2px;
    background-color: var(--wps-text);
    transition: 0.3s;
    }

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

    main {
    display: block;
    width: 100%;
    }

    .seo-metadata {
    display: none;
    }

    .aero_glide {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    }

    section {
    padding: 80px 0;
    border-bottom: 1px solid var(--border-color);
    }

    .cyber_net {
    padding: 120px 0 80px;
    background: var(--bg-white);
    text-align: center;
    }

    .cyber_net h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }

    .cyber_net p {
    font-size: 1.25rem;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    }

    .frost_bite {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    }

    .ozoneDrift {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    }

    .syncMode {
    background-color: var(--primary);
    color: white;
    }

    .syncMode:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    }

    .signal01 {
    background-color: transparent;
    border-color: var(--text-main);
    color: var(--text-main);
    }

    .signal01:hover {
    background-color: var(--text-main);
    color: white;
    }

    .async_task {
    margin-top: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    }

    .async_task img {
    width: 100%;
    height: auto;
    display: block;
    }

    .data_prism {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: center;
    }

    .terraSpin h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: serif;
    }

    .neural_path img {
    width: 100%;
    border: 1px solid var(--border-color);
    }

    .magma_fuse {
    background: var(--text-main);
    color: white;
    padding: 40px 0;
    }

    .magma_fuse .aero_glide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .frame_rate {
    font-family: monospace;
    opacity: 0.8;
    }

    .phantomGlow {
    background: var(--bg-white);
    }

    .zenithShift {
    display: flex;
    gap: 3rem;
    background: var(--bg-main);
    padding: 3rem;
    margin-top: 3rem;
    }

    .emberFlick {
    flex: 1;
    }

    .cableVibe {
    flex: 1;
    }

    .cableVibe img {
    width: 100%;
    object-fit: cover;
    }

    footer {
    padding: 60px 0;
    background-color: var(--bg-white);
    border-top: 2px solid var(--text-main);
    }

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

    .spark_wire h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }

    .solar_bloom {
    display: flex;
    gap: 4rem;
    }

    .logicFlare h4 {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }

    .logicFlare ul {
    list-style: none;
    }

    .logicFlare ul li {
    margin-bottom: 0.6rem;
    }

    .logicFlare a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    }

    .logicFlare a:hover {
    color: var(--primary);
    }

    .packetLoss {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #888;
    }

    .rift_vortex {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500;
    }

@media (max-width: 768px) {
  .meter_read { grid-template-columns: 1fr; }
}

    .dialSet {
    padding: 80px 0;
    text-align: center;
    background: radial-gradient(circle at top right, hsla(201, 63%, 61%, 0.1), transparent);
    }

    h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-main);
    letter-spacing: -0.02em;
    }

    .logicGate {
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1.25rem;
    color: #4a5568;
    }

    .script_vibe {
    margin-bottom: 3rem;
    }

    .knob_turn {
    padding: 80px 0;
    background: var(--white);
    }

    h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 3.5rem;
    }

    .meter_read {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    }

    .codeMorphic {
    padding: 2.5rem;
    border: 1px solid var(--gray-border);
    border-radius: 8px;
    text-align: center;
    transition: var(--transition);
    }

    .codeMorphic:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .codeMorphic h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    }

    .sliderSnap {
    padding: 80px 0;
    }

    .bitCrunch {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }

    .bitCrunch th, .bitCrunch td {
    padding: 1.2rem;
    text-align: left;
    border-bottom: 1px solid var(--gray-border);
    }

    .bitCrunch th {
    background: #f8fafc;
    font-weight: 600;
    width: 30%;
    }

    .switchFlip {
    text-align: center;
    padding: 40px 0;
    font-size: 0.95rem;
    color: #718096;
    }

    .switchFlip a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 10px;
    }

    .switchFlip a:hover { text-decoration: underline; }

    .gaugePeak {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    }

    .toggle_vibe {
    text-align: center;
    font-size: 0.875rem;
    }

    .byte_shift {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fff4;
    color: #2f855a;
    padding: 0.5rem 1rem;
    border-radius: 99px;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    }

@media (max-width: 768px) {
  .shield_aura, .shield_aura:nth-child(even) {
    flex-direction: column;
    gap: 30px;
    }
}

    .seo-meta { display: none; }

    .magic_orb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    }

    h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
    }

    p {
    font-size: 1.125rem;
    color: hsl(201, 10%, 30%);
    margin-bottom: 1.5rem;
    }

    .levelUp { max-width: 900px; margin: 0 auto; }

    .powerCell {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    margin-top: 3rem;
    transition: var(--transition);
    }

    .strikeZone {
    background: var(--bg-card);
    padding: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
    }

    .strikeZone:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

    .shield_aura {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    }

    .shield_aura:nth-child(even) { flex-direction: row-reverse; }

    .quest_log { flex: 1; }

    .impact_point { flex: 1.2; }

    .impact_point img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .energy_core {
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
    }

    .energy_core:hover {
    border-bottom-color: var(--primary);
    gap: 8px;
    }

    .blastRadius {
    display: inline-block;
    padding: 6px 16px;
    background: var(--primary);
    color: white;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
    }

    .inventorySlot {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    display: block;
    }

    .solar_bloom a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.7;
    }

    .solar_bloom a:hover { opacity: 1; }

    .healthRegen {
    font-size: 0.875rem;
    color: #666;
    }

@media (min-width: 768px) {
  .dungeon_crawl::before {
    left: 50%;
    transform: translateX(-50%);
    }
}
@media (min-width: 768px) {
  .lootDrop {
    width: 45%;
    }
  
    .lootDrop:nth-child(even) {
    margin-left: auto;
    }
  
    .lootDrop:nth-child(odd) {
    margin-right: auto;
    text-align: right;
    }
}
@media (min-width: 768px) {
  .level_cap {
    left: 50%;
    }
}
@media (min-width: 768px) {
  .bossFight {
    margin-left: 0;
    }
}

    .rubyGem {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    }

    .mana_pool {
    max-width: 1000px;
    margin: 0 auto 80px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid var(--border-color);
    }

    .mana_pool img {
    width: 100%;
    height: auto;
    display: block;
    }

    .dungeon_crawl {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px 100px;
    position: relative;
    }

    .dungeon_crawl::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 100px;
    width: 2px;
    background: var(--border-color);
    }

    .lootDrop {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    }

    .level_cap {
    position: absolute;
    left: 24px;
    top: 0;
    width: 12px;
    height: 12px;
    background: var(--primary);
    border-radius: 50%;
    transform: translate(-50%, 8px);
    z-index: 2;
    box-shadow: 0 0 0 4px var(--bg-light), 0 0 0 6px var(--primary);
    }

    .bossFight {
    background: var(--white);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    margin-left: 48px;
    }

    .xpBoost {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: block;
    }

    .pearlDust {
    list-style: none;
    text-align: left;
    }

    .pearlDust li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    }

    .pearlDust li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary);
    }

    .emerald_eye {
    background: var(--white);
    padding: 80px 24px;
    text-align: center;
    border-top: 1px solid var(--border-color);
    }

    .ozoneDrift:hover {
    background: var(--primary-dark);
    }

    .gold_coin {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    display: block;
    }

@media (max-width: 768px) {
  .linen_pants {
    grid-template-columns: 1fr;
    }
  
    h1 {
    font-size: 1.8rem;
    }
  
    .cottonShirt {
    padding: 40px 20px;
    }
}

    .wool_hat {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 4px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    .linen_pants {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
    }

    .silkScarf {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 40px;
    transition: transform 0.3s ease;
    }

    .silkScarf:hover {
    box-shadow: 10px 10px 0px var(--primary);
    }

    .clothRobe {
    list-style: none;
    }

    .clothRobe li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    }

    .clothRobe li span:first-child {
    font-weight: 600;
    color: #555;
    }

    .onyx_blade {
    margin: 100px 0;
    position: relative;
    }

    .onyx_blade img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(0.2);
    border: 1px solid var(--text-main);
    }

    .ironShield {
    margin-top: 15px;
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
    }

    .cottonShirt {
    background: var(--text-main);
    color: var(--white);
    padding: 60px;
    text-align: center;
    margin-bottom: 80px;
    }

    .cottonShirt p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    }

    .steel_helm {
    display: flex;
    justify-content: center;
    gap: 20px;
    }

    .leather_boots {
    color: #888;
    margin-top: 5px;
    font-size: 0.8rem;
    }

@media (max-width: 768px) {
  .plastic_cup, .plastic_cup.glassJar {
    grid-template-columns: 1fr;
    direction: ltr;
    }
}

    h1, h2, h3 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.2;
    }

    .ceramic_pot {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    gap: 20px;
    }

    .satin_ribbon {
    padding: 80px 0;
    border-bottom: 1px solid var(--gray);
    }

    .satin_ribbon:last-of-type {
    border-bottom: none;
    }

    .plastic_cup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }

    .plastic_cup.glassJar {
    direction: rtl;
    }

    .plastic_cup.glassJar .laceEdge {
    direction: ltr;
    }

    h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: var(--primary);
    margin-top: 10px;
    }

    .nylonBag {
    list-style: none;
    }

    .nylonBag li {
    margin-bottom: 1rem;
    padding-left: 30px;
    position: relative;
    }

    .nylonBag li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    }

    .velvetCloak img {
    width: 100%;
    display: block;
    border-radius: 2px;
    filter: grayscale(10%) contrast(1.05);
    transition: filter 0.3s ease;
    }

    .velvetCloak img:hover {
    filter: grayscale(0%);
    }

    .denim_jacket {
    font-family: serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    }

.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}