:root {
  --fgcb-bg: #f7f4ee;
  --fgcb-surface: #ffffff;
  --fgcb-surface-soft: #efe6d6;
  --fgcb-text: #1f2933;
  --fgcb-muted: #5f6b76;
  --fgcb-accent: #2f6f73;
  --fgcb-accent-dark: #24575a;
  --fgcb-risk-bg: #fff4d8;
  --fgcb-risk-border: #e7b94f;
  --fgcb-border: #e4ded3;
  --fgcb-max: 1120px;
  --fgcb-radius: 18px;
}
.fgcb-page { background: var(--fgcb-bg); color: var(--fgcb-text); }
.fgcb-section { padding: clamp(3rem, 6vw, 5.5rem) 1.25rem; }
.fgcb-inner { max-width: var(--fgcb-max); margin: 0 auto; }
.fgcb-hero { padding-top: clamp(3rem, 7vw, 6rem); }
.fgcb-hero-grid, .fgcb-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.fgcb-kicker { color: var(--fgcb-accent); font-weight: 700; letter-spacing: .03em; text-transform: uppercase; font-size: .85rem; }
.fgcb-hero h1 { font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.05; margin: 0 0 1.25rem; max-width: 760px; }
.fgcb-lead { font-size: clamp(1.08rem, 1.8vw, 1.25rem); line-height: 1.7; color: var(--fgcb-muted); max-width: 680px; }
.fgcb-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 1.7rem 0 1rem; }
.fgcb-button { display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.15rem; border-radius: 999px; font-weight: 700; text-decoration: none; border: 1px solid var(--fgcb-accent); }
.fgcb-button-primary { background: var(--fgcb-accent); color: #fff; }
.fgcb-button-primary:hover { background: var(--fgcb-accent-dark); color: #fff; }
.fgcb-button-secondary { color: var(--fgcb-accent-dark); background: #fff; }
.fgcb-note { color: var(--fgcb-muted); font-size: .96rem; }
.fgcb-hero-image, .fgcb-measure-image { width: 100%; height: auto; border-radius: var(--fgcb-radius); box-shadow: 0 18px 55px rgba(31,41,51,.10); border: 1px solid var(--fgcb-border); }
.fgcb-card-grid { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
.fgcb-card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fgcb-card { background: var(--fgcb-surface); border: 1px solid var(--fgcb-border); border-radius: var(--fgcb-radius); padding: 1.35rem; box-shadow: 0 10px 30px rgba(31,41,51,.05); }
.fgcb-card h3 { margin-top: .75rem; margin-bottom: .55rem; }
.fgcb-card a, .fgcb-cta-line a, .fgcb-note-box a, .fgcb-risk-box a { color: var(--fgcb-accent-dark); font-weight: 700; }
.fgcb-card-icon { width: 88px; height: 88px; object-fit: cover; border-radius: 999px; border: 1px solid var(--fgcb-border); }
.fgcb-signs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; margin-top: 1.3rem; }
.fgcb-sign-item { background: var(--fgcb-surface); border: 1px solid var(--fgcb-border); border-radius: 14px; padding: .95rem 1rem; font-weight: 650; }
.fgcb-start-section { background: var(--fgcb-surface-soft); }
.fgcb-guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin-top: 1.3rem; }
.fgcb-guide-item { display: block; background: rgba(255,255,255,.75); border: 1px solid var(--fgcb-border); border-radius: 14px; padding: 1rem; text-decoration: none; color: var(--fgcb-text); font-weight: 700; }
.fgcb-note-box, .fgcb-risk-box { border-radius: var(--fgcb-radius); padding: clamp(1.3rem, 3vw, 2rem); }
.fgcb-note-box { background: var(--fgcb-surface); border: 1px solid var(--fgcb-border); }
.fgcb-risk-box { background: var(--fgcb-risk-bg); border: 1px solid var(--fgcb-risk-border); }
.fgcb-footer { background: #1f2933; color: rgba(255,255,255,.88); padding: 3rem 1.25rem 1.25rem; margin-top: 0; }
.fgcb-footer-inner { max-width: var(--fgcb-max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 1.6rem; }
.fgcb-footer h2 { color: #fff; font-size: 1rem; margin: 0 0 .8rem; }
.fgcb-footer p, .fgcb-footer li { font-size: .95rem; line-height: 1.65; }
.fgcb-footer ul { list-style: none; padding: 0; margin: 0; }
.fgcb-footer a { color: #fff; text-decoration-thickness: .08em; }
.fgcb-footer-bottom { max-width: var(--fgcb-max); margin: 2rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.18); }
@media (max-width: 860px) {
  .fgcb-hero-grid, .fgcb-two-column { grid-template-columns: 1fr; }
  .fgcb-card-grid-3, .fgcb-signs-grid, .fgcb-guide-list, .fgcb-footer-inner { grid-template-columns: 1fr; }
  .fgcb-section { padding: 2.4rem 1rem; }
  .fgcb-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
}

/* Fuktguide clean-build v1 desktop hotfix */
body.home .entry-title {
  display: none;
}

.fgcb-page {
  background: #f7f4ee;
}

.fgcb-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
}

.fgcb-hero {
  padding-top: 82px;
  padding-bottom: 82px;
}

.fgcb-hero-grid {
  align-items: center;
  gap: 64px;
}

.fgcb-hero-content {
  flex-basis: 48% !important;
  min-width: 0;
}

.fgcb-hero-image {
  flex-basis: 52% !important;
}

.fgcb-eyebrow {
  color: #2f6f73;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fgcb-hero h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 760px;
  margin-bottom: 24px;
  color: #243746;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.fgcb-hero-lead {
  font-size: 19px;
  line-height: 1.7;
  color: #526273;
  max-width: 620px;
}

.fgcb-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

.fgcb-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.fgcb-button-primary .wp-block-button__link {
  background: #2f9da3;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  padding: 14px 22px;
}

.fgcb-button-secondary .wp-block-button__link {
  background: #efe6d6;
  color: #243746;
  border-radius: 999px;
  font-weight: 700;
  padding: 14px 22px;
}

.fgcb-trustline {
  color: #657482;
  margin-top: 18px;
}

.fgcb-section h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  color: #243746;
  margin-bottom: 18px;
}

.fgcb-card-grid {
  gap: 24px;
  margin-top: 32px;
}

.fgcb-card {
  background: #fff;
  border: 1px solid #e4ded3;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(31,41,51,.05);
}

.fgcb-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #243746;
}

.fgcb-card p {
  color: #526273;
  line-height: 1.65;
}

.fgcb-soft {
  background: #efe6d6;
  border-radius: 28px;
}

.fgcb-signs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-left: 0;
  list-style: none;
  margin-top: 28px;
}

.fgcb-signs li {
  background: #fff;
  border: 1px solid #e4ded3;
  border-radius: 16px;
  padding: 16px 18px;
}

.fgcb-guide-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.fgcb-guide-list p {
  background: #fff;
  border: 1px solid #e4ded3;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 0;
}

.fgcb-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 48px;
  align-items: center;
}

.fgcb-two-col img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.fgcb-risk {
  background: #fff4d8;
  border: 1px solid #e7b94f;
  border-radius: 28px;
  margin-bottom: 72px;
}

@media (max-width: 900px) {
  .fgcb-section {
    padding: 48px 20px;
  }

  .fgcb-hero-grid {
    gap: 28px;
  }

  .fgcb-hero-content,
  .fgcb-hero-image {
    flex-basis: 100% !important;
  }

  .fgcb-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
    max-width: 100%;
  }

  .fgcb-signs {
    grid-template-columns: 1fr;
  }

  .fgcb-two-col {
    grid-template-columns: 1fr;
  }
}
