:root{
  --navy:#061a34;
  --navy2:#041328;
  --blue:#0b2b55;
  --yellow:#ffc800;
  --yellow2:#ffda00;
  --white:#fff;
  --ink:#061a34;
  --muted:#52606f;
  --black:#050505;
  --line:#dfe5ec;
  --shadow:0 14px 32px rgba(7,25,49,.12);
  --shadow-dark:0 18px 40px rgba(0,0,0,.18);
  --radius:14px;
  --transition:.25s ease;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Montserrat,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

body,
button,
input,
textarea{
  font-family:Montserrat,Arial,sans-serif;
}

.container{
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

/* =========================================
   HEADER
========================================= */

.site-header{
  position:absolute;
  z-index:50;
  top:0;
  left:0;
  width:100%;
  background:rgba(4,19,40,.90);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.header-inner{
  height:82px;
  display:flex;
  align-items:center;
  gap:24px;
}

.brand{
  width:180px;
  display:block;
  filter:
    drop-shadow(0 0 8px rgba(63,115,255,.75))
    drop-shadow(0 0 16px rgba(63,115,255,.25));
  transform:translateY(18px);
  z-index:3;
  transition:var(--transition);
}

.brand:hover{
  transform:translateY(18px) scale(1.03);
}

.brand img{
  width:100%;
  height:110px;
  object-fit:contain;
}

.desktop-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
}

.desktop-nav a{
  color:#fff;
  font-size:13px;
  font-weight:600;
  position:relative;
  padding:31px 0 25px;
  transition:var(--transition);
}

.desktop-nav a:hover,
.desktop-nav a.active{
  color:var(--yellow);
}

.desktop-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:16px;
  width:0;
  height:3px;
  border-radius:10px;
  background:var(--yellow);
  transform:translateX(-50%);
  transition:var(--transition);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after{
  width:100%;
}

.location-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  color:#111;
  padding:14px 20px;
  border-radius:13px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 8px 24px rgba(255,200,0,.18);
  transition:var(--transition);
}

.location-pill:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(255,200,0,.28);
}

.pin-dot{
  font-size:17px;
  margin-right:3px;
}

.menu-toggle{
  display:none;
  margin-left:auto;
  background:none;
  border:0;
  padding:8px;
  cursor:pointer;
}

.menu-toggle span{
  display:block;
  width:26px;
  height:2px;
  background:#fff;
  margin:5px;
  border-radius:10px;
}

.mobile-menu{
  display:none;
  background:#061a34;
  padding:14px 20px;
}

.mobile-menu a{
  display:block;
  color:#fff;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

/* =========================================
   HERO
========================================= */

.hero{
  position:relative;
  min-height:650px;
  background-image:url('../assets/hero-van.png');
  background-size:cover;
  background-position:center 55%;
  color:#fff;
  overflow:hidden;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 80% 45%,rgba(255,200,0,.08),transparent 28%),
    linear-gradient(to bottom,rgba(0,0,0,0) 70%,rgba(2,12,27,.28) 100%);
}

.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(3,17,36,.98) 0%,
      rgba(3,17,36,.91) 26%,
      rgba(3,17,36,.56) 44%,
      rgba(3,17,36,.14) 68%,
      rgba(3,17,36,.05) 82%,
      rgba(3,17,36,.14) 100%
    );
}

.hero-inner{
  position:relative;
  z-index:2;
  min-height:650px;
  display:flex;
  align-items:center;
  padding-top:94px;
}

.hero-copy{
  max-width:500px;
}

.eyebrow{
  font-size:11px;
  letter-spacing:4px;
  font-weight:700;
  margin:0 0 14px;
  text-transform:uppercase;
}

.hero h1{
  margin:0;
  line-height:.88;
  text-transform:uppercase;
  font-style:italic;
}

.hero h1 span{
  display:block;
  font-size:48px;
  font-weight:900;
  letter-spacing:-1px;
}

.hero h1 strong{
  display:block;
  font-size:66px;
  font-weight:900;
  color:var(--yellow);
  letter-spacing:-2px;
}

.hero h1 b{
  display:block;
  font-size:41px;
  font-weight:900;
  color:#fff;
  letter-spacing:-1px;
}

.hero-subtitle{
  font-size:20px;
  line-height:1.35;
  margin:20px 0 22px;
  font-weight:500;
  color:rgba(255,255,255,.94);
}

.hero-benefits{
  display:flex;
  gap:35px;
  margin:8px 0 28px;
}

.hero-benefit{
  text-align:center;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1.15;
  text-transform:uppercase;
}

.hero-benefit span{
  width:47px;
  height:47px;
  border:3px solid var(--yellow);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 8px;
  color:var(--yellow);
  font-size:24px;
  background:rgba(0,0,0,.18);
  box-shadow:0 0 18px rgba(255,200,0,.08);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:12px;
  padding:16px 24px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  transition:var(--transition);
  border:0;
  cursor:pointer;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-yellow{
  background:linear-gradient(135deg,var(--yellow),var(--yellow2));
  color:#111;
  box-shadow:0 8px 22px rgba(255,200,0,.20);
}

.btn-yellow:hover{
  box-shadow:0 12px 30px rgba(255,200,0,.30);
}

.btn-yellow b{
  font-size:30px;
  line-height:10px;
}

.btn-small{
  padding:14px 20px;
  border-radius:7px;
  font-size:11px;
}

.hero-note{
  position:absolute;
  right:26px;
  top:112px;
  text-align:center;
  color:#101010;
  font:italic 700 27px/1.15 Georgia,serif;
  transform:rotate(-7deg);
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.hero-note i,
.about-slogan i{
  display:block;
  width:98px;
  height:5px;
  background:var(--yellow);
  border-radius:10px;
  margin:9px auto 0;
  transform:rotate(-8deg);
}

/* =========================================
   FAIXA DIFERENCIAIS
========================================= */

.trust-strip{
  background:#080808;
  color:#fff;
  border-bottom:2px solid var(--yellow);
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.trust-item{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 26px;
  border-right:1px solid #343434;
  transition:var(--transition);
}

.trust-item:hover{
  background:rgba(255,200,0,.035);
}

.trust-item:last-child{
  border-right:0;
}

.trust-item>span{
  min-width:46px;
  width:46px;
  height:46px;
  border-radius:50%;
  border:2px solid var(--yellow);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--yellow);
  font-size:21px;
  background:#050505;
}

.trust-item strong{
  display:block;
  font-size:12px;
  line-height:1.2;
}

.trust-item small{
  display:block;
  margin-top:4px;
  font-size:11px;
  color:#e8e8e8;
}

/* =========================================
   SEÇÕES
========================================= */

.section{
  padding:60px 0;
}

.section-heading.centered{
  text-align:center;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.kicker:before{
  content:"";
  width:24px;
  height:3px;
  background:var(--yellow);
  display:inline-block;
  border-radius:10px;
}

.section-heading h2{
  font-size:30px;
  margin:10px 0 26px;
  line-height:1.15;
}

.section-heading h2 em{
  font-style:normal;
  color:#1d3c70;
}

/* =========================================
   SERVIÇOS
========================================= */

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.service-card{
  background:
    linear-gradient(145deg,#0b0b0c,#070707);
  border-radius:12px;
  border-bottom:4px solid var(--yellow);
  padding:24px 26px;
  color:#fff;
  box-shadow:var(--shadow-dark);
  min-height:190px;
  position:relative;
  overflow:hidden;
  transition:var(--transition);
}

.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    135deg,
    transparent 0%,
    transparent 70%,
    rgba(255,200,0,.055) 100%
  );
  pointer-events:none;
}

.service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 42px rgba(0,0,0,.22);
}

.service-icon{
  width:43px;
  height:43px;
  border-radius:50%;
  border:2px solid var(--yellow);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--yellow);
  font-size:19px;
  margin-bottom:18px;
}

.service-card h3{
  font-size:12px;
  margin:0 0 5px;
  position:relative;
  z-index:1;
}

.service-card strong{
  font-size:11px;
  position:relative;
  z-index:1;
}

.service-card p{
  font-size:11px;
  line-height:1.5;
  margin:10px 0 0;
  color:#f1f1f1;
  position:relative;
  z-index:1;
}

/* =========================================
   SOBRE
========================================= */

.about{
  background:
    linear-gradient(90deg,#071f3d,#03152d);
  color:#fff;
  padding:58px 0;
}

.about-grid{
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  gap:46px;
  align-items:center;
}

.kicker-light{
  color:#fff;
}

.about h2{
  font-size:45px;
  line-height:.98;
  margin:12px 0 20px;
}

.about h2 em{
  font-style:normal;
  color:var(--yellow);
}

.about-copy p{
  font-size:13px;
  line-height:1.6;
  max-width:500px;
  color:#eef3fa;
}

.about-image{
  height:320px;
  border:2px solid var(--yellow);
  border-radius:18px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 18px 35px rgba(0,0,0,.22);
}

.about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease;
}

.about-image:hover img{
  transform:scale(1.025);
}

.about-slogan{
  position:absolute;
  right:16px;
  bottom:18px;
  color:#fff;
  font:italic 800 19px/1.1 Montserrat,sans-serif;
  text-align:right;
  text-shadow:0 2px 6px #000;
}

.about-slogan i{
  margin:8px 0 0 auto;
}

/* =========================================
   POR QUE ESCOLHER
========================================= */

.choice{
  background:#f3f5f7;
  padding:58px 0;
}

.choice-card{
  display:grid;
  grid-template-columns:1fr 1.06fr;
  padding:0;
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow);
}

.choice-left{
  background:#faf7f2;
  padding:34px 36px;
  position:relative;
  min-height:300px;
}

.choice-left ul{
  padding:0;
  margin:20px 0 0;
  list-style:none;
}

.choice-left li{
  font-size:12px;
  margin:12px 0;
  position:relative;
  padding-left:26px;
  line-height:1.35;
}

.choice-left li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:17px;
  height:17px;
  border-radius:50%;
  background:var(--yellow);
  color:#111;
  font-size:11px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.box-art{
  position:absolute;
  right:18px;
  bottom:0;
  width:135px;
  height:105px;
}

.box-art span{
  position:absolute;
  background:linear-gradient(145deg,#c78942,#ad6c29);
  color:#111;
  font-weight:900;
  font-size:10px;
  border:1px solid rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,.08);
}

.box-art span:nth-child(1){
  width:58px;
  height:50px;
  right:15px;
  bottom:52px;
}

.box-art span:nth-child(2){
  width:70px;
  height:64px;
  left:0;
  bottom:0;
}

.box-art span:nth-child(3){
  width:54px;
  height:43px;
  right:0;
  bottom:0;
}

.choice-right{
  background:
    radial-gradient(circle at 90% 50%,rgba(36,91,160,.18),transparent 35%),
    #071f43;
  color:#fff;
  padding:34px;
}

.kicker-yellow{
  color:var(--yellow);
}

.coverage-copy{
  display:grid;
  grid-template-columns:1fr 220px;
  gap:20px;
  align-items:center;
}

.coverage-copy h2{
  font-size:31px;
  line-height:1.1;
  margin:18px 0 10px;
}

.coverage-copy p{
  font-size:12px;
  line-height:1.5;
  max-width:330px;
  color:#e8edf4;
}

.btn-outline{
  border:1px solid #fff;
  color:#fff;
  border-radius:6px;
  font-size:10px;
  padding:12px 14px;
  transition:var(--transition);
}

.btn-outline:hover{
  background:#fff;
  color:var(--navy);
}

/* =========================================
   RADAR / ÁREA DE ATUAÇÃO
========================================= */

.radar{
  height:210px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.radar i{
  position:absolute;
  border:1px solid rgba(255,200,0,.65);
  border-radius:50%;
  animation:radarPulse 3.8s ease-in-out infinite;
}

.radar i:nth-of-type(1){
  width:75px;
  height:75px;
}

.radar i:nth-of-type(2){
  width:130px;
  height:130px;
  animation-delay:.25s;
}

.radar i:nth-of-type(3){
  width:185px;
  height:185px;
  animation-delay:.5s;
}

.radar:before,
.radar:after{
  content:"";
  position:absolute;
  width:220px;
  height:1px;
  background:rgba(69,123,193,.45);
  transform:rotate(16deg);
}

.radar:after{
  transform:rotate(-13deg);
}

.radar-pin{
  width:52px;
  height:52px;
  background:var(--yellow);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0c2c58;
  font-size:25px;
  font-weight:900;
  z-index:2;
  box-shadow:0 0 22px rgba(255,200,0,.25);
}

@keyframes radarPulse{
  0%,100%{
    opacity:.6;
    transform:scale(.97);
  }
  50%{
    opacity:1;
    transform:scale(1.03);
  }
}

/* =========================================
   FAIXA TELEFONE
========================================= */

.phone-strip{
  background:#050505;
  color:#fff;
  border-top:2px solid var(--yellow);
  border-bottom:1px solid #151515;
}

.phone-strip-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}

.phone-strip a{
  display:flex;
  align-items:center;
  gap:14px;
}

.wa-mini{
  width:43px;
  height:43px;
  border-radius:50%;
  background:#16bb59;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 18px rgba(22,187,89,.6);
  transition:var(--transition);
}

.phone-strip a:hover .wa-mini{
  transform:scale(1.07);
}

.phone-strip strong{
  font-size:31px;
  font-weight:900;
  letter-spacing:-1px;
}

.speed-tag{
  font-style:italic;
  font-size:14px;
  font-weight:800;
}

.speed-tag span{
  color:var(--yellow);
  margin-right:8px;
}

.speed-tag b{
  color:var(--yellow);
}

/* =========================================
   PARCEIROS
========================================= */

.partners{
  padding:28px 0 30px;
  background:#fff;
}

.partners-heading{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  font-size:10px;
  margin-bottom:20px;
  font-weight:900;
  text-transform:uppercase;
}

.partners-heading span{
  width:24px;
  height:3px;
  background:var(--yellow);
  border-radius:10px;
}

.partners-window{
  overflow:hidden;
  width:100%;
  padding:4px 0 8px;
}

.partners-track{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  animation:marquee 34s linear infinite;
  will-change:transform;
}

.partners-window:hover .partners-track{
  animation-play-state:paused;
}

.partner-card{
  width:150px;
  height:82px;
  border:1px solid #dfe4eb;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 14px rgba(9,28,53,.08);
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  transition:var(--transition);
}

.partner-card:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 22px rgba(9,28,53,.13);
}

.partner-card img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

@keyframes marquee{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* =========================================
   FOOTER
========================================= */

.site-footer{
  background:
    linear-gradient(180deg,#030a13,#02070d);
  color:#fff;
  padding-top:34px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:30px;
  padding-bottom:30px;
}

.footer-brand img{
  width:165px;
  height:90px;
  object-fit:contain;
  filter:
    drop-shadow(0 0 6px rgba(58,98,255,.6))
    drop-shadow(0 0 15px rgba(58,98,255,.18));
}

.footer-brand p{
  font-size:10px;
  line-height:1.4;
  color:#d8dce2;
  max-width:220px;
}

.site-footer h4{
  font-size:10px;
  margin:13px 0;
  color:#fff;
  text-transform:uppercase;
}

.site-footer a,
.site-footer span{
  font-size:10px;
  color:#f3f5f7;
  display:block;
  margin:7px 0;
}

.site-footer a{
  transition:var(--transition);
}

.site-footer a:hover{
  color:var(--yellow);
  transform:translateX(3px);
}

.footer-bottom{
  border-top:1px solid #1d2a39;
  min-height:54px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.footer-bottom span{
  font-size:10px;
  color:#c6cbd3;
}

/* =========================================
   ÍCONES FLUTUANTES
========================================= */

.floating-social{
  position:fixed;
  right:18px;
  top:44%;
  transform:translateY(-50%);
  z-index:60;
  display:flex;
  flex-direction:column;
  gap:11px;
}

.float-btn{
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border:5px solid #0b2b55;
  box-shadow:
    0 0 16px rgba(20,121,255,.65),
    0 8px 18px rgba(0,0,0,.22);
  font-size:31px;
  font-weight:900;
  transition:.25s ease;
}

.float-btn:hover{
  transform:scale(1.08);
}

.float-btn.instagram{
  background:
    radial-gradient(
      circle at 30% 100%,
      #feda75 0,
      #fa7e1e 23%,
      #d62976 48%,
      #962fbf 68%,
      #4f5bd5 100%
    );
}

.float-btn.whatsapp{
  background:#22c768;
}

/* =========================================
   RESPONSIVIDADE - TABLET
========================================= */

@media(max-width:980px){

  .desktop-nav,
  .location-pill{
    display:none;
  }

  .menu-toggle{
    display:block;
  }

  .brand{
    width:140px;
  }

  .header-inner{
    height:72px;
  }

  .hero{
    min-height:690px;
    background-position:62% center;
  }

  .hero-inner{
    min-height:690px;
    padding-top:95px;
  }

  .hero-shade{
    background:
      linear-gradient(
        90deg,
        rgba(3,17,36,.98) 0%,
        rgba(3,17,36,.88) 45%,
        rgba(3,17,36,.30) 75%,
        rgba(3,17,36,.14) 100%
      );
  }

  .hero h1 span{
    font-size:40px;
  }

  .hero h1 strong{
    font-size:58px;
  }

  .hero h1 b{
    font-size:35px;
  }

  .hero-note{
    display:none;
  }

  .trust-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .trust-item:nth-child(2){
    border-right:0;
  }

  .service-grid{
    grid-template-columns:1fr;
  }

  .about-grid{
    grid-template-columns:1fr;
  }

  .choice-card{
    grid-template-columns:1fr;
  }

  .coverage-copy{
    grid-template-columns:1fr 190px;
  }

  .footer-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* =========================================
   RESPONSIVIDADE - CELULAR
========================================= */

@media(max-width:640px){

  .container{
    width:min(100% - 26px,1180px);
  }

  .site-header{
    position:absolute;
  }

  .brand{
    width:115px;
    transform:translateY(11px);
  }

  .brand:hover{
    transform:translateY(11px);
  }

  .brand img{
    height:88px;
  }

  .hero{
    min-height:670px;
    background-position:67% center;
  }

  .hero-shade{
    background:
      linear-gradient(
        90deg,
        rgba(3,17,36,.98) 0%,
        rgba(3,17,36,.91) 63%,
        rgba(3,17,36,.40) 100%
      );
  }

  .hero-inner{
    min-height:670px;
    padding-top:92px;
    align-items:flex-start;
  }

  .hero-copy{
    padding-top:44px;
    max-width:360px;
  }

  .eyebrow{
    font-size:8px;
    letter-spacing:2px;
  }

  .hero h1 span{
    font-size:36px;
  }

  .hero h1 strong{
    font-size:52px;
  }

  .hero h1 b{
    font-size:30px;
  }

  .hero-subtitle{
    font-size:16px;
    max-width:290px;
  }

  .hero-benefits{
    gap:13px;
  }

  .hero-benefit{
    font-size:9px;
  }

  .hero-benefit span{
    width:39px;
    height:39px;
    font-size:19px;
  }

  .btn{
    padding:14px 17px;
    font-size:10px;
  }

  .trust-grid{
    grid-template-columns:1fr 1fr;
  }

  .trust-item{
    padding:14px 12px;
    gap:10px;
    min-height:82px;
  }

  .trust-item>span{
    width:38px;
    height:38px;
    min-width:38px;
  }

  .trust-item strong{
    font-size:10px;
  }

  .trust-item small{
    font-size:9px;
  }

  .section{
    padding:42px 0;
  }

  .section-heading h2{
    font-size:24px;
  }

  .service-card{
    min-height:auto;
  }

  .about{
    padding:44px 0;
  }

  .about h2{
    font-size:37px;
  }

  .about-image{
    height:235px;
  }

  .choice-left,
  .choice-right{
    padding:26px 22px;
  }

  .choice-left{
    padding-bottom:120px;
  }

  .coverage-copy{
    grid-template-columns:1fr;
  }

  .radar{
    height:170px;
  }

  .phone-strip-inner{
    height:auto;
    padding:18px 0;
    gap:10px;
    flex-direction:column;
  }

  .phone-strip strong{
    font-size:24px;
  }

  .speed-tag{
    font-size:11px;
  }

  .partner-card{
    width:125px;
    height:70px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    align-items:flex-start;
    gap:6px;
    flex-direction:column;
    padding:18px 0;
  }

  .floating-social{
    right:8px;
    top:auto;
    bottom:18px;
    transform:none;
  }

  .float-btn{
    width:48px;
    height:48px;
    font-size:25px;
    border-width:4px;
  }
}