/* ============================================
   BARONTEL — PREMIUM REDESIGN
   Sticky hero only, normal scroll for content
   ============================================ */

svg { width: 1em; height: 1em; flex-shrink: 0; vertical-align: middle; }

:root {
  --navy: #0a1628;
  --navy-mid: #101d30;
  --accent: #e8672a;
  --accent-hover: #d45a1f;
  --teal: #0d8a8a;
  --white: #ffffff;
  --off-white: #f5f6f8;
  --gray-100: #dde1e7;
  --gray-200: #bcc3cd;
  --gray-400: #7c8898;
  --gray-600: #4a5567;
  --gray-800: #1a2332;
  --success: #16a34a;
  --danger: #dc2626;
  --gold: #c9a84c;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --container: 1200px;
  --radius: 14px;
  --section-pad: clamp(80px, 10vw, 130px);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--gray-800); background: var(--white); overflow-x: clip; }
a { text-decoration: none; color: inherit; }
button { border: none; cursor: pointer; font-family: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(24px, 5vw, 48px); }

/* Animations */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.15s; }
.reveal-d2 { transition-delay: 0.3s; }
.reveal-d3 { transition-delay: 0.45s; }

/* ============================================
   NAV
   ============================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.4s; }
.nav-inner { max-width: var(--container); margin: 0 auto; padding: 0 clamp(24px, 5vw, 48px); display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { font-family: var(--font-body); font-weight: 700; font-size: 1.3rem; color: var(--white); letter-spacing: -0.02em; }
.nav-logo .maple { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; margin-left: 24px; }
.nav-links li { position: relative; }
.nav-links > li > a { display: block; padding: 10px 14px; font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.7); letter-spacing: 0.02em; transition: color 0.3s; white-space: nowrap; }
.nav-links > li > a:hover { color: var(--white); }
.nav-drop { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border-radius: 12px; box-shadow: 0 16px 48px rgba(0,0,0,0.15); min-width: 230px; padding: 8px; z-index: 100; }
.nav-links li:hover .nav-drop { display: block; }
.nav-drop a { display: block; padding: 10px 16px; font-size: 0.84rem; color: var(--gray-600); border-radius: 8px; transition: all 0.2s; }
.nav-drop a:hover { background: var(--off-white); color: var(--gray-800); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.nav-phone { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.6); transition: color 0.3s; }
.nav-phone:hover { color: var(--accent); }
.nav-cta { padding: 10px 24px; background: var(--accent); color: var(--white); border-radius: 8px; font-size: 0.82rem; font-weight: 700; transition: all 0.3s; }
.nav-cta:hover { background: var(--accent-hover); }
.nav.scrolled { background: rgba(10,22,40,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(255,255,255,0.05); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; padding: 8px; }
.nav-toggle span { width: 20px; height: 1.5px; background: var(--white); border-radius: 1px; }
@media (max-width: 1000px) { .nav-toggle { display: flex; } .nav-links { display: none; } .nav-phone { display: none; } }

/* ============================================
   HERO — Sticky, gets covered by content below
   ============================================ */
.hero {
  position: sticky; top: 0; z-index: 1;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--navy); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('images/skyline.png') center center / cover no-repeat;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,22,40,0.65) 0%, rgba(10,22,40,0.5) 40%, rgba(10,22,40,0.8) 100%);
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px; z-index: 1;
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; padding: 0 24px; }
.hero-badge { display: inline-block; padding: 8px 20px; border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 40px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 400; line-height: 1.1; color: var(--white); margin-bottom: 24px; letter-spacing: -0.02em; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: 1.05rem; line-height: 1.8; color: rgba(255,255,255,0.45); margin-bottom: 48px; max-width: 540px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

.btn-primary { display: inline-block; padding: 16px 36px; background: var(--accent); color: var(--white); border-radius: 8px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; transition: all 0.3s; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,103,42,0.3); }
.btn-ghost { display: inline-block; padding: 16px 36px; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); border-radius: 8px; font-size: 0.9rem; font-weight: 500; transition: all 0.3s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: var(--white); }
.btn-outline { display: inline-block; padding: 16px 36px; border: 2px solid var(--gray-200); color: var(--gray-800); border-radius: 8px; font-size: 0.9rem; font-weight: 600; transition: all 0.3s; background: var(--white); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.2); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; z-index: 3; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.hero-badge-item { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); padding: 8px 16px; border-radius: 100px; font-size: 0.8rem; }
.hero-hours { color: rgba(255,255,255,0.35); font-size: 0.85rem; margin-top: 16px; }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent); animation: scrollline 2s ease infinite; }
@keyframes scrollline { 0% { opacity: 0; transform: scaleY(0); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } 100% { opacity: 0; transform: scaleY(0); transform-origin: bottom; } }

/* ============================================
   CONTENT — Normal flow, z-index above hero
   ============================================ */
.content-wrap { position: relative; z-index: 2; background: var(--white); margin-bottom: 0; padding-bottom: 0;}

/* --- Sections --- */
.section { padding: var(--section-pad) 0; }
.section-alt { background: var(--off-white); }
.section-dark { background: var(--navy); color: var(--white); }
.section-teal { background: var(--teal); color: var(--white); }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.section-tag { display: inline-block; padding: 6px 16px; border: 1px solid var(--gray-200); border-radius: 100px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 20px; }
.section-dark .section-tag { border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.4); }
.section-teal .section-tag { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 400; line-height: 1.2; letter-spacing: -0.01em; }
.section-dark .section-title { color: var(--white); }
.section-teal .section-title { color: var(--white); }
.section-subtitle { font-size: 1rem; color: var(--gray-400); margin-top: 16px; line-height: 1.7; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.4); }
.section-teal .section-subtitle { color: rgba(255,255,255,0.6); }
.center-link { text-align: center; margin-top: 56px; }

/* --- Trust bar --- */
.trust-section { background: var(--white); border-bottom: 1px solid var(--gray-100); padding: 36px 0; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 600; color: var(--gray-600); }
.trust-icon { width: 36px; height: 36px; background: var(--off-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1rem; flex-shrink: 0; }
.trust-sep { width: 1px; height: 20px; background: var(--gray-200); }
@media (max-width: 700px) { .trust-sep { display: none; } .trust-inner { gap: 20px; } }

/* --- About --- */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text p { font-size: 1rem; line-height: 1.85; color: var(--gray-600); margin-bottom: 16px; }
.about-text p strong { color: var(--gray-800); }
.about-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.metric-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius); padding: 32px; text-align: center; transition: all 0.4s; }
.metric-card:hover { border-color: var(--teal); box-shadow: 0 8px 32px rgba(13,138,138,0.08); transform: translateY(-2px); }
.metric-value { font-family: var(--font-display); font-size: 2.4rem; font-weight: 400; color: var(--teal); }
.metric-label { font-size: 0.8rem; color: var(--gray-400); margin-top: 4px; font-weight: 500; }
.phone-showcase { display: flex; align-items: center; justify-content: center; padding: 40px; background: var(--white); border-radius: 20px; border: 1px solid var(--gray-100); box-shadow: 0 24px 64px rgba(0,0,0,0.06); }
.phone-showcase img { max-width: 320px; width: 100%; height: auto; }
.support-banner { position: relative; border-radius: 20px; overflow: hidden; padding: 80px 60px; margin-top: 64px; background: url('images/business-canada-391.jpg') center center / cover no-repeat; }
.support-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.85) 0%, rgba(10,22,40,0.7) 100%); }
.support-banner-inner { position: relative; z-index: 2; max-width: 500px; }
.support-banner h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; color: var(--white); margin-bottom: 12px; }
.support-banner p { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 24px; }
.support-banner .btn-primary { font-size: 0.85rem; padding: 13px 28px; }
@media (max-width: 800px) { .about-layout { grid-template-columns: 1fr; gap: 48px; } .support-banner { padding: 48px 32px; } }

/* --- Comparison --- */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 0 auto; }
.compare-card { border-radius: 20px; padding: 44px; position: relative; }
.compare-old { background: var(--off-white); border: 1px solid var(--gray-100); }
.compare-new { background: var(--navy); color: var(--white); }
.compare-new .badge-corner { position: absolute; top: 20px; right: 20px; background: var(--accent); color: var(--white); font-size: 0.68rem; font-weight: 700; padding: 5px 14px; border-radius: 100px; }
.compare-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; margin-bottom: 28px; }
.compare-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.compare-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; line-height: 1.5; }
.compare-list .icon { width: 18px; flex-shrink: 0; margin-top: 2px; font-weight: 700; text-align: center; }
.compare-old .compare-list li { color: var(--gray-600); }
.compare-old .icon { color: var(--danger); }
.compare-new .compare-list li { color: rgba(255,255,255,0.75); }
.compare-new .icon { color: var(--accent); }
@media (max-width: 700px) { .compare-grid { grid-template-columns: 1fr; } }

/* --- Features --- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius); padding: 36px; transition: all 0.4s; }
.feat-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,138,138,0.06); }
.feat-icon { width: 48px; height: 48px; background: var(--off-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--teal); font-size: 1.3rem; }
.feat-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feat-card p { font-size: 0.88rem; color: var(--gray-400); line-height: 1.65; }
.phone-img{width:100%;max-width:220px;height:auto;display:block;margin:0 auto 15px}
@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .feat-grid { grid-template-columns: 1fr; } }

/* --- Industries --- */
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ind-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 36px; transition: all 0.4s; }
.ind-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.ind-icon { width: 48px; height: 48px; background: rgba(255,255,255,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.3rem; }
.ind-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.ind-card p { font-size: 0.85rem; color: #555; line-height: 1.65; margin-bottom: 16px; }
.ind-link { font-size: 0.82rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.ind-link:hover { color: var(--white); }
@media (max-width: 900px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ind-grid { grid-template-columns: 1fr; } }

/* --- Multi-location --- */
.mloc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mloc-features { display: flex; flex-direction: column; gap: 14px; }
.mloc-feat { display: flex; align-items: flex-start; gap: 14px; padding: 18px; border-radius: var(--radius); border: 1px solid var(--gray-100); background: var(--white); transition: all 0.3s; }
.mloc-feat:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(13,138,138,0.06); }
.mloc-check { width: 28px; height: 28px; background: var(--off-white); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal); font-weight: 700; font-size: 0.85rem; }
.mloc-feat h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 2px; }
.mloc-feat p { font-size: 0.82rem; color: var(--gray-400); }
.mloc-visual { background: var(--navy); border-radius: 20px; padding: 40px; }
.mloc-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mloc-row:last-child { border-bottom: none; }
.mloc-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px rgba(13,138,138,0.5); flex-shrink: 0; animation: dotpulse 3s ease infinite; }
.mloc-row:nth-child(2) .mloc-dot { animation-delay: 0.5s; }
.mloc-row:nth-child(3) .mloc-dot { animation-delay: 1s; }
.mloc-row:nth-child(4) .mloc-dot { animation-delay: 1.5s; }
.mloc-row:nth-child(5) .mloc-dot { animation-delay: 2s; }
@keyframes dotpulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }
.mloc-label { font-size: 0.88rem; color: rgba(255,255,255,0.6); flex: 1; }
.mloc-ext { font-size: 0.78rem; color: rgba(255,255,255,0.2); font-family: monospace; }
@media (max-width: 800px) { .mloc-layout { grid-template-columns: 1fr; gap: 40px; } }

/* --- Testimonials --- */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.test-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); padding: 36px; display: flex; flex-direction: column; transition: all 0.4s; }
.test-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-3px); }
.test-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 18px; }
.test-card blockquote { font-size: 0.92rem; line-height: 1.75; color: rgba(255,255,255,0.55); flex: 1; font-style: normal; }
.test-card blockquote strong { color: var(--white); }
.test-author { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 12px; }
.test-avatar { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: rgba(255,255,255,0.5); font-size: 0.8rem; flex-shrink: 0; }
.test-name { font-size: 0.85rem; font-weight: 700; color: var(--white); }
.test-role { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
@media (max-width: 900px) { .test-grid { grid-template-columns: 1fr; } }

/* --- Coverage --- */
.cov-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cov-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius); padding: 32px; }
.cov-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; }
.cov-cities { font-size: 0.85rem; color: var(--gray-400); line-height: 1.85; }
@media (max-width: 900px) { .cov-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cov-grid { grid-template-columns: 1fr; } }

/* --- FAQ --- */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--gray-100); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.faq-q { width: 100%; padding: 22px 28px; background: none; display: flex; align-items: center; justify-content: space-between; font-size: 0.95rem; font-weight: 600; color: var(--gray-800); text-align: left; }
.faq-plus { font-size: 1.3rem; color: var(--gray-400); transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-inner { padding: 0 28px 22px; font-size: 0.92rem; line-height: 1.75; color: var(--gray-600); }

/* --- CTA --- */
.cta-section { padding: var(--section-pad) 0; text-align: center; background: var(--navy); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 50% 40%, rgba(13,138,138,0.1) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 2; max-width: 560px; margin: 0 auto; }
.cta-section h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 400; color: var(--white); margin-bottom: 12px; }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,0.4); margin-bottom: 40px; }
.cta-phone { display: block; font-size: 2.2rem; font-weight: 800; color: var(--white); margin-bottom: 8px; letter-spacing: -0.02em; transition: color 0.3s; }
.cta-phone:hover { color: var(--accent); }
.cta-hours { font-size: 0.82rem; color: rgba(255,255,255,0.25); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btns .btn-ghost { border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); }
.cta-btns .btn-ghost:hover { border-color: rgba(255,255,255,0.3); color: var(--white); }

/* ============================================
   FOOTER — Full, matching production site
   ============================================ */
.footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.05); padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px; }
.footer-brand-text { font-size: 0.82rem; color: rgba(255,255,255,0.3); margin-top: 16px; line-height: 1.7; max-width: 240px; }
.footer-logo { font-size: 1.2rem; font-weight: 700; color: var(--white); }
.footer-logo .maple { color: var(--accent); }
.footer-col h4 { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.2); margin-bottom: 16px; }
.footer-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-list a { font-size: 0.8rem; color: rgba(255,255,255,0.4); transition: color 0.3s; }
.footer-list a:hover { color: var(--white); }
.footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.2); }
.footer-bottom-links { display: flex; gap: 24px; list-style: none; }
.footer-bottom-links a { font-size: 0.72rem; color: rgba(255,255,255,0.2); transition: color 0.3s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================
   BARONTEL FOOTER
   ============================================ */
.bt-footer { background:#0a1628; color:rgba(255,255,255,0.85); padding:70px 0 0; font-family:'DM Sans',helvetica,arial,sans-serif; font-size:0.85rem; line-height:1.7; margin:0; border:none; }
.bt-footer .ft-container { max-width:1200px; margin:0 auto; padding:0 32px; }
.bt-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:40px; padding-bottom:50px; }
.bt-footer-logo { font-size:1.3rem; font-weight:700; color:#fff; margin-bottom:16px; }
.bt-footer-logo .maple { color:#d52b1e; margin-right:4px; }
.bt-footer-brand { color:rgba(255,255,255,0.85); font-size:0.82rem; line-height:1.7; margin-bottom:0; }
.bt-footer-label { color:rgba(255,255,255,0.85); }
.bt-footer-phone { color:#e8672a; text-decoration:none; }
.bt-footer-phone:hover { color:#ff7b3a; }
.bt-footer-heading { color:#fff; font-size:0.95rem; text-transform:uppercase; letter-spacing:0.12em; margin:0 0 16px; font-weight:800; }
.bt-footer-province { color:rgba(255,255,255,0.85); font-size:0.82rem; text-transform:uppercase; letter-spacing:0.08em; margin:14px 0 6px; font-weight:700; border-bottom:1px solid rgba(255,255,255,0.1); padding-bottom:4px; }
.bt-footer-province:first-child { margin-top:0; }
.bt-footer-list { list-style:none; padding:0; margin:0; }
.bt-footer-list li { padding:3px 0; }
.bt-footer-list a { color:rgba(255,255,255,0.8); text-decoration:none; font-size:0.8rem; transition:color 0.2s; }
.bt-footer-list a:hover { color:#e8672a; }
.bt-footer-bottom { border-top:1px solid rgba(255,255,255,0.08); padding:24px 0; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.bt-footer-bottom p { margin:0; font-size:0.78rem; color:rgba(255,255,255,0.55); }
.bt-footer-bottom-links { list-style:none; padding:0; margin:0; display:flex; gap:20px; }
.bt-footer-bottom-links a { color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.78rem; transition:color 0.2s; }
.bt-footer-bottom-links a:hover { color:rgba(255,255,255,0.85); }

@media (max-width:900px) {
  .bt-footer-grid { grid-template-columns:1fr 1fr; gap:30px; }
}
@media (max-width:600px) {
  .bt-footer-grid { grid-template-columns:1fr; gap:24px; }
  .bt-footer-bottom { flex-direction:column; text-align:center; }
}

/* ============================================
   INNER PAGE HERO (non-sticky)
   ============================================ */
.hero.hero-inner-page { position:sticky; top:0; z-index:1; min-height:70vh; padding:160px 0 80px; }

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-success { color:#16a34a; }

/* ============================================
   AI ANSWER BOX
   ============================================ */
.ai-answer { background:var(--off-white); border-left:4px solid var(--accent); border-radius:0 var(--radius) var(--radius) 0; padding:32px 36px; }
.ai-answer h2 { font-family:var(--font-display); font-size:1.3rem; color:var(--navy); margin-bottom:14px; }
.ai-answer p { font-size:0.92rem; color:var(--gray-600); line-height:1.8; }
.section-intro { font-size:1rem; color:var(--gray-400); text-align:center; max-width:700px; margin:-40px auto 50px; line-height:1.7; }

/* ============================================
   PLANS CARDS
   ============================================ */
.plans-wrap { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; max-width:1200px; margin:0 auto; }
.plan-card { background:#fff; border-radius:16px; border:2px solid rgba(0,0,0,0.06); overflow:hidden; transition:all 0.3s; display:flex; flex-direction:column; }
.plan-card:hover { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,0.1); }
.plan-card.featured { border-color:var(--accent); position:relative; }
.plan-card.featured::before { content:"MOST POPULAR"; position:absolute; top:0; left:0; right:0; background:var(--accent); color:#fff; text-align:center; font-size:0.72rem; font-weight:800; letter-spacing:0.1em; padding:6px 0; }
.plan-header { padding:36px 28px 24px; text-align:center; border-bottom:2px solid rgba(0,0,0,0.04); }
.plan-card.featured .plan-header { padding-top:48px; }
.plan-icon { font-size:2rem; margin-bottom:12px; }
.plan-name { font-family:var(--font-display); font-size:1.4rem; color:var(--navy); margin-bottom:4px; }
.plan-desc { color:var(--gray-400); font-size:0.85rem; margin-bottom:16px; }
.plan-badge { display:inline-block; padding:4px 14px; border-radius:20px; font-size:0.72rem; font-weight:700; letter-spacing:0.05em; }
.badge-green { background:#dcfce7; color:#16a34a; }
.badge-blue { background:#dbeafe; color:#2563eb; }
.plan-price { margin-top:14px; }
.plan-price .amount { font-family:var(--font-display); font-size:2.4rem; color:var(--navy); font-weight:700; }
.plan-price .period { color:var(--gray-400); font-size:0.85rem; }
.plan-body { padding:24px 28px 28px; flex:1; display:flex; flex-direction:column; }
.plan-body-desc { color:var(--gray-600); font-size:0.88rem; margin-bottom:18px; line-height:1.6; }
.plan-body h4 { color:var(--navy); font-size:0.88rem; font-weight:700; margin-bottom:12px; }
.plan-features { list-style:none; padding:0; margin:0 0 20px; flex:1; }
.plan-features li { padding:6px 0; font-size:0.85rem; color:var(--gray-600); display:flex; align-items:flex-start; gap:8px; border-bottom:1px solid rgba(0,0,0,0.03); }
.plan-features li:last-child { border-bottom:none; }
.plan-features .chk { color:#16a34a; font-weight:700; flex-shrink:0; }
.plan-note { font-size:0.78rem; color:var(--gray-400); margin-bottom:16px; }
.plan-btn { display:block; text-align:center; background:var(--accent); color:#fff; padding:14px; border-radius:10px; text-decoration:none; font-weight:700; font-size:0.92rem; transition:all 0.2s; }
.plan-btn:hover { filter:brightness(1.1); transform:translateY(-2px); }

/* ============================================
   BILLING TOGGLE
   ============================================ */
.toggle-wrap { text-align:center; margin-bottom:12px; }
.billing-toggle { display:inline-flex; background:rgba(0,0,0,0.06); border-radius:10px; padding:4px; }
.billing-toggle .bt { padding:10px 24px; border:none; background:none; font-size:0.88rem; font-weight:600; color:var(--gray-400); cursor:pointer; border-radius:8px; transition:all 0.2s; font-family:'DM Sans',sans-serif; }
.billing-toggle .bt.active { background:#fff; color:var(--navy); box-shadow:0 2px 8px rgba(0,0,0,0.08); }
.billing-note { text-align:center; color:var(--gray-400); font-size:0.85rem; max-width:700px; margin:0 auto 40px; }

/* ============================================
   COMPARISON TABLE
   ============================================ */
.compare-table-wrap { max-width:900px; margin:0 auto; overflow-x:auto; }
.compare-table { width:100%; border-collapse:collapse; font-size:0.88rem; }
.compare-table thead { background:var(--navy); color:#fff; }
.compare-table th { padding:14px 18px; text-align:left; font-weight:700; font-size:0.82rem; text-transform:uppercase; letter-spacing:0.05em; }
.compare-table th:first-child { border-radius:10px 0 0 0; }
.compare-table th:last-child { border-radius:0 10px 0 0; }
.compare-table td { padding:12px 18px; border-bottom:1px solid rgba(0,0,0,0.06); color:var(--gray-600); }
.compare-table tr:hover td { background:rgba(232,103,42,0.03); }
.compare-table .tbl-check { color:#16a34a; font-weight:700; }
.compare-table .tbl-dash { color:rgba(0,0,0,0.15); }

/* ============================================
   PBX CARDS
   ============================================ */
.pbx-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.pbx-card { background:#fff; border-radius:14px; border:2px solid rgba(0,0,0,0.06); padding:28px; transition:all 0.3s; }
.pbx-card:hover { border-color:var(--accent); transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.08); }
.pbx-card h3 { color:var(--navy); font-size:1.05rem; margin-bottom:10px; }
.pbx-card p { color:var(--gray-400); font-size:0.88rem; line-height:1.7; margin-bottom:12px; }
.pbx-card ul { list-style:none; padding:0; margin:0; }
.pbx-card li { padding:5px 0; font-size:0.85rem; color:var(--gray-600); display:flex; align-items:center; gap:8px; }
.pbx-card .chk { color:#16a34a; font-weight:700; }

@media (max-width:900px) {
  .plans-wrap, .pbx-grid { grid-template-columns:1fr; }
}

/* ============================================
   CITY-SPECIFIC HERO BACKGROUNDS
   ============================================ */
.hero.hero-inner-page .hero-bg { display:none; }
.hero-bg-barrie { display:block !important; background:url('/images/barrie-hero.png') center/cover no-repeat; }
.hero-bg-barrie::after { background:rgba(10,20,40,0.45); }
.hero-bg-belleville { display:block !important; background:url('/images/belleville-skyline.jpg') center/cover no-repeat; }
.hero-bg-belleville::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-brampton { display:block !important; background:url('/images/brampton-hero.png') center/cover no-repeat; }
.hero-bg-brampton::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-burlington { display:block !important; background:url('/images/burlington-hero.png') center/cover no-repeat; }
.hero-bg-burlington::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-calgary { display:block !important; background:url('/images/calgary-hero.jpg') center/cover no-repeat; }
.hero-bg-calgary::after { background:rgba(10,20,40,0.2); }
.hero-bg-canada { display:block !important; background:url('/images/canada-hero.jpg') center/cover no-repeat; }
.hero-bg-canada::after { background:rgba(10,20,40,0.45); }
.hero-bg-edmonton { display:block !important; background:url('/images/edmonton-skyline.jpg') center/cover no-repeat; }
.hero-bg-edmonton::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-guelph { display:block !important; background:url('/images/guelph-hero.jpg') center/cover no-repeat; }
.hero-bg-guelph::after { background:rgba(10,20,40,0.45); }
.hero-bg-halifax { display:block !important; background:url('/images/halifax-skyline.jpg') center/cover no-repeat; }
.hero-bg-halifax::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-hamilton { display:block !important; background:url('/images/hamilton-skyline.jpg') center/cover no-repeat; }
.hero-bg-hamilton::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-kelowna { display:block !important; background:url('/images/kelowna-skyline.jpg') center/cover no-repeat; }
.hero-bg-kingston { display:block !important; background:url('/images/kingston-skyline.jpg') center/cover no-repeat; }
.hero-bg-kingston::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-kw { display:block !important; background:url('/images/kw-skyline.jpg') center/cover no-repeat; }
.hero-bg-kw::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-london { display:block !important; background:url('/images/london-skyline.jpg') center/cover no-repeat; }
.hero-bg-markham { display:block !important; background:url('/images/markham-hero.jpg') center/cover no-repeat; }
.hero-bg-markham::after { background:rgba(10,20,40,0.45); }
.hero-bg-mississauga { display:block !important; background:url('/images/mississauga-skyline.jpg') center/cover no-repeat; }
.hero-bg-moncton { display:block !important; background:url('/images/moncton-hero.jpg') center/cover no-repeat; }
.hero-bg-moncton::after { background:rgba(10,20,40,0.45); }
.hero-bg-montreal-voip { display:block !important; background:url('/images/montreal-voip-hero.png') center/cover no-repeat; }
.hero-bg-montreal-voip::after { background:rgba(10,20,40,0.25) !important; }
.hero-bg-montreal { display:block !important; background:url('/images/montreal-voip-hero.png') center/cover no-repeat; }
.hero-bg-montreal::after { background:rgba(10,20,40,0.45); }
.hero-bg-niagara { display:block !important; background:url('/images/niagara-skyline.jpg') center/cover no-repeat; }
.hero-bg-niagara::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-oakville { display:block !important; background:url('/images/oakville-hero.png') center/cover no-repeat; }
.hero-bg-oakville::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-oshawa { display:block !important; background:url('/images/oshawa-hero.jpg') center/cover no-repeat; }
.hero-bg-oshawa::after { background:rgba(10,20,40,0.2); }
.hero-bg-ottawa { display:block !important; background:url('/images/ottawa-skyline.jpg') center/cover no-repeat; }
.hero-bg-regina { display:block !important; background:url('/images/regina-skyline.jpg') center/cover no-repeat; }
.hero-bg-richmond { display:block !important; background:url('/images/richmond-skyline.jpg') center/cover no-repeat; }
.hero-bg-richmond::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-richmond-hill { display:block !important; background:url('/images/richmond-hill-hero.jpg') center/cover no-repeat; }
.hero-bg-richmond-hill::after { background:rgba(10,20,40,0.45); }
.hero-bg-saint-john { display:block !important; background:url('/images/saint-john-skyline.jpg') center/cover no-repeat; }
.hero-bg-saskatoon { display:block !important; background:url('/images/saskatoon-skyline.jpg') center/cover no-repeat; }
.hero-bg-saskatoon::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-surrey { display:block !important; background:url('/images/surrey-skyline.jpg') center/cover no-repeat; }
.hero-bg-toronto { display:block !important; background:url('/images/toronto-skyline.jpg') center/cover no-repeat; }
.hero-bg-vancouver { display:block !important; background:url('/images/vancouver-skyline.jpg') center/cover no-repeat; }
.hero-bg-vaughan { display:block !important; background:url('/images/vaughan-skyline.png') center/cover no-repeat; }
.hero-bg-vaughan::after { background:rgba(10,20,40,0.45); }
.hero-bg-victoria { display:block !important; background:url('/images/victoria-skyline.jpg') center/cover no-repeat; }
.hero-bg-victoria::after { background:rgba(10,20,40,0.2) !important; }
.hero-bg-windsor { display:block !important; background:url('/images/windsor-hero.png') center/cover no-repeat; }
.hero-bg-windsor::after { background:rgba(10,20,40,0.25) !important; }
.hero-bg-winnipeg { display:block !important; background:url('/images/winnipeg-skyline.jpg') center/cover no-repeat; }
[class*="hero-bg-"]::after { content:''; position:absolute; inset:0; background:rgba(10,20,40,0.45); }
.hero.hero-inner-page .hero-inner { position:relative; z-index:2; text-shadow:0 2px 12px rgba(0,0,0,0.7); }
.hero.hero-inner-page .hero-sub { color:#fff !important; }
.compare-card .compare-table thead { background:var(--accent); }
.compare-card .compare-table td { background:#fff; }

/* ============================================
   PROVINCIAL HERO BACKGROUNDS
   ============================================ */
.hero-bg-alberta { display:block !important; background:url('/images/alberta-hero.jpg') center/cover no-repeat; }
.hero-bg-alberta::after { background:rgba(10,20,40,0.35); }   
.hero-bg-bc { display:block !important; background:url('/images/bc-hero.jpg') center/cover no-repeat; }
.hero-bg-bc::after { background:rgba(10,20,40,0.45); }
.hero-bg-manitoba { display:block !important; background:url('/images/winnipeg-skyline.jpg') center/cover no-repeat; }
.hero-bg-manitoba::after { background:rgba(10,20,40,0.45); }
.hero-bg-new-brunswick { display:block !important; background:url('/images/moncton-hero.jpg') center/cover no-repeat; }
.hero-bg-new-brunswick::after { background:rgba(10,20,40,0.45); }
.hero-bg-newfoundland { display:block !important; background:url('/images/newfoundland-hero.jpg') center/cover no-repeat; }
.hero-bg-newfoundland::after { background:rgba(10,20,40,0.50); }
.hero-bg-nova-scotia { display:block !important; background:url('/images/nova-scotia-hero.jpg') center/cover no-repeat; }
.hero-bg-nova-scotia::after { background:rgba(10,20,40,0.30); }
.hero-bg-ontario { display:block !important; background:url('/images/ontario-hero.jpg') center/cover no-repeat; }
.hero-bg-ontario::after { background:rgba(10,20,40,0.40); }
.hero-bg-pei { display:block !important; background:url('/images/pei-hero.jpg') center/cover no-repeat; }
.hero-bg-pei::after { background:rgba(10,20,40,0.35); }
.hero-bg-quebec { display:block !important; background:url('/images/quebec-hero.jpg') center/cover no-repeat; }
.hero-bg-quebec::after { background:rgba(10,20,40,0.35); }
.hero-bg-saskatchewan { display:block !important; background:url('/images/saskatchewan-hero.jpg') center/cover no-repeat; }
.hero-bg-saskatchewan::after { background:rgba(10,20,40,0.35); }

/* Industry Page Hero - generic gradient for all industry verticals */
.hero-bg-industry { display:block !important; background:linear-gradient(135deg, #0a1428 0%, #1e3a5f 50%, #0d2847 100%); }
.hero-bg-industry::after { background:transparent; }

/* Call Centre Hero */
.hero-bg-callcentre { display:block !important; background:url('/images/call-centre-hero.jpg') center/cover no-repeat; }
.hero-bg-callcentre::after { background:rgba(10,20,40,0.45); }

/* === GLOBAL HERO GHOST BUTTON FIX === */
.hero-inner .btn-ghost { color:#fff !important; font-weight:700; font-size:1.05rem; border-color:rgba(255,255,255,0.5); }

/* === CONTACT PAGE === */
.contact-hero { background:var(--navy); padding:30px 0 60px; position:relative; z-index:2; }
.contact-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.contact-hero-left { padding-top:0; }
.contact-hero-left h1 { font-family:var(--font-display); font-size:clamp(2.2rem,4vw,3rem); color:#fff; margin-bottom:16px; font-weight:400; line-height:1.15; }
.contact-hero-left h1 em { color:var(--accent); }
.contact-hero-left p { color:rgba(255,255,255,0.5); font-size:1.05rem; line-height:1.7; margin-bottom:28px; }
.hero-phone-block { margin-bottom:24px; }
.hero-phone-link { display:block; color:#fff; text-decoration:none; font-size:1.5rem; font-weight:700; margin:6px 0; transition:color 0.2s; }
.hero-phone-link:hover { color:var(--accent); }
.hero-phone-link.secondary { font-size:1.1rem; color:rgba(255,255,255,0.7); }
.hero-phone-sub { color:rgba(255,255,255,0.35); font-size:0.85rem; margin-top:10px; }
.hero-why { margin-top:28px; }
.hero-why h4 { color:rgba(255,255,255,0.6); font-size:0.78rem; text-transform:uppercase; letter-spacing:0.1em; margin-bottom:12px; font-weight:600; }
.hero-why ul { list-style:none; padding:0; margin:0; }
.hero-why li { padding:6px 0; font-size:0.9rem; color:rgba(255,255,255,0.55); display:flex; align-items:center; gap:10px; }
.hero-why .check { color:var(--accent); font-weight:700; }
.contact-form-card { background:#fff; border-radius:16px; padding:36px; box-shadow:0 12px 48px rgba(0,0,0,0.25); }
.contact-form-card h2 { font-family:var(--font-display); font-size:1.6rem; color:var(--navy); margin-bottom:4px; }
.contact-form-card .sub { color:var(--gray-400); font-size:0.92rem; margin-bottom:22px; }
.form-group { margin-bottom:14px; }
.form-group label { display:block; margin-bottom:4px; font-weight:600; font-size:0.82rem; color:var(--gray-800); }
.form-group input, .form-group textarea { width:100%; padding:11px 14px; border:2px solid rgba(0,0,0,0.08); border-radius:10px; font-size:0.92rem; font-family:'DM Sans',sans-serif; transition:border-color 0.2s; background:#fafafa; box-sizing:border-box; }
.form-group input:focus, .form-group textarea:focus { outline:none; border-color:var(--accent); background:#fff; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-submit { width:100%; background:var(--accent); color:#fff; padding:14px; border:none; border-radius:10px; font-size:1rem; font-weight:700; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s; margin-top:4px; }
.form-submit:hover { filter:brightness(1.1); transform:translateY(-2px); }
.form-privacy { text-align:center; margin:12px 0 0; font-size:0.78rem; color:var(--gray-400); }
.what-happens { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.wh-card { background:#fff; border-radius:14px; border:2px solid rgba(0,0,0,0.06); padding:28px; text-align:center; transition:all 0.3s; }
.wh-card:hover { border-color:var(--accent); transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.08); }
.wh-card .wh-icon { font-size:2.2rem; margin-bottom:14px; }
.wh-card h3 { color:var(--navy); font-size:1.05rem; margin-bottom:8px; }
.wh-card p { color:var(--gray-400); font-size:0.88rem; line-height:1.6; margin:0; }
@media (max-width:900px) {
  .contact-hero { padding:20px 0 40px; }
  .contact-hero-grid { grid-template-columns:1fr; gap:32px; }
  .contact-hero-left { text-align:center; }
  .hero-why { display:none; }
  .form-row { grid-template-columns:1fr; }
  .what-happens { grid-template-columns:1fr; }
}


/* ── Modern Footer ── */
.modern-footer {
  background: #1a1a2e;
  color: #ccc;
  padding: 60px 0 0;
  font-size: 14px;
  margin-top: 0;
}
.modern-footer a { color: #ccc; text-decoration: none; }
.modern-footer a:hover { color: #fff; }
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer-column h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li { padding: 3px 0; }
.footer-contact-info a { color: #ccc; }
.footer-nav-container {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 20px 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  padding: 20px 0;
}
.footer-bottom-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer-container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .footer-container { grid-template-columns: 1fr; padding: 0 20px; }
  .footer-bottom-content { flex-direction: column; gap: 10px; text-align: center; }
}
.footer-powered-by img { opacity: 0.6; }
.footer-powered-by img:hover { opacity: 1; }
.footer-powered-by { display: flex; align-items: center; gap: 8px; margin-left: 40px; }
.footer-list li a { color: #c5c5c5; }
.footer-list li a:hover { color: #fff; }