:root {
  --fy-green: #467a59;
  --fy-orange: #f97316;
  --fy-orange-dark: #ea580c;
  --fy-cream: #f7f1e8;
  --fy-card: #fffdf9;
  --fy-text: #132234;
  --fy-muted: #425466;
  --fy-border: rgba(19, 34, 52, 0.14);
  --fy-shadow: 0 14px 30px rgba(19, 34, 52, 0.08);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--fy-cream);
  color: var(--fy-text);
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

a { color: inherit; text-decoration: none; }

.fy-header-premium {
  background: rgba(247, 241, 232, 0.96) !important;
  border-bottom: 1px solid var(--fy-border);
  border-radius: 0 0 34px 34px !important;
  box-shadow: 0 4px 14px rgba(19, 34, 52, 0.06);
}

.fy-header-premium .container-header {
  max-width: 1280px;
  height: 100px !important;
  padding: 0 18px;
}

.fy-header-premium .logo img {
  height: 54px;
  width: auto;
}

.fy-header-premium .nav-desktop ul {
  gap: 18px;
  list-style: none;
}

.fy-header-premium .nav-desktop ul li a {
  color: var(--fy-green);
  font-weight: 700;
  font-size: 1rem;
  position: relative;
}

.fy-header-premium .nav-desktop ul li a:hover {
  color: var(--fy-orange);
}

.fy-badge-new {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: var(--fy-orange);
  vertical-align: middle;
}

.fy-header-premium .cta-menu,
.fy-header-premium .cta-menu-mobile,
.fy-header-premium .cta-menu-burger {
  background: var(--fy-orange) !important;
  border: 1px solid var(--fy-orange) !important;
  color: #fff !important;
  border-radius: 14px !important;
  font-weight: 800;
}

.fy-header-premium .cta-menu:hover,
.fy-header-premium .cta-menu-mobile:hover,
.fy-header-premium .cta-menu-burger:hover {
  background: var(--fy-orange-dark) !important;
  border-color: var(--fy-orange-dark) !important;
}

.main-content.fy-home {
  max-width: 1240px;
  margin: 0 auto;
  padding: 128px 18px 40px;
}

.fy-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
  background: var(--fy-card);
  border: 1px solid var(--fy-border);
  border-radius: 28px;
  box-shadow: var(--fy-shadow);
  padding: 34px;
}

.fy-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  margin: 0 0 12px;
  color: var(--fy-text);
}

.fy-hero__lead { font-size: 1.08rem; color: var(--fy-muted); margin: 0 0 14px; }
.fy-hero__prices { color: var(--fy-orange); font-weight: 800; margin: 0 0 6px; }
.fy-hero__xp { color: var(--fy-green); font-weight: 700; margin: 0 0 4px; }
.fy-hero__frame { font-weight: 700; margin: 0 0 16px; }
.fy-hero__micro { color: var(--fy-muted); font-size: 0.92rem; margin-top: 10px; }

.fy-hero__actions { display: flex; gap: 10px; flex-wrap: wrap; }

.cta-main,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
}

.cta-main {
  background: var(--fy-orange);
  color: #fff;
  border: 1px solid var(--fy-orange);
}

.cta-main:hover { background: var(--fy-orange-dark); border-color: var(--fy-orange-dark); }

.cta-secondary {
  background: transparent;
  color: var(--fy-green);
  border: 1px solid var(--fy-green);
}

.cta-secondary:hover { background: rgba(70, 122, 89, 0.08); }

.fy-hero__visual {
  background: linear-gradient(180deg, #fff8ef, #f6ede3);
  border-radius: 24px;
  border: 1px solid var(--fy-border);
  padding: 16px;
}
.fy-hero__visual img { width: 100%; height: auto; display: block; }

.fy-reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.fy-reassurance article,
.fy-card,
.fy-experience,
.fy-method,
.fy-renew,
.fy-frame5,
.fy-reviews,
.fy-faq .faq-card {
  background: var(--fy-card);
  border: 1px solid var(--fy-border);
  border-radius: 22px;
  box-shadow: var(--fy-shadow);
}

.fy-reassurance article { padding: 18px; }
.fy-reassurance h2 { margin: 0 0 6px; font-size: 1.1rem; color: var(--fy-green); }
.fy-reassurance p { margin: 0; color: var(--fy-muted); }

.fy-priorities,
.fy-experience,
.fy-method,
.fy-renew,
.fy-frame5,
.fy-reviews,
.fy-faq { margin-top: 22px; }

.fy-priorities h2,
.fy-experience h2,
.fy-method h2,
.fy-renew h2,
.fy-frame5 h2,
.fy-reviews h2,
.fy-faq h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  margin: 0 0 12px;
}

.fy-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fy-card { padding: 18px; }
.fy-card h3 { margin: 0 0 8px; color: var(--fy-green); }
.fy-card p { margin: 0; color: var(--fy-muted); line-height: 1.55; }
.fy-link-inline { display: inline-block; margin-top: 10px; color: var(--fy-green); font-weight: 700; }
.fy-link-inline:hover { color: var(--fy-orange); }

.fy-experience,
.fy-method,
.fy-renew,
.fy-frame5,
.fy-reviews,
.fy-faq .faq-card { padding: 24px; }

.fy-method ol { margin: 0 0 12px 18px; padding: 0; line-height: 1.8; }
.fy-method__techniques { display: flex; flex-wrap: wrap; gap: 8px; }
.fy-method__techniques span {
  background: #fff6ea;
  border: 1px solid #ffd9b4;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.92rem;
}
.fy-method__techniques a { color: var(--fy-green); text-decoration: underline; }
.fy-method__closing { margin: 12px 0 0; font-weight: 700; color: var(--fy-green); }

.fy-renew .fy-badge-new { margin-left: 0; margin-bottom: 8px; }
.fy-micro { margin: 10px 0 0; color: var(--fy-muted); font-size: 0.92rem; }

.fy-reviews p { color: var(--fy-muted); }

.faq-item { border-bottom: 1px dashed var(--fy-border); padding: 10px 0; }
.faq-item:last-of-type { border-bottom: 0; }
.faq-question { font-weight: 700; cursor: pointer; }
.faq-answer { margin-top: 8px; color: var(--fy-muted); }

.fy-footer-premium {
  margin-top: 42px;
  background: #f2e6d7;
  border-top: 1px solid var(--fy-border);
  padding: 28px 14px;
}

.fy-footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.fy-footer-brand img { height: 48px; width: auto; }
.fy-footer-brand p { margin: 8px 0 0; color: var(--fy-muted); }
.fy-footer-price { font-weight: 800; color: var(--fy-orange); }
.fy-footer-premium .footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.fy-footer-premium .footer-links a { color: var(--fy-green); font-weight: 700; }
.fy-footer-premium .footer-links a:hover { color: var(--fy-orange); }
.fy-footer-premium .footer-copy { color: var(--fy-muted); font-size: 0.92rem; }

.fy-legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 126px 18px 34px;
}

.fy-legal-card {
  background: var(--fy-card);
  border: 1px solid var(--fy-border);
  border-radius: 22px;
  box-shadow: var(--fy-shadow);
  padding: 24px;
}

.fy-legal-card h1 { margin-top: 0; font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.fy-legal-card h2 { margin-top: 22px; font-size: 1.2rem; color: var(--fy-green); }
.fy-legal-card p, .fy-legal-card li { color: var(--fy-muted); line-height: 1.7; }
.fy-legal-card ul { padding-left: 20px; }
.fy-legal-card a { color: var(--fy-green); text-decoration: underline; }

@media (max-width: 980px) {
  .fy-header-premium .container-header { height: 90px !important; }
  .main-content.fy-home { padding-top: 108px; }
  .fy-hero { grid-template-columns: 1fr; padding: 18px; }
  .fy-reassurance { grid-template-columns: 1fr; }
  .fy-grid3 { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .fy-header-premium .nav-desktop { display: none !important; }
  .fy-header-premium .cta-menu.cta-desktop { display: none !important; }
  .fy-header-premium .cta-menu.cta-menu-mobile { display: inline-flex !important; }
  .fy-header-premium .menu-toggle { display: flex !important; }
}
