@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #1769e0;
  --blue-dark: #0a326d;
  --blue-pale: #f1f6ff;
  --ink: #10233f;
  --muted: #64748b;
  --line: #deE7f2;
  --mint: #18ad7a;
  --mint-pale: #e9f9f3;
  --white: #fff;
  --shadow: 0 12px 35px rgba(20, 56, 105, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; color-scheme: light; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Figtree, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 82px 0; }
.section--pale { background: var(--blue-pale); }
.eyebrow { color: var(--blue); font-size: .83rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 19px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.065em; }
h2 { margin-bottom: 13px; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.1; letter-spacing: -.045em; }
h3 { margin-bottom: 7px; font-size: 1.08rem; line-height: 1.2; }
.lead { max-width: 610px; color: var(--muted); font-size: 1.1rem; }
.text-link { color: var(--blue); font-weight: 700; }
.text-link:hover { text-decoration: underline; }

.site-header { height: 78px; display: flex; align-items: center; border-bottom: 1px solid #edf1f7; background: rgba(255,255,255,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.02rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; }
.main-nav { display: flex; align-items: center; gap: 27px; color: #40516c; font-weight: 600; font-size: .94rem; }
.main-nav a:hover { color: var(--blue); }
.header-action { padding: 10px 16px; border: 1px solid #cddcf1; border-radius: 9px; color: var(--blue); font-size: .88rem; font-weight: 700; }

.hero { padding: 76px 0 0; background: linear-gradient(116deg, #fff 44%, #eff8ff); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; padding-bottom: 72px; }
.hero .eyebrow { display: inline-block; margin-bottom: 14px; padding: 5px 11px; border-radius: 20px; background: #e9f2ff; letter-spacing: .02em; text-transform: none; }
.search-bar { display: grid; grid-template-columns: 1fr auto; gap: 9px; max-width: 600px; margin-top: 28px; padding: 7px; border: 1px solid #d9e4f0; border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
.search-bar input { min-width: 0; padding: 8px 10px; border: 0; outline: 0; color: var(--ink); }
.search-bar input::placeholder { color: #8c9aac; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-weight: 800; cursor: pointer; }
.button:hover { background: #0d56bd; }
.checks { display: flex; flex-wrap: wrap; gap: 17px; margin: 22px 0 0; color: #516179; font-size: .86rem; font-weight: 600; }
.checks span::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; border-radius: 50%; background: var(--mint-pale); color: var(--mint); font-weight: 800; }
.hero-visual { position: relative; min-height: 390px; border-radius: 32px; background: linear-gradient(135deg, #dceafe, #f7f9fc 52%, #bee9dd); }
.visual-window { position: absolute; inset: 35px; overflow: hidden; border: 8px solid rgba(255,255,255,.75); border-radius: 20px; background: linear-gradient(145deg, #5d7190 0 37%, #d5af8f 37% 55%, #eef1f5 55%); box-shadow: 0 18px 36px rgba(19, 51, 92, .15); }
.visual-window::before { content: ""; position: absolute; left: 37%; top: 0; bottom: 0; width: 7px; background: #fff; opacity: .65; }
.visual-window::after { content: ""; position: absolute; right: -7%; bottom: -6%; width: 63%; height: 56%; border-radius: 52% 52% 0 0; background: #345a79; }
.rating, .match-bubble { position: absolute; border-radius: 13px; background: #fff; box-shadow: var(--shadow); font-weight: 800; }
.rating { top: 20px; left: -12px; padding: 13px 17px; font-size: 1.2rem; }
.rating small { display: block; color: var(--muted); font-size: .66rem; font-weight: 600; }
.match-bubble { right: -8px; bottom: 32px; padding: 15px 21px; background: var(--mint); color: #fff; font-size: 1.1rem; }
.match-bubble small { display: block; font-size: .66rem; font-weight: 500; }
.benefits { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: -36px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.benefit { display: flex; gap: 12px; align-items: center; padding: 22px 24px; border-right: 1px solid var(--line); }
.benefit:last-child { border: 0; }
.benefit-icon { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #eaf2ff; color: var(--blue); font-weight: 800; }
.benefit strong { display: block; font-size: .9rem; }.benefit small { display: block; color: var(--muted); font-size: .75rem; }
.hero + .section { padding-top: 96px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { margin: 4px 0 0; }.section-heading p { margin: 0; color: var(--muted); }
.trade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.trade-card { padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .2s, box-shadow .2s; }
.trade-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.trade-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 11px; background: #eaf2ff; color: var(--blue); font-size: 1.2rem; }
.trade-card p { margin: 0; color: var(--muted); font-size: .8rem; }

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; border-radius: 50%; background: var(--blue); color: #fff; font-size: .9rem; font-weight: 800; }
.how-grid p { color: var(--muted); font-size: .92rem; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 39px 47px; border-radius: 20px; background: var(--blue-dark); color: #fff; }
.cta h2 { margin: 5px 0 0; }.cta .eyebrow { color: #9de6d0; }.cta .button { flex: 0 0 auto; background: var(--mint); }

.breadcrumb { padding: 20px 0; color: var(--muted); font-size: .87rem; }.breadcrumb a { color: var(--blue); font-weight: 600; }
.page-hero { padding: 55px 0 64px; background: var(--blue-pale); }.page-hero .lead { margin-bottom: 0; }
.stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 33px; }
.stat { min-width: 164px; padding: 0 25px; border-left: 1px solid #cbdcf3; }.stat:first-child { padding-left: 0; border: 0; }
.stat strong { display: block; color: var(--blue); font-size: 1.5rem; line-height: 1.2; }.stat span { color: var(--muted); font-size: .82rem; }
.two-columns { display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; }.prose p { color: var(--muted); }.prose h2 { margin-top: 26px; }
.prices { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 17px 21px; border-bottom: 1px solid var(--line); }.price-row:last-child { border: 0; }.price-row span { color: var(--muted); font-size: .9rem; }.price-row strong { color: var(--blue-dark); }
.province-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.province-card { min-height: 173px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.province-card h3 { color: var(--blue-dark); }.place-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.place-links a { color: var(--blue); font-size: .95rem; font-weight: 500; }

.directory-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }.directory-head p { margin: 0; color: var(--muted); }.filter { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; color: #52637b; font-size: .85rem; background: #fff; }
.company-list { display: grid; gap: 16px; }.company-card { display: grid; grid-template-columns: 57px 1fr auto; align-items: center; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 4px 16px rgba(21, 55, 98, .04); }.company-mark { display: grid; place-items: center; width: 57px; height: 57px; border-radius: 13px; background: var(--blue-pale); color: var(--blue); font-size: 1.25rem; font-weight: 800; }.company-card h3 { margin: 0 0 4px; }.company-meta, .company-tags { color: var(--muted); font-size: .83rem; }.company-meta b { color: #f3a700; }.company-tags { margin-top: 8px; }.company-action { text-align: right; }.company-action small { display: block; margin-bottom: 8px; color: var(--mint); font-size: .78rem; font-weight: 700; }.company-action .button { padding: 10px 14px; font-size: .83rem; }

.business-hero { padding: 49px 0; background: var(--blue-pale); }.business-top { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 23px; }.business-logo { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 19px; background: var(--blue); color: #fff; font-size: 1.75rem; font-weight: 800; box-shadow: 0 10px 22px rgba(23,105,224,.2); }.business-top h1 { margin: 4px 0 8px; font-size: clamp(2.15rem, 4vw, 3.65rem); }.business-subline { color: var(--muted); font-size: .94rem; }.business-subline b { color: #e99d00; }.business-actions { display: grid; gap: 9px; }.button--outline { border: 1px solid #b8d0f2; background: #fff; color: var(--blue); }.button--outline:hover { background: #eaf2ff; }
.business-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 330px); align-items: start; gap: 52px; }.business-layout > * { min-width: 0; }.content-card { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.content-card + .content-card { margin-top: 20px; }.content-card p { color: var(--muted); }.detail-list { display: grid; grid-template-columns: 1fr; }.detail-row { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; }.detail-row:last-child { border-bottom: 0; }.detail-row span { flex: 0 1 auto; }.detail-row strong { flex: 1 1 auto; min-width: 0; color: var(--ink); text-align: right; }.detail-row a { color: var(--blue); }.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }.tag { padding: 7px 11px; border-radius: 7px; background: var(--blue-pale); color: var(--blue); font-size: .8rem; font-weight: 700; }
.review-score { display: flex; align-items: center; gap: 19px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.review-score strong { color: var(--blue-dark); font-size: 2.7rem; letter-spacing: -.06em; }.stars { color: #f1a900; font-size: 1.05rem; }.review { padding: 19px 0; border-bottom: 1px solid var(--line); }.review:last-child { padding-bottom: 0; border: 0; }.review p { margin: 7px 0 0; font-size: .9rem; }.review-meta { color: var(--muted); font-size: .78rem; }.map-card { overflow: hidden; padding: 0; }.map { position: relative; height: 206px; background: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.8) 46% 49%, transparent 50%), linear-gradient(122deg, transparent 33%, rgba(255,255,255,.85) 34% 38%, transparent 39%), #dbeee6; }.map::before { content: ""; position: absolute; inset: 24px 0; border-top: 3px solid #c7d8ce; border-bottom: 3px solid #c7d8ce; transform: rotate(-10deg); }.map-pin { position: absolute; top: 81px; left: 53%; display: grid; place-items: center; width: 38px; height: 38px; border: 4px solid #fff; border-radius: 50% 50% 50% 0; background: var(--blue); color: #fff; box-shadow: var(--shadow); transform: rotate(-45deg); }.map-pin span { transform: rotate(45deg); }.map-address { padding: 19px 21px; }.map-address strong, .map-address span { display: block; }.map-address span { margin-top: 3px; color: var(--muted); font-size: .85rem; }

.site-footer { padding: 53px 0 25px; background: #0c2344; color: #d9e5f6; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; padding-bottom: 40px; }.site-footer .brand { color: #fff; }.site-footer p { max-width: 260px; color: #afc2dd; font-size: .87rem; }.site-footer h3 { color: #fff; font-size: .9rem; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin: 7px 0; color: #afc2dd; font-size: .85rem; }.copyright { padding-top: 20px; border-top: 1px solid #284568; color: #91a9c8; font-size: .77rem; }

@media (max-width: 800px) {
  .main-nav { display: none; }.hero { padding-top: 46px; }.hero-grid, .two-columns, .business-layout { grid-template-columns: minmax(0, 1fr); gap: 38px; }.hero-visual { min-height: 295px; }.rating { left: 12px; }.match-bubble { right: 12px; }.benefits, .trade-grid, .province-grid { grid-template-columns: repeat(2, 1fr); }.benefit:nth-child(2) { border-right: 0; }.benefit:last-child { grid-column: span 2; border-top: 1px solid var(--line); }.how-grid { gap: 24px; }.company-card { grid-template-columns: 48px 1fr; }.company-action { grid-column: 2; text-align: left; }.footer-grid { grid-template-columns: repeat(2, 1fr); }.cta { padding: 31px; }.business-top { grid-template-columns: 70px 1fr; }.business-logo { width: 70px; height: 70px; font-size: 1.35rem; }.business-actions { grid-column: span 2; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .container { width: min(100% - 30px, 1120px); }.header-action { display: none; } .section { padding: 58px 0; }.hero-grid { padding-bottom: 52px; }.search-bar { grid-template-columns: 1fr; }.button { width: 100%; }.benefits, .trade-grid, .province-grid, .how-grid { grid-template-columns: 1fr; }.benefit, .benefit:nth-child(2), .benefit:last-child { grid-column: auto; border: 0; border-bottom: 1px solid var(--line); }.benefit:last-child { border-bottom: 0; }.section-heading, .directory-head, .cta { align-items: flex-start; flex-direction: column; }.stats { gap: 19px; }.stat { min-width: 42%; padding: 0 15px; }.stat:nth-child(odd) { padding-left: 0; border-left: 0; }.company-card { gap: 13px; padding: 17px; }.footer-grid { grid-template-columns: 1fr; gap: 22px; }.business-actions { grid-template-columns: 1fr; }
}
