/*
Theme Name: FlyClaimer Child
Template: generatepress
Version: 1.0.6
*/

:root{
  --fc-bg: #f7f8fb;
  --fc-surface: #ffffff;
  --fc-text: #1d2733;
  --fc-muted: #5e6b78;
  --fc-accent: #1e73be;
  --fc-accent-dark: #155a95;
  --fc-border: #e7ebf0;
  --fc-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  --fc-radius: 18px;
  --fc-wrap: 1200px;
}

.fc-wrap{
  width: min(var(--fc-wrap), calc(100% - 32px));
  margin-inline: auto;
}

.fc-section{
  padding: 80px 0;
  background: #fff;
}

.fc-section--alt{
  background: var(--fc-bg);
}

.fc-section-head{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.fc-section-head h2{
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.fc-section-head p{
  margin: 0;
  color: var(--fc-muted);
  font-size: 1.05rem;
}

.fc-hero{
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    url('https://flyclaimer.com/wp-content/uploads/2026/03/airport-2373727_1920-1.avif') center center / cover no-repeat;
  overflow: hidden;
}

.fc-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 34, 0.62);
}

.fc-hero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0;
}

.fc-hero__content{
  max-width: 820px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.fc-hero__actions{
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  flex-wrap: wrap;
}

.fc-hero__note{
  margin-top: 18px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

.fc-kicker{
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

.fc-hero__eyebrow{
  margin: 0 0 12px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.fc-hero h1.fc-hero__eyebrow{
  margin: 0 0 12px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}

.fc-hero h1{
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1.05;
  color: #fff;
}

.fc-hero__title{
  margin: 0 0 20px;
  font-size: clamp(2.3rem, 4.8vw, 4.1rem);
  line-height: 1.08;
  color: #fff;
  letter-spacing: -0.025em;
}

.fc-hero__content > h1:not(.fc-hero__eyebrow){
  font-size: clamp(2.4rem, 5vw, 4.3rem);
}

.fc-hero__content > h2.fc-hero__title{
  margin: 0 0 20px;
}

.fc-hero p{
  margin: 0 0 22px;
  color: rgba(255,255,255,0.92);
  font-size: 1.08rem;
  line-height: 1.7;
}

.fc-hero__actions{
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  flex-wrap: wrap;
}

.fc-hero__note{
  margin-top: 18px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
}

.fc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: var(--fc-accent);
  color: #fff;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 12px 24px rgba(30,115,190,.2);
}

.fc-btn:hover{
  background: var(--fc-accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.fc-btn--light{
  background: #fff;
  color: var(--fc-text);
  box-shadow: none;
}

.fc-btn--light:hover{
  background: #f4f6f8;
  color: var(--fc-text);
}

.fc-grid{
  display: grid;
  gap: 24px;
}

.fc-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-card{
  background: var(--fc-surface);
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 28px;
  box-shadow: var(--fc-shadow);
  height: 100%;
}

.fc-card h3{
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.fc-card p{
  margin: 0;
  color: var(--fc-muted);
  line-height: 1.7;
}

.fc-card__icon{
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.fc-why{
  max-width: 900px;
  margin: 0 auto;
}

.fc-points{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.fc-points li{
  position: relative;
  padding-left: 28px;
  color: var(--fc-text);
  line-height: 1.7;
}

.fc-points li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--fc-accent);
}

.fc-cta-strip{
  padding: 70px 0;
  background: linear-gradient(135deg, #15344e, #1c4f78);
  color: #fff;
}

.fc-cta-strip__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fc-cta-strip h2{
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.fc-cta-strip p{
  margin: 0;
  color: rgba(255,255,255,0.88);
  max-width: 700px;
}

.fc-content-band{
  padding: 72px 0;
  background: #fff;
}

.fc-content-band--alt{
  background: var(--fc-bg);
}

.fc-content-band__inner{
  max-width: 860px;
  margin: 0 auto;
}

.fc-content-band__inner + .fc-content-band__inner{
  margin-top: 24px;
}

.fc-rich-section{
  padding: 0 24px 56px;
  border-bottom: 1px solid #f1f5f9;
}

.fc-rich-section:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.fc-rich-section__badge{
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1a56db;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fc-rich-section__title{
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  line-height: 1.18;
}

.fc-rich-section__lead,
.fc-rich-section__text{
  color: #374151;
  line-height: 1.75;
}

.fc-rich-section__lead{
  margin: 0 0 24px;
  font-size: 1rem;
}

.fc-rich-section__text{
  margin: 0;
  font-size: 0.96rem;
}

.fc-rich-section__note{
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.6;
  font-style: italic;
}

.fc-table-wrap{
  overflow-x: auto;
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.fc-table{
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.fc-table th{
  padding: 13px 16px;
  background: #1a56db;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}

.fc-table th:last-child,
.fc-table td:last-child{
  text-align: right;
}

.fc-table td{
  padding: 12px 16px;
  border-bottom: 1px solid #e8edf5;
  color: #374151;
  font-size: 14px;
  background: #fff;
}

.fc-table tbody tr:nth-child(even) td{
  background: #f8faff;
}

.fc-table tbody tr:last-child td{
  border-bottom: 0;
}

.fc-table td.fc-table__value{
  color: #1a56db;
  font-size: 15px;
  font-weight: 700;
}

.fc-info-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fc-info-card{
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #1a56db;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.fc-info-card h3{
  margin: 0 0 7px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.fc-info-card p{
  margin: 0;
  color: #374151;
  font-size: 13px;
  line-height: 1.7;
}

.fc-pill-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.fc-pill{
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1a56db;
  font-size: 12px;
  font-weight: 600;
}

.fc-callout{
  margin-bottom: 24px;
  padding: 13px 16px;
  border-left: 4px solid #1a56db;
  border-radius: 0 8px 8px 0;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.65;
}

.fc-callout strong{
  color: #111827;
}

.fc-airport-grid,
.fc-stats-grid{
  display: grid;
  gap: 12px;
}

.fc-airport-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-airport-card{
  padding: 16px 18px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8faff;
}

.fc-airport-card__code{
  margin-bottom: 3px;
  color: #1a56db;
  font-size: 20px;
  font-weight: 800;
}

.fc-airport-card h3{
  margin: 0 0 7px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
}

.fc-airport-card p{
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.6;
}

.fc-stats-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 14px;
}

.fc-stat{
  padding: 26px 16px;
  text-align: center;
  background: #eff6ff;
}

.fc-stat + .fc-stat{
  border-left: 1px solid #dbeafe;
}

.fc-stat:nth-child(2){
  background: #e0eeff;
}

.fc-stat__value{
  margin-bottom: 5px;
  color: #1a56db;
  font-size: clamp(1.9rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
}

.fc-stat__label{
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1024px){
  .fc-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-grid-3{
    grid-template-columns: 1fr;
  }

  .fc-cta-strip__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .fc-airport-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .fc-section{
    padding: 56px 0;
  }

  .fc-hero{
    min-height: auto;
  }

  .fc-hero__inner{
    padding: 72px 0 60px;
  }

  .fc-grid-4{
    grid-template-columns: 1fr;
  }

  .fc-card{
    padding: 22px;
  }

  .fc-wrap{
    width: min(var(--fc-wrap), calc(100% - 24px));
  }

  .fc-hero__eyebrow{
    font-size: 1rem;
  }

  .fc-hero h1.fc-hero__eyebrow{
    font-size: 1rem;
  }

  .fc-hero__title{
    font-size: clamp(2rem, 7vw, 2.9rem);
  }

  .fc-content-band{
    padding: 56px 0;
  }

  .fc-rich-section{
    padding: 0 0 44px;
  }

  .fc-info-grid,
  .fc-stats-grid{
    grid-template-columns: 1fr;
  }

  .fc-stat + .fc-stat{
    border-left: 0;
    border-top: 1px solid #dbeafe;
  }
}

.fc-hero__widget{
  margin: 28px auto 0;
  max-width: 760px;
  width: 100%;
}

/* =========================
   GLOBAL MODERN SUBMENUS
   ========================= */

/* Desktop dropdown panel */
.main-navigation .main-nav ul ul {
  background: #ffffff !important;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  padding: 10px 0;
  min-width: 240px;
  overflow: hidden;
}

/* Dropdown items */
.main-navigation .main-nav ul ul li {
  background: transparent !important;
}

/* Dropdown links */
.main-navigation .main-nav ul ul li a {
  display: block;
  color: #172033 !important;
  background: transparent !important;
  padding: 12px 18px !important;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  transition: background .18s ease, color .18s ease, padding .18s ease;
}

/* Hover / focus */
.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li a:focus,
.main-navigation .main-nav ul ul li.current-menu-item > a,
.main-navigation .main-nav ul ul li.current-menu-ancestor > a {
  background: #f6f8fb !important;
  color: #0f172a !important;
  padding-left: 22px !important;
}

/* Remove weird inherited backgrounds */
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
  color: #0f172a !important;
  background: #f6f8fb !important;
}

/* Optional small separation between submenu items */
.main-navigation .main-nav ul ul li + li {
  border-top: 1px solid rgba(232, 237, 243, 0.7);
}

/* =========================
   HOMEPAGE TRANSPARENT HEADER
   ========================= */

body.home {
  overflow-x: hidden;
}

/* Header sits over hero */
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1000;
}

/* Remove inner header backgrounds */
body.home .inside-header,
body.home .main-navigation,
body.home .navigation-branding,
body.home .site-branding-container,
body.home .header-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

/* Header container spacing */
body.home .inside-header {
  padding-top: 36px;
  padding-bottom: 20px;
}

/* White logo/site title */
body.home .site-logo a,
body.home .site-branding a,
body.home .main-title a,
body.home .site-description {
  color: #fff !important;
}

/* Top-level menu items only */
body.home .main-navigation .main-nav > ul > li > a,
body.home .main-navigation .menu-toggle,
body.home .menu-toggle,
body.home .main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
  color: #fff !important;
  background: transparent !important;
}

/* Hover state for top-level only */
body.home .main-navigation .main-nav > ul > li > a:hover,
body.home .main-navigation .main-nav > ul > li > a:focus {
  color: rgba(255,255,255,0.82) !important;
}

/* Homepage dropdown panel */
body.home .main-navigation .main-nav ul ul {
  background: #ffffff !important;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  padding: 10px 0;
  overflow: hidden;
}

/* IMPORTANT: force dark text inside homepage submenu */
body.home .main-navigation .main-nav ul ul li a,
body.home .main-navigation .main-nav ul ul li[class*="current-menu-"] > a,
body.home .main-navigation .main-nav ul li.menu-item-has-children ul li a {
  color: #172033 !important;
  background: transparent !important;
}

/* Homepage submenu hover */
body.home .main-navigation .main-nav ul ul li a:hover,
body.home .main-navigation .main-nav ul ul li a:focus,
body.home .main-navigation .main-nav ul ul li.current-menu-item > a,
body.home .main-navigation .main-nav ul ul li.current-menu-ancestor > a {
  background: #f6f8fb !important;
  color: #0f172a !important;
}

/* If you use a header button */
body.home .menu-item-button a,
body.home .gb-button,
body.home .button {
  transition: all .2s ease;
}

/* Hero needs extra top padding because header overlaps it */
body.home .fc-hero {
  margin-top: 0 !important;
}

body.home .fc-hero__inner {
  padding-top: 150px;
}

/* Mobile hamburger icon white */
body.home button.menu-toggle,
body.home .mobile-menu-control-wrapper .menu-toggle {
  color: #fff !important;
  border-color: rgba(255,255,255,0.35) !important;
}

/* =========================
   MOBILE MENU
   ========================= */

@media (max-width: 768px) {
  body.home .site-header {
    position: absolute;
  }

  body.home .inside-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body.home .fc-hero__inner {
    padding-top: 120px;
  }

  body.home .main-navigation.toggled,
  body.home .main-navigation.is-open,
  body.home .has-inline-mobile-toggle #site-navigation.toggled,
  body.home #site-navigation.toggled .inside-navigation {
    background: #15344e !important;
    border-radius: 14px;
  }

  body.home .main-navigation.toggled .main-nav ul li a,
  body.home #site-navigation.toggled .main-nav ul li a {
    color: #fff !important;
  }

  body.home .main-navigation.toggled .main-nav ul ul,
  body.home #site-navigation.toggled .main-nav ul ul {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
    border-radius: 10px;
    padding: 6px 0;
  }

  body.home .main-navigation.toggled .main-nav ul ul li,
  body.home #site-navigation.toggled .main-nav ul ul li {
    border-top: 0;
  }

  body.home .main-navigation.toggled .main-nav ul ul li a,
  body.home #site-navigation.toggled .main-nav ul ul li a {
    color: #fff !important;
    background: transparent !important;
    padding: 10px 16px !important;
  }

  body.home .main-navigation.toggled .main-nav ul ul li a:hover,
  body.home #site-navigation.toggled .main-nav ul ul li a:hover {
    background: rgba(255,255,255,0.08) !important;
  }
}
/* Homepage logo image turns white */
body.home .site-logo img,
body.home .custom-logo {
  filter: brightness(0) invert(1);
}

.fc-page-hero{
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  background: url('https://flyclaimer.com/wp-content/uploads/2026/03/about-bg-img.avif') center center / cover no-repeat;
  overflow: hidden;
}

.fc-page-hero--small{
  min-height: 360px;
}

.fc-page-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(12, 22, 34, 0.62);
}

.fc-page-hero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 150px 0 70px;
}

.fc-page-hero__content{
  max-width: 760px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.fc-page-hero__content h1{
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.fc-page-hero__content p{
  margin: 0;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  font-size: 1.05rem;
}

.fc-narrow{
  max-width: 860px;
}

.fc-prose p{
  color: var(--fc-muted);
  line-height: 1.8;
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.fc-disclosure{
  background: #fff;
  border: 1px solid var(--fc-border);
  border-radius: var(--fc-radius);
  padding: 28px;
  box-shadow: var(--fc-shadow);
}

.fc-disclosure h2{
  margin-top: 0;
  margin-bottom: 14px;
}

.fc-disclosure p{
  margin: 0 0 14px;
  color: var(--fc-muted);
  line-height: 1.8;
}

.fc-disclosure p:last-child{
  margin-bottom: 0;
}

@media (max-width: 768px){
  .fc-page-hero__inner{
    padding: 120px 0 50px;
  }

  .fc-page-hero{
    min-height: 300px;
  }
}

.fc-faq-page{
  padding: 70px 0 90px;
  background: #fff;
}

.fc-faq-search{
  margin: 0 auto 36px;
  max-width: 760px;
}

.fc-faq-search input{
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--fc-border);
  border-radius: 14px;
  padding: 0 18px;
  font-size: 1rem;
  background: #fff;
  color: var(--fc-text);
  box-shadow: var(--fc-shadow);
}

.fc-faq-group{
  margin-bottom: 42px;
}

.fc-faq-group h2{
  margin: 0 0 16px;
  font-size: 1.5rem;
}

.fc-faq-group details{
  background: #fff;
  border: 1px solid var(--fc-border);
  border-radius: 16px;
  box-shadow: var(--fc-shadow);
  margin-bottom: 14px;
  overflow: hidden;
}

.fc-faq-group summary{
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  color: var(--fc-text);
  position: relative;
  padding-right: 54px;
}

.fc-faq-group summary::-webkit-details-marker{
  display: none;
}

.fc-faq-group summary::after{
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--fc-accent);
}

.fc-faq-group details[open] summary::after{
  content: "–";
}

.fc-faq-group details p{
  margin: 0;
  padding: 0 22px 20px;
  color: var(--fc-muted);
  line-height: 1.8;
}

.fc-faq-cta{
  text-align: center;
  margin-top: 28px;
  padding-top: 14px;
}

.fc-faq-cta p{
  margin-bottom: 16px;
  color: var(--fc-text);
  font-weight: 600;
}

@media (max-width: 768px){
  .fc-faq-page{
    padding: 50px 0 70px;
  }

  .fc-faq-group summary{
    padding: 16px 18px;
    padding-right: 48px;
  }

  .fc-faq-group details p{
    padding: 0 18px 18px;
  }
}

.fc-page-hero--guide{
  background: linear-gradient(135deg, #15344e, #1c4f78);
}

.fc-table-wrap{
  overflow-x: auto;
  margin: 0 auto 24px;
}

.fc-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--fc-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--fc-shadow);
}

.fc-table th,
.fc-table td{
  padding: 16px 18px;
  border-bottom: 1px solid var(--fc-border);
  text-align: left;
  vertical-align: top;
}

.fc-table th{
  background: #f7f8fb;
  color: var(--fc-text);
  font-weight: 700;
}

.fc-table tr:last-child td{
  border-bottom: 0;
}

.fc-grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-note-box{
  margin: 28px auto 0;
  background: #fff;
  border-left: 4px solid var(--fc-accent);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: var(--fc-shadow);
}

.fc-steps{
  margin: 0;
  padding-left: 20px;
}

.fc-steps li{
  margin-bottom: 12px;
  line-height: 1.7;
  color: var(--fc-text);
}

.fc-links{
  margin: 0;
  padding-left: 18px;
}

.fc-links li{
  margin-bottom: 10px;
}

@media (max-width: 1024px){
  .fc-grid-2{
    grid-template-columns: 1fr;
  }
}

/* =========================
   CUSTOM FOOTER
   ========================= */

.fc-footer{
  background: #102433;
  color: rgba(255,255,255,0.88);
  padding: 64px 0 24px;
  margin-top: 0;
}

.fc-footer__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
}

.fc-footer__col h3,
.fc-footer__col h4{
  color: #fff;
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.fc-footer__brand p,
.fc-footer__col p{
  margin: 0;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
}

.fc-footer__col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.fc-footer__col li{
  margin-bottom: 10px;
}

.fc-footer__col a{
  color: rgba(255,255,255,0.84);
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}

.fc-footer__col a:hover{
  color: #fff;
}

.fc-footer__bottom{
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: grid;
  gap: 8px;
}

.fc-footer__bottom p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.68);
}

@media (max-width: 900px){
  .fc-footer__grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px){
  .fc-footer{
    padding: 48px 0 22px;
  }

  .fc-footer__grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.fc-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.fc-narrow{max-width:820px}
.fc-section{padding:56px 0}
.fc-section--soft{background:#f8fafc}
.fc-section--tight{padding-top:20px;padding-bottom:40px}
.fc-hero--inner{padding:72px 0 56px;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.fc-eyebrow{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}

body.fc-transparent-header {
  overflow-x: hidden;
}

body.fc-transparent-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1000;
}

body.fc-transparent-header .inside-header,
body.fc-transparent-header .main-navigation,
body.fc-transparent-header .navigation-branding,
body.fc-transparent-header .site-branding-container,
body.fc-transparent-header .header-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

body.fc-transparent-header .inside-header {
  padding-top: 36px;
  padding-bottom: 20px;
}

body.fc-transparent-header .site-logo a,
body.fc-transparent-header .site-branding a,
body.fc-transparent-header .main-title a,
body.fc-transparent-header .site-description,
body.fc-transparent-header .main-navigation .main-nav > ul > li > a,
body.fc-transparent-header .main-navigation .menu-toggle,
body.fc-transparent-header .menu-toggle,
body.fc-transparent-header .main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
  color: #fff !important;
  background: transparent !important;
}

body.fc-transparent-header .main-navigation .main-nav > ul > li > a:hover,
body.fc-transparent-header .main-navigation .main-nav > ul > li > a:focus {
  color: rgba(255,255,255,0.82) !important;
}

body.fc-transparent-header .main-navigation .main-nav ul ul {
  background: #ffffff !important;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  padding: 10px 0;
  overflow: hidden;
}

body.fc-transparent-header .main-navigation .main-nav ul ul li a,
body.fc-transparent-header .main-navigation .main-nav ul ul li[class*="current-menu-"] > a,
body.fc-transparent-header .main-navigation .main-nav ul li.menu-item-has-children ul li a {
  color: #172033 !important;
  background: transparent !important;
}

body.fc-transparent-header .main-navigation .main-nav ul ul li a:hover,
body.fc-transparent-header .main-navigation .main-nav ul ul li a:focus,
body.fc-transparent-header .main-navigation .main-nav ul ul li.current-menu-item > a,
body.fc-transparent-header .main-navigation .main-nav ul ul li.current-menu-ancestor > a {
  background: #f6f8fb !important;
  color: #0f172a !important;
}

body.fc-transparent-header .site-logo img,
body.fc-transparent-header .custom-logo {
  filter: brightness(0) invert(1);
}

.fc-footer__logo {
  margin: 0 0 14px;
}

.fc-footer__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.fc-footer__logo .custom-logo {
  max-height: 42px;
  width: auto;
  filter: brightness(0) invert(1);
}

.single-post .post-navigation,
.single-post .paging-navigation {
  display: none !important;
}

.single-post .footer-entry-meta,
.single-post .cat-links {
  display: none !important;
}

body.fc-check-flight-page .fc-hero__inner,
body.fc-check-flight-page .fc-page-hero__inner {
  padding-top: 190px;
}

@media (max-width: 768px) {
  body.fc-transparent-header .site-header {
    position: absolute;
  }

  body.fc-transparent-header .inside-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body.fc-transparent-header .main-navigation.toggled,
  body.fc-transparent-header .main-navigation.is-open,
  body.fc-transparent-header .has-inline-mobile-toggle #site-navigation.toggled,
  body.fc-transparent-header #site-navigation.toggled .inside-navigation {
    background: #15344e !important;
    border-radius: 14px;
  }

  body.fc-transparent-header .main-navigation.toggled .main-nav ul li a,
  body.fc-transparent-header #site-navigation.toggled .main-nav ul li a {
    color: #fff !important;
  }

  body.fc-transparent-header .main-navigation.toggled .main-nav ul ul,
  body.fc-transparent-header #site-navigation.toggled .main-nav ul ul {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
    border-radius: 10px;
    padding: 6px 0;
  }

  body.fc-transparent-header .main-navigation.toggled .main-nav ul ul li a,
  body.fc-transparent-header #site-navigation.toggled .main-nav ul ul li a {
    color: #fff !important;
    background: transparent !important;
    padding: 10px 16px !important;
  }

  body.home .fc-hero__content > h2.fc-hero__title,
  body.home .fc-hero__content > p:not(.fc-hero__note) {
    display: none;
  }

  body.home .fc-hero__actions {
    margin-bottom: 84px;
  }

  body.fc-check-flight-page .fc-hero__inner,
  body.fc-check-flight-page .fc-page-hero__inner {
    padding-top: 136px;
  }
}
.fc-hero--inner h1{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05;margin:0 0 14px;color:#111827}
.fc-hero--inner p{max-width:760px;font-size:1.08rem;line-height:1.75;color:#4b5563}
.fc-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.fc-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:700}
.fc-btn--primary{background:#0f172a;color:#fff}
.fc-btn--ghost{background:#fff;color:#0f172a;border:1px solid #dbe3ee}
.fc-card-grid{display:grid;gap:24px}
.fc-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.fc-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;text-decoration:none;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:transform .2s ease, box-shadow .2s ease}
.fc-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,23,42,.08)}
.fc-card h3{margin:0 0 10px;color:#111827;font-size:1.2rem}
.fc-card p{margin:0;color:#6b7280;line-height:1.7}
.fc-list{padding-left:20px;color:#4b5563;line-height:1.8}
.fc-cta-box{background:linear-gradient(180deg,#eff6ff 0%,#f8fafc 100%);border:1px solid #dbeafe;border-radius:22px;padding:32px}
.fc-cta-box h2{margin-top:0;color:#111827}
.fc-cta-box p{color:#4b5563;max-width:760px}
.fc-small{font-size:14px;color:#6b7280}
@media (max-width: 1024px){
  .fc-card-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 767px){
  .fc-section{padding:42px 0}
  .fc-hero--inner{padding:56px 0 42px}
  .fc-card-grid--3{grid-template-columns:1fr}
}

.fc-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.fc-contact-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:24px;
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.fc-contact-card h2{
  margin-top:0;
  color:#111827;
}
.fc-contact-card p{
  color:#4b5563;
  line-height:1.75;
}
@media (max-width: 767px){
  .fc-contact-grid{
    grid-template-columns:1fr;
  }
}

.fc-hero--claim .fc-hero__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}



.fc-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.fc-step-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.fc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.fc-step-card h3 {
  margin: 0 0 10px;
  color: #111827;
}

.fc-step-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .fc-steps-grid {
    grid-template-columns: 1fr;
  }

  .fc-claim-widget-box {
    padding: 16px;
    border-radius: 18px;
  }
}
