:root {
  --ink: #172019;
  --muted: #687168;
  --paper: #f5f5ef;
  --card: #fff;
  --line: #dfe2d9;
  --lime: #c8f135;
  --lime-dark: #779500;
  --forest: #173d29;
  --radius: 20px;
  --shadow: 0 20px 55px rgba(20, 43, 28, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.product-header {
  min-height: 88px; padding: 8px max(5vw, 24px); display: flex; align-items: center;
  justify-content: space-between; gap: 24px; color: white; background: var(--forest);
}
.product-logo { position: relative; width: 235px; height: 65px; overflow: hidden; }
.product-logo img { position: absolute; top: -99px; left: -92px; width: 402px; max-width: none; height: auto; }
.back-link { color: var(--forest); font-size: .82rem; font-weight: 850; }
.back-link--header {
  padding: 10px 15px; color: white; border: 1px solid rgba(200, 241, 53, .3);
  border-radius: 999px; background: rgba(255, 255, 255, .05);
}
main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.breadcrumbs { padding: 25px 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .75rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #a8aea8; }
.breadcrumbs a:hover { color: var(--lime-dark); }
.product-hero {
  display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  gap: clamp(35px, 7vw, 90px); align-items: center; padding: 32px 0 75px;
}
.product-image-wrap {
  min-height: 500px; display: grid; place-items: center; overflow: hidden;
  border-radius: 30px; background: radial-gradient(circle at 55% 40%, #345b41, #142d20 67%);
  box-shadow: var(--shadow);
}
.product-image-wrap img { width: min(92%, 450px); height: auto; filter: drop-shadow(0 28px 24px rgba(0, 0, 0, .32)); }
.eyebrow {
  margin: 0 0 12px; color: var(--lime-dark); font-size: .7rem;
  font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 18ch; margin-bottom: 22px; font-size: clamp(2.65rem, 5.2vw, 4.8rem);
  line-height: .98; letter-spacing: -.055em; overflow-wrap: normal; word-break: normal; hyphens: none;
}
.lead { max-width: 630px; color: var(--muted); font-size: 1.05rem; line-height: 1.72; }
.source-note { max-width: 630px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.source-note a { color: var(--lime-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.starting-price {
  width: fit-content; margin: 30px 0 22px; padding: 20px 24px;
  border-left: 4px solid var(--lime); border-radius: 0 14px 14px 0; background: white; box-shadow: var(--shadow);
}
.starting-price span, .starting-price small { display: block; color: var(--muted); font-size: .7rem; }
.starting-price strong { display: block; margin: 3px 0; font-size: 2.25rem; letter-spacing: -.055em; }
.primary-link {
  display: inline-flex; min-height: 47px; padding: 0 20px; align-items: center; border-radius: 11px;
  color: var(--forest); background: var(--lime); font-size: .8rem; font-weight: 900;
}
.content-section { padding: 75px 0; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 28px; }
.section-heading h2, .recommended h2 { margin-bottom: 0; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.045em; }
.offers { display: grid; gap: 11px; }
.offer-card {
  display: grid; grid-template-columns: 1.1fr 1fr auto auto; gap: 25px; align-items: center;
  padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: white;
}
.offer-card--best { border-color: var(--lime-dark); box-shadow: 0 10px 30px rgba(94, 125, 5, .08); }
.offer-card--provisional { border-style: dashed; }
.offer-card div span { display: block; margin-top: 3px; color: var(--lime-dark); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.offer-card p { margin: 0; color: var(--muted); font-size: .76rem; }
.offer-card b { font-size: 1.2rem; white-space: nowrap; }
.offer-card a { padding: 9px 13px; border-radius: 8px; color: white; background: var(--forest); font-size: .72rem; font-weight: 850; }
.data-note { margin: 14px 0 0; color: var(--muted); font-size: .68rem; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: 10px; margin: 0; }
.tech-grid div { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.tech-grid dt { color: var(--muted); font-size: .63rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tech-grid dd { margin: 6px 0 0; font-size: .88rem; font-weight: 800; }
.analysis-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 90px); }
.analysis-copy { color: #465047; font-size: .96rem; line-height: 1.8; }
.analysis-subsection + .analysis-subsection { margin-top: 28px; }
.analysis-subsection h3 { margin-bottom: 8px; color: var(--ink); font-size: 1.08rem; }
.analysis-subsection p { margin-bottom: 0; }
.rating-panel { align-self: center; display: grid; gap: 24px; padding: 28px; border-radius: var(--radius); color: white; background: var(--forest); }
.rating > div { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: .8rem; }
.rating meter { width: 100%; height: 10px; border: 0; background: #294f38; }
.rating meter::-webkit-meter-bar { background: #294f38; border: 0; border-radius: 10px; }
.rating meter::-webkit-meter-optimum-value { background: var(--lime); border-radius: 10px; }
.rating meter::-moz-meter-bar { background: var(--lime); border-radius: 10px; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pros-cons article { padding: 28px; border-radius: var(--radius); background: white; }
.pros { border-top: 4px solid var(--lime-dark); }
.cons { border-top: 4px solid #c36f54; }
.pros-cons h2 { font-size: 1.4rem; }
.pros-cons ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: #465047; }
.recommended { padding-right: min(20vw, 220px); }
.recommended > p:last-child { margin: 20px 0 0; color: #465047; font-size: 1.05rem; line-height: 1.8; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 20px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.faq-list summary { padding: 18px 0; cursor: pointer; font-size: .9rem; font-weight: 850; }
.faq-list details p { margin: -2px 0 18px; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.similar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.similar-card { display: block; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: white; transition: border-color .18s ease, transform .18s ease; }
.similar-card:hover { border-color: var(--lime-dark); transform: translateY(-2px); }
.similar-card:focus-visible { outline: 3px solid rgba(145, 179, 0, .35); outline-offset: 3px; }
.similar-card span { color: var(--lime-dark); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.similar-card h3 { margin: 8px 0; }
.similar-card p, .similar-card small { color: var(--muted); font-size: .75rem; }
.section-heading__note { max-width: 760px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.brand-more-link { margin: 22px 0 0; }
.brand-more-link a { color: var(--lime-dark); font-size: .8rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.product-recommendations { margin: 0 0 75px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #e9ebe4; }
.product-recommendations h2 { margin-bottom: 18px; font-size: clamp(1.45rem, 3vw, 2.25rem); }
.product-recommendations nav { display: flex; flex-wrap: wrap; gap: 10px; }
.product-recommendations nav a { padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--forest); background: white; font-size: .74rem; font-weight: 850; }
.product-recommendations nav a:hover { border-color: var(--lime-dark); }
.bottom-back { padding: 0 0 75px; }
footer {
  padding: 48px max(5vw, 24px) 24px; color: #aebbb1; background: #102b1d; font-size: .72rem;
}
footer p { margin: 0; }
.footer__groups {
  max-width: 1440px; margin: 0 auto 38px; display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, .75fr)); gap: clamp(36px, 7vw, 100px);
}
.footer__group { min-width: 0; }
.footer__brand { display: inline-flex; color: white; font-size: 1.1rem; font-weight: 850; letter-spacing: -.04em; }
.footer__brand span { color: var(--lime); }
.footer__description { max-width: 340px; margin-top: 18px; line-height: 1.65; }
.footer__title { margin-bottom: 17px; color: white; font-size: .78rem; font-weight: 850; }
.footer__links { display: grid; justify-items: start; gap: 12px; }
.footer__links a { font-weight: 700; }
.footer__links a:hover, .footer__links a[aria-current="page"] { color: var(--lime); }
.footer__bottom { max-width: 1440px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }

@media (max-width: 850px) {
  .product-hero { grid-template-columns: 1fr; padding-top: 10px; }
  h1 { max-width: 20ch; font-size: clamp(2.45rem, 7vw, 3.8rem); line-height: 1; }
  .product-image-wrap { min-height: 420px; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .analysis-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .product-header { min-height: 70px; padding: 7px 18px; }
  .product-logo { width: 172px; height: 49px; }
  .product-logo img { top: -75.2px; left: -69.6px; width: 304.7px; }
  .back-link--header { display: none; }
  h1 { max-width: 100%; font-size: clamp(2.15rem, 10.5vw, 2.8rem); line-height: 1.03; letter-spacing: -.045em; }
  main { width: min(100% - 32px, 1180px); }
  .breadcrumbs { padding: 18px 0; }
  .product-hero { gap: 28px; padding-bottom: 55px; }
  .product-image-wrap { min-height: 330px; }
  .product-image-wrap img { width: min(90%, 310px); }
  .content-section { padding: 55px 0; }
  .offer-card { grid-template-columns: 1fr auto; gap: 10px; }
  .offer-card p { grid-column: 1 / -1; grid-row: 2; }
  .offer-card a { grid-column: 2; grid-row: 2; text-align: center; }
  .tech-grid, .pros-cons, .similar-grid { grid-template-columns: 1fr; }
  .recommended { padding-right: 0; }
  footer { padding-top: 38px; }
  .footer__groups { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
}
