/* ==========================================================================
   Surya Packers and Movers Bangalore - Landing Page Styles
   ========================================================================== */

:root {
  --primary: #FF6B00;        /* Brand Orange */
  --primary-dark: #E25A00;
  --secondary: #0B2545;      /* Deep Navy */
  --secondary-light: #13335c;
  --accent: #1FA363;         /* Trust Green (WhatsApp/Success) */
  --gold: #F4B942;
  --light-bg: #F7F8FA;
  --gray-text: #5F6B7A;
  --white: #ffffff;
  --radius: 14px;
  --shadow-sm: 0 4px 14px rgba(11, 37, 69, 0.06);
  --shadow-md: 0 10px 30px rgba(11, 37, 69, 0.10);
  --shadow-lg: 0 20px 50px rgba(11, 37, 69, 0.15);
  --transition: all 0.3s ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--secondary);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--secondary);
}

p { color: var(--gray-text); }

a { text-decoration: none; transition: var(--transition); }

img { max-width: 100%; }

.section-padding { padding: 70px 0; }

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 12px;
  font-weight: 800;
}

.section-subtitle {
  color: var(--gray-text);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 40px;
}

.text-primary-brand { color: var(--primary); }

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 0, 0.1);
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

/* ==========================================================================
   STICKY TOP BAR
   ========================================================================== */
.topbar {
  background: var(--secondary);
  color: #fff;
  font-size: 0.85rem;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 1050;
}

.topbar a { color: #fff; }
.topbar .topbar-link { color: #e8edf5; }
.topbar .topbar-link:hover { color: var(--primary); }

.topbar .badge-live {
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 600;
}

.topbar .btn-call,
.topbar .btn-whatsapp {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar .btn-call {
  background: var(--primary);
  color: #fff;
}
.topbar .btn-call:hover { background: var(--primary-dark); color: #fff; }

.topbar .btn-whatsapp {
  background: var(--accent);
  color: #fff;
}
.topbar .btn-whatsapp:hover { background: #178350; color: #fff; }

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.navbar-brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo {
  display: block;
  width: clamp(178px, 20vw, 260px);
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.navbar-logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.navbar-brand-text {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--secondary);
  line-height: 1.1;
}

.navbar-brand-text small {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--gray-text);
  letter-spacing: 1px;
}

.main-navbar {
  padding: 10px 0;
  box-shadow: var(--shadow-sm);
}

.main-navbar .nav-link {
  font-weight: 600;
  color: var(--secondary);
  margin: 0 6px;
}

.main-navbar .nav-link:hover { color: var(--primary); }

.btn-nav-cta {
  background: var(--primary);
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}

.btn-nav-cta:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
  background:
    linear-gradient(90deg, rgba(11,37,69,0.94), rgba(11,37,69,0.84)),
    radial-gradient(circle at 78% 18%, rgba(255,107,0,0.24), transparent 34%),
    linear-gradient(135deg, var(--secondary) 0%, #183f6f 100%);
  position: relative;
  overflow: hidden;
  padding: 76px 0 86px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
}

.hero::after {
  content: '';
  position: absolute;
  right: 6%;
  bottom: 0;
  width: min(440px, 40vw);
  height: 76%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0)),
    linear-gradient(180deg, rgba(255,107,0,0.22), rgba(31,163,99,0.12));
  clip-path: polygon(20% 0, 100% 12%, 78% 100%, 0 82%);
  opacity: 0.9;
}

.hero-content { position: relative; z-index: 2; color: #fff; }

.hero .hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.hero h1 span { color: var(--primary); }

.hero .hero-sub {
  font-size: 1.12rem;
  color: #e1e8f2;
  margin-bottom: 24px;
  max-width: 650px;
}

.hero-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hero-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #e8edf5;
  font-weight: 500;
}

.hero-trust-list li svg {
  flex-shrink: 0;
  color: var(--accent);
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.btn-hero-primary {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1.05rem;
  box-shadow: 0 10px 25px rgba(255,107,0,0.35);
  border: none;
}

.btn-hero-primary:hover {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255,107,0,0.45);
}

.btn-hero-outline {
  border: 2px solid rgba(255,255,255,0.35);
  color: #fff;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-hero-outline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: #fff;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 590px;
  margin: 0 0 18px;
}

.hero-proof-grid div {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  padding: 14px 16px;
  backdrop-filter: blur(8px);
}

.hero-proof-grid strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.hero-proof-grid span {
  display: block;
  color: #cfd9e7;
  font-size: 0.8rem;
  margin-top: 6px;
}

.hero-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-contact-strip a {
  min-width: 178px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  padding: 11px 15px;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
}

.hero-contact-strip a:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
  transform: translateY(-2px);
}

.hero-contact-strip span {
  display: block;
  color: var(--gold);
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

/* Hero Enquiry Form Card */
.hero-form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 30px;
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.55);
}

.hero-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 12px 12px 0 0;
}

.form-kicker {
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.hero-form-card h3 {
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.hero-form-card .form-tagline {
  color: var(--gray-text);
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.hero-form-card .form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--secondary);
  margin-bottom: 4px;
}

.hero-form-card .form-control,
.hero-form-card .form-select {
  border-radius: 8px;
  border: 1.5px solid #e3e7ee;
  padding: 11px 14px;
  font-size: 0.95rem;
}

.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.15rem rgba(255,107,0,0.15);
}

.btn-form-submit {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-weight: 700;
  padding: 14px;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(255,107,0,0.3);
}

.btn-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255,107,0,0.4);
}

.form-trust-line {
  font-size: 0.78rem;
  color: var(--gray-text);
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#formAlert { display: none; margin-top: 14px; }

/* ==========================================================================
   TRUST COUNTERS
   ========================================================================== */
.counters-section {
  background: var(--white);
  padding: 50px 0;
  border-bottom: 1px solid #eef1f5;
}

.counter-card {
  text-align: center;
  padding: 24px 16px;
  border-radius: var(--radius);
  transition: var(--transition);
  height: 100%;
}

.counter-card:hover {
  background: var(--light-bg);
  transform: translateY(-5px);
}

.counter-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  background: rgba(255,107,0,0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.counter-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1;
}

.counter-label {
  color: var(--gray-text);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 6px;
}

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.why-us { background: var(--light-bg); }

.feature-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 26px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid #eef1f5;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255,107,0,0.2);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,107,0,0.12), rgba(255,107,0,0.04));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-bottom: 18px;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: var(--primary);
  color: #fff;
  transform: rotate(-8deg) scale(1.05);
}

.feature-card h4 { font-size: 1.15rem; margin-bottom: 8px; }
.feature-card p { font-size: 0.92rem; margin-bottom: 0; }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.service-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  border: 1px solid #eef1f5;
  transition: var(--transition);
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.service-card-body { padding: 28px 24px; }

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 16px;
}

.service-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.service-card p { font-size: 0.9rem; min-height: 66px; }

.service-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-link svg { transition: var(--transition); }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* ==========================================================================
   ROUTES SECTION
   ========================================================================== */
.routes-section { background: var(--light-bg); }

.route-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #eef1f5;
  height: 100%;
  transition: var(--transition);
}

.route-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.route-card .route-text {
  font-weight: 700;
  font-size: 1rem;
  color: var(--secondary);
}

.route-card .route-text small {
  display: block;
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--gray-text);
  margin-top: 2px;
}

.route-card .route-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,107,0,0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.route-card:hover .route-arrow {
  background: var(--primary);
  color: #fff;
  transform: translateX(4px);
}

/* ==========================================================================
   PROCESS / TIMELINE
   ========================================================================== */
.process-section { background: #fff; }

.process-timeline {
  position: relative;
}

.process-step {
  text-align: center;
  position: relative;
  padding: 0 14px;
}

.process-step .step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.process-step:hover .step-number {
  background: var(--primary);
  transform: scale(1.08);
}

.process-step h4 { font-size: 1.1rem; margin-bottom: 8px; }
.process-step p { font-size: 0.9rem; }

.process-line {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(to right, #d8dde6 0, #d8dde6 8px, transparent 8px, transparent 16px);
  z-index: 1;
}

@media (max-width: 767px) {
  .process-line { display: none; }
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials-section { background: var(--light-bg); }

.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  height: 100%;
  box-shadow: var(--shadow-sm);
  border: 1px solid #eef1f5;
  transition: var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.testimonial-stars { color: #FFB400; font-size: 0.95rem; margin-bottom: 12px; }

.testimonial-text {
  font-size: 0.95rem;
  color: var(--secondary);
  margin-bottom: 18px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.testimonial-author .name { font-weight: 700; font-size: 0.92rem; margin: 0; }
.testimonial-author .location { font-size: 0.8rem; color: var(--gray-text); margin: 0; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section { background: #fff; }

.accordion-item {
  border: 1px solid #eef1f5;
  border-radius: var(--radius) !important;
  margin-bottom: 14px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 700;
  font-size: 1rem;
  color: var(--secondary);
  padding: 18px 22px;
}

.accordion-button:not(.collapsed) {
  background: rgba(255,107,0,0.06);
  color: var(--primary-dark);
  box-shadow: none;
}

.accordion-button:focus { box-shadow: none; border-color: #eef1f5; }

.accordion-body {
  font-size: 0.92rem;
  color: var(--gray-text);
  padding: 4px 22px 20px;
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.final-cta h2 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.final-cta p { color: rgba(255,255,255,0.9); font-size: 1.05rem; }

.final-cta .btn-final {
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid transparent;
}

.final-cta .btn-final:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.final-cta .btn-final-outline {
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.final-cta .btn-final-outline:hover {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--secondary);
  color: #c9d3e0;
  padding-top: 60px;
}

.site-footer h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.site-footer a { color: #c9d3e0; }
.site-footer a:hover { color: var(--primary); }

.footer-logo {
  width: min(260px, 100%);
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
}

.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { margin-bottom: 10px; font-size: 0.92rem; }

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

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--primary);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 0.85rem;
  text-align: center;
}

.footer-bottom a { color: #c9d3e0; margin: 0 8px; }

/* ==========================================================================
   FLOATING / STICKY CTA BUTTONS
   ========================================================================== */

/* Desktop Floating CTAs */
.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.floating-cta a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  animation: pulse 2.4s infinite;
}

.floating-cta a:hover { transform: scale(1.1); }

.floating-cta .fab-whatsapp { background: var(--accent); }
.floating-cta .fab-call { background: var(--primary); animation-delay: 0.6s; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(31,163,99,0.45); }
  70% { box-shadow: 0 0 0 14px rgba(31,163,99,0); }
  100% { box-shadow: 0 0 0 0 rgba(31,163,99,0); }
}

/* Mobile Sticky Bottom Bar */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #fff;
  box-shadow: 0 -6px 20px rgba(0,0,0,0.1);
}

.mobile-sticky-cta .row { margin: 0; }

.mobile-sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
}

.mobile-sticky-cta .sticky-call { background: var(--primary); }
.mobile-sticky-cta .sticky-whatsapp { background: var(--accent); }
.mobile-sticky-cta .sticky-quote { background: var(--secondary); }

@media (max-width: 991px) {
  .floating-cta { display: none; }
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 58px; }
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE TWEAKS
   ========================================================================== */
@media (max-width: 991px) {
  .hero { padding: 30px 0 60px; }
  .hero-form-card { margin-top: 30px; }
  .hero-trust-list { grid-template-columns: 1fr; }
  .hero::after { width: 78vw; height: 42%; opacity: 0.35; }
  .hero-proof-grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 575px) {
  .section-padding { padding: 50px 0; }
  .hero h1 { font-size: 2rem; }
  .site-logo { width: 172px; max-height: 52px; }
  .hero-proof-grid { grid-template-columns: 1fr; }
  .hero-contact-strip a { width: 100%; }
  .topbar .btn-call,
  .topbar .btn-whatsapp { padding: 5px 10px; }
}

/* Legal / policy pages */
.legal-section {
  background: linear-gradient(180deg, #fff 0%, var(--light-bg) 100%);
}

.legal-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  padding: clamp(24px, 4vw, 42px);
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 8px;
}

.btn-legal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  padding: 10px 18px;
  font-weight: 700;
  background: var(--secondary);
  color: #fff;
}

.btn-legal:hover {
  background: var(--primary);
  color: #fff;
}

.btn-legal-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  padding: 10px 18px;
  font-weight: 700;
  border: 1px solid #dbe2ec;
  color: var(--secondary);
}

.btn-legal-outline:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}

/* Scroll to top button */
.scroll-top-btn {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.scroll-top-btn.show { opacity: 1; visibility: visible; }
.scroll-top-btn:hover { background: var(--primary); color: #fff; }

@media (max-width: 991px) {
  .scroll-top-btn { bottom: 70px; left: 14px; width: 40px; height: 40px; }
}
