/* G Roll-Offs — Concrete Washout B2B Styles */

/* Hero Section */
.size-hero-section {
  padding: 100px 24px 80px;
  background: var(--bg);
  border-bottom: 2px solid var(--accent);
  position: relative;
  overflow: hidden;
}

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

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

.hero-text {
  z-index: 2;
}

.hero-eyebrow {
  display: inline-block;
  background: var(--accent-deep);
  color: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border-left: 3px solid var(--accent);
}

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

.hero-subhead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted-dark);
  margin-bottom: 30px;
}

.hero-features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.feat-badge {
  background: rgba(29, 95, 219, 0.15);
  border: 1px solid var(--border);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image-box {
  position: relative;
  z-index: 2;
}

.image-frame-styled {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.image-frame-styled img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.image-caption {
  margin-top: 14px;
  font-size: 11px;
  color: var(--text-dim-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500;
}

/* Why Matters Section */
.why-matters-section {
  padding: 100px 24px;
}

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

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

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

.text-block strong {
  color: var(--accent-deep);
}

.matters-box {
  display: flex;
  justify-content: center;
}

.info-card-highlight {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-top: 4px solid var(--accent);
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.info-card-highlight h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--text-on-light);
}

.info-card-highlight p {
  font-size: 13.5px;
  color: var(--text-muted-light);
  margin-bottom: 24px;
  line-height: 1.5;
}

.comp-point {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-on-light);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comp-point::before {
  color: var(--accent);
}

/* What's Included Section */
.included-section {
  padding: 100px 24px;
}

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

.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.included-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-top: 3px solid var(--accent);
  padding: 32px;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.included-card:hover {
  transform: translateY(-4px);
}

.included-card h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.included-card p {
  font-size: 13.5px;
  color: var(--text-muted-dark);
  line-height: 1.5;
}

/* Specs Section */
.specs-section {
  padding: 100px 24px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.spec-card {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  padding: 36px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.spec-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted-light);
  margin-bottom: 10px;
}

.spec-val {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 950;
  font-size: 24px;
  color: var(--text-on-light);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.spec-desc {
  font-size: 13.5px;
  color: var(--text-muted-light);
  line-height: 1.5;
}

/* Need It Section */
.need-it-section {
  padding: 100px 24px;
}

.needs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 48px auto 0;
}

.need-item {
  display: flex;
  gap: 24px;
}

.need-item .num {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 42px;
  color: var(--accent);
  line-height: 1;
}

.need-item h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.need-item p {
  font-size: 13.5px;
  color: var(--text-muted-dark);
  line-height: 1.5;
}

/* How It Works Section */
.how-it-works-section {
  padding: 100px 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 48px auto 0;
}

.step-card {
  background: #fff;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.step-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 950;
  font-size: 54px;
  color: rgba(29, 95, 219, 0.1);
  position: absolute;
  top: 10px;
  right: 15px;
  line-height: 1;
}

.step-card h3 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--text-on-light);
  margin-bottom: 12px;
  position: relative;
}

.step-card p {
  font-size: 13px;
  color: var(--text-muted-light);
  line-height: 1.5;
  position: relative;
}

/* Contractor Pricing Section */
.contractor-pricing-section {
  padding: 100px 24px;
}

.pricing-card-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.pricing-card {
  background: var(--bg-card);
  border: 2px dashed var(--accent);
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
}

.pricing-card .badge {
  background: var(--accent);
  color: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.pricing-card h2 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 42px);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.pricing-card .pricing-sub {
  font-size: 14.5px;
  color: var(--text-muted-dark);
  margin-bottom: 24px;
}

.pricing-card .price-val {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 950;
  font-size: 38px;
  color: var(--accent-bright);
  line-height: 1;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.account-details {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
  margin-bottom: 30px;
}

.account-details p {
  font-size: 14.5px;
  color: var(--text-muted-dark);
  margin-bottom: 20px;
  line-height: 1.6;
}

.benefits-bullets {
  list-style: none;
  padding: 0;
}

.benefits-bullets li {
  font-size: 13.5px;
  color: var(--text-muted-dark);
  margin-bottom: 12px;
  padding-left: 6px;
}

.pricing-cta-box {
  display: flex;
  justify-content: center;
}

/* Booking Availability Form Section */
.availability-form-section {
  padding: 100px 24px;
}

.form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.form-header {
  text-align: center;
  margin-bottom: 36px;
}

.form-header h2 {
  font-size: clamp(26px, 4vw, 38px);
  margin-bottom: 12px;
}

.form-header p {
  color: var(--text-muted-light);
  font-size: 14.5px;
}

.input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: end;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-on-light);
  margin-bottom: 8px;
}

.input-group input {
  padding: 16px;
  border: 1px solid var(--bg-light-alt);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 14.5px;
  background: var(--bg-light);
  color: var(--text-on-light);
  outline: none;
  transition: border-color 0.2s;
}

.input-group input:focus {
  border-color: var(--accent);
}

.submit-group button {
  width: 100%;
  border: none;
  cursor: pointer;
  justify-content: center;
}

.form-disclaimer {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted-light);
  margin-top: 24px;
}

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

  .hero-image-box {
    max-width: 500px;
    margin: 0 auto;
  }

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

  .needs-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .input-grid {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    padding: 30px 20px;
  }
}
