/*
Theme Name: SillyMoney Theme
Description: Custom theme based on SillyMoney design with integrated quiz functionality
Version: 1.7
Author: Justin Gluska
*/

:root {
  --wt-primary-color: #3EB57B;
  --wt-text-on-primary-color: #FFFFFF;
  --wt-secondary-color: #F6F5F4;
  --wt-text-on-secondary-color: #303136;
  --wt-tertiary-color: #FFFFFF;
  --wt-text-on-tertiary-color: #222222;
  --wt-background-color: #F6F5F4;
  --wt-text-on-background-color: #303136;
  --wt-subscribe-background-color: #FFFFFF;
  --wt-text-on-subscribe-background-color: #303136;
  --wt-header-font: "Lora", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --wt-body-font: "Work Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --wt-button-font: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --wt-border-radius: 2px;
}

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

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}





body {
  font-family: var(--wt-body-font);
  background: #F6F5F4;
  color: var(--wt-text-on-background-color);
  line-height: 1.6;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

body.home {
  background: #3eb57b;
  min-height: 100vh;
  width: 100vw;
}

#main-content {
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

article {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-wt-primary { background-color: var(--wt-primary-color); }
.text-wt-primary { color: var(--wt-primary-color); }
.border-wt-primary { border-color: var(--wt-primary-color); }
.bg-wt-text-on-primary { background-color: var(--wt-text-on-primary-color); }
.text-wt-text-on-primary { color: var(--wt-text-on-primary-color); }
.bg-wt-secondary { background-color: var(--wt-secondary-color); }
.text-wt-secondary { color: var(--wt-secondary-color); }
.bg-wt-text-on-secondary { background-color: var(--wt-text-on-secondary-color); }
.text-wt-text-on-secondary { color: var(--wt-text-on-secondary-color); }
.bg-wt-tertiary { background-color: var(--wt-tertiary-color); }
.text-wt-tertiary { color: var(--wt-tertiary-color); }
.bg-wt-text-on-tertiary { background-color: var(--wt-text-on-tertiary-color); }
.text-wt-text-on-tertiary { color: var(--wt-text-on-tertiary-color); }
.bg-wt-background { background-color: var(--wt-background-color); }
.text-wt-background { color: var(--wt-background-color); }
.bg-wt-text-on-background { background-color: var(--wt-text-on-background-color); }
.text-wt-text-on-background { color: var(--wt-text-on-background-color); }
.rounded-wt { border-radius: var(--wt-border-radius); }
.wt-header-font { font-family: var(--wt-header-font); }
.wt-body-font { font-family: var(--wt-body-font); }
.wt-button-font { font-family: var(--wt-button-font); }

input:focus { 
  --tw-ring-color: transparent !important; 
  outline: none;
  border-color: var(--wt-primary-color);
}

.container {
  width: 100vw;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.sillymoney-container {
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--wt-body-font);
  background: #F6F5F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.sillymoney-container .quiz-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.quiz-header {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--wt-text-on-background-color);
  width: 100%;
  max-width: 800px;
}

.quiz-logo {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .quiz-logo {
    margin-bottom: 1rem;
  }
}

.quiz-logo img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.quiz-logo a {
  display: block;
  text-decoration: none;
}

.header-wave {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.quiz-header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: none;
  font-family: var(--wt-header-font);
  color: var(--wt-text-on-background-color);
}

.quiz-header p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.quiz-subtitle {
  font-size: 0.9rem;
  opacity: 0.7;
  font-style: italic;
}

@media (max-width: 768px) {
  .quiz-subtitle {
    margin-top: 0.5rem;
  }
}

.question-container {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  text-align: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-content {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 40px 30px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
}

.question-container.active {
  opacity: 1;
  transform: translateY(0);
}

.question-content h2 {
  color: var(--wt-text-on-tertiary-color);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.2;
  text-shadow: none;
  font-family: var(--wt-header-font);
}

.answer-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.answer-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 20px 30px 20px 50px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  backdrop-filter: blur(10px);
  font-family: var(--wt-body-font);
  width: 100%;
  box-sizing: border-box;
}

.answer-btn:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-color: #3EB57B;
}

.answer-btn:active,
.answer-btn.selected {
  background: #3EB57B;
  color: white;
  transform: scale(0.98);
}

.answer-btn::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
}

.answer-btn:hover::before {
  background: #3EB57B;
  transform: translateY(-50%) scale(1.2);
}

.answer-btn.selected::before {
  background: white;
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1000;
}

.progress-fill {
  height: 100%;
  background: #3EB57B;
  transition: width 0.4s ease;
  width: 0%;
}

.question-counter {
  display: none;
}

.quiz-results-banner {
  background: #F6F5F4;
  color: var(--wt-text-on-background-color);
  text-align: center;
  padding: 30px 20px;
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
}

.banner-logo {
  margin-bottom: 1rem;
}

.banner-logo img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner-logo a {
  display: block;
  text-decoration: none;
}

.banner-stars {
  font-size: 2rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--wt-header-font);
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
  line-height: 1.2;
}

.banner-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  font-family: var(--wt-body-font);
  line-height: 1.4;
}

/* Integrated Banner Engagement Styles */
.banner-engagement {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: white;
  text-align: center;
  padding: 25px 20px;
  margin: 20px 0 0 0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.engagement-emoji {
  font-size: 2.5rem;
  margin-bottom: 10px;
  animation: wave 2s infinite;
}

@keyframes wave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(20deg); }
  75% { transform: rotate(-20deg); }
}

.engagement-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--wt-header-font);
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  line-height: 1.2;
}

.engagement-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
  font-family: var(--wt-body-font);
  line-height: 1.4;
}

.engagement-note {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.9;
}

.affiliate-funnel {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 40px 20px;
  font-family: var(--wt-body-font);
  background: #F6F5F4;
  line-height: 1.6;
  min-height: 100vh;
  box-sizing: border-box;
}

.featured-affiliate {
  border: 3px solid #000000;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.funnel-section {
  margin-bottom: 80px;
}

.section-header {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--wt-text-on-secondary-color);
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: var(--wt-header-font);
}

.funnel-card {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 40px 30px;
  align-items: flex-start;
  background: white;
  border-radius: 2px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.affiliate-category {
  font-size: 0.9rem;
  font-weight: 600;
  color: #3EB57B;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 4px 12px;
  background: rgba(62, 181, 123, 0.1);
  border-radius: 2px;
  display: inline-block;
}

.card-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--wt-text-on-tertiary-color);
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: var(--wt-header-font);
}

.card-content p {
  color: var(--wt-text-on-secondary-color);
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.card-content ul {
  margin: 16px 0;
  padding-left: 20px;
}

.card-content li {
  color: var(--wt-text-on-secondary-color);
  margin-bottom: 8px;
}

.card-content a {
  color: #3EB57B;
  text-decoration: none;
  font-weight: 500;
}

.card-content a:hover {
  text-decoration: underline;
}

.card-content em {
  font-style: italic;
  color: var(--wt-text-on-tertiary-color);
  font-weight: 500;
}

.card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.placeholder-gif {
  background: linear-gradient(135deg, #3EB57B 0%, #2E8F60 100%);
  color: white;
  padding: 50px 30px;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  font-size: 1.1rem;
}

.placeholder-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

.placeholder-text {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.9;
}

.affiliate-featured-image {
  width: 100%;
  text-align: center;
}

.affiliate-image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  max-height: 300px;
}

.cta-section {
  text-align: center;
  margin-top: 25px;
  padding: 0;
  width: 100%;
}

.cta-button {
  display: block;
  background: #ef4444;
  color: white;
  padding: 28px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--wt-button-font);
}

.cta-button:hover {
  background: #dc2626;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4);
  text-decoration: none;
  color: white;
}

.rating {
  color: #3EB57B;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.rating::before {
  content: "⭐⭐⭐⭐⭐";
  font-size: 1.4rem;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .sillymoney-container {
    padding: 15px 15px;
    min-height: 100vh;
  }
  
  .quiz-header h1 {
    font-size: 1.6rem;
  }
  
  .quiz-header p {
    font-size: 1rem;
  }
  
  .question-content {
    padding: 30px 20px;
  }
  
  .question-content h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .answer-btn {
    padding: 18px 20px 18px 45px;
    font-size: 1rem;
  }
  


  .quiz-results-banner {
    padding: 25px 15px;
  }
  
  .quiz-logo img,
  .banner-logo img {
    max-width: 180px;
  }
  
  .banner-title {
    font-size: 2.2rem;
  }
  
  .banner-subtitle {
    font-size: 1.2rem;
  }
  
  .banner-engagement {
    padding: 20px 15px;
    margin: 15px 0 0 0;
  }
  
  .engagement-title {
    font-size: 1.8rem;
  }
  
  .engagement-subtitle {
    font-size: 1.1rem;
  }
  
  .engagement-emoji {
    font-size: 2rem;
  }
  
  .banner-stars {
    font-size: 1.5rem;
  }

  .affiliate-funnel {
    padding: 20px 15px;
    width: 100vw !important;
    max-width: none !important;
  }
  
  .funnel-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px;
  }
  
  .card-content h3 {
    font-size: 2rem;
  }
  
  .section-header {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  
  .placeholder-gif {
    min-height: 120px;
    padding: 30px 15px;
  }
  
  .placeholder-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .placeholder-text {
    font-size: 0.9rem;
  }
  
  .cta-button {
    padding: 24px 20px;
    font-size: 1.3rem;
  }
  
  .rating {
    font-size: 1rem;
  }
  
  .rating::before {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .quiz-results-banner {
    padding: 20px 15px;
  }
  
  .quiz-logo img,
  .banner-logo img {
    max-width: 150px;
  }
  
  .banner-title {
    font-size: 1.8rem;
  }
  
  .banner-subtitle {
    font-size: 1rem;
  }
  
  .banner-engagement {
    padding: 15px 15px;
    margin: 15px 0 0 0;
  }
  
  .engagement-title {
    font-size: 1.6rem;
  }
  
  .engagement-subtitle {
    font-size: 1rem;
  }
  
  .engagement-emoji {
    font-size: 1.8rem;
  }
  
  .banner-stars {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .question-content {
    padding: 25px 15px;
  }

  .question-content h2 {
    font-size: 1.5rem;
  }
  
  .answer-btn {
    padding: 16px 18px 16px 40px;
    font-size: 0.95rem;
  }
}

/* Footer Styles */
.footer-hero {
  background: #FFFFFF;
  padding: 80px 20px;
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
}

.footer-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.footer-hero-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.footer-hero-text {
  color: var(--wt-text-on-background-color);
  font-family: var(--wt-body-font);
  line-height: 1.6;
}

.footer-hero-greeting {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--wt-text-on-background-color);
  position: relative;
  padding-top: 25px;
}

.footer-hero-greeting::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #3EB57B;
  border-radius: 2px;
}

.footer-hero-text p {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--wt-text-on-background-color);
}

.footer-hero-text strong {
  font-weight: 600;
}

.footer-hero-image {
  text-align: center;
}

.footer-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.site-footer {
  background: #F5F5F5;
  color: #333;
  padding: 60px 20px 30px 20px;
  width: 100vw;
  margin: 0;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  margin-bottom: 40px;
}

.footer-brand {
  max-width: 500px;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footer-tagline {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
  font-family: var(--wt-body-font);
}

.footer-disclosure-main {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 15px;
  font-family: var(--wt-body-font);
}

.footer-disclosure-main a {
  color: #000000;
  text-decoration: underline;
}

.footer-disclosure-main a:hover {
  color: #333333;
}

.footer-disclosure-text {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 8px;
  font-family: var(--wt-body-font);
}

.footer-disclosure-text a {
  color: #000000;
  text-decoration: underline;
}

.footer-disclosure-text a:hover {
  color: #333333;
}

.footer-signup {
  display: flex;
  gap: 0;
  margin-bottom: 25px;
}

.footer-email-input {
  flex: 1;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 1rem;
  outline: none;
  background: white;
  font-family: var(--wt-body-font);
}

.footer-email-input:focus {
  border-color: #333;
}

.footer-join-btn {
  padding: 15px 25px;
  background: #333;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: var(--wt-button-font);
}

.footer-join-btn:hover {
  background: #555;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.social-link:hover {
  background: #555;
}

.social-icon {
  font-size: 16px;
  font-weight: bold;
}


.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-size: 0.9rem;
  color: #666;
  font-family: var(--wt-body-font);
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  font-family: var(--wt-body-font);
}

.footer-links a:hover {
  color: #333;
}

@media (max-width: 768px) {
  .footer-hero {
    padding: 60px 20px;
  }
  
  .footer-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .footer-hero-greeting {
    font-size: 1.3rem;
    padding-top: 20px;
  }
  
  .footer-hero-greeting::before {
    width: 50px;
    height: 2px;
  }
  
  .footer-hero-text p {
    font-size: 1rem;
  }
  
  .footer-content {
    text-align: center;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .footer-links {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .footer-hero {
    padding: 40px 15px;
  }
  
  .footer-hero-greeting {
    font-size: 1.2rem;
    padding-top: 18px;
  }
  
  .footer-hero-greeting::before {
    width: 40px;
    height: 2px;
  }
  
  .footer-hero-text p {
    font-size: 0.95rem;
  }
  
  .site-footer {
    padding: 40px 15px 20px 15px;
  }
  
  .footer-signup {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-email-input {
    border-radius: 6px;
    border-right: 1px solid #ddd;
  }
  
  .footer-join-btn {
    border-radius: 6px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* Legal Pages Styles */
.legal-page {
  background: #F6F5F4;
  min-height: 100vh;
  padding: 40px 20px;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 2px;
  padding: 60px;
}

.legal-header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.logo-section {
  margin-bottom: 30px;
}

.legal-logo {
  max-width: 150px;
  height: auto;
}

.legal-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--wt-text-on-tertiary-color);
  margin-bottom: 10px;
  font-family: var(--wt-header-font);
}

.last-updated {
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}

.legal-content {
  line-height: 1.6;
  color: var(--wt-text-on-tertiary-color);
  font-family: var(--wt-body-font);
}

.legal-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wt-text-on-tertiary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: var(--wt-header-font);
}

.legal-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wt-text-on-tertiary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--wt-header-font);
}

.legal-content p {
  margin-bottom: 16px;
  font-size: 1rem;
}

.legal-content ul {
  margin: 16px 0;
  padding-left: 30px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: #3EB57B;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-content strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .legal-container {
    padding: 40px 30px;
  }
  
  .legal-header h1 {
    font-size: 2rem;
  }
  
  .legal-content h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .legal-page {
    padding: 20px 15px;
  }
  
  .legal-container {
    padding: 30px 20px;
  }
  
  .legal-header h1 {
    font-size: 1.8rem;
  }
  
  .legal-logo {
    max-width: 120px;
  }
}