/* Preview redesign layer: public and authentication surfaces only. */
:root {
  --fp-ink: #10233f;
  --fp-muted: #52637a;
  --fp-brand: #1967d2;
  --fp-brand-strong: #114eaa;
  --fp-surface: #ffffff;
  --fp-canvas: #f5f8fc;
  --fp-line: #dbe5f1;
  --fp-radius: 14px;
  --fp-shadow: 0 16px 38px rgba(18, 48, 91, .10);
}
html { scroll-behavior: smooth; }
body { background: var(--fp-canvas); color: var(--fp-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: var(--fp-brand); }
a:hover, a:focus { color: var(--fp-brand-strong); }
h1, h2, h3, h4, h5, h6 { color: var(--fp-ink); font-weight: 750; letter-spacing: -.025em; line-height: 1.16; }
h1 { font-size: clamp(2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.45rem); }
p { color: var(--fp-muted); }
.container { width: min(100% - 40px, 1180px); }
.navbar { min-height: 76px; margin: 0; border: 0; border-bottom: 1px solid var(--fp-line); border-radius: 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(16,35,63,.02); }
.navbar .container { display: flex; align-items: center; min-height: 76px; }
.navbar-brand { display: flex; align-items: center; max-width: 190px; height: auto; padding: 0; margin: 0 !important; color: var(--fp-ink) !important; font-size: 1.25rem; font-weight: 800; }
.navbar-brand img { display: block; width: auto; max-width: 100%; max-height: 42px; object-fit: contain; }
.navbar-toggle { margin: 0 0 0 auto; border-color: var(--fp-line); border-radius: 8px; }
.navbar-toggle .icon-bar { background: var(--fp-brand); }
.navbar-collapse { border: 0; box-shadow: none; }
.navbar-nav { margin: 0 0 0 auto; }
.navbar-nav > li > a, .navbar-nav > li > a:focus { padding: 27px 13px; color: #30445f; font-size: .94rem; font-weight: 650; }
.navbar-nav > li > a:hover, .navbar-nav > li.active > a { color: var(--fp-brand); background: transparent; }
.navbar-icon { margin-right: 6px; color: var(--fp-brand); }
.dropdown-menu { min-width: 210px; padding: 8px; border: 1px solid var(--fp-line); border-radius: 10px; box-shadow: var(--fp-shadow); }
.dropdown-menu > li > a { padding: 9px 12px; border-radius: 7px; color: #30445f; }
.dropdown-menu > li > a:hover { color: var(--fp-brand); background: #edf5ff; }
.btn { min-height: 44px; padding: 11px 18px; border-radius: 9px; font-size: .95rem; font-weight: 700; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.btn-primary, .btn-success { border-color: var(--fp-brand); background: var(--fp-brand); }
.btn-primary:hover, .btn-primary:focus, .btn-success:hover, .btn-success:focus { border-color: var(--fp-brand-strong); background: var(--fp-brand-strong); box-shadow: 0 9px 20px rgba(25,103,210,.22); transform: translateY(-1px); }
.btn-default { border-color: var(--fp-line); color: #29415f; background: #fff; }
.btn-default:hover { border-color: #b8c8dc; color: var(--fp-brand); background: #f8fbff; }
.form-control, select.form-control { min-height: 46px; border: 1px solid #cbd9e8; border-radius: 9px; color: var(--fp-ink); font-size: 16px; box-shadow: none; }
.form-control:focus { border-color: var(--fp-brand); outline: 0; box-shadow: 0 0 0 3px rgba(25,103,210,.14); }
.control-label, label { color: #29415f; font-size: .92rem; font-weight: 700; }
.well, .card, .panel, .auth-card, .login-box, .register-box { border: 1px solid var(--fp-line); border-radius: var(--fp-radius); background: var(--fp-surface); box-shadow: var(--fp-shadow); }
.well { padding: clamp(24px, 4vw, 48px); }
.table-responsive { border: 1px solid var(--fp-line); border-radius: 12px; background: #fff; }
.table { margin: 0; color: #31445e; font-size: .94rem; }
.table > thead > tr > th { border-bottom: 1px solid var(--fp-line); color: #5b6d84; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.table > tbody > tr > td { border-top-color: #e9eff6; vertical-align: middle; }
.welcome, .why-us, .section, .landing-section { padding: clamp(48px, 8vw, 100px) 0; }
.welcome { background: linear-gradient(135deg, #f6faff 0%, #eef5ff 100%); }
.welcome__title, h1.welcome__title { max-width: 780px; margin: 0 0 18px; color: var(--fp-ink); font-size: clamp(2.25rem, 5vw, 4.35rem); line-height: 1.04; }
.welcome__tagline { max-width: 650px; color: var(--fp-muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.7; }
.welcome__left .btn { margin-top: 10px; }
.image-container, .welcome__image { overflow: hidden; border: 1px solid #d7e5f5; border-radius: 18px; box-shadow: 0 22px 48px rgba(17,78,170,.13); }
.image-container img, .welcome__image img { width: 100%; height: auto; object-fit: cover; }
.why-us__right, .why-us__left, .why-followspanel { border: 1px solid var(--fp-line); border-radius: 18px; background: #fff; box-shadow: var(--fp-shadow); }
.why-us__right, .why-us__left { padding: clamp(26px, 5vw, 56px); }
.why-us__subtitle, .subtitle { font-size: clamp(1.55rem, 3vw, 2.35rem) !important; color: var(--fp-ink); line-height: 1.18; }
.why-us__text, .text { max-width: 720px; color: var(--fp-muted); font-size: 1rem !important; line-height: 1.75 !important; }
.fp-footer { margin-top: 0; padding: 64px 0 0; color: #cfdbeb; background: #10233f; }
.fp-footer h4 { color: #fff; font-size: .92rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.fp-footer a { color: #cfdbeb; }
.fp-footer a:hover { color: #fff; }
.fp-footer-inner { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 36px; }
.fp-footer-logo { display: inline-flex; max-width: 160px; color: #fff; font-weight: 800; }
.fp-footer-logo img { max-height: 38px; max-width: 160px; object-fit: contain; }
.fp-footer-tagline { max-width: 300px; color: #aabbd0; }
.fp-footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.fp-footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(207,219,235,.24); border-radius: 50%; }
.fp-footer-col { display: grid; align-content: start; gap: 9px; }
.fp-footer-bottom { margin-top: 44px; padding: 18px 0; border-top: 1px solid rgba(207,219,235,.16); color: #aabbd0; font-size: .88rem; }
@media (max-width: 767px) {
  .container { width: min(100% - 28px, 1180px); }
  .navbar, .navbar .container { min-height: 64px; }
  .navbar-header { width: 100%; }
  .navbar-brand { max-width: 155px; min-height: 64px; }
  .navbar-brand img { max-height: 34px; }
  .navbar-collapse { width: 100%; background: #fff; border-top: 1px solid var(--fp-line); }
  .navbar-nav { margin: 8px 0 14px; }
  .navbar-nav > li > a, .navbar-nav > li > a:focus { padding: 11px 4px; }
  .welcome, .why-us, .section, .landing-section { padding: 48px 0; }
  .welcome__left { text-align: left; }
  .welcome__title { font-size: 2.4rem !important; }
  .image-container, .welcome__image { margin-top: 30px; }
  .well { padding: 22px 18px; }
  .fp-footer { padding-top: 44px; }
  .fp-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .fp-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 420px) {
  .fp-footer-inner { grid-template-columns: 1fr; }
  .fp-footer-brand { grid-column: auto; }
  .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
