/*
Theme Name: OtzyvPro
Theme URI: https://otzyvpro.top
Author: OtzyvPro
Description: Современная тема-каталог для сайта отзывов.
Version: 0.1.0
Text Domain: otzyvpro
*/

:root {
  --ink: #16251f;
  --muted: #68756f;
  --paper: #f5f7f3;
  --card: #ffffff;
  --line: #e1e8e3;
  --brand: #147d64;
  --brand-dark: #0d5f4c;
  --brand-soft: #dff4eb;
  --lime: #d9f36a;
  --gold: #f5ad2b;
  --danger: #df6457;
  --shadow: 0 20px 50px rgba(22, 37, 31, .08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.site-main { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(245, 247, 243, .88);
  border-bottom: 1px solid rgba(225, 232, 227, .8);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 22px; letter-spacing: -.6px; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: var(--brand); color: white; box-shadow: 0 8px 18px rgba(20,125,100,.2); }
.logo-dot { color: var(--brand); }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: #43514b; font-size: 14px; font-weight: 650; }
.nav a:hover { color: var(--brand); }
.header-actions { display: flex; gap: 10px; }
.button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(22,37,31,.15); }
.button-primary:hover { background: var(--brand); }
.button-light { background: #fff; border: 1px solid var(--line); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: white; }

.hero { position: relative; padding: 72px 0 54px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -270px; top: -150px; background: #d9f36a; opacity: .3; filter: blur(80px); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 8px 12px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; font-size: 13px; font-weight: 800; }
.eyebrow i { width: 7px; height: 7px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(20,125,100,.1); }
h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -4px; font-weight: 850; }
h1 em { color: var(--brand); font-style: normal; }
.hero-copy { max-width: 660px; margin: 25px 0 30px; color: var(--muted); font-size: 18px; }
.search-box { max-width: 720px; display: flex; align-items: center; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow); }
.search-icon { margin: 0 13px; color: var(--brand); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: #95a19b; }
.search-box .button { min-width: 120px; background: var(--brand); color: white; }
.quick-links { margin-top: 15px; color: #849089; font-size: 13px; }
.quick-links button { margin-left: 8px; padding: 0; border: 0; border-bottom: 1px dashed #9caaa3; color: var(--ink); background: transparent; font: inherit; font-weight: 700; cursor: pointer; transition: .2s; }
.quick-links button:hover, .quick-links button:focus-visible { color: var(--brand); border-bottom-color: var(--brand); outline: 0; }

.trust-card { position: relative; min-height: 430px; padding: 30px; border-radius: 34px; color: white; background: var(--ink); box-shadow: 0 28px 70px rgba(22,37,31,.22); overflow: hidden; }
.trust-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -110px; background: var(--lime); border-radius: 50%; opacity: .85; }
.trust-top { display: flex; align-items: flex-start; justify-content: space-between; }
.trust-label { color: #9eb1a8; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.trust-score { margin-top: 8px; font-size: 66px; line-height: 1; font-weight: 850; letter-spacing: -3px; }
.shield { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: var(--lime); background: rgba(255,255,255,.08); }
.stars { margin: 13px 0 26px; color: var(--gold); letter-spacing: 4px; }
.trust-bars { display: grid; gap: 13px; }
.trust-row { display: grid; grid-template-columns: 66px 1fr 32px; align-items: center; gap: 10px; color: #c6d2cc; font-size: 12px; }
.bar { height: 7px; border-radius: 20px; background: rgba(255,255,255,.1); overflow: hidden; }
.bar span { display: block; height: 100%; border-radius: inherit; background: var(--lime); }
.verified-pill { position: absolute; left: 30px; bottom: 27px; z-index: 1; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 750; }
.verified-pill b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); }

.stats { padding-bottom: 64px; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); }
.stat { padding: 22px 26px; background: rgba(255,255,255,.75); }
.stat strong { display: block; font-size: 25px; letter-spacing: -.8px; }
.stat span { color: var(--muted); font-size: 13px; }

.section { padding: 70px 0; }
.section-white { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -2px; }
.section-heading p { max-width: 470px; margin: 8px 0 0; color: var(--muted); }
.section-link { color: var(--brand); font-size: 14px; font-weight: 800; white-space: nowrap; }

.categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 166px; padding: 21px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); border: 1px solid transparent; border-radius: var(--radius-md); transition: .2s ease; }
.category-card:hover { transform: translateY(-4px); background: #fff; border-color: var(--line); box-shadow: var(--shadow); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--brand); background: var(--brand-soft); font-size: 22px; }
.category-card h3 { margin: auto 0 2px; font-size: 17px; letter-spacing: -.3px; }
.category-card span { color: var(--muted); font-size: 12px; }

.review-layout { display: grid; grid-template-columns: 1fr 350px; gap: 24px; align-items: start; }
.review-list { display: grid; gap: 14px; }
.review-card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: .2s ease; }
.review-card:hover { box-shadow: var(--shadow); border-color: transparent; }
.review-head { display: flex; gap: 15px; align-items: center; }
.brand-avatar { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 16px; color: white; background: var(--ink); font-weight: 850; }
.brand-avatar.green { background: var(--brand); }
.brand-avatar.orange { background: #e37a44; }
.review-title { min-width: 0; }
.review-title h3 { margin: 0; font-size: 18px; letter-spacing: -.35px; }
.review-meta { margin-top: 3px; color: var(--muted); font-size: 12px; }
.rating { margin-left: auto; padding: 8px 10px; border-radius: 12px; background: #fff6df; font-weight: 850; font-size: 14px; white-space: nowrap; }
.rating::before { content: "★"; color: var(--gold); margin-right: 5px; }
.review-card h4 { margin: 19px 0 7px; font-size: 16px; }
.review-card p { margin: 0; color: #5d6b65; font-size: 14px; }
.review-foot { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.positive { color: var(--brand); font-weight: 750; }
.negative { color: var(--danger); font-weight: 750; }

.top-panel { position: sticky; top: 100px; padding: 26px; color: white; background: var(--ink); border-radius: var(--radius-lg); }
.top-panel h3 { margin: 0 0 5px; font-size: 23px; letter-spacing: -.7px; }
.top-panel > p { margin: 0 0 22px; color: #9fb0a8; font-size: 13px; }
.top-company { display: grid; grid-template-columns: 32px 42px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.08); }
.place { color: #71837a; font-weight: 800; }
.mini-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--ink); background: var(--lime); font-weight: 850; font-size: 13px; }
.top-company strong { display: block; font-size: 13px; }
.top-company small { color: #879991; }
.mini-score { color: var(--gold); font-weight: 800; font-size: 13px; }

.cta { padding: 75px 0; }
.cta-box { position: relative; padding: 55px; overflow: hidden; border-radius: 34px; background: var(--lime); }
.cta-box::after { content: "★"; position: absolute; right: 48px; top: -50px; color: rgba(22,37,31,.08); font-size: 240px; line-height: 1; transform: rotate(12deg); }
.cta-box h2 { position: relative; z-index: 1; max-width: 650px; margin: 0 0 15px; font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -2.7px; }
.cta-box p { position: relative; z-index: 1; max-width: 570px; margin: 0 0 25px; }
.cta-box .button { position: relative; z-index: 1; }

.site-footer { padding: 52px 0 28px; color: #c5d0ca; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.site-footer .logo { color: #fff; }
.footer-about { max-width: 340px; margin-top: 18px; color: #879991; font-size: 13px; }
.footer-col h3 { margin: 4px 0 16px; color: #fff; font-size: 14px; }
.footer-col a { display: block; margin: 10px 0; color: #94a59d; font-size: 13px; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #71837a; font-size: 12px; }

.content-shell { min-height: 65vh; padding: 70px 0; }
.content-shell article { max-width: 850px; padding: 38px; background: #fff; border-radius: var(--radius-lg); }
.content-shell h1 { font-size: 48px; letter-spacing: -2px; }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 67px; padding: 18px; flex-direction: column; align-items: flex-start; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .header-actions .button-light { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-card { min-height: 390px; }
  .categories { grid-template-columns: repeat(2, 1fr); }
  .review-layout { grid-template-columns: 1fr; }
  .top-panel { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 66px; gap: 10px; }
  .logo { font-size: 19px; }
  .logo-mark { width: 34px; height: 34px; border-radius: 11px; }
  .header-actions { display: none; }
  .hero { padding: 48px 0 38px; }
  h1 { font-size: 42px; letter-spacing: -2.4px; }
  .hero-copy { font-size: 16px; }
  .search-box { display: grid; grid-template-columns: 32px 1fr; gap: 2px; padding: 12px; }
  .search-icon { margin: 0; }
  .search-box .button { grid-column: 1 / -1; margin-top: 8px; width: 100%; }
  .quick-links { line-height: 2; }
  .trust-card { min-height: 380px; padding: 24px; }
  .trust-score { font-size: 56px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat { padding: 18px; }
  .section { padding: 52px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .categories { gap: 10px; }
  .category-card { min-height: 145px; padding: 16px; }
  .review-card { padding: 19px; }
  .review-head { align-items: flex-start; }
  .rating { font-size: 12px; }
  .review-foot { flex-wrap: wrap; }
  .cta { padding: 48px 0; }
  .cta-box { padding: 34px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Review catalogue and editorial pages */
.narrow { max-width: 880px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:28px; color:var(--muted); font-size:12px; }
.breadcrumbs a:hover { color:var(--brand); }
.single-review-hero,.archive-hero,.page-hero { padding:64px 0 56px; background:linear-gradient(135deg,#eef8df 0%,var(--paper) 58%); border-bottom:1px solid var(--line); }
.single-review-hero h1,.archive-hero h1,.page-hero h1 { max-width:900px; font-size:clamp(42px,6vw,68px); }
.archive-hero p,.page-hero p { max-width:680px; color:var(--muted); font-size:18px; }
.single-kicker { margin-bottom:10px; color:var(--brand); font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.single-brand { color:var(--muted); }
.single-review-body,.page-body { padding:52px 0 76px; }
.review-page-grid { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:25px; align-items:start; }
.review-article,.review-facts,.legal-content,.review-form { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); }
.review-article { padding:36px; }
.author-bar { display:flex; align-items:center; gap:13px; padding-bottom:26px; border-bottom:1px solid var(--line); }
.author-avatar { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--brand); font-weight:850; }
.author-bar > div:not(.big-rating) > strong,.author-bar > div:not(.big-rating) > span { display:block; }
.author-bar > div:not(.big-rating) > span { color:var(--muted); font-size:12px; }
.big-rating { margin-left:auto; display:flex; align-items:center; gap:10px; }
.big-rating span { color:var(--gold); letter-spacing:2px; }
.big-rating b { font-size:22px; }
.review-article > h2 { margin:30px 0 14px; font-size:31px; line-height:1.15; letter-spacing:-1px; }
.review-prose { color:#43514b; font-size:17px; line-height:1.75; }
.review-prose p:first-child { margin-top:0; }
.pros-cons { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:30px; }
.pros-box,.cons-box { display:flex; gap:12px; padding:18px; border-radius:17px; }
.pros-box { background:#e9f7f1; }.cons-box { background:#fff0ed; }
.pros-box > span,.cons-box > span { width:27px; height:27px; flex:0 0 27px; display:grid; place-items:center; border-radius:50%; color:#fff; font-weight:900; }
.pros-box > span { background:var(--brand); }.cons-box > span { background:var(--danger); }
.pros-box p,.cons-box p { margin:4px 0 0; color:#516059; font-size:13px; }
.editorial-note { margin-top:24px; padding:14px 16px; color:#6f7b75; background:#f6f7f5; border-radius:13px; font-size:12px; }
.helpful { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:25px; padding-top:22px; border-top:1px solid var(--line); }
.helpful > span { font-weight:750; }.helpful button { padding:9px 13px; border:1px solid var(--line); border-radius:10px; background:#fff; cursor:pointer; }.helpful small { color:var(--muted); }
.review-facts { position:sticky; top:100px; padding:25px; }
.review-facts h3 { margin:0 0 14px; }.review-facts dl { margin:0 0 22px; }
.review-facts dl div { padding:13px 0; border-top:1px solid var(--line); }.review-facts dt { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.06em; }.review-facts dd { margin:3px 0 0; font-weight:700; }
.review-facts .button { width:100%; }
.archive-hero .category-count { display:inline-flex; margin-top:12px; padding:7px 11px; color:var(--brand-dark); background:var(--brand-soft); border-radius:999px; font-size:12px; font-weight:800; }
.archive-grid { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:25px; align-items:start; }
.archive-toolbar { display:flex; justify-content:space-between; margin-bottom:15px; color:var(--muted); font-size:13px; }.archive-toolbar strong { color:var(--ink); font-size:18px; }
.archive-side { position:sticky; top:100px; padding:24px; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); }.archive-side h3 { margin:0 0 8px; }.archive-side p { color:var(--muted); font-size:13px; }.archive-side .button { width:100%; margin-top:10px; }.side-link { display:block; margin-top:18px; color:var(--brand); font-size:13px; font-weight:800; }
.archive-side .search-form { display:grid; gap:8px; }.archive-side .search-field { width:100%; padding:12px; border:1px solid var(--line); border-radius:12px; }.archive-side .search-submit { padding:11px; border:0; border-radius:11px; color:#fff; background:var(--brand); }
.review-card-dynamic h3 a,.review-card-dynamic h4 a { transition:.2s; }.review-card-dynamic h3 a:hover,.review-card-dynamic h4 a:hover,.card-more { color:var(--brand); }.card-more { font-weight:800; }
.page-body { min-height:50vh; }.legal-content { padding:42px; color:#425049; }.legal-content h2 { margin:34px 0 10px; color:var(--ink); font-size:25px; }.legal-content h2:first-child { margin-top:0; }.legal-content h3 { margin-top:25px; color:var(--ink); }.legal-content a { color:var(--brand); text-decoration:underline; }.legal-content li { margin:7px 0; }
.category-directory { display:grid; grid-template-columns:1fr 1fr; gap:15px; }.directory-card { display:flex; gap:18px; padding:24px; background:var(--paper); border:1px solid transparent; border-radius:var(--radius-md); transition:.2s; }.directory-card:hover { transform:translateY(-3px); border-color:var(--line); box-shadow:var(--shadow); background:#fff; }.directory-card .category-icon { flex:0 0 48px; }.directory-card h2 { margin:0; font-size:20px; }.directory-card p { min-height:42px; margin:6px 0 12px; color:var(--muted); font-size:13px; }.directory-card b { color:var(--brand); font-size:12px; }
.form-container { max-width:850px; }.review-form { padding:38px; }.form-honeypot { position:absolute!important; left:-9999px!important; }.form-intro { display:flex; gap:15px; margin:34px 0 18px; }.form-intro:first-of-type { margin-top:0; }.form-intro > span { width:38px; height:38px; flex:0 0 38px; display:grid; place-items:center; border-radius:12px; color:var(--brand-dark); background:var(--brand-soft); font-size:12px; font-weight:850; }.form-intro h2 { margin:0; font-size:22px; }.form-intro p { margin:2px 0 0; color:var(--muted); font-size:13px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }.field { display:grid; gap:7px; }.field-wide { grid-column:1/-1; }.field > span,.rating-field legend { color:#35443d; font-size:13px; font-weight:750; }.field input,.field textarea,.field select { width:100%; padding:13px 14px; color:var(--ink); background:#fbfcfa; border:1px solid var(--line); border-radius:12px; outline:none; }.field input:focus,.field textarea:focus,.field select:focus { border-color:var(--brand); box-shadow:0 0 0 3px rgba(20,125,100,.1); }.rating-field { margin:0 0 18px; padding:0; border:0; }.rating-input { display:flex; width:max-content; flex-direction:row-reverse; margin-top:7px; }.rating-input input { position:absolute; opacity:0; }.rating-input label { color:#d9dfdb; font-size:38px; cursor:pointer; }.rating-input label:hover,.rating-input label:hover~label,.rating-input input:checked~label { color:var(--gold); }.form-agree { display:flex; gap:9px; align-items:flex-start; margin:22px 0; color:var(--muted); font-size:13px; }.form-submit { min-width:245px; }.form-success { margin-bottom:18px; padding:17px; color:#0e624e; background:var(--brand-soft); border-radius:14px; }

@media(max-width:820px){.review-page-grid,.archive-grid{grid-template-columns:1fr}.review-facts,.archive-side{position:static}.category-directory{grid-template-columns:1fr}}
@media(max-width:680px){.single-review-hero,.archive-hero,.page-hero{padding:42px 0 36px}.single-review-hero h1,.archive-hero h1,.page-hero h1{font-size:40px}.review-article,.legal-content,.review-form{padding:23px}.author-bar{align-items:flex-start}.big-rating{display:grid; gap:0;text-align:right}.pros-cons,.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.category-directory{gap:10px}.directory-card{padding:18px}.review-prose{font-size:16px}.review-article>h2{font-size:26px}}

/* Search */
.search-hero{padding:62px 0 52px;background:linear-gradient(135deg,#eef8df 0%,var(--paper) 58%);border-bottom:1px solid var(--line)}
.search-hero h1{max-width:900px;font-size:clamp(39px,5vw,61px)}
.search-page-form{max-width:780px;display:flex;align-items:center;gap:12px;margin-top:28px;padding:9px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}
.search-page-form>span{margin-left:10px;color:var(--brand)}.search-page-form input{min-width:0;flex:1;padding:8px;border:0;outline:0}.search-page-form button{padding:13px 24px;border:0;border-radius:12px;color:#fff;background:var(--brand);font-weight:800;cursor:pointer}
.search-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:25px;align-items:start}.search-summary{margin-bottom:15px;color:var(--muted);font-size:13px}.search-summary strong{color:var(--ink);font-size:20px}.search-results{display:grid;gap:14px}
.search-card{padding:25px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);transition:.2s}.search-card:hover{border-color:transparent;box-shadow:var(--shadow)}.search-card-top{display:flex;align-items:center;gap:13px}.search-card-top>div{min-width:0}.search-subject,.search-meta{display:block}.search-subject{font-weight:800}.search-meta{color:var(--muted);font-size:12px}.search-card-top .rating{margin-left:auto}.search-card h2{margin:18px 0 8px;font-size:21px;line-height:1.25;letter-spacing:-.45px}.search-card h2 a:hover{color:var(--brand)}.search-card p{margin:0;color:#5d6b65;font-size:14px}.search-card footer{display:flex;justify-content:space-between;gap:15px;margin-top:17px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.search-card footer a{color:var(--brand);font-weight:800}.search-empty{padding:48px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg)}.search-empty>span{width:58px;height:58px;margin:auto;display:grid;place-items:center;border-radius:18px;color:var(--brand);background:var(--brand-soft);font-size:24px}.search-empty h2{margin:18px 0 6px}.search-empty p{max-width:500px;margin:0 auto 20px;color:var(--muted)}
@media(max-width:820px){.search-layout{grid-template-columns:1fr}}
@media(max-width:680px){.search-hero{padding:42px 0 36px}.search-page-form{display:grid;grid-template-columns:28px 1fr;padding:11px}.search-page-form button{grid-column:1/-1}.search-card{padding:19px}.search-card h2{font-size:19px}.search-card footer{flex-wrap:wrap}}

/* Editorial blog */
.blog-hero{position:relative;overflow:hidden;padding:66px 0 58px;background:var(--ink);color:#fff}.blog-hero:after{content:"";position:absolute;width:430px;height:430px;right:-130px;top:-210px;border-radius:50%;background:var(--lime);opacity:.12}.blog-hero-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px}.blog-hero h1{font-size:clamp(50px,7vw,82px);color:#fff}.blog-hero p{max-width:680px;margin:18px 0 0;color:#aebdb6;font-size:18px}.blog-hero .eyebrow{color:var(--lime);background:rgba(217,243,106,.1)}.blog-hero .eyebrow i{background:var(--lime)}.blog-hero-mark{width:150px;height:150px;flex:0 0 150px;padding:20px;display:flex;align-items:flex-end;justify-content:space-between;border:1px solid rgba(255,255,255,.13);border-radius:38px;background:rgba(255,255,255,.06);transform:rotate(4deg)}.blog-hero-mark span{color:var(--lime);font-size:64px;font-weight:900;line-height:.8}.blog-hero-mark small{color:#b9c8c0;font-weight:750;line-height:1.2}
.blog-section{min-height:60vh}.featured-post{display:grid;grid-template-columns:1.05fr .95fr;min-height:410px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow)}.featured-post-visual{position:relative;min-height:410px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#dff4eb,#dff28a)}.featured-post-visual img,.post-card-visual img{width:100%;height:100%;object-fit:cover}.visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(20,125,100,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(20,125,100,.1) 1px,transparent 1px);background-size:34px 34px}.visual-letter{position:relative;color:var(--brand);font-size:150px;font-weight:900;line-height:1;text-shadow:0 15px 35px rgba(20,125,100,.15)}.visual-label{position:absolute;left:28px;bottom:26px;padding:8px 12px;border-radius:999px;background:#fff;font-size:12px;font-weight:850}.featured-post-content{padding:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.post-label{margin-bottom:13px;color:var(--brand);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.featured-post h2{margin:0;font-size:clamp(30px,4vw,45px);line-height:1.08;letter-spacing:-1.8px}.featured-post h2 a:hover,.post-card h3 a:hover{color:var(--brand)}.featured-post-content>p{margin:18px 0;color:var(--muted);font-size:15px}.post-meta{display:flex;gap:8px;color:#87938d;font-size:11px}.post-read{margin-top:22px;color:var(--brand);font-size:13px;font-weight:850}
.blog-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:25px;align-items:start;margin-top:54px}.blog-list-heading{margin-bottom:20px}.blog-list-heading span{color:var(--brand);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.blog-list-heading h2{margin:4px 0 0;font-size:34px;letter-spacing:-1.2px}.post-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.post-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);transition:.2s}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.post-card-visual{height:190px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,var(--brand-soft),#f0f6cd)}.post-card-visual img{display:block;width:100%;height:190px;object-fit:cover}.post-card-visual>span{color:var(--brand);font-size:68px;font-weight:900}.post-card-body{padding:22px}.post-card h3{margin:10px 0 8px;font-size:21px;line-height:1.2}.post-card p{margin:0;color:var(--muted);font-size:13px}.post-card .post-read{display:inline-block;margin-top:16px}.blog-sidebar{position:sticky;top:100px;display:grid;gap:14px}.blog-side-card{padding:25px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.side-card-icon{width:43px;height:43px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px;color:var(--brand);background:var(--brand-soft)}.blog-side-card h3{margin:0 0 8px;font-size:19px}.blog-side-card p{margin:0 0 14px;color:var(--muted);font-size:13px}.blog-side-card>a{color:var(--brand);font-size:13px;font-weight:800}.side-reviews>a:not(.all-reviews){display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.side-reviews>a span{color:var(--ink);font-size:12px;font-weight:700}.side-reviews>a b{color:var(--gold);font-size:12px;white-space:nowrap}.side-reviews .all-reviews{display:inline-block;margin-top:12px}
@media(max-width:900px){.featured-post{grid-template-columns:1fr}.featured-post-visual{min-height:300px}.blog-content-grid{grid-template-columns:1fr}.blog-sidebar{position:static;grid-template-columns:1fr 1fr}}
@media(max-width:680px){.blog-hero{padding:44px 0}.blog-hero-mark{display:none}.featured-post{border-radius:24px}.featured-post-visual{min-height:235px}.visual-letter{font-size:105px}.featured-post-content{padding:25px}.featured-post h2{font-size:30px}.post-grid{grid-template-columns:1fr}.blog-sidebar{grid-template-columns:1fr}.blog-content-grid{margin-top:38px}}

/* Single editorial article */
.article-hero{padding:54px 0 62px;background:linear-gradient(135deg,#eef8df 0%,var(--paper) 64%);border-bottom:1px solid var(--line)}.article-hero-inner{max-width:960px}.article-hero h1{max-width:940px;font-size:clamp(44px,6vw,72px);line-height:1.02;letter-spacing:-3px}.article-byline{display:flex;align-items:center;gap:11px;margin-top:28px}.editor-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--brand);font-weight:900}.article-byline strong,.article-byline div>span{display:block}.article-byline div>span{color:var(--muted);font-size:12px}.article-section{padding:50px 0 78px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:25px;align-items:start}.article-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg)}.article-cover{position:relative;height:360px;margin:0;overflow:hidden}.article-cover img{width:100%;height:100%;object-fit:cover}.article-cover-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#dff4eb,#eff7bb)}.article-cover-placeholder b{position:relative;color:var(--brand);font-size:130px;line-height:1}.article-cover-placeholder small{position:absolute;left:28px;bottom:24px;padding:8px 11px;border-radius:999px;background:#fff;font-weight:800}.article-prose{padding:42px;color:#384840;font-size:17px;line-height:1.8}.article-prose>p:first-child{margin-top:0;font-size:19px;color:#26372f}.article-prose h2{margin:42px 0 14px;color:var(--ink);font-size:30px;line-height:1.15;letter-spacing:-1px}.article-prose h3{margin:32px 0 10px;color:var(--ink);font-size:23px}.article-prose a{color:var(--brand);text-decoration:underline}.article-prose ul,.article-prose ol{padding-left:22px}.article-prose li{margin:9px 0}.article-prose blockquote{margin:30px 0;padding:20px 24px;border-left:4px solid var(--brand);border-radius:0 14px 14px 0;background:var(--brand-soft);font-size:18px}.article-prose img{border-radius:18px}.article-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:0 42px;padding:25px 0 35px;border-top:1px solid var(--line)}.article-footer strong,.article-footer div>span{display:block}.article-footer div>span{color:var(--muted);font-size:12px}.article-footer>a{color:var(--brand);font-size:13px;font-weight:850;white-space:nowrap}.article-sidebar{position:sticky;top:100px;display:grid;gap:14px}.article-about .side-card-icon{color:#fff;background:var(--brand);font-weight:900}.article-cta{padding:25px;color:#fff;background:var(--ink);border-radius:var(--radius-md)}.article-cta>span{color:var(--lime);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.article-cta h3{margin:8px 0;font-size:22px;line-height:1.15}.article-cta p{margin:0 0 17px;color:#a3b3ab;font-size:13px}.article-cta .button{width:100%;color:var(--ink);background:var(--lime)}.related-posts{padding:70px 0;background:#fff}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}.article-cta{grid-column:1/-1}}
@media(max-width:680px){.article-hero{padding:40px 0}.article-hero h1{font-size:41px;letter-spacing:-2px}.article-section{padding:28px 0 55px}.article-cover{height:230px}.article-cover-placeholder b{font-size:90px}.article-prose{padding:24px;font-size:16px}.article-prose>p:first-child{font-size:17px}.article-footer{margin:0 24px;align-items:flex-start;flex-direction:column}.article-sidebar{grid-template-columns:1fr}.article-cta{grid-column:auto}}

.blog-category-grid{margin-top:0}.blog-list-section{margin-top:45px}
@media(max-width:680px){.blog-category-grid{margin-top:0}.blog-list-section{margin-top:36px}}

/* Pagination */
.navigation.pagination{margin-top:32px}.navigation.pagination .nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.navigation.pagination .page-numbers{min-width:42px;height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:13px;color:var(--ink);background:#fff;font-size:14px;font-weight:800;line-height:1;text-decoration:none;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s}.navigation.pagination a.page-numbers:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft);transform:translateY(-2px);box-shadow:0 8px 20px rgba(20,125,100,.1)}.navigation.pagination .page-numbers.current{border-color:var(--brand);color:#fff;background:var(--brand);box-shadow:0 8px 20px rgba(20,125,100,.2)}.navigation.pagination .prev,.navigation.pagination .next{padding:0 18px}.navigation.pagination .dots{min-width:26px;padding:0;border-color:transparent;background:transparent}.navigation.pagination .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:480px){.navigation.pagination{margin-top:25px}.navigation.pagination .nav-links{gap:6px}.navigation.pagination .page-numbers{min-width:38px;height:38px;padding:0 11px;border-radius:11px;font-size:13px}.navigation.pagination .prev,.navigation.pagination .next{padding:0 13px}}
