/* Inner pages, pricing, booking, company sections */

.navbar--light,
.navbar--light.scrolled {
  background: var(--white);
  border-bottom: none;
  box-shadow: var(--shadow-nav);
  padding: 12px 60px;
}

@media (max-width: 900px) {
  .navbar--light,
  .navbar--light.scrolled {
    padding: 16px 24px;
  }
}

@media (max-width: 480px) {
  .navbar--light,
  .navbar--light.scrolled {
    padding: 14px 16px;
  }

  .nav-logo img {
    height: 34px;
  }
}
.navbar--light .nav-logo { color: var(--heading); }
.navbar--light .nav-logo span { color: var(--primary); }
.navbar--light .nav-links a { color: var(--heading); }
.navbar--light .nav-links a:hover,
.navbar--light .nav-links a.active { color: var(--primary); }
.navbar--light .hamburger span { background: var(--heading); }

.nav-links a.active { color: var(--primary); }

.nav-logo img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}

.navbar.scrolled .nav-logo img,
.navbar--light .nav-logo img {
  height: 40px;
}

.page-hero {
  padding: 140px 0 70px;
  background: var(--primary);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.page-hero p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb a { color: rgba(255,255,255,.7); }
.breadcrumb span { color: rgba(255,255,255,.45); }

.page-content { padding: 90px 0; }
.text-center { text-align: center; }
.section-cta { margin-top: 40px; }

.section-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.services-cta {
  padding-bottom: 60px;
}

.btn-light-outline {
  color: var(--primary);
  background: transparent;
  box-shadow: none;
  border-color: var(--primary);
}

.btn-light-outline:hover {
  color: var(--white);
  background: var(--primary);
  box-shadow: inset 0 0 0 50px var(--primary);
  border-color: var(--primary);
}

.pricing { padding: 100px 0; background: var(--bg-light); }
.pricing-page { padding-top: 70px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-card {
  background: #fff;
  padding: 45px 35px;
  border: 1px solid rgba(0,0,0,.07);
  position: relative;
}
.pricing-card.featured {
  background: var(--primary);
  padding: 55px 35px;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(239,35,60,.35);
  margin: -20px 0;
}
.pricing-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #797979;
  margin-bottom: 14px;
}
.pricing-card.featured .pricing-label { color: rgba(255,255,255,.7); }
.pricing-price {
  font-size: 50px;
  font-weight: 700;
  color: #414141;
  line-height: 1;
  margin-bottom: 5px;
}
.pricing-card.featured .pricing-price { color: #fff; }
.pricing-period { font-size: 13px; color: #797979; margin-bottom: 28px; }
.pricing-card.featured .pricing-period { color: rgba(255,255,255,.6); }
.pricing-divider { width: 38px; height: 3px; background: var(--primary); margin-bottom: 28px; }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,.4); }
.pricing-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #414141;
}
.pricing-card.featured .pricing-features li { color: #fff; }
.pricing-features li.disabled { color: #797979; }
.pricing-card.featured .pricing-features li.disabled { color: rgba(255,255,255,.5); }
.pricing-features i.fa-check { color: var(--primary); font-size: 11px; }
.pricing-card.featured .pricing-features i.fa-check { color: rgba(255,255,255,.8); }
.pricing-features i.fa-times { color: #ccc; font-size: 11px; }
.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 10px;
}
.pricing-card .btn { display: block; text-align: center; }

.consultation-card .pricing-price {
  font-size: 44px;
  color: var(--primary);
  margin-bottom: 5px;
}

.consultation-card .pricing-price i {
  line-height: 1;
}

.exchange-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}
.exchange-tag {
  padding: 9px 20px;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 13px;
  font-weight: 600;
  color: #414141;
}

.client-strip {
  padding: 50px 0;
  background: var(--bg-light);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.client-strip p {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.trust-item {
  text-align: center;
  padding: 28px 16px;
  border: 1px solid var(--border-subtle);
  background: #fff;
}
.trust-item i { font-size: 28px; color: var(--primary); margin-bottom: 12px; }
.trust-item h4 { font-size: 14px; margin-bottom: 6px; }
.trust-item p { font-size: 12px; line-height: 1.6; }

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.about-story p { font-size: 15px; line-height: 1.85; margin-bottom: 16px; }
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.value-card {
  padding: 32px;
  border: 1px solid var(--border-subtle);
}
.value-card i { font-size: 24px; color: var(--primary); margin-bottom: 14px; }
.value-card h4 { font-size: 15px; margin-bottom: 8px; }
.value-card p { font-size: 13px; line-height: 1.7; }

.booking-section { padding: 90px 0; background: var(--bg-light); }
.booking-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
}
.booking-steps {
  display: flex;
  border-bottom: 1px solid var(--border-subtle);
}
.booking-step-tab {
  flex: 1;
  padding: 16px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 3px solid transparent;
  cursor: default;
  transition: all .3s;
}
.booking-step-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: rgba(239,35,60,.04);
}
.booking-step-tab.done { color: var(--heading); }
.booking-panel { display: none; padding: 36px; }
.booking-panel.active { display: block; }

.meeting-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.meeting-type {
  padding: 24px 18px;
  border: 2px solid rgba(0,0,0,.08);
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}
.meeting-type:hover,
.meeting-type.selected {
  border-color: var(--primary);
  background: rgba(239,35,60,.04);
}
.meeting-type i { font-size: 26px; color: var(--primary); margin-bottom: 10px; }
.meeting-type h4 { font-size: 14px; margin-bottom: 6px; }
.meeting-type p { font-size: 12px; line-height: 1.6; color: var(--text); }
.meeting-type .duration {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  margin-top: 8px;
}

.booking-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  gap: 12px;
}
.booking-nav .btn { min-width: 140px; text-align: center; }

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calendar-header h3 { font-size: 16px; font-weight: 700; }
.calendar-nav-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  cursor: pointer;
  color: var(--heading);
}
.calendar-nav-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.calendar-dow {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--text);
  padding: 8px 0;
  text-transform: uppercase;
}
.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s;
}
.calendar-day:hover:not(.empty):not(.disabled) {
  border-color: var(--primary);
  color: var(--primary);
}
.calendar-day.selected { background: var(--primary); color: #fff; }
.calendar-day.disabled { color: #ccc; cursor: not-allowed; }
.calendar-day.empty { cursor: default; }
.calendar-day.today { border-color: var(--primary); }

.time-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.time-slot {
  padding: 12px 8px;
  text-align: center;
  border: 2px solid rgba(0,0,0,.08);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.time-slot:hover,
.time-slot.selected {
  border-color: var(--primary);
  background: rgba(239,35,60,.06);
  color: var(--primary);
}
.time-slot.disabled { opacity: .35; cursor: not-allowed; }

.booking-summary {
  background: var(--bg-light);
  padding: 20px;
  margin-bottom: 24px;
  border-left: 3px solid var(--primary);
}
.booking-summary p { font-size: 13px; margin-bottom: 6px; color: var(--heading); }

.booking-success {
  text-align: center;
  padding: 50px 30px;
  display: none;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border-subtle);
}
.booking-success i { font-size: 52px; color: var(--primary); margin-bottom: 16px; }
.booking-success h3 { margin-bottom: 10px; }
.booking-success p { margin-bottom: 20px; line-height: 1.7; }

.contact-light { padding: 90px 0; background: var(--bg-light); }
.contact-light .contact-form { box-shadow: var(--shadow-card); }
.contact-light .contact-info-box {
  background: #fff;
  padding: 40px;
  border: 1px solid var(--border-subtle);
}
.contact-light .contact-info-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--heading);
}
.contact-light .info-item h4 { color: var(--text); }
.contact-light .info-item p { color: var(--heading); }
.contact-light .info-icon {
  background: rgba(239,35,60,.08);
  color: var(--primary);
}

.home-services-preview { padding: 90px 0; }
.home-cta-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .page-hero { padding: 120px 0 56px; }
  .pricing { padding: 70px 0; }
  .pricing-page { padding-top: 56px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 640px; gap: 0; }
  .pricing-card.featured { margin: 0; padding: 45px 28px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .meeting-types { grid-template-columns: 1fr; }
  .time-slots { grid-template-columns: repeat(2, 1fr); }
  .booking-step-tab { font-size: 10px; padding: 12px 6px; }
}

@media (max-width: 600px) {
  .page-hero { padding: 110px 0 48px; }
  .page-hero h1 { font-size: clamp(26px, 7vw, 36px); }
  .page-hero p { font-size: 14px; padding: 0 8px; }
  .breadcrumb { flex-wrap: wrap; padding: 0 12px; }

  .pricing { padding: 56px 0; }
  .pricing-page { padding-top: 48px; }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 16px;
  }
  .pricing-card {
    padding: 32px 24px;
    border: 1px solid rgba(0, 0, 0, .07);
  }
  .pricing-card.featured {
    padding: 36px 24px;
    order: -1;
  }
  .pricing-price { font-size: 40px; }
  .consultation-card .pricing-price { font-size: 36px; }
  .pricing-features li { font-size: 13px; }
  .exchange-tags { gap: 8px; padding: 0 4px; }
  .exchange-tag { font-size: 12px; padding: 8px 14px; }

  .trust-grid { grid-template-columns: 1fr; }
  .time-slots { grid-template-columns: 1fr; }
  .booking-panel { padding: 24px 18px; }
  .booking-steps { flex-wrap: wrap; }
  .booking-step-tab { flex: 1 1 33%; min-width: 0; }
}

@media (max-width: 380px) {
  .pricing-card { padding: 28px 18px; }
  .pricing-price { font-size: 34px; }
}

/* ============================================================
   COIN PORTFOLIO GRID
   ============================================================ */
.coin-portfolio { padding: 90px 0; background: var(--white); }

.coin-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.coin-item {
  background: var(--white);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-subtle);
  transition: transform ease-out .35s, box-shadow ease-out .35s;
}
.coin-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

.coin-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  min-height: 230px;
  background: var(--white);
}
.coin-item-img img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.coin-item-placeholder {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  color: var(--primary);
}

.coin-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-top: 1px solid var(--border-subtle);
  background: var(--white);
}
.coin-item-footer h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--heading);
  line-height: 1.35;
}
.coin-item-footer h4 span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--text);
  margin-top: 2px;
}

.coin-item-plus {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transition: background ease-out .3s;
}
.coin-item-plus:hover {
  background: var(--heading);
  color: var(--white);
}

@media (max-width: 900px) {
  .coin-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .coin-portfolio-grid { grid-template-columns: 1fr; }
  .coin-item-img { min-height: 200px; padding: 28px 20px; }
}

/* ============================================================
   SIMPLE FOOTER + WHATSAPP FLOAT
   ============================================================ */
.footer-simple {
  padding: 42px 0 36px;
  background: var(--primary);
}

.footer-simple-inner {
  text-align: center;
}

.footer-address {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}

.footer-contact {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 22px;
}

.footer-contact a {
  color: var(--white);
  transition: opacity ease-out .3s;
}

.footer-contact a:hover {
  opacity: .85;
  color: var(--white);
}

.footer-sep {
  margin: 0 10px;
  opacity: .75;
}

.footer-divider {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
  margin: 0 auto 18px;
}

.footer-copy {
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  line-height: 1.6;
}

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-tooltip {
  background: var(--white);
  color: var(--heading);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .15);
  position: relative;
  white-space: nowrap;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--white);
}

.whatsapp-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .45);
  transition: transform ease-out .3s, box-shadow ease-out .3s;
}

.whatsapp-btn:hover {
  color: var(--white);
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(37, 211, 102, .55);
}

@media (max-width: 600px) {
  .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer-sep {
    display: none;
  }

  .whatsapp-tooltip {
    display: none;
  }

  #back-top {
    bottom: 88px;
  }
}
