/* ── Clash Display ── */
@font-face {
  font-family: "ClashDisplay";
  src:
    url("../font/ClashDisplay/ClashDisplay-Variable.woff2") format("woff2"),
    url("../font/ClashDisplay/ClashDisplay-Variable.woff") format("woff"),
    url("../font/ClashDisplay/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
}

/* ── Tokens ── */
:root {
  --blue: #1400ff;
  --yellow: #ffff00;
  --cyan: #00c8ff;
  --dark: #0b0b0b;
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ClashDisplay", sans-serif;
}

/* ══════════════════════════════
     NAVBAR
  ══════════════════════════════ */
#navbar {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
#navbar.scrolled {
  background-color: var(--blue);
}
.brand-logo {
  height: 52px;
}
.nav-link-item {
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0.5rem 1.1rem;
  transition: color 0.2s;
  text-decoration: none;
  display: inline-block;
}
.nav-link-item:hover {
  color: var(--yellow) !important;
}
.nav-link-item.active {
  color: var(--yellow) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn-formulario {
  background: var(--yellow);
  color: var(--blue);
  font-family: "ClashDisplay", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 8px 22px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.btn-formulario:hover {
  background: #ffd000;
  color: var(--blue);
}

/* ══════════════════════════════
     HERO
  ══════════════════════════════ */
#hero {
  position: relative;
  min-height: 100vh;
  background-image: url("../img/hero-banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ══════════════════════════════
     QUEM É EXPEDITO
  ══════════════════════════════ */
#quem {
  background: var(--yellow);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
/* blue downward arrow — top-right, below hero */
#quem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 0;
  height: 0;
  border-left: 72px solid transparent;
  border-right: 72px solid transparent;
  border-top: 52px solid var(--blue);
}

.quem-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 1px;
}
.quem-rule {
  width: 56px;
  height: 5px;
  background: var(--blue);
  margin: 0.5rem 0 2.5rem auto;
}
/* photo frame */
.quem-photo-wrap {
  position: relative;
  display: inline-block;
  max-width: 380px;
  width: 100%;
}
.quem-photo-wrap img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
/* white border overlay */
.quem-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #fff;
  border-radius: 30px;
  pointer-events: none;
}
/* white right-pointing arrow — top-right with margin */
.quem-photo-wrap::before {
  content: "";
  position: absolute;
  top: 56px;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 44px solid #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .quem-photo-wrap::before {
    display: none;
  }
}
.quem-text {
  font-family: "Inter", sans-serif;
  color: var(--blue);
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
}
.quem-text p + p {
  margin-top: 1.4rem;
}

/* ══════════════════════════════
     SUA HISTÓRIA
  ══════════════════════════════ */
#historia {
  background: var(--blue);
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
/* yellow triangle at top-center — from Quem section arrow */
#historia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 72px 0;
  border-color: var(--yellow) transparent transparent;
}
.historia-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  opacity: 0.5;
  pointer-events: none;
}
.historia-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.historia-rule {
  width: 56px;
  height: 5px;
  background: var(--yellow);
  margin-bottom: 2.5rem;
}
/* timeline */
.timeline {
  padding-left: 0;
}
.tl-item {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  margin-bottom: 0;
}
.tl-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.tl-dot {
  width: 22px;
  height: 22px;
  background: var(--yellow);
  border-radius: 50%;
  border: 3px solid var(--blue);
  box-shadow: 0 0 0 3px #fff;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.tl-seg {
  flex: 1;
  width: 2px;
  background: #fff;
}
.tl-item:last-child .tl-seg {
  display: none;
}
.tl-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.72;
  text-align: justify;
}
.tl-item:nth-child(odd) .tl-text {
  color: #fff;
}
.tl-item:nth-child(even) .tl-text {
  color: var(--yellow);
}

/* ══════════════════════════════
     CURRÍCULO
  ══════════════════════════════ */
#curriculo {
  background: var(--cyan);
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
/* two blue triangles at top — transition from blue Historia */
#curriculo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 72px 0;
  border-color: var(--blue) transparent transparent;
}

.curriculo-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  opacity: 0.5;
  pointer-events: none;
}
.curriculo-title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
.curriculo-rule {
  width: 56px;
  height: 5px;
  background: var(--yellow);
  margin-left: auto;
  margin-bottom: 2.5rem;
}
.cv-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.cv-check {
  min-width: 44px;
  width: 44px;
  height: 44px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cv-check i {
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: 900;
}
.cv-pill {
  background: var(--blue);
  border-radius: 50px;
  padding: 10px 22px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  flex: 1;
}
.cv-pill b {
  color: var(--yellow);
}

/* ══════════════════════════════
      ATUAÇÃO
   ══════════════════════════════ */
#atuacao {
  background: var(--yellow);
  position: relative;
  overflow: hidden;
}
.atuacao-left {
  position: relative;
  min-height: 620px;
}
.atuacao-title-wrap {
  position: relative;
  z-index: 1;
  padding: 52px 42px 28px;
}
.atuacao-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.atuacao-rule {
  width: 56px;
  height: 5px;
  background: var(--yellow);
  margin-top: 0.4rem;
}
.atuacao-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.atuacao-right {
  display: flex;
  align-items: stretch;
  background: var(--yellow);
}
.atuacao-textbox {
  background: #fff;
  padding: 2.5rem 2.2rem;
  margin: 2.5rem 0 2.5rem 2.5rem;
  flex: 1;
}
.atuacao-textbox p {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #034ea1;
  line-height: 1.75;
  text-align: justify;
}
.atuacao-textbox p + p {
  margin-top: 1.1rem;
}
.atuacao-yellow-strip {
  width: 20vw;
  flex-shrink: 0;
  background: var(--yellow);
}

@media (min-width: 992px) {
  .atuacao-textbox {
    margin-left: -60px;
    position: relative;
    z-index: 1;
  }
  .atuacao-textbox::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 15%;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-right: 30px solid #fff;
  }
  #contato .cta-yellow,
  #contato .cta-white,
  #contato .social-label {
    text-align: right;
  }
  #contato .social-row {
    justify-content: flex-end;
  }
}

/* ══════════════════════════════
     CONTATO / FORMULÁRIO
  ══════════════════════════════ */
#contato {
  background: var(--blue);
  padding: 80px 0;
}
.contato-heading {
  font-family: "ClashDisplay", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3px;
  margin-bottom: 3rem;
}
.cta-yellow {
  font-family: "ClashDisplay", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
  line-height: 1.3;
}
.cta-white {
  font-family: "ClashDisplay", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-top: 0.6rem;
}
.social-label {
  font-family: "ClashDisplay", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--yellow);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 2rem;
}
.social-row {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 0.6rem;
}
.social-row a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.2s;
}
.social-row a:hover {
  color: var(--yellow);
}
.f-field {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 18px;
  font-family: "ClashDisplay", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #555;
  width: 100%;
  margin-bottom: 12px;
  outline: none;
}
.f-field::placeholder {
  color: #aaa;
}
.f-field:focus {
  box-shadow: 0 0 0 3px rgba(255, 230, 25, 0.45);
}
.btn-submit {
  background: var(--yellow);
  color: var(--blue);
  font-family: "ClashDisplay", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-submit:hover {
  background: #ffd000;
}

/* ══════════════════════════════
     FOOTER
  ══════════════════════════════ */
#footer {
  background: var(--blue);
  padding: 52px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-logo {
  max-height: 88px;
  display: block;
  margin: 0 auto;
}

.container {
  max-width: 1040px;
}

/* ══════════════════════════════
      RESPONSIVE
  ══════════════════════════════ */
@media (max-width: 992px) {
  .hero-title {
    font-size: 5rem;
  }
  .hero-tagline {
    font-size: 1.5rem;
  }
  .hero-badge {
    text-align: center;
    margin-top: 1.5rem;
  }
  .atuacao-left {
    min-height: 420px;
  }
  .atuacao-right {
    flex-direction: column;
  }
  .atuacao-textbox {
    margin: 2rem;
  }
  .atuacao-yellow-strip {
    width: 100%;
    height: 12px;
  }
}
@media (max-width: 768px) {
  #hero {
    background-image: url("../img/expedito-hero-mobile.jpg");
    min-height: auto;
  }
  .hero-title {
    font-size: 3.6rem;
  }
  .hero-tagline {
    font-size: 1.2rem;
  }
  .quem-title,
  .historia-title,
  .curriculo-title,
  .atuacao-title {
    font-size: 2.2rem;
  }
  .contato-heading {
    font-size: 1.5rem;
  }
}
