:root {
    --ice-blue: #0ea5ff;
    --deep-blue: #062a57;
    --mid-blue: #064d9d;
    --navy: #07111f;
    --black: #05070b;
    --silver: #d9e4ef;
    --white: #ffffff;
    --soft: #f4f8fc;
    --muted: #6c7a89;
    --danger: #ff4d2e;
    --shadow: 0 24px 70px rgba(0, 21, 48, .22);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.canisteo-snow-site {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--soft);
    color: #132033;
    line-height: 1.55;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.top-strip { background: #020812; color: #dbeeff; font-size: 14px; }
.top-strip-inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.top-strip a { color: #fff; font-weight: 800; text-decoration: none; }
.site-header { background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(0,0,0,.08); position: sticky; top: 0; z-index: 10; }
.header-main { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding: 12px 0; }
.brand img, .custom-logo { width: 220px; max-height: 120px; object-fit: contain; display: block; }
.nav-list { list-style: none; display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; font-size: 14px; }
.nav-list a { text-decoration: none; color: #132033; }
.nav-list a:hover { color: var(--mid-blue); }
.nav-cta { background: var(--mid-blue); color: #fff !important; padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 24px rgba(6,77,157,.25); }
.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
      radial-gradient(circle at 70% 20%, rgba(14,165,255,.42), transparent 28%),
      linear-gradient(135deg, #020812 0%, #062a57 48%, #0b65ba 100%);
    padding: 78px 0 64px;
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -35% -10%;
    height: 260px;
    background: rgba(255,255,255,.12);
    transform: rotate(-4deg);
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--ice-blue); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 78px); margin-bottom: 20px; letter-spacing: -0.055em; }
h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.04em; }
h3 { font-size: 22px; }
.hero-lead { font-size: 21px; max-width: 650px; color: #dcecff; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 14px 22px; font-weight: 900; text-decoration: none; border: 2px solid transparent; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #fff, #d7ecff); color: #031b39; box-shadow: 0 16px 34px rgba(0,0,0,.25); }
.btn-secondary { border-color: rgba(255,255,255,.48); color: #fff; }
.btn-light { background: #fff; color: #072247; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); padding: 9px 12px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.hero-logo-card { background: rgba(255,255,255,.96); border-radius: 34px; box-shadow: var(--shadow); padding: 28px; transform: rotate(1deg); }
.hero-logo-card img { width: 100%; display: block; }
.quick-quote-bar { background: #020812; color: #fff; padding: 22px 0; }
.quote-grid { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.quote-grid strong { display: block; font-size: 23px; }
.quote-grid span { color: #b7d4ef; }
.section { padding: 78px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card, .process-step, .content-card, .estimate-form-shell { background: #fff; border: 1px solid #e2eaf3; border-radius: var(--radius); box-shadow: 0 16px 44px rgba(0, 23, 56, .08); }
.service-card { padding: 28px; position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: 0 0 auto auto; width: 90px; height: 90px; background: linear-gradient(135deg, rgba(14,165,255,.18), transparent); border-bottom-left-radius: 90px; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 16px; background: #eaf6ff; color: var(--mid-blue); font-size: 26px; font-weight: 900; margin-bottom: 18px; }
.service-card p, .process-step p { color: var(--muted); }
.area-band { background: linear-gradient(135deg, #061429, #083c78); color: #fff; padding: 70px 0; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.area-grid p { color: #d6e9fb; font-size: 18px; }
.town-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.town-list span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 16px 18px; font-size: 19px; font-weight: 900; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-step { padding: 24px; }
.process-step strong { width: 42px; height: 42px; background: linear-gradient(135deg, var(--ice-blue), var(--mid-blue)); color: #fff; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 14px; }
.estimate-panel { background: #e9f4ff; padding: 78px 0; }
.estimate-form-shell { width: min(940px, calc(100% - 36px)); margin: 0 auto; padding: 26px; }
.plugin-needed { border: 2px dashed #7bb8ed; background: #f8fcff; border-radius: 18px; padding: 26px; text-align: center; }
.plugin-needed code { display: inline-block; background: #07111f; color: #fff; border-radius: 10px; padding: 10px 14px; margin-top: 6px; }
.page-content { padding: 56px 0; }
.content-card { padding: 34px; }
.site-footer { background: #020812; color: #dbeeff; padding-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 36px; }
.footer-logo { width: 210px; background: #fff; border-radius: 14px; padding: 8px; }
.site-footer h3 { color: #fff; }
.footer-bottom { margin-top: 36px; background: #000; padding: 16px 0; color: #9db8cf; font-size: 14px; }
@media (max-width: 920px) {
    .header-main, .hero-grid, .area-grid, .footer-grid { grid-template-columns: 1fr; display: grid; }
    .header-main { justify-items: center; }
    .nav-list { justify-content: center; flex-wrap: wrap; }
    .hero { padding-top: 46px; }
    .service-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .top-strip-inner, .quote-grid { display: grid; text-align: center; justify-content: center; }
    .brand img, .custom-logo { width: 190px; }
    .nav-list { gap: 10px; font-size: 12px; }
    .nav-list a { padding: 7px 4px; }
    .service-grid, .process-grid, .town-list { grid-template-columns: 1fr; }
    .hero-logo-card { padding: 14px; border-radius: 22px; }
    .estimate-form-shell { padding: 16px; }
}
