/*
|--------------------------------------------------------------------------
| GullyPG Brand Guidelines
|--------------------------------------------------------------------------
| Source of truth for visual decisions. The current app serves
| public/css/brand.css directly, so keep this SCSS mirrored there until
| the Vite pipeline is extended to compile SCSS.
*/
:root {
  --brand-primary: #14b8a6;
  --brand-primary-hover: #0f766e;
  --brand-secondary: #1e293b;
  --brand-info: #14b8a6;
  --brand-warning: #f97316;
  --brand-ink: #1e293b;
  --brand-body: #334155;
  --brand-muted: #475569;
  --brand-border: #cbd5e1;
  --brand-canvas: #f8fafc;
  --brand-surface: #ffffff;
  --brand-surface-soft: #f8fafc;
  --brand-surface-mint: #f0fdfa;
  --brand-surface-cool: #f1f5f9;
  --brand-surface-warm: #fff7ed;
  --brand-font-heading: Poppins, Inter, Outfit, sans-serif;
  --brand-font-body: Inter, Outfit, sans-serif;
  --brand-radius-sm: 8px;
  --brand-radius-md: 10px;
  --brand-radius-lg: 14px;
  --brand-radius-xl: 16px;
  --brand-shadow-card: 0 10px 24px rgba(15, 23, 42, 0.04);
  --brand-shadow-card-hover: 0 18px 38px rgba(15, 23, 42, 0.07);
  /* Tenant public portal static variables */
  --bg-color: #f4f7fb;
  --section-white: #ffffff;
  --section-soft: #f6fbf8;
  --section-cool: #eef7fb;
  --section-warm: #fff8ed;
  --card-bg: rgba(255, 255, 255, 0.96);
  --text-main: #0f172a;
  --text-muted: #64748b;
  --border-color: rgba(15, 23, 42, 0.08);
  --border-solid: #e2e8f0;
}

body {
  background: linear-gradient(180deg, var(--brand-surface-soft) 0%, var(--brand-canvas) 100%);
  color: var(--brand-body);
  font-family: var(--brand-font-body);
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.section-title, .block-title, .page-title h1 {
  font-family: var(--brand-font-heading);
  color: var(--brand-ink);
  letter-spacing: 0;
}

h1, .hero-title {
  color: #1e293b;
  font-family: "Poppins", "Inter", "Outfit", sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}

h2, .section-title {
  color: #1e293b;
  font-family: "Poppins", "Inter", "Outfit", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}

.section-subtitle, .hero-subtitle, .lead, p {
  color: var(--brand-muted);
}

.gs-landing-hero,
.faq-hero,
.hero-tenant {
  background-color: #f8fafc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.faq-hero .hero-actions,
.hero-tenant .hero-actions {
  justify-content: flex-start;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin-top: 0.8rem;
  padding: 0;
  list-style: none;
}

.faq-hero .hero-points,
.hero-tenant .hero-points {
  justify-content: flex-start;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--brand-body);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-points i {
  color: var(--brand-secondary);
  font-size: 0.72rem;
}

.gs-landing-section-white,
.brand-section-white {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.gs-landing-section-light,
.brand-section-soft {
  background-color: #f0fdfa;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.brand-section-cool {
  background-color: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.brand-section-warm {
  background-color: #fff7ed;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.gs-landing-section-white:nth-of-type(4n),
.gs-landing-section-light:nth-of-type(4n) {
  background-color: var(--brand-surface-warm);
}

.gs-landing-section-white:nth-of-type(4n + 1),
.gs-landing-section-light:nth-of-type(4n + 1) {
  background-color: var(--brand-surface-mint);
}

.gs-landing-section-white:nth-of-type(4n + 2),
.gs-landing-section-light:nth-of-type(4n + 2) {
  background-color: var(--brand-surface-cool);
}

.gs-landing-section-white:nth-of-type(4n + 3),
.gs-landing-section-light:nth-of-type(4n + 3) {
  background-color: var(--brand-surface);
}

.btn-primary,
.btn-saas-primary,
.btn-custom-saas.btn-saas-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-saas-primary:hover,
.btn-custom-saas.btn-saas-primary:hover {
  background: var(--brand-primary-hover);
  border-color: var(--brand-primary-hover);
}

.btn-outline-primary,
.btn-saas-secondary,
.btn-custom-saas.btn-saas-secondary {
  background: transparent;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

.card,
.card-custom,
.pricing-card,
.feature-card,
.feature-card-saas,
.solution-block,
.gs-feature-card {
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  border-radius: var(--brand-radius-lg);
  box-shadow: var(--brand-shadow-card);
}

.card:hover,
.card-custom:hover,
.pricing-card:hover,
.feature-card:hover,
.feature-card-saas:hover,
.solution-block:hover,
.gs-feature-card:hover {
  border-color: #cbd5e1;
  box-shadow: var(--brand-shadow-card-hover);
}

.form-control,
.form-select,
.input-group-text {
  border-color: var(--brand-border);
  border-radius: var(--brand-radius-md);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(255, 45, 122, 0.12);
}
