html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(135deg, rgba(200,230,255,0.85) 0%, rgba(245,250,255,0.94) 100%);
  color: #222;
  font-size: 14px;
  min-height: 100vh;
  box-sizing: border-box;
}

body.candy-smash-mania-2-body {
  min-height: 100vh;
  background: linear-gradient(120deg, rgba(200,230,255,0.9) 0%, rgba(245,250,255,0.98) 100%);
  letter-spacing: 0.02em;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Variables */
:root {
  --accent: #ff3e87;
  --accent-hover: #e62e6b;
  --accent-light: #ffe3f1;
  --main-bg: #eaf6ff;
  --main-bg-gradient: linear-gradient(120deg, rgba(200,230,255,0.13) 0%, rgba(255,255,255,0.08) 100%);
  --card-bg: #fff;
  --card-bg-gradient: linear-gradient(120deg, rgba(200,230,255,0.13) 0%, rgba(255,255,255,0.08) 100%);
  --shadow: 0 4px 24px 0 rgba(80, 130, 180, 0.09), 0 1.5px 6px 0 rgba(255, 62, 135, 0.06);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --border: 1px solid #ff3e87;
  --transition: all .22s cubic-bezier(.4,.2,.2,1);
  --max-width: 1240px;
  --header-height: 68px;
}

/* Container */
.candy-smash-mania-2-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.candy-smash-mania-2-header {
  background: var(--main-bg-gradient), var(--main-bg);
  box-shadow: 0 2px 18px 0 rgba(80, 130, 180, 0.06);
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header-height);
}

.candy-smash-mania-2-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-height);
}

.candy-smash-mania-2-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.candy-smash-mania-2-logo img {
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(255,62,135,0.08);
  background: #fff;
}

.candy-smash-mania-2-site-title {
  font-weight: 700;
  font-size: 1.22rem;
  color: var(--accent);
  letter-spacing: 0.03em;
  text-shadow: 0 2px 8px rgba(255,62,135,0.07);
}

.candy-smash-mania-2-nav {
  margin-left: 32px;
}

.candy-smash-mania-2-menu {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.candy-smash-mania-2-menu-link {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}

.candy-smash-mania-2-menu-link:hover,
.candy-smash-mania-2-menu-link:focus {
  background: var(--accent-light);
  color: var(--accent);
  box-shadow: 0 2px 10px 0 rgba(255,62,135,0.07);
}

/* Main */
.candy-smash-mania-2-main {
  padding-top: 0;
  padding-bottom: 0;
}

/* HERO */
.candy-smash-mania-2-hero {
  padding: 44px 0 36px 0;
  background: var(--main-bg-gradient), var(--main-bg);
  box-shadow: 0 6px 32px 0 rgba(80, 130, 180, 0.07);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.candy-smash-mania-2-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 38px;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.candy-smash-mania-2-hero-media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.candy-smash-mania-2-hero-video {
  width: 100%;
  max-width: 370px;
  max-height: 300px;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  background: #fff;
}

.candy-smash-mania-2-hero-decor {
  position: absolute;
  bottom: -18px;
  right: -32px;
  width: 120px;
  opacity: 0.13;
  pointer-events: none;
  z-index: 1;
}

.candy-smash-mania-2-hero-content {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 38px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  position: relative;
}

.candy-smash-mania-2-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--accent);
  margin: 0 0 4px 0;
  letter-spacing: 0.02em;
}

.candy-smash-mania-2-subtitle {
  font-size: 1.08rem;
  color: #385;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
}

.candy-smash-mania-2-quick-stats {
  display: flex;
  gap: 24px;
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
  font-size: 0.97rem;
  color: #888;
}

.candy-smash-mania-2-description {
  margin: 0 0 10px 0;
  color: #444;
  font-size: 1rem;
}

.candy-smash-mania-2-hero-cta {
  display: flex;
  gap: 18px;
  margin: 8px 0 0 0;
}

.candy-smash-mania-2-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  padding: 11px 28px;
  border-radius: var(--radius-md);
  border: none;
  outline: none;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(255,62,135,0.10);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.candy-smash-mania-2-btn-play:hover,
.candy-smash-mania-2-btn-play:focus {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 6px 24px 0 rgba(255,62,135,0.13);
  border: var(--border);
}

.candy-smash-mania-2-btn-more {
  background: #fff;
  color: var(--accent);
  border: var(--border);
}

.candy-smash-mania-2-btn-more:hover,
.candy-smash-mania-2-btn-more:focus {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(255,62,135,0.11);
}

.candy-smash-mania-2-hero-links {
  display: flex;
  gap: 22px;
  margin-top: 10px;
}

.candy-smash-mania-2-hero-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
  position: relative;
  padding-bottom: 2px;
  transition: color .18s;
}

.candy-smash-mania-2-hero-link::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
  transition: width .23s;
  position: absolute;
  left: 0; bottom: 0;
}

.candy-smash-mania-2-hero-link:hover::after,
.candy-smash-mania-2-hero-link:focus::after {
  width: 100%;
}

/* Section titles */
.candy-smash-mania-2-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 26px 0;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(255,62,135,0.07);
}

/* Features */
.candy-smash-mania-2-section {
  padding: 54px 0 44px 0;
  background: var(--main-bg-gradient), var(--main-bg);
  border-radius: var(--radius-lg);
  margin-bottom: 34px;
  box-shadow: 0 2px 24px 0 rgba(80, 130, 180, 0.07);
}

.candy-smash-mania-2-features-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin-bottom: 32px;
}

.candy-smash-mania-2-feature {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 26px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  position: relative;
}

.candy-smash-mania-2-feature-img {
  width: 100%;
  max-width: 95px;
  max-height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px 0 rgba(255,62,135,0.07);
  margin-bottom: 8px;
}

.candy-smash-mania-2-feature-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 2px 0;
}

.candy-smash-mania-2-features-list {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 18px 22px 16px 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.candy-smash-mania-2-features-list h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #3ab;
  margin: 0 0 10px 0;
}

.candy-smash-mania-2-features-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.candy-smash-mania-2-features-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
}

.candy-smash-mania-2-features-list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0.7;
}

/* Gameplay section */
.candy-smash-mania-2-columns {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}

.candy-smash-mania-2-column {
  flex: 1 1 0;
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 22px 20px 18px 20px;
  min-width: 0;
}

.candy-smash-mania-2-column h3 {
  font-size: 1.01rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 10px 0;
}

.candy-smash-mania-2-column ul,
.candy-smash-mania-2-column ol {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.candy-smash-mania-2-column ul {
  list-style: none;
}

.candy-smash-mania-2-column ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
}

.candy-smash-mania-2-column ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.7;
}

.candy-smash-mania-2-column ol {
  counter-reset: num;
  list-style: none;
}

.candy-smash-mania-2-column ol li {
  counter-increment: num;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.candy-smash-mania-2-column ol li::before {
  content: counter(num) ".";
  color: var(--accent);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.98em;
  opacity: 0.8;
}

.candy-smash-mania-2-gameplay-note {
  background: var(--main-bg-gradient), var(--main-bg);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px 0 rgba(80, 130, 180, 0.06);
  padding: 14px 20px;
  color: #3ab;
  font-weight: 500;
  font-size: 0.98em;
  margin-top: 10px;
}

/* Rhythm section */
.candy-smash-mania-2-steps {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px 32px 22px 32px;
  max-width: 740px;
  margin: 0 auto;
}

.candy-smash-mania-2-steps h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 12px 0;
}

.candy-smash-mania-2-steps ol {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: rhythm;
}

.candy-smash-mania-2-steps ol li {
  counter-increment: rhythm;
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.candy-smash-mania-2-steps ol li::before {
  content: counter(rhythm);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 0.93em;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: 0; top: 0;
  box-shadow: 0 1px 4px 0 rgba(255,62,135,0.10);
}

.candy-smash-mania-2-steps h4 {
  font-size: 0.97rem;
  color: #3ab;
  font-weight: 600;
  margin: 18px 0 8px 0;
}

.candy-smash-mania-2-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.candy-smash-mania-2-steps ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
}

.candy-smash-mania-2-steps ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.7;
}

/* Highlights section */
.candy-smash-mania-2-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin-bottom: 28px;
}

.candy-smash-mania-2-highlight {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 26px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  position: relative;
}

.candy-smash-mania-2-highlight-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px 0 rgba(255,62,135,0.07);
  margin-bottom: 8px;
}

.candy-smash-mania-2-highlight h3 {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 2px 0;
}

.candy-smash-mania-2-compare {
  background: var(--main-bg-gradient), var(--main-bg);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px 0 rgba(80, 130, 180, 0.06);
  padding: 14px 20px;
  color: #3ab;
  font-weight: 500;
  font-size: 0.98em;
  margin-top: 10px;
  text-align: center;
}

/* Screenshots section */
.candy-smash-mania-2-gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  margin-top: 18px;
}

.candy-smash-mania-2-shot {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10px 0;
  min-width: 0;
}

.candy-smash-mania-2-shot img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  box-shadow: 0 2px 8px 0 rgba(80, 130, 180, 0.08);
}

.candy-smash-mania-2-shot figcaption {
  color: #555;
  font-size: 0.92em;
  padding: 8px 10px 0 10px;
  text-align: center;
}

/* FAQ section */
.candy-smash-mania-2-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 18px;
}

.candy-smash-mania-2-faq-item {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 22px 20px 16px 20px;
  min-width: 0;
  transition: box-shadow .18s;
}

.candy-smash-mania-2-faq-item:hover {
  box-shadow: 0 6px 24px 0 rgba(255,62,135,0.11);
}

.candy-smash-mania-2-faq-item h3 {
  font-size: 1.01rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 8px 0;
}

.candy-smash-mania-2-faq-item p {
  margin: 0;
  color: #444;
}

/* Reviews section */
.candy-smash-mania-2-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
  margin-top: 18px;
}

.candy-smash-mania-2-review {
  background: var(--card-bg-gradient), var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 24px 22px 18px 22px;
  min-width: 0;
  display: flex;
  align-items: center;
}

.candy-smash-mania-2-review-text {
  color: #444;
  font-size: 1.02em;
  font-style: italic;
  margin: 0;
}

/* Footer */
.candy-smash-mania-2-footer {
  background: var(--main-bg-gradient), var(--main-bg);
  box-shadow: 0 -2px 24px 0 rgba(80, 130, 180, 0.07);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding-top: 38px;
  padding-bottom: 22px;
  margin-top: 48px;
}

.candy-smash-mania-2-footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.candy-smash-mania-2-footer-columns {
  display: flex;
  gap: 38px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.candy-smash-mania-2-footer-col {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 370px;
}

.candy-smash-mania-2-footer-col h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 10px 0;
}

.candy-smash-mania-2-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.candy-smash-mania-2-footer-link {
  color: #333;
  text-decoration: none;
  font-size: 0.97em;
  padding: 3px 0;
  display: inline-block;
  transition: color .15s;
}

.candy-smash-mania-2-footer-link:hover,
.candy-smash-mania-2-footer-link:focus {
  color: var(--accent);
  text-decoration: underline;
}

.candy-smash-mania-2-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.candy-smash-mania-2-footer-play {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: 0 2px 16px 0 rgba(255,62,135,0.10);
  transition: var(--transition);
  border: none;
  font-size: 1em;
}

.candy-smash-mania-2-footer-play:hover,
.candy-smash-mania-2-footer-play:focus {
  background: #fff;
  color: var(--accent);
  border: var(--border);
}

.candy-smash-mania-2-copyright {
  color: #888;
  font-size: 0.92em;
  margin: 0;
}

/* Cookie banner */
.candy-smash-mania-2-cookie {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--card-bg-gradient), var(--card-bg);
  box-shadow: 0 8px 32px 0 rgba(80, 130, 180, 0.12);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 32px;
  z-index: 1000;
  min-width: 0;
  max-width: 98vw;
}

.candy-smash-mania-2-cookie-text {
  color: #444;
  font-size: 0.98em;
  margin: 0;
}

.candy-smash-mania-2-cookie-btn {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-md);
  padding: 8px 26px;
  font-size: 1em;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 rgba(255,62,135,0.10);
  transition: var(--transition);
}

.candy-smash-mania-2-cookie-btn:hover,
.candy-smash-mania-2-cookie-btn:focus {
  background: #fff;
  color: var(--accent);
  border: var(--border);
}

/* Responsive */
@media (max-width: 1024px) {
  .candy-smash-mania-2-hero-grid,
  .candy-smash-mania-2-features-grid,
  .candy-smash-mania-2-highlights-grid,
  .candy-smash-mania-2-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .candy-smash-mania-2-footer-columns {
    flex-direction: column;
    gap: 22px;
  }
  .candy-smash-mania-2-columns {
    flex-direction: column;
    gap: 18px;
  }
  .candy-smash-mania-2-faq-list {
    grid-template-columns: 1fr;
  }
  .candy-smash-mania-2-reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --radius-lg: 16px;
    --radius-md: 10px;
    --radius-sm: 6px;
    --header-height: 54px;
  }
  .candy-smash-mania-2-header-inner,
  .candy-smash-mania-2-footer-inner {
    padding: 0 10px;
  }
  .candy-smash-mania-2-hero,
  .candy-smash-mania-2-section,
  .candy-smash-mania-2-footer {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .candy-smash-mania-2-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 8px;
  }
  .candy-smash-mania-2-hero-content {
    padding: 22px 10px 18px 10px;
    border-radius: var(--radius-md);
  }
  .candy-smash-mania-2-hero-media {
    align-items: stretch;
  }
  .candy-smash-mania-2-hero-video {
    max-width: 100%;
    max-height: 220px;
  }
  .candy-smash-mania-2-features-grid,
  .candy-smash-mania-2-highlights-grid,
  .candy-smash-mania-2-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .candy-smash-mania-2-section-title {
    font-size: 1.13rem;
    margin-bottom: 18px;
  }
  .candy-smash-mania-2-steps {
    padding: 16px 6px 12px 6px;
    border-radius: var(--radius-md);
  }
  .candy-smash-mania-2-footer-bottom {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .candy-smash-mania-2-cookie {
    flex-direction: column;
    gap: 10px;
    padding: 12px 10px;
    border-radius: var(--radius-md);
    left: 2vw;
    right: 2vw;
    transform: none;
    min-width: 0;
    max-width: 96vw;
  }
}

@media (max-width: 400px) {
  .candy-smash-mania-2-hero-content {
    padding: 10px 3px 10px 3px;
  }
  .candy-smash-mania-2-steps {
    padding: 8px 2px 6px 2px;
  }
}