:root {
  --dark: #001b2a;
  --dark-2: #00283b;
  --dark-3: #031521;
  --gold: #c9943a;
  --gold-light: #e3b45b;
  --text: #f7f7f7;
  --muted: #b9c2ca;
  --white: #ffffff;
  --light-bg: #f4f5f6;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  --radius: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #101827;
  background: var(--light-bg);
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */

.site-header {
  background: rgba(0, 27, 42, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
}

.header-content {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  color: var(--white);
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.logo strong {
  font-size: 20px;
  font-weight: 600;
}

.logo span {
  font-size: 19px;
  font-weight: 500;
}

.logo::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--gold);
  margin-top: 7px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--text);
  font-size: 14px;
}

.main-nav a {
  position: relative;
  transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold-light);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  background: var(--gold);
}

.header-btn {
  color: var(--gold-light);
  border: 1px solid var(--gold);
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s ease;
}

.header-btn:hover {
  background: var(--gold);
  color: var(--dark);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 28px;
}

/* Hero */

.hero {
  min-height: 440px;
  background:
    radial-gradient(circle at 70% 20%, rgba(201, 148, 58, 0.18), transparent 28%),
    linear-gradient(105deg, #001725 0%, #00283b 52%, #0c3347 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.hero-bg-detail {
  position: absolute;
  right: -130px;
  top: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(201, 148, 58, 0.28);
  border-radius: 50%;
}

.hero-content {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 30px;
  padding: 28px 0 56px;
}

.tagline {
  display: inline-block;
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 16px;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero p {
  color: #edf3f7;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  min-height: 48px;
  padding: 0 26px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--gold);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--gold-light);
  color: var(--dark);
}

.btn-outline {
  border: 1px solid var(--gold);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--dark);
}

/* Hero illustration */

.hero-illustration {
  height: 300px;
  position: relative;
}

.document-card,
.notebook-card,
.folder-card,
.scale-card,
.chat-card {
  position: absolute;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.document-card {
  width: 130px;
  height: 180px;
  background: linear-gradient(180deg, #fff, #dce5eb);
  right: 250px;
  top: 18px;
  transform: rotate(3deg);
}

.document-card::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 38px;
  width: 80px;
  height: 8px;
  background: #b8c3cb;
  box-shadow: 0 22px #c5ced5, 0 44px #c5ced5, 0 66px #c5ced5;
  border-radius: 20px;
}

.notebook-card {
  width: 245px;
  height: 135px;
  right: 270px;
  bottom: 30px;
  background: linear-gradient(135deg, #18384b, #061925);
  border: 1px solid rgba(255,255,255,0.1);
}

.notebook-card::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -18px;
  width: 190px;
  height: 18px;
  background: #ced7dd;
  border-radius: 0 0 14px 14px;
}

.folder-card {
  width: 210px;
  height: 145px;
  right: 40px;
  bottom: 30px;
  background: linear-gradient(145deg, #102f43, #061724);
  border: 1px solid rgba(201, 148, 58, 0.45);
}

.folder-card::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 26px;
  width: 120px;
  height: 8px;
  border-radius: 20px;
  background: var(--gold);
  box-shadow: 0 28px rgba(255,255,255,0.22), 0 56px rgba(255,255,255,0.16);
}

.scale-card {
  right: 0;
  top: 48px;
  font-size: 74px;
  color: var(--gold);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
}

.chat-card {
  right: 175px;
  bottom: 5px;
  padding: 14px 18px;
  color: var(--white);
  background: #11374c;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
}

/* Features */

.features-wrapper {
  margin-top: 18px;
  position: relative;
  z-index: 4;
}

.features-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 26px;
  border-right: 1px solid #e3e5e8;
}

.feature-item:last-child {
  border-right: 0;
}

.feature-icon {
  min-width: 58px;
  width: 58px;
  height: 58px;
  border: 1px solid #e5d8bd;
  color: var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
}

.feature-item h3 {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--dark-3);
}

.feature-item p {
  color: #394653;
  font-size: 13px;
  line-height: 1.5;
}

/* Services */

.services-section {
  padding: 34px 0 46px;
  background: var(--light-bg);
}

.section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.section-heading span {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 4px;
}

.section-heading h2 {
  font-family: "Playfair Display", serif;
  color: var(--dark-3);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.service-card {
  min-height: 114px;
  background: var(--white);
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: 42px 1fr 12px;
  gap: 14px;
  align-items: start;
  transition: 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.service-icon {
  font-size: 30px;
  color: var(--dark);
}

.service-card h3 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
  font-size: 18px;
  margin-bottom: 8px;
}

.service-card p {
  color: #394653;
  font-size: 12.5px;
  line-height: 1.45;
}

.service-arrow {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
  align-self: end;
}

/* Steps */

.steps-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(201, 148, 58, 0.18), transparent 20%),
    linear-gradient(105deg, var(--dark) 0%, #002b3e 100%);
  padding: 40px 0 30px;
  color: var(--white);
  position: relative;
}

.section-heading.dark h2 {
  color: var(--white);
}

.steps-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.steps-line::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 1px;
  border-top: 1px dashed rgba(201, 148, 58, 0.65);
}

.step-item {
  display: grid;
  grid-template-columns: 44px 60px 1fr;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 14px;
}

.step-icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(201, 148, 58, 0.75);
  color: var(--gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  background: rgba(0,0,0,0.12);
}

.step-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin-bottom: 6px;
}

.step-item p {
  color: #d4dde3;
  font-size: 13px;
  line-height: 1.5;
}

/* Footer */

.site-footer {
  background: #031521;
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1fr 1.5fr 1.6fr;
  gap: 38px;
}

.footer-logo strong {
  font-size: 18px;
}

.footer-logo span {
  font-size: 17px;
}

.footer-brand p,
.site-footer p,
.site-footer a {
  color: #cbd4db;
  font-size: 13px;
  line-height: 1.6;
}

.footer-brand p {
  margin: 16px 0;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(201, 148, 58, 0.6);
  color: var(--gold-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}

.site-footer h4 {
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.site-footer div:not(.footer-bottom):not(.container):not(.social-links):not(.footer-bottom-content) > a {
  display: block;
  margin-bottom: 8px;
}

.newsletter-form {
  margin-top: 12px;
  display: flex;
}

.newsletter-form input {
  height: 42px;
  border: 0;
  padding: 0 14px;
  flex: 1;
  outline: none;
  border-radius: 4px 0 0 4px;
}

.newsletter-form button {
  width: 48px;
  border: 0;
  background: var(--gold);
  color: var(--white);
  font-size: 20px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 15px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Responsivo */

@media (max-width: 1050px) {
  .header-btn {
    display: none;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-item:nth-child(2) {
    border-right: 0;
  }

  .steps-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-line::before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .header-content {
    height: 76px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #031521;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 18px;
    display: none;
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a.active::after {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 42px 0 80px;
  }

  .hero-illustration {
    display: none;
  }

  .features-wrapper {
    margin-top: -42px;
  }

  .features-card {
    grid-template-columns: 1fr;
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid #e3e5e8;
  }

  .feature-item:last-child {
    border-bottom: 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .steps-line {
    grid-template-columns: 1fr;
  }

  .step-item {
    grid-template-columns: 38px 56px 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-content {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .logo strong {
    font-size: 15px;
  }

  .logo span {
    font-size: 15px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .service-card {
    grid-template-columns: 40px 1fr 12px;
  }
}

/* Página de Serviços */

.page-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(201, 148, 58, 0.16), transparent 25%),
    linear-gradient(105deg, #001725 0%, #00283b 55%, #0c3347 100%);
  color: var(--white);
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.page-hero-content {
  min-height: 260px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-hero-text h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}

.page-hero-text h1 span {
  color: var(--gold-light);
}

.page-hero-text p {
  color: #edf3f7;
  font-size: 18px;
  line-height: 1.6;
  max-width: 540px;
}

.page-hero-art {
  height: 230px;
  position: relative;
}

.hero-scale {
  position: absolute;
  left: 90px;
  top: 80px;
  font-size: 74px;
  color: var(--gold);
  opacity: 0.9;
}

.hero-book {
  position: absolute;
  left: 220px;
  top: 35px;
  width: 115px;
  height: 150px;
  background: linear-gradient(145deg, #102f43, #061724);
  border: 1px solid rgba(201, 148, 58, 0.45);
  border-radius: 8px;
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  text-align: center;
  padding-top: 42px;
  font-size: 22px;
  letter-spacing: 2px;
  box-shadow: var(--shadow);
}

.hero-book small {
  font-size: 10px;
  letter-spacing: 1px;
  color: #d8bd84;
}

.hero-laptop {
  position: absolute;
  right: 160px;
  bottom: 34px;
  width: 255px;
  height: 130px;
  background: linear-gradient(135deg, #18384b, #061925);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.hero-laptop::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -18px;
  width: 200px;
  height: 18px;
  background: #ced7dd;
  border-radius: 0 0 14px 14px;
}

.hero-folder {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 150px;
  height: 120px;
  background: linear-gradient(145deg, #102f43, #061724);
  border: 1px solid rgba(201, 148, 58, 0.45);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.hero-folder::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 25px;
  width: 90px;
  height: 7px;
  border-radius: 20px;
  background: var(--gold);
  box-shadow: 0 24px rgba(255,255,255,0.22), 0 48px rgba(255,255,255,0.16);
}

.services-page-section {
  background: var(--light-bg);
  margin-top: 0;
  padding: 28px 0 38px;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
  transform: translateY(18px);
}

.service-page-card {
  min-height: 152px;
  background: #ffffff;
  padding: 24px 20px 20px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  border-right: 1px solid #dfe4e8;
  border-bottom: 1px solid #dfe4e8;
  transition: 0.2s ease;
}

.service-page-card:hover {
  background: #fafafa;
  transform: translateY(-3px);
}

.service-page-icon {
  color: var(--dark);
  font-size: 42px;
  line-height: 1;
  font-family: "Playfair Display", serif;
}

.service-page-info h3 {
  color: var(--dark);
  font-family: "Playfair Display", serif;
  font-size: 19px;
  margin-bottom: 8px;
}

.service-page-info p {
  color: #374350;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.service-page-info a {
  color: var(--dark);
  font-size: 13px;
  font-weight: 800;
}

.service-page-info a span {
  color: var(--gold);
  font-size: 22px;
  margin-left: 8px;
}

.request-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 148, 58, 0.12), transparent 20%),
    linear-gradient(105deg, var(--dark) 0%, #002b3e 100%);
  color: var(--white);
  padding: 8px 0 28px;
}

.request-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 12px;
}

.request-info,
.request-form {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  padding: 30px;
}

.request-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
}

.request-info h2 span {
  color: var(--gold-light);
}

.request-info p {
  color: #edf3f7;
  line-height: 1.6;
  max-width: 420px;
}

.request-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.request-benefits div {
  padding: 0 18px;
  border-right: 1px solid rgba(255,255,255,0.13);
}

.request-benefits div:last-child {
  border-right: 0;
}

.request-benefits strong {
  display: block;
  color: var(--gold);
  font-size: 38px;
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
}

.request-benefits p {
  font-size: 14px;
  color: #ffffff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-group {
  margin-bottom: 13px;
}

.form-group label {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 39px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border-radius: 4px;
  padding: 0 13px;
  outline: none;
  font-family: "Inter", sans-serif;
}

.form-group textarea {
  height: 52px;
  padding-top: 12px;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.55);
}

.form-group select option {
  color: #111;
}

.form-submit {
  width: 100%;
  height: 45px;
  border: 0;
  background: var(--gold);
  color: var(--white);
  font-weight: 800;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease;
}

.form-submit:hover {
  background: var(--gold-light);
  color: var(--dark);
}

@media (max-width: 1050px) {
  .services-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .request-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .page-hero-content {
    grid-template-columns: 1fr;
    padding: 44px 0 70px;
  }

  .page-hero-art {
    display: none;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
    transform: translateY(0px);
  }

  .request-section {
    padding-top: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .request-benefits {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .request-benefits div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    padding: 0 0 18px;
  }

  .request-benefits div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .page-hero-text h1 {
    font-size: 46px;
  }

  .page-hero-text p {
    font-size: 15px;
  }

  .service-page-card {
    grid-template-columns: 42px 1fr;
    padding: 22px 18px;
  }

  .request-info,
  .request-form {
    padding: 22px;
  }
}

/* Área do Cliente */

.client-area {
  background: #f4f5f6;
}

.client-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(201, 148, 58, 0.16), transparent 25%),
    linear-gradient(105deg, #001725 0%, #00283b 58%, #0c3347 100%);
  color: var(--white);
  padding: 42px 0 34px;
  position: relative;
  overflow: hidden;
}

.client-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.client-hero-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
}

.client-welcome h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
}

.client-welcome h1 span {
  color: var(--gold-light);
}

.client-welcome p {
  color: #edf3f7;
  font-size: 17px;
}

.client-user-menu {
  display: flex;
  align-items: center;
  gap: 14px;
}

.notification-btn,
.profile-btn,
.profile-arrow {
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.notification-btn {
  position: relative;
  font-size: 28px;
  color: #d7e0e7;
}

.notification-btn span {
  position: absolute;
  top: 1px;
  right: -1px;
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 50%;
}

.profile-btn {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
  font-size: 15px;
}

.profile-arrow {
  color: var(--gold-light);
  font-size: 18px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}

.summary-card {
  min-height: 118px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  padding: 22px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  backdrop-filter: blur(12px);
}

.summary-icon {
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  display: grid;
  place-items: center;
  font-size: 30px;
  font-family: "Playfair Display", serif;
}

.summary-card h3 {
  font-size: 15px;
  color: #f5f8fa;
  font-weight: 500;
  margin-bottom: 4px;
}

.summary-card strong {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 7px;
}

.summary-card a {
  color: #d1dbe2;
  font-size: 13px;
}

.summary-card a span {
  color: var(--gold-light);
  margin-left: 18px;
}

.client-dashboard {
  padding: 26px 0 28px;
  background: #f4f5f6;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.9fr 0.9fr;
  gap: 18px;
}

.client-panel {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.attendances-panel {
  padding: 24px 28px;
}

.client-panel h2,
.quick-actions h2 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
  font-size: 25px;
  font-weight: 600;
}

.attendance-table {
  margin-top: 18px;
}

.attendance-head,
.attendance-row {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 1fr 0.8fr;
  align-items: center;
  gap: 18px;
}

.attendance-head {
  color: #5c6a76;
  font-size: 13px;
  padding: 0 4px 12px;
  border-bottom: 1px solid #e1e5e8;
}

.attendance-row {
  min-height: 72px;
  border-bottom: 1px solid #e7eaed;
}

.attendance-service {
  display: flex;
  align-items: center;
  gap: 14px;
}

.attendance-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #d7dee4;
  background: #f6f8f9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--dark);
  font-size: 25px;
  font-family: "Playfair Display", serif;
}

.attendance-service strong {
  display: block;
  color: var(--dark);
  font-size: 14px;
  margin-bottom: 4px;
}

.attendance-service small {
  display: block;
  color: #51606b;
  font-size: 12px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.status-analise {
  background: #f3dda8;
  color: #8b5b00;
}

.status-documentos {
  background: #f8d3ad;
  color: #a65300;
}

.status-andamento {
  background: #d8edf9;
  color: #176a99;
}

.status-concluido {
  background: #d9f0df;
  color: #227a3a;
}

.status-finalizado {
  background: #e4e7ea;
  color: #5e6871;
}

.attendance-date {
  color: #33414d;
  font-size: 13px;
}

.attendance-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.attendance-action a {
  min-width: 100px;
  height: 32px;
  border: 1px solid #cbd3d9;
  border-radius: 4px;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.attendance-action button,
.schedule-item button {
  border: 0;
  background: transparent;
  color: var(--dark);
  font-size: 22px;
  cursor: pointer;
}

.see-all-link {
  display: block;
  text-align: center;
  color: #174360;
  font-weight: 700;
  font-size: 14px;
  margin-top: 18px;
}

.client-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.schedule-panel {
  padding: 22px;
}

.panel-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.panel-title-row span {
  color: var(--dark);
  font-size: 22px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 56px 1fr 20px;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e2e6e9;
}

.schedule-date {
  width: 56px;
  height: 56px;
  border: 1px solid #d4dce2;
  border-radius: 6px;
  background: #f6f8f9;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--dark);
}

.schedule-date strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.schedule-date span {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.schedule-info h3 {
  color: var(--dark);
  font-size: 14px;
  margin-bottom: 5px;
}

.schedule-info p,
.schedule-info small {
  color: #4c5965;
  font-size: 12px;
}

.sidebar-link {
  margin-top: 12px;
}

.quick-actions {
  background:
    radial-gradient(circle at 10% 15%, rgba(201, 148, 58, 0.15), transparent 25%),
    linear-gradient(105deg, var(--dark) 0%, #002b3e 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 22px;
}

.quick-actions h2 {
  color: var(--white);
  margin-bottom: 16px;
}

.quick-action {
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--white);
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.quick-action span {
  font-size: 23px;
  color: #dce5eb;
}

.quick-action strong {
  color: var(--gold-light);
  font-size: 24px;
  font-weight: 400;
}

.quick-action.primary {
  background: var(--gold);
  color: var(--white);
}

.quick-action.primary strong {
  color: var(--white);
}

.quick-action:hover {
  background: rgba(201, 148, 58, 0.18);
}

.quick-action.primary:hover {
  background: var(--gold-light);
  color: var(--dark);
}

@media (max-width: 1050px) {
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .client-hero-content {
    flex-direction: column;
    gap: 22px;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .attendance-head {
    display: none;
  }

  .attendance-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .attendance-action {
    justify-content: flex-start;
  }

  .attendance-action a {
    width: 160px;
  }
}

@media (max-width: 520px) {
  .client-hero {
    padding-top: 34px;
  }

  .client-welcome h1 {
    font-size: 44px;
  }

  .client-welcome p {
    font-size: 15px;
    line-height: 1.5;
  }

  .summary-card {
    grid-template-columns: 52px 1fr;
    padding: 20px;
  }

  .summary-icon {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .attendances-panel,
  .schedule-panel,
  .quick-actions {
    padding: 20px;
  }

  .schedule-item {
    grid-template-columns: 52px 1fr;
  }

  .schedule-item button {
    display: none;
  }
}

/* Página Sobre */

.about-page {
  background: var(--light-bg);
}

.about-hero .page-hero-content {
  min-height: 330px;
}

.about-hero .page-hero-text p {
  max-width: 620px;
}

.about-hero-art .hero-scale {
  left: 80px;
  top: 70px;
}

.about-hero-art .hero-book {
  left: 210px;
  top: 30px;
}

.about-hero-art .hero-laptop {
  right: 130px;
  bottom: 28px;
}

.about-hero-art .hero-folder {
  right: 0;
  bottom: 30px;
}

.about-intro {
  padding: 54px 0 42px;
  background: var(--light-bg);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: stretch;
}

.about-text {
  background: var(--white);
  border-radius: 8px;
  padding: 38px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.about-text h2 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 22px;
}

.about-text p {
  color: #394653;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-card {
  background:
    radial-gradient(circle at 20% 10%, rgba(201, 148, 58, 0.14), transparent 28%),
    linear-gradient(145deg, var(--dark) 0%, #002b3e 100%);
  color: var(--white);
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.12);
}

.about-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--gold-light);
}

.about-card > p {
  color: #edf3f7;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.about-card-list {
  display: grid;
  gap: 14px;
}

.about-card-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.about-card-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-card-list strong {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
}

.about-card-list span {
  color: #f3f7fa;
  font-size: 14px;
  font-weight: 600;
}

.about-values {
  padding: 28px 0 50px;
  background: var(--light-bg);
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-value-item {
  background: var(--white);
  border-radius: 8px;
  padding: 30px 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  transition: 0.2s ease;
}

.about-value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

.about-value-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #e5d8bd;
  color: var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
}

.about-value-item h3 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-value-item p {
  color: #394653;
  font-size: 14px;
  line-height: 1.65;
}

.about-cta {
  padding: 0 0 54px;
  background: var(--light-bg);
}

.about-cta-box {
  background:
    radial-gradient(circle at 85% 10%, rgba(201, 148, 58, 0.16), transparent 22%),
    linear-gradient(105deg, var(--dark) 0%, #002b3e 100%);
  color: var(--white);
  border-radius: 8px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: var(--shadow);
}

.about-cta-box h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-cta-box p {
  color: #edf3f7;
  font-size: 15px;
  line-height: 1.6;
  max-width: 660px;
}

.about-cta-box .btn {
  min-width: 190px;
  white-space: nowrap;
}

/* Responsivo - Página Sobre */

@media (max-width: 1050px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .about-hero .page-hero-content {
    min-height: auto;
  }

  .about-text,
  .about-card {
    padding: 26px;
  }

  .about-intro {
    padding: 38px 0 30px;
  }

  .about-cta-box {
    padding: 28px 24px;
  }
}

@media (max-width: 520px) {
  .about-text h2 {
    font-size: 30px;
  }

  .about-card h3,
  .about-cta-box h2 {
    font-size: 28px;
  }

  .about-card-list div {
    grid-template-columns: 42px 1fr;
  }

  .about-card-list strong {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .about-cta-box .btn {
    width: 100%;
  }
}

.contact-theme-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 120px;
  background:
    radial-gradient(circle at 75% 20%, rgba(214, 168, 74, 0.16), transparent 28%),
    linear-gradient(135deg, #001b2a 0%, #062f3e 58%, #0b3b48 100%);
  color: #fff;
}

.contact-theme-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.contact-theme-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -120px;
  border: 1px solid rgba(214, 168, 74, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.contact-theme-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  color: #d6a84a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.contact-eyebrow.dark {
  color: #b98b31;
}

.contact-theme-content h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.contact-theme-content h1 span {
  display: block;
  color: #d6a84a;
}

.contact-theme-content p {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.7;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.contact-theme-visual {
  position: relative;
  min-height: 380px;
}

.contact-document {
  position: absolute;
  top: 18px;
  left: 32%;
  width: 170px;
  height: 230px;
  padding: 48px 28px;
  border-radius: 10px;
  background: #f4f7f8;
  transform: rotate(3deg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.contact-document span {
  display: block;
  height: 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #c3ccd1;
}

.contact-screen-card {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 56%;
  min-height: 168px;
  padding: 34px;
  border-radius: 10px;
  background: #123241;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.26);
}

.screen-line {
  width: 100%;
  height: 10px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.screen-line.gold {
  width: 62%;
  background: #d6a84a;
}

.screen-line.small {
  width: 48%;
}

.contact-badge {
  position: absolute;
  left: 34%;
  bottom: 24px;
  padding: 17px 26px;
  border-radius: 11px;
  background: #123f53;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.contact-scale {
  position: absolute;
  top: 86px;
  right: 10px;
  width: 260px;
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #d6a84a;
  font-size: 5rem;
  background: rgba(6, 47, 62, 0.48);
  box-shadow: inset 0 0 0 1px rgba(214, 168, 74, 0.16);
}

.contact-feature-panel {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding-bottom: 70px;
}

.contact-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
}

.contact-feature-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-right: 1px solid rgba(0, 27, 42, 0.08);
  border-bottom: 1px solid rgba(0, 27, 42, 0.08);
}

.contact-feature-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 168, 74, 0.32);
  border-radius: 50%;
  color: #d6a84a;
  font-size: 1.45rem;
  background: #fff;
}

.contact-feature-item h3 {
  margin: 0 0 8px;
  color: #001b2a;
  font-size: 1.08rem;
}

.contact-feature-item p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.contact-page-section {
  padding: 30px 0 90px;
  background: #f4f5f5;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: start;
}

.contact-info-box h2,
.contact-form-box h2,
.map-box h2 {
  margin: 0 0 18px;
  color: #001b2a;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.contact-info-box p {
  color: #334155;
  line-height: 1.7;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.contact-card {
  padding: 24px;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.contact-card h3 {
  margin: 0 0 8px;
  color: #001b2a;
  font-size: 1rem;
}

.contact-card p {
  margin: 0;
}

.contact-card a {
  color: #334155;
  text-decoration: none;
}

.contact-card a:hover {
  color: #b98b31;
}

.contact-form-box {
  padding: 38px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.08);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group label {
  color: #001b2a;
  font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(0, 27, 42, 0.14);
  border-radius: 13px;
  background: #fff;
  color: #001b2a;
  font: inherit;
  outline: none;
  transition: 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #d6a84a;
  box-shadow: 0 0 0 4px rgba(214, 168, 74, 0.16);
}

.form-group textarea {
  resize: vertical;
}

.form-alert {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 12px;
  font-weight: 700;
}

.form-alert.sucesso {
  background: #e8f7ee;
  color: #1c7c3d;
}

.form-alert.erro {
  background: #fdeaea;
  color: #a52828;
}

.map-section {
  padding: 0 0 90px;
  background: #f4f5f5;
}

.map-box {
  padding: 42px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.06);
}

.map-box p {
  color: #334155;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 280px;
  margin-top: 24px;
  border-radius: 18px;
  background: #f4f5f5;
  color: #64748b;
  border: 1px dashed rgba(0, 27, 42, 0.18);
}

@media (max-width: 980px) {
  .contact-theme-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-theme-visual {
    min-height: 320px;
  }

  .contact-screen-card {
    width: 68%;
  }

  .contact-scale {
    right: 0;
    width: 210px;
  }
}

@media (max-width: 720px) {
  .contact-theme-hero {
    padding: 100px 0 90px;
  }

  .contact-theme-content h1 {
    font-size: clamp(2.7rem, 18vw, 4.2rem);
  }

  .contact-feature-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-feature-item {
    grid-template-columns: 58px 1fr;
    padding: 26px;
  }

  .contact-feature-icon {
    width: 58px;
    height: 58px;
  }

  .contact-form-box,
  .map-box {
    padding: 28px;
  }

  .contact-theme-visual {
    display: none;
  }
}

/* Página Profissionais - Tema da Home */

.profissionais-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
  background:
    radial-gradient(circle at 68% 18%, rgba(212, 175, 55, 0.12), transparent 28%),
    linear-gradient(135deg, #001927 0%, #06283a 52%, #0b3347 100%);
}

.profissionais-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.profissionais-hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -180px;
  top: -160px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.profissionais-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 60px;
  min-height: 430px;
}

.profissionais-hero-text {
  max-width: 650px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 22px;
  color: #d9a637;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.35em;
}

.profissionais-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.96;
  font-weight: 700;
}

.profissionais-hero h1 span {
  display: block;
  color: #d9a637;
}

.profissionais-hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.14rem;
  line-height: 1.8;
}

.profissionais-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn-secondary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-secondary-light:hover {
  border-color: rgba(217, 166, 55, 0.8);
  color: #d9a637;
}

.profissionais-hero-visual {
  position: relative;
  height: 410px;
}

.visual-paper {
  position: absolute;
  top: 24px;
  left: 115px;
  width: 165px;
  height: 225px;
  padding: 48px 28px;
  border-radius: 10px;
  background: #f7f8f8;
  transform: rotate(3deg);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.visual-paper span {
  display: block;
  height: 9px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #b7c0c6;
}

.visual-card-main {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 310px;
  height: 168px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #102d40;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.visual-card-line {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 265px;
  height: 180px;
  padding: 34px;
  border: 1px solid rgba(217, 166, 55, 0.45);
  border-radius: 12px;
  background: rgba(2, 29, 45, 0.45);
}

.visual-card-line span {
  display: block;
  height: 9px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(139, 160, 172, 0.48);
}

.visual-card-line span:first-child {
  width: 150px;
  background: #d9a637;
}

.visual-card-line span:nth-child(2) {
  width: 150px;
}

.visual-card-line span:nth-child(3) {
  width: 118px;
}

.visual-balance {
  position: absolute;
  right: 22px;
  top: 80px;
  font-size: 78px;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.26));
}

.visual-label {
  position: absolute;
  left: 230px;
  bottom: 48px;
  padding: 17px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: #143a50;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.profissionais-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
  padding: 34px;
  border-radius: 18px 18px 0 0;
  background: #ffffff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.14);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 34px;
}

.benefit-item:nth-child(odd) {
  border-right: 1px solid rgba(10, 27, 45, 0.1);
}

.benefit-item:nth-child(1),
.benefit-item:nth-child(2) {
  border-bottom: 1px solid rgba(10, 27, 45, 0.1);
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(217, 166, 55, 0.28);
  border-radius: 50%;
  background: #ffffff;
  font-size: 1.7rem;
}

.benefit-item h3 {
  margin: 0 0 8px;
  color: #001927;
  font-size: 1.14rem;
}

.benefit-item p {
  margin: 0;
  color: #344256;
  line-height: 1.55;
}

.profissionais-section {
  padding: 95px 0;
  background: #f2f2f2;
}

.profissionais-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.profissionais-heading h2 {
  color: #001927;
}

.profissionais-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.profissional-card {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(10, 27, 45, 0.08);
  box-shadow: 0 18px 45px rgba(0, 25, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.profissional-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 25, 39, 0.14);
}

.profissional-foto {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 285px;
  background:
    radial-gradient(circle at 50% 22%, rgba(217, 166, 55, 0.16), transparent 34%),
    linear-gradient(135deg, #001927, #10394f);
}

.profissional-foto::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: rgba(217, 166, 55, 0.42);
}

.profissional-foto img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profissional-foto span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin-bottom: 58px;
  border: 1px solid rgba(217, 166, 55, 0.72);
  border-radius: 50%;
  color: #d9a637;
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.profissional-info {
  padding: 26px;
}

.profissional-cargo {
  display: inline-block;
  margin-bottom: 12px;
  color: #d9a637;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profissional-info h3 {
  margin: 0 0 8px;
  color: #001927;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  line-height: 1.15;
}

.profissional-info small {
  display: block;
  margin-bottom: 16px;
  color: #6b7280;
  font-weight: 700;
}

.profissional-info p {
  margin: 0 0 20px;
  color: #38475a;
  font-size: 0.96rem;
  line-height: 1.7;
}

.profissional-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profissional-areas span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(217, 166, 55, 0.13);
  color: #7a5a13;
  font-size: 0.78rem;
  font-weight: 800;
}

.profissionais-cta {
  padding: 85px 0;
  background: #ffffff;
}

.profissionais-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 166, 55, 0.16), transparent 26%),
    linear-gradient(135deg, #001927, #10394f);
}

.profissionais-cta-box h2 {
  margin: 12px 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.profissionais-cta-box p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.profissionais-cta-box .btn-primary {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .profissionais-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profissionais-hero-grid {
    grid-template-columns: 1fr;
  }

  .profissionais-hero-visual {
    display: none;
  }
}

@media (max-width: 760px) {
  .profissionais-hero {
    padding-top: 95px;
  }

  .profissionais-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .profissionais-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .profissionais-benefits {
    grid-template-columns: 1fr;
    padding: 18px;
    margin-top: 52px;
  }

  .benefit-item {
    padding: 24px 16px;
    border-right: 0 !important;
  }

  .benefit-item:not(:last-child) {
    border-bottom: 1px solid rgba(10, 27, 45, 0.1);
  }

  .profissionais-grid {
    grid-template-columns: 1fr;
  }

  .profissional-foto {
    height: 310px;
  }

  .profissionais-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 24px;
  }
}
/* Ajuste da página Contato para ficar com o mesmo hero da Home */

.contact-theme-hero {
  min-height: 390px;
  padding: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(201, 148, 58, 0.18), transparent 28%),
    linear-gradient(105deg, #001725 0%, #00283b 52%, #0c3347 100%);
  color: var(--white);
}

.contact-theme-hero::before {
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.contact-theme-hero::after {
  width: 620px;
  height: 620px;
  right: -130px;
  top: -220px;
  border: 1px solid rgba(201, 148, 58, 0.28);
}

.contact-theme-grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.contact-eyebrow {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.contact-theme-content h1 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 600;
}

.contact-theme-content h1 span {
  color: var(--gold-light);
}

.contact-theme-content p {
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 28px;
  color: #edf3f7;
  font-size: 17px;
  line-height: 1.6;
}

.contact-hero-actions {
  margin-top: 0;
}

.contact-theme-visual {
  height: 300px;
  min-height: 300px;
  position: relative;
}

.contact-document {
  width: 130px;
  height: 180px;
  right: 250px;
  left: auto;
  top: 18px;
  padding: 38px 25px;
}

.contact-document span {
  height: 8px;
  margin-bottom: 14px;
}

.contact-screen-card {
  width: 245px;
  min-height: 135px;
  right: 270px;
  left: auto;
  bottom: 30px;
  padding: 30px 25px;
}

.screen-line {
  height: 8px;
  margin-bottom: 14px;
}

.contact-scale {
  right: 0;
  top: 48px;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  font-size: 74px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.35));
}

.contact-badge {
  left: auto;
  right: 175px;
  bottom: 5px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 13px;
}

.contact-feature-panel {
  margin-top: 18px;
  padding-bottom: 34px;
}

@media (max-width: 820px) {
  .contact-theme-grid {
    grid-template-columns: 1fr;
    padding: 42px 0 80px;
  }

  .contact-theme-visual {
    display: none;
  }
}

@media (max-width: 520px) {
  .contact-theme-content h1 {
    font-size: 39px;
  }

  .contact-theme-content p {
    font-size: 15px;
  }

  .contact-hero-actions {
    flex-direction: column;
  }
}
/* Ajuste Profissionais para seguir o padrão da Home */

.profissionais-page-hero .hero-content {
  min-height: 440px;
  padding: 28px 0 56px;
}

.profissionais-page-hero .hero-text p {
  max-width: 650px;
}

.profissionais-benefits-wrapper {
  margin-top: 18px;
  padding-bottom: 34px;
}

.profissionais-benefits-card .feature-item {
  min-height: 120px;
}

.profissionais-section {
  padding: 60px 0 95px;
}

.profissionais-heading {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.profissionais-heading p {
  margin-top: 14px;
  color: #394653;
  font-size: 15px;
  line-height: 1.7;
}

.profissionais-cta-box .btn {
  white-space: nowrap;
}

@media (max-width: 820px) {
  .profissionais-page-hero .hero-content {
    min-height: auto;
    padding: 42px 0 80px;
  }

  .profissionais-benefits-wrapper {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .profissionais-page-hero .hero-text h1 {
    font-size: 39px;
  }

  .profissionais-page-hero .hero-text p {
    font-size: 15px;
  }
}

/* Correção do formulário da página Contato */

.contact-page-section {
  padding: 60px 0 80px;
  background: var(--light-bg);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.contact-form-card {
  width: 100%;
  max-width: 100%;
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.contact-form-card .contact-eyebrow {
  margin-bottom: 10px;
}

.contact-form-card h2 {
  margin: 0 0 24px;
  color: var(--dark);
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form .form-group {
  display: block;
  margin-bottom: 0;
}

.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d6dde3;
  border-radius: 8px;
  background: #ffffff;
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  outline: none;
}

.contact-form .form-group textarea {
  height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form .form-group select option {
  color: #111;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 148, 58, 0.16);
}

.contact-submit-btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 26px;
  }
}

/* Hero visual limpo e padronizado */

.hero-visual-clean {
  position: relative;
  width: 100%;
  height: 300px;
  min-height: 300px;
}

.clean-paper,
.clean-panel,
.clean-badge {
  position: absolute;
  border-radius: 12px;
}

.clean-paper {
  top: 18px;
  left: 155px;
  width: 150px;
  height: 210px;
  padding: 42px 24px;
  background: linear-gradient(180deg, #f8fafc 0%, #dde5eb 100%);
  transform: rotate(4deg);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.clean-paper span {
  display: block;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #b7c2cb;
}

.clean-panel {
  background: linear-gradient(135deg, #123447 0%, #061c2a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.clean-panel-main {
  left: 20px;
  bottom: 42px;
  width: 335px;
  height: 160px;
  padding: 42px 38px;
  z-index: 3;
}

.clean-panel-side {
  right: 16px;
  bottom: 42px;
  width: 255px;
  height: 145px;
  padding: 38px 34px;
  border-color: rgba(201, 148, 58, 0.4);
  z-index: 2;
}

.clean-panel span {
  display: block;
  width: 150px;
  height: 9px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.clean-panel span.gold {
  background: var(--gold);
  width: 170px;
}

.clean-panel span.short {
  width: 120px;
}

.clean-badge {
  left: 255px;
  bottom: 8px;
  padding: 15px 26px;
  background: #153c50;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  z-index: 4;
}

.clean-icon {
  position: absolute;
  right: 22px;
  top: 58px;
  color: var(--gold-light);
  font-size: 64px;
  line-height: 1;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
  z-index: 5;
  opacity: 0.95;
}

/* Ajustes finos para hero */

.hero {
  min-height: 440px;
}

.hero-content {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 2;
  padding: 28px 0 56px;
}

.hero-text p {
  max-width: 560px;
}

/* Responsivo */

@media (max-width: 1100px) {
  .clean-paper {
    left: 125px;
  }

  .clean-panel-main {
    width: 300px;
  }

  .clean-panel-side {
    width: 225px;
  }

  .clean-badge {
    left: 210px;
  }
}

@media (max-width: 820px) {
  .hero-visual-clean {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 42px 0 80px;
  }
}

.auth-page,
.painel-page {
  min-height: 70vh;
  background:
    radial-gradient(circle at top left, rgba(191, 155, 89, 0.12), transparent 32%),
    linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
  padding: 72px 16px;
}

.auth-card {
  width: min(100%, 460px);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0, 27, 42, 0.12);
}

.auth-header {
  margin-bottom: 24px;
}

.auth-header h1,
.painel-hero h1 {
  margin: 8px 0 10px;
  color: #001b2a;
  font-family: "Playfair Display", serif;
}

.auth-header p,
.painel-hero p {
  color: #5f6b73;
  line-height: 1.6;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: #001b2a;
  font-weight: 600;
  font-size: 0.95rem;
}

.auth-form input,
.auth-form select {
  width: 100%;
  border: 1px solid rgba(0, 27, 42, 0.16);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  color: #001b2a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-form input:focus,
.auth-form select:focus {
  border-color: #b99252;
  box-shadow: 0 0 0 4px rgba(185, 146, 82, 0.16);
}

.btn-primary {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: #001b2a;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-primary:hover {
  background: #00324d;
  transform: translateY(-1px);
}

.alerta {
  border-radius: 14px;
  padding: 13px 15px;
  margin-bottom: 18px;
  font-weight: 600;
}

.alerta.erro {
  background: #fff1f1;
  color: #9b1c1c;
  border: 1px solid #ffd1d1;
}

.alerta.sucesso {
  background: #effaf3;
  color: #176b36;
  border: 1px solid #ccefd8;
}

.auth-link {
  margin-top: 20px;
  text-align: center;
}

.auth-link a {
  color: #001b2a;
  font-weight: 700;
  text-decoration: none;
}

.painel-hero {
  padding: 56px 0 24px;
}

.painel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 70px;
}

.painel-card {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 26px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.painel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 27, 42, 0.13);
}

.painel-card h2 {
  margin: 0 0 10px;
  color: #001b2a;
  font-size: 1.2rem;
}

.painel-card p {
  margin: 0;
  color: #5f6b73;
  line-height: 1.55;
}

.painel-card.sair {
  border-color: rgba(155, 28, 28, 0.18);
}

.painel-admin-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 26px;
  padding-bottom: 70px;
}

.painel-form-box,
.painel-lista-box {
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.painel-form-box h2,
.painel-lista-box h2 {
  margin-top: 0;
  color: #001b2a;
}

.tabela-responsiva {
  width: 100%;
  overflow-x: auto;
}

.tabela-painel {
  width: 100%;
  border-collapse: collapse;
}

.tabela-painel th,
.tabela-painel td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(0, 27, 42, 0.08);
  text-align: left;
  font-size: 0.95rem;
}

.tabela-painel th {
  color: #001b2a;
  font-weight: 800;
  background: #f8f6f1;
}

.tabela-painel td {
  color: #4d5961;
}

@media (max-width: 900px) {
  .painel-grid,
  .painel-admin-layout {
    grid-template-columns: 1fr;
  }

  .auth-card {
    padding: 26px;
  }
}
.auth-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.auth-actions a {
  color: #001b2a;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

.auth-actions a:hover,
.auth-link a:hover {
  color: #b99252;
}

@media (max-width: 520px) {
  .auth-actions {
    flex-direction: column;
    align-items: center;
  }
}
.password-wrap {
  position: relative;
  width: 100%;
}

.password-wrap input {
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #001b2a;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 6px;
  border-radius: 8px;
}

.password-toggle:hover {
  background: rgba(0, 27, 42, 0.06);
}
.cliente-layout {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 26px;
  padding-bottom: 34px;
}

.painel-texto {
  color: #5f6b73;
  line-height: 1.6;
  margin: 0 0 18px;
}

.auth-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 27, 42, 0.16);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  color: #001b2a;
  outline: none;
  resize: vertical;
  min-height: 140px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-form textarea:focus {
  border-color: #b99252;
  box-shadow: 0 0 0 4px rgba(185, 146, 82, 0.16);
}

.solicitacoes-lista {
  display: grid;
  gap: 16px;
}

.solicitacao-card {
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
}

.solicitacao-topo {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.solicitacao-topo strong {
  color: #001b2a;
}

.solicitacao-card p {
  color: #5f6b73;
  line-height: 1.6;
  margin: 0 0 14px;
}

.solicitacao-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #7a858c;
  font-size: 0.88rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: capitalize;
}

.status-nova {
  background: #eef6ff;
  color: #155a9c;
}

.status-em_analise {
  background: #fff8e8;
  color: #946300;
}

.status-em_atendimento {
  background: #f1efff;
  color: #4734a3;
}

.status-concluida {
  background: #effaf3;
  color: #176b36;
}

.status-cancelada {
  background: #fff1f1;
  color: #9b1c1c;
}

.cliente-acoes {
  padding-top: 0;
}

@media (max-width: 980px) {
  .cliente-layout {
    grid-template-columns: 1fr;
  }
}
.atendimento-toggle-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.atendimento-collapse {
  display: none;
  padding-bottom: 30px;
}

.atendimento-collapse.is-open {
  display: block;
}

.atendimento-panel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  animation: atendimentoFade 0.22s ease;
}

.atendimento-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 27, 42, 0.06);
  color: #001b2a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.atendimento-close:hover {
  background: rgba(155, 28, 28, 0.12);
  transform: rotate(90deg);
}

.cliente-historico {
  padding-bottom: 70px;
}

.cliente-acoes-principais {
  padding-bottom: 26px;
}

@keyframes atendimentoFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.atendimento-resumo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.resumo-card {
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.resumo-card strong {
  display: block;
  font-size: 2rem;
  color: #001b2a;
  margin-bottom: 4px;
}

.resumo-card span {
  color: #5f6b73;
  font-weight: 700;
}

.atendimentos-lista {
  display: grid;
  gap: 22px;
  padding-bottom: 70px;
}

.atendimento-card {
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-left: 6px solid rgba(0, 27, 42, 0.18);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.status-card-fila_espera,
.status-card-nova,
.status-card-em_analise {
  border-left-color: #155a9c;
}

.status-card-em_atendimento {
  border-left-color: #4734a3;
}

.status-card-concluida {
  border-left-color: #176b36;
}

.status-card-cancelada {
  border-left-color: #9b1c1c;
}

.atendimento-card-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.atendimento-card-header h2 {
  margin: 6px 0 6px;
  color: #001b2a;
  font-size: 1.35rem;
}

.atendimento-card-header p {
  margin: 0;
  color: #5f6b73;
}

.atendimento-dados {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 16px;
  border-radius: 16px;
  background: #f8f6f1;
  margin-bottom: 18px;
}

.atendimento-dados span {
  color: #4d5961;
  line-height: 1.5;
  font-size: 0.95rem;
}

.atendimento-mensagem {
  margin-bottom: 18px;
}

.atendimento-mensagem strong {
  display: block;
  color: #001b2a;
  margin-bottom: 8px;
}

.atendimento-mensagem p {
  color: #5f6b73;
  line-height: 1.7;
  margin: 0;
}

.atendimento-acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.atendimento-acoes form {
  margin: 0;
}

.btn-secondary,
.btn-secondary-danger {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-secondary {
  background: #f1efe8;
  color: #001b2a;
}

.btn-secondary:hover {
  background: #e5dfd1;
  transform: translateY(-1px);
}

.btn-secondary-danger {
  background: #fff1f1;
  color: #9b1c1c;
}

.btn-secondary-danger:hover {
  background: #ffdcdc;
  transform: translateY(-1px);
}

.status-fila_espera {
  background: #eef6ff;
  color: #155a9c;
}

@media (max-width: 900px) {
  .atendimento-resumo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atendimento-card-header {
    flex-direction: column;
  }

  .atendimento-dados {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .atendimento-resumo-grid {
    grid-template-columns: 1fr;
  }
}
.detalhe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  padding-bottom: 70px;
}

.detalhe-principal,
.detalhe-lateral {
  display: grid;
  gap: 22px;
  align-content: start;
}

.detalhe-box {
  margin: 0;
}

.detalhe-topo {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.detalhe-mensagem-original {
  color: #5f6b73;
  line-height: 1.75;
  margin: 16px 0 0;
}

.detalhe-info-lista {
  display: grid;
  gap: 12px;
}

.detalhe-info-lista span {
  color: #4d5961;
  line-height: 1.5;
}

.mensagens-lista {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.mensagem-card {
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
}

.mensagem-card.mensagem-interna {
  background: #fff8e8;
  border-color: rgba(148, 99, 0, 0.2);
}

.mensagem-cabecalho {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.mensagem-cabecalho strong {
  color: #001b2a;
}

.mensagem-cabecalho span {
  color: #7a858c;
  font-size: 0.85rem;
  font-weight: 700;
}

.mensagem-card p {
  color: #5f6b73;
  line-height: 1.7;
  margin: 0 0 10px;
}

.mensagem-card small {
  color: #8a949b;
}

.observacao-admin-box {
  border-left: 5px solid #b99252;
}

.detalhe-acoes {
  display: grid;
  gap: 12px;
}

.detalhe-acoes form {
  margin: 0;
}

.detalhe-acoes button,
.detalhe-acoes .btn-link {
  width: 100%;
  justify-content: center;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.solicitacao-acoes {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .detalhe-layout {
    grid-template-columns: 1fr;
  }
}
.arquivos-lista {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.arquivo-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
}

.arquivo-card div {
  display: grid;
  gap: 5px;
}

.arquivo-card strong {
  color: #001b2a;
  word-break: break-word;
}

.arquivo-card span {
  color: #5f6b73;
  font-size: 0.92rem;
}

.arquivo-card small {
  color: #8a949b;
}

.auth-form input[type="file"] {
  width: 100%;
  border: 1px dashed rgba(0, 27, 42, 0.22);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: #001b2a;
  cursor: pointer;
}

@media (max-width: 620px) {
  .arquivo-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .arquivo-card .btn-link {
    width: 100%;
  }
}
.novidades-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.novidade-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff8e8;
  color: #946300;
  border: 1px solid rgba(148, 99, 0, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
}

.solicitacao-topo > div {
  display: grid;
  gap: 4px;
}
.dashboard-metricas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.dashboard-card {
  display: grid;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(0, 27, 42, 0.13);
}

.dashboard-card span {
  color: #5f6b73;
  font-weight: 800;
}

.dashboard-card strong {
  color: #001b2a;
  font-size: 2.2rem;
  line-height: 1;
}

.dashboard-card small {
  color: #7a858c;
  line-height: 1.4;
}

.dashboard-card.destaque {
  border-color: rgba(185, 146, 82, 0.32);
  background:
    radial-gradient(circle at top right, rgba(185, 146, 82, 0.16), transparent 38%),
    #ffffff;
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  padding-bottom: 70px;
}

.dashboard-coluna {
  display: grid;
  gap: 22px;
  align-content: start;
}

.dashboard-box {
  margin: 0;
}

.dashboard-box-topo {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.dashboard-box h2 {
  margin-top: 6px;
}

.dashboard-lista {
  display: grid;
  gap: 16px;
}

.dashboard-linha {
  display: grid;
  grid-template-columns: 150px 1fr 42px;
  gap: 14px;
  align-items: center;
}

.dashboard-linha span {
  color: #001b2a;
  font-weight: 800;
}

.dashboard-linha strong {
  color: #001b2a;
  text-align: right;
}

.dashboard-barra {
  height: 10px;
  border-radius: 999px;
  background: #f1efe8;
  overflow: hidden;
}

.dashboard-barra i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #b99252;
}

.dashboard-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-status-card {
  border-left: 5px solid rgba(0, 27, 42, 0.16);
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 27, 42, 0.06);
}

.dashboard-status-card strong {
  display: block;
  font-size: 1.8rem;
  color: #001b2a;
  margin-bottom: 4px;
}

.dashboard-status-card span {
  color: #5f6b73;
  font-weight: 800;
}

.dashboard-especialistas {
  display: grid;
  gap: 12px;
}

.dashboard-especialista-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 16px;
  padding: 14px;
}

.dashboard-especialista-card div {
  display: grid;
  gap: 4px;
}

.dashboard-especialista-card strong {
  color: #001b2a;
}

.dashboard-especialista-card span {
  color: #5f6b73;
  font-size: 0.92rem;
}

.dashboard-especialista-card b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f6f1;
  color: #001b2a;
}

.dashboard-solicitacoes {
  display: grid;
  gap: 16px;
}

.dashboard-solicitacao-card {
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
}

.dashboard-solicitacao-topo {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.dashboard-solicitacao-topo div {
  display: grid;
  gap: 4px;
}

.dashboard-solicitacao-topo strong {
  color: #001b2a;
}

.dashboard-solicitacao-topo div span {
  color: #5f6b73;
}

.dashboard-solicitacao-info {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  color: #5f6b73;
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .dashboard-metricas,
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-linha {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dashboard-linha strong {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .dashboard-status-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-box-topo,
  .dashboard-solicitacao-topo {
    flex-direction: column;
  }
}
.filtros-atendimentos {
  margin-bottom: 18px;
}

.filtros-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.filtros-card label {
  display: grid;
  gap: 8px;
  color: #001b2a;
  font-weight: 700;
  font-size: 0.92rem;
}

.filtros-card input,
.filtros-card select {
  width: 100%;
  border: 1px solid rgba(0, 27, 42, 0.16);
  border-radius: 14px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
  color: #001b2a;
  outline: none;
}

.filtros-card input:focus,
.filtros-card select:focus {
  border-color: #b99252;
  box-shadow: 0 0 0 4px rgba(185, 146, 82, 0.16);
}

.filtros-acoes {
  display: flex;
  gap: 10px;
  align-items: center;
}

.filtros-acoes .btn-primary,
.filtros-acoes .btn-secondary {
  white-space: nowrap;
  min-height: 44px;
}

.resultado-filtros {
  margin-bottom: 18px;
}

.resultado-filtros p {
  margin: 0;
  color: #5f6b73;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .filtros-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filtros-acoes {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .filtros-card {
    grid-template-columns: 1fr;
  }

  .filtros-acoes {
    flex-direction: column;
    align-items: stretch;
  }

  .filtros-acoes .btn-primary,
  .filtros-acoes .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
.clientes-resumo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.clientes-filtros-card {
  grid-template-columns: 1fr 220px auto;
}

.clientes-lista {
  display: grid;
  gap: 22px;
  padding-bottom: 70px;
}

.cliente-card {
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.cliente-card-topo {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.cliente-card-topo h2 {
  margin: 6px 0 6px;
  color: #001b2a;
}

.cliente-card-topo p {
  margin: 0;
  color: #5f6b73;
}

.cliente-dados-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 16px;
  border-radius: 16px;
  background: #f8f6f1;
  margin-bottom: 18px;
}

.cliente-dados-grid span {
  color: #4d5961;
  line-height: 1.5;
  font-size: 0.95rem;
}

.cliente-acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cliente-acoes form {
  margin: 0;
}

.cliente-detalhe-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 26px;
  padding-bottom: 70px;
}

.cliente-detalhe-lateral,
.cliente-detalhe-principal {
  display: grid;
  gap: 22px;
  align-content: start;
}

.cliente-resumo-lista {
  display: grid;
  gap: 12px;
}

.cliente-resumo-lista div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 14px;
  padding: 12px;
}

.cliente-resumo-lista strong {
  color: #001b2a;
  font-size: 1.2rem;
}

.cliente-resumo-lista span {
  color: #5f6b73;
  font-weight: 700;
}

.cliente-atendimentos-lista {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.cliente-atendimento-card {
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
}

.cliente-atendimento-topo {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.cliente-atendimento-topo div {
  display: grid;
  gap: 4px;
}

.cliente-atendimento-topo strong {
  color: #001b2a;
}

.cliente-atendimento-topo span:not(.status-badge) {
  color: #5f6b73;
}

.cliente-atendimento-card p {
  color: #5f6b73;
  line-height: 1.7;
  margin: 0 0 14px;
}

.cliente-atendimento-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin-bottom: 14px;
  color: #5f6b73;
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .clientes-resumo-grid,
  .cliente-detalhe-layout {
    grid-template-columns: 1fr;
  }

  .clientes-filtros-card {
    grid-template-columns: 1fr;
  }

  .cliente-dados-grid,
  .cliente-atendimento-meta {
    grid-template-columns: 1fr;
  }

  .cliente-card-topo,
  .cliente-atendimento-topo {
    flex-direction: column;
  }
}
.logs-filtros-card {
  grid-template-columns: 1fr 240px 180px auto;
}

.logs-lista {
  display: grid;
  gap: 18px;
  padding-bottom: 70px;
}

.log-card {
  background: #ffffff;
  border: 1px solid rgba(0, 27, 42, 0.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0, 27, 42, 0.08);
}

.log-card-topo {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.log-card-topo h2 {
  margin: 6px 0 8px;
  color: #001b2a;
  font-size: 1.2rem;
}

.log-card-topo p {
  margin: 0;
  color: #5f6b73;
  line-height: 1.6;
}

.log-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  background: #f8f6f1;
  color: #001b2a;
  font-weight: 800;
  font-size: 0.8rem;
  white-space: nowrap;
}

.log-dados {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 15px;
  border-radius: 16px;
  background: #f8f6f1;
}

.log-dados span {
  color: #4d5961;
  font-size: 0.94rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .logs-filtros-card,
  .log-dados {
    grid-template-columns: 1fr;
  }

  .log-card-topo {
    flex-direction: column;
  }
}