:root {
  --ll-teal: #087f7b;
  --ll-teal-2: #0aa39b;
  --ll-teal-dark: #075f5c;
  --ll-ink: #15272b;
  --ll-muted: #66777a;
  --ll-line: #dbe5e4;
  --ll-soft: #f3f7f6;
  --ll-white: #ffffff;
  --ll-radius: 24px;
  --ll-shadow: 0 22px 70px rgba(19, 54, 58, .12);
  --ll-shell: min(1180px, calc(100% - 48px));
  --ll-menu-font: "Segoe UI", Inter, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.ll-site-body { margin: 0 !important; background: var(--ll-white) !important; color: var(--ll-ink) !important; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; -webkit-font-smoothing: antialiased; }
body.ll-menu-open { overflow: hidden; }
.ll-site, .ll-site * { box-sizing: border-box; }
.ll-site { overflow: clip; background: var(--ll-white); min-height: 100vh; line-height: 1.55; }
.ll-site img { max-width: 100%; display: block; }
.ll-site a { color: inherit; text-decoration: none; }
.ll-site button, .ll-site input, .ll-site select, .ll-site textarea { font: inherit; }
.ll-shell { width: var(--ll-shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ll-header { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; transition: .3s ease; }
.admin-bar .ll-header { top: 32px; }
.ll-header::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; opacity: 0; transition: .3s ease; }
.ll-header.is-scrolled::before { opacity: 1; border-color: rgba(16,88,86,.10); box-shadow: 0 10px 32px rgba(10,50,53,.06); }
.ll-nav-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ll-brand { display: inline-flex; align-items: center; min-width: 260px; flex: 0 0 auto; }
.ll-logo-image { height: auto; display: block; }
.ll-logo-image-menu { width: 260px; height: auto; max-width: none; object-fit: contain; object-position: left center; }
.ll-logo-image-footer { width: 220px; }
.ll-nav { display: flex; align-items: center; gap: 8px; }
.ll-nav-link { border: 0; background: transparent; padding: 10px 13px; border-radius: 12px; color: #31474a; font-size: 14px; font-weight: 650; cursor: pointer; transition: .2s ease; font-family: var(--ll-menu-font); }
.ll-nav-link:hover, .ll-nav-link.is-active { color: var(--ll-teal); background: rgba(8,127,123,.07); }
.ll-nav-dropdown { position: relative; }
.ll-caret { margin-left: 4px; font-size: 16px; }
.ll-dropdown-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translate(-50%, 8px); width: 245px; background: rgba(255,255,255,.98); border: 1px solid var(--ll-line); border-radius: 18px; box-shadow: var(--ll-shadow); padding: 10px; opacity: 0; visibility: hidden; transition: .2s ease; }
.ll-dropdown-menu::before { content: ""; position: absolute; height: 18px; left: 0; right: 0; top: -18px; }
.ll-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 11px; font-size: 13px; font-weight: 600; color: #405457; font-family: var(--ll-menu-font); }
.ll-dropdown-menu a:hover { color: var(--ll-teal); background: var(--ll-soft); }
.ll-nav-dropdown:hover .ll-dropdown-menu, .ll-nav-dropdown:focus-within .ll-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ll-menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; padding: 11px; }
.ll-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; background: var(--ll-ink); margin: 5px 0; transition: .2s ease; }

.ll-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 14px; padding: 0 20px; font-weight: 700; font-size: 14px; transition: .22s ease; cursor: pointer; }
.ll-btn svg, .ll-text-link svg, .ll-service-card a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.ll-btn:hover svg, .ll-text-link:hover svg, .ll-service-card a:hover svg { transform: translateX(3px); }
.ll-btn-sm { min-height: 42px; padding-inline: 16px; border-radius: 12px; }
.ll-btn-primary { background: var(--ll-teal); color: #fff !important; box-shadow: 0 12px 30px rgba(8,127,123,.23); }
.ll-btn-primary:hover { background: var(--ll-teal-dark); transform: translateY(-1px); }
.ll-btn-ghost { border-color: rgba(21,39,43,.14); background: rgba(255,255,255,.72); color: var(--ll-ink); }
.ll-btn-ghost:hover { border-color: var(--ll-teal); color: var(--ll-teal); }
.ll-btn-light { background: #fff; color: var(--ll-teal) !important; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.ll-btn-light:hover { transform: translateY(-2px); }
.ll-btn-whatsapp { background: #19a85a; color: #fff !important; margin-top: 24px; }

.ll-hero { min-height: 760px; display: flex; align-items: center; padding: 145px 0 76px; position: relative; background: radial-gradient(circle at 76% 22%, rgba(11,165,157,.13), transparent 23%), radial-gradient(circle at 88% 58%, rgba(8,127,123,.07), transparent 28%), linear-gradient(135deg, #fbfdfd 0%, #f5fbfa 48%, #fff 100%); }
.ll-hero::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(8,127,123,.11); border-radius: 50%; right: -180px; top: 160px; box-shadow: inset 0 0 0 80px rgba(8,127,123,.025), inset 0 0 0 150px rgba(8,127,123,.018); }
.ll-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.ll-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--ll-teal); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.ll-kicker > span { width: 36px; height: 2px; background: var(--ll-teal); display: inline-block; }
.ll-hero h1, .ll-page-hero h1 { margin: 22px 0 24px; font-size: clamp(44px, 5.6vw, 78px); letter-spacing: -4px; line-height: .99; max-width: 760px; font-weight: 720; }
.ll-hero h1 em, .ll-page-hero h1 em { font-style: normal; color: var(--ll-teal); }
.ll-hero-copy > p, .ll-page-hero p { margin: 0; color: var(--ll-muted); font-size: 17px; max-width: 660px; }
.ll-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.ll-trustline { display: flex; gap: 26px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(20,66,68,.12); }
.ll-trustline span { color: var(--ll-muted); font-size: 12px; }
.ll-trustline b { display: block; color: var(--ll-ink); font-size: 15px; margin-bottom: 2px; }
.ll-hero-visual { min-height: 525px; position: relative; }
.ll-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(8,127,123,.15); }
.ll-orbit-a { width: 440px; height: 440px; right: 0; top: 35px; }
.ll-orbit-b { width: 340px; height: 340px; right: 45px; top: 85px; border-style: dashed; }
.ll-photo { margin: 0; position: absolute; overflow: hidden; border-radius: 28px; box-shadow: var(--ll-shadow); background: #dfe8e7; }
.ll-photo img { width: 100%; height: 100%; object-fit: cover; }
.ll-photo-main { right: 30px; top: 40px; width: 330px; height: 470px; border: 9px solid #fff; }
.ll-photo-float { left: 10px; bottom: 22px; width: 220px; height: 270px; border: 7px solid #fff; }
.ll-floating-card { position: absolute; right: -6px; bottom: 2px; width: 260px; padding: 14px 16px; border: 1px solid rgba(10,119,114,.14); border-radius: 18px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: 0 16px 45px rgba(13,55,58,.13); display: flex; gap: 12px; align-items: center; }
.ll-floating-card strong, .ll-contact-mini strong { display: block; font-size: 14px; }
.ll-floating-card small, .ll-contact-mini small { display: block; color: var(--ll-muted); font-size: 11px; line-height: 1.4; margin-top: 2px; }
.ll-mini-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 13px; background: rgba(8,127,123,.10); color: var(--ll-teal); flex: 0 0 auto; }
.ll-mini-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.ll-proof { padding: 78px 0; border-top: 1px solid var(--ll-line); border-bottom: 1px solid var(--ll-line); }
.ll-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.ll-eyebrow { display: inline-block; color: var(--ll-teal); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ll-proof h2, .ll-section-head h2, .ll-feature-copy h2, .ll-coverage-copy h2, .ll-contact-copy h2, .ll-service-detail-copy h2 { font-size: clamp(32px, 3.6vw, 52px); letter-spacing: -2.2px; line-height: 1.06; margin: 14px 0 0; font-weight: 700; }
.ll-proof-text { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.ll-proof-text p { margin: 0; color: var(--ll-muted); font-size: 15px; }
.ll-section { padding: 108px 0; }
.ll-section-head { max-width: 720px; margin-bottom: 44px; }
.ll-section-head p { color: var(--ll-muted); margin: 18px 0 0; font-size: 16px; }
.ll-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ll-service-card { min-height: 330px; padding: 26px; border: 1px solid var(--ll-line); border-radius: 22px; background: #fff; position: relative; transition: .25s ease; }
.ll-service-card:hover { transform: translateY(-5px); border-color: rgba(8,127,123,.25); box-shadow: 0 24px 55px rgba(15,64,67,.08); }
.ll-service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--ll-teal); background: var(--ll-soft); border-radius: 16px; }
.ll-service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.ll-service-index { position: absolute; right: 24px; top: 24px; color: #aab9b8; font-size: 12px; font-weight: 750; }
.ll-service-card h3 { font-size: 21px; letter-spacing: -.6px; margin: 24px 0 12px; }
.ll-service-card p { color: var(--ll-muted); font-size: 14px; margin: 0; }
.ll-service-card a { position: absolute; bottom: 24px; left: 26px; display: flex; align-items: center; gap: 8px; color: var(--ll-teal); font-size: 13px; font-weight: 750; }

.ll-feature-split { background: var(--ll-soft); }
.ll-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.ll-feature-gallery { min-height: 520px; position: relative; }
.ll-feature-gallery img { object-fit: cover; border-radius: 24px; box-shadow: 0 22px 60px rgba(22,57,59,.14); }
.ll-feature-large { position: absolute; width: 72%; height: 365px; left: 0; top: 20px; }
.ll-feature-small { position: absolute; width: 48%; height: 260px; right: 0; bottom: 8px; border: 7px solid var(--ll-soft); }
.ll-tech-badge { position: absolute; left: 9%; bottom: 52px; z-index: 2; width: 250px; background: var(--ll-teal); color: #fff; padding: 18px 20px; border-radius: 17px; box-shadow: 0 18px 42px rgba(8,127,123,.25); }
.ll-tech-badge strong { display: block; font-size: 14px; }
.ll-tech-badge span { display: block; margin-top: 4px; font-size: 11px; opacity: .78; }
.ll-feature-copy p, .ll-coverage-copy p, .ll-story-copy p, .ll-service-detail-copy p, .ll-contact-copy > p { color: var(--ll-muted); font-size: 15px; margin: 20px 0 0; }
.ll-check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.ll-check-list li { display: flex; gap: 11px; align-items: flex-start; color: #405255; font-size: 14px; }
.ll-check-list svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--ll-teal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-top: 1px; }
.ll-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--ll-teal); font-weight: 750; font-size: 14px; }

.ll-clients { background: #fff; }
.ll-logo-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.ll-client-logo { min-height: 110px; display: grid; place-items: center; border: 1px solid var(--ll-line); border-radius: 18px; padding: 20px; background: #fff; filter: grayscale(1); opacity: .68; transition: .2s ease; }
.ll-client-logo:hover { filter: none; opacity: 1; transform: translateY(-2px); box-shadow: 0 16px 35px rgba(14,61,64,.08); }
.ll-client-logo img { max-height: 52px; max-width: 135px; object-fit: contain; }

.ll-cta-band { background: linear-gradient(110deg, #066965, #0b9690); color: #fff; padding: 74px 0; position: relative; overflow: hidden; }
.ll-cta-band::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -150px; top: -150px; box-shadow: inset 0 0 0 75px rgba(255,255,255,.035), inset 0 0 0 145px rgba(255,255,255,.025); }
.ll-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.ll-cta-inner > div { max-width: 780px; }
.ll-cta-inner h2 { font-size: clamp(30px, 4vw, 50px); letter-spacing: -2px; line-height: 1.06; margin: 12px 0 0; }
.ll-eyebrow-light { color: rgba(255,255,255,.72); }

.ll-page-hero { padding: 174px 0 96px; background: radial-gradient(circle at 82% 22%, rgba(10,163,155,.15), transparent 24%), linear-gradient(145deg, #f6fbfa 0%, #fff 70%); border-bottom: 1px solid var(--ll-line); }
.ll-page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.ll-page-hero h1 { font-size: clamp(42px, 5vw, 68px); }
.ll-page-hero-card { min-height: 320px; border-radius: 30px; background: linear-gradient(145deg, #0d8b86, #075f5c); color: #fff; padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--ll-shadow); position: relative; overflow: hidden; }
.ll-page-hero-card::before { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -80px; top: -80px; box-shadow: inset 0 0 0 48px rgba(255,255,255,.04), inset 0 0 0 98px rgba(255,255,255,.025); }
.ll-page-hero-card strong { font-size: 58px; letter-spacing: -3px; line-height: 1; }
.ll-page-hero-card span { font-size: 18px; margin-top: 10px; max-width: 320px; }
.ll-page-hero-card small { margin-top: 26px; opacity: .7; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.ll-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.ll-story-images { min-height: 510px; position: relative; }
.ll-story-images img { position: absolute; object-fit: cover; border-radius: 24px; box-shadow: var(--ll-shadow); }
.ll-story-images img:first-child { width: 68%; height: 430px; right: 0; top: 0; }
.ll-story-images img:last-child { width: 52%; height: 310px; left: 0; bottom: 0; border: 7px solid #fff; }
.ll-mvv { background: var(--ll-soft); }
.ll-mvv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ll-mvv-card { border-radius: 22px; padding: 32px; background: #fff; border: 1px solid var(--ll-line); min-height: 315px; }
.ll-mvv-card > span { color: var(--ll-teal); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.ll-mvv-card h3 { font-size: 26px; margin: 30px 0 14px; letter-spacing: -1px; }
.ll-mvv-card p { color: var(--ll-muted); margin: 0; font-size: 14px; }
.ll-coverage-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.ll-map-art { min-height: 470px; border-radius: 30px; background: linear-gradient(145deg, #eff8f6, #dfeeed); position: relative; display: grid; place-items: center; overflow: hidden; }
.ll-map-art::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px dashed rgba(8,127,123,.2); border-radius: 50%; }
.ll-brazil-map { position: relative; z-index: 1; width: min(84%, 355px); height: auto; filter: drop-shadow(0 24px 35px rgba(8,127,123,.16)); }
.ll-coverage-dot { position: absolute; z-index: 2; width: 11px; height: 11px; border-radius: 50%; background: var(--ll-teal); box-shadow: 0 0 0 7px rgba(8,127,123,.12); }
.ll-coverage-dot::after { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid rgba(8,127,123,.18); animation: llPulse 2.6s ease-out infinite; }
.ll-coverage-dot.d1 { left: 31%; top: 31%; }.ll-coverage-dot.d2 { right: 24%; top: 37%; }.ll-coverage-dot.d3 { left: 41%; bottom: 24%; }.ll-coverage-dot.d4 { right: 30%; bottom: 18%; }
@keyframes llPulse { 0% { transform: scale(.75); opacity: .75; } 70% { transform: scale(1.35); opacity: 0; } 100% { transform: scale(1.35); opacity: 0; } }
.ll-inline-stat { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--ll-teal); background: var(--ll-soft); }
.ll-inline-stat strong { display: block; font-size: 17px; }.ll-inline-stat span { color: var(--ll-muted); font-size: 12px; }

.ll-page-hero-services { background: radial-gradient(circle at 80% 40%, rgba(8,127,123,.12), transparent 30%), #f8fbfb; }
.ll-service-orbit { width: 390px; height: 390px; margin-left: auto; border-radius: 50%; border: 1px dashed rgba(8,127,123,.24); position: relative; display: grid; place-items: center; }
.ll-service-orbit::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; border: 1px solid rgba(8,127,123,.13); }
.ll-service-orbit > div { width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: linear-gradient(145deg, #0a9b94, #066965); color: white; line-height: 1.05; font-size: 23px; font-weight: 800; box-shadow: 0 24px 55px rgba(8,127,123,.25); }
.ll-service-orbit > span { position: absolute; width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: #fff; color: var(--ll-teal); border: 1px solid var(--ll-line); box-shadow: 0 14px 35px rgba(11,62,65,.1); }
.ll-service-orbit > span svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ll-service-orbit > span:nth-child(1) { top: 6px; left: 50%; transform: translateX(-50%); }.ll-service-orbit > span:nth-child(2) { right: 7px; top: 50%; transform: translateY(-50%); }.ll-service-orbit > span:nth-child(3) { bottom: 7px; left: 50%; transform: translateX(-50%); }.ll-service-orbit > span:nth-child(4) { left: 7px; top: 50%; transform: translateY(-50%); }
.ll-service-detail { padding: 110px 0; scroll-margin-top: 90px; }
.ll-service-detail-alt { background: var(--ll-soft); }
.ll-service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.ll-service-media { position: relative; min-height: 470px; }
.ll-service-media img { width: 100%; height: 470px; object-fit: cover; border-radius: 26px; box-shadow: var(--ll-shadow); }
.ll-media-tag { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.94); color: var(--ll-teal); padding: 10px 14px; border-radius: 12px; font-size: 12px; font-weight: 800; box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.ll-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ll-before-after figure { margin: 0; position: relative; overflow: hidden; border-radius: 22px; min-height: 460px; box-shadow: var(--ll-shadow); }
.ll-before-after img { width: 100%; height: 460px; object-fit: cover; }
.ll-before-after figcaption { position: absolute; bottom: 16px; left: 16px; background: rgba(20,39,43,.82); color: #fff; padding: 8px 11px; border-radius: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.ll-service-graphic { min-height: 430px; border-radius: 28px; background: linear-gradient(145deg, #e9f7f5, #d7ebe8); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.ll-service-graphic::before, .ll-service-graphic::after { content: ""; position: absolute; border: 1px solid rgba(8,127,123,.16); border-radius: 50%; }
.ll-service-graphic::before { width: 320px; height: 320px; }.ll-service-graphic::after { width: 220px; height: 220px; }
.ll-service-graphic > span { width: 112px; height: 112px; z-index: 1; display: grid; place-items: center; border-radius: 32px; background: var(--ll-teal); color: #fff; box-shadow: 0 24px 50px rgba(8,127,123,.24); }
.ll-service-graphic svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ll-service-graphic strong { z-index: 1; margin-top: 24px; font-size: 24px; }.ll-service-graphic small { z-index: 1; color: var(--ll-muted); margin-top: 5px; }
.ll-equipment-stack { min-height: 470px; position: relative; }
.ll-equipment-stack img { position: absolute; object-fit: cover; border-radius: 24px; box-shadow: var(--ll-shadow); background: #fff; }
.ll-equipment-stack img:first-child { width: 55%; height: 370px; left: 0; top: 0; }.ll-equipment-stack img:nth-child(2) { width: 52%; height: 300px; right: 0; bottom: 0; border: 7px solid #fff; object-fit: contain; padding: 18px; }
.ll-equipment-stack span { position: absolute; z-index: 3; left: 14%; bottom: 25px; background: var(--ll-teal); color: #fff; padding: 11px 14px; border-radius: 12px; font-size: 11px; font-weight: 750; }

.ll-contact-hero .ll-contact-mini { min-height: 200px; border: 1px solid var(--ll-line); border-radius: 26px; background: #fff; box-shadow: var(--ll-shadow); padding: 38px; display: flex; align-items: center; gap: 18px; }
.ll-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.ll-contact-person { margin-top: 26px; display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--ll-line); }
.ll-contact-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--ll-soft); color: var(--ll-teal); font-weight: 850; }
.ll-contact-person strong { display: block; font-size: 15px; }.ll-contact-person a, .ll-contact-person span { display: block; color: var(--ll-muted); font-size: 13px; margin-top: 2px; }
.ll-contact-person a:hover { color: var(--ll-teal); }
.ll-form-card { background: #fff; border: 1px solid var(--ll-line); border-radius: 26px; padding: 34px; box-shadow: 0 20px 60px rgba(19,62,65,.08); }
.ll-form-card h2 { margin: 0; font-size: 30px; letter-spacing: -1px; }.ll-form-card > p { color: var(--ll-muted); font-size: 13px; }
.ll-contact-form { display: grid; gap: 16px; margin-top: 24px; }
.ll-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ll-contact-form label { display: grid; gap: 7px; color: #43575a; font-size: 12px; font-weight: 700; }
.ll-contact-form input, .ll-contact-form select, .ll-contact-form textarea { width: 100%; border: 1px solid #d8e1e0; border-radius: 12px; background: #fbfdfd; padding: 12px 13px; color: var(--ll-ink); outline: none; transition: .2s ease; }
.ll-contact-form input:focus, .ll-contact-form select:focus, .ll-contact-form textarea:focus { border-color: rgba(8,127,123,.55); box-shadow: 0 0 0 3px rgba(8,127,123,.08); }
.ll-contact-form textarea { resize: vertical; min-height: 140px; }
.ll-consent { display: flex !important; grid-template-columns: 18px 1fr !important; align-items: flex-start; gap: 9px !important; font-weight: 500 !important; color: var(--ll-muted) !important; }
.ll-consent input { width: 16px !important; height: 16px; margin-top: 2px; }
.ll-btn-submit { justify-self: start; }
.ll-honeypot { position: absolute; left: -9999px; }
.ll-alert { padding: 12px 14px; border-radius: 12px; margin-bottom: 18px; font-size: 13px; font-weight: 650; }.ll-alert-ok { background: #e9f8ef; color: #277447; }.ll-alert-error { background: #fff0f0; color: #a13e3e; }
.ll-contact-strip { padding: 52px 0; background: var(--ll-soft); border-top: 1px solid var(--ll-line); }
.ll-contact-strip .ll-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ll-contact-strip .ll-shell > div { display: flex; align-items: center; gap: 14px; padding: 18px; }
.ll-contact-strip strong { display: block; font-size: 14px; }.ll-contact-strip small { display: block; color: var(--ll-muted); font-size: 12px; margin-top: 2px; }

.ll-footer { background: #10292c; color: rgba(255,255,255,.76); padding: 72px 0 26px; }
.ll-footer-grid { display: grid; grid-template-columns: 1.6fr .8fr 1fr 1fr; gap: 50px; }
.ll-brand-footer .ll-logo-image-footer { width: 220px; }
.ll-footer-brand > p { margin: 18px 0 0; font-size: 13px; }.ll-footer-note { opacity: .62; max-width: 320px; }
.ll-footer h3 { color: #fff; margin: 3px 0 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.ll-footer-grid > div:not(.ll-footer-brand) a { display: block; font-size: 13px; margin: 9px 0; color: rgba(255,255,255,.66); }.ll-footer a:hover { color: #fff !important; }
.ll-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: rgba(255,255,255,.46); }
.ll-footer-bottom button { border: 0; background: transparent; color: rgba(255,255,255,.55); cursor: pointer; padding: 0; }.ll-footer-bottom button:hover { color: #fff; }

.ll-whatsapp-fab { position: fixed; z-index: 998; right: 24px; bottom: 24px; min-width: 54px; height: 54px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; background: #19a85a; color: #fff !important; box-shadow: 0 14px 36px rgba(21,132,72,.30); font-size: 12px; font-weight: 800; transition: .2s ease; }
.ll-whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(21,132,72,.38); }.ll-whatsapp-fab svg { width: 26px; height: 26px; }
.ll-cookie-banner { position: fixed; z-index: 1300; left: 18px; right: 18px; bottom: 18px; opacity: 0; transform: translateY(15px); transition: .25s ease; }
.ll-cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.ll-cookie-inner { width: min(900px, 100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(16,41,44,.97); color: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.28); padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; backdrop-filter: blur(18px); }
.ll-cookie-copy strong { display: block; font-size: 14px; }.ll-cookie-copy p { margin: 4px 0 0; color: rgba(255,255,255,.67); font-size: 12px; max-width: 590px; }
.ll-cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }.ll-btn-cookie-secondary { min-height: 44px; border-color: rgba(255,255,255,.2); color: #fff !important; background: transparent; }

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

@media (max-width: 1100px) {
  :root { --ll-shell: min(100% - 36px, 1040px); }
  .ll-hero-grid, .ll-page-hero-grid { gap: 40px; }
  .ll-hero h1, .ll-page-hero h1 { letter-spacing: -3px; }
  .ll-service-grid { grid-template-columns: repeat(2,1fr); }
  .ll-logo-grid { grid-template-columns: repeat(4,1fr); }
  .ll-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .ll-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 980px) {
  .admin-bar .ll-header { top: 46px; }
  .ll-header { height: 76px; }
  .ll-logo-image-menu { width: 220px; max-width: 220px; height: auto; }
  .ll-brand { min-width: 164px; }
  .ll-menu-toggle { display: block; margin-left: auto; }
  .ll-nav { position: fixed; inset: 76px 0 auto 0; height: calc(100dvh - 76px); background: rgba(255,255,255,.98); backdrop-filter: blur(18px); padding: 26px 24px 36px; display: flex; flex-direction: column; align-items: stretch; gap: 7px; transform: translateX(100%); opacity: 0; pointer-events: none; transition: .28s ease; overflow-y: auto; }
  .admin-bar .ll-nav { top: 122px; height: calc(100dvh - 122px); }
  .ll-nav.is-open { transform: translateX(0); opacity: 1; pointer-events: auto; }
  .ll-nav-link { width: 100%; text-align: left; padding: 14px 12px; font-size: 16px; }
  .ll-nav .ll-btn { margin-top: 8px; }
  .ll-nav-dropdown:hover .ll-dropdown-menu, .ll-nav-dropdown:focus-within .ll-dropdown-menu { opacity: 0; visibility: hidden; }
  .ll-dropdown-menu { position: static; transform: none !important; width: 100%; box-shadow: none; border: 0; background: var(--ll-soft); margin-top: 4px; display: none; opacity: 1 !important; visibility: visible !important; }
  .ll-dropdown-menu.is-open { display: block; }
  .ll-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.ll-menu-toggle.is-open span:nth-child(2) { opacity: 0; }.ll-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ll-hero { min-height: auto; padding-top: 130px; }
  .ll-hero-grid, .ll-page-hero-grid, .ll-feature-grid, .ll-story-grid, .ll-coverage-grid, .ll-service-detail-grid, .ll-contact-grid { grid-template-columns: 1fr; }
  .ll-hero-copy { max-width: 760px; }
  .ll-hero-visual { width: min(620px, 100%); margin: 10px auto 0; }
  .ll-proof-grid { grid-template-columns: 1fr; gap: 28px; }
  .ll-mvv-grid { grid-template-columns: 1fr; }
  .ll-mvv-card { min-height: auto; }
  .ll-page-hero-card { min-height: 250px; }
  .ll-service-orbit { margin: 20px auto 0; }
  .ll-service-detail-alt .ll-service-detail-copy { order: 2; }.ll-service-detail-alt .ll-service-media, .ll-service-detail-alt .ll-service-graphic, .ll-service-detail-alt .ll-equipment-stack { order: 1; }
  .ll-contact-copy { max-width: 600px; }
}

@media (max-width: 720px) {
  :root { --ll-shell: calc(100% - 28px); --ll-radius: 18px; }
  .ll-logo-image-menu { width: 180px; max-width: 180px; height: auto; }
  .ll-brand { min-width: 152px; }
  .ll-hero { padding: 118px 0 62px; }
  .ll-hero h1, .ll-page-hero h1 { font-size: 44px; letter-spacing: -2.4px; }
  .ll-hero-copy > p, .ll-page-hero p { font-size: 15px; }
  .ll-trustline { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .ll-hero-visual { min-height: 420px; }
  .ll-orbit-a { width: 350px; height: 350px; right: -20px; }.ll-orbit-b { width: 270px; height: 270px; right: 20px; }
  .ll-photo-main { width: 260px; height: 370px; right: 10px; }.ll-photo-float { width: 170px; height: 210px; left: 0; }.ll-floating-card { width: 220px; right: 0; }
  .ll-proof, .ll-section, .ll-service-detail { padding: 72px 0; }
  .ll-proof-text { grid-template-columns: 1fr; }
  .ll-service-grid { grid-template-columns: 1fr; }.ll-service-card { min-height: 295px; }
  .ll-feature-gallery { min-height: 430px; }.ll-feature-large { width: 82%; height: 300px; }.ll-feature-small { width: 52%; height: 210px; }.ll-tech-badge { left: 4%; bottom: 18px; width: 220px; }
  .ll-logo-grid { grid-template-columns: repeat(2,1fr); }.ll-client-logo { min-height: 95px; }
  .ll-cta-inner { flex-direction: column; align-items: flex-start; }.ll-cta-band { padding: 58px 0; }
  .ll-page-hero { padding: 130px 0 70px; }
  .ll-story-images { min-height: 420px; }.ll-story-images img:first-child { height: 350px; }.ll-story-images img:last-child { height: 250px; }
  .ll-service-orbit { width: 300px; height: 300px; }.ll-service-orbit > div { width: 120px; height: 120px; font-size: 19px; }.ll-service-orbit::before { width: 210px; height: 210px; }
  .ll-service-media, .ll-service-media img { min-height: 360px; height: 360px; }
  .ll-before-after { grid-template-columns: 1fr 1fr; gap: 8px; }.ll-before-after figure, .ll-before-after img { min-height: 350px; height: 350px; }
  .ll-form-row, .ll-contact-strip .ll-shell { grid-template-columns: 1fr; }
  .ll-form-card { padding: 24px 20px; }
  .ll-footer-grid { grid-template-columns: 1fr 1fr; }.ll-footer-brand { grid-column: 1 / -1; }.ll-footer-grid > div:last-child { grid-column: auto; }
  .ll-footer-bottom { flex-direction: column; }
  .ll-whatsapp-fab { right: 14px; bottom: 14px; width: 54px; padding: 0; justify-content: center; }.ll-whatsapp-fab span { display: none; }
  .ll-cookie-banner { left: 10px; right: 10px; bottom: 10px; }.ll-cookie-inner { align-items: stretch; flex-direction: column; }.ll-cookie-actions { width: 100%; }.ll-cookie-actions .ll-btn { flex: 1; padding-inline: 10px; font-size: 12px; }
}

@media (max-width: 480px) {
  .ll-hero h1, .ll-page-hero h1 { font-size: 38px; }
  .ll-trustline { grid-template-columns: 1fr; }
  .ll-hero-visual { min-height: 360px; }
  .ll-photo-main { width: 225px; height: 320px; }.ll-photo-float { width: 145px; height: 180px; }.ll-floating-card { display: none; }
  .ll-section-head h2, .ll-proof h2, .ll-feature-copy h2, .ll-coverage-copy h2, .ll-contact-copy h2, .ll-service-detail-copy h2 { font-size: 34px; }
  .ll-before-after { grid-template-columns: 1fr; }.ll-before-after figure, .ll-before-after img { min-height: 330px; height: 330px; }
  .ll-footer-grid { grid-template-columns: 1fr; }.ll-footer-grid > div:last-child { grid-column: auto; }
}

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