body {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa;
  color: #2d3748;
  line-height: 1.7;
}
/* --- CUSTOM HTML/CSS LOGO STYLES --- */
.logo-container {
  user-select: none;
}
.logo-icon-wrapper {
  position: relative;
  width: 38px;
  height: 38px;
  background: #fff9db;
  border-radius: 10px;
  border: 1px solid #ffe066;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-icon-sun {
  color: #fab005;
  font-size: 1.35rem;
}
.logo-icon-check {
  position: absolute;
  color: #2b8a3e;
  font-size: 0.75rem;
  background: white;
  border-radius: 50px;
  padding: 2px;
  bottom: -2px;
  right: -2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.logo-text {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.8px;
  text-transform: lowercase;
}
.logo-text .part-solar {
  color: #ff6b00; /* Solar Orange */
}
.logo-text .part-check {
  color: #1a365d; /* Deep Trust Blue */
}
/* ----------------------------------- */
.badge-advertorial {
  background-color: #edf2f7;
  color: #4a5568;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35em 0.75em;
}
.article-meta {
  font-size: 0.9rem;
  color: #718096;
}
.rating-stars {
  color: #ffb800;
}
h1.article-title {
  font-weight: 800;
  color: #1a365d;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.article-subtitle {
  font-size: 1.2rem;
  color: #e53e3e;
  font-weight: 600;
  line-height: 1.5;
}
.img-quote {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  line-height: 18px;
  color: #888;
  padding: 20px;
}
.lead-text {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2d3748;
}
.expert-quote {
  background-color: #f7fafc;
  border-left: 4px solid #3182ce;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
}
.expert-quote p {
  font-style: italic;
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
.expert-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #4a5568;
}
.highlight-box {
  background-color: #fffaf0;
  border-left: 4px solid #dd6b20;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
}
.check-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.check-list-item i {
  color: #38a169;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}
.cta {
  background-color: #0d6efd;
  color: #fff;
  display: flex;
  text-align: center;
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  border-radius: 50px;
  border: 1px solid #0257d5;
  padding: 20px;
  text-decoration: none;
  margin: 0px auto 50px auto;
}
.click-top {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
.click-bot {
  text-decoration: none;
  font-size: 14px;
  color: #c4c4c4;
}
.cta i {
  margin-left: 10px;
}
.state-grid .btn-state {
  background-color: white;
  border: 1px solid #cdd6e3;
  color: #4a5568;
  font-weight: 500;
  transition: all 0.2s;
  text-align: left;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
}
.state-grid .btn-state:hover {
  background-color: #ebf8ff;
  border-color: #bee3f8;
  color: #2b6cb0;
}
.widget-box {
  background: white;
  border: 2px solid #0d6efd;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
footer {
  background-color: #2d3748;
  color: #a0aec0;
  font-size: 0.85rem;
}
footer a {
  color: #cbd5e0;
  text-decoration: none;
}
footer a:hover {
  color: white;
}