:root {
  --fqd-paper: #fffdf8;
  --fqd-ink: #253026;
  --fqd-accent: #c13f52;
  --fqd-fresh: #348a6a;
  --fqd-panel: #ffffff;
  --fqd-line: color-mix(in srgb, #253026 18%, transparent);
  --fqd-soft: color-mix(in srgb, #c13f52 12%, white);
  --fqd-shadow: 0 22px 60px color-mix(in srgb, #253026 16%, transparent);
  --fqd-radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fqd-page { margin: 0; background: var(--fqd-paper); color: var(--fqd-ink); font-family: "Alegreya Sans", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
.fqd-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 5vw, 64px); background: color-mix(in srgb, var(--fqd-paper) 88%, white); backdrop-filter: blur(16px); border-bottom: 1px solid var(--fqd-line); }
.fqd-mark { font-family: "Prata", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; text-decoration: none; }
.fqd-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 18px; font-size: .94rem; }
.fqd-links a, .fqd-foot a { text-decoration: none; opacity: .86; }
.fqd-toggle { display: none; border: 1px solid var(--fqd-line); background: var(--fqd-panel); padding: 10px 14px; border-radius: var(--fqd-radius); }
.fqd-hero { min-height: 78vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .85fr); gap: clamp(26px, 5vw, 70px); align-items: center; padding: clamp(34px, 7vw, 86px) clamp(18px, 6vw, 78px); }
.fqd-intro h1 { font-family: "Prata", Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.7rem); line-height: .96; letter-spacing: 0; margin: 10px 0 20px; max-width: 880px; }
.fqd-intro p { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--fqd-accent); }
.fqd-intro span { display: block; max-width: 760px; padding: 14px 16px; border-left: 4px solid var(--fqd-accent); background: var(--fqd-panel); box-shadow: var(--fqd-shadow); border-radius: 0 var(--fqd-radius) var(--fqd-radius) 0; }
.fqd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.fqd-actions a, .fqd-plan a, .fqd-close a, .fqd-contact button, .fqd-mini button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 12px 18px; border-radius: var(--fqd-radius); background: var(--fqd-ink); color: white; text-decoration: none; border: 0; font-weight: 800; }
.fqd-actions a + a { background: var(--fqd-panel); color: var(--fqd-ink); border: 1px solid var(--fqd-line); }
.fqd-heroart, .fqd-herolist, .fqd-meter { min-height: 340px; border-radius: calc(var(--fqd-radius) * 1.6); background: linear-gradient(135deg, var(--fqd-panel), var(--fqd-soft)); box-shadow: var(--fqd-shadow); padding: 28px; display: grid; gap: 16px; align-content: center; }
.fqd-visual { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--fqd-radius); border: 1px solid var(--fqd-line); box-shadow: 0 16px 36px color-mix(in srgb, var(--fqd-ink) 10%, transparent); }
.fqd-heroart span, .fqd-herolist b, .fqd-meter strong, .fqd-meter em { display: block; background: var(--fqd-panel); border: 1px solid var(--fqd-line); border-radius: var(--fqd-radius); padding: 18px; }
.fqd-meter i { display: block; width: 180px; aspect-ratio: 1; border-radius: 50%; margin: auto; background: conic-gradient(var(--fqd-accent) 72%, var(--fqd-paper) 0); }
.fqd-band, .fqd-offers, .fqd-proof, .fqd-library, .fqd-questions, .fqd-contact, .fqd-close, .fqd-sub { padding: clamp(38px, 7vw, 82px) clamp(18px, 6vw, 78px); }
.fqd-head { max-width: 740px; margin-bottom: 24px; }
.fqd-head span { color: var(--fqd-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.fqd-head h2, .fqd-contact h2, .fqd-close h2, .fqd-article h1 { font-family: "Prata", Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.05; margin: 8px 0 0; }
.fqd-tiles, .fqd-plans, .fqd-voices, .fqd-reads, .fqd-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.fqd-tile, .fqd-plan, .fqd-voice, .fqd-read, .fqd-article, .fqd-note, .fqd-cards article { background: var(--fqd-panel); border: 1px solid var(--fqd-line); border-radius: var(--fqd-radius); box-shadow: 0 12px 34px color-mix(in srgb, var(--fqd-ink) 8%, transparent); }
.fqd-tile, .fqd-plan, .fqd-voice, .fqd-read, .fqd-cards article { padding: 22px; }
.fqd-plan:nth-child(2) { outline: 3px solid color-mix(in srgb, var(--fqd-accent) 55%, transparent); transform: translateY(-6px); }
.fqd-voice blockquote { margin: 0 0 16px; font-size: 1.05rem; }
.fqd-voice span { display: block; opacity: .7; font-size: .9rem; }
.fqd-read { text-decoration: none; display: grid; gap: 8px; }
.fqd-read span { opacity: .76; }
.fqd-faq { display: grid; gap: 12px; max-width: 920px; }
.fqd-qa { border: 1px solid var(--fqd-line); background: var(--fqd-panel); border-radius: var(--fqd-radius); overflow: hidden; }
.fqd-qa button { width: 100%; text-align: left; padding: 18px; font: inherit; font-weight: 800; color: var(--fqd-ink); background: transparent; border: 0; }
.fqd-qa div { display: none; padding: 0 18px 18px; }
.fqd-qa.fqd-open div { display: block; }
.fqd-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; background: color-mix(in srgb, var(--fqd-fresh) 12%, var(--fqd-paper)); }
.fqd-contact form, .fqd-mini { display: grid; gap: 14px; background: var(--fqd-panel); border-radius: var(--fqd-radius); border: 1px solid var(--fqd-line); padding: 22px; box-shadow: var(--fqd-shadow); }
label { display: grid; gap: 6px; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid var(--fqd-line); border-radius: calc(var(--fqd-radius) - 2px); padding: 12px 13px; font: inherit; background: white; color: var(--fqd-ink); }
.fqd-close { text-align: center; background: var(--fqd-ink); color: white; }
.fqd-foot { padding: 34px clamp(18px, 6vw, 78px); background: color-mix(in srgb, var(--fqd-ink) 94%, black); color: white; }
.fqd-footgrid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.fqd-footgrid div { display: grid; gap: 8px; align-content: start; }
.fqd-foot span { font-weight: 900; color: var(--fqd-fresh); }
.fqd-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: auto; display: none; align-items: center; gap: 16px; padding: 14px; background: var(--fqd-panel); border: 1px solid var(--fqd-line); box-shadow: var(--fqd-shadow); border-radius: var(--fqd-radius); }
.fqd-cookie button { flex: 0 0 auto; padding: 10px 14px; border-radius: var(--fqd-radius); border: 0; background: var(--fqd-accent); color: white; font-weight: 900; }
.fqd-article { max-width: 980px; margin: 0 auto; padding: clamp(24px, 5vw, 48px); }
.fqd-article p { font-size: 1.04rem; }
.fqd-crumb, .fqd-date, .fqd-leadline { color: color-mix(in srgb, var(--fqd-ink) 68%, transparent); }
.fqd-note { padding: 18px; margin: 22px 0; background: var(--fqd-soft); }
@media (max-width: 820px) {
  .fqd-toggle { display: inline-flex; }
  .fqd-links { position: absolute; left: 12px; right: 12px; top: 68px; padding: 16px; display: none; flex-direction: column; background: var(--fqd-panel); border: 1px solid var(--fqd-line); border-radius: var(--fqd-radius); box-shadow: var(--fqd-shadow); }
  .fqd-links.fqd-show { display: flex; }
  .fqd-hero, .fqd-contact, .fqd-footgrid { grid-template-columns: 1fr; }
  .fqd-hero { min-height: auto; }
  .fqd-plan:nth-child(2) { transform: none; }
  .fqd-cookie { align-items: stretch; flex-direction: column; }
}
