*{box-sizing:border-box;margin:0;padding:0}
:root{--red:#ed171c;--black:#08090b;--dark:#15181c;--text:#17191d;--gray:#62666b}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.ft-container{width:min(1160px,92%);margin:auto}

/* HEADER */
.ft-header{position:absolute;top:0;left:0;width:100%;z-index:20;background:#fff;border-bottom:1px solid #eee}
.ft-nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.ft-logo img{width:125px;height:62px;object-fit:contain}
.ft-nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600}

.ft-nav a{position:relative;padding:29px 0 24px}
.ft-nav a.active,.ft-nav a:hover{color:var(--red)}
.ft-nav a.active:after,.ft-nav a:hover:after{content:'';position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--red)}
.ft-nav .ft-nav-button{background:var(--red);color:#fff;padding:12px 18px;border-radius:4px}
.ft-nav .ft-nav-button:after{display:none}
.ft-menu{display:none;border:0;background:none;font-size:28px}

/* HERO - NO BACKGROUND IMAGE */
.ft-hero{padding:145px 0 75px;background:#fff;min-height:560px;position:relative;overflow:hidden}
.ft-hero:after{content:'';position:absolute;right:-180px;top:0;width:430px;height:430px;background:#fff0f0;border-radius:50%;z-index:0}
.ft-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;position:relative;z-index:1}
.ft-eyebrow{font-size:14px;color:var(--red);font-weight:800;letter-spacing:1.5px;margin-bottom:12px}
.ft-hero h1{font-size:48px;line-height:1.12;font-weight:800;margin-bottom:17px}
.ft-hero h1 span{color:var(--red)}
.ft-hero-content>p{font-size:15px;color:#555;max-width:570px;margin-bottom:25px}
.ft-buttons{display:flex;gap:12px}
.ft-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:4px;font-size:12px;font-weight:700;transition:.25s}
.ft-btn-red{background:var(--red);color:#fff;border:1px solid var(--red)}
.ft-btn-red:hover{background:#c90d12;transform:translateY(-2px)}
.ft-btn-outline{border:1px solid #222;color:#222}
.ft-btn-outline:hover{background:#111;color:#fff}
.ft-platforms{display:flex;gap:30px;margin-top:30px;align-items:center;font-size:20px;font-weight:800;width: 59%;}

.ft-platforms sup,.ft-mini-platforms sup{font-size:7px}
.glovo{color:#25b97a}.bolt{color:#111}.wolt{color:#15a7d2;font-style:italic}
.ft-hero-logo{display:flex;justify-content:center}
.ft-hero-logo img{width:min(480px,100%);height:auto;object-fit:contain}

/* ABOUT */


.ft-about{padding:50px 0;background:#f4f3f3;}
.ft-two-col{display:grid;grid-template-columns:1fr 1fr}
.ft-about-box{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:10px 34px}
.ft-about-box:first-child{border-right:1px solid #ddd}
.ft-red-icon{width:43px;height:43px;border:3px solid var(--red);color:var(--red);display:grid;place-items:center;font-size:25px;border-radius:8px}
.ft-red-icon.ft-round{border-radius:50%}
.ft-about h2,.ft-workforce h2{font-size:22px;line-height:1.3;margin-bottom:12px}
.ft-about h2 span,.ft-workforce h2 span{color:var(--red)}
.ft-about p,.ft-workforce p{font-size:15px;color:#555}
.ft-mini-platforms{display:flex;gap:25px;margin-top:14px;font-size:18px;font-weight:800}

/* SERVICES */
.ft-services{background:linear-gradient(135deg,#0b0d10,#20252a);padding:45px 0 58px}
.ft-section-heading{text-align:center;margin-bottom:30px}
.ft-section-heading h2{font-size:25px}
.ft-section-heading.dark h2{color:#fff}
.ft-section-heading h2 span{color:var(--red)}
.ft-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ft-service-card{min-height:225px;border:1px solid #646b72;border-radius:6px;background:rgba(255,255,255,.035);color:#fff;text-align:center;padding:25px;display:flex;flex-direction:column;align-items:center}
.ft-service-icon{width:50px;height:50px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-size:22px;margin-bottom:15px}
.ft-service-card h3{font-size:16px;margin-bottom:10px}
.ft-service-card p{font-size:14px;color:#d8d8d8;max-width:270px}
.ft-service-card i{width:70px;height:2px;background:var(--red);margin-top:auto}

/* WORKFORCE */
.ft-workforce{padding:52px 0;background:#fff}
.ft-work-grid{display:grid;grid-template-columns:90px 1.2fr 1fr;gap:20px;align-items:center}
.ft-global-icon{font-size:75px;color:var(--red);text-align:center;line-height:1}
.ft-global-icon small{display:block;font-size:13px;letter-spacing:4px}
.ft-origin{border-left:1px solid #ddd;padding-left:35px}
.ft-origin h2{font-size:21px}
.ft-flags{display:flex;gap:15px;flex-wrap:wrap}
.ft-flags div{text-align:center;min-width:52px}
.ft-flags b{display:block;font-size:24px}.ft-flags small{font-size:15px;color:#555}

/* COMPANY */
.ft-company{background:#f5f5f5;padding:38px 0 50px}
.ft-section-heading.light h2{color:#111;font-size:21px}
.ft-table{background:#fff;border:1px solid #ddd;display:grid;grid-template-columns:1fr 1fr}
.ft-table div{display:grid;grid-template-columns:47% 53%;min-height:50px;border-bottom:1px solid #ddd;font-size:10px}
.ft-table strong{padding:14px 12px;background:#fafafa;border-right:1px solid #ddd;font-size: 14px;}
.ft-table span{padding:14px 12px;font-size: 13px;}
.ft-table div:last-child{border-bottom:0}

/* CONTACT */
.ft-contact{background:#101316;color:#fff;padding:50px 0}
.ft-contact .ft-section-heading{margin-bottom:32px}
.ft-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:35px}

.ft-contact-grid>div{text-align:center;padding:0 18px;border-right:1px solid #555}
.ft-contact-grid>div:last-child{border-right:0}
.ft-contact-icon{width:43px;height:43px;background:var(--red);border-radius:50%;display:grid;place-items:center;margin:0 auto 9px;font-size:20px}
.ft-contact h4{font-size:12px;margin-bottom:5px}
.ft-contact p{font-size:14px;color:#ddd}
.ft-form{max-width:850px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ft-form input,.ft-form textarea{font-family:inherit;font-size:11px;background:#1d2125;border:1px solid #444;color:#fff;padding:13px;border-radius:4px;outline:0}
.ft-form input:focus,.ft-form textarea:focus{border-color:var(--red)}
.ft-form textarea{grid-column:1/-1;min-height:110px;resize:vertical}
.ft-form button{grid-column:1/-1;justify-self:center;cursor:pointer}

/* FOOTER */
.ft-footer{background:#fcfcfc;color:#fff;border-top:1px solid #333}
.ft-footer-inner{min-height:105px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.ft-footer img{width:125px;height:60px;object-fit:contain}
.ft-footer p{text-align:center;font-size:14px;color:#000;}
.ft-footer strong{text-align:right;font-size:12px;color: coral;}
.ft-footer strong span{color:var(--red)}





.ft-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.ft-nav-wrap {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.ft-header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.12);
}

.ft-header.scrolled .ft-nav-wrap {
    height: 68px;
}

.ft-header.scrolled .ft-nav a {
    padding-top: 24px;
    padding-bottom: 20px;
}




@media (max-width: 700px) {

    .ft-nav {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff;
    }

}











/* MOBILE */
@media(max-width:850px){
  .ft-nav{gap:15px}
  .ft-hero h1{font-size:40px}
  .ft-work-grid{grid-template-columns:70px 1fr}
  .ft-origin{grid-column:2;border:0;padding-left:0}
}
@media(max-width:700px){
  .ft-nav-wrap{height:68px}
  .ft-logo img{width:105px;height:56px}
  .ft-menu{display:block}
  .ft-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:10px 6%;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 10px 25px #0001}
  .ft-nav.show{display:flex}
  .ft-nav a{padding:11px 0}
  .ft-nav a.active:after,.ft-nav a:hover:after{bottom:2px}
  .ft-nav .ft-nav-button{text-align:center;margin:5px 0}
  .ft-hero{padding-top:115px}
  .ft-hero-grid,.ft-two-col,.ft-service-grid,.ft-contact-grid{grid-template-columns:1fr}
  .ft-hero{text-align:center}
  .ft-hero-content>p{margin-left:auto;margin-right:auto}
  .ft-buttons{justify-content:center;flex-wrap:wrap}
  .ft-platforms{justify-content:center;gap:17px;font-size:16px;display: inline-flex;}
    
  .ft-hero-logo{margin-top:30px}
  .ft-about-box{padding:22px 0}
  .ft-about-box:first-child{border-right:0;border-bottom:1px solid #ddd}
  .ft-service-card{min-height:205px}
  .ft-work-grid{grid-template-columns:1fr;text-align:center}
  .ft-origin{grid-column:auto;text-align:left;margin-top:15px}
  .ft-company{padding-top:35px}
  .ft-table{grid-template-columns:1fr}
  .ft-table div{grid-template-columns:45% 55%}
  .ft-contact-grid{gap:18px}
  .ft-contact-grid>div{border-right:0;border-bottom:1px solid #444;padding-bottom:18px}
  .ft-form{grid-template-columns:1fr}
  .ft-form textarea,.ft-form button{grid-column:auto}
  .ft-footer-inner{grid-template-columns:1fr;text-align:center;padding:20px 0;gap:12px}
  .ft-footer img{margin:auto}
  .ft-footer strong,.ft-footer p{text-align:center}
}
