/* Standard Features page — rebuilt from the original Elementor layout. */

.sf-page { color: var(--text, #333); font-family: var(--body); }
.sf-page img { max-width: 100%; height: auto; display: block; }
.sf-shell { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* Hero: NGBS + Sub-contractors */
.sf-hero { padding: 90px 0; }
.sf-hero .sf-shell { max-width: 1200px; }
.sf-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.sf-ngbs-logo { width: 45%; max-width: 293px; margin-bottom: 20px; }
.sf-home-icon { display: block; margin-bottom: 20px; line-height: 1; }
.sf-hero-lead { margin: 0 0 12px; font-size: 17px; font-weight: 700; }
.sf-hero-copy { margin: 0; font-size: 17px; line-height: 1.6; }
.sf-hero-copy a { color: var(--red); }

/* Section titles */
.sf-title { padding: 60px 0 40px; background: #fff; }
.sf-title .sf-shell { max-width: 1000px; text-align: center; }
.sf-title h2 { margin: 0; }
.sf-title h2::after { content: none; }
.sf-divider { display: block; width: 150px; height: 3px; margin: 18px auto 0; background: #000; }
.sf-title-cream { background: var(--cream); }

/* Feature cards */
.sf-cards { background: #fff; padding: 20px 0; }
.sf-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; }
.sf-cards-grid-2 { grid-template-columns: 1fr 1fr; }
.sf-cards-last { padding-bottom: 100px; }
.sf-card { background: var(--cream); }
.sf-card > img { width: 100%; }
.sf-card-body { padding: 20px 25px 30px; }
.sf-card-body h3 { margin: 0 0 14px; font-family: var(--body); font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--ink); }
.sf-card-body ul { margin: 0 0 16px; padding-left: 20px; font-size: 15px; line-height: 1.7; }
.sf-card-body li { margin-bottom: 6px; }
.sf-more { margin: 0; }
.sf-more a { color: var(--orange); font-size: 16px; font-weight: 600; text-decoration: none; }
.sf-more a:hover { text-decoration: underline; }

/* All Standard Features detail */
.sf-all { background: #fff; padding: 40px 0 90px; }
.sf-all-shell { max-width: 1350px; margin: 0 auto; padding: 0 20px; display: flex; gap: 30px; align-items: flex-start; }
.sf-all-main { flex: 1 1 80%; min-width: 0; }
.sf-row { display: flex; gap: 30px; padding: 30px 0; scroll-margin-top: 120px; }
.sf-row-text { flex: 1 1 65%; min-width: 0; }
.sf-row-media { flex: 1 1 35%; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.sf-row-flip .sf-row-text { order: 2; }
.sf-row-flip .sf-row-media { order: 1; }
.sf-row-text h3 { margin: 24px 0 10px; font-family: var(--body); font-size: 20px; font-weight: 700; text-transform: uppercase; color: var(--ink); }
.sf-row-text h3:first-child { margin-top: 0; }
.sf-row-text ul { margin: 0 0 10px; padding-left: 20px; font-size: 16px; line-height: 1.6; }
.sf-row-text li { margin-bottom: 6px; }
.sf-row-text .button { margin-top: 10px; }

.sf-links { flex: 0 0 18%; padding: 31px; box-shadow: 0 0 2px rgba(0, 0, 0, .1); position: sticky; top: 120px; }
.sf-links h3 { margin: 0 0 14px; font-family: var(--body); font-size: 20px; font-weight: 700; color: var(--ink); }
.sf-links ul { margin: 0; padding: 0; list-style: none; }
.sf-links li { margin-bottom: 10px; font-size: 15px; line-height: 1.4; }
.sf-links a { color: var(--red); text-decoration: none; }
.sf-links a:hover { text-decoration: underline; }

/* Download banner */
.sf-download { background: #fff; padding-top: 90px; }
.sf-download-box { max-width: 1280px; margin: 0 auto; background: var(--cream) url("../img/2023/06/spartan-file-details-60.jpg") center/cover no-repeat; position: relative; }
.sf-download-box::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .65); }
.sf-download-inner { position: relative; max-width: 820px; margin: 0 auto; padding: 70px 30px; text-align: center; }
.sf-download-inner h3 { margin: 0 0 28px; font-family: var(--body); font-size: 32px; font-weight: 700; line-height: 1.2; color: #fff; }

/* Bottom gallery + consultation */
.sf-gallery { background: #fff; padding: 30px 0 0; }
.sf-gallery-last { padding-bottom: 90px; }
.sf-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: center; }
.sf-gallery-item { margin: 0; text-align: center; }
.sf-gallery-item img { width: 100%; }
.sf-gallery-item figcaption { margin-top: 12px; font-size: 16px; line-height: 1.6; }

.sf-consult { position: relative; align-self: stretch; background: url("../img/2023/04/the-mullbery-54-1.jpg") center/cover no-repeat; display: flex; }
.sf-consult::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .7); }
.sf-consult-inner { position: relative; margin: auto; padding: 40px 30px; text-align: center; }
.sf-consult-inner h3 { margin: 0 0 24px; font-family: var(--body); font-size: 24px; font-weight: 700; line-height: 1.3; text-transform: uppercase; color: #fff; }

/* Responsive */
@media (max-width: 980px) {
  .sf-hero { padding: 60px 0; }
  .sf-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .sf-cards-grid, .sf-cards-grid-2 { grid-template-columns: 1fr; }
  .sf-cards-last { padding-bottom: 60px; }
  .sf-all-shell { flex-direction: column; }
  .sf-links { position: static; width: 100%; flex: none; box-sizing: border-box; }
  .sf-row, .sf-row-flip .sf-row-text, .sf-row-flip .sf-row-media { display: block; order: 0; }
  .sf-row-media { margin-top: 20px; display: flex; flex-direction: column; }
  .sf-download { padding-top: 60px; }
  .sf-download-inner h3 { font-size: 24px; }
  .sf-gallery-grid { grid-template-columns: 1fr; }
  .sf-consult { min-height: 320px; }
}
