/* ==========================================================================
   City Capital — Booking & Thank-You pages
   Styled to match citycapital.ca (brand green #20A200, Jost + Inter, pill CTAs)
   ========================================================================== */

:root {
  --green:       #20A200;  /* brand green */
  --green-dark:  #1A8600;  /* hover */
  --green-soft:  #E8F5E4;  /* tint bg */
  --black:       #111111;  /* headings / featured buttons */
  --ink:         #1F1F1F;  /* body text */
  --muted:       #5E5E5E;  /* secondary text */
  --line:        #E7E7E7;
  --cream:       #F7F4EF;  /* soft section bg */
  --bg:          #FFFFFF;
  --radius:      16px;
  --shadow:      0 18px 50px rgba(0,0,0,0.08);
  --shadow-sm:   0 6px 22px rgba(0,0,0,0.06);
  --maxw:        1200px;
  --head:        "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body:        "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--head); font-weight: 700; color: var(--black); line-height: 1.12; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Top green bar ---------- */
.topbar { background: var(--green); color: #fff; font-size: .9rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 44px; }
.topbar .tb-left { display: flex; align-items: center; gap: 26px; }
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.topbar a:hover { opacity: .85; }
.topbar .tb-social { display: flex; gap: 10px; }
.topbar .tb-social a { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: .8rem; }
@media (max-width: 720px) { .topbar .tb-left { gap: 14px; font-size: .8rem; } .topbar .tb-social { display: none; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.logo img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: var(--head); font-weight: 500; color: #222; font-size: 1rem; }
.nav a:hover { color: var(--green); }
@media (max-width: 900px) { .nav { display: none; } }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 34px; border-radius: 100px; font-family: var(--head); font-weight: 600; font-size: 1rem; cursor: pointer; border: none; transition: background .2s ease, transform .12s ease, color .2s ease; white-space: nowrap; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-black { background: var(--black); color: #fff; }
.btn-black:hover { background: #000; transform: translateY(-1px); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ---------- Hero (full-bleed image) ---------- */
.hero { position: relative; color: #fff; min-height: 620px; display: flex; align-items: center; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,20,8,.86) 0%, rgba(10,20,8,.62) 45%, rgba(32,162,0,.30) 100%),
              url("https://citycapital.ca/wp-content/uploads/2026/02/slider-home-img-111.jpg") center/cover no-repeat;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; padding-top: 70px; padding-bottom: 70px; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; padding: 8px 18px; border-radius: 100px; font-family: var(--head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); color: #fff; max-width: 16ch; letter-spacing: -.01em; }
.hero p.lead { margin-top: 20px; font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: #E6EEE3; max-width: 48ch; }
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.trust-strip { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px 34px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #F0F5EE; font-weight: 500; font-size: 1rem; }
.trust-item .chk { width: 24px; height: 24px; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: #fff; font-size: .75rem; flex: 0 0 auto; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section.cream { background: var(--cream); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.section-head .kicker { color: var(--green); font-family: var(--head); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-top: 12px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.08rem; }

/* ---------- Steps (green circle icons) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { text-align: center; padding: 8px 16px; }
.step .ic { width: 84px; height: 84px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 22px; font-family: var(--head); font-weight: 700; font-size: 2rem; box-shadow: 0 12px 26px rgba(32,162,0,.28); }
.step h3 { font-size: 1.35rem; }
.step p { color: var(--muted); margin-top: 10px; font-size: 1rem; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- Booking / Calendly ---------- */
.booking-shell { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; padding: 8px; max-width: 1040px; margin: 0 auto; }
.calendly-inline-widget { min-width: 320px; height: 720px; }
@media (max-width: 640px) { .calendly-inline-widget { height: 1000px; } }
.booking-fallback { text-align: center; padding: 40px 20px; color: var(--muted); }

/* ---------- CTA band ---------- */
.band { background: var(--black); color: #fff; text-align: center; padding: 72px 0; }
.band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.band h2 .hl { color: var(--green); }
.band p { color: #CFCFCF; margin-top: 14px; font-size: 1.12rem; }
.band .btn { margin-top: 28px; }

/* ---------- Logos strip ---------- */
.logos { text-align: center; }
.logos h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 40px; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.logos-row img { height: 46px; width: auto; filter: grayscale(1); opacity: .7; }

/* ---------- Footer ---------- */
.site-footer { background: #0E0E0E; color: #A9A9A9; padding: 60px 0 34px; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.site-footer .f-logo { height: 50px; margin-bottom: 18px; }
.site-footer .about { max-width: 44ch; font-size: .94rem; line-height: 1.75; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer .f-col a { display: block; color: #B8B8B8; font-size: .95rem; padding: 5px 0; }
.site-footer .f-col a:hover { color: var(--green); }
.footer-legal { border-top: 1px solid rgba(255,255,255,.10); margin-top: 40px; padding-top: 22px; font-size: .86rem; color: #7A7A7A; text-align: center; }

/* ---------- Thank-you specific ---------- */
.ty-hero { position: relative; color: #fff; text-align: center; padding: 96px 0 84px; overflow: hidden; }
.ty-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,20,8,.90), rgba(10,20,8,.78)), url("https://citycapital.ca/wp-content/uploads/2026/02/slider-home-img-111.jpg") center/cover no-repeat; z-index: 0; }
.ty-hero .container { position: relative; z-index: 1; }
.ty-check { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 26px; background: var(--green); display: grid; place-items: center; color: #fff; box-shadow: 0 14px 30px rgba(32,162,0,.4); }
.ty-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); }
.ty-hero p { color: #E6EEE3; margin-top: 16px; font-size: 1.18rem; max-width: 54ch; margin-left: auto; margin-right: auto; }

.timeline { max-width: 820px; margin: 0 auto; display: grid; gap: 4px; }
.tl-item { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 26px 0; }
.tl-item:not(:last-child) { border-bottom: 1px solid var(--line); }
.tl-badge { width: 60px; height: 60px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-family: var(--head); font-weight: 700; font-size: 1.4rem; align-self: start; }
.tl-item h3 { font-size: 1.35rem; }
.tl-item p { color: var(--muted); margin-top: 8px; font-size: 1.02rem; }
.tl-item .time { color: var(--green); font-family: var(--head); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

.prep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 880px; margin: 0 auto; }
.prep-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.prep-card h3 { font-size: 1.15rem; display: flex; align-items: center; gap: 12px; }
.prep-card p { color: var(--muted); margin-top: 10px; font-size: .98rem; }
.prep-card .chk { width: 26px; height: 26px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: .8rem; flex: 0 0 auto; }
@media (max-width: 680px) { .prep-grid { grid-template-columns: 1fr; } }

.cta-center { text-align: center; margin-top: 44px; }
