/*
Theme Name: Crop Rates V11 Refined Home
Theme URI: https://croprates.net/
Author: OpenAI
Description: Mobile-first Crop Rates theme refined for Crop Rates SEO Engine V8.7.1 Stable.
Version: 11.2.0
Text Domain: crop-rates-v11
*/

:root{
  --cr-bg:#f4f7f4;
  --cr-surface:#ffffff;
  --cr-surface-2:#f8fbf8;
  --cr-text:#12281d;
  --cr-muted:#5f7367;
  --cr-line:#dbe6dd;
  --cr-green:#1f8d4c;
  --cr-green-dark:#0f4e2d;
  --cr-green-soft:#e7f5eb;
  --cr-shadow:0 10px 30px rgba(11,33,20,.07);
  --cr-radius:20px;
  --cr-container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cr-bg);
  color:var(--cr-text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.55;
}
a{color:var(--cr-green-dark);text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto}

.cr-container{
  max-width:var(--cr-container);
  margin:0 auto;
  padding:0 16px;
}

.cr-skip-link{position:absolute;left:-9999px;top:auto}
.cr-skip-link:focus{
  left:10px;
  top:10px;
  background:#fff;
  padding:8px 12px;
  z-index:999;
}

/* Header */
.cr-site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#0f4e2d;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
}
.cr-header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}
.cr-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-weight:800;
}
.cr-brand-mark{
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(135deg,#2db561,#16864a);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.cr-brand-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.cr-brand-title{
  font-size:19px;
  line-height:1;
  color:#fff;
}
.cr-brand-tagline{
  font-size:11px;
  color:rgba(255,255,255,.75);
  font-weight:600;
}
.cr-main-nav ul,
.cr-footer-menu ul{
  display:flex;
  gap:18px;
  list-style:none;
  margin:0;
  padding:0;
}
.cr-main-nav a{
  color:#eff8f2;
  font-weight:700;
  font-size:14px;
}
.cr-header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  color:#0f4e2d;
  font-weight:800;
  font-size:14px;
}
.cr-nav-toggle{
  display:none;
  background:none;
  border:0;
  color:#fff;
  font-size:26px;
  line-height:1;
}

.cr-site-main{padding-bottom:30px}

/* Generic */
.cr-card{
  background:var(--cr-surface);
  border:1px solid var(--cr-line);
  border-radius:var(--cr-radius);
  box-shadow:var(--cr-shadow);
}
.cr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  border-radius:14px;
  border:1px solid transparent;
  font-weight:800;
  cursor:pointer;
  font-size:15px;
}
.cr-btn-primary{
  background:var(--cr-green);
  color:#fff;
}
.cr-btn-secondary-dark{
  background:#fff;
  color:var(--cr-green-dark);
  border-color:var(--cr-line);
}
.cr-link-chip{
  display:inline-flex;
  padding:11px 16px;
  border-radius:999px;
  background:var(--cr-green-soft);
  color:var(--cr-green-dark);
  font-weight:700;
  font-size:13px;
  white-space:nowrap;
}

/* Homepage */
.cr-home-wrap{padding:22px 0 40px}
.cr-home-section{margin-top:22px}
.cr-home-section__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.cr-home-kicker,
.cr-home-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:var(--cr-green-soft);
  color:var(--cr-green-dark);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.cr-home-title{
  margin:10px 0 6px;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.02em;
}
.cr-home-desc{
  margin:0;
  color:var(--cr-muted);
  font-size:15px;
  line-height:1.7;
}

/* Hero */
.cr-home-hero{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:24px;
  align-items:stretch;
  padding-top:8px;
}
.cr-home-hero__content,
.cr-home-hero__panel{min-width:0}

.cr-home-hero__content{
  background:linear-gradient(135deg,#0f4e2d 0%, #1f8d4c 60%, #2aa457 100%);
  color:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 42px rgba(15,78,45,.18);
}
.cr-home-hero__title{
  font-size:clamp(32px,5vw,54px);
  line-height:1.02;
  margin:16px 0 14px;
  max-width:760px;
  letter-spacing:-.03em;
}
.cr-home-hero__text{
  font-size:18px;
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.93);
  line-height:1.65;
}
.cr-home-hero__points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}
.cr-home-hero__points li{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-weight:700;
  font-size:14px;
}
.cr-home-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.cr-home-hero__panel{display:flex}
.cr-home-hero-card{
  background:var(--cr-surface);
  border:1px solid var(--cr-line);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--cr-shadow);
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.cr-home-hero-card h2{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.1;
}
.cr-home-hero-card p{
  margin:0;
  color:var(--cr-muted);
  line-height:1.7;
}
.cr-home-hero-card__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.cr-home-hero-card__chips span{
  padding:10px 12px;
  border-radius:999px;
  background:var(--cr-green-soft);
  color:var(--cr-green-dark);
  font-weight:700;
  font-size:13px;
}

/* Universal section */
.cr-home-universal{
  padding:18px;
  overflow:hidden;
}
.cr-home-universal .cr-home-hidden-by-theme{display:none !important}
.cr-home-universal table{font-size:14px}
.cr-home-universal [class*="summary"],
.cr-home-universal [class*="stats"]{display:none !important}
.cr-home-universal .cr-card,
.cr-home-universal .cr83-card,
.cr-home-universal .cr83-block,
.cr-home-universal .cr83-section,
.cr-home-universal .crop-rates-card{
  box-shadow:none !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
}
.cr-home-universal form,
.cr-home-universal .cr83-filter,
.cr-home-universal .cr83-form,
.cr-home-universal .cr-universal-form,
.cr-home-universal .crop-rates-filters,
.cr-home-universal .cr87-selector{
  background:var(--cr-surface-2);
  border:1px solid var(--cr-line);
  border-radius:18px;
  padding:16px;
}
.cr-home-universal select,
.cr-home-universal input,
.cr-home-universal button{
  max-width:100%;
}

/* SEO text block */
.cr-home-seo-text{
  padding:24px;
}
.cr-home-seo-text .cr-home-title{
  max-width:860px;
}
.cr-home-seo-text .cr-home-desc + .cr-home-desc{
  margin-top:14px;
}

/* State / commodity tiles */
.cr-home-card-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.cr-home-tile{
  display:flex;
  align-items:center;
  min-height:68px;
  background:var(--cr-surface);
  border:1px solid var(--cr-line);
  border-radius:16px;
  padding:16px;
  box-shadow:0 5px 16px rgba(15,42,31,.04);
  transition:.16s transform,.16s border-color,.16s box-shadow;
}
.cr-home-tile:hover{
  transform:translateY(-2px);
  border-color:#9aceaa;
  box-shadow:0 10px 24px rgba(15,42,31,.08);
}
.cr-home-tile strong{
  display:block;
  font-size:15px;
  line-height:1.3;
  color:var(--cr-text);
  font-weight:800;
}

/* SEO card grids */
.cr-home-seo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.cr-home-seo-card{
  display:block;
  background:linear-gradient(180deg,#fff 0%,#f8fbf8 100%);
  border:1px solid var(--cr-line);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--cr-shadow);
  transition:.16s transform,.16s border-color,.16s box-shadow;
}
.cr-home-seo-card:hover{
  transform:translateY(-2px);
  border-color:#9aceaa;
  box-shadow:0 12px 26px rgba(15,42,31,.09);
}
.cr-home-seo-card strong{
  display:block;
  font-size:18px;
  line-height:1.2;
  color:var(--cr-text);
}
.cr-home-seo-card span{
  display:block;
  margin-top:8px;
  font-size:14px;
  color:var(--cr-muted);
  line-height:1.6;
}

/* Homepage FAQ */
.cr-home-faq{
  padding:24px;
}
.cr-home-faq-list{
  margin-top:16px;
}
.cr-home-faq-list details{
  border:1px solid #e3e8e4;
  border-radius:14px;
  background:#fbfdfb;
  padding:14px 16px;
}
.cr-home-faq-list details + details{
  margin-top:10px;
}
.cr-home-faq-list summary{
  cursor:pointer;
  font-weight:800;
  color:var(--cr-text);
}
.cr-home-faq-list p{
  margin:10px 0 0;
  line-height:1.7;
  color:var(--cr-muted);
}

/* Inner pages */
.cr-page-shell{padding:24px}
.cr-breadcrumbs{font-size:14px;color:var(--cr-muted);margin-bottom:10px}
.cr-page-title{font-size:36px;line-height:1.06;margin:0 0 12px}
.cr-page-intro{font-size:17px;color:var(--cr-muted);margin:0 0 18px;max-width:900px}

.entry-content table,
.cr-table-wrap{
  width:100%;
  overflow:auto;
  display:block;
}
.entry-content table{
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--cr-line);
  border-radius:16px;
  overflow:hidden;
}
.entry-content th,
.entry-content td{
  padding:10px 12px;
  border-bottom:1px solid #edf2ee;
  text-align:left;
  font-size:14px;
}
.entry-content th{
  background:#10462b;
  color:#fff;
}

/* Footer */
.cr-site-footer{
  background:#0f2f20;
  color:#dbe8df;
  padding:34px 0 16px;
  margin-top:34px;
}
.cr-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:20px;
}
.cr-footer-title{
  margin:0 0 10px;
  font-size:18px;
  color:#fff;
}
.cr-footer-text,
.cr-site-footer li a{
  color:#c5d7cb;
}
.cr-site-footer ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.cr-footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  margin-top:20px;
  padding-top:16px;
  font-size:13px;
  color:#c8d5cd;
}

/* Responsive */
@media (max-width: 1120px){
  .cr-home-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .cr-home-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 900px){
  .cr-main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#0f4e2d;
    padding:14px 16px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .cr-main-nav.is-open{display:block}
  .cr-main-nav ul{flex-direction:column;gap:12px}
  .cr-nav-toggle{display:block}
  .cr-header-cta{display:none}
  .cr-home-hero{grid-template-columns:1fr}
  .cr-home-section__head{flex-direction:column;align-items:flex-start}
  .cr-footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 680px){
  .cr-container{padding:0 12px}
  .cr-header-row{padding:12px 0}
  .cr-brand-mark{width:34px;height:34px;font-size:12px}
  .cr-brand-title{font-size:17px}
  .cr-brand-tagline{display:none}
  .cr-home-wrap{padding-top:14px}
  .cr-home-hero__content,
  .cr-home-hero-card,
  .cr-home-universal,
  .cr-home-seo-text,
  .cr-home-faq{padding:18px}
  .cr-home-title{font-size:24px}
  .cr-home-hero__title{font-size:32px}
  .cr-home-hero__text{font-size:16px}
  .cr-home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .cr-home-seo-grid{grid-template-columns:1fr;gap:12px}
  .cr-home-tile{padding:14px;min-height:60px}
  .cr-footer-grid{grid-template-columns:1fr}
}

.cr-home-hero__trust{
  margin:14px 0 0;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.6;
  font-weight:600;
}

.cr-home-seo-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.cr-home-seo-text{
  padding:26px;
}

.cr-home-faq{
  padding:26px;
}

@media (max-width: 1120px){
  .cr-home-seo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px){
  .cr-home-seo-grid{
    grid-template-columns:1fr;
  }
}

.cr-hero{background:#eef7f0;padding:15px;border-radius:10px}
.cr-cards{display:flex;gap:10px;margin:10px 0}
.cr-card{flex:1;background:#fff;padding:10px;border-radius:8px;text-align:center}