/* demo-site-despachante.css — clone estrutural do mockup "GlobalTrade Dynamics" */
:root{
  --teal:#0f8a8a;
  --teal-light:#12a5a5;
  --navy:#122b45;
  --navy-deep:#0a1c30;
  --ink:#1c2733;
  --muted:#5b6b7d;
  --bg-alt:#f2f6f7;
  --border:#e2e8ea;
  --white:#fff;
}
*{box-sizing:border-box;}
body{margin:0;font-family:'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--white);}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
.container{max-width:1180px;margin:0 auto;padding:0 24px;}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:var(--navy-deep);}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1180px;margin:0 auto;}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.05rem;color:#fff;}
.brand svg{width:30px;height:30px;color:var(--teal-light);}
.nav-main{display:flex;gap:24px;}
.nav-main a{font-size:.82rem;font-weight:700;color:#c9d6e0;}
.nav-main a.active{color:var(--teal-light);border-bottom:2px solid var(--teal-light);padding-bottom:4px;}
.btn-header{background:var(--teal);color:#fff;padding:10px 20px;border-radius:5px;font-weight:800;font-size:.78rem;white-space:nowrap;}

/* hero */
.hero-desp{position:relative;background:var(--navy);min-height:420px;display:flex;align-items:center;overflow:hidden;}
.hero-desp img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;}
.hero-desp::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,28,48,.95) 40%,rgba(10,28,48,.55) 100%);}
.hero-desp-inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:60px 24px;width:100%;}
.hero-desp-inner h1{font-size:2.3rem;line-height:1.2;color:#fff;font-weight:800;margin:0 0 16px;max-width:620px;}
.hero-desp-inner p{font-size:.98rem;color:#c9d6e0;max-width:520px;margin:0 0 24px;}
.hero-desp-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.btn-teal{background:var(--teal);color:#fff;padding:13px 26px;border-radius:5px;font-weight:800;font-size:.82rem;}
.btn-outline-white{border:2px solid #fff;color:#fff;padding:11px 26px;border-radius:5px;font-weight:800;font-size:.82rem;}

/* section */
.section{padding:64px 0;}
.section--alt{background:var(--bg-alt);}
.section-title{text-align:center;font-size:1.6rem;font-weight:800;color:var(--navy);margin:0 0 40px;}

/* expertise */
.expertise-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.expertise-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px 20px;text-align:center;box-shadow:0 2px 10px rgba(10,40,60,.05);}
.expertise-card .icon-circle{width:54px;height:54px;border-radius:10px;background:#e3f3f3;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--teal);}
.expertise-card .icon-circle svg{width:26px;height:26px;}
.expertise-card h3{font-size:.98rem;font-weight:800;color:var(--navy);margin:0 0 8px;}
.expertise-card p{font-size:.82rem;color:var(--muted);line-height:1.5;margin:0 0 12px;min-height:56px;}
.expertise-card .learn-more{font-size:.76rem;font-weight:800;color:var(--teal);}
@media (max-width:900px){.expertise-grid-4{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.expertise-grid-4{grid-template-columns:1fr;}}

/* why choose */
.why-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center;}
.why-item-desp .icon-circle{width:60px;height:60px;border-radius:50%;background:#e3f3f3;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--teal);}
.why-item-desp .icon-circle svg{width:28px;height:28px;}
.why-item-desp h3{font-size:.9rem;font-weight:800;color:var(--navy);margin:0;}
@media (max-width:900px){.why-grid-4{grid-template-columns:repeat(2,1fr);}}

/* testimonial carousel single */
.testimonial-desp-wrap{text-align:center;max-width:640px;margin:0 auto;}
.testimonial-desp-wrap .quote-mark{font-size:2.4rem;color:var(--teal);font-weight:800;line-height:1;}
.testimonial-desp-wrap p{font-size:1.02rem;color:var(--ink);line-height:1.6;margin:8px 0 20px;font-style:italic;}
.testimonial-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin:0 auto 10px;}
.testimonial-desp-wrap h4{font-size:.92rem;font-weight:800;color:var(--navy);margin:0;}
.testimonial-desp-wrap .role{font-size:.78rem;color:var(--muted);margin:2px 0 0;}
.dots-row{display:flex;justify-content:center;gap:8px;margin-top:24px;}
.dots-row span{width:8px;height:8px;border-radius:50%;background:#c4d3d3;}
.dots-row span.active{background:var(--teal);}
.trusted-title{text-align:center;font-size:.85rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:44px 0 20px;}
.logo-strip{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;}
.logo-strip span{font-weight:800;color:var(--muted);font-size:.9rem;opacity:.7;}

/* industry solutions */
.industry-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.industry-card{border-radius:8px;overflow:hidden;border:1px solid var(--border);}
.industry-card img{width:100%;height:170px;object-fit:cover;}
.industry-card-body{padding:18px 20px;}
.industry-card-body h3{font-size:1rem;font-weight:800;color:var(--navy);margin:0 0 8px;}
.industry-card-body p{font-size:.85rem;color:var(--muted);line-height:1.5;margin:0 0 12px;}
.industry-card-body .learn-more{font-size:.78rem;font-weight:800;color:var(--teal);}
@media (max-width:900px){.industry-grid-3{grid-template-columns:1fr;}}

/* dark cta band */
.cta-band{background:var(--navy-deep);padding:56px 0;text-align:center;}
.cta-band h2{color:#fff;font-size:1.6rem;font-weight:800;margin:0 0 24px;}
.cta-band .btn-teal{padding:14px 32px;font-size:.85rem;}

/* footer */
.site-footer{background:var(--navy-deep);color:#c9d6e0;padding:36px 0 20px;border-top:1px solid rgba(255,255,255,.06);}
.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px;padding-bottom:24px;}
.footer-brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#fff;font-size:1rem;margin-bottom:12px;}
.footer-brand svg{width:24px;height:24px;color:var(--teal-light);}
.footer-col h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:#fff;margin:0 0 12px;}
.footer-col a,.footer-col li{display:block;font-size:.84rem;color:#c9d6e0;margin-bottom:8px;}
.social-icons{display:flex;gap:10px;margin-top:10px;}
.social-icons a{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;}
.social-icons svg{width:14px;height:14px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:16px;padding-top:16px;text-align:center;font-size:.76rem;color:#7f93a7;}
@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;}}

/* whatsapp fab shared */
.wa-fab{position:fixed;bottom:22px;right:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:60;}
.wa-fab svg{width:30px;height:30px;color:#fff;}
