/* SB Business Directory 0.4.6 — Site Building elegant UI
   Typography is inherited from site-building.com. */

.sbic-shared-hero{display:none!important;height:0!important;max-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;border:0!important}

.sbic-directory{
  --sb-text:#111;
  --sb-muted:#747474;
  --sb-line:#d8d8d8;
  --sb-white:#fff;
  --sb-accent:#ffd400;
  --sb-link:#cc7676;
  color:var(--sb-text);
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  box-sizing:border-box;
}
.sbic-directory *{box-sizing:border-box}
.sbic-directory a,.sbic-directory button,.sbic-directory input,.sbic-directory select,.sbic-directory textarea{font-family:inherit}

.sbic-wrap{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:34px 0 72px}
.sbic-root-grid{width:100%;margin:0 auto}
.sbic-virtual-page,body.sbic-virtual-route{background:#ededed}

/* Breadcrumbs */
.sbic-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 28px;color:#777;font-size:inherit;line-height:inherit}
.sbic-breadcrumb a{color:var(--sb-link)!important;text-decoration:none!important;transition:color .15s ease}
.sbic-breadcrumb a:hover{color:#a95555!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px}
.sbic-breadcrumb strong{font-weight:700;color:#111}

/* Page headings */
.sbic-page-head{max-width:none;margin:0 0 48px}
.sbic-page-head h1{margin:18px 0 18px;color:#111;font-family:inherit;font-weight:700;line-height:1.1}
.sbic-page-head p{margin:0;color:var(--sb-muted);font:inherit;line-height:1.55}
.sbic-kicker{display:block;margin:0 0 10px;color:#555;font:inherit;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.sbic-kicker:before,.sbic-kicker:after{content:none!important;display:none!important}

/* Small black label, matching the FAQ visual language. */
.sbic-eyebrow{
  display:inline-block;
  margin:0 0 18px;
  padding:6px 12px 5px;
  background:#171717;
  color:#fff;
  border:0;
  border-radius:1px;
  font-size:12px;
  line-height:1.15;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:uppercase;
}

/* Explanatory intro above feature grids. */
.sbic-feature-intro{max-width:none;margin:0 0 38px}
.sbic-feature-intro h2{margin:0 0 18px;padding:0;color:#111;font-family:inherit;font-weight:700;line-height:1.1;border:0!important;box-shadow:none!important;background:none!important}
.sbic-feature-intro h2:before,.sbic-feature-intro h2:after{content:none!important;display:none!important}
.sbic-feature-intro p{max-width:none;margin:0;color:var(--sb-muted);font:inherit;line-height:1.58}
.sbic-feature-intro-compact{margin-bottom:32px}

/* Generic section headings — deliberately clean: no yellow underline. */
.sbic-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:54px 0 24px}
.sbic-section-head h2{margin:0!important;padding:0!important;color:#111;font-family:inherit;font-weight:700;line-height:1.12;position:static!important;border:0!important;box-shadow:none!important;background:none!important}
.sbic-section-head h2:before,.sbic-section-head h2:after{content:none!important;display:none!important;width:0!important;height:0!important;background:none!important}
.sbic-feature-count{display:none!important}

/* Main directory cards */
.sbic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.sbic-card{
  min-height:132px;
  border:1px solid var(--sb-line);
  border-top:3px solid var(--sb-accent);
  border-radius:6px;
  background:#fff;
  padding:22px 20px 20px;
  color:#111!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  gap:10px;
  box-shadow:none;
  transition:border-color .16s ease,box-shadow .16s ease;
}
.sbic-card:hover{border-color:#c4c4c4;border-top-color:var(--sb-accent);box-shadow:0 8px 22px rgba(0,0,0,.055)}
.sbic-card strong{font:inherit;font-weight:500;color:#111}
.sbic-card span{font:inherit;color:#777}
.sbic-card b{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  margin-top:auto;
  padding:10px 14px;
  border:0;
  border-radius:2px;
  background:#171717;
  color:#fff!important;
  font:inherit;
  font-weight:500;
  line-height:1.2;
  transition:background-color .15s ease;
}
.sbic-card:hover b{background:#000}
.sbic-type-card{min-height:145px}
.sbic-grid-small .sbic-card{min-height:108px}

/* Solution card */
.sbic-solution{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(220px,1fr);
  gap:28px;
  border:1px solid var(--sb-line);
  border-top:3px solid var(--sb-accent);
  border-radius:6px;
  background:#fff;
  padding:28px;
  margin-bottom:40px;
  box-shadow:0 8px 22px rgba(0,0,0,.045);
}
.sbic-solution h2{margin:0 0 14px;color:#111;font-family:inherit}
.sbic-solution p{margin:0;color:inherit;font:inherit}
.sbic-solution p+p{margin-top:16px}
.sbic-solution aside{display:flex;align-items:flex-start;justify-content:flex-end}
.sbic-button{display:inline-flex;background:#171717;color:#fff!important;text-decoration:none!important;padding:12px 18px;border:1px solid #171717;border-radius:2px;font:inherit;font-weight:500;text-align:center;transition:background-color .15s ease}
.sbic-button:hover{background:#000;color:#fff!important}

/* 200-feature grids */
.sbic-feature-section{margin:56px 0 0}
.sbic-site-feature-list{width:100%;margin-top:0}
.sbic-business-features{padding-top:2px}
.sbic-feature-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}
.sbic-feature-card{
  min-width:0;
  min-height:112px;
  padding:12px 8px 10px;
  border:1px solid #d8d8d8;
  border-radius:4px;
  background:#fff;
  color:#111!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  text-align:center;
  box-shadow:none;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.sbic-feature-card:before,.sbic-feature-card:after{content:none!important;display:none!important}
.sbic-feature-card:hover{transform:none;border-color:#bdbdbd;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.05)}
.sbic-feature-card img{display:block;width:44px;height:44px;object-fit:contain;flex:0 0 44px}
.sbic-feature-card .sbic-feature-accent{display:block;width:26px;height:2px;border-radius:0;background:var(--sb-accent);margin:2px auto 2px;flex:0 0 2px}
.sbic-feature-card strong{font-size:11px;line-height:1.22;font-weight:500;color:#111;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:normal}

/* Feature detail page */
.sbic-feature-root-head{max-width:980px}
.sbic-feature-detail-head{max-width:none;display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:start}
.sbic-feature-detail-head h1{margin-top:12px}
.sbic-feature-hero-icon{width:88px;height:88px;padding:5px;border:1px solid #d8d8d8;border-radius:4px;background:#fff;box-shadow:none}
.sbic-feature-hero-icon img{width:100%;height:100%;display:block}
.sbic-feature-copy{
  width:100%;
  max-width:none;
  background:#fff;
  border:1px solid #d8d8d8;
  border-top:3px solid var(--sb-accent);
  border-radius:6px;
  padding:26px 28px;
  margin:0 0 56px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.sbic-feature-copy p{margin:0 0 18px}
.sbic-feature-copy p:last-child{margin-bottom:0}

/* Keep feature/type sections visually close to the FAQ: label, title, text, then cards. */
.sbic-feature-page .sbic-feature-section{margin-top:58px}
.sbic-feature-page .sbic-feature-intro{max-width:100%}
.sbic-feature-page .sbic-feature-intro p{max-width:980px}

@media(max-width:1100px){
  .sbic-feature-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
}
@media(max-width:900px){
  .sbic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sbic-solution{grid-template-columns:1fr}
  .sbic-solution aside{justify-content:flex-start}
}
@media(max-width:700px){
  .sbic-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sbic-feature-detail-head{grid-template-columns:72px 1fr;gap:16px}
  .sbic-feature-hero-icon{width:68px;height:68px}
}
@media(max-width:600px){
  .sbic-wrap{width:min(100% - 28px,1160px);padding:24px 0 54px}
  .sbic-grid{grid-template-columns:1fr}
  .sbic-solution{padding:22px}
}
@media(max-width:440px){
  .sbic-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .sbic-feature-card{min-height:104px}
}

.sbic-feature-intro,.sbic-feature-intro *:before,.sbic-feature-intro *:after,.sbic-section-head *:before,.sbic-section-head *:after{box-shadow:none!important}

/* 0.3.5 — recommendations + elegant access to the full 200-feature catalogue */
.sbic-all-features-link{margin:30px 0 0;text-align:left}
.sbic-all-features-link a{display:inline-flex;align-items:center;gap:8px;color:#111!important;text-decoration:none!important;font-weight:500;line-height:1.3;padding:0 0 5px;border-bottom:1px solid var(--sb-accent)}
.sbic-all-features-link a:hover{color:#000!important;border-bottom-color:#111}
.sbic-grid-small .sbic-card{min-height:118px;padding:22px 20px;border-top-width:2px}
.sbic-grid-small .sbic-card strong{font-weight:500}
.sbic-grid-small .sbic-card b{background:transparent;color:#111!important;padding:0;margin-top:6px;border-radius:0;font-weight:500;border-bottom:1px solid var(--sb-accent)}
.sbic-grid-small .sbic-card:hover b{background:transparent;color:#000!important;border-bottom-color:#111}

/* 0.4.2 — unified business-offer pages */
.sbic-business-offer-head{
  max-width:none;
  margin-bottom:62px;
}
.sbic-business-offer-head .sbic-eyebrow{margin-bottom:20px}
.sbic-business-offer-head .sbic-kicker{
  margin:0 0 14px;
  color:#777;
  font-weight:500;
  letter-spacing:.055em;
}
.sbic-business-offer-head h1{
  margin:0 0 22px;
}
.sbic-business-copy{
  max-width:none;
}
.sbic-business-copy p{
  margin:0;
  color:#666;
  line-height:1.66;
}
.sbic-business-copy p+p{margin-top:18px}

.sbic-offer-types{
  margin:0 0 64px;
}
.sbic-offer-types+.sbic-offer-types{
  margin-top:-14px;
}
.sbic-offer-intro{
  margin-bottom:28px;
}
.sbic-offer-intro p{
  max-width:none;
  line-height:1.62;
}
.sbic-offer-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.sbic-offer-card{
  min-height:180px;
  padding:25px 26px 21px;
  border:1px solid #d7d7d7;
  border-radius:6px;
  background:#fff;
  color:#111!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:22px;
  box-shadow:none;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.sbic-offer-card:hover{
  border-color:#c5c5c5;
  box-shadow:0 9px 24px rgba(0,0,0,.05);
  transform:translateY(-1px);
}
.sbic-offer-card h3{
  margin:0;
  color:#111;
  font:inherit;
  font-size:1.08em;
  font-weight:600;
  line-height:1.25;
}
.sbic-offer-accent{
  display:block;
  width:38px;
  height:2px;
  margin:13px 0 15px;
  background:var(--sb-accent);
}
.sbic-offer-card p{
  margin:0;
  color:#707070;
  font:inherit;
  line-height:1.55;
}
.sbic-offer-cta{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:0 0 5px;
  border-bottom:1px solid var(--sb-accent);
  color:#111;
  font:inherit;
  font-weight:500;
  line-height:1.25;
  transition:border-color .15s ease;
}
.sbic-offer-card:hover .sbic-offer-cta{border-bottom-color:#111}

.sbic-business-feature-offer{
  margin-top:70px;
  padding-top:0;
}
.sbic-business-feature-offer .sbic-feature-intro{
  margin-bottom:30px;
}
.sbic-business-feature-offer .sbic-feature-intro p{
  max-width:none;
  line-height:1.62;
}

@media(max-width:820px){
  .sbic-offer-grid{grid-template-columns:1fr}
  .sbic-offer-card{min-height:0}
}
@media(max-width:600px){
  .sbic-business-offer-head{margin-bottom:48px}
  .sbic-offer-types{margin-bottom:50px}
  .sbic-offer-card{padding:22px 20px 19px}
}

/* 0.4.3 — business pages use the exact visual language of feature detail pages */
.sbic-business-detail-head{
  max-width:none;
  margin-bottom:48px;
}
.sbic-business-detail-head h1{margin-top:12px}
.sbic-business-detail-head p{max-width:none;line-height:1.58}
.sbic-business-hero-icon{
  width:88px;
  height:88px;
  padding:5px;
  border:1px solid #d8d8d8;
  border-radius:4px;
  background:#fff;
  box-shadow:none;
}
.sbic-business-hero-icon img{width:100%;height:100%;display:block;object-fit:contain}
.sbic-business-copy-card{
  margin-bottom:58px;
}
.sbic-business-copy-card p{
  max-width:none;
  line-height:1.68;
}

.sbic-business-type-section{margin-top:58px}
.sbic-business-type-section+.sbic-business-type-section{margin-top:62px}
.sbic-business-type-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.sbic-business-type-card{
  min-height:190px;
  padding:24px 25px 21px;
  border:1px solid #d8d8d8;
  border-top:3px solid var(--sb-accent);
  border-radius:6px;
  background:#fff;
  color:#111!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  box-shadow:0 8px 22px rgba(0,0,0,.035);
  transition:border-color .16s ease,box-shadow .16s ease;
}
.sbic-business-type-card:hover{
  border-color:#c4c4c4;
  border-top-color:var(--sb-accent);
  box-shadow:0 8px 22px rgba(0,0,0,.055);
}
.sbic-business-type-card h3{
  margin:0!important;
  padding:0!important;
  color:#111;
  font:inherit;
  font-size:1.08em;
  font-weight:600;
  line-height:1.25;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
.sbic-business-type-card h3:before,.sbic-business-type-card h3:after{content:none!important;display:none!important}
.sbic-business-type-card p{margin:0;color:#707070;font:inherit;line-height:1.58}
.sbic-business-type-cta{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:18px 0 4px;
  border-bottom:1px solid var(--sb-accent);
  color:#111;
  font:inherit;
  font-weight:500;
  line-height:1.2;
}
.sbic-business-type-card:hover .sbic-business-type-cta{border-bottom-color:#111}

/* Dark business icon set. Function icons stay light, business icons are intentionally dark. */
.sbic-business-index-card{align-items:flex-start}
.sbic-business-index-icon{
  display:block;
  width:58px;
  height:58px;
  margin:0 0 6px;
  flex:0 0 58px;
}
.sbic-business-index-icon img{display:block;width:100%;height:100%;object-fit:contain}
.sbic-business-index-card strong{font-weight:600}
.sbic-business-index-card b{
  background:transparent;
  color:#111!important;
  padding:0 0 4px;
  margin-top:auto;
  border-radius:0;
  border-bottom:1px solid var(--sb-accent);
  font-weight:500;
}
.sbic-business-index-card:hover b{background:transparent;color:#000!important;border-bottom-color:#111}

.sbic-business-feature-offer{margin-top:70px;padding-top:0}
.sbic-business-feature-offer .sbic-feature-intro{margin-bottom:30px}
.sbic-business-feature-offer .sbic-feature-intro p{max-width:none;line-height:1.62}

@media(max-width:820px){
  .sbic-business-type-grid{grid-template-columns:1fr}
  .sbic-business-type-card{min-height:0}
}
@media(max-width:700px){
  .sbic-business-hero-icon{width:68px;height:68px}
}
@media(max-width:600px){
  .sbic-business-type-card{padding:22px 20px 19px}
  .sbic-business-copy-card{padding:24px 22px}
}


/* 0.4.6 — Site Building service-page heading alignment.
   Design only: applies to the [sb_site_features] / [sb_website_features]
   block on all 12 website types and all supported languages. */
.sbic-site-feature-list .sbic-feature-intro{
  width:100%;
  max-width:none;
  margin:0 0 38px;
}
.sbic-site-feature-list .sbic-feature-intro h2{
  width:100%;
  margin:0 0 20px!important;
  padding:0!important;
  color:#202020!important;
  font-family:inherit!important;
  font-size:clamp(26px,2.55vw,42px)!important;
  font-weight:800!important;
  line-height:1.05!important;
  letter-spacing:-.02em!important;
  text-transform:uppercase!important;
  border:0!important;
  box-shadow:none!important;
  background:none!important;
}
.sbic-site-feature-list .sbic-feature-intro h2:before,
.sbic-site-feature-list .sbic-feature-intro h2:after{
  content:none!important;
  display:none!important;
}
.sbic-site-feature-list .sbic-feature-intro p{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  color:rgb(102,102,102)!important;
  font-family:"Roboto Condensed",sans-serif!important;
  font-style:normal!important;
  font-size:19px!important;
  font-weight:300!important;
  line-height:31px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
@media(max-width:600px){
  .sbic-site-feature-list .sbic-feature-intro h2{
    font-size:clamp(26px,8vw,34px)!important;
  }
  .sbic-site-feature-list .sbic-feature-intro p{
    font-size:19px!important;
  }
}


/* 0.4.7 forced section heading + intro style */
body .sbb-recommended-section h2,
body .sbd-recommended-section h2,
body .sbbd-recommended-section h2,
body .sb-business-directory .sbb-recommended-section h2,
body .sb-business-directory .sbd-recommended-section h2,
body .sb-business-directory .sbbd-recommended-section h2,
body .site-building-recommended-blocks h2,
body .recommended-blocks-section h2{
  font-family:"Roboto Condensed", sans-serif !important;
  font-size:58px !important;
  line-height:1.02 !important;
  font-weight:700 !important;
  letter-spacing:-0.02em !important;
  text-transform:uppercase !important;
  color:#111111 !important;
  margin:0 0 28px 0 !important;
  max-width:none !important;
}

body .sbb-recommended-section .sbb-intro,
body .sbd-recommended-section .sbd-intro,
body .sbbd-recommended-section .sbbd-intro,
body .sb-business-directory .sbb-recommended-section .sbb-intro,
body .sb-business-directory .sbd-recommended-section .sbd-intro,
body .sb-business-directory .sbbd-recommended-section .sbbd-intro,
body .site-building-recommended-blocks .section-intro,
body .recommended-blocks-section .section-intro,
body .recommended-blocks-section p{
  font-size:19px !important;
  line-height:1.65 !important;
  font-weight:300 !important;
  color:rgb(102,102,102) !important;
  max-width:none !important;
  width:100% !important;
}

body .sbb-recommended-section .section-eyebrow,
body .sbd-recommended-section .section-eyebrow,
body .sbbd-recommended-section .section-eyebrow,
body .site-building-recommended-blocks .section-eyebrow,
body .recommended-blocks-section .section-eyebrow{
  display:none !important;
}

body .sbb-recommended-section .section-head,
body .sbd-recommended-section .section-head,
body .sbbd-recommended-section .section-head,
body .site-building-recommended-blocks .section-head,
body .recommended-blocks-section .section-head{
  max-width:none !important;
  width:100% !important;
}


/* 0.4.9 normalize recommended-blocks intro text */
body .sbb-recommended-section .sbb-intro,
body .sbd-recommended-section .sbd-intro,
body .sbbd-recommended-section .sbbd-intro,
body .sb-business-directory .sbb-recommended-section .sbb-intro,
body .sb-business-directory .sbd-recommended-section .sbd-intro,
body .sb-business-directory .sbbd-recommended-section .sbbd-intro,
body .site-building-recommended-blocks .section-intro,
body .recommended-blocks-section .section-intro,
body .recommended-blocks-section p.section-intro,
body .recommended-blocks-section > p{
  font-family:"Roboto Condensed", sans-serif !important;
  font-size:19px !important;
  line-height:31px !important;
  font-weight:300 !important;
  color:rgb(102,102,102) !important;
  letter-spacing:0 !important;
  max-width:none !important;
  width:100% !important;
}


/* 0.4.9 exact intro typography from reference */
body .sbb-recommended-section .sbb-intro,
body .sbd-recommended-section .sbd-intro,
body .sbbd-recommended-section .sbbd-intro,
body .site-building-recommended-blocks .section-intro,
body .recommended-blocks-section .section-intro,
body .recommended-blocks-section > p{
  font-family:"Roboto Condensed", sans-serif !important;
  font-style:normal !important;
  font-weight:300 !important;
  font-size:19px !important;
  line-height:31px !important;
  color:rgb(102,102,102) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  max-width:none !important;
  width:100% !important;
  display:block !important;
}
body .sbb-recommended-section .sbb-intro *,
body .sbd-recommended-section .sbd-intro *,
body .sbbd-recommended-section .sbbd-intro *,
body .site-building-recommended-blocks .section-intro *,
body .recommended-blocks-section .section-intro *,
body .recommended-blocks-section > p *{
  font-family:inherit !important;
  font-style:inherit !important;
  font-weight:inherit !important;
  font-size:inherit !important;
  line-height:inherit !important;
  color:inherit !important;
  letter-spacing:inherit !important;
  text-transform:inherit !important;
}


/* 0.4.10 — exact typography from reference screenshot */
body .sbic-site-feature-list .sbic-feature-intro p{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  font-family:"Roboto Condensed",sans-serif!important;
  font-style:normal!important;
  font-weight:300!important;
  font-size:19px!important;
  line-height:31px!important;
  color:rgb(102,102,102)!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
