@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #18191b;
  --ink-2: #222326;
  --muted: #686b70;
  --line: #dedfe1;
  --paper: #f4f3f0;
  --white: #fff;
  --orange: #ff4f12;
  --orange-dark: #de3b00;
  --green: #25d366;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --shadow: 0 24px 70px rgba(12, 13, 15, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 10px 16px; background: var(--orange); color: #fff; }
.skip-link:focus { top: 16px; }

.topbar { background: #101113; color: #c7c8ca; font-size: 12px; letter-spacing: .04em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.topbar a { color: #fff; display: flex; align-items: center; gap: 8px; font-weight: 700; }
.topbar svg, .btn svg, .mobile-actions svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,79,18,.12); }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(23,24,27,.09); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 210px; height: 62px; overflow: hidden; display: block; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; transform: scale(1.05); }
.main-nav { display: flex; align-items: center; gap: 28px; font-family: var(--display); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: 28px; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; color: #fff; background: var(--ink); }
.nav-cta span { color: var(--orange); font-size: 18px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .2s; }

.hero { min-height: calc(100vh - 116px); height: 740px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: #161719; }
.hero__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(12,13,15,.93) 0%, rgba(12,13,15,.78) 37%, rgba(12,13,15,.16) 73%, rgba(12,13,15,.17) 100%), linear-gradient(0deg, rgba(12,13,15,.42), transparent 40%), url('assets/hero-beton-pro-logo-1to1.png'); background-position: center; background-size: cover; transform: scale(1.01); }
.hero__grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero__content { position: relative; z-index: 2; padding-top: 20px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: var(--orange); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ff6a32; }
.hero h1, .section h2, .closing-cta h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { max-width: 810px; font-size: clamp(58px, 6.2vw, 94px); }
.hero h1 em, .section h2 em { color: var(--orange); font-style: italic; }
.hero__content > p { max-width: 640px; margin: 25px 0 30px; color: #d7d8da; font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 24px; border: 0; font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-dark); }
.btn--glass { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn--glass:hover { background: #fff; color: var(--ink); }
.btn--dark { color: #fff; background: var(--ink); }
.btn--outline { color: #fff; border: 1px solid rgba(255,255,255,.32); }
.hero__proof { display: flex; gap: 0; margin-top: 52px; }
.hero__proof > div { min-width: 160px; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.22); }
.hero__proof > div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong { display: block; font-family: var(--display); font-size: 26px; line-height: 1; }
.hero__proof span { display: block; color: #aeb0b3; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.scroll-hint { position: absolute; right: 36px; bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-hint span { display: block; width: 42px; height: 1px; background: var(--orange); }

.trust-strip { background: var(--orange); color: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 24px 34px; border-right: 1px solid rgba(255,255,255,.25); }
.trust-item:last-child { border-right: 0; }
.trust-item > span { font-family: var(--display); font-size: 15px; opacity: .65; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.trust-item small { font-size: 11px; opacity: .82; }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 54px; }
.heading-split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.section h2 { font-size: clamp(46px, 5vw, 70px); }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }
.concrete-classes { background: var(--paper); }
.normative-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: -18px 0 32px; }
.normative-matrix article { min-height: 225px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--orange); background: #fff; }
.normative-matrix article > span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.normative-matrix h3 { margin: 12px 0 10px; font-family: var(--display); font-size: 25px; line-height: 1; text-transform: uppercase; }
.normative-matrix p { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.normative-matrix a { margin-top: auto; color: var(--ink); font-family: var(--display); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.normative-matrix a:hover { color: var(--orange); }
.class-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1px; background: #d7d7d7; border: 1px solid #d7d7d7; }
.class-card { min-height: 260px; padding: 30px; position: relative; background: #fff; overflow: hidden; transition: color .25s, background .25s, transform .25s; }
.class-card::before { content: ''; position: absolute; right: -25px; bottom: -65px; width: 150px; height: 150px; border: 25px solid #f0f0ef; border-radius: 50%; transition: .25s; }
.class-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.class-card:hover::before { border-color: rgba(255,79,18,.12); }
.class-card--featured { border-top: 4px solid var(--orange); }
.class-card--dark { background: var(--ink); color: #fff; }
.class-card--dark::before { border-color: #303135; }
.class-card__top { display: flex; justify-content: space-between; color: #9a9b9d; font-family: var(--display); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.class-card h3 { margin: 40px 0 10px; font-family: var(--display); font-size: 48px; line-height: 1; }
.class-card p { max-width: 260px; position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; }
.class-card--dark p { color: #bbbcc0; }
.info-note { display: flex; align-items: center; gap: 14px; margin-top: 22px; color: #5f6165; font-size: 13px; }
.info-note svg { flex: 0 0 auto; width: 22px; fill: none; stroke: var(--orange); stroke-width: 1.8; }
.info-note p { margin: 0; }

.exposure-section { background: #fff; }
.exposure-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.exposure-card { min-height: 175px; display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 28px; padding: 28px; border: 1px solid var(--line); background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }
.exposure-card:hover { transform: translateY(-4px); border-color: rgba(255,79,18,.45); box-shadow: var(--shadow); }
.exposure-card--wide { grid-column: 1 / -1; }
.exposure-code { min-height: 82px; display: flex; align-items: baseline; justify-content: center; padding: 18px 10px; color: #fff; background: var(--ink); border-bottom: 4px solid var(--orange); font-family: var(--display); font-size: 38px; font-weight: 800; line-height: 1; }
.exposure-code span { color: var(--orange); font-size: 18px; }
.exposure-card h3 { margin: 0 0 7px; font-family: var(--display); font-size: 21px; line-height: 1.15; text-transform: uppercase; }
.exposure-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.normative-strip { display: grid; grid-template-columns: .75fr 1.5fr auto; align-items: center; gap: 30px; margin-top: 20px; padding: 24px 28px; color: #fff; background: var(--ink); border-left: 4px solid var(--orange); }
.normative-strip strong, .normative-strip span { display: block; }
.normative-strip strong { color: var(--orange); font-family: var(--display); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.normative-strip span { font-family: var(--display); font-size: 19px; font-weight: 800; }
.normative-strip p { margin: 0; color: #b8b9bd; font-size: 11px; }
.normative-strip a { white-space: nowrap; color: #fff; font-family: var(--display); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.normative-strip a:hover { color: var(--orange); }

.slump-section { position: relative; color: #fff; background: #18191b; overflow: hidden; }
.slump-section::after { content: 'S'; position: absolute; left: -60px; bottom: -300px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 700px; line-height: 1; font-weight: 800; }
.slump-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.slump-copy p { margin: 28px 0; color: #b9bbbe; }
.slump-copy .slump-warning { margin: 0 0 26px; padding: 13px 15px; border-left: 3px solid var(--orange); background: #222326; color: #b9bbbe; font-size: 11px; line-height: 1.55; }
.slump-warning strong { color: #fff; }
.slump-factors { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.slump-factors span { padding: 7px 10px; border: 1px solid #414247; color: #dadadd; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--orange); font-family: var(--display); font-size: 16px; font-weight: 800; text-transform: uppercase; }
.text-link span { font-size: 22px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.slump-scale { background: #222326; border: 1px solid #333438; }
.slump-row { min-height: 105px; display: grid; grid-template-columns: 60px 1fr 120px; align-items: center; gap: 24px; padding: 20px 28px; border-bottom: 1px solid #36373b; }
.slump-row:last-child { border-bottom: 0; }
.slump-row b { color: var(--orange); font-family: var(--display); font-size: 31px; }
.slump-row b small { display: block; margin-top: 4px; color: #a4a6aa; font-family: var(--body); font-size: 8px; font-weight: 700; line-height: 1.15; white-space: nowrap; }
.slump-row strong, .slump-row span { display: block; }
.slump-row strong { font-family: var(--display); font-size: 17px; text-transform: uppercase; }
.slump-row span { color: #93959a; font-size: 11px; }
.slump-row i { width: 100%; height: 5px; position: relative; background: #3d3e42; }
.slump-row i::before { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--level); background: var(--orange); }

.delivery-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.delivery-image { position: relative; }
.delivery-image::before { content: ''; position: absolute; left: -18px; top: -18px; width: 90px; height: 90px; border-left: 4px solid var(--orange); border-top: 4px solid var(--orange); }
.delivery-image img { position: relative; z-index: 1; width: 100%; min-height: 510px; object-fit: cover; box-shadow: var(--shadow); }
.image-badge { position: absolute; z-index: 2; right: -30px; bottom: 30px; width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--orange); color: #fff; transform: rotate(-3deg); }
.image-badge strong { font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.image-badge span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.delivery-copy > p { margin: 24px 0 26px; color: var(--muted); }
.check-list { padding: 0; margin: 0 0 30px; list-style: none; }
.check-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.check-list li span { color: var(--orange); font-weight: 800; }

.quality { padding-top: 0; }
.quality-panel { display: grid; grid-template-columns: .8fr 1.2fr; color: #fff; background: #18191b; }
.quality-panel__intro { padding: 60px; background-image: linear-gradient(rgba(24,25,27,.93), rgba(24,25,27,.93)), url('assets/hero-beton.png'); background-size: cover; }
.quality-panel__intro p { color: #acaeb2; }
.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.quality-grid article { min-height: 220px; padding: 38px; border-left: 1px solid #343539; border-bottom: 1px solid #343539; }
.quality-grid article:nth-child(n+3) { border-bottom: 0; }
.quality-grid span { color: var(--orange); font-family: var(--display); font-size: 12px; }
.quality-grid h3 { margin: 25px 0 10px; font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.quality-grid p { margin: 0; color: #9fa1a5; font-size: 13px; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { grid-column: span 2; min-height: 260px; position: relative; padding: 30px; background: #fff; border: 1px solid #dedede; transition: .25s; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { color: var(--orange); font-family: var(--display); font-size: 13px; }
.service-card h3 { margin: 52px 0 10px; font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-card > a { position: absolute; right: 24px; top: 24px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #dadbdd; color: var(--orange); transition: .2s; }
.service-card:hover > a { color: #fff; background: var(--orange); border-color: var(--orange); }
.service-card--accent { color: #fff; background: var(--orange); border-color: var(--orange); }
.service-card--accent .service-icon, .service-card--accent p { color: #fff; }
.service-card--accent > a { color: #fff; border-color: rgba(255,255,255,.5); }

.why-us { position: relative; color: #fff; background: #1a1b1e; }
.why-us::before { content: ''; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(135deg, transparent 48%, #fff 49%, transparent 50%); background-size: 36px 36px; }
.why-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.why-heading p { color: #adafb3; margin-bottom: 28px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #3a3b3f; border-left: 1px solid #3a3b3f; }
.benefit-grid div { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 20px; border-right: 1px solid #3a3b3f; border-bottom: 1px solid #3a3b3f; font-family: var(--display); font-size: 17px; text-transform: uppercase; }
.benefit-grid span { color: var(--orange); }

.coverage-layout { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; row-gap: 18px; align-items: center; }
.coverage-copy { grid-row: 1 / span 2; }
.coverage-copy > p { color: var(--muted); }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.location-tags span { padding: 8px 12px; background: var(--paper); border-left: 2px solid var(--orange); font-size: 12px; }
.radius-map { width: min(100%, 560px); aspect-ratio: 1; min-height: 440px; position: relative; justify-self: center; border: 1px solid var(--line); background: #e9e7e1; overflow: hidden; box-shadow: 0 22px 55px rgba(24,25,27,.13); }
.delivery-map { position: absolute; inset: 0; z-index: 1; background: #e9e7e1; }
.map-overlay-title { position: absolute; top: 14px; left: 50%; z-index: 500; display: flex; align-items: center; gap: 9px; padding: 7px 11px; color: var(--orange); background: rgba(255,255,255,.94); box-shadow: 0 4px 18px rgba(24,25,27,.14); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); pointer-events: none; }
.map-overlay-title span { width: 18px; height: 2px; background: var(--orange); }
.map-view-switch { position: absolute; top: 58px; left: 14px; z-index: 500; display: flex; padding: 3px; background: rgba(255,255,255,.94); box-shadow: 0 4px 18px rgba(24,25,27,.14); }
.map-view-switch button { appearance: none; padding: 7px 9px; color: var(--muted); background: transparent; border: 0; cursor: pointer; font: 700 9px/1 var(--body); letter-spacing: .04em; text-transform: uppercase; }
.map-view-switch button:hover, .map-view-switch button.is-active { color: #fff; background: var(--ink); }
.map-zone-legend { position: absolute; left: 14px; bottom: 28px; z-index: 500; display: grid; gap: 5px; width: min(260px, calc(100% - 112px)); padding: 9px 11px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 6px 20px rgba(24,25,27,.16); pointer-events: none; }
.map-zone-legend div { display: flex; align-items: center; gap: 7px; font-size: 10px; line-height: 1.2; }
.map-zone-legend i { width: 19px; height: 9px; flex: 0 0 auto; border: 2px solid; }
.map-zone-legend .zone-a { border-color: #d83800; background: rgba(255,79,18,.38); }
.map-zone-legend .zone-b { border-color: #cb8a00; background: rgba(255,190,40,.28); }
.map-zone-legend small { color: #666; font-size: 8px; line-height: 1.25; }
.radius-label { position: absolute; right: 14px; bottom: 28px; z-index: 500; display: flex; align-items: baseline; gap: 3px; padding: 7px 10px; color: #fff; background: var(--orange); box-shadow: 0 8px 24px rgba(255,79,18,.32); font-family: var(--display); font-weight: 800; text-transform: uppercase; pointer-events: none; }
.radius-label strong { font-size: 23px; line-height: 1; }.radius-label span { font-size: 10px; }
.tonnage-note { grid-column: 2; max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.tonnage-note a { color: var(--orange); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.leaflet-container { font-family: var(--body); }
.leaflet-control-zoom { border: 0 !important; box-shadow: 0 5px 20px rgba(24,25,27,.18) !important; }
.leaflet-control-zoom a { color: var(--ink) !important; border: 0 !important; }
.leaflet-control-zoom a:hover { color: #fff !important; background: var(--orange) !important; }
.leaflet-control-attribution { padding: 3px 6px !important; background: rgba(255,255,255,.9) !important; font-size: 9px !important; }
.leaflet-control-attribution a { color: var(--orange); }
.leaflet-interactive:focus { outline: 2px solid var(--orange); }
.brand-map-icon { background: transparent; border: 0; }
.brand-map-pin { position: relative; display: grid; justify-items: center; }
.brand-map-pin b { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--orange); border: 4px solid #fff; border-radius: 50% 50% 50% 8px; box-shadow: 0 8px 24px rgba(255,79,18,.38); font-family: var(--display); font-size: 28px; }
.brand-map-pin span { margin-top: 5px; padding: 3px 8px; color: #fff; background: var(--ink); box-shadow: 0 4px 14px rgba(0,0,0,.2); font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.city-map-icon { background: transparent; border: 0; }
.city-map-pin { width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px rgba(255,79,18,.5), 0 4px 10px rgba(0,0,0,.25); }
.zone-map-icon { background: transparent; border: 0; }
.zone-map-label { display: inline-flex; align-items: center; justify-content: center; min-width: 64px; padding: 5px 8px; color: #fff; border: 2px solid #fff; box-shadow: 0 5px 18px rgba(24,25,27,.24); font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.zone-map-label--a { background: #d83800; }
.zone-map-label--b { color: #191a1c; background: #ffbe28; }
.leaflet-tooltip.city-map-tooltip { padding: 4px 7px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid #ddd; border-radius: 0; box-shadow: 0 4px 14px rgba(0,0,0,.12); font-size: 10px; font-weight: 600; }
.leaflet-tooltip.city-map-tooltip::before { display: none; }
.leaflet-popup-content-wrapper { border-radius: 0; }
.leaflet-popup-content { margin: 10px 13px; font-size: 11px; }
.map-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 5px; padding: 30px; text-align: center; background: var(--paper); }
.map-fallback strong { font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.map-fallback span { color: var(--muted); font-size: 12px; }

.quote-section { color: #fff; background: #17181a; }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy > p { color: #adafb3; }
.help-card { display: flex; gap: 18px; margin: 30px 0; padding: 20px; background: #242529; border-left: 3px solid var(--orange); }
.help-card > span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--orange); color: var(--orange); border-radius: 50%; font-family: var(--display); font-weight: 800; }
.help-card p { margin: 0; color: #babcc0; font-size: 12px; }
.help-card strong { color: #fff; }
.direct-contact small { display: block; color: #8f9195; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.direct-contact a { color: #fff; font-family: var(--display); font-size: 38px; font-weight: 800; }
.direct-contact__email { display: inline-block; margin-top: 8px; color: var(--orange) !important; font-family: inherit !important; font-size: 14px !important; font-weight: 700 !important; overflow-wrap: anywhere; }
.quote-form { padding: 42px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 22px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-head span { font-family: var(--display); font-size: 28px; font-weight: 800; text-transform: uppercase; }
.form-head small { color: #888a8f; font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label { display: block; }
.form-grid label > span, .form-grid legend { display: block; margin-bottom: 6px; color: #47494d; font-family: var(--display); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input:not([type="radio"]), .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d8d9dc; border-radius: 0; outline: none; background: #fafafa; padding: 12px 13px; color: var(--ink); transition: border .2s, box-shadow .2s; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,79,18,.1); }
.form-grid textarea { resize: vertical; }
.form-grid fieldset { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; border: 0; }
.form-grid fieldset label { cursor: pointer; }
.form-grid fieldset input { position: absolute; opacity: 0; }
.form-grid fieldset label span { min-width: 88px; padding: 9px 15px; margin: 0; border: 1px solid #d8d9dc; text-align: center; }
.form-grid fieldset input:checked + span { border-color: var(--orange); color: var(--orange); background: rgba(255,79,18,.06); }
.form-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 25px; }
.form-submit { width: 100%; }
.form-submit--email { color: var(--ink); border-color: var(--ink); }
.form-privacy { margin: 9px 0 0; color: #8d8f92; text-align: center; font-size: 9px; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 20px; font-weight: 700; text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--line); font-size: 22px; font-weight: 400; transition: .2s; }
.accordion details[open] summary span { color: #fff; background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }
.accordion details p { max-width: 700px; margin: -5px 55px 22px 0; color: var(--muted); font-size: 13px; }

.closing-cta { padding: 70px 0; color: #fff; background: var(--orange); }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-cta small { font-family: var(--display); text-transform: uppercase; letter-spacing: .15em; }
.closing-cta h2 { font-size: clamp(48px, 6vw, 76px); }
.closing-cta p { margin: 5px 0 0; }
.closing-cta__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.closing-cta .btn--primary { color: var(--ink); background: #fff; }

.footer { padding: 70px 0 25px; color: #bbbcc0; background: #101113; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .8fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-brand p, .footer-grid > div > p { max-width: 300px; font-size: 12px; }
.brand--footer { width: 250px; height: 85px; margin-bottom: 18px; background: #fff; }
.footer-company-details { display: grid; gap: 3px; margin: 0 0 16px; padding-left: 12px; border-left: 2px solid var(--orange); }
.footer-company-details strong { color: #fff; font-family: var(--display); font-size: 15px; line-height: 1.25; text-transform: uppercase; }
.footer-company-details span { color: #bbbcc0; font-size: 11px; line-height: 1.45; }
.footer h3 { margin: 0 0 18px; color: #fff; font-family: var(--display); font-size: 15px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > span { display: block; margin-bottom: 9px; font-size: 12px; }
.footer-grid a:hover { color: var(--orange); }
.footer .footer-phone { color: #fff; font-family: var(--display); font-size: 25px !important; font-weight: 800; }
.footer .footer-link { color: var(--orange); font-family: var(--display); font-size: 14px !important; font-weight: 800; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #2d2e31; color: #74767a; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.footer-compliance { margin-top: 17px; padding-top: 15px; border-top: 1px solid #2d2e31; }
.footer-grid .sal-badge { display: block; width: 250px; max-width: 100%; margin: 0 0 10px; overflow: hidden; border-radius: 12px; background: #fff; line-height: 0; }
.sal-badge img { display: block; width: 100%; height: auto; }
.footer-compliance-links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-grid .footer-compliance-links a { display: inline-flex !important; align-items: center; min-height: 30px; margin: 0 !important; padding: 7px 10px; border: 1px solid #3a3b3f; color: #d3d4d6; font-size: 10px !important; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.footer-grid .footer-compliance-links a:hover { border-color: var(--orange); color: var(--orange); }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; font-size: 13px; }
  .brand { width: 178px; }
  .hero { height: 680px; }
  .slump-layout, .why-layout, .quote-layout { gap: 55px; }
  .delivery-layout, .coverage-layout { gap: 55px; }
}

@media (max-width: 880px) {
  .topbar { display: none; }
  .site-header { height: 72px; backdrop-filter: none; }
  .brand { width: 190px; height: 60px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 30px; background: #fff; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a:not(.nav-cta) { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 22px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 25px; justify-content: space-between; }
  .hero { min-height: 680px; height: calc(100svh - 72px); max-height: 800px; }
  .hero__media { background-image: linear-gradient(90deg, rgba(12,13,15,.94), rgba(12,13,15,.56)), linear-gradient(0deg, rgba(12,13,15,.55), transparent 50%), url('assets/hero-beton-pro-logo-1to1.png'); background-position: 62% center; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .trust-item:last-child { border-bottom: 0; }
  .heading-split, .slump-layout, .delivery-layout, .quality-panel, .why-layout, .coverage-layout, .quote-layout, .faq-layout { grid-template-columns: 1fr; }
  .coverage-copy { grid-row: auto; }
  .tonnage-note { grid-column: 1; max-width: none; margin-top: -37px; }
  .heading-split { gap: 25px; }
  .class-grid { grid-template-columns: repeat(2, 1fr); }
  .normative-matrix { grid-template-columns: 1fr; }
  .normative-matrix article { min-height: 0; }
  .normative-strip { grid-template-columns: 1fr; gap: 12px; }
  .slump-layout, .delivery-layout, .why-layout, .coverage-layout, .quote-layout, .faq-layout { gap: 55px; }
  .quality-panel__intro { padding: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }
  .service-card:last-child { grid-column: 1 / -1; }
  .quote-copy, .faq-intro { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .hero { min-height: 690px; align-items: flex-end; padding-bottom: 80px; }
  .hero__content { padding-top: 50px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero__content > p { margin: 20px 0 24px; font-size: 15px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__actions .btn { padding-inline: 12px; font-size: 13px; }
  .hero__proof { margin-top: 35px; justify-content: space-between; }
  .hero__proof > div { min-width: 0; padding: 0 12px; }
  .hero__proof strong { font-size: 21px; }
  .hero__proof span { font-size: 8px; }
  .scroll-hint { display: none; }
  .trust-item { padding-inline: 14px; }
  .section h2 { font-size: 45px; }
  .class-grid { grid-template-columns: 1fr; }
  .class-card { min-height: 220px; }
  .exposure-grid { grid-template-columns: 1fr; }
  .exposure-card, .exposure-card--wide { grid-column: 1; grid-template-columns: 82px 1fr; gap: 18px; padding: 20px; }
  .exposure-code { min-height: 70px; font-size: 29px; }
  .exposure-code span { font-size: 14px; }
  .slump-row { min-height: 100px; grid-template-columns: 48px 1fr; padding: 18px; gap: 12px; }
  .slump-row i { grid-column: 2; }
  .delivery-image img { min-height: 340px; }
  .image-badge { right: -5px; bottom: -25px; width: 105px; height: 105px; }
  .image-badge strong { font-size: 27px; }
  .quality-panel__intro { padding: 35px 25px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { min-height: auto; border-left: 0; border-bottom: 1px solid #343539 !important; }
  .quality-grid article:last-child { border-bottom: 0 !important; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5), .service-card:last-child { grid-column: 1; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid div { min-height: 72px; }
  .radius-map { width: 100%; }
  .radius-map { min-height: 0; aspect-ratio: 1; }
  .map-overlay-title { top: 9px; max-width: calc(100% - 90px); font-size: 9px; text-align: center; }
  .map-view-switch { top: 45px; left: 8px; }
  .map-view-switch button { padding: 6px 7px; font-size: 8px; }
  .map-zone-legend { left: 8px; bottom: 25px; width: min(220px, calc(100% - 90px)); padding: 7px 8px; }
  .map-zone-legend div { gap: 5px; font-size: 8px; }
  .map-zone-legend i { width: 15px; height: 8px; }
  .map-zone-legend small { font-size: 7px; }
  .radius-label { right: 8px; bottom: 25px; }
  .radius-label strong { font-size: 19px; }
  .radius-label span { font-size: 7px; }
  .leaflet-tooltip.city-map-tooltip { font-size: 8px; padding: 3px 5px; }
  .quote-form { padding: 26px 18px; margin-inline: -4px; }
  .form-head { display: block; }
  .form-head small { display: block; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label, .form-grid .full { grid-column: 1; }
  .form-grid fieldset { grid-column: 1; }
  .form-actions { grid-template-columns: 1fr; }
  .accordion summary { font-size: 17px; }
  .closing-cta { padding: 60px 0 90px; }
  .closing-cta__actions { width: 100%; }
  .closing-cta__actions .btn { width: 100%; }
  .footer { padding-bottom: 90px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .mobile-actions { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: .8fr 1.2fr; color: #fff; background: #151619; box-shadow: 0 -8px 30px rgba(0,0,0,.22); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--display); font-weight: 800; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--orange); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Cookie consent and Google Analytics preferences */
body.cookie-modal-open { overflow: hidden; }
.cookie-banner { position: fixed; z-index: 500; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 22px 24px; border: 1px solid #34363a; background: #111214; color: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy { max-width: 700px; }
.cookie-banner__copy strong { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.cookie-banner__copy p { margin: 0; color: #c6c8cb; font-size: 12px; line-height: 1.55; }
.cookie-banner__copy a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions, .cookie-modal__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-btn { min-height: 42px; padding: 10px 15px; border: 1px solid transparent; cursor: pointer; font-family: var(--display); font-size: 13px; font-weight: 800; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.cookie-btn--primary { background: var(--orange); color: #fff; }
.cookie-btn--primary:hover { background: var(--orange-dark); }
.cookie-btn--secondary { border-color: #5a5c61; background: transparent; color: #fff; }
.cookie-btn--secondary:hover { border-color: #fff; }
.cookie-modal[hidden] { display: none; }
.cookie-modal { position: fixed; z-index: 520; inset: 0; display: grid; place-items: center; padding: 20px; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(5,6,7,.72); backdrop-filter: blur(5px); }
.cookie-modal__panel { position: relative; width: min(600px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; background: #fff; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.cookie-modal__close { position: absolute; top: 13px; right: 15px; width: 38px; height: 38px; border: 0; background: #f1f0ed; cursor: pointer; font-size: 24px; line-height: 1; }
.cookie-modal__eyebrow { margin: 0 0 5px; color: var(--orange); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cookie-modal h2 { margin: 0 0 8px; font-family: var(--display); font-size: 38px; line-height: 1; text-transform: uppercase; }
.cookie-modal__panel > p:not(.cookie-modal__eyebrow) { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--line); cursor: pointer; }
.cookie-option div { display: grid; gap: 2px; }
.cookie-option strong { font-size: 14px; }
.cookie-option span { color: var(--muted); font-size: 11px; }
.cookie-required { padding: 5px 9px; border-radius: 30px; background: #e9f7ed; color: #197339 !important; font-weight: 700; }
.cookie-option input { width: 48px; height: 25px; accent-color: var(--orange); }
.cookie-modal__actions { margin-top: 22px; }
.cookie-modal .cookie-btn--secondary { border-color: #94969a; color: var(--ink); }
.cookie-settings-trigger { position: fixed; z-index: 130; right: 18px; bottom: 18px; min-height: 34px; padding: 7px 11px; border: 1px solid #4b4d51; background: #17181a; color: #fff; cursor: pointer; font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.cookie-settings-trigger:hover { border-color: var(--orange); color: var(--orange); }
.legal-cookie-settings { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.legal-cookie-settings:hover { color: var(--orange); }
.form-privacy a { color: #55585d; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 820px) {
  .cookie-banner { right: 10px; bottom: 74px; left: 10px; display: block; width: calc(100% - 20px); padding: 19px; }
  .legal-page .cookie-banner { bottom: 10px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; }
  .cookie-banner__actions .cookie-btn--primary { grid-column: 1 / -1; }
  .cookie-btn { width: 100%; }
  .cookie-modal__panel { padding: 30px 20px 22px; }
  .cookie-modal__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-settings-trigger { bottom: 72px; }
  .legal-page .cookie-settings-trigger { bottom: 12px; }
}
