@font-face {
  font-family: "Cormorant Garamond Fallback";
  src: local("Georgia");
  ascent-override: 104.5482%;
  descent-override: 32.4733%;
  size-adjust: 88.3803%;
}
@font-face {
  font-family: "DM Sans Fallback";
  src: local("Arial"), local("ArialMT");
  ascent-override: 94.9001%;
  descent-override: 29.6563%;
  line-gap-override: 0%;
  size-adjust: 104.531%;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: hsl(150, 20%, 12%);
  background: #ffffff;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

ul {
  list-style: none;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: hsl(150, 20%, 12%);
}

h4 {
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: hsl(150, 20%, 12%);
}

h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
}

h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
}

h4 {
  font-size: 1rem;
}

p {
  font-size: 1.125rem;
  color: hsl(150, 10%, 38%);
  line-height: 1.625;
}

.section-label {
  display: inline-block;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: hsl(38, 75%, 55%);
  margin-bottom: 14px;
}
.section-label--light {
  color: rgba(255, 255, 255, 0.65);
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.section-header h2 {
  margin-top: 6px;
}
.section-header h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: hsl(38, 75%, 55%);
  margin: 20px auto 0;
}
.section-header p {
  margin-top: 16px;
  color: hsl(150, 10%, 38%);
}
.section-header--light h2 {
  color: #ffffff;
}
.section-header--light p {
  color: rgba(255, 255, 255, 0.8);
}

.section-title {
  margin-bottom: 0;
}
.section-title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, hsl(38, 75%, 55%), hsl(148, 30%, 40%));
  margin-top: 20px;
  margin-bottom: 28px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

section {
  padding: 96px 0;
}

.page-hero {
  background: linear-gradient(to right, hsl(152, 50%, 12%) 0%, hsl(152, 42%, 24%) 45%, hsl(148, 35%, 34%) 100%);
  padding: 80px 0 72px;
  text-align: center;
}
.page-hero__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(38, 75%, 55%);
  margin-bottom: 14px;
}
.page-hero h1 {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-hero h1 {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }
}
.page-hero p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}
.page-hero__breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.page-hero__breadcrumb a:hover {
  color: #ffffff;
}
.page-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  section {
    padding: 64px 0;
  }
  .section-header {
    margin-bottom: 40px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  line-height: 1.5rem;
}
.btn-amber {
  background: hsl(38, 75%, 55%);
  color: hsl(150, 20%, 12%);
}
.btn-amber:hover {
  background: hsl(38, 75%, 45%);
  color: hsl(150, 20%, 12%);
}
.btn-green {
  background: hsl(152, 42%, 24%);
  color: #ffffff;
}
.btn-green:hover {
  background: hsl(152, 42%, 30%);
  color: #ffffff;
}
.btn-outline {
  background: transparent;
  color: hsl(150, 20%, 12%);
  border: 1.5px solid hsl(150, 20%, 12%);
}
.btn-outline:hover {
  background: hsl(150, 20%, 12%);
  color: #ffffff;
}
.btn-outline-amber {
  background: transparent;
  color: hsl(38, 75%, 55%);
  border: 1.5px solid hsl(38, 75%, 55%);
}
.btn-outline-amber:hover {
  background: rgba(226.3125, 163.2, 54.1875, 0.1);
  color: hsl(38, 75%, 55%);
}
.btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.btn-sm {
  padding: 11px 24px;
  font-size: 0.9375rem;
  border-radius: 8px;
}

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn-video__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.btn-video__icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  margin-left: 3px;
}
.btn-video:hover .btn-video__icon {
  background: rgba(255, 255, 255, 0.22);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: hsl(150, 20%, 12%);
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 580px) {
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid hsl(40, 15%, 88%);
  border-radius: 4px;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9375rem;
  color: hsl(150, 20%, 12%);
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #c0bbb4;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: hsl(148, 30%, 40%);
}

textarea {
  resize: vertical;
  min-height: 130px;
}

.btn-submit {
  background: hsl(152, 42%, 24%);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  transition: background 0.2s ease;
}
.btn-submit:hover {
  background: hsl(152, 42%, 30%);
}
.btn-submit svg {
  width: 18px;
  height: 18px;
}

.form-feedback {
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-top: 12px;
}
.form-feedback--success {
  background: rgba(71.4, 132.6, 99.96, 0.1);
  border: 1px solid rgba(71.4, 132.6, 99.96, 0.3);
  color: hsl(152, 42%, 24%);
}
.form-feedback--error {
  background: rgba(200, 50, 50, 0.07);
  border: 1px solid rgba(200, 50, 50, 0.25);
  color: hsl(0, 60%, 35%);
}

.wpcf7 .wpcf7-form p {
  margin: 0 0 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: hsl(150, 20%, 12%);
}
.wpcf7 .wpcf7-form .form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 580px) {
  .wpcf7 .wpcf7-form .form-row-2 {
    grid-template-columns: 1fr;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid hsl(40, 15%, 88%);
  border-radius: 4px;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9375rem;
  color: hsl(150, 20%, 12%);
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
  appearance: none;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #c0bbb4;
}
.wpcf7 .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: hsl(148, 30%, 40%);
}
.wpcf7 .wpcf7-form .wpcf7-textarea {
  resize: vertical;
  min-height: 130px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  background: hsl(152, 42%, 24%);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  transition: background 0.2s ease;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: hsl(152, 42%, 30%);
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: hsl(0, 60%, 50%);
  font-size: 0.8rem;
  margin-top: 6px;
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid {
  border-color: hsl(0, 60%, 65%) !important;
}
.wpcf7 .wpcf7-response-output {
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin: 16px 0 0 !important;
  border: none !important;
}
.wpcf7.sent .wpcf7-response-output {
  background: rgba(71.4, 132.6, 99.96, 0.1);
  border: 1px solid rgba(71.4, 132.6, 99.96, 0.3) !important;
  color: hsl(152, 42%, 24%);
}
.wpcf7.failed .wpcf7-response-output, .wpcf7.aborted .wpcf7-response-output, .wpcf7.invalid .wpcf7-response-output, .wpcf7.unaccepted .wpcf7-response-output {
  background: rgba(200, 50, 50, 0.07);
  border: 1px solid rgba(200, 50, 50, 0.25) !important;
  color: hsl(0, 60%, 35%);
}
.wpcf7 .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid hsl(40, 15%, 88%);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  border-bottom-color: transparent;
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 80px;
}
@media (max-width: 768px) {
  .site-header__inner {
    padding: 0 16px;
    height: 64px;
    gap: 16px;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo img {
  height: 80px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .site-header__logo img {
    height: 36px;
  }
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.site-header__toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: hsl(150, 20%, 12%);
  transition: all 0.2s ease;
  transform-origin: center;
}
.site-header__toggle.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.site-header__toggle.open span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
@media (max-width: 900px) {
  .site-header__toggle {
    display: flex;
  }
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 900px) {
  .site-header__actions {
    margin-left: auto;
    gap: 10px;
  }
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 0.8rem;
  font-weight: 600;
}
.lang-switcher__item {
  color: hsl(150, 10%, 55%);
  padding: 4px 6px;
  line-height: 1;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}
.lang-switcher__item:hover {
  color: hsl(152, 42%, 24%);
}
.lang-switcher__item.is-active {
  color: hsl(152, 42%, 24%);
}
.lang-switcher__item + .lang-switcher__item {
  border-left: 1px solid hsl(40, 15%, 88%);
  border-radius: 0;
  padding-left: 8px;
  margin-left: 2px;
}

.site-nav {
  margin-left: auto;
}
@media (max-width: 900px) {
  .site-nav {
    margin-left: 0;
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 12px 0 20px;
    border-top: 1px solid hsl(40, 15%, 88%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .site-nav.open {
    display: block;
  }
}
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 900px) {
  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.site-nav__list a {
  font-size: 0.9rem;
  font-weight: 500;
  color: hsl(150, 10%, 45%);
}
.site-nav__list a:hover {
  color: hsl(152, 42%, 24%);
}
@media (max-width: 900px) {
  .site-nav__list a {
    display: block;
    padding: 11px 24px;
    width: 100%;
  }
}

.site-footer {
  background: hsl(150, 20%, 12%);
  border-top: none;
}
.site-footer__top {
  padding: 64px 0 48px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.2fr;
  gap: 48px;
}
@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
}
@media (max-width: 580px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__brand .footer-logo {
  display: block;
  margin-bottom: 10px;
}
.site-footer__brand .footer-logo img {
  max-width: 160px;
  height: auto;
}
.site-footer__brand p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
}
.site-footer__col h4 {
  font-family: "DM Sans", "DM Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.site-footer__col ul li {
  margin-bottom: 11px;
}
.site-footer__col ul li a, .site-footer__col ul li span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}
.site-footer__col ul li a:hover, .site-footer__col ul li span:hover {
  color: #ffffff;
}
.site-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.site-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.site-footer__social a svg {
  width: 16px;
  height: 16px;
}
.site-footer__social a:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}
.site-footer__bottom p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.cta-section {
  background: linear-gradient(135deg, hsl(155, 50%, 14%), hsl(152, 42%, 24%), hsl(148, 30%, 40%));
  text-align: center;
  padding: 4rem 1rem;
}
@media (min-width: 640px) {
  .cta-section {
    padding: 5rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cta-section {
    padding: 7rem 2rem;
  }
}
.cta-section .container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-section__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.cta-section__icon svg {
  width: 48px;
  height: 48px;
  color: hsl(38, 75%, 55%);
}
.cta-section h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-section h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, hsl(38, 75%, 55%), hsl(148, 30%, 40%));
  margin: 2rem auto 0;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
.cta-section p:last-of-type {
  margin-bottom: 2.5rem;
}
.cta-section .btn-amber {
  background: hsl(38, 75%, 55%);
  color: hsl(150, 20%, 12%);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cta-section .btn-amber:hover {
  filter: brightness(1.1);
  color: hsl(150, 20%, 12%);
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-modal.open {
  display: flex;
}
.video-modal__inner {
  position: relative;
  width: 90%;
  max-width: 900px;
}
.video-modal__inner iframe,
.video-modal__inner video {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 10px;
}
.video-modal__inner video {
  display: none;
}
.video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px 6px 10px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.video-modal__close svg {
  flex-shrink: 0;
}
.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.faq-section {
  padding: 5rem 1rem;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 7rem 2rem;
  }
}
.faq-section .section-header {
  margin-bottom: 3rem;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(152, 42%, 24%);
  line-height: 1.4;
}
.faq-item__question:hover {
  color: hsl(148, 30%, 40%);
}
.faq-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: hsl(38, 75%, 55%);
  transition: transform 0.25s ease;
}
.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__answer {
  display: none;
  padding-bottom: 1.25rem;
}
.faq-item__answer p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}
.faq-item__answer p:last-child {
  margin-bottom: 0;
}
.faq-item.is-open .faq-item__answer {
  display: block;
}

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float svg {
  width: 30px;
  height: 30px;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  color: #fff;
}

@keyframes lineGrow {
  0%, 100% {
    transform: scaleY(1);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(0.4);
    opacity: 0.2;
  }
}
@keyframes scrollDot {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(12px);
    opacity: 0;
  }
  61% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.post-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsl(40, 15%, 88%);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background: #ffffff;
}
.post-card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
.post-card__image {
  height: 220px;
  overflow: hidden;
  background: hsl(40, 20%, 97%);
}
.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.post-card:hover .post-card__image img {
  transform: scale(1.04);
}
.post-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  color: hsl(150, 5%, 56%);
}
.post-card__meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-card__category {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(148, 30%, 40%);
  margin-bottom: 4px;
}
.post-card__title {
  font-family: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  color: hsl(150, 20%, 12%);
}
.post-card__title a {
  color: inherit;
}
.post-card__title a:hover {
  color: hsl(148, 30%, 40%);
}
.post-card__excerpt {
  font-size: 0.875rem;
  color: hsl(150, 10%, 38%);
  line-height: 1.55;
}
.post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(148, 30%, 40%);
  margin-top: auto;
}
.post-card__link:hover {
  color: hsl(152, 42%, 24%);
}

.tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(71.4, 132.6, 99.96, 0.1);
  color: hsl(148, 30%, 40%);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
