:root {
  --yellow: #F5C400;
  --dark: #1A1A1A;
  --light-bg: #F7F7F5;
  --white: #ffffff;
  --border: #E0E0E0;
  --text: #555;
  --container: 1200px;
}

/* MAX-WIDTH CONTAINER */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; }
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Barlow', sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.65; }

/* TOP BAR */
.topbar { background: var(--dark); color: var(--white); text-align: right; padding: 8px 5%; font-size: 14px; font-weight: 600; }
.topbar a { color: var(--yellow); text-decoration: none; }

/* NAV */
nav { background: var(--white); border-bottom: 3px solid var(--yellow); padding: 13px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,.09); }
nav .container { display: flex; align-items: center; justify-content: space-between; }
nav a { font-size: 20px; font-weight: 600; color: var(--dark); text-decoration: none; }
.logo img{
    max-height: 80px;
    margin-bottom: -10px;
  }
.nav-cta { background: var(--yellow); color: var(--dark); font-weight: 700; padding: 10px 22px; border-radius: 4px; text-decoration: none; font-size: 14px; transition: background .2s; }
.nav-cta:hover { background: #dba900; }

/* HERO */
.hero { position: relative; background-image: url('https://kamsmovers.ca/wp-content/uploads/2026/03/hero-image.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 60px 0 68px; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 1; }
.hero .container { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 390px; gap: 48px; align-items: center; }
.hero-text h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(38px, 5vw, 62px); font-weight: 800; color: var(--white); line-height: 1.05; text-transform: uppercase; letter-spacing: -1px; margin-bottom: 20px; }
.hero-text h1 span { color: var(--yellow); }
.hero-bullets { list-style: none; margin-bottom: 20px; }
.hero-bullets li { color: #bbb; font-size: 16px; padding: 4px 0; display: flex; align-items: flex-start; gap: 8px; }
.hero-bullets .hero-check { color: var(--yellow); font-weight: 700; flex-shrink: 0; margin-top: 2px; font-size: 1.1em; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-badge { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #ccc; font-size: 13px; padding: 5px 13px; border-radius: 20px; font-weight: 500; }

/* QUOTE CARD */
.quote-card { background: var(--white); border-radius: 10px; padding: 28px 26px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.quote-card h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; text-align: center; }
.fg { margin-bottom: 11px; }
.fg-label { display: block; font-size: 13px; color: #888; margin-bottom: 4px; }
.fg-date { cursor: pointer; }
.fg-date-label { display: block; cursor: pointer; }
.fg input { width: 100%; padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 5px; font-family: 'Barlow', sans-serif; font-size: 15px; color: var(--dark); background: #fafafa; outline: none; transition: border .2s; }
.fg input[type="date"] { cursor: pointer; }
.fg input:focus { border-color: var(--yellow); background: #fff; }
.fg input::placeholder { color: #aaa; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-yellow { width: 100%; background: var(--yellow); color: var(--dark); border: none; padding: 13px; border-radius: 5px; font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; cursor: pointer; margin-top: 4px; transition: background .2s, transform .1s; }
.btn-yellow:hover { background: #dba900; transform: translateY(-1px); }
.quote-stars { margin-top: 11px; text-align: center; color: var(--yellow); font-size: 14px; }
.quote-stars small { color: #888; font-size: 13px; }

/* TRUST BADGES */
.trust-badges { background: var(--white); padding: 24px 0; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; border-bottom: 1px solid var(--border); }
.trust-badges .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.tb-item img{max-height: 100px;}

/* SECTIONS */
.sec { padding: 64px 0; }
.sec .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.sec-bg { background: var(--light-bg); }
.sec-dark { background: var(--dark); }
.sec-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); margin-bottom: 7px; }
h2.st { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: -1px; line-height: 1.1; margin-bottom: 14px; }
h2.st span { color: var(--yellow); }
h2.st.light { color: var(--white); }
h2.st.centered { text-align: center; }
p.sub { color: var(--text); max-width: 660px; font-size: 17px; margin-bottom: 36px; }
p.sub.light { color: #aaa; }
p.sub.centered { text-align: center; margin-left: auto; margin-right: auto; }

/* WHY — two-column with image */
.why-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center; }
.why-intro { font-size: 17px; margin-bottom: 20px; color: var(--text); line-height: 1.7; }
.why-h { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 700; color: var(--dark); text-transform: uppercase; margin-bottom: 18px; }
.why-list { list-style: none; margin-bottom: 24px; }
.why-list li { font-size: 16px; color: var(--text); padding: 6px 0; display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px solid var(--border); }
.why-list li:last-child { border-bottom: none; }
.why-list .why-check { color: var(--yellow); font-weight: 700; flex-shrink: 0; margin-top: 2px; font-size: 1.1em; }
.why-img { border-radius: 10px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.why-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-img-placeholder { width: 100%; height: 420px; background: linear-gradient(135deg, #e8a020 0%, #c47d10 40%, #8b5e10 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.why-img-placeholder::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='20' r='10' fill='rgba(255,255,255,.15)'/%3E%3Crect x='15' y='32' width='30' height='20' rx='4' fill='rgba(255,255,255,.15)'/%3E%3C/svg%3E") center/80px no-repeat; }
.why-img-placeholder .mover-icon { font-size: 80px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3)); }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.p-step { background: var(--light-bg); border-radius: 10px; padding: 30px 20px; text-align: center; }
.p-num { width: 50px; height: 50px; background: var(--yellow); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--dark); margin: 0 auto 14px; }
.p-num .bi { font-size: 1.2em; }
.p-step h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: var(--dark); text-transform: uppercase; margin-bottom: 8px; }
.p-step p { font-size: 16px; color: var(--text); line-height: 1.6; }

/* SERVICES — 3x2 grid (light section) */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card { background: var(--white); border-radius: 8px; padding: 24px 20px; border: 1px solid var(--border); box-shadow: 0 2px 10px rgba(0,0,0,.05); transition: box-shadow .2s, transform .2s; text-align: center; }
.svc-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.svc-icon { font-size: 28px; color: var(--yellow); margin-bottom: 12px; }
.svc-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: var(--dark); text-transform: uppercase; margin-bottom: 8px; }
.svc-card p { font-size: 15px; color: var(--text); line-height: 1.65; }

/* TESTIMONIALS (dark section) */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 24px 22px; text-align: left; }
.t-stars { color: var(--yellow); font-size: 15px; margin-bottom: 10px; }
.t-text { font-size: 16px; font-style: italic; color: #ccc; line-height: 1.7; margin-bottom: 14px; }
.t-name { font-weight: 700; font-size: 15px; color: var(--white); }
.t-loc { font-size: 14px; color: #888; }
.testi-cta-wrap { text-align: center; margin-top: 28px; }
.testi-cta-wrap .btn-inline { margin-top: 0; }

/* FAQ */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1.5px solid var(--border); }
.faq-q { font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; color: var(--dark); text-transform: uppercase; padding: 16px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.faq-icon { color: var(--yellow); font-size: 18px; flex-shrink: 0; transition: transform .3s; line-height: 1; font-style: normal; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { font-size: 16px; color: var(--text); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 16px; }

/* CTA */
.cta-banner { background: var(--yellow); padding: 60px 0; text-align: center; }
.cta-banner .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.cta-banner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4.2vw, 52px); font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: -1px; margin-bottom: 10px; }
.cta-banner p { color: #444; margin-bottom: 22px; font-size: 17px; }
.btn-cta { display: inline-block; background: var(--dark); color: var(--yellow); font-family: 'Barlow Condensed', sans-serif; font-size: 19px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; padding: 15px 40px; border-radius: 5px; text-decoration: none; transition: background .2s; }
.btn-cta:hover { background: #333; }
.or-div { margin: 14px 0 6px; font-size: 16px; font-weight: 700; color: #444; }
.call-line { font-size: 15px; color: #444; }
.call-line a { color: var(--dark); font-weight: 700; text-decoration: none; }

/* FOOTER TOP */
.footer-top { background: #efefed; padding: 56px 0; }
.footer-top .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; gap: 56px; align-items: center; }
.ff-wrap { flex: 0 0 390px; background: var(--white); border-radius: 10px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.ff-wrap h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: var(--dark); text-transform: uppercase; margin-bottom: 16px; text-align: center; }
.areas-col { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.areas-col iframe { width: 100%; min-height: 280px; border: 0; border-radius: 8px; display: block; }
.areas-col h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: var(--dark); text-transform: uppercase; margin-bottom: 14px; }
.areas-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 20px; list-style: none; }
.areas-list li { font-size: 15px; padding: 5px 0; border-bottom: 1px solid var(--border); color: var(--text); }
.areas-list li::before { content: '→ '; color: var(--yellow); font-weight: 700; }

/* FOOTER MAIN */
footer { background: var(--dark); color: #999; padding: 42px 0 22px; }
footer .container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 30px; }
footer h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 13px; }
footer ul { list-style: none; }
footer ul li { font-size: 14px; margin-bottom: 6px; }
footer ul li a { color: #999; text-decoration: none; transition: color .2s; }
footer ul li a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 18px; text-align: left; font-size: 13px; color: #888; }

/* INLINE BTN */
.btn-inline { display: inline-block; background: var(--yellow); color: var(--dark); font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; padding: 13px 32px; border-radius: 5px; text-decoration: none; margin-top: 10px; transition: background .2s; }
.btn-inline:hover { background: #dba900; }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .why-wrap { grid-template-columns: 1fr; }
  .why-img-placeholder { height: 260px; }
}
/* STICKY CTA - MOBILE ONLY */
.sticky-cta { display: none; }
@media (max-width: 860px) {
  .hero .container { grid-template-columns: 1fr; }
  .quote-card { max-width: 480px; }
  .footer-top .container { flex-direction: column; }
  .ff-wrap { flex: 0 0 auto; max-width: 480px; }
  .areas-col iframe { height: 380px; }
  .sticky-cta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--dark); padding: 12px 20px; gap: 12px; align-items: center; justify-content: center; box-shadow: 0 -4px 20px rgba(0,0,0,.2); }
  .sticky-cta a { flex: 1; text-align: center; padding: 14px 16px; border-radius: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; text-decoration: none; transition: background .2s, transform .1s; }
  .sticky-cta .sticky-quote { background: var(--yellow); color: var(--dark); }
  .sticky-cta .sticky-quote:hover { background: #dba900; }
  .sticky-cta .sticky-call { background: transparent; color: var(--white); border: 2px solid var(--yellow); }
  .sticky-cta .sticky-call:hover { background: rgba(245,196,0,.15); }
  body { padding-bottom: 72px; }
}
@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .fg-row { grid-template-columns: 1fr; }
  .areas-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-badges { gap: 22px; }
}
@media (max-width: 400px) {
  .footer-grid { grid-template-columns: 1fr; }
  .areas-list { grid-template-columns: 1fr; }
}
