@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: 'Poppins', sans-serif; color: #1a1a1a; background: #ffffff; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.f2-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 24px 56px; border-bottom: 1px solid #f0f0f0; gap: 24px; }
.f2-brand { line-height: 1.3; }
.f2-brand-title { font-size: 14px; font-weight: 800; letter-spacing: 1.5px; color: #1E2D6B; text-transform: uppercase; }
.f2-brand-title .thin { font-weight: 200; }
.f2-brand-by { font-size: 10px; font-weight: 300; letter-spacing: 1.2px; color: #8a93a8; margin-top: 8px; }
.f2-brand-by .by { font-size: 8px; font-weight: 300; text-transform: lowercase; color: #b0b6c2; letter-spacing: 1px; margin-right: 4px; }
.f2-brand-by .fap { font-weight: 500; color: #4a4a4a; letter-spacing: 1.2px; text-transform: uppercase; font-size: 10px; }
.f2-brand-by .holding { font-weight: 500; color: #4a4a4a; letter-spacing: 1.2px; text-transform: uppercase; font-size: 10px; margin-left: 8px; }

.f2-nav { display: flex; gap: 40px; justify-content: center; }
.f2-nav a { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; color: #1a1a1a; padding: 8px 0; border-bottom: 1px solid transparent; text-transform: uppercase; transition: border-color 0.2s; }
.f2-nav a:hover, .f2-nav a.active { border-bottom-color: #1E2D6B; }

.f2-phone-wrap { display: flex; justify-content: flex-end; align-items: center; }
.f2-phone { display: inline-flex; flex-direction: column; align-items: stretch; gap: 8px; padding: 0; border: 0; border-radius: 0; font-weight: 800; color: #1E2D6B; background: transparent; transition: opacity 0.2s; line-height: 1; }
.f2-phone:hover { opacity: 0.7; background: transparent; color: #1E2D6B; }
.f2-phone-num { font-size: 22px; font-weight: 800; letter-spacing: 0.5px; line-height: 1; }
.f2-phone-label { font-size: 8.5px; font-weight: 500; letter-spacing: 2.4px; color: #6b7180; text-transform: uppercase; line-height: 1; text-align: justify; text-align-last: justify; }

/* HERO (home) */
.f2-hero { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 600px; position: relative; overflow: hidden; }
.f2-hero-image { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 600px; padding: 40px 20px 0; }
.f2-hero-image img { max-width: 100%; max-height: 560px; height: auto; object-fit: contain; display: block; position: relative; z-index: 2; }

.f2-new-badge { position: absolute; top: 80px; right: 48px; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.f2-new-badge-label { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: 5px; color: #C8302C; text-transform: uppercase; }
.f2-new-badge-dot { width: 8px; height: 8px; background: #C8302C; border-radius: 50%; animation: pulse 1.6s infinite; }
.f2-new-badge-pill { padding: 14px 26px; border: 1px solid #e2e6ee; background: #ffffff; color: #1a1a1a; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; border-radius: 999px; white-space: nowrap; }
.f2-new-badge-pill .bold { font-weight: 800; color: #1E2D6B; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(0.7); } }

.f2-hero-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.f2-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 5px; color: #1E2D6B; margin-bottom: 36px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 16px; }
.f2-eyebrow::before, .f2-eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: #1E2D6B; }

.f2-headline { margin: 0 0 18px; line-height: 1; }
.f2-h-main { font-size: 64px; font-weight: 200; letter-spacing: -1px; color: #1E2D6B; line-height: 1.05; }
.f2-h-main .bold { font-weight: 800; }
.f2-h-sub { font-size: 13px; font-weight: 300; letter-spacing: 6px; color: #6b7180; text-transform: uppercase; margin-top: 18px; }

.f2-sub { font-size: 16px; font-weight: 200; color: #4a4a4a; line-height: 1.7; margin: 32px auto 40px; max-width: 460px; text-align: center; }
.f2-sub .accent { font-weight: 600; color: #1a1a1a; letter-spacing: 0.5px; }

.f2-cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; }
.f2-cta-primary { display: inline-flex; align-items: center; gap: 16px; background: #1E2D6B; color: #ffffff !important; padding: 18px 32px; border-radius: 999px; font-weight: 500; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; border: 1px solid #1E2D6B; transition: background 0.2s; }
.f2-cta-primary:hover { background: #16224f; }
.f2-cta-arrow-on-dark { width: 28px; height: 28px; background: #ffffff; color: #1E2D6B; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; }
.f2-cta-secondary { display: inline-flex; align-items: center; gap: 10px; padding: 18px 24px; border: 1px solid #d8dde6; border-radius: 999px; font-weight: 400; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #1a1a1a; background: #fff; transition: border-color 0.2s; }
.f2-cta-secondary:hover { border-color: #1E2D6B; }

/* SECTIONS */
.f2-deadline-band { padding: 80px 56px; }
.f2-deadline-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: center; max-width: 1100px; margin: 0 auto; padding: 64px 64px; border: 1px solid #d8dde6; border-radius: 24px; background: #ffffff; }
.f2-deadline-text { text-align: left; }
.f2-deadline-label { font-size: 10px; font-weight: 400; letter-spacing: 6px; color: #1E2D6B; text-transform: uppercase; margin-bottom: 28px; display: inline-block; }
.f2-deadline-label::after { content: ""; display: inline-block; width: 24px; height: 1px; background: #1E2D6B; vertical-align: middle; margin-left: 16px; }
.f2-deadline-headline { font-size: 38px; line-height: 1.25; letter-spacing: -0.5px; margin: 0 0 24px; font-weight: 200; color: #1a1a1a; }
.f2-deadline-headline .thin { font-weight: 200; }
.f2-deadline-date { display: inline-block; padding: 14px 28px; border: 1.5px solid #1E2D6B; border-radius: 999px; font-size: 22px; font-weight: 800; letter-spacing: 0.5px; color: #C8302C; margin-bottom: 32px; background: #ffffff; }
.f2-deadline-sub { font-size: 16px; font-weight: 200; color: #4a4a4a; line-height: 1.8; max-width: 480px; }
.f2-deadline-sub .accent { font-weight: 600; color: #1a1a1a; }
.f2-deadline-calendar { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.f2-deadline-calendar svg { width: 100%; max-width: 240px; height: auto; display: block; }
.f2-deadline-cal-label { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: 3px; color: #C8302C; text-transform: uppercase; }
.f2-deadline-cal-dot { width: 8px; height: 8px; background: #C8302C; border-radius: 50%; animation: pulse 1.6s infinite; }

.f2-section { padding: 100px 56px; }
.f2-section-narrow { max-width: 880px; margin: 0 auto; text-align: center; }
.f2-section-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 5px; color: #1E2D6B; text-transform: uppercase; margin-bottom: 24px; }
.f2-section-h2 { font-size: 42px; line-height: 1.2; letter-spacing: -0.5px; margin: 0 0 32px; font-weight: 200; }
.f2-section-h2 .bold { font-weight: 800; color: #1E2D6B; }
.f2-section-body { font-size: 17px; font-weight: 200; line-height: 1.85; color: #3a3a3a; }
.f2-section-body .accent { font-weight: 600; color: #1a1a1a; }
.f2-section-body p + p { margin-top: 24px; }

.f2-divider { width: 40px; height: 1px; background: #1E2D6B; margin: 0 auto 28px; }

.f2-cta-block { padding: 120px 56px; text-align: center; }
.f2-cta-block-h { font-size: 46px; line-height: 1.2; letter-spacing: -1px; margin: 0 0 24px; font-weight: 200; }
.f2-cta-block-h .bold { font-weight: 800; color: #1E2D6B; }
.f2-cta-block-sub { font-size: 16px; font-weight: 200; color: #4a4a4a; max-width: 560px; margin: 0 auto 48px; line-height: 1.8; }
.f2-cta-big { display: inline-flex; align-items: center; gap: 20px; background: #1E2D6B; color: #ffffff !important; padding: 24px 44px; border-radius: 999px; font-weight: 500; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; border: 1px solid #1E2D6B; transition: background 0.2s; }
.f2-cta-big:hover { background: #16224f; }

.f2-contact { padding: 100px 56px; border-top: 1px solid #f0f0f0; max-width: 1200px; margin: 0 auto; text-align: center; }
.f2-contact-h { font-size: 36px; font-weight: 200; letter-spacing: -0.5px; margin: 0 0 16px; line-height: 1.3; }
.f2-contact-h .accent { font-weight: 800; color: #1E2D6B; }
.f2-contact-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 5px; color: #1E2D6B; text-transform: uppercase; margin-bottom: 24px; }
.f2-contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; max-width: 900px; margin: 60px auto 0; background: #f0f0f0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.f2-contact-block { padding: 36px 24px; background: #fff; }
.f2-contact-label { font-size: 9px; font-weight: 400; letter-spacing: 4px; color: #8a93a8; text-transform: uppercase; margin-bottom: 12px; }
.f2-contact-value { font-size: 18px; font-weight: 500; color: #1E2D6B; }
.f2-contact-value.large { font-size: 22px; font-weight: 700; }

.f2-footer { padding: 48px 56px; text-align: center; font-size: 11px; font-weight: 200; color: #888; line-height: 1.7; border-top: 1px solid #f0f0f0; }
.f2-footer .by { font-size: 9px; font-weight: 200; color: #b0b6c2; }
.f2-footer-disc { max-width: 720px; margin: 16px auto 0; font-size: 10px; color: #aaa; font-weight: 200; }

/* PAGE HERO (sub-pages) */
.f2-page-hero { padding: 100px 56px 60px; text-align: center; border-bottom: 1px solid #f0f0f0; max-width: 1100px; margin: 0 auto; }
.f2-page-hero-h1 { font-size: 56px; font-weight: 200; letter-spacing: -1px; line-height: 1.1; margin: 0 0 24px; color: #1E2D6B; }
.f2-page-hero-h1 .bold { font-weight: 800; }
.f2-page-hero-sub { font-size: 17px; font-weight: 200; color: #4a4a4a; line-height: 1.7; max-width: 680px; margin: 0 auto; }

/* WIDESCREEN IMAGE */
.f2-widescreen { width: 100%; max-width: 1300px; margin: 0 auto; padding: 40px 24px; }
.f2-widescreen img { width: 100%; height: auto; display: block; }

/* RED CALLOUT */
.f2-red-callout { max-width: 720px; margin: 48px auto 0; padding: 28px 36px; border: 1px solid #f0d2d0; background: #fdf7f7; border-radius: 16px; text-align: center; }
.f2-red-callout-label { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: 4px; color: #C8302C; text-transform: uppercase; margin-bottom: 12px; }
.f2-red-callout-dot { width: 7px; height: 7px; background: #C8302C; border-radius: 50%; animation: pulse 1.6s infinite; }
.f2-red-callout-text { font-size: 16px; font-weight: 600; color: #C8302C; line-height: 1.6; }
.f2-red-callout-text .thin { font-weight: 300; color: #7a4140; }

/* FORM CONTAINER */
.f2-form-wrap { max-width: 900px; margin: 60px auto; padding: 0 24px; }
.f2-form-frame { border: 1px solid #e8ebf0; border-radius: 16px; padding: 48px; background: #fafbfc; min-height: 600px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; color: #6b7180; text-align: center; }
.f2-form-frame iframe { width: 100%; min-height: 700px; border: 0; border-radius: 12px; background: #fff; }
.f2-form-placeholder-label { font-size: 11px; font-weight: 500; letter-spacing: 3px; color: #8a93a8; text-transform: uppercase; }
.f2-form-placeholder-text { font-size: 14px; font-weight: 300; color: #6b7180; max-width: 380px; line-height: 1.7; }

/* FACTS GRID */
.f2-facts { max-width: 1100px; margin: 60px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #f0f0f0; border: 1px solid #f0f0f0; border-radius: 16px; overflow: hidden; }
.f2-fact { background: #fff; padding: 40px 36px; }
.f2-fact-num { font-size: 11px; font-weight: 400; letter-spacing: 3px; color: #8a93a8; margin-bottom: 16px; }
.f2-fact-h { font-size: 22px; font-weight: 200; line-height: 1.3; margin-bottom: 14px; color: #1a1a1a; }
.f2-fact-h .bold { font-weight: 800; color: #1E2D6B; }
.f2-fact-body { font-size: 14px; font-weight: 300; line-height: 1.7; color: #4a4a4a; }

/* CONTACT BIG GRID */
.f2-contact-big { max-width: 1100px; margin: 60px auto; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #f0f0f0; border: 1px solid #f0f0f0; border-radius: 16px; overflow: hidden; }
.f2-contact-card { background: #fff; padding: 48px 28px; text-align: center; }
.f2-contact-card-label { font-size: 10px; font-weight: 500; letter-spacing: 3.5px; color: #8a93a8; text-transform: uppercase; margin-bottom: 16px; }
.f2-contact-card-value { font-size: 22px; font-weight: 700; color: #1E2D6B; line-height: 1.3; word-break: break-word; }
.f2-contact-card-note { font-size: 13px; font-weight: 300; color: #6b7180; margin-top: 12px; line-height: 1.6; }
.f2-contact-card-cta { display: inline-block; margin-top: 16px; font-size: 10px; font-weight: 500; letter-spacing: 3px; color: #1E2D6B; text-transform: uppercase; border-bottom: 1px solid #1E2D6B; padding-bottom: 4px; }

/* MOBILE */
@media (max-width: 900px) {
  .f2-header { grid-template-columns: 1fr; gap: 0; padding: 16px 16px 0; text-align: center; border-bottom: 0; }
  .f2-nav { gap: 0; flex-wrap: nowrap; justify-content: space-around; white-space: nowrap; background: #1E2D6B; margin: 16px -16px 0; padding: 14px 8px; width: calc(100% + 32px); }
  .f2-nav a { font-size: 10px; letter-spacing: 1.4px; font-weight: 700; color: #ffffff; padding: 4px 6px; border-bottom: 0; text-transform: uppercase; flex: 1; text-align: center; }
  .f2-nav a:hover, .f2-nav a.active { color: #ffffff; opacity: 1; background: transparent; }
  .f2-nav a.active { border-bottom: 1px solid rgba(255,255,255,0.7); border-radius: 0; }
  .f2-phone-wrap { justify-content: center; padding: 32px 0 16px; }
  .f2-hero { grid-template-columns: 1fr; min-height: auto; }
  .f2-hero-image { min-height: 360px; }
  .f2-new-badge { top: 24px; right: 16px; gap: 8px; }
  .f2-new-badge-pill { padding: 11px 18px; font-size: 11px; letter-spacing: 2.5px; }
  .f2-new-badge-label { font-size: 11px; letter-spacing: 4px; }
  .f2-hero-content { padding: 48px 24px; }
  .f2-h-main { font-size: 42px; }
  .f2-deadline-band { padding: 40px 16px; }
  .f2-deadline-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; padding: 36px 24px; border-radius: 20px; }
  .f2-deadline-text { text-align: center; }
  .f2-deadline-label::after { display: none; }
  .f2-deadline-headline { font-size: 26px; }
  .f2-deadline-date { font-size: 18px; padding: 12px 22px; }
  .f2-deadline-sub { margin: 0 auto; }
  .f2-deadline-calendar svg { max-width: 200px; }
  .f2-section { padding: 64px 24px; }
  .f2-section-h2 { font-size: 28px; }
  .f2-cta-block { padding: 64px 24px; }
  .f2-cta-block-h { font-size: 28px; }
  .f2-contact { padding: 64px 24px; }
  .f2-contact-grid { grid-template-columns: 1fr; }
  .f2-footer { padding: 32px 24px; }
  .f2-page-hero { padding: 56px 24px 32px; }
  .f2-page-hero-h1 { font-size: 32px; }
  .f2-form-frame { padding: 24px; }
  .f2-facts { grid-template-columns: 1fr; }
  .f2-contact-big { grid-template-columns: 1fr; }
}


/* ROTATING EYEBROW — vertical slide flip */
.f2-eyebrow-rotate { font-size: 14px; font-weight: 800; letter-spacing: 4px; color: #C8302C; margin-top: 4px; text-transform: uppercase; height: 24px; overflow: hidden; position: relative; text-align: center; }
.f2-eyebrow-rotate-track { position: relative; height: 24px; animation: slideRotate 6s ease-in-out infinite; }
.f2-eyebrow-rotate-line { height: 24px; line-height: 24px; display: flex; align-items: center; justify-content: center; }
.f2-eyebrow-rotate-line .num { font-size: 16px; font-weight: 800; }
@keyframes slideRotate {
  0%, 45%   { transform: translateY(0); }
  50%, 95%  { transform: translateY(-24px); }
  100%      { transform: translateY(0); }
}

@media (max-width: 420px) {
  .f2-nav { padding: 12px 4px; }
  .f2-nav a { font-size: 9px; letter-spacing: 1.1px; padding: 4px 2px; }
  .f2-header { padding: 14px 12px 0; }
  .f2-nav { margin-left: -12px; margin-right: -12px; width: calc(100% + 24px); }
}
