:root {
  --navy-950: #031224;
  --navy-900: #061b33;
  --navy-800: #092743;
  --blue-600: #0676d8;
  --blue-500: #0b91f3;
  --blue-400: #45b5ff;
  --cyan: #62d5ff;
  --ink: #0a2039;
  --muted: #5b6b7e;
  --line: #dce5ee;
  --surface: #f4f7fa;
  --white: #fff;
  --green: #20c875;
  --shadow: 0 24px 64px rgba(4, 26, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 16px;
  color: white; background: var(--blue-600); border-radius: 4px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled {
  background: rgba(3, 18, 36, .96);
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 31px; letter-spacing: .03em; }
.brand small { margin-top: 5px; color: #c8d6e5; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { width: 45px; height: 45px; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: var(--blue-500); stroke-width: 3.5; }
.brand-mark .circuit { stroke: var(--cyan); stroke-width: 2.5; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #d9e6f2; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 8px; }
.site-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px;
  background: var(--blue-500); transition: right .2s;
}
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.site-nav .shop-link {
  display: inline-flex; align-items: center; gap: 7px; color: var(--blue-400);
}
.shop-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(78,183,255,.6); border-radius: 3px; color: white; }
.nav-cta:hover { background: var(--blue-600); border-color: var(--blue-600); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.hero {
  position: relative; min-height: 760px; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 78% 42%, rgba(5, 130, 226, .20), transparent 31%),
    linear-gradient(118deg, var(--navy-950) 0%, #061d38 58%, #082b4a 100%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .14;
  background-image: linear-gradient(rgba(91,184,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(91,184,255,.16) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, black 55%, black);
  transform: perspective(500px) rotateX(58deg) scale(1.45) translateY(9%);
  transform-origin: 70% 100%;
}
.hero-inner {
  position: relative; z-index: 2; min-height: 760px; display: grid;
  grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; padding-top: 94px;
}
.hero-copy { padding-block: 50px 35px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 22px;
  color: var(--blue-400); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue-600); }
.hero h1 {
  max-width: 710px; margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.05;
  letter-spacing: -.035em; font-weight: 760;
}
.hero h1 em { color: var(--blue-400); font-style: normal; }
.hero-lead { max-width: 630px; margin: 26px 0 32px; color: #c3d2df; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px;
  font-size: 14px; font-weight: 750; transition: transform .18s, background .18s, border-color .18s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue-600), var(--blue-500)); box-shadow: 0 14px 35px rgba(0, 128, 229, .27); }
.button-primary:hover { background: linear-gradient(135deg, #087fdc, #18a1ff); }
.button-ghost { color: white; border-color: rgba(255,255,255,.28); }
.button-ghost:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); }
.hero-trust { display: flex; gap: 35px; margin: 46px 0 0; padding: 0; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 9px; }
.hero-trust li + li { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-trust strong { color: var(--blue-400); font-size: 22px; line-height: 1; }
.hero-trust span { color: #aebdca; font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { position: relative; min-height: 500px; }
.visual-glow {
  position: absolute; width: 430px; height: 430px; left: 20px; top: 32px; border-radius: 50%;
  border: 1px solid rgba(71, 183, 255, .15); box-shadow: 0 0 90px rgba(0, 137, 238, .18), inset 0 0 80px rgba(0, 138, 231, .08);
}
.visual-glow::before, .visual-glow::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(75,189,255,.12); }
.visual-glow::before { inset: 44px; }
.visual-glow::after { inset: 98px; }
.machine-panel {
  position: absolute; z-index: 3; width: 350px; height: 274px; left: 76px; top: 111px; padding: 22px;
  border: 1px solid rgba(83,190,255,.4); border-radius: 8px; background: rgba(6, 30, 56, .82);
  box-shadow: 0 30px 70px rgba(0,0,0,.33), inset 0 0 35px rgba(0,140,238,.06);
  backdrop-filter: blur(10px); transform: perspective(900px) rotateY(-6deg) rotateX(2deg);
}
.panel-top { display: flex; justify-content: space-between; color: #9fc9e8; font-size: 10px; letter-spacing: .13em; }
.panel-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.chart { height: 120px; display: flex; align-items: end; gap: 11px; padding: 22px 10px 0; border-bottom: 1px solid rgba(130,191,233,.2); background: repeating-linear-gradient(0deg, transparent, transparent 24px, rgba(130,191,233,.08) 25px); }
.chart span { flex: 1; height: var(--h); background: linear-gradient(var(--cyan), var(--blue-600)); border-radius: 2px 2px 0 0; box-shadow: 0 0 12px rgba(27,166,255,.22); }
.panel-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.panel-metrics div { padding-left: 12px; border-left: 2px solid var(--blue-500); }
.panel-metrics small { display: block; color: #7795ac; font-size: 9px; letter-spacing: .12em; }
.panel-metrics strong { font-size: 20px; }
.panel-metrics .online { color: var(--green); font-size: 14px; }
.data-chip {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 9px 13px;
  color: #c9e7fb; border: 1px solid rgba(66,180,255,.3); border-radius: 4px; background: rgba(3,24,45,.9);
  box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 10px; letter-spacing: .04em;
}
.data-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.chip-a { left: 8px; top: 160px; }
.chip-b { right: -16px; top: 315px; }
.gear { position: absolute; fill: none; stroke: rgba(77,177,244,.24); stroke-width: 1.2; }
.gear-one { width: 142px; right: -21px; top: 35px; animation: spin 28s linear infinite; }
.gear-two { width: 88px; left: 10px; bottom: 21px; animation: spin 19s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-edge { position: absolute; z-index: 3; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--blue-600) 0 33%, var(--blue-400) 33% 38%, transparent 38%); }

.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .project-intro h2, .method h2, .about h2, .contact h2 {
  margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.035em;
}
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 34px 26px 28px; background: white; overflow: hidden; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--blue-500); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card.featured { background: var(--navy-900); color: white; transform: translateY(-12px); box-shadow: 0 22px 45px rgba(3,26,50,.16); }
.service-number { position: absolute; right: 20px; top: 15px; color: #e7eef4; font-size: 54px; font-weight: 800; line-height: 1; }
.featured .service-number { color: rgba(255,255,255,.08); }
.service-icon {
  display: grid; place-items: center; width: 58px; height: 58px; margin: 34px 0 28px;
  color: var(--blue-600); border: 1px solid #b9dcf5; background: #eff8ff;
}
.service-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.featured .service-icon { color: var(--blue-400); border-color: rgba(60,175,255,.35); background: rgba(17,145,240,.1); }
.service-card h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.25; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: #b1c2d1; }
.service-card a { position: absolute; left: 26px; bottom: 27px; color: var(--blue-600); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.service-card a span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }
.featured a { color: var(--blue-400); }

.projects { color: white; background: var(--navy-950); overflow: hidden; }
.project-intro { display: grid; grid-template-columns: 1fr .8fr; column-gap: 90px; align-items: end; margin-bottom: 52px; }
.project-intro .eyebrow { grid-column: 1 / -1; }
.project-intro p:last-child { color: #aebfce; margin: 0; }
.project-showcase { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.project-card { position: relative; min-height: 260px; overflow: hidden; border: 1px solid rgba(94,158,204,.2); background: #071f39; }
.project-main { grid-row: 1 / 3; min-height: 540px; }
.project-art { position: absolute; inset: 0; opacity: .95; }
.project-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,16,31,.95), transparent 68%); }
.project-copy { position: absolute; z-index: 2; inset: auto 30px 30px; }
.project-copy > span { color: var(--blue-400); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h3 { margin: 7px 0 8px; font-size: 25px; }
.project-copy p { max-width: 520px; margin: 0; color: #adc0d0; font-size: 14px; }
.automation-art { background: radial-gradient(circle at 65% 30%, #0c5e9c 0, #092a4a 30%, #061a30 64%); }
.plc {
  position: absolute; z-index: 2; width: 210px; height: 250px; left: 50%; top: 36px; padding: 30px 23px;
  border: 2px solid #4a789a; background: linear-gradient(135deg, #294a63, #0a2135); box-shadow: 22px 26px 50px rgba(0,0,0,.38);
  transform: perspective(800px) rotateY(-15deg);
}
.plc span { display: block; width: 65%; height: 8px; margin-bottom: 15px; background: #142f45; border: 1px solid #507691; }
.plc span::before { content: ""; display: block; width: 5px; height: 5px; margin: 1px 0 0 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.plc i { display: block; width: 100%; height: 72px; margin-top: 20px; border: 2px solid #28455d; background: #061526; box-shadow: inset 0 0 20px rgba(0,135,230,.2); }
.plc b { position: absolute; right: 16px; top: 16px; font-size: 11px; letter-spacing: .12em; color: #94b7cf; }
.wire { position: absolute; z-index: 1; height: 2px; background: var(--blue-500); box-shadow: 0 0 9px var(--blue-500); transform-origin: left; }
.w1 { width: 235px; left: 10%; top: 30%; transform: rotate(8deg); }
.w2 { width: 270px; right: -30px; top: 25%; transform: rotate(-23deg); }
.w3 { width: 260px; left: 8%; top: 47%; transform: rotate(-8deg); }
.dashboard-art { background: radial-gradient(circle at 70% 25%, #105a8f, #071c33 60%); }
.mini-chart { position: absolute; left: 43%; top: 38px; width: 170px; height: 100px; display: flex; align-items: end; gap: 10px; padding: 15px; border-left: 1px solid #508ab2; border-bottom: 1px solid #508ab2; transform: skewY(-5deg); }
.mini-chart i { flex: 1; height: 35%; background: var(--blue-500); box-shadow: 0 0 12px rgba(18,160,255,.35); }
.mini-chart i:nth-child(2) { height: 50%; }.mini-chart i:nth-child(3) { height: 42%; }.mini-chart i:nth-child(4) { height: 74%; }.mini-chart i:nth-child(5) { height: 88%; }
.dashboard-art strong { position: absolute; right: 25px; top: 25px; color: #bed5e5; font-size: 13px; }.dashboard-art strong span { color: var(--green); }
.network-art { background: radial-gradient(circle at 55% 45%, #104c78, #071c33 64%); }
.network-art i { position: absolute; z-index: 2; width: 35px; height: 35px; border: 2px solid var(--blue-400); border-radius: 4px; box-shadow: 0 0 15px rgba(36,172,255,.2); }
.network-art i:nth-child(1) { left: 35%; top: 20%; }.network-art i:nth-child(2) { left: 65%; top: 22%; }.network-art i:nth-child(3) { left: 47%; top: 50%; }.network-art i:nth-child(4) { left: 76%; top: 55%; }
.network-art span { position: absolute; left: 36%; top: 29%; width: 48%; height: 40%; border: 1px dashed var(--blue-400); transform: skewY(-16deg); }
.portfolio-note { margin: 30px 0 0; text-align: center; color: #95abba; font-size: 14px; }.portfolio-note a { color: var(--blue-400); font-weight: 700; }

.method { background: var(--surface); }
.method-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; }
.method-copy > p:not(.eyebrow) { color: var(--muted); margin: 25px 0 36px; }
.experience { display: flex; align-items: center; gap: 16px; }
.experience strong { color: var(--blue-600); font-size: 58px; line-height: 1; letter-spacing: -.05em; }
.experience span { padding-left: 16px; border-left: 1px solid #bdcbd7; color: var(--muted); font-size: 13px; text-transform: uppercase; line-height: 1.4; letter-spacing: .06em; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cdd8e2; }
.steps li { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #cdd8e2; }
.steps li > span { color: var(--blue-600); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.steps h3 { margin: 0 0 5px; font-size: 19px; }.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.about { color: white; background: linear-gradient(125deg, #06172c, #082a49); }
.about-inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.about-card { position: relative; box-shadow: 0 35px 70px rgba(0,0,0,.35); transform: rotate(-1.2deg); }
.about-card::before { content: ""; position: absolute; z-index: -1; inset: -13px 13px 13px -13px; border: 1px solid rgba(56,175,255,.45); }
.about-card img { width: 100%; }
.about-lead { margin: 24px 0 25px; color: #c2d0dc; font-size: 17px; }
.about-copy ul { margin: 0; padding: 0; list-style: none; }
.about-copy li { display: flex; gap: 11px; margin: 10px 0; color: #c2d0dc; font-size: 14px; }
.about-copy li span { color: var(--blue-400); font-weight: 800; }
.quote { margin: 30px 0 0; padding: 19px 0 19px 22px; color: white; border-left: 3px solid var(--blue-500); font-style: italic; }

.contact { position: relative; overflow: hidden; padding: 105px 0; color: white; background: var(--navy-950); }
.contact-pattern { position: absolute; width: 580px; height: 580px; left: -230px; top: -180px; border: 1px solid rgba(22,151,240,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(18,140,224,.035), 0 0 0 140px rgba(18,140,224,.025); }
.contact-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #adbecd; margin: 22px 0 38px; }
.contact-list { display: grid; gap: 12px; }
.contact-list > * { display: flex; align-items: center; gap: 13px; }
.contact-list > * > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue-400); border: 1px solid rgba(70,180,255,.3); border-radius: 50%; }
.contact-list small { display: block; color: #7590a7; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: 14px; font-weight: 600; }
.lead-form { padding: 36px; color: var(--ink); border-top: 4px solid var(--blue-500); background: white; box-shadow: var(--shadow); }
.form-heading span { font-size: 22px; font-weight: 800; }.form-heading p { margin: 2px 0 23px; color: var(--muted); font-size: 13px; }
.lead-form label { display: block; margin: 14px 0; color: #334b60; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid #d4dfe8; border-radius: 2px; outline: none; background: #fbfcfd; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none;
}
.lead-form textarea { resize: vertical; min-height: 92px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(14,143,234,.1); }
.form-button { width: 100%; margin-top: 8px; border: 0; }
.privacy { display: block; margin-top: 10px; color: #81909c; font-size: 10px; text-align: center; }

.site-footer { padding: 30px 0; color: #8ca0b2; background: #020d1a; border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { transform: scale(.82); transform-origin: left center; }
.footer-inner p, .back-top { font-size: 11px; }
.back-top { color: #b6c7d5; }
.whatsapp-float {
  position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center;
  width: 57px; height: 57px; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25);
  transition: transform .2s;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: white; }

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); min-height: auto; padding-top: 125px; }
  .hero-copy { min-width: 0; padding-bottom: 0; }
  .hero-visual { width: min(520px, 100%); margin: -20px auto 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card + .service-card { border-left: 0; }
  .service-card:nth-child(even) { border-left: 1px solid var(--line); }
  .service-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-card.featured { transform: none; }
  .method-inner, .about-inner, .contact-inner { gap: 55px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 620px); }
  .site-header { background: rgba(3,18,36,.96); }
  .header-inner { min-height: 70px; }
  .brand strong { font-size: 27px; }.brand small { font-size: 8px; }
  .brand-mark { width: 39px; height: 39px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav {
    position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 22px 25px 30px;
    background: #05182d; border-top: 1px solid rgba(255,255,255,.08);
    transform: translateY(-130%); transition: transform .25s; visibility: hidden;
  }
  .site-nav.open { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: 13px 5px !important; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border: 1px solid var(--blue-500); }
  .section { padding: 80px 0; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 100px; gap: 25px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-lead { font-size: 16px; }
  .hero-trust { gap: 14px; justify-content: space-between; }
  .hero-trust li { display: block; }.hero-trust li + li { padding-left: 14px; }.hero-trust span { display: block; margin-top: 5px; }
  .hero-visual { min-height: 390px; max-width: none; transform: scale(.78); transform-origin: top left; width: 128%; margin-bottom: -60px; }
  .section-heading, .project-intro, .method-inner, .about-inner, .contact-inner { grid-template-columns: 1fr; gap: 26px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .project-intro h2, .method h2, .about h2, .contact h2 { font-size: 36px; }
  .project-intro .eyebrow { grid-column: auto; margin-bottom: -8px; }
  .project-showcase { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-main { grid-row: auto; min-height: 430px; }
  .project-card:not(.project-main) { min-height: 290px; }
  .method-inner, .about-inner, .contact-inner { gap: 48px; }
  .about-card { order: 2; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-brand { transform-origin: center; }
}

@media (max-width: 520px) {
  .hero-actions .button { width: 100%; }
  .hero-trust strong { font-size: 18px; }
  .hero-trust span { font-size: 9px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(even) { border-left: 0; }
  .service-card:nth-child(n+2) { border-top: 1px solid var(--line); }
  .service-card { min-height: 355px; }
  .project-copy { inset: auto 22px 22px; }
  .plc { left: 35%; transform: scale(.86) perspective(800px) rotateY(-15deg); transform-origin: top; }
  .lead-form { padding: 26px 20px; }
  .contact-list strong { font-size: 12px; word-break: break-word; }
}

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