:root {
      --fp-bg: #f8fbf9;
      --fp-surface: #ffffff;
      --fp-text: #101714;
      --fp-muted: #5f6b65;
      --fp-line: #dfe8e2;
      --fp-line-strong: #c8d8cf;
      --fp-accent: #184f39;
      --fp-accent-2: #2c7a59;
      --fp-accent-soft: #ecf5f0;
      --fp-shadow: 0 12px 40px rgba(16, 23, 20, 0.06);
      --fp-radius: 24px;
      --fp-radius-lg: 36px;
    }

    html { scroll-behavior: smooth; }
    body {
      background: linear-gradient(180deg, #fbfdfc 0%, #f5faf7 100%);
      color: var(--fp-text);
      letter-spacing: -0.01em;
      font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;

    font-style: normal;

    }
    .manrope-thin {
    font-family: "Manrope", serif;
    font-weight: 100;
    font-style: normal;
  }
  
.manrope-extralight {
  font-family: "Manrope", serif;
  font-weight: 200;
  font-style: normal;
}

.manrope-light {
  font-family: "Manrope", serif;
  font-weight: 300;
  font-style: normal;
}

.manrope-regular {
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: normal;
}

.manrope-medium {
  font-family: "Manrope", serif;
  font-weight: 500;
  font-style: normal;
}

.manrope-semibold {
  font-family: "Manrope", serif;
  font-weight: 600;
  font-style: normal;
}

.manrope-bold {
  font-family: "Manrope", serif;
  font-weight: 700;
  font-style: normal;
}

.manrope-extrabold {
  font-family: "Manrope", serif;
  font-weight: 800;
  font-style: normal;
}

.manrope-black {
  font-family: "Manrope", serif;
  font-weight: 900;
  font-style: normal;
}

.manrope-thin-italic {
  font-family: "Manrope", serif;
  font-weight: 100;
  font-style: italic;
}

.manrope-extralight-italic {
  font-family: "Manrope", serif;
  font-weight: 200;
  font-style: italic;
}

.manrope-light-italic {
  font-family: "Manrope", serif;
  font-weight: 300;
  font-style: italic;
}

.manrope-regular-italic {
  font-family: "Manrope", serif;
  font-weight: 400;
  font-style: italic;
}

.manrope-medium-italic {
  font-family: "Manrope", serif;
  font-weight: 500;
  font-style: italic;
}

.manrope-semibold-italic {
  font-family: "Manrope", serif;
  font-weight: 600;
  font-style: italic;
}

.manrope-bold-italic {
  font-family: "Manrope", serif;
  font-weight: 700;
  font-style: italic;
}

.manrope-extrabold-italic {
  font-family: "Manrope", serif;
  font-weight: 800;
  font-style: italic;
}

.manrope-black-italic {
  font-family: "Manrope", serif;
  font-weight: 900;
  font-style: italic;
}


    .navbar-glass {
      /*backdrop-filter: blur(12px);*/
      background: rgba(255,255,255,0);
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 14px 14px 14px 6px;
      background: linear-gradient(135deg, var(--fp-accent), #113729);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: 800;
      box-shadow: var(--fp-shadow);
    }
    .btn-dark{
      border-radius: 999px;
      padding: 0.85rem 1.3rem;
      font-weight: 600;
    }
    .btn-primary {
      background: var(--fp-accent);
      border-color: var(--fp-accent);
      border-radius: 999px;
      padding: 0.85rem 1.3rem;
      font-weight: 600;
    }

    .btn-primary:hover,
    .btn-primary:focus {
      background: #123d2d;
      border-color: #123d2d;
    }

    .btn-outline-dark,
    .btn-outline-secondary {
      border-radius: 999px;
      padding: 0.85rem 1.5rem;
      font-weight: 600;
    }
    .hero-title{
      font-size: 120px;
      font-size: clamp(3.25rem,calc(-.29545rem + 12.72727vw),6.125rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.05;
    }
    .section-pad { padding: 5.5rem 0; }
    .section-title {
      font-size: clamp(2rem, 3.8vw, 3.35rem);
      line-height: 1.02;
      letter-spacing: -0.04em;
      font-weight: 800;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .5rem .8rem;
      border: 1px solid var(--fp-line);
      background: linear-gradient(275deg, rgba(171, 140, 231, .20) 0%, rgba(0, 219, 255, .20) 50%, rgba(175, 244, 160, .20) 100%);
      color: var(--fp-accent);
      border-radius: 999px;
      font-size: .9rem;
      font-weight: 600;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--fp-accent-2);
      box-shadow: 0 0 0 5px rgba(44, 122, 89, 0.12);
    }

    .hero {
      position: relative;
      padding-top: 6rem;
      padding-bottom: 8rem;
      overflow: hidden;
      /*background: linear-gradient(90deg, rgba(31, 240, 205, 0.45) 0%, transparent 60%);*/
       background: radial-gradient(circle at 20% 30%, rgba(0,150,120,0.25), transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(0,200,150,0.2), transparent 50%),
              linear-gradient(135deg, #c8f1e4 0%, #eafaf5 100%);
    }
    .hero-card, .soft-card, .feature-card, .use-card, .preview-shell, .compare-card {
      background: rgba(255,255,255,0.9);
      border: 1px solid var(--fp-line);
      box-shadow: var(--fp-shadow);
    }

    .hero-card {
      border-radius: 30px 30px 18px 30px;
      padding: 2rem;
      position: relative;
    }

    .hero-panel, .preview-panel {
      background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
      border: 1px solid var(--fp-line);
      border-radius: 24px;
    }
    .image-card{
      border-radius: 18px;
      overflow: hidden;
      
    }
    
    .mock-topbar {
      display: flex;
      gap: .4rem;
      align-items: center;
      padding: .85rem 1rem;
      border-bottom: 1px solid var(--fp-line);
    }

    .mock-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d1ddd6;
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
      margin-top: 1.5rem;
      justify-content: center;
    }

    .trust-pill {
      padding: .72rem .95rem;
      border-radius: 999px;
      border: 1px solid var(--fp-line);
      background: rgba(255,255,255,0.85);
      color: #304039;
      font-weight: 600;
      font-size: .92rem;
    }

    .metric-chip {
      background: var(--fp-accent-soft);
      border: 1px solid #d5e7dd;
      color: var(--fp-accent);
      border-radius: 999px;
      padding: .45rem .75rem;
      font-weight: 600;
      font-size: .86rem;
    }

    .soft-card {
      border-radius: 24px 24px 24px 10px;
      padding: 1.45rem;
      height: 100%;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .soft-card:hover,
    .feature-card:hover,
    .use-card:hover,
    .compare-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 46px rgba(16, 23, 20, 0.08);
      border-color: var(--fp-line-strong);
    }

    .icon-badge {
      width: 48px;
      height: 48px;
      border-radius: 16px 16px 16px 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--fp-accent-soft);
      color: var(--fp-accent);
      font-weight: 800;
      border: 1px solid #d8e6df;
      margin-bottom: 1rem;
    }

    .feature-card, .use-card, .compare-card {
      border-radius: 24px;
      padding: 1.5rem;
      height: 100%;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .step-card {
      position: relative;
      background: rgba(255,255,255,0.75);
      border: 1px solid var(--fp-line);
      border-radius: 24px 24px 24px 10px;
      padding: 1.5rem;
      height: 100%;
    }

    .step-no {
      width: 42px;
      height: 42px;
      border-radius: 14px 14px 14px 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      background: var(--fp-text);
      color: white;
      margin-bottom: 1rem;
    }

    .compare-list li, .check-list li {
      margin-bottom: .75rem;
      color: #314038;
    }

    .preview-shell {
      border-radius: 34px;
      padding: 1rem;
      overflow: hidden;
    }

    .mini-card {
      background: white;
      border: 1px solid var(--fp-line);
      border-radius: 18px;
      padding: 1rem;
      height: 100%;
    }

    .status-good {
      color: #196b49;
      background: #eaf7f0;
      border: 1px solid #d5e7dd;
      padding: .35rem .6rem;
      border-radius: 999px;
      font-size: .8rem;
      font-weight: 700;
    }

     .trust-strip {
      background: #F4F7F7;
      color: #003655;
      border-top: 1px solid var(--fp-line);
      border-bottom: 1px solid var(--fp-line);
    }

    .trust-item {
      padding: 1.15rem 0;
      color: #003655;
      font-weight: 500;
    }

    .faq-wrap .accordion-item {
      border: 1px solid var(--fp-line);
      border-radius: 18px !important;
      overflow: hidden;
      box-shadow: none;
      background: rgba(255,255,255,0.75);
    }

    .faq-wrap .accordion-button {
      font-weight: 700;
      color: var(--fp-text);
      background: transparent;
      box-shadow: none;
      padding: 1.2rem 1.25rem;
    }

    .faq-wrap .accordion-button:not(.collapsed) {
      background: var(--fp-accent-soft);
      color: var(--fp-accent);
    }

    .cta-panel {
      background: linear-gradient(135deg, #003554 0%, #212529 70%, #00c2af 100%);
      color: white;
      border-radius: 40px 40px 20px 40px;
      padding: 3rem;
      box-shadow: 0 18px 70px rgba(24,79,57,0.22);
    }

    .cta-panel .btn-light {
      border-radius: 999px;
      padding: 0.85rem 1.3rem;
      font-weight: 700;
    }

    footer {
      color: #4f5c56;
    }

    .footer-link {
      color: #4f5c56;
      text-decoration: none;
    }

    .footer-link:hover { color: var(--fp-accent); }

    .social-pill {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--fp-line);
      border-radius: 999px;
      color: var(--fp-text);
      text-decoration: none;
      background: white;
    }

    .muted { color: var(--fp-muted); }
    #mainimage{
      margin-top: -80px;
      z-index: 99;
      position: relative;
    }
    .imagebig img{
      display: block;
      margin: auto;
    }
    .green-grad{
      background: linear-gradient(275deg, rgba(171, 140, 231, .20) 0%, rgba(0, 219, 255, .20) 50%, rgba(175, 244, 160, .20) 100%);
    }
    #mainNavWrap{
      padding: 0;
    }
    #mainNavWrap a{
      font-weight: 700;
      color: #003655;
    }
    @media (max-width: 991.98px) {
      .hero { padding-top: 7rem; }
      .section-pad { padding: 4.5rem 0; }
      .cta-panel { padding: 2rem; }
    }

    /* =========================
   FlaviaPay Footer - Style 2
   ========================= */

.footer-section.style-2 {
    position: relative;
    padding: 80px 0 32px;
    background: linear-gradient(180deg, #f3f8f6 0%, #eef6f3 100%);
    border-top: 1px solid rgba(8, 34, 64, 0.08);
    overflow: hidden;
}

.footer-section.style-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(17, 191, 182, 0.08), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(26, 86, 219, 0.05), transparent 28%);
    pointer-events: none;
}

.footer-section.style-2 .container {
    position: relative;
    z-index: 2;
}

/* Main wrapper */
.footer-menu-wrap {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 40px;
    border: 1px solid rgba(8, 34, 64, 0.08);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow:
        0 10px 30px rgba(10, 37, 64, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

/* Top contact area */
.footer-contact-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(8, 34, 64, 0.08);
}

.footer-contact-wrap .title-area {
    max-width: 520px;
}

.footer-contact-wrap .footer-logo {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(135deg, #08c7b5 0%, #12a6c7 100%);
    color: #ffffff;
    font-size: 1.6rem;
    box-shadow: 0 10px 22px rgba(8, 199, 181, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.footer-contact-wrap .footer-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 199, 181, 0.24);
}

.footer-contact-wrap .title-area h2 {
    margin: 0;
    font-size: clamp(1.7rem, 2.4vw, 2.7rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #082240;
}

/* Contact list */
.contact-list {
    margin: 0;
    padding: 0;
    min-width: 260px;
}

.contact-list .single-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(8, 34, 64, 0.08);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(222, 248, 242, 0.9) 0%, rgba(240, 245, 255, 0.85) 100%);
}

.contact-list .icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #082240;
    color: #ffffff;
    font-size: 1rem;
}

.contact-list .content a {
    color: #082240;
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
    transition: color 0.2s ease;
}

.contact-list .content a:hover {
    color: #0aaea5;
}

/* Footer widgets row */
.footer-section.style-2 .row.gy-5 {
    align-items: flex-start;
}

.footer-widget {
    height: 100%;
}

.footer-widget .widget-title {
    min-height: 12px;
    margin-bottom: 10px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 12px;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #082240;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-widget ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1.5px;
    background: linear-gradient(90deg, #08c7b5, #97aef8);
    transition: width 0.22s ease;
}

.footer-widget ul li a:hover {
    color: #0aaea5;
    transform: translateX(2px);
}

.footer-widget ul li a:hover::after {
    width: 100%;
}

/* Disclaimer */
.footer-widget small,
.footer-widget .text-secondary {
    display: block;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(8, 34, 64, 0.72) !important;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(8, 34, 64, 0.06);
    border-radius: 20px;
    padding: 20px 22px;
}

/* Divider */
.divider-line {
    display: block;
    width: 100%;
    height: 10px;
    margin: 28px 0 20px;
    fill: rgba(8, 34, 64, 0.14);
    opacity: 0.9;
}

/* Bottom area */
.copyright-and-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.copyright-and-social-area p {
    margin: 0;
    color: rgba(8, 34, 64, 0.78);
    font-size: 0.95rem;
    font-weight: 500;
}

.copyright-and-social-area p a {
    color: #082240;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.copyright-and-social-area p a:hover {
    color: #0aaea5;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-list li a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid rgba(8, 34, 64, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: #082240;
    font-size: 1.1rem;
    transition:
        transform 0.22s ease,
        background 0.22s ease,
        color 0.22s ease,
        box-shadow 0.22s ease;
}

.social-list li a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #0dc7b5 0%, #0d9fd3 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(13, 167, 190, 0.22);
}

/* Responsive */
@media (max-width: 991.98px) {
    .footer-section.style-2 {
        padding: 64px 0 28px;
    }

    .footer-menu-wrap {
        padding: 28px;
        border-radius: 24px;
        gap: 32px;
    }

    .footer-contact-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-list {
        width: 100%;
        min-width: unset;
    }

    .contact-list .single-contact {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer-section.style-2 {
        padding: 52px 0 24px;
    }

    .footer-menu-wrap {
        padding: 22px;
        border-radius: 22px;
    }

    .footer-contact-wrap .title-area h2 {
        font-size: 2rem;
    }

    .footer-widget small,
    .footer-widget .text-secondary {
        font-size: 0.92rem;
        line-height: 1.7;
        padding: 16px 18px;
    }

    .copyright-and-social-area {
        flex-direction: column;
        align-items: flex-start;
    }
}