@charset "UTF-8";
/* Unicar Rent a Car — site institucional (versão estática para hospedagem Locaweb) */

:root {
  --green-950: #0E4722;
  --green-900: #0E4722;
  --green-700: #2F8A49;
  --green-600: #2F8A49;
  --green-light: #7CCB57;
  --orange: #F68B1F;
  --orange-soft: #FFE5C7;
  --sun: #FFD166;
  --mint: #DDF4D2;
  --sky: #DCEFF1;
  --warm: #FFF8EF;
  --ink: #263238;
  --muted: rgba(38, 50, 56, .70);
  --neutral: #E8F2EA;
  --cream: #E8F2EA;
  --line: rgba(14, 71, 34, .15);
  --white: #FFFFFF;
}

/* Reset equivalente ao preflight usado no build original */
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: inherit; font-weight: inherit; }
p, blockquote, figure { margin: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--warm) 38%, #FFFFFF 100%);
  color: var(--ink);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
main { overflow: clip; }
::selection { color: var(--green-950); background: var(--green-light); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
h1, h2, h3, .button, .header-cta { font-family: "Poppins", "Segoe UI", Arial, sans-serif; }

.site-header {
  width: calc(100% - 48px); max-width: 1440px;
  height: 82px;
  margin: 12px auto 0;
  padding: 0 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 36px;
  gap: 36px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(14,71,34,.08);
}
.brand { width: 190px; min-width: 140px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; font-size: 14px; font-weight: 650; }
.desktop-nav a + a { margin-left: 34px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--green-700); }
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
}
.header-actions > * + * { margin-left: 10px; }
.corporate-mail {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-950);
  border: 1px solid rgba(246,139,31,.42);
  border-radius: 50%;
  background: var(--orange-soft);
  box-shadow: 0 8px 22px rgba(14,71,34,.08);
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.corporate-mail:hover {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(246,139,31,.24);
  transform: translateY(-2px);
}
.corporate-mail:focus-visible { outline: 3px solid rgba(246,139,31,.34); outline-offset: 3px; }
.mail-pictogram {
  width: 20px;
  height: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 3px;
}
.mail-pictogram::before,
.mail-pictogram::after {
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  top: 3px;
  background: currentColor;
}
.mail-pictogram::before { left: -1px; transform: rotate(35deg); }
.mail-pictogram::after { right: -1px; transform: rotate(-35deg); }
.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 13px 18px;
  color: var(--white);
  background: var(--green-950);
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
}
.header-cta span { margin-left: 14px; color: var(--orange); }
.mobile-menu { display: none; }

.hero {
  width: calc(100% - 48px); max-width: 1440px;
  min-height: 720px;
  margin: 18px auto 0;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  grid-gap: 44px;
  gap: 44px;
  gap: clamp(28px, 4vw, 64px);
  padding: 44px;
  padding: clamp(30px, 4vw, 56px);
  background: linear-gradient(135deg, var(--orange-soft) 0%, #FFF7EE 42%, var(--neutral) 100%);
  border-radius: 32px;
}
.hero::after { content: ""; position: absolute; left: -120px; bottom: -170px; width: 330px; height: 330px; border: 58px solid rgba(47,138,73,.11); border-radius: 50%; }
.hero::before {
  content: "";
  position: absolute;
  top: -76px;
  left: 44%;
  width: 18px;
  height: 220px;
  background: var(--orange);
  transform: rotate(45deg);
}
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.3vw, 48px); border: 1px solid rgba(255,255,255,.75); border-radius: 27px; background: rgba(255,255,255,.62); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 22px 55px rgba(14,71,34,.09); }
.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { margin-right: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 {
  margin: 0;
  font-size: 58px; font-size: clamp(47px, 4.25vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 700;
  color: var(--green-950);
}
.hero-lead {
  max-width: 530px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 22px; }
.button-primary { background: var(--green-950); color: var(--white); }
.button-primary span { color: var(--orange); }
.trust-line { margin-top: 48px; display: flex; flex-wrap: wrap; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-line span { margin: 0 22px 8px 0; }
.trust-line span { display: flex; align-items: center; }
.trust-line span::before { content: ""; margin-right: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--green-light); }

.hero-visual { position: relative; min-height: 610px; overflow: hidden; border: 7px solid var(--white); border-radius: 30px; background: var(--green-950); box-shadow: 0 24px 60px rgba(14,71,34,.16); }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual picture img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; -webkit-filter: brightness(1.04) contrast(.96) saturate(1.06); filter: brightness(1.04) contrast(.96) saturate(1.06); transform: scale(1.01); }
.image-shade { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(14,71,34,.02), rgba(14,71,34,.16)); }
.hero-badge { position: absolute; left: 32px; bottom: 30px; padding: 16px 18px; color: var(--green-950); display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.72); border-radius: 14px; background: rgba(255,255,255,.91); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 12px 30px rgba(14,71,34,.10); }
.hero-badge strong { font-size: 21px; }
.hero-badge span { margin-top: 6px; color: var(--muted); font-size: 14px; }
.route-card {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 190px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  background: rgba(14,71,34,.86);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  color: white;
}
.route-card p { margin: 15px 0 0; font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.72); }
.route-card p strong { color: white; font-size: 14px; }
.route-dot { display: block; width: 8px; height: 8px; border: 2px solid var(--orange); border-radius: 50%; }
.route-dot-end { margin-left: calc(100% - 8px); background: var(--orange); }
.route-line { height: 1px; margin: -4px 7px; background: rgba(255,255,255,.35); position: relative; }
.route-line i { position: absolute; left: 34%; top: -2px; width: 5px; height: 5px; background: white; border-radius: 50%; }

.proof-strip {
  width: calc(100% - 48px); max-width: 1440px;
  min-height: 88px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  color: white;
  background: linear-gradient(90deg, var(--green-950), var(--green-700));
  border-top: 5px solid var(--orange);
  border-radius: 20px;
}
.proof-strip > * + * { margin-left: 4vw; }
.proof-strip p { margin: 0; font-size: 17px; font-size: clamp(14px, 1.5vw, 20px); font-weight: 650; }
.proof-strip i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-light); }
.proof-strip i:nth-of-type(2) { background: var(--orange); }

.section { width: calc(100% - 48px); max-width: 1440px; margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; grid-gap: 80px; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .advantage-copy h2, .process-intro h2, .business-copy h2, .final-cta h2 {
  margin: 0;
  font-size: 60px; font-size: clamp(44px, 5vw, 74px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 740;
  color: var(--green-950);
}
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.section-heading.compact { margin-bottom: 46px; }
.audience-section { padding-top: 120px; }
.audience-intro { max-width: 980px; margin-bottom: 52px; }
.audience-intro h2 {
  max-width: 920px;
  margin: 0;
  color: var(--green-950);
  font-size: 64px; font-size: clamp(48px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}
.audience-intro > p:last-child { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; gap: 16px; }
.audience-card {
  min-height: 420px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
}
.audience-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -100px; border: 42px solid currentColor; border-radius: 50%; opacity: .10; }
.audience-corporate { color: white; background: var(--green-950); }
.audience-government { color: var(--green-950); background: var(--orange); }
.audience-executive { color: var(--green-950); background: var(--mint); }
.audience-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.audience-topline > span { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; }
.audience-topline strong { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.audience-card h3 { max-width: 320px; margin: 0 0 16px; font-size: 35px; line-height: 1.05; letter-spacing: -.04em; }
.audience-card p { max-width: 330px; margin: 0; color: currentColor; line-height: 1.65; opacity: .76; }
.audience-card a { width: -moz-fit-content; width: fit-content; position: relative; z-index: 1; display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.audience-card a span { margin-left: 20px; color: currentColor; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; gap: 16px; }
.service-card {
  min-height: 420px;
  padding: 30px 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.service-card:first-child { background: var(--sky); }
.service-card:nth-child(2) { background: var(--orange-soft); }
.service-card:nth-child(3) { background: var(--mint); }
.service-card:hover { background: white; transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,71,34,.09); }
.service-number { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--green-950); border-radius: 12px; font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 0 0 12px; font-size: 28px; letter-spacing: -.03em; }
.service-card p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.6; }
.service-card a { align-self: flex-end; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-900); background: var(--white); }

.advantages {
  width: calc(100% - 48px); max-width: 1440px;
  padding: 96px 64px; padding: 96px clamp(36px, 5vw, 88px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--green-950);
  border-radius: 32px;
}
.advantages::before {
  content: "";
  position: absolute;
  top: -90px;
  right: 12%;
  width: 18px;
  height: 260px;
  background: var(--orange);
  transform: rotate(45deg);
}
.advantages::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border: 60px solid rgba(124,203,87,.16);
  border-radius: 50%;
}
.advantages > * { position: relative; z-index: 1; }
.advantages .advantage-copy h2 { color: var(--white); }
.eyebrow-light { color: rgba(255,255,255,.78); }
.eyebrow-light > span { background: var(--orange); }
.advantage-lead { max-width: 520px; margin: 30px 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 14px; font-weight: 750; }
.text-link span { margin-left: 20px; color: var(--orange); }
.benefit-list { align-self: center; }
.benefit-item { min-height: 90px; display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.benefit-item > span { color: var(--white); font-size: 11px; }
.benefit-item p { margin: 0; font-size: 18px; font-weight: 650; }
.benefit-item i { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--green-light); font-size: 12px; font-style: normal; }

.human-bento { display: grid; grid-template-columns: 1fr; grid-gap: 16px; gap: 16px; }
.human-main {
  min-height: 460px;
  padding: 64px;
  padding: clamp(42px, 6vw, 86px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(145deg, #0A3A1B, var(--green-700));
  border-radius: 32px;
}
.human-main::before { content: "\201C"; position: absolute; top: -80px; right: 20px; color: rgba(255,255,255,.10); font-family: Georgia, serif; font-size: 330px; line-height: 1; }
.human-main > * { position: relative; z-index: 1; }
.human-main h2 { max-width: 650px; margin: 0; color: white; font-size: 70px; font-size: clamp(54px, 6vw, 88px); line-height: .95; letter-spacing: -.06em; }
.human-main > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.7; }
.human-cards { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; gap: 16px; }
.human-card {
  min-height: 285px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  color: var(--green-950);
  border-radius: 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.human-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(14,71,34,.10); }
.human-card::after { content: ""; position: absolute; top: -72px; right: -72px; width: 165px; height: 165px; border: 30px solid currentColor; border-radius: 50%; opacity: .09; }
.human-card > span { position: absolute; top: 28px; left: 28px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; }
.human-card h3 { margin: 0 0 10px; font-size: 34px; letter-spacing: -.04em; }
.human-card p { max-width: 270px; margin: 0; color: currentColor; line-height: 1.55; opacity: .72; }
.human-card-orange { background: var(--orange); }
.human-card-mint { background: var(--mint); }
.human-card-sky { background: var(--sky); }

.public-sector {
  width: calc(100% - 48px); max-width: 1440px;
  min-height: 570px;
  padding: 96px 64px; padding: 96px clamp(36px, 5vw, 88px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-gap: 80px;
  gap: 80px;
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--orange);
  border-radius: 32px;
}
.public-sector-mark { position: absolute; top: -34px; left: -12px; color: rgba(255,255,255,.19); font-family: "Poppins", sans-serif; font-size: 180px; font-size: clamp(110px, 18vw, 250px); font-weight: 700; letter-spacing: -.07em; line-height: 1; }
.public-sector-copy, .public-sector-list { position: relative; z-index: 1; }
.public-sector-copy h2 { max-width: 720px; margin: 0; color: var(--green-950); font-size: 58px; font-size: clamp(46px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; }
.public-sector-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 34px; color: rgba(14,71,34,.78); font-size: 17px; line-height: 1.65; }
.button-public { color: white; background: var(--green-950); }
.button-public span { color: var(--sun); }
.public-sector-list { display: flex; flex-direction: column; align-self: end; border-top: 1px solid rgba(14,71,34,.28); }
.public-sector-list span { min-height: 70px; display: flex; align-items: center; border-bottom: 1px solid rgba(14,71,34,.28); color: var(--green-950); font-size: 14px; font-weight: 700; }
.public-sector-list span::before { content: ""; margin-right: 14px; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: white; }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; gap: 16px; }
.fleet-card {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: 22px;
  color: white;
  isolation: isolate;
  background: var(--neutral);
  box-shadow: 0 16px 38px rgba(14, 71, 34, .09);
}
.fleet-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(14,71,34,0) 34%, rgba(14,71,34,.18) 54%, rgba(14,71,34,.97) 79%);
}
.fleet-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 5px;
  z-index: 1;
  background: var(--orange);
}
.fleet-suv::after { background: var(--green-700); }
.fleet-executive::after { background: var(--green-light); }
.fleet-card picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 72%;
}
.fleet-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.fleet-compact picture img,
.fleet-suv picture img,
.fleet-executive picture img {
  object-fit: contain;
  padding: 42px 14px 28px;
  background: var(--white);
}
.fleet-card:hover picture img { transform: scale(1.035); }
.fleet-card > span {
  align-self: flex-start;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(14,71,34,.84);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  color: white;
  font-size: 11px;
  font-weight: 800;
}
.fleet-copy { position: relative; z-index: 1; }
.fleet-card p { margin: 0 0 8px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fleet-card h3 { margin: 0 0 8px; font-size: 34px; letter-spacing: -.04em; }
.fleet-card small { color: rgba(255,255,255,.72); font-size: 13px; }

.process { position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; grid-gap: 10vw; gap: 10vw; padding: 96px 64px; padding: 96px clamp(36px, 5vw, 88px); background: linear-gradient(135deg, var(--sky), var(--mint)); border-left: 10px solid var(--orange); border-radius: 32px; }
.process::after { content: ""; position: absolute; top: -150px; right: -130px; width: 300px; height: 300px; border: 46px solid rgba(47,138,73,.12); border-radius: 50%; }
.process > * { position: relative; z-index: 1; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { min-height: 140px; display: grid; grid-template-columns: 60px 1fr; grid-gap: 24px; gap: 24px; align-items: center; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--green-light); border-radius: 50%; color: var(--green-950); background: var(--white); font-size: 11px; font-weight: 800; }
.process-list h3 { margin: 0 0 7px; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.5; }

.business-banner {
  width: calc(100% - 48px); max-width: 1440px;
  min-height: 470px;
  margin: 0 auto 120px;
  padding: 64px;
  padding: clamp(36px, 5vw, 88px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  color: white;
  background: url("unicar-hero-fiat-argo-branco.jpg") center/cover;
}
.business-banner::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background: rgba(14,71,34,.86); }
.business-banner::after { content: ""; position: absolute; top: -70px; right: 12%; z-index: 0; width: 18px; height: 290px; background: var(--orange); transform: rotate(45deg); }
.business-banner > * { position: relative; z-index: 1; }
.business-copy { max-width: 700px; }
.business-copy h2 { color: var(--white); }
.business-copy p:last-child { max-width: 570px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; }
.button-light { flex: 0 0 auto; background: var(--white); color: var(--green-950); }
.button-light span { color: var(--orange); }

.final-cta { width: calc(100% - 48px); max-width: 1440px; margin: 0 auto 120px; padding: 96px 64px; padding: 96px clamp(36px, 5vw, 88px); position: relative; overflow: hidden; text-align: center; background: linear-gradient(135deg, var(--orange-soft), var(--mint)); border-radius: 32px; }
.final-cta::before { content: ""; position: absolute; left: -150px; bottom: -220px; width: 390px; height: 390px; border: 58px solid rgba(47,138,73,.14); border-radius: 50%; }
.final-cta::after { content: ""; position: absolute; top: -70px; right: 11%; width: 16px; height: 220px; background: var(--orange); transform: rotate(45deg); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: 80px; font-size: clamp(56px, 7vw, 104px); }
.final-actions { margin-top: 48px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.final-actions a { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--line); border-radius: 99px; font-size: 14px; font-weight: 750; }
.final-actions a:first-child { color: white; background: var(--green-950); border-color: var(--green-950); }
.final-actions a span { margin-left: 20px; }
.final-actions a:first-child span { color: var(--orange); }

footer {
  width: calc(100% - 48px); max-width: 1440px;
  margin: 0 auto 24px;
  padding: 64px 64px 28px; padding: 64px clamp(36px, 5vw, 88px) 28px;
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--green-950);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 32px;
}
footer::after { content: ""; position: absolute; right: -150px; top: -190px; width: 360px; height: 360px; border: 50px solid rgba(124,203,87,.10); border-radius: 50%; }
footer > * { position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; grid-gap: 48px; gap: 48px; gap: clamp(28px, 4vw, 72px); padding-bottom: 48px; }
.footer-brand img { display: block; width: 200px; height: auto; }
.footer-tagline { margin: 18px 0 12px; color: var(--green-light); font-size: 15px; font-weight: 700; }
.footer-desc { max-width: 330px; margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column > * + * { margin-top: 13px; }
.footer-column strong { margin-bottom: 10px; display: flex; align-items: center; gap: 9px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-column strong::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.5; transition: color .2s ease; }
.footer-column a:hover { color: var(--green-light); }
.footer-column a.footer-phone { color: var(--white); font-family: "Poppins", "Segoe UI", Arial, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.social-media { margin-top: 22px; display: flex; align-items: center; }
.social-icon + .social-icon { margin-left: 9px; }
.social-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.social-icon b { font-family: Arial, sans-serif; font-style: normal; line-height: 1; }
.social-facebook b { margin-top: 4px; font-size: 23px; font-weight: 800; }
.social-linkedin b { font-size: 13px; font-weight: 800; letter-spacing: -.04em; }
.social-instagram > i { width: 17px; height: 17px; position: relative; border: 2px solid currentColor; border-radius: 5px; }
.social-instagram > i::before { content: ""; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.social-instagram > i::after { content: ""; position: absolute; top: 2px; right: 2px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; }
.social-youtube > i { width: 19px; height: 14px; position: relative; border-radius: 4px; background: currentColor; }
.social-youtube > i::after { content: ""; position: absolute; left: 8px; top: 4px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid var(--green-950); }
.footer-legal { padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal p { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 10px; }
  .desktop-nav, .header-cta { display: none; }
  .corporate-mail { width: 44px; height: 44px; flex-basis: 44px; }
  .mobile-menu { display: block; position: relative; justify-self: end; }
  .mobile-menu summary { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; padding: 0 11px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 1px; background: var(--ink); }
  .mobile-menu summary span + span { margin-top: 6px; }
  .mobile-menu nav { position: absolute; z-index: 20; top: 54px; right: 0; width: 230px; padding: 12px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 55px rgba(6,29,17,.14); }
  .mobile-menu nav a { padding: 12px; font-size: 14px; font-weight: 650; }
  .mobile-menu nav a:last-child { margin-top: 4px; color: white; background: var(--green-950); border-radius: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; padding-bottom: 50px; }
  .hero-visual { min-height: 580px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 600px; }
  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .advantages { gap: 55px; }
  .human-bento { grid-template-columns: 1fr; }
  .human-main { min-height: 500px; }
  .human-cards { grid-template-columns: repeat(3, 1fr); }
  .human-card-sky { grid-column: auto; }
  .public-sector { grid-template-columns: 1fr; align-items: start; }
  .public-sector-list { max-width: 720px; }
  .fleet-card { min-height: 320px; }
  .process { gap: 60px; }
  .business-banner { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header, .hero, .proof-strip, .section, .advantages, .public-sector, .business-banner, .final-cta, footer { width: calc(100% - 28px); }
  .site-header { height: 72px; top: 8px; margin-top: 8px; padding-inline: 14px; border-radius: 18px; }
  .brand { width: 148px; }
  .hero { min-height: auto; padding: 34px 22px 22px; border-radius: 24px; }
  .hero-copy { padding: 28px 22px; border-radius: 20px; }
  .hero h1 { font-size: 48px; font-size: clamp(43px, 12vw, 62px); }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-line { margin-top: 32px; }
  .trust-line span { margin: 0 18px 11px 0; }
  .hero-visual { min-height: 470px; border-radius: 20px; }
  .route-card { top: 18px; right: 18px; width: 155px; padding: 15px; }
  .hero-badge { left: 22px; bottom: 22px; }
  .proof-strip { justify-content: flex-start; overflow: hidden; padding-inline: 28px; }
  .proof-strip p { white-space: nowrap; }
  .proof-strip p:nth-of-type(4), .proof-strip i:nth-of-type(3) { display: none; }
  .section { padding: 90px 0; }
  .section-heading h2, .audience-intro h2, .advantage-copy h2, .public-sector-copy h2, .process-intro h2, .business-copy h2 { font-size: 44px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 350px; border-radius: 22px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card, .service-card:first-child { min-height: 260px; border: 1px solid var(--line); border-radius: 20px; }
  .advantages { padding: 72px 26px; grid-template-columns: 1fr; border-radius: 22px; }
  .human-main { min-height: 470px; padding: 48px 26px; border-radius: 22px; }
  .human-main h2 { font-size: 54px; }
  .human-cards { grid-template-columns: 1fr; }
  .human-card, .human-card-sky { min-height: 250px; grid-column: auto; border-radius: 22px; }
  .public-sector { min-height: auto; padding: 72px 26px; gap: 48px; border-radius: 22px; }
  .public-sector-mark { top: -12px; font-size: 105px; }
  .benefit-item { grid-template-columns: 38px 1fr auto; }
  .benefit-item p { font-size: 16px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-card { min-height: 300px; }
  .process { grid-template-columns: 1fr; padding: 72px 26px; border-radius: 22px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 15px; }
  .business-banner { min-height: 530px; margin-bottom: 90px; padding: 42px 26px; border-radius: 22px; }
  .button-light { width: 100%; }
  .final-cta { margin-bottom: 90px; padding: 80px 24px; border-radius: 22px; }
  .final-cta h2 { font-size: 56px; font-size: clamp(48px, 15vw, 74px); }
  .final-actions { flex-direction: column; }
  footer { padding: 48px 24px 24px; border-radius: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
  .footer-legal { flex-direction: column; }
}

/* Página Sobre a Unicar */
.about-hero {
  width: calc(100% - 48px); max-width: 1440px;
  margin: 18px auto 0;
  padding: 96px 64px;
  padding: 96px clamp(36px, 5vw, 88px);
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, var(--orange-soft) 0%, #FFF7EE 42%, var(--neutral) 100%);
  border-radius: 32px;
}
.about-hero::after { content: ""; position: absolute; left: -120px; bottom: -170px; width: 330px; height: 330px; border: 58px solid rgba(47,138,73,.11); border-radius: 50%; }
.about-hero::before { content: ""; position: absolute; top: -76px; right: 10%; width: 18px; height: 220px; background: var(--orange); transform: rotate(45deg); }
.about-hero > * { position: relative; z-index: 1; }
.about-hero .eyebrow { justify-content: center; }
.about-hero h1 {
  margin: 0 auto;
  max-width: 900px;
  font-size: 52px; font-size: clamp(40px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 700;
  color: var(--green-950);
}
.about-hero-lead { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.about-hero .hero-actions { justify-content: center; margin-top: 36px; }

.about-story-grid { display: grid; grid-template-columns: 1fr 1.15fr; grid-gap: 80px; gap: 80px; align-items: start; }
.about-story-copy h2 {
  margin: 0;
  font-size: 40px; font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 740;
  color: var(--green-950);
}
.about-story-text p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.about-story-text p + p { margin-top: 22px; }

.about-audience { padding-top: 0; }

/* Bloco-manifesto humanizado */
.about-manifesto {
  width: calc(100% - 48px); max-width: 1440px;
  margin: 18px auto 0;
  padding: 88px 64px;
  padding: clamp(56px, 7vw, 100px) clamp(36px, 6vw, 100px);
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(145deg, #0A3A1B 0%, var(--green-700) 100%);
  border-radius: 32px;
}
.about-manifesto::before { content: "\201C"; position: absolute; top: -46px; left: 28px; color: rgba(255,255,255,.10); font-family: Georgia, serif; font-size: 300px; line-height: 1; }
.about-manifesto::after { content: ""; position: absolute; right: -150px; bottom: -200px; width: 400px; height: 400px; border: 58px solid rgba(124,203,87,.14); border-radius: 50%; }
.about-manifesto > * { position: relative; z-index: 1; }
.about-manifesto .eyebrow { justify-content: center; }
.about-manifesto blockquote {
  max-width: 940px;
  margin: 22px auto 0;
  text-align: center;
  color: white;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 28px; font-size: clamp(24px, 3.1vw, 40px);
  line-height: 1.32;
  letter-spacing: -.02em;
  font-weight: 600;
}
.about-manifesto-sign { margin: 26px 0 0; text-align: center; color: var(--green-light); font-size: 14px; font-weight: 700; letter-spacing: .04em; }

.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 16px; gap: 16px; }
.about-value {
  min-height: 280px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease;
}
.about-value:nth-child(1) { background: var(--sky); }
.about-value:nth-child(2) { background: var(--orange-soft); }
.about-value:nth-child(3) { background: var(--mint); }
.about-value:nth-child(4) { background: var(--neutral); }
.about-value:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,71,34,.09); }
.about-value-icon { width: 52px; height: 52px; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; color: var(--green-950); background: rgba(255,255,255,.72); border: 1px solid rgba(14,71,34,.10); border-radius: 16px; }
.about-value-icon svg { width: 25px; height: 25px; display: block; }
.about-value h3 { margin: 0 0 11px; font-size: 21px; letter-spacing: -.02em; color: var(--green-950); }
.about-value p { margin: 0; color: rgba(14,71,34,.72); font-size: 14.5px; line-height: 1.6; }

@media (max-width: 1020px) {
  .about-story-grid { grid-template-columns: 1fr; grid-gap: 30px; gap: 30px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .about-hero { width: calc(100% - 28px); padding: 72px 26px; border-radius: 24px; }
  .about-hero h1 { font-size: 40px; }
  .about-manifesto { width: calc(100% - 28px); padding: 52px 26px; border-radius: 24px; }
  .about-manifesto::before { font-size: 200px; top: -24px; left: 14px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-value { min-height: 0; }
}

/* Página de acesso ao e-mail — login corporativo */
.login-shell { min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: 1.02fr 1fr; }

/* Painel de marca (esquerda) */
.login-brand {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(40px, 4.5vw, 72px);
  color: white;
  background: linear-gradient(150deg, #0A3A1B 0%, var(--green-700) 100%);
}
.login-brand::before { content: ""; position: absolute; right: -160px; top: -140px; width: 420px; height: 420px; border: 62px solid rgba(124,203,87,.14); border-radius: 50%; }
.login-brand::after { content: ""; position: absolute; left: 8%; bottom: -70px; width: 16px; height: 250px; background: var(--orange); transform: rotate(45deg); }
.login-brand > * { position: relative; z-index: 1; }
.login-brand-logo img { width: 200px; height: auto; }
.login-brand-copy h2 { margin: 0; font-family: "Poppins", "Segoe UI", Arial, sans-serif; font-size: 40px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.06; letter-spacing: -.04em; font-weight: 700; }
.login-brand-copy > p { max-width: 420px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.login-brand-list { margin: 30px 0 0; padding: 0; list-style: none; }
.login-brand-list li { display: flex; align-items: center; margin-top: 14px; color: rgba(255,255,255,.9); font-size: 14.5px; font-weight: 600; }
.login-brand-list li::before { content: ""; width: 20px; height: 20px; margin-right: 12px; flex: 0 0 auto; border-radius: 50%; background: rgba(124,203,87,.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237CCB57' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat; }
.login-brand-legal { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }

/* Painel do formulário (direita) */
.login-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 4vw, 56px);
  background: linear-gradient(180deg, #FFFFFF 0%, var(--warm) 100%);
}
.login-back { position: absolute; top: 26px; left: 26px; display: inline-flex; align-items: center; color: var(--green-700); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.login-back span { margin-right: 8px; }
.login-back:hover { color: var(--green-950); }
.login-card { width: 100%; max-width: 400px; }
.login-mark { width: 62px; height: 62px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; color: var(--green-950); background: var(--orange-soft); border: 1px solid rgba(246,139,31,.42); border-radius: 18px; }
.login-mark .mail-pictogram { transform: scale(1.25); }
.login-card .eyebrow { margin-bottom: 12px; }
.login-card h1 { margin: 0 0 8px; color: var(--green-950); font-size: 34px; font-size: clamp(28px, 3vw, 36px); line-height: 1.05; letter-spacing: -.03em; font-weight: 700; }
.login-hello { margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.55; }

.login-form { display: block; }
.login-field { display: block; margin-bottom: 16px; }
.login-field > span { display: block; margin-bottom: 7px; color: var(--green-950); font-size: 13px; font-weight: 700; }
.login-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.login-field input::placeholder { color: rgba(38,50,56,.42); }
.login-field input:focus {
  outline: none;
  border-color: var(--green-700);
  box-shadow: 0 0 0 4px rgba(47,138,73,.14);
}

/* Campo de e-mail com domínio travado */
.login-emailwrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.login-emailwrap:focus-within { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(47,138,73,.14); }
.login-emailwrap input {
  flex: 1 1 auto;
  min-width: 0;
  height: 50px;
  padding: 0 4px 0 16px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
}
.login-emailwrap input:focus { outline: none; box-shadow: none; }
.login-domain { flex: 0 0 auto; padding: 0 15px 0 6px; color: var(--muted); font-size: 14px; font-weight: 700; white-space: nowrap; }

.login-passwrap { position: relative; display: block; }
.login-passwrap input { padding-right: 92px; }
.login-pass-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  padding: 8px 12px;
  color: var(--green-700);
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.login-pass-toggle:hover { color: var(--green-950); background: rgba(47,138,73,.10); }

.login-row { display: flex; align-items: center; justify-content: space-between; margin: 4px 0 2px; }
.login-remember { display: flex; align-items: center; color: var(--muted); font-size: 13.5px; cursor: pointer; }
.login-remember input { width: 17px; height: 17px; margin-right: 9px; flex: 0 0 auto; accent-color: var(--green-700); }
.login-forgot { color: var(--green-700); font-size: 13.5px; font-weight: 700; }
.login-forgot:hover { color: var(--green-950); }
.login-error { margin: 14px 0 0; padding: 11px 14px; color: #8A1C1C; background: #FDECEC; border: 1px solid rgba(138,28,28,.16); border-radius: 12px; font-size: 13.5px; }
.login-submit { width: 100%; margin-top: 22px; }
.login-foot { margin: 26px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

@media (max-width: 900px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-brand { padding: 40px 26px 34px; }
  .login-brand::after { display: none; }
  .login-brand-logo img { width: 168px; }
  .login-brand-copy h2 { font-size: 28px; }
  .login-brand-copy > p { display: none; }
  .login-brand-list { display: none; }
  .login-brand-legal { display: none; }
  .login-main { padding: 40px 26px 48px; }
  .login-back { position: static; margin: 0 0 26px; align-self: flex-start; }
  .login-card { max-width: 440px; }
}

/* Webmail próprio (portal) — caixa de entrada */
.mail-app { min-height: 100vh; min-height: 100svh; background: linear-gradient(180deg, #FFFFFF 0%, var(--warm) 100%); }
.mail-topbar {
  height: 72px;
  padding: 0 clamp(18px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.mail-brand img { width: 158px; height: auto; }
.mail-account { display: flex; align-items: center; }
.mail-account-email { margin-right: 16px; color: var(--muted); font-size: 14px; font-weight: 600; }
.mail-logout { padding: 9px 18px; color: var(--white); background: var(--green-950); border: 0; border-radius: 99px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s ease; }
.mail-logout:hover { background: var(--green-700); }
.mail-body { width: calc(100% - 40px); max-width: 900px; margin: 0 auto; padding: clamp(28px, 5vw, 52px) 0; }
.mail-heading { margin-bottom: 26px; }
.mail-heading h1 { margin: 0 0 4px; color: var(--green-950); font-size: 30px; letter-spacing: -.03em; font-weight: 700; }
.mail-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.mail-list { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); }
.mail-item { display: flex; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); transition: background .15s ease; }
.mail-item:last-child { border-bottom: 0; }
.mail-item:hover { background: var(--warm); }
.mail-dot { width: 8px; height: 8px; margin-right: 14px; flex: 0 0 auto; border-radius: 50%; background: transparent; }
.mail-item-unread .mail-dot { background: var(--orange); }
.mail-from { width: 200px; flex: 0 0 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--green-950); font-size: 14.5px; font-weight: 700; }
.mail-item-unread .mail-from { color: var(--green-950); }
.mail-subject { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 14px; }
.mail-item-unread .mail-subject { color: var(--ink); font-weight: 600; }
.mail-date { margin-left: 16px; flex: 0 0 auto; color: var(--muted); font-size: 13px; }
.mail-empty { padding: 60px 24px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; background: var(--white); }
.mail-empty p { margin: 0; }
@media (max-width: 620px) {
  .mail-from { width: 120px; }
  .mail-date { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
