/* Level Coating — Cleveland Epoxy Floors (SEO site) — shared styles */
:root {
  --paper: #FFFFFF;
  --paper-card: #FFFFFF;
  --paper-2: #F2F4F6;
  --ink: #14171B;
  --ink-2: #3A424A;
  --muted: #69707A;
  --line: rgba(20, 23, 27, 0.12);
  --line-soft: rgba(20, 23, 27, 0.07);
  --teal: #0891B2;
  --teal-700: #066D86;
  --teal-50: #E3F1F7;
  --graphite: #181B1F;
  --shadow-sm: 0 2px 8px rgba(20, 23, 27, .06);
  --shadow-md: 0 18px 44px -22px rgba(20, 23, 27, .3);
  --shadow-lg: 0 40px 90px -40px rgba(20, 23, 27, .45);
  --r: 16px;
  --wrap: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: 'Figtree', system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', 'Figtree', sans-serif; letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
img { display: block; max-width: 100%; }
a { color: var(--teal-700); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans'; font-size: 13px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--teal-700); margin: 0 0 14px; }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--teal); border-radius: 2px; }
.h-sec { font-size: clamp(28px, 4vw, 44px); font-weight: 700; }
.lead { font-size: 18px; color: var(--ink-2); max-width: 64ch; }
.muted { color: var(--muted); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 16px; padding: 14px 24px; border-radius: 100px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, background .15s, box-shadow .2s, color .15s, border-color .15s; }
.btn--primary { background: var(--teal); color: #fff; box-shadow: 0 12px 28px -12px rgba(8,145,178,.7); }
.btn--primary:hover { background: var(--teal-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--lg { padding: 17px 30px; font-size: 17px; }
.btn svg { width: 18px; height: 18px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

/* nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(255,255,255,.82); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 24px -16px rgba(20,23,27,.4); }
.nav__inner { max-width: var(--wrap); margin: 0 auto; padding: 12px 32px; display: flex; align-items: center; gap: 24px; }
.nav__logo img { height: 46px; width: auto; }
.nav__menu { display: flex; gap: 22px; margin-left: 10px; flex: 1; }
.nav__menu a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 600; position: relative; }
.nav__menu a:hover { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.nav__phone { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 15px; white-space: nowrap; }
.nav__phone svg { width: 16px; height: 16px; color: var(--teal); }
.nav__cta { padding: 10px 18px; font-size: 14px; }
.nav__burger { display: none; margin-left: auto; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: none; border: 0; cursor: pointer; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* breadcrumb */
.crumb { padding: 104px 0 0; font-size: 13.5px; color: var(--muted); }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--teal-700); }

/* hero */
.hero { position: relative; padding: 132px 0 72px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(120% 90% at 85% 0%, rgba(8,145,178,.1), transparent 55%), linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 100% 100%, 38px 38px, 38px 38px; -webkit-mask-image: linear-gradient(180deg,#000 0,#000 55%,transparent 100%); mask-image: linear-gradient(180deg,#000 0,#000 55%,transparent 100%); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero__rating { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--ink-2); margin-bottom: 18px; }
.hero__rating .dot { width: 7px; height: 7px; border-radius: 50%; background: #2bb673; box-shadow: 0 0 0 4px rgba(43,182,115,.18); }
.hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 700; }
.hero h1 em { font-style: normal; color: var(--teal); }
.hero__sub { margin: 22px 0 30px; font-size: 19px; color: var(--ink-2); max-width: 52ch; }
.hero__cta { display: flex; gap: 13px; flex-wrap: wrap; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 26px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 16px; height: 16px; color: var(--teal); flex: 0 0 16px; }
.hero__media { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.6); aspect-ratio: 4/3.3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* generic section */
.section { padding: 84px 0; }
.section--alt { background: var(--paper-2); }
.section--dark { background: var(--graphite); color: #fff; }
.section--dark .h-sec, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .lead { color: #B4BAC1; }
.section__head { max-width: 720px; margin-bottom: 44px; }

/* trust strip */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: 18px; box-shadow: var(--shadow-md); overflow: hidden; margin-top: -28px; position: relative; z-index: 3; }
.trust__item { display: flex; align-items: center; gap: 13px; padding: 22px 24px; }
.trust__item + .trust__item { border-left: 1px solid var(--line-soft); }
.trust__ico { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; background: var(--teal-50); display: flex; align-items: center; justify-content: center; }
.trust__ico svg { width: 23px; height: 23px; color: var(--teal); }
.trust__txt b { font-family: 'Plus Jakarta Sans'; font-size: 16px; display: block; }
.trust__txt span { font-size: 13px; color: var(--muted); }

/* card grid (services, why, areas) */
.grid { display: grid; gap: 18px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--areas { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.card { background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__ico { width: 52px; height: 52px; border-radius: 13px; background: var(--teal-50); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card__ico svg { width: 27px; height: 27px; color: var(--teal); }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.card a.card__more { display: inline-block; margin-top: 14px; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 14px; color: var(--teal-700); text-decoration: none; }
.card a.card__more:hover { text-decoration: underline; }

/* area chips */
.area-link { display: flex; align-items: center; gap: 9px; background: var(--paper-card); border: 1px solid var(--line-soft); border-radius: 12px; padding: 14px 16px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s, color .2s; }
.area-link:hover { transform: translateY(-3px); border-color: var(--teal); color: var(--teal-700); }
.area-link svg { width: 17px; height: 17px; color: var(--teal); flex: 0 0 17px; }

/* prose (article content) */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(24px, 3vw, 32px); margin: 44px 0 14px; }
.prose h3 { font-size: 21px; margin: 30px 0 10px; }
.prose p { margin: 0 0 16px; color: var(--ink-2); font-size: 17px; }
.prose ul { margin: 0 0 18px; padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 30px; margin-bottom: 10px; color: var(--ink-2); font-size: 17px; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/12px no-repeat; }
.prose strong { color: var(--ink); }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { text-align: center; }
.stat b { font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: clamp(34px, 4.5vw, 50px); color: #fff; display: block; }
.stat b em { font-style: normal; color: var(--teal); }
.stat span { display: block; margin-top: 8px; font-size: 13.5px; color: #AAB0B7; }

/* cost table */
.ctable { width: 100%; border-collapse: collapse; background: var(--paper-card); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); }
.ctable th, .ctable td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line-soft); font-size: 15.5px; }
.ctable th { font-family: 'Plus Jakarta Sans'; background: var(--paper-2); }
.ctable td:last-child { font-weight: 700; color: var(--teal-700); white-space: nowrap; }
.ctable tr:last-child td { border-bottom: 0; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gtile { border-radius: 12px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-sm); }
.gtile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gtile:hover img { transform: scale(1.06); }

/* faq */
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__q { list-style: none; cursor: pointer; padding: 22px 44px 22px 0; font-family: 'Plus Jakarta Sans'; font-size: 18px; font-weight: 600; position: relative; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--teal); }
.faq__item[open] .faq__q::after { content: '\2212'; }
.faq__a { padding: 0 44px 24px 0; }
.faq__a p { margin: 0 0 12px; color: var(--ink-2); font-size: 16px; }

/* CTA band */
.ctaband { background: var(--graphite); color: #fff; border-radius: 22px; padding: 48px; text-align: center; }
.ctaband h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 12px; }
.ctaband p { color: #B4BAC1; margin: 0 auto 26px; max-width: 52ch; }

/* contact + form */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact__phone { display: inline-flex; align-items: center; gap: 11px; font-family: 'Plus Jakarta Sans'; font-size: 28px; font-weight: 700; color: var(--ink); text-decoration: none; }
.contact__phone svg { width: 25px; height: 25px; color: var(--teal); }
.contact__row { display: flex; align-items: center; gap: 11px; margin-top: 14px; font-weight: 600; text-decoration: none; color: var(--ink); }
.contact__row svg { width: 21px; height: 21px; color: var(--teal); }
.form { display: flex; flex-direction: column; gap: 15px; background: var(--paper-card); padding: 32px; border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--line-soft); }
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__field label { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.form__field input, .form__field textarea { background: var(--paper-2); border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; font-size: 16px; color: var(--ink); font-family: inherit; }
.form__field input:focus, .form__field textarea:focus { outline: none; border-color: var(--teal); }
.form__success { padding: 28px 8px; text-align: center; font-weight: 600; }

/* footer */
.footer { background: #0F1114; color: #9098A0; padding: 56px 0 36px; font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.footer a { color: #B4BAC1; text-decoration: none; display: block; margin-bottom: 8px; }
.footer a:hover { color: #fff; }
.footer__brand strong { color: #fff; font-family: 'Plus Jakarta Sans'; font-size: 17px; }
.footer__legal { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12.5px; }

/* sticky mobile call bar */
.callbar { display: none; }

@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__media { max-width: 520px; }
  .trust { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(odd) { border-left: 0; }
  .trust__item:nth-child(n+3) { border-top: 1px solid var(--line-soft); }
  .grid--3, .stats { grid-template-columns: 1fr 1fr; }
  .grid--areas { grid-template-columns: repeat(3, 1fr); }
  .contact__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 18px; }
  .nav__menu, .nav__actions .nav__phone { display: none; }
  .nav__burger { display: flex; }
  .nav__menu.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--paper-card); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 8px 18px 16px; margin: 0; }
  .nav__menu.is-open a { padding: 14px 2px; border-bottom: 1px solid var(--line-soft); font-size: 16px; }
  .section { padding: 56px 0; }
  .grid--2, .grid--3, .stats { grid-template-columns: 1fr; }
  .grid--areas { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; }
  .ctaband { padding: 32px 22px; }
  .callbar { display: flex; align-items: center; justify-content: center; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--teal); color: #fff; text-decoration: none; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 17px; padding: 14px; box-shadow: 0 -4px 16px rgba(0,0,0,.25); }
  .callbar svg { width: 18px; height: 18px; }
  .footer { padding-bottom: 80px; }
}
