/* =====================================================
   FULL CIRCLE YACHT - LEGAL PAGES
===================================================== */

.fcy-legal-page {
  background: #fff;
}

.fcy-legal-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 46px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 52%, rgba(255,255,255,.80) 100%),
    url("../images/bg/full-circle-yacht_1800x400-02.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(0,25,76,.10);
}

.fcy-legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.62)),
    radial-gradient(circle at 88% 18%, rgba(12,90,219,.10), transparent 34%);
  pointer-events: none;
}

.fcy-legal-hero .container {
  position: relative;
  z-index: 1;
}

.fcy-legal-hero span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e84545;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fcy-legal-hero span i {
  color: #0c5adb;
}

.fcy-legal-hero h1 {
  color: #00194c;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 14px;
}

.fcy-legal-hero p {
  max-width: 820px;
  color: #53677f;
  font-size: 16px;
  line-height: 29px;
  margin: 0;
}

.fcy-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fcy-legal-meta strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f6f8fb;
  color: #00194c;
  font-size: 13px;
  font-weight: 600;
}

.fcy-legal-content {
  padding: 58px 0 84px;
  background: #fff;
}

.fcy-legal-shell {
  max-width: 960px;
  margin: 0 auto;
}

.fcy-legal-card {
  padding: 0;
  background: #fff;
}

.fcy-legal-section {
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(0,25,76,.10);
}

.fcy-legal-section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.fcy-legal-section h2 {
  color: #00194c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}

.fcy-legal-section h3 {
  color: #023878;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.28;
  margin: 24px 0 10px;
}

.fcy-legal-section p {
  color: #53677f;
  font-size: 15.5px;
  line-height: 29px;
  margin-bottom: 15px;
}

.fcy-legal-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fcy-legal-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  color: #53677f;
  font-size: 15px;
  line-height: 26px;
}

.fcy-legal-list i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(12,90,219,.10);
  color: #0c5adb;
  font-size: 12px;
  margin-top: 1px;
}

.fcy-legal-note {
  padding: 22px;
  margin: 22px 0 0;
  border-left: 4px solid #e84545;
  background: #f6f8fb;
  color: #53677f;
  font-size: 15px;
  line-height: 27px;
}

.fcy-legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.fcy-legal-btn,
.fcy-legal-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: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s ease;
}

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

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

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

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

.fcy-cancel-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.fcy-cancel-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fcy-cancel-field.fcy-wide {
  grid-column: 1 / -1;
}

.fcy-cancel-field label {
  color: #00194c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.fcy-cancel-field input,
.fcy-cancel-field select,
.fcy-cancel-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0,25,76,.16);
  border-radius: 8px;
  background: #fff;
  color: #00194c;
  padding: 0 15px;
  outline: none;
}

.fcy-cancel-field textarea {
  min-height: 130px;
  padding: 15px;
  resize: vertical;
}

.fcy-cancel-field input:focus,
.fcy-cancel-field select:focus,
.fcy-cancel-field textarea:focus {
  border-color: #0c5adb;
  box-shadow: 0 0 0 3px rgba(12,90,219,.12);
}

.fcy-cancel-submit {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #0c5adb;
  color: #fff;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s ease;
}

.fcy-cancel-submit:hover {
  background: #e84545;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .fcy-legal-hero {
    padding: 58px 0 34px;
  }

  .fcy-legal-hero h1 {
    font-size: 36px;
  }

  .fcy-legal-content {
    padding: 42px 0 62px;
  }

  .fcy-legal-section h2 {
    font-size: 25px;
  }

  .fcy-cancel-form {
    grid-template-columns: 1fr;
  }
}
