:root {
    --bg: #f4f9f8;
    --card: #ffffff;
    --text: #173330;
    --muted: #607471;
    --accent: #168778;
    --accent-dark: #0f6559;
    --soft: #e7f5f2;
    --border: #d8ebe7;
}

* { box-sizing: border-box;}

body {
    margin: 0;
    background: linear-gradient(180deg, #f4f9f8, #ffffff);
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
}

.ad-disclosure {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.container {
    width: min(1080px, 92%);
    margin: 0 auto;
    padding: 10px 0 10px;
}

.affiliate-disclosure {
    max-width: 760px;
    margin: 0 auto 18px;
    padding: 12px 14px;
    background: #fff8df;
    border: 1px solid #f1dda2;
    border-radius: 12px;
    color: #5f4700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.logo {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 28px;
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(23, 51, 48, 0.08);
}

.hero-content { padding: 38px;}

.eyebrow {
    display: inline-block;
    background: var(--soft);
    color: var(--accent-dark);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
}

h1 {
	font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.5px;
    margin: 0 0 18px;
}

.subhead {
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 24px;
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.meta-pill {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--muted);
}

.ctaBtn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 14px 28px rgba(22, 135, 120, 0.25);
    transition: 0.2s ease;
	min-height: 48px;
}

.ctaBtn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
}

.cta-note {
    font-size: 13px;
    color: var(--muted);
    margin: 12px auto 0;
    line-height: 1.5;
}

.small {
    font-size: 13px;
    color: var(--muted);
}

.hero-image {
    padding: 24px;
}

.image-box {
    border-radius: 22px;
    background: radial-gradient(circle at top left, #ffffff, #def4ef);
    min-height: 340px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* important */
}

.icon-wrap {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 18px;
}

.review-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    margin-top: 20px;
}

.content-card { padding: 34px;}

h2 {
	font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 16px;
    letter-spacing: -0.7px;
}

p { margin: 0 0 18px;}

.info-note {
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    margin: 24px 0;
}

h3 {
	font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-size: 22px;
    margin: 30px 0 12px;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 28px 0;
}

.box {
    border-radius: 18px;
    padding: 22px;
    border: 1px solid var(--border);
    background: #fff;
}

.box h4 {
	font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
    font-size: 18px;
}

.list {
    margin: 0;
    padding-left: 18px;
}

.list li {
    margin-bottom: 10px;
    color: #2b4744;
}

.sidebar-card {
    padding: 24px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.footer {
    margin-top: 30px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 22px;
    font-size: 13px;
    color: var(--muted);
	text-align: center;
}

.sources {
  margin: 32px 0;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  font-size: 14px;
}

.sources h3 {
  margin-top: 0;
  font-size: 18px;
}

.sources li {
  text-align: left;
  font-size: 14px;
}

.sources a {
  color: var(--accent-dark);
}

#advertisementtext {
    text-transform: uppercase;
}

@media (max-width: 920px) {
    .hero, .review-layout, .pros-cons { grid-template-columns: 1fr;}

    .hero-content, .content-card { padding: 26px;}

    .sidebar-card { position: static;}
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  p,
  li {
    font-size: 16px;
  }
  
  .ctaBtn {
    width: 100%;
    text-align: center;
    display: block;
  }
}