:root{
      --ff-blue:#2563eb;
      --ff-indigo:#4f46e5;
      --ff-purple:#7c3aed;
      --ff-gold:#ffd166;
      --ff-dark:#0f172a;
      --ff-text:#64748b;
      --ff-bg:#f8fafc;
      --ff-white:#ffffff;
      --ff-border:#e2e8f0;
      --ff-shadow:0 24px 80px rgba(15,23,42,0.10);
    }

    *{box-sizing:border-box;}

    html, body{
      margin:0;
      padding:0;
      font-family:"Manrope", Arial, sans-serif !important;
      background:var(--ff-bg);
      color:var(--ff-dark);
      scroll-behavior:smooth;
    }

    a{text-decoration:none !important;}

    /* TOP BAR */
    .top-header{
      background:#0b4f8a !important;
      color:#fff !important;
      padding:8px 0 !important;
      font-size:14px !important;
    }

    .top-head-web{
      display:flex !important;
      justify-content:space-between !important;
      align-items:center !important;
      gap:20px !important;
    }

    .top-header a{
      color:#fff !important;
      font-weight:700 !important;
      text-decoration:none !important;
    }

    .a-content{
      display:flex !important;
      align-items:center !important;
      gap:24px !important;
    }

    .a-content i{margin-right:7px !important;}

    .socail-media-account a,
    .link-in{
      width:34px !important;
      height:34px !important;
      display:inline-flex !important;
      align-items:center !important;
      justify-content:center !important;
      background:#061b2d !important;
      color:#fff !important;
      border-radius:8px !important;
      margin-left:6px !important;
      transition:.25s ease !important;
    }

    .socail-media-account a:hover,
    .link-in:hover{
      background:#00aeef !important;
      transform:translateY(-2px) !important;
    }

    /* NAVBAR */
    .navbar{
      background:#ffffff !important;
      padding:14px 28px !important;
      box-shadow:0 8px 28px rgba(15,23,42,.08) !important;
      position:sticky !important;
      top:0 !important;
      z-index:999 !important;
    }

    .navbar-brand img{
      width:105px !important;
      height:auto !important;
    }

    .navbar-nav{
      gap:10px !important;
      align-items:center !important;
    }

    .navbar-nav .nav-link{
      color:#111827 !important;
      font-size:14px !important;
      font-weight:800 !important;
      padding:10px 8px !important;
      border-radius:8px !important;
      transition:.25s ease !important;
    }

    .navbar-nav .nav-link:hover{
      color:#00aeef !important;
      background:#f1f7fb !important;
    }

    .dropdown-menu{
      border:0 !important;
      border-radius:14px !important;
      box-shadow:0 18px 45px rgba(15,23,42,.14) !important;
      padding:10px !important;
    }

    .dropdown-item{
      font-size:14px !important;
      font-weight:700 !important;
      padding:10px 14px !important;
      border-radius:8px !important;
    }

    .dropdown-item:hover{
      background:#f1f7fb !important;
      color:#00aeef !important;
    }

    .call-action{
      background:#0b4f8a !important;
      color:#fff !important;
      padding:12px 20px !important;
      border-radius:10px !important;
      font-weight:800 !important;
      text-decoration:none !important;
      box-shadow:0 8px 20px rgba(11,79,138,.22) !important;
      white-space:nowrap !important;
    }

    .call-action:hover{
      background:#00aeef !important;
      color:#fff !important;
    }

    /* HERO */
    .cert-hero{
      position:relative;
      overflow:hidden;
      padding:110px 20px 96px;
      background:
        radial-gradient(circle at 12% 18%, rgba(255,209,102,0.20), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(124,58,237,0.28), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 48%, #4f46e5 100%);
      color:#fff;
    }

    .cert-hero-container{
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:54px;
      align-items:center;
      position:relative;
      z-index:2;
    }

    .cert-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,255,255,0.12);
      border:1px solid rgba(255,255,255,0.18);
      color:#e0e7ff;
      font-size:12px;
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      margin-bottom:22px;
    }

    .cert-hero h1{
      font-size:clamp(42px, 5vw, 72px);
      line-height:1.02;
      font-weight:900;
      letter-spacing:-0.065em;
      margin:0 0 20px;
      color:#fff;
    }

    .cert-hero h1 span{color:var(--ff-gold);}

    .cert-hero p{
      max-width:680px;
      font-size:17px;
      line-height:1.85;
      color:rgba(255,255,255,0.86);
      margin:0 0 32px;
    }

    .cert-hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
    }

    .ff-btn-primary,
    .ff-btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      border-radius:14px;
      padding:15px 22px;
      font-size:14px;
      font-weight:900;
      transition:.28s ease;
    }

    .ff-btn-primary{
      background:var(--ff-gold);
      color:#111827 !important;
      box-shadow:0 18px 42px rgba(255,209,102,.28);
    }

    .ff-btn-primary:hover{
      transform:translateY(-3px);
      box-shadow:0 26px 60px rgba(255,209,102,.36);
    }

    .ff-btn-secondary{
      background:rgba(255,255,255,0.10);
      color:#fff !important;
      border:1px solid rgba(255,255,255,0.22);
      backdrop-filter:blur(12px);
    }

    .ff-btn-secondary:hover{
      background:rgba(255,255,255,0.16);
      transform:translateY(-3px);
    }

    .cert-hero-card{
      background:rgba(255,255,255,0.12);
      border:1px solid rgba(255,255,255,0.18);
      border-radius:32px;
      padding:30px;
      backdrop-filter:blur(16px);
      box-shadow:0 34px 90px rgba(0,0,0,.25);
    }

    .cert-hero-card h3{
      color:#fff;
      font-size:22px;
      font-weight:900;
      letter-spacing:-0.035em;
      margin:0 0 18px;
    }

    .cert-trust-list{
      display:grid;
      gap:14px;
    }

    .cert-trust-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,0.08);
      border:1px solid rgba(255,255,255,0.12);
    }

    .cert-trust-item i{
      width:34px;
      height:34px;
      border-radius:12px;
      background:rgba(255,209,102,0.18);
      color:var(--ff-gold);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }

    .cert-trust-item strong{
      display:block;
      color:#fff;
      font-size:14px;
      font-weight:900;
      margin-bottom:3px;
    }

    .cert-trust-item span{
      display:block;
      color:rgba(255,255,255,.74);
      font-size:13px;
      line-height:1.55;
    }

    /* CERTIFICATES */
    .cert-section{
      padding:92px 20px 96px;
      background:
        radial-gradient(circle at 12% 10%, rgba(79,70,229,.08), transparent 28%),
        radial-gradient(circle at 90% 12%, rgba(255,209,102,.12), transparent 26%),
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    }

    .cert-container{
      max-width:1180px;
      margin:0 auto;
    }

    .cert-head{
      max-width:820px;
      margin:0 auto 48px;
      text-align:center;
    }

    .cert-head .mini{
      display:inline-flex;
      padding:8px 14px;
      border-radius:999px;
      background:#eef2ff;
      color:var(--ff-indigo);
      border:1px solid #c7d2fe;
      font-size:12px;
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      margin-bottom:14px;
    }

    .cert-head h2{
      font-size:clamp(34px, 4vw, 54px);
      line-height:1.08;
      font-weight:900;
      letter-spacing:-0.06em;
      color:var(--ff-dark);
      margin:0 0 16px;
    }

    .cert-head p{
      color:var(--ff-text);
      font-size:16px;
      line-height:1.8;
      margin:0;
    }

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

    .cert-card{
      position:relative;
      background:#fff;
      border:1px solid var(--ff-border);
      border-radius:30px;
      overflow:hidden;
      box-shadow:0 18px 48px rgba(15,23,42,0.07);
      transition:.28s ease;
      cursor:pointer;
    }

    .cert-card:hover{
      transform:translateY(-7px);
      box-shadow:0 34px 82px rgba(79,70,229,.14);
      border-color:rgba(79,70,229,.30);
    }

    .cert-image{
      position:relative;
      height:430px;
      overflow:hidden;
      background:#eef2f7;
    }

    .cert-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:top center;
      display:block;
      transition:.35s ease;
    }

    .cert-card:hover .cert-image img{
      transform:scale(1.035);
    }

    .cert-badge{
      position:absolute;
      top:18px;
      left:18px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(15,23,42,.82);
      color:#fff;
      font-size:12px;
      font-weight:900;
      letter-spacing:.07em;
      text-transform:uppercase;
      backdrop-filter:blur(10px);
    }

    .cert-body{
      padding:24px;
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:18px;
    }

    .cert-body h3{
      color:#0f172a;
      font-size:22px;
      font-weight:900;
      letter-spacing:-0.04em;
      line-height:1.22;
      margin:0 0 7px;
    }

    .cert-body p{
      color:#64748b;
      font-size:14px;
      line-height:1.65;
      margin:0;
    }

    .cert-open{
      width:46px;
      height:46px;
      border-radius:16px;
      background:#eef2ff;
      color:#4f46e5;
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      transition:.25s ease;
    }

    .cert-card:hover .cert-open{
      background:#4f46e5;
      color:#fff;
      transform:translateY(-2px);
    }

    .cert-card.featured{
      grid-column:span 2;
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      align-items:stretch;
    }

    .cert-card.featured .cert-image{
      height:520px;
    }

    .cert-card.featured .cert-body{
      align-items:flex-end;
      padding:36px;
      background:
        radial-gradient(circle at 85% 10%, rgba(124,58,237,.08), transparent 28%),
        linear-gradient(180deg,#fff 0%,#fbfdff 100%);
    }

    .cert-card.featured .cert-body h3{
      font-size:34px;
      letter-spacing:-0.055em;
    }

    /* MODAL */
    .cert-modal{
      display:none;
      position:fixed;
      inset:0;
      z-index:99999;
      background:rgba(2,6,23,.92);
      backdrop-filter:blur(8px);
      align-items:center;
      justify-content:center;
      padding:24px;
    }

    .cert-modal.active{
      display:flex;
    }

    .cert-modal-box{
      width:min(1100px, 96vw);
      height:min(86vh, 860px);
      background:#0f172a;
      border-radius:24px;
      overflow:hidden;
      position:relative;
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 30px 100px rgba(0,0,0,.45);
    }

    .cert-modal iframe{
      width:100%;
      height:100%;
      border:0;
      background:#fff;
    }

    .modal-close{
      position:absolute;
      top:16px;
      right:16px;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.20);
      background:rgba(15,23,42,.82);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:26px;
      font-weight:900;
      cursor:pointer;
      z-index:5;
      transition:.25s ease;
    }

    .modal-close:hover{
      background:#4f46e5;
      transform:translateY(-2px);
    }

    /* CTA */
    .cert-cta{
      padding:92px 20px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,209,102,.18), transparent 30%),
        linear-gradient(135deg,#1e3a8a,#4f46e5 55%,#7c3aed);
      color:#fff;
      text-align:center;
    }

    .cert-cta-inner{
      max-width:850px;
      margin:0 auto;
    }

    .cert-cta h2{
      font-size:clamp(34px,4vw,56px);
      font-weight:900;
      letter-spacing:-0.06em;
      line-height:1.08;
      color:#fff;
      margin:0 0 16px;
    }

    .cert-cta p{
      color:rgba(255,255,255,.84);
      font-size:17px;
      line-height:1.8;
      margin:0 0 32px;
    }

    /* FOOTER */
    .site-footer{
      background:#07111f;
      color:#cbd5e1;
      padding:70px 20px 28px;
    }

    .footer-container{
      max-width:1180px;
      margin:0 auto;
    }

    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr .8fr 1fr;
      gap:42px;
      margin-bottom:34px;
    }

    .footer-col h4{
      color:#fff;
      font-size:18px;
      font-weight:900;
      margin-bottom:16px;
      letter-spacing:-0.03em;
    }

    .footer-col p,
    .footer-col li,
    .footer-col a{
      color:#cbd5e1 !important;
      font-size:14px;
      line-height:1.8;
    }

    .footer-col ul{
      list-style:none;
      padding:0;
      margin:0;
    }

    .footer-socials{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }

    .footer-socials a{
      width:36px;
      height:36px;
      border-radius:10px;
      background:#132238;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff !important;
      font-weight:900;
    }

    .footer-disclaimer{
      border-top:1px solid rgba(255,255,255,.10);
      padding-top:24px;
      color:#94a3b8;
      font-size:13px;
      line-height:1.7;
    }

    .footer-bottom,
    .footer-bottom-links{
      text-align:center;
      margin-top:18px;
    }

    .footer-bottom a,
    .footer-bottom-links a{
      color:#94a3b8 !important;
      font-size:13px;
      margin:0 10px;
    }

    .float{
      position:fixed;
      width:58px;
      height:58px;
      bottom:28px;
      right:28px;
      background:#25d366;
      color:#fff !important;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      z-index:9999;
      box-shadow:0 16px 42px rgba(37,211,102,.36);
      transition:.25s ease;
    }

    .float:hover{
      transform:translateY(-4px);
      color:#fff !important;
    }

    /* FONT AWESOME FIX */
    .fa,
    .fas,
    .fa-solid,
    .fa-regular,
    .far {
      font-family: "Font Awesome 6 Free" !important;
      font-weight: 900 !important;
    }

    .fab,
    .fa-brands {
      font-family: "Font Awesome 6 Brands" !important;
      font-weight: 400 !important;
    }

    .fa::before,
    .fas::before,
    .fa-solid::before,
    .fa-regular::before,
    .far::before,
    .fab::before,
    .fa-brands::before {
      font-family: inherit !important;
    }

    @media(max-width:1050px){
      .cert-hero-container{
        grid-template-columns:1fr;
      }

      .cert-card.featured{
        grid-template-columns:1fr;
      }

      .cert-card.featured .cert-image{
        height:430px;
      }

      .footer-grid{
        grid-template-columns:1fr;
      }
    }

    @media(max-width:760px){
      .top-head-web,
      .a-content{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:8px !important;
      }

      .navbar{
        padding:12px 16px !important;
      }

      .cert-hero{
        padding:76px 16px 72px;
      }

      .cert-hero-actions{
        flex-direction:column;
      }

      .ff-btn-primary,
      .ff-btn-secondary{
        width:100%;
      }

      .cert-section{
        padding:64px 16px;
      }

      .cert-grid{
        grid-template-columns:1fr;
      }

      .cert-card.featured{
        grid-column:span 1;
      }

      .cert-image,
      .cert-card.featured .cert-image{
        height:320px;
      }

      .cert-card.featured .cert-body{
        padding:24px;
      }

      .cert-card.featured .cert-body h3{
        font-size:25px;
      }

      .cert-body{
        flex-direction:column;
      }

      .cert-open{
        width:100%;
      }

      .cert-cta{
        padding:70px 16px;
      }

      .float{
        width:52px;
        height:52px;
        right:18px;
        bottom:18px;
      }
    }
