:root {
    --navy: #0b1f33;
    --blue: #1478ff;
    --orange: #ff7a1a;
    --ink: #152231;
    --muted: #627386;
    --bg: #f4f7fb;
    --line: #dfe7ef;
    --green: #1a9b5b;
    --brand: #0b6aa2;
    --accent: #ef8b2c;
    --brand-dark: #084c75;
    --blue-light: #eef6fb;
    --soft: #f5f8fa;
    --tm-navy:#10233f;
    --tm-blue:#1d5fd1;
    --tm-blue-dark:#174fae;
    --tm-sky:#edf5ff;
    --tm-bg:#f6f8fb;
    --tm-card:#ffffff;
    --tm-text:#172033;
    --tm-muted:#677489;
    --tm-border:#dce3ec;
    --tm-success:#18885b;
    --tm-danger:#c43b3b;
    --tm-shadow:0 14px 38px rgba(16,35,63,.10);
    --tm-radius:18px;
    --tm-radius-sm:12px;
    --tm-max:1180px;
    --radius: 18px;
    --shadow: 0 20px 60px rgba(11, 31, 51, .13)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ink);
    background: #fff
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select {
    font: inherit
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: auto
}

.content-grid {
    display: grid;
    grid-template-columns:1.3fr .7fr;
    gap: 50px;
    align-items: start
}

.copy h2 {
    font-size: 38px;
    line-height: 1.08;
    color: var(--navy);
    letter-spacing: -1.2px;
    margin: 0 0 15px
}

.copy h3 {
    font-size: 24px;
    color: var(--navy);
    margin: 34px 0 10px
}

.copy p {
    color: #4f6378;
    line-height: 1.78;
    font-size: 16px;
    margin: 0 0 16px
}

.topbar {
    background: #081827;
    color: #dce8f4;
    font-size: 13px;
    padding: 9px 0
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #edf1f5
}

.nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -.6px;
    font-size: 21px
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--blue), #42a5ff);
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 8px 20px rgba(20, 120, 255, .25);
    font-size: 21px
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    font-weight: 750
}

.navlinks a:hover {
    color: var(--blue)
}

.btn {
    border: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 850;
    padding: 14px 20px;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 10px 25px rgba(255, 122, 26, .25)
}

.btn-blue {
    background: var(--blue);
    color: #fff
}

.banner {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(116deg, #071a2b 0%, #0b2742 54%, #0c395d 100%);
    color: #fff;
    padding: 82px 0 74px
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 18%, rgba(20, 120, 255, .33), transparent 32%), radial-gradient(circle at 10% 100%, rgba(255, 122, 26, .18), transparent 27%)
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns:1.08fr .92fr;
    gap: 62px;
    align-items: center
}

.hero-light{
    padding: 38px 0 72px;
    background: radial-gradient(circle at 80% 20%, rgba(11, 106, 162, .12), transparent 28%), linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
    border-bottom: 1px solid var(--line)
}

.eyebrow {
    display: inline-flex;
    border-radius: 999px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase
}

.hero h1 {
    font-size: clamp(46px, 6.2vw, 76px);
    line-height: .97;
    margin: 18px 0 20px;
    letter-spacing: -2.8px;
    max-width: 760px
}

.hero h1 span {
    color: #5bb4ff
}

.hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #c9d8e6;
    max-width: 690px;
    margin: 0 0 28px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #dbe7f2;
    font-size: 13px;
    font-weight: 700
}

/**************** Page form ****************/
.hero-form{
    background:
            radial-gradient(circle at 12% 18%, rgba(29,95,209,.12), transparent 28%),
            linear-gradient(180deg,#fff 0%,#f6f8fb 100%);
    padding:54px 20px 36px;
}

.hero-form .hero-inner {
    max-width: 920px;
    margin: auto;
    text-align: center;
}

.hero-form .hero-inner .eyebrow {
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--tm-sky);
    color: var(--tm-blue-dark);
    font-size: 13px;
    margin-bottom: 15px;
}

.hero-form .hero-inner h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.8px;
    color: var(--tm-navy);
}

.hero-form .hero-inner p {
    max-width: 720px;
    margin: 18px auto 0;
    color: var(--tm-muted);
    font-size: 18px;
    line-height: 1.7;
}

.hero-form .hero-inner .trust-row {
    margin: 24px auto 0;
    justify-content: center;
    gap: 10px 18px;
    color: #4d596c;
}

.page-quote-form{
    margin: auto;
    padding: 0 20px 70px;
    background: var(--tm-bg);
    line-height: 1.55;
}

.page-wrap {
    max-width: var(--tm-max);
    margin: auto;
    padding: 0 20px 70px;
}

.quote-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.form-card{
    background:var(--tm-card);
    border:1px solid var(--tm-border);
    border-radius:var(--tm-radius);
    box-shadow:var(--tm-shadow);
    overflow:hidden;
}

.sidebar {
    position: sticky;
    top: 98px;
    display: grid;
    gap: 14px;
    line-height: 1.55;
}

.sidebar .side-card {
    border: 1px solid var(--tm-border);
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: none;
    position: initial;
}

.sidebar .side-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: var(--tm-navy);
}

.sidebar .side-card p {
    margin: 0;
    color: var(--tm-muted);
    font-size: 13px;
}

.sidebar .side-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
    font-size: 13px;
    color: #4f5c70;
}

.sidebar .side-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.sidebar .side-list li::before {
    content: "✓";
    color: var(--tm-success);
    font-weight: 900;
}

.mini-route {
    margin-top: 14px;
    background: #f7f9fc;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    color: #526076;
}

.mini-route strong {
    color: var(--tm-navy);
    display: block;
    margin-bottom: 4px;
}

.progress-wrap {
    padding: 22px 26px 18px;
    border-bottom: 1px solid var(--tm-border);
    background: #fff;
}

.progress-meta{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    margin-bottom:10px;
    font-size:13px;
    color:var(--tm-muted);
    font-weight:750;
}

.progress-track{
    height:9px;
    background:#e9edf3;
    border-radius:999px;
    overflow:hidden;
}

.progress-bar{
    height:100%;
    width:20%;
    background:var(--tm-blue);
    border-radius:999px;
    transition:width .25s ease;
}

.form-step {
    display: none;
    padding: 30px 30px 26px;
}

.form-step.active {
    display: block;
}

.step-kicker {
    color: var(--tm-blue);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 5px;
}

.step-title{
    margin:0;
    color:var(--tm-navy);
    font-size:28px;
    letter-spacing:-.5px;
}

.step-copy{
    margin:8px 0 26px;
    color:var(--tm-muted);
    font-size:15px;
}

.location-card,
.item-card,
.summary-card{
    border:1px solid var(--tm-border);
    border-radius:14px;
    padding:18px;
    background:#fbfcfe;
    margin-top:14px;
}

.location-head,
.item-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:14px;
}

.location-head h3,
.item-head h3{
    margin:0;
    font-size:17px;
    color:var(--tm-navy);
}

.badge{
    padding:5px 9px;
    border-radius:999px;
    background:#e9f2ff;
    color:var(--tm-blue-dark);
    font-size:11px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.remove-item{
    appearance:none;
    border:0;
    background:transparent;
    color:var(--tm-danger);
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    padding:4px;
}

.add-btn{
    width:100%;
    border:1px dashed #a9b9cf;
    color:var(--tm-blue-dark);
    background:#f8fbff;
    border-radius:12px;
    padding:13px;
    font-weight:850;
    cursor:pointer;
    margin-top:14px;
}

.add-btn:hover{background:#eef6ff}

.upload-box{
    border:1.5px dashed #aebbd0;
    background:#fbfcfe;
    padding:20px;
    border-radius:14px;
    text-align:center;
}

.upload-box input{max-width:100%}

.file-list{
    text-align:left;
    margin:12px 0 0;
    color:var(--tm-muted);
    font-size:12px;
}

.conditional{
    display:none;
    margin-top:16px;
    padding:18px;
    border-radius:14px;
    background:#f8fbff;
    border:1px solid #d7e7fb;
}

.conditional.show{display:block}

.step-actions{
    border-top:1px solid var(--tm-border);
    padding:20px 30px;
    display:flex;
    justify-content:space-between;
    gap:12px;
    background:#fff;
}

.page-quote-form .btn-secondary {
    color: #4d596c;
    background: #eef1f5;
}

.page-quote-form .btn[disabled] {
    opacity: .45;
    cursor: not-allowed;
}

.page-quote-form .btn-secondary:hover {
    background: #eef1f5;
}

.page-quote-form .grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.page-quote-form .grid-3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.page-quote-form .full{grid-column:1 / -1}

.page-quote-form .field label{
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 4px;
    color: #354158;
    letter-spacing: normal;
}

.req{color:var(--tm-danger)}

.page-quote-form .field input,
.page-quote-form .field select,
.page-quote-form .field textarea{
    width:100%;
    border:1px solid var(--tm-border);
    background:#fff;
    color:var(--tm-text);
    border-radius:11px;
    padding:13px 14px;
    outline:none;
    transition:border-color .15s ease,box-shadow .15s ease;
}

.page-quote-form .field textarea{min-height:112px;resize:vertical}

.page-quote-form .field input:focus,
.page-quote-form .field select:focus,
.page-quote-form .field textarea:focus{
    border-color:var(--tm-blue);
    box-shadow:0 0 0 3px rgba(29,95,209,.11);
}

.error-message {
    display:none;
    color: var(--tm-danger);
    font-size: 10px;
    margin-top: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.info-box {
    border: 1px solid #cfe1ff;
    background: #f3f8ff;
    border-radius: 12px;
    padding: 14px 15px;
    color: #365475;
    font-size: 13px;
    margin: 18px 0;
}

.help {
    margin-top: 5px;
    color: #7a8799;
    font-size: 12px;
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.choice {
    border: 1px solid var(--tm-border);
    border-radius: 11px;
    padding: 12px 13px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff;
    cursor: pointer;
}

.choice:hover {
    border-color: #b9c6d7;
}

.choice input {
    margin-top: 3px;
    accent-color: var(--tm-blue);
}

.choice span {
    display: block;
    color: #7a8799;
    font-size: 12px;
    margin-top: 2px;
}

.choice strong {
    display: block;
    font-size: 14px;
    color: #2a3548;
}

.review {
    display: grid;
    gap: 12px;
}

.review-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e8edf3;
    font-size: 14px;
}

.review-row span:first-child {
    color: var(--tm-muted);
}

.review-row span:last-child {
    text-align: right;
    font-weight: 750;
    color: #334056;
}

.legal {
    color: #7a8799;
    font-size: 12px;
    margin-top: 15px;
}

.page-quote-form .btn-primary {
    background: var(--tm-blue);
    box-shadow: 0 7px 18px rgba(29, 95, 209, .20);
}

.page-quote-form .btn-primary:hover {
    background: var(--tm-blue-dark);
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea{
    border-color:var(--tm-danger);
    box-shadow:0 0 0 3px rgba(196,59,59,.08);
}

.field.invalid .error-message{display:block}
/**************** End Page form ****************/
.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #dbe7f1;
    font-size: 13px;
    font-weight: 700
}

.quote-card {
    background: #fff;
    color: var(--ink);
    padding: 26px;
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28)
}

.quote-card h2 {
    margin: 0 0 5px;
    font-size: 25px
}

.quote-card > p {
    color: var(--muted);
    font-size: 13px;
    margin: 0 0 20px
}

.grid2 {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px
}

.field label {
    font-size: 11px;
    font-weight: 850;
    color: #405267;
    text-transform: uppercase;
    letter-spacing: .05em
}

.field input, .field select {
    width: 100%;
    border: 1px solid #dce5ed;
    background: #f9fbfd;
    border-radius: 11px;
    padding: 13px 12px;
    outline: none
}

label.error{
    color: red;
    font-size: 10px;
    font-weight: 700;
}

.location-help {
    font-size: 10px;
    color: #7d8d9d;
    line-height: 1.35;
    margin-top: 1px
}

.quote-card .btn {
    width: 100%;
    min-height: 52px
}

.fine {
    font-size: 10px;
    color: #8391a0;
    text-align: center;
    margin-top: 10px
}

.quickbar {
    background: #fff;
    border-bottom: 1px solid #eef2f6
}

.quickgrid {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.quick {
    padding: 20px;
    display: flex;
    gap: 11px;
    align-items: center;
    border-right: 1px solid #eef2f6
}

.quick:last-child {
    border-right: 0
}

.quick span {
    font-size: 24px
}

.quick strong {
    display: block;
    font-size: 14px
}

.quick small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px
}

.breadcrumbs {
    padding: 13px 0;
    font-size: 12px;
    color: var(--muted);
    border-bottom: 1px solid #edf1f5
}

.breadcrumbs a {
    color: var(--blue)
}

.strip {
    border-bottom: 1px solid #eef2f6
}

.strip-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.strip-item {
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #eef2f6
}

.strip-item:last-child {
    border-right: 0
}

.strip-icon {
    font-size: 25px
}

.strip-item strong {
    display: block;
    font-size: 14px
}

.strip-item small {
    display: block;
    color: var(--muted);
    margin-top: 2px
}

.side-card {
    position: sticky;
    top: 105px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 20px;
    padding: 23px;
    box-shadow: 0 10px 30px rgba(12, 45, 70, .06)
}

.side-card h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 20px
}

.side-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px
}

.side-card a {
    display: block;
    background: #f7f9fc;
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 800;
    color: #385069
}

.side-card a:hover {
    background: #eaf4ff;
    color: var(--blue)
}

.side-card .btn {
    width: 100%;
    margin-top: 17px
}

.section {
    padding: 86px 0
}

.section.alt {
    background: var(--bg)
}

.section-head {
    max-width: 790px;
    margin: 0 auto 45px;
    text-align: center
}

.tag {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em
}

.section-head h2 {
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1.03;
    letter-spacing: -1.8px;
    margin: 10px 0 14px;
    color: var(--navy)
}

.section-head p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0
}

.services {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 17px
}

.service {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(13, 43, 68, .05);
    transition: .2s
}

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

.ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eaf4ff;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 17px
}

.service h3 {
    margin: 0 0 8px;
    font-size: 19px
}

.service p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65
}

.service a {
    display: inline-block;
    margin-top: 13px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 850;
}

.local-box {
    background: linear-gradient(135deg, #0b2034, #114b77);
    color: #fff;
    border-radius: 28px;
    padding: 42px
}

.local-box h2 {
    font-size: 38px;
    line-height: 1.08;
    margin: 0 0 12px;
    letter-spacing: -1px
}

.local-box p {
    color: #cfdeea;
    line-height: 1.75;
    margin: 0 0 16px
}

.local-points {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px;
    margin-top: 23px
}

.local-point {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 16px
}

.local-point strong {
    display: block;
    margin-bottom: 5px
}

.local-point small {
    color: #c5d5e2;
    line-height: 1.5
}

.local-grid {
    display: grid;
    grid-template-columns:.85fr 1.15fr;
    gap: 45px;
    align-items: start
}

.local-copy {
    position: sticky;
    top: 105px
}

.local-copy h2 {
    font-size: 44px;
    line-height: 1.02;
    letter-spacing: -1.5px;
    color: var(--navy);
    margin: 8px 0 15px
}

.local-copy p {
    color: var(--muted);
    line-height: 1.7
}

.region-wrap {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 15px
}

.region-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px
}

.region-card h3 {
    margin: 0 0 12px;
    font-size: 17px;
    color: var(--navy)
}

.area-links {
    display: grid;
    gap: 6px
}

.area-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 11px;
    border-radius: 10px;
    background: #f7f9fc;
    font-size: 13px;
    font-weight: 800
}

.area-link small {
    font-weight: 700;
    color: var(--blue);
    white-space: nowrap
}

.area-link:hover {
    background: #eaf4ff
}

.neighbourhood-box {
    margin-top: 42px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    overflow: hidden
}

.neighbourhood-head {
    padding: 24px 25px;
    background: var(--navy);
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center
}

.neighbourhood-head h3 {
    margin: 0;
    font-size: 24px
}

.neighbourhood-head p {
    margin: 5px 0 0;
    color: #bcd0e2;
    font-size: 13px
}

.searchbox {
    min-width: 260px;
    background: #fff;
    border: 0;
    border-radius: 10px;
    padding: 12px
}

.neighbourhood-links {
    padding: 22px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 8px;
    max-height: 520px;
    overflow: auto
}

.neighbourhood-links a {
    padding: 9px 10px;
    background: #f7f9fc;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 750;
    color: #33485d
}

.neighbourhood-links a:hover {
    background: #e9f3ff;
    color: var(--blue)
}

.process {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 17px
}

.step {
    padding: 23px;
    border-radius: 17px;
    background: #fff;
    border: 1px solid var(--line)
}

.num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    font-weight: 900;
    margin-bottom: 14px
}

.step h3 {
    margin: 0 0 7px;
    font-size: 17px
}

.step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6
}

.routes {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.route {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    font-weight: 850;
    color: var(--navy)
}

.route span {
    display: block;
    color: var(--muted);
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px
}

.seo-block {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 35px
}

.seo-block h2 {
    font-size: 37px;
    line-height: 1.08;
    color: var(--navy);
    margin: 0 0 14px
}

.seo-block p, .seo-block li {
    color: var(--muted);
    line-height: 1.72
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.checklist li {
    background: #f6f9fc;
    padding: 13px 15px;
    border-radius: 11px
}

.checklist li:before {
    content: "✓";
    color: var(--green);
    font-weight: 900;
    margin-right: 9px
}

.cta {
    background: linear-gradient(125deg, #0a2035, #11446d);
    color: #fff;
    padding: 72px 0
}

.cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px
}

.cta h2 {
    margin: 0 0 8px;
    font-size: 38px
}

.cta p {
    margin: 0;
    color: #c7d7e5
}

.linkgrid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 11px
}

.loc-link {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 13px;
    padding: 15px;
    font-weight: 850;
    color: var(--navy)
}

.loc-link span {
    display: block;
    color: var(--blue);
    font-weight: 700;
    font-size: 12px;
    margin-top: 5px
}

.faq {
    display: grid;
    gap: 11px;
    max-width: 900px;
    margin: auto
}

.faq details {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 0 18px
}

.faq summary {
    cursor: pointer;
    padding: 18px 0;
    font-weight: 850;
    color: var(--navy)
}

.faq p {
    color: var(--muted);
    line-height: 1.7;
    margin: 0 0 18px
}

#quote-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
}

#quote-message.success {
    background: #e8f7ee;
    color: #257942;
}

#quote-message.error {
    background: #fdecec;
    color: #c0392b;
}

.footer {
    background: #061421;
    color: #b9c9d8;
    padding: 50px 0 25px
}

.footgrid {
    display: grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap: 35px
}

.footer h4 {
    color: #fff;
    margin: 0 0 14px
}

.footer a {
    display: block;
    margin: 8px 0;
    font-size: 13px
}

.footer p {
    font-size: 13px;
    line-height: 1.65
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 35px;
    padding-top: 20px;
    font-size: 12px
}

.mobile-cta {
    display: none
}

/** Page city to city **/
.hero-light .breadcrumbs{
    border-bottom: none;
}

.hero-light .hero-grid{
    display: grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 46px;
    align-items: center
}

.hero-light .hero-grid .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    background: #e9f5fb;
    border: 1px solid #d5eaf5;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em
}

.hero-light .hero-grid h1 {
    font-size: clamp(42px, 6vw, 70px);
    margin: 18px 0;
    line-height: 1.12;
    letter-spacing: -.03em;
}

.route-arrow {
    color: var(--accent);
}

.lead {
    font-size: 20px;
    color: #45586a;
    max-width: 760px;
    margin: 0 0 18px;
    line-height: 1.65;
}

.btn-secondary {
    background: var(--brand);
    color: #fff;
}

.btn-secondary:hover {
    background: var(--brand-dark);
}

.btn-light {
    background: #fff;
    border: 1px solid var(--line);
}

.trust-row {
    display: flex;
    gap: 10px 18px;
    flex-wrap: wrap;
    color: #526575;
    font-size: 14px;
    font-weight: 700;
}

#route-guide {
    padding: 76px 0;
}

#route-guide .section-head p, .section-soft .section-head p, .section-blue .section-head p {
    font-size: 18px;
}

.kicker {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 900;
    color: var(--brand);
    margin-bottom: 10px;
}

.route-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
}

.route-fact {
    padding: 22px;
    border-right: 1px solid var(--line);
}

.route-fact:last-child {
    border-right: 0;
}

.route-fact small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
    line-height: 1.65;
}

.route-fact strong {
    font-size: 18px;
    line-height: 1.65;
}

.section-soft {
    padding: 76px 0;
    background: var(--soft);
}

.section-soft .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.section-soft .cards .card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 8px 25px rgba(16, 34, 53, .05);
}

.section-soft .cards .card .card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #edf6fb;
    margin-bottom: 17px;
    font-size: 23px;
}

.section-soft .cards .card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.section-soft .cards .card p {
    color: var(--muted);
    margin: 0;
    line-height: 1.65;
}

#planning{
    padding: 76px 0;
}

#planning .two-col, .section-moving-cost .two-col, .section-blue .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

#planning .two-col .info-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

#planning .two-col .info-panel h2, .section-moving-cost .cost-grid h2, .section-blue .two-col h2, .final-cta .cta-inner h2{
    font-size: clamp(30px, 4vw, 44px);
    margin-bottom: 16px;
    line-height: 1.12;
    letter-spacing: -.03em;
    margin-top: 0;
}

#planning .two-col .info-panel p {
    margin: 0 0 18px;
    line-height: 1.65;
}

#planning .two-col .info-panel .checklist {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
}

#planning .two-col .info-panel .checklist li {
    position: relative;
    color: #405365;
    background: none;
    padding: 0 0 0 31px;
    line-height: 1.65;
}

#planning .two-col .info-panel .checklist li:before, .section-blue .two-col .checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7f5ee;
    color: #147b49;
    font-size: 12px;
    font-weight: 900;
}

.section-blue {
    padding: 76px 0;
    background: var(--blue-light);
}

.section-blue .process .step {
    counter-increment: steps;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
}

.section-blue .process .step:before {
    content: counter(steps);
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--brand);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 18px;
    line-height: 1.65;
}

.section-blue .process .step h3 {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.65;
}

.section-blue .process .step p {
    color: var(--muted);
    margin: 0;
    line-height: 1.65;
}

.section-moving-cost {
    padding: 76px 0;
}

.section-moving-cost .cost-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
}

.section-moving-cost .cost-grid p {
    font-size: 16px;
    line-height: 1.65;
}

.cost-box {
    background: #102235;
    color: #fff;
    border-radius: var(--radius);
    padding: 30px;
}

.section-moving-cost .cost-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.65;
    margin-top: 0;
}

.section-moving-cost .cost-box p {
    color: #d9e4eb;
    margin: 0 0 18px;
    line-height: 1.65;
}

.section-moving-cost .cost-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.section-moving-cost .cost-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 14px;
    border-radius: 12px;
    font-size: 14px;
}

.section-moving-cost .two-col p {
    margin: 0 0 18px;
    line-height: 1.65;
}

.section-blue .two-col .checklist {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 12px;
}

.section-blue .two-col .checklist li {
    position: relative;
    color: #405365;
    background: no-repeat;
    padding: 0 0 0 31px;
    line-height: 1.65;
}

#faq {
    padding: 76px 0;
}

#faq summary {
    position: relative;
}

#faq summary:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 24px;
    color: var(--brand);
    top: 9px;
}

#faq  details[open] summary:after {
    content: "–";
}

.section-soft .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.section-soft .related-grid .related-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.section-soft .related-card small {
    color: var(--brand);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.65;
}

.section-soft .related-card strong {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.65;
}

.final-cta {
    padding: 76px 0;
    background: #0d2b40;
    color: #fff;
}

.final-cta .cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.final-cta .cta-inner p {
    color: #d1dee6;
    line-height: 1.65;
    margin: 0 0 18px;
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 65px;
    background-color: var(--blue);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 3px #999;
    z-index: 100;
    left: 15px;
}

.whats-app:hover, .whats-app:focus{
    color: #FFF;
    opacity: 0.8;
    text-decoration: none !important;
}

.my-float {
    margin-top: 16px;
}

.scroll-to-top {
    font-size: 11px;
    padding: 12px 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: none;
    border-radius: 50%;
    background: var(--brand);
    width: 40px;
    height: 40px;
    z-index: 9999;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.scroll-to-top:hover, .scroll-to-top:focus {
    color: #fff;
    background: var(--brand-dark);
    text-decoration: none !important;
}
@media (max-width: 980px) {
    .navlinks {
        display: none
    }

    .hero-grid, .content-grid, .local-grid, .seo-block {
        grid-template-columns:1fr !important;
    }

    .local-copy {
        position: static
    }

    .services {
        grid-template-columns:1fr 1fr
    }

    .strip-grid {
        grid-template-columns:1fr 1fr
    }

    .process {
        grid-template-columns:1fr 1fr
    }

    .linkgrid {
        grid-template-columns:1fr 1fr
    }

    .neighbourhood-links {
        grid-template-columns:repeat(3, 1fr)
    }

    .footgrid {
        grid-template-columns:1fr 1fr
    }

    .quickgrid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-light .hero-grid .eyebrow {
        font-size: 10px;
    }

    .route-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-soft .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #planning .two-col, .section-moving-cost .two-col, .section-blue .two-col {
        grid-template-columns: 1fr;
    }

    .section-moving-cost .cost-grid {
        grid-template-columns: 1fr;
    }

    .quote-shell{
        grid-template-columns:1fr
    }

    .sidebar{
        position:static;
        order:-1;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 640px) {
    body {
        padding-bottom: 72px
    }

    .topbar .container {
        justify-content: center
    }

    .topbar .container span:last-child {
        display: none
    }

    .nav {
        min-height: 62px
    }

    .nav > .btn {
        display: none
    }

    .brand {
        font-size: 18px
    }

    .brand-mark {
        width: 37px;
        height: 37px
    }

    .hero {
        padding: 47px 0 50px
    }

    .hero h1 {
        font-size: 45px;
        letter-spacing: -1.8px
    }

    .hero p {
        font-size: 16px
    }

    .local-box {
        padding: 26px;
        border-radius: 20px
    }

    .copy h2 {
        font-size: 32px
    }

    .hero-actions .btn {
        width: 100%
    }

    .quote-card {
        padding: 19px;
        border-radius: 18px
    }

    .grid2 {
        grid-template-columns:1fr
    }

    .quickgrid, .strip-grid, .services, .process, .region-wrap, .routes, .linkgrid, .local-points, .footgrid {
        grid-template-columns:1fr
    }

    .quick {
        border-right: 0;
        border-bottom: 1px solid #eef2f6
    }

    .strip-item {
        border-right: 0;
        border-bottom: 1px solid #eef2f6
    }

    .section {
        padding: 65px 0
    }

    .section-head {
        text-align: left;
        margin-bottom: 30px
    }

    .local-copy h2 {
        font-size: 37px
    }

    .neighbourhood-head {
        display: block
    }

    .searchbox {
        width: 100%;
        min-width: 0;
        margin-top: 15px
    }

    .neighbourhood-links {
        grid-template-columns:1fr 1fr;
        padding: 14px;
        max-height: 500px
    }

    .cta-grid {
        display: block
    }

    .cta .btn {
        width: 100%;
        margin-top: 22px
    }

    .mobile-cta {
        position: fixed;
        z-index: 80;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 8px;
        background: #fff;
        border-top: 1px solid var(--line);
        padding: 9px 12px calc(9px + env(safe-area-inset-bottom))
    }

    .mobile-cta a {
        min-height: 48px;
        border-radius: 11px;
        display: grid;
        place-items: center;
        font-weight: 900;
        font-size: 13px
    }

    .mobile-cta a:first-child {
        background: var(--navy);
        color: #fff
    }

    .mobile-cta a:last-child {
        background: var(--orange);
        color: #fff
    }

    .hero-light{
        padding: 24px 0 52px;
    }

    .route-facts {
        grid-template-columns: 1fr;
    }

    .section-soft .cards {
        grid-template-columns: 1fr;
    }

    .section-moving-cost .cost-grid .btn {
        width: 100%;
    }

    .section-moving-cost .cost-list {
        grid-template-columns: 1fr;
    }

    .section-soft .related-grid {
        grid-template-columns: 1fr;
    }

    .final-cta .cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-form {
        padding: 38px 18px 28px;
    }

    .hero-form p {
        font-size: 16px !important;
    }

    .page-quote-form{
        padding:0 12px 45px
    }

    .page-wrap {
        padding: 0;
    }

    .form-step{
        padding:22px 18px
    }

    .progress-wrap{
        padding:18px
    }

    .step-actions{
        padding:16px 18px;
        position:sticky;
        bottom:0;
        z-index:15
    }

    .page-quote-form .grid,.page-quote-form .grid-3,.choice-grid,.sidebar{
        grid-template-columns:1fr
    }

    .page-quote-form .full{
        grid-column:auto
    }

    .step-title{
        font-size:24px
    }

    .page-quote-form .btn{
        flex:1
    }
}

.location-directory {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    overflow: hidden
}

.location-directory summary {
    cursor: pointer;
    padding: 20px 22px;
    font-weight: 900;
    color: var(--navy);
    background: #f7f9fc;
    list-style: none
}

.location-directory summary::-webkit-details-marker {
    display: none
}

.location-directory summary:after {
    content: "＋";
    float: right;
    color: var(--blue);
    font-size: 20px
}

.location-directory[open] summary:after {
    content: "−"
}

.ontario-links {
    padding: 18px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 7px;
    max-height: 600px;
    overflow: auto
}

.ontario-links a {
    padding: 9px 10px;
    border-radius: 9px;
    background: #f7f9fc;
    color: #33485d;
    font-size: 12px;
    font-weight: 750
}

.ontario-links a:hover {
    background: #e9f3ff;
    color: var(--blue)
}

.canada-routes {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.canada-route {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    font-weight: 850;
    color: var(--navy)
}

.canada-route span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted)
}

@media (max-width: 980px) {
    .ontario-links {
        grid-template-columns:repeat(3, 1fr)
    }

    .canada-routes {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 640px) {
    .ontario-links {
        grid-template-columns:1fr 1fr;
        padding: 12px
    }

    .canada-routes {
        grid-template-columns:1fr
    }
}