:root {
  --bg: #f4f5f6;
  --surface: #ffffff;
  --surface-dark: #111418;
  --surface-dark-2: #1b2026;
  --text: #161a1f;
  --muted: #68707a;
  --line: #dfe3e7;
  --accent: #f05a28;
  --accent-dark: #cc4318;
  --accent-soft: #fff1eb;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 45px rgba(17,20,24,.10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 88px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 12px; top: 12px; }
.practice-notice { background: #0b0d10; color: #cfd4da; text-align: center; padding: 8px 16px; font-size: 12px; letter-spacing: .02em; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(17,20,24,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: #fff; min-width: 0; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: inline-grid; place-items: center; background: var(--accent); color: #fff; font: 800 15px/1 Manrope, sans-serif; letter-spacing: .04em; flex: 0 0 auto; }
.brand-text { display: grid; line-height: 1.05; gap: 4px; }
.brand-text strong { font: 800 16px/1 Manrope, sans-serif; white-space: nowrap; }
.brand-text span { color: #a9b0b8; font-size: 11px; white-space: nowrap; }
.primary-nav { display: flex; gap: 24px; margin-left: auto; }
.primary-nav a { color: #d9dde2; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

.btn { min-height: 50px; padding: 13px 20px; border-radius: 12px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 30px rgba(240,90,40,.24); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.24); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.15); }
.btn-small { min-height: 42px; padding: 10px 15px; font-size: 13px; }
.btn-full { width: 100%; }

.hero { position: relative; min-height: 700px; display: flex; align-items: center; overflow: hidden; background: #15191e; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(12,14,17,.96) 0%, rgba(12,14,17,.84) 45%, rgba(12,14,17,.28) 78%, rgba(12,14,17,.16) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 88px 94px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: #ff9a74; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.eyebrow.dark { color: var(--accent-dark); }
.hero h1, .section h2, .reviews-top h2, .contact-copy h2 { font-family: Manrope, Inter, sans-serif; letter-spacing: -.04em; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: .98; max-width: 760px; }
.hero-lead { margin: 24px 0 0; color: #d4d8dd; font-size: 18px; max-width: 660px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-actions .btn-primary { flex-direction: column; align-items: flex-start; min-width: 212px; }
.hero-actions .btn-primary small { font-weight: 600; opacity: .88; }
.hero-trust { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 670px; }
.rating-card { min-height: 96px; padding: 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.07); color: #fff; display: flex; flex-direction: column; justify-content: center; backdrop-filter: blur(8px); }
.rating-number { font: 800 22px/1.1 Manrope, sans-serif; }
.stars { color: #ffb255; letter-spacing: 2px; font-size: 12px; margin-top: 5px; }
.rating-copy { color: #bbc1c8; font-size: 12px; margin-top: 5px; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 21px 26px; border-right: 1px solid var(--line); display: grid; gap: 2px; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2, .reviews-top h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.04; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); margin: 14px 0 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 2px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); min-height: 100%; display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(17,20,24,.04); overflow: hidden; }
.service-card:hover { box-shadow: var(--shadow); }
.service-media { margin: -20px -20px 18px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 18px 18px 14px 14px; }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); font-weight: 800; }
.service-card h3 { margin: 20px 0 10px; font-size: 23px; }
.service-card p { color: var(--muted); margin: 0; }
.service-card a { margin-top: auto; padding-top: 22px; color: var(--accent-dark); text-decoration: none; font-weight: 800; }
.service-card-muted { background: #eef0f2; border-style: dashed; }
.service-card-muted .service-media { border-bottom: 1px solid rgba(0,0,0,.05); }
.muted-label { margin-top: auto; padding-top: 28px; color: #7e8790; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.work-section { background: #fff; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, minmax(240px, auto)); gap: 18px; }
.gallery-card { margin: 0; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: #f8f9fa; position: relative; min-height: 290px; }
.gallery-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; }
.gallery-large { grid-row: span 2; }
.gallery-large img { min-height: 600px; object-position: center; }
.gallery-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px; border-radius: 14px; background: rgba(17,20,24,.86); color: #fff; backdrop-filter: blur(8px); display: grid; gap: 3px; }
.gallery-card figcaption span { color: #c8ced4; font-size: 12px; }

.about-section { background: #eceff1; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.about-media { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.about-media img { width: 100%; min-height: 560px; object-fit: cover; object-position: center; }
.about-copy h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); margin: 18px 0 0; }
.about-points { margin-top: 30px; display: grid; gap: 14px; }
.about-points > div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: start; padding-top: 14px; border-top: 1px solid #cfd4d9; }
.about-points span { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: #fff; font-size: 13px; font-weight: 900; }
.about-points p { margin: 0; color: var(--muted); }
.about-points strong { color: var(--text); }

.reviews-section { background: var(--surface-dark); color: #fff; }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.reviews-top > div:first-child { max-width: 780px; }
.review-score { display: flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.review-score > span { font: 800 54px/1 Manrope, sans-serif; }
.review-score div { display: grid; }
.review-score strong { color: #ffb255; letter-spacing: 2px; }
.review-score small { color: #abb2ba; margin-top: 5px; }
.review-placeholder { margin-top: 36px; border: 1px solid #313841; border-radius: var(--radius); padding: 32px; background: #181d23; max-width: 820px; }
.quote-mark { color: var(--accent); font: 800 54px/1 Georgia, serif; }
.review-placeholder p { margin: 4px 0 18px; color: #d9dde1; font-size: 20px; }
.review-placeholder a { color: #fff; font-weight: 800; text-decoration: none; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.faq-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 23px 42px 23px 0; cursor: pointer; font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 26px; color: var(--accent-dark); }
details[open] summary::after { content: "–"; }
details p { margin: -5px 36px 22px 0; color: var(--muted); }

.contact-section { background: #191e24; color: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #b8c0c7; }
.contact-phone { margin-top: 26px; padding: 20px 22px; border-radius: 16px; background: var(--accent); display: inline-grid; text-decoration: none; }
.contact-phone span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .86; }
.contact-phone strong { font: 800 25px/1.2 Manrope, sans-serif; }
.contact-meta { margin-top: 32px; display: grid; gap: 14px; }
.contact-meta p { margin: 0; display: grid; gap: 3px; padding-top: 14px; border-top: 1px solid #343b43; }
.contact-meta span { color: #aeb6bf; font-size: 13px; }
.request-form { background: #fff; color: var(--text); padding: 30px; border-radius: 24px; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 22px; }
.form-heading h3 { margin: 10px 0 4px; font-size: 27px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.demo-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); text-transform: uppercase; font-size: 10px; letter-spacing: .08em; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d4d9de; border-radius: 12px; padding: 13px 14px; min-height: 48px; background: #fff; color: var(--text); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(240,90,40,.12); }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--accent-dark); font-weight: 700; font-size: 12px; }

.site-footer { background: #0e1115; color: #fff; padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr .6fr; gap: 50px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid p, .footer-grid span { color: #99a2ac; font-size: 13px; margin: 0; }
.footer-grid a:not(.brand) { color: #c8ced5; text-decoration: none; font-size: 13px; }
.footer-grid > div > strong { margin-bottom: 4px; }
.footer-brand { margin-bottom: 8px; }
.footer-bottom { margin-top: 42px; padding-top: 20px; border-top: 1px solid #242a31; display: flex; justify-content: space-between; gap: 20px; color: #7d8792; font-size: 11px; }

.mobile-cta { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 68px; padding: 8px; border-radius: 18px; background: #111418; box-shadow: 0 18px 50px rgba(0,0,0,.28); display: none; gap: 8px; border: 1px solid #2b3138; }
.mobile-cta a { text-decoration: none; }
.mobile-call { flex: 1.1; display: grid; align-content: center; padding: 8px 12px; color: #fff; }
.mobile-call span { color: #a8b0b8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-call strong { font-size: 15px; }
.mobile-request { flex: .9; display: grid; place-items: center; background: var(--accent); color: #fff; border-radius: 12px; font-weight: 800; font-size: 13px; padding: 10px; text-align: center; }

@media (max-width: 980px) {
  .header-call { display: none; }
  .primary-nav { margin-left: auto; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,14,17,.95), rgba(12,14,17,.72)); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: span 2; min-height: 220px; }
  .about-grid, .contact-grid, .faq-grid { gap: 40px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 104px; }
  .practice-notice { font-size: 10px; padding-inline: 12px; }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; }
  .brand-text strong { font-size: 14px; }
  .brand-text span { font-size: 10px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 68px; left: 0; right: 0; background: #111418; border-top: 1px solid #252b31; padding: 16px 18px 22px; display: none; flex-direction: column; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 4px; border-bottom: 1px solid #242a31; }
  .hero { min-height: 640px; align-items: end; }
  .hero-media img { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(12,14,17,.32) 0%, rgba(12,14,17,.73) 42%, rgba(12,14,17,.97) 100%); }
  .hero-content { padding: 150px 0 42px; }
  .hero h1 { font-size: clamp(39px, 11vw, 56px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { min-width: 0; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust .rating-card:last-child { grid-column: span 2; min-height: 76px; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading h2, .reviews-top h2, .contact-copy h2, .about-copy h2 { font-size: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 245px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-large { grid-row: auto; }
  .gallery-large img, .gallery-card img { min-height: 340px; }
  .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { order: 2; }
  .about-media img { min-height: 390px; }
  .reviews-top { align-items: start; flex-direction: column; }
  .review-score > span { font-size: 48px; }
  .review-placeholder { padding: 24px; }
  .review-placeholder p { font-size: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .request-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { display: flex; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; align-items: center; text-align: center; }
  .hero-actions .btn-primary { align-items: center; }
  .hero-trust { gap: 9px; }
  .rating-card { min-height: 88px; padding: 13px; }
  .section { padding: 58px 0; }
  .section-heading h2, .reviews-top h2, .contact-copy h2, .about-copy h2 { font-size: 33px; }
  .service-card { padding: 23px; }
  .gallery-card figcaption { left: 12px; right: 12px; bottom: 12px; }
  .contact-phone { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .mobile-call strong { font-size: 14px; }
  .mobile-request { font-size: 12px; }
}
