/* =====================================================
   FULL CIRCLE YACHT - FAQ PAGE
===================================================== */

.fcy-faq-page {
  background: #f6f8fb;
}

.fcy-faq-breadcrumb .breadcumb-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 18px;
}

.fcy-faq-breadcrumb .breadcumb-content ul {
  justify-content: center;
}

.fcy-faq-intro {
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 88% 10%, rgba(12,90,219,.16), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.fcy-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e84545;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.fcy-faq-kicker i {
  color: #0c5adb;
}

.fcy-faq-heading h2 {
  color: #00194c;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 18px;
}

.fcy-faq-heading p {
  color: #53677f;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 28px;
  max-width: 640px;
}

.fcy-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fcy-faq-btn,
.fcy-faq-btn-outline {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s ease;
}

.fcy-faq-btn {
  background: #0c5adb;
  color: #fff;
}

.fcy-faq-btn:hover {
  background: #e84545;
  color: #fff;
  transform: translateY(-2px);
}

.fcy-faq-btn-outline {
  color: #00194c;
  border: 1px solid rgba(0,25,76,.18);
  background: #fff;
}

.fcy-faq-btn-outline:hover {
  color: #fff;
  background: #00194c;
  border-color: #00194c;
}

.fcy-faq-photo-card {
  position: relative;
  min-height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(4,20,36,.16);
}

.fcy-faq-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.fcy-faq-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,25,76,.06), rgba(0,25,76,.72));
}

.fcy-faq-photo-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 22px;
  border-left: 4px solid #e84545;
  border-radius: 10px;
  background: rgba(255,255,255,.94);
}

.fcy-faq-photo-note strong {
  display: block;
  color: #00194c;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

.fcy-faq-photo-note span {
  color: #53677f;
  font-size: 14px;
  line-height: 23px;
}

.fcy-faq-main {
  padding: 78px 0 96px;
  background: #f6f8fb;
}

.fcy-faq-main-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.fcy-faq-main-head h2 {
  color: #00194c;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 14px;
}

.fcy-faq-main-head p {
  color: #53677f;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}

.fcy-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.fcy-faq-list {
  display: grid;
  gap: 14px;
}

.fcy-faq-item {
  border: 1px solid rgba(0,25,76,.10);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(4,20,36,.06);
  overflow: hidden;
}

.fcy-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  background: #fff;
  color: #00194c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.fcy-faq-question i {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(12,90,219,.10);
  color: #0c5adb;
  transition: .25s ease;
}

.fcy-faq-item.is-open .fcy-faq-question i {
  background: #e84545;
  color: #fff;
  transform: rotate(45deg);
}

.fcy-faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: #53677f;
  font-size: 15px;
  line-height: 28px;
}

.fcy-faq-item.is-open .fcy-faq-answer {
  display: block;
}

.fcy-faq-answer p {
  margin-bottom: 0;
}

.fcy-faq-side-card {
  position: sticky;
  top: 110px;
  padding: 30px;
  border-radius: 12px;
  background:
    linear-gradient(rgba(0,25,76,.90), rgba(0,25,76,.94)),
    url("../images/photos/full_circle_yacht_dining-890x400-03.webp") center center / cover no-repeat;
  color: #fff;
  box-shadow: 0 24px 70px rgba(4,20,36,.14);
}

.fcy-faq-side-card h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 14px;
}

.fcy-faq-side-card p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 22px;
}

.fcy-faq-side-card a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  background: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-decoration: none;
}

.fcy-faq-seo {
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(140,201,255,.20), transparent 28%),
    linear-gradient(135deg, #00194c 0%, #06347f 56%, #0c5adb 100%);
}

.fcy-faq-seo-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}

.fcy-faq-seo span {
  display: block;
  color: #8cc9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.fcy-faq-seo h2,
.fcy-faq-seo h3 {
  color: #fff;
  font-weight: 600;
}

.fcy-faq-seo h2 {
  font-size: 40px;
  line-height: 1.14;
  margin-bottom: 16px;
}

.fcy-faq-seo p,
.fcy-faq-seo li {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 28px;
}

.fcy-faq-seo ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.fcy-faq-seo li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.fcy-faq-seo li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #8cc9ff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fcy-faq-quick {
  padding: 72px 0;
  background: #fff;
}

.fcy-faq-quick-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 12px;
  background: #00194c;
  box-shadow: 0 24px 70px rgba(4,20,36,.14);
}

.fcy-faq-quick h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 12px;
}

.fcy-faq-quick p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}

.fcy-faq-quick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.fcy-faq-quick-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-decoration: none;
  text-transform: uppercase;
}

.fcy-faq-quick-actions a:first-child {
  background: #e84545;
}

.fcy-faq-quick-actions a:last-child {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}

@media (max-width: 991px) {
  .fcy-faq-grid,
  .fcy-faq-seo-grid,
  .fcy-faq-quick-inner {
    grid-template-columns: 1fr;
  }

  .fcy-faq-side-card {
    position: static;
  }

  .fcy-faq-quick-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .fcy-faq-intro,
  .fcy-faq-main,
  .fcy-faq-seo,
  .fcy-faq-quick {
    padding: 62px 0;
  }

  .fcy-faq-heading h2,
  .fcy-faq-main-head h2,
  .fcy-faq-seo h2,
  .fcy-faq-quick h2,
  .fcy-faq-breadcrumb .breadcumb-content h1 {
    font-size: 29px;
  }

  .fcy-faq-question {
    padding: 19px 18px;
    font-size: 16px;
  }

  .fcy-faq-answer {
    padding: 0 18px 20px;
  }

  .fcy-faq-photo-card,
  .fcy-faq-photo-card img {
    min-height: 330px;
  }

  .fcy-faq-quick-inner {
    padding: 30px 22px;
  }

  .fcy-faq-quick-actions a,
  .fcy-faq-btn,
  .fcy-faq-btn-outline {
    width: 100%;
  }
}
