:root {
  --primary: #061b3a;
  --primary-dark: #031126;
  --primary-medium: #0b2b5a;
  --gold: #f5a800;
  --gold-light: #ffc247;
  --white: #ffffff;
  --text: #0a1733;
  --text-light: #6b7280;
  --bg-light: #f7f9fc;
  --border: #e5e7eb;
  --radius: 14px;
  --transition: 0.25s ease;
  --shadow: 0 10px 30px rgba(2, 12, 27, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Poppins", Inter, Arial, sans-serif; font-size: 16px; color: var(--text); background: var(--white); }
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 40px, 1200px); margin: 0 auto; }
.section { padding: 80px 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #061126; background: linear-gradient(135deg, var(--gold), var(--gold-light)); box-shadow: 0 10px 20px rgba(245,168,0,.25); }
.btn--outline { color: var(--white); border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.03); }
.btn--dark { color: var(--white); background: var(--primary); box-shadow: var(--shadow); }
.center { text-align: center; margin-top: 34px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 82px; background: rgba(3,17,38,.96); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.header__inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); min-width: 236px; }
.brand__mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); font-size: 30px; background: radial-gradient(circle, rgba(245,168,0,.18), rgba(6,27,58,.25)); border: 1px solid rgba(245,168,0,.35); text-shadow: 0 0 18px rgba(245,168,0,.8); }
.brand strong { display: block; font-size: 23px; line-height: 1; }
.brand small { display: block; font-size: 11px; margin-top: 5px; opacity: .9; }
.nav { flex: 1; display: flex; justify-content: center; gap: 34px; color: var(--white); font-size: 13px; font-weight: 600; }
.nav__link { position: relative; padding: 32px 0; }
.nav__link--active::after, .nav__link:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; width: 32px; height: 3px; margin: auto; background: var(--gold); }
.btn--header { border: 1px solid var(--gold); color: var(--gold); min-width: 224px; background: transparent; }
.menu-toggle { display: none; color: var(--white); background: none; border: 0; font-size: 26px; }

/* Hero */
.hero {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  min-height: 760px;
  padding: 0 80px 180px;
  color: var(--white);
  background:
    radial-gradient(ellipse at right, rgba(30, 58, 138, .45), rgba(11, 19, 43, 0) 46%),
    linear-gradient(135deg, #0b132b 0%, #0f1e3d 46%, #031126 100%);
}
.hero__banner {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
  pointer-events: none;
}
.hero__content { position: relative; z-index: 2; max-width: 600px; padding-top: 278px; margin-left: 200px; }
.hero__content h1 { margin: 0; font-size: 56px; line-height: 1.2; letter-spacing: -0.02em; font-weight: 700; color: var(--white); }
.hero__content h1 span { color: #f5a800; }
.hero__content p { margin: 24px 0 0; max-width: 560px; font-size: 18px; line-height: 1.6; color: #cbd5e1; }
.hero__actions { position: relative; z-index: 4; display: flex; gap: 16px; width: auto; margin: 48px 0 0 200px; align-items: center; }
.hero__actions .btn { min-width: 190px; height: 58px; border-radius: 8px; font-size: 16px; font-weight: 600; }

/* Metrics */
.metrics { position: absolute; left: 50%; bottom: -70px; transform: translateX(-50%); width: min(1120px, 92%); z-index: 20; }
.metrics__card { max-width: 1320px; width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; min-height: 126px; align-items: center; padding: 24px 46px; border-radius: 12px; background:#ffffff; border: 1px solid rgba(245,168,0,.55); box-shadow: 0 20px 44px rgba(2,12,27,.32), 0 0 20px rgba(245,168,0,.2); color:#061b3a; backdrop-filter: blur(10px); }
.metric { display: grid; grid-template-columns: 48px 1fr; column-gap: 18px; align-items: center; }
.metric i { grid-row: span 2; color: var(--gold); font-size: 38px; filter: drop-shadow(0 0 8px rgba(245,168,0,.75)); }
.metric strong { font-size: 32px; line-height: 1; }.metric span { color:#6b7280; font-size: 13px; }

/* Services */
.services { background: linear-gradient(#fff, var(--bg-light)); padding-top: 105px; }
.section-heading { max-width: 680px; margin: 0 auto 38px; text-align: center; }
.section-heading span, .eyebrow, .trusted span { color: var(--gold); font-size: 13px; font-weight: 800; }
h2 { margin: 8px 0 12px; font-size: clamp(30px, 4vw, 42px); line-height: 1.18; color: var(--primary-dark); }
.section-heading p, .service-card p, .project p, .about p { color: var(--text-light); line-height: 1.7; }
.services__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { padding: 30px 24px 24px; min-height: 238px; text-align: center; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.service-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 20px 44px rgba(2,12,27,.14); }
.icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: var(--primary); font-size: 28px; box-shadow: inset 0 0 0 1px rgba(245,168,0,.35); }
.service-card h3 { color: var(--primary); margin: 0 0 12px; }.service-card a { color: var(--gold); font-size: 22px; }

/* About */
.about__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 24px 0; }.check-list li { margin: 12px 0; color: var(--primary); }.check-list li::before { content: "✓"; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; margin-right: 10px; padding: 0 4px; }
.about-card { min-height: 360px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 54px; border-radius: var(--radius); border-right: 3px solid var(--gold); background: linear-gradient(rgba(3,17,38,.88), rgba(3,17,38,.92)), radial-gradient(circle at 20% 20%, #526b8e, transparent 30%), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 360"%3E%3Crect fill="%230b2b5a" width="600" height="360"/%3E%3Cpath d="M0 260 C160 120 260 420 600 160" stroke="%23f5a800" stroke-opacity=".25" fill="none" stroke-width="6"/%3E%3C/svg%3E'); color: var(--white); box-shadow: 0 20px 50px rgba(2,12,27,.22); }
.about-card div { padding: 22px; border-radius: 12px; background: rgba(255,255,255,.04); }.about-card i { color: var(--gold); font-size: 42px; margin-right: 18px; }.about-card strong { font-size: 26px; }.about-card span { display: block; margin-top: 6px; color: #e6edf7; }

/* Portfolio */
.portfolio { position: relative; padding-top: 20px; background: var(--bg-light); }
.portfolio .container { position: relative; }.portfolio__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.project { overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }.project h3 { margin: 18px 18px 5px; color: var(--primary); }.project p { margin: 0 18px 22px; font-size: 13px; }
.project__image { height: 160px; background-size: cover; background-position: center; }
.project__image--van { background: linear-gradient(135deg,#dfeaf7,#fff 45%,#f5a800 46% 54%,#0b2b5a 55%); }.project__image--store { background: repeating-linear-gradient(90deg,#fff 0 65px,#ead7bd 66px 130px); }.project__image--health { background: linear-gradient(135deg,#dff7ff,#fff 60%,#78c8b6); }.project__image--studio { background: linear-gradient(135deg,#231912,#6b432e,#111); }
.slider { position: absolute; top: 58%; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #c8d2e0; background: #fff; color: var(--primary); }.slider--left { left: -54px; }.slider--right { right: -54px; }.dots { margin: 22px 0 0; text-align: center; }.dots span { display: inline-block; width: 10px; height: 10px; margin: 0 5px; border-radius: 50%; background: #c6cedb; }.dots .active { background: var(--primary); }

/* Trusted, CTA and Footer */
.trusted{
    background:#fff;
    padding:60px 20px;
    text-align:center;
}

.trusted span{
    display:block;
    color:#0f2144;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:35px;
    text-transform:uppercase;
}

.trusted .logos{
    margin-top:0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
    flex-wrap:wrap;
}

.trusted .logos img{
    max-height:58px;
    width:auto;
    filter:grayscale(100%);
    opacity:.60;
    transition:.25s;
}

.trusted .logos img:hover{
    filter:none;
    opacity:1;
}
.cta { position: relative; overflow: hidden; padding: 42px 20px; color: #fff; background: linear-gradient(110deg, #071b3c, #14245f 58%, #061b3a); }.cta__grid { display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 36px; align-items: center; }.cta h2 { color: #fff; margin: 0; }.cta p { color: #dbe5f2; }.cta__athena { position: absolute; right: 7%; bottom: -32px; width: 150px; height: 150px; border: 1px solid rgba(245,168,0,.45); border-radius: 50%; opacity: .35; }
.footer { padding: 42px 20px 0; color: #dce7f5; background: var(--primary-dark); }.footer__grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr 1.1fr; gap: 38px; }.footer h3 { color: var(--gold); text-transform: uppercase; font-size: 13px; }.footer a { display: block; margin: 9px 0; font-size: 13px; }.footer p { color: #c9d4e3; font-size: 14px; line-height: 1.7; }.social { display: flex; gap: 12px; }.social i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }.footer form { display: flex; border-radius: 6px; overflow: hidden; background: #fff; }.footer input { min-width: 0; flex: 1; border: 0; padding: 13px; }.footer button { width: 45px; border: 0; color: #fff; background: var(--primary-medium); }.footer__bottom { margin-top: 30px; padding: 18px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); }.footer__bottom nav { display: flex; gap: 45px; }

/* Responsive */
@media (max-width: 1050px) { .nav, .btn--header { display: none; } .menu-toggle { display: block; } .about__grid, .cta__grid { grid-template-columns: 1fr; } .hero { min-height: 820px; padding: 0 24px 180px; } .hero__banner { object-position: center right; } .hero__content { margin-left: 56px; padding-top: 180px; } .hero__actions { margin-left: 56px; } .services__grid, .portfolio__grid, .metrics__card { grid-template-columns: repeat(2,1fr); } .footer__grid { grid-template-columns: repeat(2,1fr); } .slider { display: none; } }
@media (max-width: 768px) { .hero { min-height: auto; padding-bottom: 80px; overflow: hidden; } .hero__banner { object-position: center center; opacity: 0.55; } .metrics { position: relative; left: auto; bottom: auto; transform: none; width: 92%; margin: 40px auto 0; } }
@media (max-width: 640px) { .container { width: min(100% - 28px, 1200px); } .section { padding: 58px 14px; } .brand { min-width: 0; }.brand strong { font-size: 18px; }.brand small { display: none; } .hero { min-height: auto; padding: 0 14px 80px; }.hero__content { margin-left: 20px; padding-top: 160px; }.hero__content h1 { font-size: clamp(38px, 11vw, 52px); letter-spacing: -1px; }.hero__content p { font-size: 15px; line-height: 1.55; }.hero__content p br { display: none; }.hero__actions { margin: 40px 20px 0; width: calc(100% - 40px); flex-direction: column; }.hero__actions .btn { width: 100%; } .metrics__card, .services__grid, .portfolio__grid, .about-card, .footer__grid { grid-template-columns: 1fr; } .metrics__card { padding: 26px; } .about-card { padding: 28px; } .cta__grid { text-align: center; } .footer__bottom { flex-direction: column; gap: 12px; }.footer__bottom nav { gap: 20px; flex-wrap: wrap; } }




/* ===== Refinamento das métricas ===== */

.metrics__card{
    align-items:center !important;
    padding:28px 40px !important;
    gap:20px !important;
}

.metric{
    grid-template-columns:44px 1fr !important;
    column-gap:16px !important;
    align-items:center !important;
}

.metric i{
    font-size:34px !important;
}

.metric strong{
    font-size:24px !important;
    line-height:1.12 !important;
    font-weight:700 !important;
    letter-spacing:-0.4px;
    margin-bottom:4px;
}

.metric span{
    font-size:15px !important;
    line-height:1.35 !important;
}

.metric:first-child strong{
    font-size:22px !important;
}

.metric:nth-child(2) strong{
    font-size:22px !important;
}


/* Primeiro card das métricas */
.metrics__card .metric:first-child strong{
    font-size:18px !important;
    line-height:1.15 !important;
    letter-spacing:-0.2px;
}


/* Ajuste individual dos logos parceiros */
.trusted .logos img[src*="correios-gray"]{
    transform:scale(1.10);
}

.trusted .logos img[src*="transportadoras-total-express"]{
    transform:scale(1.15);
}


/* Logo horizontal Athena */
.brand{
    display:flex;
    align-items:center;
    min-width:auto;
}

.brand__logo{
    display:block;
    width:auto;
    height:56px;
}

.footer .brand__logo{
    height:70px;
}

@media (max-width:640px){
    .brand__logo{
        height:48px;
    }

    .footer .brand__logo{
        height:58px;
    }
}


/* Marca textual Athena */
.brand--text{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.brand--text strong{
    font-weight:400 !important;
    font-family:'Poppins',sans-serif;
    font-size:40px;
    font-weight:700;
    color:#ffffff;
    line-height:1;
    letter-spacing:-0.5px;
}

.site-header .brand--text strong{
    font-weight:400 !important;
    font-size:40px;
}

.footer .brand--text strong{
    font-weight:400 !important;
    font-size:34px;
}

@media (max-width:768px){

    .site-header .brand--text strong{
    font-weight:400 !important;
        font-size:28px;
    }

    .footer .brand--text strong{
    font-weight:400 !important;
        font-size:26px;
    }

}


/* FORCA LOGO TEXTO ATHENA */
.brand--text,
.site-header .brand--text,
.footer .brand--text{
    display:flex !important;
    align-items:center !important;
    text-decoration:none !important;
    background:transparent !important;
}

.brand--text img,
.brand--text .brand__logo,
.brand--text .brand__mark,
.brand--text small{
    display:none !important;
}

.brand--text strong,
.site-header .brand--text strong,
.footer .brand--text strong{
    font-weight:400 !important;
    display:block !important;
    font-family:'Poppins', Arial, sans-serif !important;
    font-size:38px !important;
    font-weight: 400 !important;
    color:#ffffff !important;
    line-height:1 !important;
    letter-spacing:-0.7px !important;
    text-shadow:none !important;
}

.footer .brand--text strong{
    font-weight:400 !important;
    font-size:34px !important;
}

@media (max-width:640px){
    .brand--text strong,
    .site-header .brand--text strong{
    font-weight:400 !important;
        font-size:28px !important;
    }

    .footer .brand--text strong{
    font-weight:400 !important;
        font-size:26px !important;
    }
}


/* Refinamento visual dos cards Sobre Nós */
.about-card{
    padding:44px !important;
    gap:20px !important;
}

.about-card > div{
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px 22px !important;
}

.about-card > div i{
    flex:0 0 48px;
    width:48px;
    text-align:center;
    font-size:42px !important;
    margin:0 !important;
}

.about-card > div strong{
    display:block;
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:700;
    margin-bottom:6px;
}

.about-card > div span{
    display:block;
    margin:0 !important;
    font-size:14px;
    line-height:1.45;
    opacity:.92;
}

/* Agrupa texto */
.about-card > div{
    position:relative;
}

.about-card > div strong,
.about-card > div span{
    margin-left:0;
}


/* Sobre Nós - textos empilhados iguais ao modelo */
.about-card > div{
    display:grid !important;
    grid-template-columns:auto 1fr !important;
    grid-template-areas:
        "icon title"
        "icon desc" !important;
    align-items:start !important;
    column-gap:18px !important;
    row-gap:2px !important;
}

.about-card > div i{
    grid-area:icon !important;
    margin:0 !important;
    padding-top:2px !important;
}

.about-card > div strong{
    grid-area:title !important;
    display:block !important;
    margin:0 !important;
    font-size:20px !important;
    line-height:1.22 !important;
    font-weight:700 !important;
}

.about-card > div span{
    grid-area:desc !important;
    display:block !important;
    margin:0 !important;
    font-size:15px !important;
    line-height:1.35 !important;
}


/* Banner passando por baixo da header */
.header,
.site-header,
nav,
.navbar{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

.hero{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hero__banner{
    margin-top: 0 !important;
    transform: translateY(-18px);
}

body{
    padding-top: 0 !important;
}


/* Header +2px de altura */
.header,
.site-header,
.navbar,
header{
    min-height:74px !important;
}

.header .container,
.site-header .container,
.navbar .container,
header .container{
    min-height:74px !important;
    align-items:center;
}


/* Menu +2px na fonte */
header nav a,
.navbar a,
.menu a,
.header__nav a{
    font-size:18px !important;
}


@media (max-width: 768px){
    .hero__content{
        padding-left:24px !important;
    }
}


@media (max-width:991px){
    .hero__content,
    .hero__actions,
    .hero__content .btn-group,
    .hero__content .buttons{
        margin-left:24px !important;
    }
}





/* Hero bloco 300px em direção a imagem Athena */
.hero__content{
    margin-left:411px !important;
    padding-left:0 !important;
}

.hero__actions{
    margin-left:411px !important;
}

@media (max-width:991px){
    .hero__content,
    .hero__actions{
        margin-left:20px !important;
    }
}
