@import url('style.css');

/* -----------------------------
   Free Help page-specific styles
------------------------------ */

:root {
  --help-ink: #0f172a;
  --help-muted: #64748b;
  --help-accent: #0a4a60;
  --help-accent-soft: #e0f2fe;
  --help-card-bg: #ffffff;
  --help-shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.06);
  --help-radius-card: 16px;
}

/* Main layout for this page only */
.freehelp-main {
  padding: 3.5rem 1.5rem 4.5rem;
  background: #fafafa;
}

.freehelp-page {
  max-width: 1080px;
  margin: 0 auto;
}

/* ---------- Hero / Intro ---------- */

.hero-help {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: var(--help-accent);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin: 0 0 0.9rem;
  color: var(--help-ink);
}

.hero-title span {
  color: var(--help-accent);
}

.hero-text {
  max-width: 40rem;
  margin: 0 auto;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: var(--help-muted);
}

.hero-text strong {
  color: var(--help-ink);
  font-weight: 600;
}

.hero-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #94a3b8;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Options heading ---------- */

.options-header {
  text-align: center;
  margin-bottom: 2.1rem;
}

.options-title {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  color: var(--help-accent);
}

.options-subtitle {
  margin: 0;
  font-size: 0.92rem;
  color: var(--help-muted);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Cards grid ---------- */

.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.8rem;
  margin-top: 2rem;
}

.help-card {
  display: flex;
  flex-direction: column;
  background: var(--help-card-bg);
  border-radius: var(--help-radius-card);
  box-shadow: var(--help-shadow-soft);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e2e8f0;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.help-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border-color: var(--help-accent-soft);
}

.help-card__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.help-card__body {
  padding: 1.25rem 1.35rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.help-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--help-ink);
}

.help-card__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--help-muted);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.help-card__cta {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--help-accent);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.help-card__cta span {
  font-size: 1rem;
  transform: translateY(1px);
}

/* ---------- Responsive tweaks ---------- */

@media (max-width: 768px) {
  .freehelp-main {
    padding-inline: 1.25rem;
    padding-top: 3rem;
  }
}
/* -----------------------------
   Free Help page-specific styles
------------------------------ */

:root {
  --help-ink: #0f172a;
  --help-muted: #64748b;
  --help-accent: #0a4a60;
  --help-accent-soft: #e0f2fe;
  --help-card-bg: #ffffff;
  --help-shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.06);
  --help-radius-card: 16px;
}

/* Main layout for this page only */
.freehelp-main {
  padding: 3.5rem 1.5rem 4.5rem;
  background: #fafafa;
}

.freehelp-page {
  max-width: 1080px;
  margin: 0 auto;
}

/* ---------- Hero / Intro ---------- */

.hero-help {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: var(--help-accent);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin: 0 0 0.9rem;
  color: var(--help-ink);
}

.hero-title span {
  color: var(--help-accent);
}

.hero-text {
  max-width: 40rem;
  margin: 0 auto;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: var(--help-muted);
}

.hero-text strong {
  color: var(--help-ink);
  font-weight: 600;
}

.hero-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #94a3b8;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Options heading ---------- */

.options-header {
  text-align: center;
  margin-bottom: 2.1rem;
}

.options-title {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
  color: var(--help-accent);
}

.options-subtitle {
  margin: 0;
  font-size: 0.92rem;
  color: var(--help-muted);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Cards grid ---------- */

.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.8rem;
  margin-top: 2rem;
}

.help-card {
  display: flex;
  flex-direction: column;
  background: var(--help-card-bg);
  border-radius: var(--help-radius-card);
  box-shadow: var(--help-shadow-soft);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e2e8f0;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.help-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border-color: var(--help-accent-soft);
}

.help-card__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.help-card__body {
  padding: 1.25rem 1.35rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.help-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--help-ink);
}

.help-card__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--help-muted);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.help-card__cta {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--help-accent);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.help-card__cta span {
  font-size: 1rem;
  transform: translateY(1px);
}

/* ---------- Responsive tweaks ---------- */

@media (max-width: 768px) {
  .freehelp-main {
    padding-inline: 1.25rem;
    padding-top: 3rem;
  }
}
