.elementor-14 .elementor-element.elementor-element-978b077{--display:flex;}.elementor-14 .elementor-element.elementor-element-3b1b931{--display:flex;}.elementor-14 .elementor-element.elementor-element-134c4f1{--display:flex;}.elementor-14 .elementor-element.elementor-element-92a2856{--display:flex;}.elementor-14 .elementor-element.elementor-element-176e2bb{--display:flex;}.elementor-14 .elementor-element.elementor-element-a909e37{--display:flex;}.elementor-14 .elementor-element.elementor-element-d45f824{--display:flex;}.elementor-14 .elementor-element.elementor-element-bfa5b51{--display:flex;}.elementor-14 .elementor-element.elementor-element-a900fa7{--display:flex;}.elementor-14 .elementor-element.elementor-element-f780e1d{--display:flex;}.elementor-14 .elementor-element.elementor-element-bcb000e{--display:flex;}.elementor-14 .elementor-element.elementor-element-9833c2a{--display:flex;}.elementor-14 .elementor-element.elementor-element-bf1261c{--display:flex;}.elementor-14 .elementor-element.elementor-element-6a326e2{--display:flex;}.elementor-14 .elementor-element.elementor-element-85b807f{--display:flex;}.elementor-14 .elementor-element.elementor-element-ae0d9f9{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ea6e6d3 *//* Header */
.snap-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Inner */
.snap-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
}

/* Logo */
.snap-logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

/* Desktop Nav */
.snap-nav {
  display: flex;
  gap: 28px;
}

.snap-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  transition: color 0.25s ease;
}

.snap-nav a:hover {
  color: #fffc00;
}

/* Mobile Toggle */
.snap-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Mobile Nav */
.snap-mobile-nav {
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.snap-mobile-nav a {
  padding: 14px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
}

.snap-mobile-nav a:hover {
  background: #fffef5;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
  .snap-nav {
    display: none;
  }

  .snap-menu-toggle {
    display: block;
  }

  /* Toggle open state (Elementor-friendly) */
  .snap-header.open .snap-mobile-nav {
    display: flex;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-32a7edf *//* Snapchat Planets Intro Section */
.snap-planets-intro {
  background: linear-gradient(180deg, #fffef8 0%, #fff 100%);
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.snap-container {
  max-width: 1200px;
  margin: 0 auto;
}

.snap-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Text Content */
.snap-intro-content h1 {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.snap-intro-content h1::after {
  content: "";
  width: 70px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.snap-intro-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

/* Image Box */
.snap-intro-visual {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  text-align: center;
}

.snap-intro-visual:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.snap-intro-visual img {
  max-width: 100%;
  height: auto;
}

/* Tablet */
@media (max-width: 991px) {
  .snap-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .snap-intro-content h1 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .snap-planets-intro {
    padding: 60px 16px;
  }

  .snap-intro-content h1 {
    font-size: 28px;
  }

  .snap-intro-content p {
    font-size: 16px;
  }

  .snap-intro-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-94a6345 *//* Snapchat Plus Section */
.snap-plus-section {
  background: #000;
  padding: 90px 20px;
  color: #fff;
}

.snap-plus-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Visual */
.snap-plus-visual {
  background: linear-gradient(145deg, #fffc00, #ffd400);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(255, 252, 0, 0.35);
  transition: all 0.35s ease;
  text-align: center;
}

.snap-plus-visual:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 35px 90px rgba(255, 252, 0, 0.5);
}

.snap-plus-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Content */
.snap-plus-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 22px;
  position: relative;
}

.snap-plus-content h2::after {
  content: "";
  width: 80px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.snap-plus-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #e6e6e6;
  margin-bottom: 18px;
}

/* Tablet */
@media (max-width: 991px) {
  .snap-plus-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .snap-plus-content h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .snap-plus-section {
    padding: 65px 16px;
  }

  .snap-plus-content h2 {
    font-size: 28px;
  }

  .snap-plus-content p {
    font-size: 16px;
  }

  .snap-plus-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-992c1f7 *//* Friend Solar System Section */
.friend-solar-section {
  background: linear-gradient(180deg, #0b0b0b 0%, #000 100%);
  padding: 90px 20px;
  color: #fff;
}

.friend-solar-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Content */
.friend-solar-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 22px;
}

.friend-solar-content h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.friend-solar-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #e4e4e4;
  margin-bottom: 18px;
}

/* Visual Card */
.friend-solar-visual {
  background: radial-gradient(circle at top, #1a1a1a, #000);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 25px 80px rgba(255, 252, 0, 0.15);
  transition: all 0.4s ease;
  text-align: center;
}

.friend-solar-visual:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 35px 110px rgba(255, 252, 0, 0.25);
}

.friend-solar-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Tablet */
@media (max-width: 991px) {
  .friend-solar-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .friend-solar-content h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .friend-solar-section {
    padding: 65px 16px;
  }

  .friend-solar-content h2 {
    font-size: 28px;
  }

  .friend-solar-content p {
    font-size: 16px;
  }

  .friend-solar-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f1caeb6 *//* Planet Ranking Logic Section */
.planet-logic-section {
  background: linear-gradient(180deg, #fff 0%, #fffef5 100%);
  padding: 90px 20px;
  color: #000;
}

.planet-logic-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Content */
.planet-logic-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 22px;
}

.planet-logic-content h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-logic-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 18px;
}

/* Visual */
.planet-logic-visual {
  background: linear-gradient(145deg, #000, #1a1a1a);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  text-align: center;
}

.planet-logic-visual:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 35px 100px rgba(0,0,0,0.25);
}

.planet-logic-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-logic-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .planet-logic-content h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-logic-section {
    padding: 65px 16px;
  }

  .planet-logic-content h2 {
    font-size: 28px;
  }

  .planet-logic-content p {
    font-size: 16px;
  }

  .planet-logic-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-bc9e8de *//* Planet Order Section */
.planet-order-section {
  background: linear-gradient(180deg, #0b0b0b 0%, #000 100%);
  padding: 90px 20px;
  color: #fff;
}

.planet-order-header {
  max-width: 800px;
  margin-bottom: 50px;
}

.planet-order-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-order-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-order-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #e6e6e6;
}

/* Grid */
.planet-order-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Planet Card */
.planet-card {
  background: #111;
  border-radius: 22px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(255,255,255,0.05);
}

.planet-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 25px 60px rgba(255,252,0,0.15);
  border-color: #fffc00;
}

.planet-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.planet-card span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fffc00;
  margin-bottom: 10px;
}

.planet-card p {
  font-size: 15px;
  color: #ccc;
}

/* Footer Text */
.planet-order-footer {
  max-width: 850px;
  margin-top: 50px;
}

.planet-order-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 14px;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-order-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planet-order-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-order-section {
    padding: 65px 16px;
  }

  .planet-order-grid {
    grid-template-columns: 1fr;
  }

  .planet-order-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-612e53f *//* Planet Meanings Section */
.planet-meaning-section {
  background: #fff;
  padding: 90px 20px;
  color: #000;
}

.planet-meaning-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.planet-meaning-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-meaning-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-meaning-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.planet-meaning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.planet-meaning-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 22px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.planet-meaning-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-color: #fffc00;
}

.planet-meaning-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.planet-meaning-card span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffb700;
  margin-bottom: 12px;
}

.planet-meaning-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Footer */
.planet-meaning-footer {
  max-width: 850px;
  margin-top: 50px;
}

.planet-meaning-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-meaning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planet-meaning-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-meaning-section {
    padding: 65px 16px;
  }

  .planet-meaning-grid {
    grid-template-columns: 1fr;
  }

  .planet-meaning-header h2 {
    font-size: 28px;
  }

  .planet-meaning-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-56f73d7 *//* Badge Comparison Section */
.badge-compare-section {
  background: linear-gradient(180deg, #000 0%, #0b0b0b 100%);
  padding: 90px 20px;
  color: #fff;
}

.badge-compare-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.badge-compare-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.badge-compare-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.badge-compare-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #e6e6e6;
}

/* Grid */
.badge-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Cards */
.badge-card {
  background: #111;
  border-radius: 24px;
  padding: 32px 26px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.badge-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 80px rgba(255,252,0,0.18);
  border-color: #fffc00;
}

.badge-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.badge-card span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fffc00;
  margin-bottom: 14px;
}

.badge-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #ddd;
  margin-bottom: 14px;
}

/* Footer */
.badge-compare-footer {
  max-width: 850px;
  margin-top: 50px;
}

.badge-compare-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #e6e6e6;
}

/* Tablet */
@media (max-width: 991px) {
  .badge-compare-grid {
    grid-template-columns: 1fr;
  }

  .badge-compare-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .badge-compare-section {
    padding: 65px 16px;
  }

  .badge-compare-header h2 {
    font-size: 28px;
  }

  .badge-card {
    padding: 26px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-c61b8b5 *//* Toggle Section */
.planet-toggle-section {
  background: #fffef5;
  padding: 90px 20px;
  color: #000;
}

.planet-toggle-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.planet-toggle-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-toggle-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-toggle-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.planet-toggle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Cards */
.planet-toggle-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.planet-toggle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-color: #fffc00;
}

.planet-toggle-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.planet-toggle-card ol {
  padding-left: 18px;
  margin-bottom: 18px;
}

.planet-toggle-card ol li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #333;
}

.planet-toggle-card .note {
  font-size: 15px;
  color: #555;
}

/* Footer */
.planet-toggle-footer {
  max-width: 850px;
  margin-top: 40px;
}

.planet-toggle-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-toggle-grid {
    grid-template-columns: 1fr;
  }

  .planet-toggle-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-toggle-section {
    padding: 65px 16px;
  }

  .planet-toggle-header h2 {
    font-size: 28px;
  }

  .planet-toggle-card {
    padding: 26px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-dbd8c33 *//* Check Planet Section */
.check-planet-section {
  background: linear-gradient(180deg, #000 0%, #0b0b0b 100%);
  padding: 90px 20px;
  color: #fff;
}

.check-planet-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.check-planet-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.check-planet-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.check-planet-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #e6e6e6;
}

/* Grid */
.check-planet-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Steps */
.check-planet-steps h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.check-planet-steps ol {
  padding-left: 18px;
  margin-bottom: 20px;
}

.check-planet-steps ol li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ddd;
}

.step-note {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

/* Visual */
.check-planet-visual {
  background: #111;
  border-radius: 24px;
  padding: 26px;
  text-align: center;
  transition: all 0.35s ease;
}

.check-planet-visual:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 80px rgba(255,252,0,0.18);
}

.check-planet-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Footer */
.check-planet-footer {
  max-width: 850px;
  margin-top: 40px;
}

.check-planet-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #e6e6e6;
}

/* Tablet */
@media (max-width: 991px) {
  .check-planet-grid {
    grid-template-columns: 1fr;
  }

  .check-planet-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .check-planet-section {
    padding: 65px 16px;
  }

  .check-planet-header h2 {
    font-size: 28px;
  }

  .check-planet-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b318183 *//* No Snapchat Plus Section */
.no-plus-section {
  background: #fff;
  padding: 90px 20px;
  color: #000;
}

.no-plus-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.no-plus-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.no-plus-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.no-plus-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.no-plus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.no-plus-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 24px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.no-plus-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-color: #fffc00;
}

.no-plus-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.no-plus-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

/* Footer */
.no-plus-footer {
  max-width: 850px;
  margin-top: 45px;
}

.no-plus-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .no-plus-grid {
    grid-template-columns: 1fr;
  }

  .no-plus-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .no-plus-section {
    padding: 65px 16px;
  }

  .no-plus-header h2 {
    font-size: 28px;
  }

  .no-plus-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ea044a1 *//* Planet Issues Section */
.planet-issue-section {
  background: linear-gradient(180deg, #fffef5 0%, #fff 100%);
  padding: 90px 20px;
  color: #000;
}

.planet-issue-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.planet-issue-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-issue-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-issue-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.planet-issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Cards */
.planet-issue-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px 26px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.planet-issue-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-color: #fffc00;
}

.planet-issue-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.planet-issue-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Footer */
.planet-issue-footer {
  max-width: 850px;
  margin-top: 45px;
}

.planet-issue-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-issue-grid {
    grid-template-columns: 1fr;
  }

  .planet-issue-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-issue-section {
    padding: 65px 16px;
  }

  .planet-issue-header h2 {
    font-size: 28px;
  }

  .planet-issue-card {
    padding: 26px 22/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ad4e794 *//* Social & Emotional Impact Section */
.planet-impact-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
  padding: 90px 20px;
  color: #000;
}

.planet-impact-header {
  max-width: 850px;
  margin-bottom: 45px;
}

.planet-impact-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-impact-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-impact-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.planet-impact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Content */
.planet-impact-content p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 18px;
}

/* Visual */
.planet-impact-visual {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  text-align: center;
}

.planet-impact-visual:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.planet-impact-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-impact-grid {
    grid-template-columns: 1fr;
  }

  .planet-impact-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-impact-section {
    padding: 65px 16px;
  }

  .planet-impact-header h2 {
    font-size: 28px;
  }

  .planet-impact-content p {
    font-size: 16px;
  }

  .planet-impact-visual {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7b99cd8 *//* Planet Tips Section */
.planet-tips-section {
  background: linear-gradient(180deg, #fff 0%, #fffef5 100%);
  padding: 90px 20px;
  color: #000;
}

.planet-tips-header {
  max-width: 850px;
  margin-bottom: 45px;
}

.planet-tips-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-tips-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-tips-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* Grid */
.planet-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.planet-tip-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 24px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
}

.planet-tip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
  border-color: #fffc00;
}

.planet-tip-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.planet-tip-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #444;
}

/* Footer */
.planet-tips-footer {
  max-width: 850px;
  margin-top: 40px;
}

.planet-tips-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .planet-tips-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-tips-section {
    padding: 65px 16px;
  }

  .planet-tips-grid {
    grid-template-columns: 1fr;
  }

  .planet-tips-header h2 {
    font-size: 28px;
  }

  .planet-tip-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-27daf9d *//* FAQ Section */
.planet-faq-section {
  background: #fff;
  padding: 90px 20px;
  color: #000;
}

.planet-faq-header {
  max-width: 850px;
  margin-bottom: 45px;
}

.planet-faq-header h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.planet-faq-header h2::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #fffc00;
  display: block;
  margin-top: 12px;
  border-radius: 4px;
}

.planet-faq-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* FAQ List */
.planet-faq-list details {
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.planet-faq-list details:hover {
  border-color: #fffc00;
}

.planet-faq-list summary {
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.planet-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #ffb700;
}

.planet-faq-list details[open] summary::after {
  content: "–";
}

.planet-faq-list details p {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  margin-top: 12px;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-faq-header h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-faq-section {
    padding: 65px 16px;
  }

  .planet-faq-header h2 {
    font-size: 28px;
  }

  .planet-faq-list summary {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b7b7441 *//* Plain Ending Section */
.planet-ending-section {
  background: linear-gradient(180deg, #fffef5 0%, #fff 100%);
  padding: 80px 20px 110px;
  color: #000;
  display: flex;
  justify-content: center;
}

/* Centered content container */
.planet-ending-content {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Image */
.planet-ending-image {
  margin-bottom: 35px;
}

.planet-ending-image img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Paragraph styling */
.planet-ending-content p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .planet-ending-content {
    max-width: 720px;
  }

  .planet-ending-content p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .planet-ending-section {
    padding: 65px 16px 90px;
  }

  .planet-ending-content {
    text-align: left;
  }

  .planet-ending-image {
    margin-bottom: 25px;
  }

  .planet-ending-content p {
    font-size: 15.5px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-dbdce2d *//* Clean Snapchat-style Footer */
.snap-footer {
  background: #0b0b0b;
  padding: 50px 20px 35px;
  color: #fff;
}

/* Links */
.snap-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.snap-footer-links a {
  color: #eaeaea;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.snap-footer-links a:hover {
  color: #fffc00;
}

/* Divider */
.snap-footer-divider {
  max-width: 900px;
  margin: 0 auto 20px;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

/* Bottom */
.snap-footer-bottom {
  text-align: center;
}

.snap-footer-bottom p {
  font-size: 14px;
  color: #9c9c9c;
}

/* Tablet */
@media (max-width: 991px) {
  .snap-footer {
    padding: 45px 20px 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .snap-footer {
    padding: 40px 16px 28px;
  }

  .snap-footer-links {
    gap: 14px 20px;
  }

  .snap-footer-links a {
    font-size: 14px;
  }

  .snap-footer-bottom p {
    font-size: 13.5px;
  }
}/* End custom CSS */