
@import 'bootstrap.min.css';
@import 'normalize.css';
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FiraGO-Regular.ttf) format('woff');
  }
  @font-face {
    font-family: "Gilroy GEO Heavy";
    src: url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.eot");
    src: url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e8265e33dfba2c2751ec163c68553e74.svg#Gilroy GEO Heavy")format("svg");
}
  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'FiraGO';
   
     }
     
     h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
       /* font-feature-settings: 'case' off; */
       font-family: "FiraGO";
     }
   
     :root{
      --nav-blue:#21357D;   /* main bar */
      --nav-blue-2:#1a336a; /* bottom strip */
      --text:#ffffff;
      --bg1:#1e3a7b;
      --bg2:#223f86;
      --white:#ffffff;
      --muted:rgba(255,255,255,.78);
      --accent:#ffb12a;
      --divider:rgba(255,255,255,.25);
      --card-shadow: 0 16px 34px rgba(15,23,42,.14);
      --radius: 14px;
      --footer:#203a7a;
      --footer-2:#1b326b;
      /* --text:rgba(255,255,255,.92); */
      --muted:rgba(255,255,255,.72);
      --line:rgba(255,255,255,.18);
      --hover:#ffffff;
      --accent:#ffb12a;
      --blue:#21357D;
      --card:#ffffff;
      --chip:#eef1f6;
      --shadow: 0 14px 40px rgba(15,23,42,.12);
    }

    /* bar */
    .tr-navbar{
      background: var(--nav-blue);
      position: relative;
      box-shadow: 0px 4px 22px 0px #14141433;

    }
   

  
    .tr-navbar .navbar-inner{
      min-height: 78px;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    /* links */
    .tr-navbar .nav-link{
      color: rgba(255,255,255,.92);
      font-weight: 500;
      font-size: 18px;
      letter-spacing: .2px;
      padding: .6rem 1.25rem;
      position: relative;
      transition: .2s ease;
    }
    .tr-navbar .nav-link:hover,
    .tr-navbar .nav-link:focus{
      color: #fff;
      transform: translateY(-1px);
    }

    /* logo block */
    .tr-brand{
      display:flex;
      align-items:center;
      gap:14px;
      text-decoration:none;
    }
    .tr-logo{
      width: 120px;
      height: 48px;
      display:block;
    }
    .tr-sub{
      font-size: 12px;
      letter-spacing: 2.2px;
      color: rgba(255,255,255,.9);
      margin-top: 2px;
    }

    /* language */
    .lang-btn{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      text-decoration:none;
      padding: .45rem .75rem;
      border-radius: 999px;
      transition:.2s ease;
      white-space: nowrap;
    }
    .lang-btn:hover{ background: rgba(255,255,255,.10); color:#fff; }

    .flag{
      width: 26px;
      height: 26px;
      border-radius: 50%;
      overflow:hidden;
      border: 2px solid rgba(255,255,255,.85);
      box-shadow: 0 6px 14px rgba(0,0,0,.18);
      flex: 0 0 auto;
    }

    /* mobile toggler */
    .navbar-dark .navbar-toggler{
      border-color: rgba(255,255,255,.35);
    }
    .navbar-dark .navbar-toggler:focus{
      box-shadow: 0 0 0 .2rem rgba(255,255,255,.15);
    }

    @media (max-width: 991.98px){
      .tr-navbar .nav-link{ padding: .6rem 0; }
      .lang-btn{ padding: .6rem 0; border-radius: 0; }
    }

    .navbar-dark .navbar-nav .nav-link {
      color: #FFFFFF;
      font-size: 16px;
     }
     .nav-item {
      margin-right: 10px;
     }


     .hero-tr{
      background: #21357d;
      color: var(--white);
      padding: 64px 0 54px;
      overflow:hidden;
    }

    .hero-title{
      font-size: 46px;
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: .2px;
      margin-top:0px;
      margin-bottom: 22px;
    }

    .hero-points{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 16px;
      max-width: 780px;
    }
    .hero-points li{
      display:flex;
      gap: 14px;
      align-items:flex-start;
      font-size: 22px;
      color: rgba(255,255,255,.92);
      font-weight: 500;
    }
    .check{
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display:flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
      color: var(--accent);
      /* background: rgba(255,177,42,.12);
      border: 1px solid rgba(255,177,42,.25); */
      margin-top: 1px;
    }
    .check svg{ width:18px; height:18px; }

    .hero-map{
      margin-top: 42px;
      display:flex;
      justify-content:center;
    }
    .hero-map img{
      max-width: 880px;
      width: 100%;
      height: auto;
      filter: drop-shadow(0 20px 40px rgba(0,0,0,.25));
      opacity: .98;
      user-select:none;
    }

    /* stats */
    .hero-stats{
      margin-top: -120px;
      padding-top: 18px;
    }
    .stat{
      text-align:center;
      padding: 18px 12px;
      position: relative;
    }
    .stat:not(:last-child)::after{
      content:"";
      position:absolute;
      right:0;
      top: 18%;
      bottom: 18%;
      width:1px;
      background: var(--divider);
    }

    .stat .num{
      font-weight: 900;
      color: var(--accent);
      font-size: clamp(36px, 4.2vw, 66px);
      line-height: 1;
      letter-spacing: .6px;
      margin-bottom: 10px;
      white-space: nowrap;
      font-family: "Space Grotesk";
    }
    .stat .label{
      color: rgba(255,255,255,.92);
      font-size: 18px;
      font-weight: 600;
    }
    .sku{
      font-size: .55em;
      font-weight: 800;
      margin-left: 6px;
      vertical-align: middle;
      color: var(--accent);
      opacity: .95;
    }

    @media (max-width: 991.98px){
      .hero-tr{ padding: 48px 0 42px; }
      .hero-map{ margin-top: 30px; }
      /* .stat:not(:last-child)::after{ display:none; } */
      .stat{ border-bottom: 1px solid rgba(255,255,255,.14); }
      .stat:last-child{ border-bottom: 0; }
    }

    .stat::before{
      content:"";
      position:absolute;
      right:0;
      top:50%;
      transform: translateY(-50%);
      width:1px;
      height:30%;               
      background: rgba(255,255,255,.9); 
    }
    
    
    .lasts::before{
      display:none!important;
    }

    

    .about-wrap{
      border-top: 4px solid var(--blue);
      border-bottom: 4px solid var(--blue);
      padding: 70px 0;
      background: #fff;
    }

    /* LEFT: framed image block */
    .img-frame{
      position: relative;
   
      margin: 0 auto;
      padding: 28px;
      background: transparent;
    }

    /* light background plate behind image */
    .img-frame::before{
      content:"";
      position:absolute;
      left: 20px;
      top: 18px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      background: #eef3ff;
      border-radius: 18px;
      z-index: 0;
    }

    /* thin corner lines around (like screenshot) */
    .corner{
      position:absolute;
      width: 92%;
      height: 92%;
      left: 10px;
      top: 10px;
      pointer-events:none;
      z-index: 1;
    }
    .corner:before,
    .corner:after{
      content:"";
      position:absolute;
      inset:0;
      border: 2px solid transparent;
    }
    /* top-left corner line */
    .corner .tl{
      position:absolute; left:0; top:0;
      width: 68%;
      height: 68%;
      border-left: 2px solid var(--line);
      border-top: 2px solid var(--line);
      border-radius: 0;
      opacity:.8;
    }
    /* bottom-right corner line */
    .corner .br{
      position:absolute; right:0; bottom:0;
      width: 68%;
      height: 68%;
      border-right: 2px solid var(--line);
      border-bottom: 2px solid var(--line);
      opacity:.8;
    }

    .about-img{
      position: relative;
      z-index: 2;
      width: 100%;
      border-radius: 18px;
      overflow:hidden;
      box-shadow: 0 18px 40px rgba(15,23,42,.16);
      background:#ddd;
    }
    .about-img img{
      width:100%;
      height: auto;
      display:block;
    }

    /* dots near top-right of image */
    .dots{
      position:absolute;
      right: 6px;
      top: -8px;
      width: 120px;
      height: 70px;
      z-index: 3;
      opacity: .35;
      background-image: radial-gradient(#9aa7bd 2px, transparent 2px);
      background-size: 14px 14px;
      background-position: 0 0;
      border-radius: 10px;
      filter: grayscale(20%);
    }

    /* RIGHT: text */
    .about-title{
      font-weight: 800;
      font-size: 40px;
      color:#0b1220;
      margin-bottom: 18px;
      letter-spacing:.2px;
    }
    .about-text{
      color: #1f2937;
      line-height: 1.9;
      font-size: 15.5px;
      max-width: 720px;
    }

    /* thin vertical blue accent line (optional) */
    .about-accent{
      position: relative;
    
    }
    .about-accent::before{
      content:"";
      position:absolute;
      left: 0;
      top: 8px;
      width: 2px;
      height: 42px;
      background: var(--line);
      opacity: .9;
      border-radius: 2px;
    }

    @media (max-width: 991.98px){
      .about-wrap{ padding: 44px 0; }
      .about-accent{ padding-left: 0; }
      .about-accent::before{ display:none; }
      .img-frame{ padding: 18px; }
      .dots{ right: 10px; top: -14px; }
    }

    .feat-section{
      padding: 64px 0;
    }

    .feat-top h2{
      font-weight: 800;
      letter-spacing: .2px;
      font-size: clamp(28px, 3.2vw, 46px);
      margin: 0 0 14px;
    }
    .feat-top p{
      margin: 0;
      font-size: 18px;
      color: #1f2937;
      line-height: 1.7;
      max-width: 760px;
    }

    /* rows */
    .feat-row{
      padding: 42px 0;
      /* border-bottom: 1px solid rgba(15,23,42,.06); */
    }
    .feat-row:last-child{ border-bottom: 0; }

    /* left icon block */
    .feat-icon{
      width: 74px;
      height: 74px;
      border-radius: 0; /* square like screenshot */
      background: var(--blue);
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow: 0 12px 24px rgba(31,59,121,.18);
      flex: 0 0 auto;
    }
    .feat-icon svg{
      width: 34px;
      height: 34px;
      stroke: #fff;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .feat-title{
      font-weight: 800;
      font-size: 26px;
      width: 100px;
      margin: 0 0 10px;
      margin-top: 30px;
    }
    .feat-desc{
      margin: 0;
      color: #000000;
      line-height: 1.75;
      max-width: 420px;
    }

    /* right image card */
    .feat-img{
      border-radius: var(--radius);
      overflow:hidden;
      box-shadow: var(--card-shadow);
      background:#e5e7eb;
      width: 100%;
      max-width: 520px;
      margin-left: auto;
    }
    .feat-img img{
      width: 100%;
      height: 260px;
      object-fit: cover;
      display:block;
    }

    /* spacing similar to screenshot */
    .feat-left{
      /* display:flex; */
      gap: 22px;
      align-items:flex-start;
    }

    @media (max-width: 991.98px){
      .feat-row{ padding: 28px 0; }
      .feat-img{ margin: 18px 0 0; max-width: 100%; }
      .feat-img img{ height: 220px; }
      .feat-title{ font-size: 22px; }
      .feat-icon{ width:64px; height:64px; }
    }

    .tr-footer{
      background:#21357D;
      color: var(--text);
      padding: 56px 0 34px;
    }

    .tr-footer .brand{
      display:flex;
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:10px;
      text-decoration:none;
      color:#fff;
    }

    .tr-footer .logo{
      width: 130px;
      height: 58px;
      display:block;
    }
    .tr-footer .brand small{
      letter-spacing: 2.2px;
      opacity:.95;
      margin-top:-6px;
      font-size: 11px;
    }

    .tr-footer .lead-text{
      text-align:center;
      max-width: 980px;
      margin: 18px auto 0;
      font-size: 20px;
      line-height: 1.6;
      color: var(--text);
      font-weight: 500;
    }

    .contact-row{
      margin-top: 22px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap: 26px;
      flex-wrap:wrap;
      color: var(--text);
    }
    .contact-item{
      display:flex;
      align-items:center;
      gap:10px;
      color: var(--text);
      text-decoration:none;
      font-weight: 500;
    }
    .contact-item:hover{ color: var(--hover); }
    footer .ico{
      width: 20px; height: 20px;
      fill: #fff;
      opacity: .95;
    }

    .hr-line{
      height:1px;
      background: var(--line);
      border:0;
      margin: 34px 0;
    }

    .footer-head{
      font-weight: 700;
      margin-bottom: 14px;
      color:#fff;
      letter-spacing:.2px;
    }

    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap: 12px;
    }
    .footer-links a{
      color: var(--muted);
      text-decoration:none;
      font-weight: 500;
    }
    .footer-links a:hover{
      color: var(--hover);
    }

    .footer-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 16px;
      flex-wrap:wrap;
      padding-top: 10px;
    }

    .social{
      display:flex;
      align-items:center;
      gap: 18px;
    }
    .social a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      text-decoration:none;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      transition: .2s ease;
    }
    .social a:hover{
      background: rgba(255,255,255,.14);
      transform: translateY(-1px);
    }
    .social svg{ width:18px; height:18px; fill:#fff; }

    .copy{
      color: var(--muted);
      font-weight: 500;
      margin-left:auto;
    }

    @media (max-width: 767.98px){
      .tr-footer{ padding: 44px 0 28px; }
      .tr-footer .lead-text{ font-size: 16px; }
      .copy{ margin-left: 0; width:100%; text-align:center; }
      .footer-bottom{ justify-content:center; }
    }

    .career-hero{
      position: relative;
      min-height: 720px;
      padding: 70px 0 90px;
      overflow:hidden;
   
      background:
        radial-gradient(900px 500px at 25% 10%, rgba(0,0,0,.35), transparent 55%),
        linear-gradient(90deg, rgba(5,10,28,.90) 0%, rgba(5,10,28,.55) 45%, rgba(5,10,28,.15) 75%, rgba(5,10,28,.00) 100%),
        url("../images/career.png");
      background-size: cover;
      background-position: center right;
      color:#fff;
    }

    .hero-title{
      font-weight: 900;
      letter-spacing: .2px;
      font-size: clamp(30px, 3.2vw, 54px);
      margin-bottom: 10px;
    }
    .hero-sub{
      color: rgba(255,255,255,.85);
      font-size: 18px;
      line-height: 1.7;
      max-width: 520px;
      margin-bottom: 22px;
    }

    .btn-accent{
      background: var(--accent);
      border: 0;
      color: #13213f;
      font-weight: 800;
      padding: 12px 22px;
      border-radius: 10px;
      box-shadow: 0 14px 30px rgba(255,177,42,.22);
    }
    .btn-accent:hover{ filter: brightness(.98); transform: translateY(-1px); }

    /* JOB CARD */
    .job-card{
      margin-top: 48px;
      background: #fff;
      border-radius: 16px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .job-card-inner{
      padding: 26px 26px 18px;
    }

    .job-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 16px;
      margin-bottom: 14px;
    }

    .job-title{
      font-weight: 900;
      color:  #000000;

      font-size: 22px;
      margin: 0;
    }

    .btn-outline-soft{
      border: 2px solid rgba(31,59,121,.45);
      color: var(--blue);
      font-weight: 800;
      padding: 10px 18px;
      border-radius: 10px;
      background: #fff;
    }
    .btn-outline-soft:hover{ background: rgba(31,59,121,.06); }

    .job-grid{
      display:grid;
      grid-template-columns: 1.05fr 1.6fr;
      gap: 22px;
      align-items: start;
      padding-top: 10px;
      border-top: 1px solid rgba(15,23,42,.08);
    }

    .meta{
      padding-right: 18px;
      border-right: 1px solid rgba(15,23,42,.10);
    }

    .meta-item{
      display:flex;
      gap: 12px;
      align-items:flex-start;
      margin-bottom: 14px;
      color:  #000000;
    }

    .meta-item h6{
      margin:0 0 2px;
      font-weight: 900;
      font-size: 13px;
      color:  #000000;
    }
    .meta-item p{
      margin:0;
      color:  #0000009c;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.5;
    }

    .ico{
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: rgba(31,59,121,.08);
      display:flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
    }
    .ico svg{ width:18px; height:18px; fill: var(--blue); }

    .desc h6{
      margin:0 0 10px;
      font-weight: 900;
      color:  #000000;
      font-size: 14px;
    }

    .desc ul{
      margin:0;
      padding-left: 18px;
      color: #0000009c;
      font-weight: 600;
      line-height: 1.75;
      font-size: 14px;
    }

    .job-footer{
      padding: 14px 26px 22px;
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap: 12px;
    }

    .mini-select{
      margin-left:auto;
      display:flex;
      align-items:center;
      gap:10px;
      color: #000000;
      font-weight: 800;
      font-size: 14px;
      cursor: pointer;
      user-select:none;
    }
    .mini-select svg{ width:14px; height:14px; fill: var(--text); opacity:.7; }

    /* make card centered like screenshot */
    .job-card-wrap{
      max-width: 980px;
      margin: 0 auto;
    }

    @media (max-width: 991.98px){
      .career-hero{ min-height: auto; padding: 54px 0 64px; }
      .job-grid{ grid-template-columns: 1fr; }
      .meta{ border-right: 0; padding-right: 0; border-bottom: 1px solid rgba(15,23,42,.10); padding-bottom: 14px; }
      .job-footer{ justify-content:space-between; }
      .mini-select{ margin-left: 0; }
    }

    .contact-hero{
      position: relative;
      min-height: 520px;
      padding: 56px 0 56px;
      overflow:hidden;
    
      background:
        radial-gradient(900px 520px at 18% 12%, rgba(0,0,0,.55), transparent 60%),
        linear-gradient(90deg, rgba(3,8,20,.88) 0%, rgba(3,8,20,.55) 48%, rgba(3,8,20,.18) 78%, rgba(3,8,20,0) 100%),
        url("../images/contact.png");
      background-size: cover;
      background-position: center;
      color:#fff;
    }

    .ch-title{
      font-weight: 900;
      font-size: clamp(30px, 3.2vw, 52px);
      margin: 6px 0 36px;
      letter-spacing: .2px;
    }

    /* items layout like screenshot (2 columns on desktop) */
    .info-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px 64px;
      max-width: 760px;
    }

    .info-item{
      display:flex;
      gap: 16px;
      align-items:center;
    }

    .icon-bubble{
      width: 64px;
      height: 64px;
      border-radius: 999px;
      background: rgb(255 255 255 / 15%);
    
      display:flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
      backdrop-filter: blur(6px);
    }
    .icon-bubble svg{
      width: 26px;
      height: 26px;
      fill: #fff;
      opacity: .95;
    }

    .info-item h6{
      margin:0 0 6px;
      font-weight: 800;
      font-size: 16px;
      color:#fff;
    }
    .info-item .val,
    .info-item a{
      color: var(--muted);
      font-weight: 600;
      text-decoration:none;
      border-bottom: 2px solid rgba(255,255,255,.35);
      padding-bottom: 2px;
      display:inline-block;
    }
    .info-item a:hover{
      color:#fff;
      border-bottom-color:#fff;
    }

    /* CTA button on right */
    .cta-wrap{
      position:absolute;
      right: 70px;
      bottom: 64px;
      width: min(520px, 40vw);
    }
    .cta-btn{
      width:100%;
      background: #1f3b79;
      border: 0;
      color:#fff;
      font-weight: 800;
      padding: 22px 18px;
      border-radius: 12px;
      box-shadow: 0 18px 40px rgba(0,0,0,.25);
      letter-spacing: .2px;
    }
    .cta-btn:hover{ filter: brightness(1.03); transform: translateY(-1px); }

    @media (max-width: 991.98px){
      .contact-hero{ min-height:auto; padding: 44px 0 90px; }
      .info-grid{ grid-template-columns: 1fr; gap: 22px; max-width: 520px; }
      .cta-wrap{
        position: static;
        width: 100%;
        margin-top: 34px;
      }
    }
    .regions{
      padding: 54px 0 70px;
      background: #fff;
      border-bottom: 4px solid var(--blue);
    }

    .r-card{
      background: var(--card);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 28px 28px 22px;
      height: 100%;
    }

    .r-title{
      font-weight: 900;
      font-size: 26px;
      margin: 0 0 18px;
      color:#000000;
      
      letter-spacing:.2px;
    }

    .r-row{
      display:flex;
      gap: 14px;
      align-items:flex-start;
      margin-bottom: 18px;
    }

    .r-ico{
      width: 46px;
      height: 46px;
      border-radius: 999px;
      background: var(--chip);
      display:flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
      border: 1px solid rgba(15,23,42,.06);
    }
    .r-ico svg{ width: 22px; height: 22px; fill:#111827; opacity:.85; }

    .r-label{
      font-weight: 800;
      margin: 0 0 6px;
      color:  #000000      ;
      font-size: 14px;
    }
    .r-val, .r-val a{
      color: #000000;
    
      font-weight: 600;
      text-decoration: none;
      /* border-bottom: 2px solid rgba(15,23,42,.12); */
      padding-bottom: 2px;
      display:inline-block;
    }
    .r-val a:hover{
      color:#111827;
      border-bottom-color: rgba(15,23,42,.28);
    }

    .r-btn{
      margin-top: 18px;
      width: 100%;
      background: var(--blue);
      border: 0;
      color:#fff;
      font-weight: 800;
      padding: 14px 16px;
      border-radius: 10px;
      box-shadow: 0 14px 26px rgba(31,59,121,.18);
    }
    .r-btn:hover{ filter: brightness(1.03); transform: translateY(-1px); }

    /* spacing like screenshot */
    .g-custom{ --bs-gutter-x: 28px; --bs-gutter-y: 26px; }

    @media (max-width: 575.98px){
      .r-card{ padding: 22px 20px 18px; }
      .r-title{ font-size: 22px; }
    }

    .faq-hero{
      min-height: 720px;
      padding: 70px 0;
      background:
        radial-gradient(900px 520px at 18% 12%, rgba(0,0,0,.35), transparent 60%),
        linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.25)),
        url("../images/faq.png");
      background-size: cover;
      background-position: center;
      display:flex;
      align-items:center;
    }

    /* big white card */
    .faq-card{
      background: var(--card);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 54px 70px 46px;
      max-width: 1180px;
      margin: 0 auto;
      width: 100%;
    }

    .faq-title{
      text-align:center;
      font-weight: 900;
      letter-spacing:.2px;
      font-size: clamp(28px, 3.2vw, 54px);
      color:#000;
      margin: 0 0 34px;
    }

    /* Accordion look like screenshot (no default BS arrow) */
    .accordion-item{
      border: 0;
      border-radius: 0 !important;
      background: transparent;
    }

    .accordion-button{
      background: transparent !important;
      box-shadow: none !important;
      padding: 22px 0;
      font-weight: 900;
      color: #0b0f18;
      font-size: 20px;
      border-bottom: 1px solid var(--line);
    }

    /* custom arrow on right */
    .accordion-button::after{
      background-image: none !important;
      content:"";
      width: 28px;
      height: 28px;
      border-radius: 999px;
      /* border: 1px solid rgba(15,23,42,.12);
      background:
        radial-gradient(circle at 50% 50%, rgba(0,0,0,.00), rgba(0,0,0,.00)); */
      mask: none;
      -webkit-mask: none;
      position: relative;
    }

    /* draw chevron using pseudo element */
    .accordion-button{
      position: relative;
    }
    .accordion-button .chev{
      position:absolute;
      right: 2px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      display:flex;
      align-items:center;
      justify-content:center;
      pointer-events:none;
    }
    .accordion-button .chev svg{
      width: 18px;
      height: 18px;
      transition: .25s ease;
      opacity: .85;
    }
    .accordion-button:not(.collapsed) .chev svg{
      transform: rotate(180deg);
    }

    .accordion-body{
      padding: 14px 0 26px;
      color: #111827;
      line-height: 1.9;
      font-weight: 500;
      border-bottom: 1px solid var(--line);
    }

    /* remove double line (button already has line) when open */
    .accordion-collapse.show .accordion-body{
      border-top: 0;
    }

    /* container width like screenshot */
    .faq-inner{
      max-width: 860px;
      margin: 0 auto;
    }

    @media (max-width: 991.98px){
      .faq-hero{ min-height:auto; padding: 44px 0; }
      .faq-card{ padding: 36px 22px; }
      .accordion-button{ font-size: 17px; }
    }

    .accordion-button:focus {
      border: 0;
    }
    .accordion-button:not(.collapsed) {
      color: #000;
    }.lang-btn.dropdown-toggle::after{ display:none; }

    .lang-btn{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      text-decoration:none;
      padding: .45rem .75rem;
      border-radius: 999px;
      transition:.2s ease;
      white-space: nowrap;
    }
    .lang-btn:hover{ background: rgba(255,255,255,.10); color:#fff; }
    
    .lang-code{ font-weight:600; }
    
    .lang-flag{
      width: 28px;
      height: 28px;
      border-radius: 50%;
      overflow:hidden;
      /* border: 2px solid rgba(255,255,255,.85); */
      box-shadow: 0 6px 14px rgba(0,0,0,.18);
      display:flex;
      align-items:center;
      justify-content:center;
    }
    
    .lang-menu{
      background: #ffffff;
      border: 0;
      border-radius: 14px;
      box-shadow: 0 18px 45px rgba(0,0,0,.18);
      padding: 10px;
      min-width: 170px;
    }
    
    .lang-menu .dropdown-item{
      border-radius: 10px;
      padding: 10px 12px;
      font-weight: 700;
      color:#0f172a;
    }
    .lang-menu .dropdown-item:hover{
      background: rgba(31,59,121,.08);
    }
    .lang-menu .dropdown-item.active{
      background: rgba(31,59,121,.12);
      color:#0f172a;
    }
    
    .mini-flag{ width: 22px; text-align:center; }


     .scene{
    position:relative;
    width:100%;
    aspect-ratio: 16 / 7;
    border-radius:14px;
    overflow:hidden;
    /* background: linear-gradient(180deg,#173a7a,#0f2a5a);
    box-shadow: 0 20px 60px rgba(0,0,0,.25); */
  }

  
  .map-class-image{position:absolute;inset:0;width:100%;height:70%;margin:0 auto;}


  .route{
    fill:none;
    stroke:#ff4b4b;
    stroke-width:4;
    stroke-linecap:round;
    stroke-dasharray:9 8;   
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
  }
  .route.is-animating{
 
    animation: routeReveal 2.2s ease forwards;
  }
  @keyframes routeReveal{
    to { stroke-dashoffset: 0; }
  }

 
  .mapShape{fill:#2a4b86;opacity:.9}
  .mapBorder{fill:none;stroke:#6f86b8;stroke-width:2;opacity:.65}


  .truck{
    position:absolute;
    width:84px;
    height:84px;
    transform: translate(-50%,-50%);
    will-change: transform;
    pointer-events:none;
    filter: drop-shadow(0 10px 14px rgba(0,0,0,.3));
  }
  .truck img{width:100%;height:70%!important;display:block}

  
  .house{
    filter: drop-shadow(0 8px 10px rgba(0,0,0,.22));
  }

  .stop-dot{ fill: transparent; pointer-events:none; }
  .truck{
  transition: opacity .25s ease, transform .25s ease;
}

.truck.is-hiding{
  opacity: 0;
}
.truck{
  position:absolute;
  width:84px;
  height:84px;
  transform: translate(-50%,-50%);
  will-change: transform, opacity, filter;
  pointer-events:none;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.3));
}
.truck img{width:100%;height:100%;display:block}

.truck.fx-enter{
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.35));
}

.truck.fx-hidden{
  opacity: 0;
}

@keyframes popOut {
  0%   { transform: scale(.2); }
  60%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}
.truck{
  position:absolute;
  width:84px;height:84px;
  transform: translate(-50%,-50%);
  will-change: transform, opacity, filter;
  pointer-events:none;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.35));
}

.brake{
  position:absolute;
  left:10px; top:34%;
  width:18px; height:10px;
  transform: translateY(-50%);
  background: rgba(255,60,60,.0);
  border-radius: 8px;
  filter: blur(3px);
  opacity:0;
  transition: opacity .12s ease;
}
.brake.on{
  opacity:1;
  background: rgba(255,60,60,.95);
  box-shadow: 0 0 18px rgba(255,60,60,.65);
}

.dust{
  position:absolute;
  left:12px; bottom:10px;
  width:14px; height:14px;
  border-radius:50%;
  background: rgba(255,255,255,.25);
  filter: blur(1px);
  opacity:0;
  transform: scale(.6);
  pointer-events:none;
}
.dust.puff{
  animation: dustPuff .6s ease-out forwards;
}
@keyframes dustPuff{
  0%   {opacity:0; transform: scale(.6) translate(0,0)}
  25%  {opacity:.65}
  100% {opacity:0; transform: scale(2.3) translate(-14px,-8px)}
}
.stop-dot{ fill: transparent; pointer-events:none; }

.home-fx{ pointer-events:none; }
.home-glow{
  fill: rgba(255, 220, 120, .0);
  stroke: rgba(255, 220, 120, .0);
  stroke-width: 2;
  filter: drop-shadow(0 0 0 rgba(255,200,90,0));
  transform-origin: center;
  transform: scale(.85);
  opacity: 0;
  transition: opacity .25s ease, transform .35s ease, filter .35s ease;
}

.home-door{
  fill: rgba(255, 200, 90, 0);
  opacity: 0;
  transform-origin: center;
  transform: scaleX(.4) scaleY(.2);
  filter: blur(.2px);
  transition: opacity .2s ease, transform .35s ease;
}

/* Active state */
.home-fx.is-active .home-glow{
  opacity: 1;
  fill: rgba(255, 220, 120, .12);
  stroke: rgba(255, 220, 120, .35);
  transform: scale(1);
  filter: drop-shadow(0 0 18px rgba(255,200,90,.35));
}

.home-fx.is-opening .home-door{
  opacity: 1;
  fill: rgba(255, 200, 90, .55);
  transform: scaleX(1.25) scaleY(1);
}

.home-fx.is-closing .home-door{
  opacity: .35;
  transform: scaleX(.55) scaleY(.25);
}
.home-fx .home-glow{ opacity:1 !important; }


.city-tip{
    margin-top: -25px;
    margin-left: -10px;
    position:absolute;
    padding:8px 12px;
    border-radius:12px;
    font: 700 13px/1 system-ui;
    color:#fff;
    background: rgba(12,20,40,.82);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 40px rgba(0,0,0,.35);
    white-space: nowrap;
    pointer-events:none;
    transform: translate(-50%, -120%);
    transition: transform .25s ease, box-shadow .25s ease;
    z-index: 20;
  }
  /* .city-tip::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-6px;
    width:10px;
    height:10px;
    background: rgba(12,20,40,.82);
    border-right:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
    transform: translateX(-50%) rotate(45deg);
  } */
  
  /* active city */
  .city-tip.active{
    transform: translate(-50%, -135%) scale(1.08);
    box-shadow: 0 0 28px rgba(255,200,90,.55);
  }
  .scene svg { z-index: 1; }
.truck { z-index: 30; }

.hero-title {
    margin-bottom:40px;
}