/* ═══════════════════════════════════════════════════════════
   PAGES — Pricing Preview · Contact · Floating Buttons · Footer
   Agencia OZ — css/pages.css
   ═══════════════════════════════════════════════════════════ */

/* ─── PRICING PREVIEW ──────────────────────────────────────── */
.pricing-preview {
  background: linear-gradient(180deg, var(--dark) 0%, var(--navy) 100%);
  padding: 100px 0;
}

.pricing-preview .section-label {
  text-align: center;
  margin-bottom: 8px;
}

.pricing-preview h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  text-align: center;
  margin-bottom: 16px;
}

.pricing-preview .subtitle {
  text-align: center;
  color: var(--warm-gray);
  font-size: 1.05rem;
  max-width: 550px;
  margin: 0 auto 48px;
}

.pricing-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.price-highlight-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
}

.price-highlight-card:hover {
  border-color: rgba(181, 114, 75, 0.3);
  transform: translateY(-4px);
}

.price-highlight-card .ph-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #1a1a1a, #111);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 6px 6px 14px rgba(0,0,0,0.5), -4px -4px 10px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(181, 114, 75, 0.12);
}

.price-highlight-card .ph-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--copper);
  stroke-width: 1.8;
  fill: none;
}

.price-highlight-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.price-highlight-card .ph-price {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--copper), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.price-highlight-card p {
  color: var(--warm-gray);
  font-size: 0.85rem;
}

.pricing-preview .cta-center {
  text-align: center;
}

.pricing-preview .btn-view-all {
  display: inline-block;
  background: linear-gradient(135deg, var(--copper), var(--gold));
  color: var(--dark);
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
}

.pricing-preview .btn-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(181, 114, 75, 0.3);
}

@media (max-width: 768px) {
  .pricing-highlights {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 48px;
  }
}

/* ─── CONTACT / CTA ───────────────────────────────────────── */
.contact-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(181, 114, 75, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(200, 181, 131, 0.08) 0%, transparent 50%);
}

.contact-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.contact-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-inner p {
  font-size: 1.1rem;
  color: var(--warm-gray);
  max-width: 550px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.contact-rows {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.contact-row-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--copper);
  margin-bottom: 16px;
  font-weight: 500;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.contact-item {
  text-align: center;
}

.contact-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--copper);
  margin-bottom: 6px;
}

.contact-item .value {
  font-size: 1rem;
  color: var(--white);
}

.contact-item .value a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s;
}

.contact-item .value a:hover { color: var(--copper-light); }

.contact-office {
  text-align: center;
}

.contact-city {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--copper);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(181, 114, 75, 0.2);
}

/* ─── FLOATING CONTACT BUTTONS (WhatsApp + Telegram) ──────── */
.floating-buttons {
  position: fixed;
  bottom: 100px;
  right: 28px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.float-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.3s;
  text-decoration: none;
}

.float-btn a:hover {
  transform: scale(1.1);
}

.float-btn svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.float-btn .tooltip {
  background: rgba(15, 26, 46, 0.95);
  color: var(--white);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  right: 70px;
}

.float-btn:hover .tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* WhatsApp */
.float-btn.whatsapp a {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}
.float-btn.whatsapp a:hover {
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}
.float-btn.whatsapp .tooltip {
  border: 1px solid rgba(37, 211, 102, 0.2);
}

/* Telegram */
.float-btn.telegram a {
  background: linear-gradient(135deg, #2AABEE, #229ED9);
  box-shadow: 0 4px 20px rgba(42, 171, 238, 0.4);
}
.float-btn.telegram a:hover {
  box-shadow: 0 6px 30px rgba(42, 171, 238, 0.6);
}
.float-btn.telegram .tooltip {
  border: 1px solid rgba(42, 171, 238, 0.2);
}

/* ─── FOOTER ───────────────────────────────────────────────── */
footer {
  background: var(--dark);
  padding: 40px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-inner p {
  font-size: 13px;
  color: var(--warm-gray);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #1a1a1a, #111);
  border: none;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5), -3px -3px 8px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(181, 114, 75, 0.12);
  text-decoration: none;
  transition: all 0.3s;
}

.footer-social a svg {
  width: 18px;
  height: 18px;
  stroke: var(--copper);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a:hover {
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5), -3px -3px 8px rgba(255,255,255,0.04), inset 0 0 0 1px rgba(181, 114, 75, 0.3);
  transform: translateY(-2px);
}

.footer-social a:hover svg {
  stroke: var(--gold);
}
