/* G Roll-Offs — Dumpster Sizes Overview Styles */

/* Hero Section */
.sizes-hero {
  padding: 120px 24px 80px;
  background: var(--bg);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--accent);
}

.sizes-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(29, 95, 219, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.sizes-hero h1 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(38px, 6vw, 76px);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.sizes-hero .hero-sub {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-muted-dark);
  line-height: 1.6;
}

/* Sizes Section */
.sizes-section {
  padding: 100px 24px;
}

/* Secondary Outline CTA for View Details */
.size-card-link-btn {
  display: block;
  background: transparent;
  color: var(--accent-deep);
  border: 2px solid var(--accent);
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.15s ease;
}

.size-card-link-btn:hover {
  background: var(--accent);
  color: #fff;
}

/* Comparison Table */
.table-section {
  padding: 100px 24px;
}

.section-desc {
  max-width: 700px;
  margin: -10px auto 48px;
  color: var(--text-muted-dark);
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: 6px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 750px;
}

.comparison-table th {
  background: #111;
  color: #fff;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 24px;
  border-bottom: 2px solid var(--accent);
}

.comparison-table td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 15px;
  color: var(--text-muted-dark);
  line-height: 1.5;
  vertical-align: middle;
}

.comparison-table tr:hover td {
  background: rgba(29, 95, 219, 0.03);
}

.comparison-table td strong {
  color: #fff;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  color: #fff;
}

.pill.size-15 {
  background: var(--accent);
}

.pill.size-30 {
  background: var(--accent-bright);
}

.pill.size-wash {
  background: var(--success);
}

/* Weight Explainer Section */
.weight-explainer-section {
  padding: 100px 24px;
}

.grid-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.text-block h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 24px;
}

.text-block p {
  font-size: 16px;
  color: var(--text-muted-light);
  margin-bottom: 24px;
  line-height: 1.7;
}

.flat-pricing-bullets {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.flat-pricing-bullets li {
  padding: 10px 0 10px 32px;
  position: relative;
  font-size: 15px;
  color: var(--text-muted-light);
  line-height: 1.5;
}

.flat-pricing-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

.weight-cards {
  display: flex;
  flex-direction: column;
}

.weight-estimate-card {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.weight-estimate-card h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: var(--text-on-light);
}

.estimate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--bg-light-alt);
  font-size: 14.5px;
  color: var(--text-on-light);
  font-weight: 500;
}

.estimate-item.caution {
  border-bottom: none;
  color: #c2410c;
}

.weight-val {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  color: var(--accent-deep);
  text-transform: uppercase;
}

.estimate-item.caution .weight-val {
  color: #c2410c;
}



/* Rules list (Allowed / Prohibited) override for page consistency */
.rules-section {
  padding: 100px 24px;
}

.rules-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.rules-card {
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.rules-card.allowed {
  background: var(--bg-card);
  border-left: 6px solid var(--success);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rules-card.prohibited {
  background: var(--bg-card);
  border-left: 6px solid #ef4444;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rules-card h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 22px;
  font-style: italic;
  font-weight: 900;
  color: #fff;
}

.rules-card ul {
  list-style: none;
  padding: 0;
}

.rules-card li {
  padding: 9px 0 9px 32px;
  position: relative;
  color: var(--text-muted-dark);
  font-size: 14.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.rules-card li:last-child {
  border-bottom: none;
}

.rules-card.allowed li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 900;
  font-size: 18px;
}

.rules-card.prohibited li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #ef4444;
  font-weight: 900;
  font-size: 18px;
}

/* CTA Band Section */
.cta-band-section {
  padding: 80px 24px;
  background: var(--accent-deep);
  color: #fff;
  text-align: center;
  border-top: 4px solid var(--accent);
}

.cta-band-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-band-content h2 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(30px, 5vw, 48px);
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.cta-band-content p {
  font-size: 17px;
  line-height: 1.6;
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.95);
}

.cta-band-content .btn-primary {
  background: #fff;
  color: var(--accent-deep);
}

.cta-band-content .btn-primary:hover {
  background: var(--bg);
  color: #fff;
}

/* Responsive Overrides */
@media (max-width: 900px) {
  .grid-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rules-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
