:root {
  --chrome-text-primary: var(--primary-color);
  --container-width: 1200px;
  --chrome-radius-sm: var(--radius-sm);
  --chrome-radius-md: var(--radius-md);
  --bg-card: var(--bg-color);
  --text-main: var(--text-color);
  --accent-blue: var(--primary-color);
  --chrome-primary: var(--primary-color);
  --chrome-card-bg: var(--bg-color);
  --bg-footer: var(--bg-color);
  --bg-body: var(--bg-color);
  --chrome-border: var(--border-color);
  --chrome-radius-lg: var(--radius-lg);
  --bg-page: var(--bg-color);
  --chrome-accent-soft: var(--primary-color);
  --chrome-bg: var(--bg-color);
  --primary-hover: var(--primary-color);
  --bg-main: var(--bg-color);
  --border-radius-lg: var(--radius-lg);
  --primary-color: hsl(215, 82%, 45%);
  --secondary-color: hsl(332, 50%, 50%);
  --bg-color: hsl(215, 20%, 98%);
  --text-color: hsl(215, 25%, 12%);
  --text-muted: hsl(215, 12%, 40%);
  --border-color: hsl(215, 15%, 88%);
  --white: #ffffff;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.04);
  --nav-height: 64px;
  --max-width: 1100px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  
  padding-top: var(--nav-height);
}

.Glitch_99 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px); 
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onyx_prime {
  width: 100%;
  max-width: var(--max-width);
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neonMamba {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.kinesis_x {
  width: 28px;
  height: 28px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pixel_shade {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-color);
}

.pxi_v4 {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 8px;
}
.Zenith7 {
  display: flex;
  align-items: center;
}
.voxelState {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 12px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.voxelState:hover {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.04);
}
.voxelState.skyVortex {
  color: var(--primary-color);
  background-color: hsla(215, 82%, 45%, 0.08);
}

.flux_cap {
  margin-left: 12px;
}
.alphaOmega {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 8px 18px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.alphaOmega:hover {
  filter: brightness(1.1);
  box-shadow: var(--shadow-md);
}

.blueThistle {
  display: none;
}
.mottleFlow {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 4px;
}
.mottleFlow .kr_01 {
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition);
}

@media (max-width: 860px) {.mottleFlow {
    display: flex;
  }
.pxi_v4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: var(--white);
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    gap: 4px;
    box-shadow: var(--shadow-lg);
    display: none; 
  }
.blueThistle:checked ~ .pxi_v4 {
    display: flex;
  }
.Zenith7 {
    width: 100%;
  }
.voxelState {
    width: 100%;
    padding: 12px;
  }
.flux_cap {
    margin-left: 0;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
  }
.alphaOmega {
    width: 100%;
    text-align: center;
    padding: 12px;
  }}

@media (max-width: 860px) {
  .mottleFlow {
    display: flex;
    }
  
    .pxi_v4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: var(--white);
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    gap: 4px;
    box-shadow: var(--shadow-lg);
    display: none; 
    }
  
    .blueThistle:checked ~ .pxi_v4 {
    display: flex;
    }
  
    .Zenith7 {
    width: 100%;
    }
  
    .voxelState {
    width: 100%;
    padding: 12px;
    }
  
    .flux_cap {
    margin-left: 0;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
    }
  
    .alphaOmega {
    width: 100%;
    text-align: center;
    padding: 12px;
    }
}
@media (max-width: 768px) {
  .zyxMod h1 { font-size: 2.5rem; }
  
    .x7factor, .pilot_v2 { grid-template-columns: 1fr; }
  
    .x7factor { gap: 40px; }
}

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

    body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    
    padding-top: var(--nav-height);
    }

    .Glitch_99 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px); 
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .onyx_prime {
    width: 100%;
    max-width: var(--max-width);
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .neonMamba {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    }

    .kinesis_x {
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .pixel_shade {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }

    .pxi_v4 {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    }

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

    .voxelState {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    padding: 8px 12px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }

    .voxelState:hover {
    color: var(--text-color);
    background-color: rgba(0, 0, 0, 0.04);
    }

    .voxelState.skyVortex {
    color: var(--primary-color);
    background-color: hsla(215, 82%, 45%, 0.08);
    }

    .flux_cap {
    margin-left: 12px;
    }

    .alphaOmega {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 18px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }

    .alphaOmega:hover {
    filter: brightness(1.1);
    box-shadow: var(--shadow-md);
    }

    .blueThistle {
    display: none;
    }

    .mottleFlow {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 4px;
    }

    .mottleFlow .kr_01 {
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
    }

    main {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--bg-main);
    overflow-x: hidden;
    }

    .drift09 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
    }

    .zyxMod {
    padding: 100px 0 80px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-main) 100%);
    }

    .zyxMod h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--text-main);
    line-height: 1.2;
    }

    .zyxMod p {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 40px;
    }

    .quantum_j {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 60px;
    }

    .deepSea {
    background-color: var(--primary-color);
    color: white;
    padding: 16px 36px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(26, 115, 232, 0.3);
    }

    .deepSea:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    }

    .silent_m {
    max-width: 900px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    display: block;
    }

    .megaDrive {
    padding: 100px 0;
    background-color: #ffffff;
    }

    .logic_gate {
    text-align: center;
    margin-bottom: 60px;
    }

    .logic_gate h2 {
    font-size: 2.25rem;
    margin-bottom: 16px;
    }

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

    .vln_str h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    }

    .blizzardK {
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    }

    .zone51 {
    padding: 100px 0;
    background-color: var(--bg-main);
    }

    .pilot_v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

    .velvetBox {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    }

    .velvetBox:hover {
    box-shadow: var(--shadow-md);
    }

    .velvetBox h3 {
    margin-bottom: 16px;
    font-size: 1.4rem;
    }

    .infraRed {
    display: inline-block;
    background-color: #e8f0fe;
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
    }

    .high_volt {
    padding: 60px 0;
    border-top: 1px solid var(--border-color);
    background: #fff;
    font-size: 0.95rem;
    }

    .high_volt a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    }

    .high_volt a:hover {
    border-bottom-color: var(--primary-color);
    }

    footer {
    background-color: var(--bg-footer);
  
    padding: 60px 0 30px;
    text-align: center;
    }

    .mottle_run {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    }

    .pkRes8 {
    margin-bottom: 30px;
    }

    .pkRes8 a {

    margin: 0 15px;
    text-decoration: none;
    font-size: 0.9rem;
    }

    .pkRes8 a:hover {
    color: #fff;
    }

    .echo_vibe {
    font-size: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    }

    .features {
    padding: 100px 0;
    background-color: #ffffff;
    }

    .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
    }

    .section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--text-main);
    letter-spacing: -0.01em;
    }

    .section-header p {
    font-size: 1.125rem;
    color: var(--text-muted);
    }

    .feature-card {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    }

    .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
    }

    .feature-icon {
    width: 56px;
    height: 56px;
    background-color: hsla(215, 72%, 58%, 0.1);
    color: var(--primary-color);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.5rem;
    }

    .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-main);
    }

    .feature-desc {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    flex-grow: 1;
    }

    .user_v2 {
    margin-top: 32px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    background-color: var(--bg-main);
    }

    .user_v2 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: var(--transition);
    }

    .feature-card:hover .user_v2 img {
    transform: scale(1.05);
    }

@media (max-width: 768px) {
  .iron_b h1 { font-size: 2.2rem; }
  
    .bit32 { flex-direction: column; }
}

    .marble_a {
    display: none;
    }

    .iron_b {
    padding: 80px 0 60px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, var(--bg-page) 100%);
    }

    .iron_b h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    color: var(--text-main);
    }

    .dark_m {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 40px;
    }

    .cloud_w {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    display: inline-block;
    border: 1px solid var(--border-color);
    }

    .level_09 {
    margin-top: 20px;
    font-size: 0.9rem;
    color: var(--text-muted);
    }

    .gamma_r {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin: 60px 0;
    }

    .neon_g {
    background: var(--bg-card);
    padding: 30px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    text-align: center;
    transition: transform 0.3s ease;
    }

    .neon_g:hover {
    transform: translateY(-5px);
    }

    .neon_g h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    }

    .neon_g a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    }

    .amber_y {
    padding: 80px 0;
    background: var(--bg-card);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    }

    .bit32 {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    }

    .quartz_z {
    flex: 1;
    min-width: 300px;
    }

    .light99 {
    flex: 1;
    min-width: 300px;
    }

    .light99 img {
    width: 100%;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    }

    .quartz_z h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    }

    .blue_f {
    list-style: none;
    }

    .silver_f {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    }

    .fast_s {
    background: var(--accent-blue);
    color: var(--primary-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    }

    .prism_c {
    padding: 80px 0;
    }

    .swift_w {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    }

    .swift_w th, .swift_w td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    }

    .swift_w th {
    background: var(--accent-blue);
    font-weight: 600;
    width: 30%;
    }

    .sigma_n {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid var(--border-color);
    }

    .sigma_n a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    }

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

    .cobalt_x {
    color: #999;
    font-size: 0.9rem;
    }

@media (max-width: 768px) {
  .x7factor, .x7factor.platinum_d {
    grid-template-columns: 1fr;
    gap: 40px;
    direction: ltr;
    }
  
    .bronze_c {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    }
}
@media (max-width: 768px) {
  
    .x7factor.platinum_d {
    direction: ltr;
    }
}

    .seo-only {
    display: none;
    }

    .emerald_e {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 40px;
    }

    .ruby_f {
    padding: var(--section-padding);
    }

    .x7factor.platinum_d {
    direction: rtl;
    }

    .x7factor.platinum_d .vln_str {
    direction: ltr;
    }

    .blizzardK:hover {
    transform: translateY(-5px);
    }

    .vln_str h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--text-main);
    }

    .vln_str p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    }

    .sapphire_g {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
    }

    .sapphire_g:hover {
    border-bottom-color: var(--primary-color);
    }

    .bronze_c {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-lg);
    display: flex;
    justify-content: space-around;
    border: 1px solid var(--border-color);
    margin-top: 40px;
    }

    .pearl_j h3 {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 8px;
    }

    .pearl_j p {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    }

    .opal_i {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .topaz_h {
    position: relative;
    display: block;
    z-index: 1;
    }

    .topaz_h::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    background-color: var(--primary-color);
    opacity: 0.05;
    border-radius: var(--radius-lg);
    z-index: -1;
    }

    .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    gap: 8px;
    }

    .btn-secondary {
    background-color: #ffffff;
    color: var(--text-main);
    border: 1px solid var(--border-color);
    }

    .btn-secondary:hover {
    background-color: var(--bg-body);
    border-color: var(--text-muted);
    transform: translateY(-2px);
    }

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

    .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--text-muted);
    }

    .feature-item::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    color: white;
    font-size: 12px;
    border-radius: 50%;
    }

@media (max-width: 768px) {
  .cyan_n, .cyan_n.platinum_d {
    flex-direction: column;
    gap: 30px;
    }
}

    .teal_m {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    padding: 40px 0;
    }

    .coral_k {
    background: var(--bg-card);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, shadow 0.3s ease;
    }

    .coral_k:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    }

    .coral_k h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--primary-color);
    }

    .cyan_n {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: var(--section-padding);
    }

    .cyan_n.platinum_d {
    flex-direction: row-reverse;
    }

    .magenta_q {
    flex: 1;
    }

    .violet_p {
    flex: 1;
    }

    .violet_p img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    }

    .magenta_q h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    }

    .magenta_q p {
    margin-bottom: 24px;
    color: var(--text-muted);
    }

    .indigo_o {
    background-color: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid var(--primary-color);
    }

    .aqua_l {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    font-size: 0.75rem;
    margin-top: 12px;
    }

@media (max-width: 850px) {
  .beige_v {
    grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
  .opal_i {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    }
}

    .seo-hidden {
    display: none;
    }

    .beige_v {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    margin-bottom: 60px;
    }

    .lime_y {
    display: flex;
    flex-direction: column;
    gap: 24px;
    }

    .crimson_r {
    background: var(--chrome-card-bg);
    border: 1px solid var(--chrome-border);
    border-radius: var(--chrome-radius-lg);
    padding: 32px;
    box-shadow: var(--chrome-shadow);
    transition: transform 0.2s ease;
    }

    .crimson_r:hover {
    transform: translateY(-2px);
    }

    .peach_v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--chrome-bg);
    padding-bottom: 12px;
    }

    .olive_w {
    background: var(--chrome-accent-soft);
    color: var(--chrome-primary);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    }

    .lemon_z {
    color: var(--chrome-text-secondary);
    font-size: 0.9rem;
    }

    .crimson_r h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--chrome-text-primary);
    }

    .crimson_r h3 {
    font-size: 1.1rem;
    margin: 20px 0 10px;
    color: var(--chrome-primary);
    }

    .scarlet_s {
    list-style: none;
    }

    .scarlet_s li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: var(--chrome-text-secondary);
    }

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

    .forest_x {
    display: flex;
    flex-direction: column;
    gap: 24px;
    }

    .orange_v1 {
    background: var(--chrome-card-bg);
    border: 1px solid var(--chrome-border);
    border-radius: var(--chrome-radius-md);
    padding: 16px;
    box-shadow: var(--chrome-shadow);
    }

    .orange_v1 img {
    width: 100%;
    height: auto;
    border-radius: var(--chrome-radius-sm);
    display: block;
    margin-bottom: 12px;
    }

    .orange_v1 p {
    font-size: 0.85rem;
    color: var(--chrome-text-secondary);
    text-align: center;
    }

    .maroon_t {
    background: var(--chrome-primary);
    color: white;
    padding: 24px;
    border-radius: var(--chrome-radius-lg);
    margin-top: 24px;
    }

    .maroon_t h4 {
    margin-bottom: 16px;
    font-size: 1.2rem;
    }

    .brown_u {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 500;
    opacity: 0.9;
    transition: opacity 0.2s;
    }

    .brown_u:hover {
    opacity: 1;
    text-decoration: underline;
    }

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

    .apple_v8 {
    display: none;
    }

    section {
    padding: 60px 0;
    }

    .tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 40px;
    }

    .grape_v5 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 32px;
    transition: var(--transition);
    }

    .grape_v5:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    }

    .grape_v5 h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    }

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

    .pear_v9 {
    flex: 1;
    }

    .blizzardK img {
    width: 100%;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }

    .blizzardK img:hover {
    transform: scale(1.02);
    }

    .berry_v6 {
    list-style: none;
    }

    .cherry_v4 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    }

    kbd {
    background: #f1f3f4;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 0.9rem;
    }

    .apricot_v3 {
    background: linear-gradient(135deg, var(--primary-color), #4285f4);
    color: white;
    padding: 60px;
    border-radius: var(--border-radius-lg);
    text-align: center;
    margin: 40px 0;
    }

    .apricot_v3 a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    }

    .melon_v7 {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    }

    .melon_v7 a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    margin: 0 8px;
    }

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

    .melon_v7 p {
    margin-bottom: 12px;
    }

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