:root {
  --navy-950: #031f2a;
  --navy-900: #063847;
  --navy-700: #0d5364;
  --amber: #f4a514;
  --amber-strong: #ffb51f;
  --green: #2f8a4a;
  --paper: #f8f5ee;
  --white: #ffffff;
  --muted: #b7c6ca;
  --ink: #112e38;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0, 15, 23, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .85rem 1rem; border-radius: 10px; background: var(--amber); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.page-shell { width: min(1420px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); }
.site-header.is-scrolled { position: fixed; animation: header-in .28s ease both; }
.site-header.is-scrolled .nav-shell { margin-top: 12px; padding: 8px 10px 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(3,31,42,.94); box-shadow: 0 18px 55px rgba(0,15,23,.3); backdrop-filter: blur(20px); }
@keyframes header-in { from { transform: translateY(-110%); } to { transform: translateY(0); } }
.nav-shell { width: min(1500px, calc(100% - 48px)); margin: 22px auto 0; min-height: 94px; padding: 0; display: flex; align-items: center; gap: 1.1rem; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand-plate { display: grid; place-items: center; width: 304px; height: 88px; padding: 10px 20px 20px; overflow: hidden; border-radius: 21px; background: rgba(255,255,255,.98); box-shadow: 0 16px 45px rgba(0,15,23,.22); }
.brand-plate img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; transform: translateY(-2px); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 1.7vw, 1.8rem); margin-left: auto; padding: .35rem 1.15rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(3,31,42,.62); backdrop-filter: blur(18px); box-shadow: 0 14px 45px rgba(0,0,0,.16); }
.main-nav a { position: relative; padding: .7rem 0; color: #d9e3e6; font-size: .94rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--amber); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.is-active::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: white; }

.hero { position: relative; min-height: 920px; overflow: hidden; isolation: isolate; background: var(--navy-950); color: white; }
.hero-backdrop { position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg, rgba(3,31,42,.99) 0%, rgba(3,31,42,.96) 28%, rgba(3,31,42,.72) 48%, rgba(3,31,42,.12) 76%, rgba(3,31,42,.22) 100%), linear-gradient(0deg, rgba(3,31,42,.96), transparent 44%), url("assets/hero-felix-couple-v4.webp") 57% center / cover no-repeat; transform: scale(1.012); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 760px; height: 760px; left: -410px; bottom: -500px; border: 3px solid rgba(244,165,20,.75); border-radius: 50%; box-shadow: 0 0 0 48px rgba(47,138,74,.08); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto -5% 137px 29%; height: 6px; background: linear-gradient(90deg, transparent, var(--amber) 35%, rgba(244,165,20,0)); transform: rotate(-2deg); pointer-events: none; }
.hero-grid { min-height: 780px; padding-top: 160px; padding-bottom: 116px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; column-gap: clamp(3rem, 7vw, 9rem); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding-top: 24px; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; color: var(--amber); font-size: .88rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 780px; font-family: Bahnschrift, "Arial Narrow", sans-serif; font-size: clamp(3.55rem, 5.15vw, 5.65rem); font-weight: 650; line-height: .96; letter-spacing: -.04em; text-wrap: balance; }
.hero h1 em { color: #65c97d; font-style: normal; }
.hero-lead { max-width: 650px; margin: 1.65rem 0 0; color: #c9d7da; font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.7; }
.hero-capabilities { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin: 1.2rem 0 0; color: #e5edef; font-size: .83rem; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
.hero-capabilities i { width: 5px; height: 5px; border-radius: 50%; background: #65c97d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 56px; padding: .9rem 1.25rem; border-radius: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--navy-950); box-shadow: 0 14px 40px rgba(244,165,20,.2); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: white; backdrop-filter: blur(10px); }
.hero-leader { align-self: end; justify-self: end; max-width: 330px; margin-bottom: 24px; display: grid; grid-template-columns: 4px 1fr; gap: 1rem; padding: 1rem 1.2rem; background: rgba(3,31,42,.84); border: 1px solid rgba(255,255,255,.17); border-radius: 4px 18px 18px 4px; backdrop-filter: blur(14px); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.leader-line { background: var(--amber); }
.hero-leader div { display: grid; gap: .2rem; }
.hero-leader small { color: var(--amber); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.hero-leader strong { font-size: 1.02rem; }
.hero-leader p { margin: 0; color: #b6c7ca; font-size: .82rem; }
.hero-trustbar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0 auto clamp(1.8rem, 3vw, 3rem); padding: 0; background: transparent; color: var(--navy-950); overflow: visible; }
.trust-item { --card-accent: var(--green); position: relative; min-height: 132px; display: flex; align-items: center; gap: 1.1rem; padding: 1.35rem 1.45rem; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(242,247,245,.96)); box-shadow: 0 20px 55px rgba(0,15,23,.2); transition: transform .28s ease, box-shadow .28s ease; }
.trust-item:nth-child(2) { --card-accent: var(--amber); background: linear-gradient(145deg, #fffaf0, #fff); }
.trust-item:nth-child(3) { --card-accent: #43a960; background: linear-gradient(145deg, #f0f9f2, #fff); }
.trust-item:nth-child(4) { --card-accent: var(--navy-700); }
.trust-item::before { content: ""; position: absolute; inset: 0 35% auto 0; height: 4px; background: linear-gradient(90deg, var(--card-accent), transparent); }
.trust-item::after { content: ""; position: absolute; width: 105px; height: 105px; right: -58px; bottom: -68px; border: 18px solid color-mix(in srgb, var(--card-accent) 10%, transparent); border-radius: 50%; }
.trust-item:hover { transform: translateY(-6px); box-shadow: 0 28px 68px rgba(0,15,23,.28); }
.trust-icon { position: relative; z-index: 1; flex: 0 0 56px; width: 56px; height: 56px; display: grid; place-items: center; border: 2px solid var(--card-accent); border-radius: 18px; background: color-mix(in srgb, var(--card-accent) 9%, white); color: var(--card-accent); font: 700 1.3rem Bahnschrift, sans-serif; transform: rotate(-3deg); }
.trust-item div { display: grid; gap: .18rem; }
.trust-item strong { color: var(--navy-900); font-size: 1.18rem; }
.trust-item small { color: #61747a; font-size: .8rem; line-height: 1.3; }
.scroll-cue { position: absolute; right: 22px; bottom: 182px; display: flex; align-items: center; gap: .7rem; color: #d4dfe1; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue span { width: 42px; height: 1px; background: var(--amber); }
.section { position: relative; padding: clamp(6rem, 9vw, 9rem) 0; overflow: hidden; }
.section-kicker { margin: 0 0 1.05rem; color: var(--green); font-size: .82rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker-light { color: var(--amber); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .services-top h2, .method-copy h2, .experience-header h2, .about-panel h2, .contact-card h2 { margin: 0; font: 650 clamp(2.9rem, 5vw, 5.2rem)/1.02 Bahnschrift, "Arial Narrow", sans-serif; letter-spacing: -.035em; text-wrap: balance; }
.section-heading h2 span { color: var(--green); }
.section-heading > p { max-width: 600px; margin: 0; color: #61747a; font-size: 1.12rem; line-height: 1.75; }

.section-gestoria { background: var(--paper); }
.section-gestoria::before { content: ""; position: absolute; width: 900px; height: 900px; right: -610px; top: -590px; border: 38px solid rgba(47,138,74,.08); border-radius: 50%; }
.advantages-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.advantage-card { position: relative; isolation: isolate; min-height: 330px; padding: 2.25rem; overflow: hidden; border: 1px solid #d7dfdc; border-radius: 34px 8px 34px 8px; background: rgba(255,255,255,.94); box-shadow: 0 22px 70px rgba(12,47,57,.09); transition: transform .32s ease, box-shadow .32s ease; }
.advantage-card:nth-child(1), .advantage-card:nth-child(4) { grid-column: span 5; }
.advantage-card:nth-child(2), .advantage-card:nth-child(3) { grid-column: span 7; }
.advantage-card:nth-child(2) { color: white; border-color: var(--navy-900); background: linear-gradient(135deg, var(--navy-900), #0a5262); }
.advantage-card:nth-child(3) { color: var(--navy-950); border-color: #eba00f; background: linear-gradient(135deg, var(--amber), #ffc653); }
.advantage-card::before { content: ""; position: absolute; z-index: -1; width: 270px; height: 270px; right: -145px; bottom: -155px; border: 2px solid rgba(47,138,74,.22); border-radius: 50%; box-shadow: 0 0 0 36px rgba(47,138,74,.06); transition: transform .45s ease; }
.advantage-card:hover { transform: translateY(-9px) rotate(-.25deg); box-shadow: 0 34px 90px rgba(12,47,57,.18); }
.advantage-card:hover::before { transform: scale(1.18); }
.advantage-card svg { width: 64px; height: 64px; margin: 3rem 0 1.55rem; padding: 12px; border-radius: 18px; background: rgba(244,165,20,.12); fill: none; stroke: var(--amber); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s ease; }
.advantage-card:hover svg { transform: translateY(-5px) rotate(-3deg); }
.advantage-card h3 { margin: 0 0 .9rem; font-size: 1.55rem; }
.advantage-card p { max-width: 540px; margin: 0; color: #65767b; font-size: 1.02rem; line-height: 1.65; }
.advantage-card:nth-child(2) p { color: #cbdadd; }
.advantage-card:nth-child(2) svg { background: rgba(255,255,255,.09); }
.advantage-card:nth-child(3) p { color: #24424b; }
.advantage-card:nth-child(3) svg { stroke: var(--navy-900); background: rgba(6,56,71,.1); }
.card-number { position: absolute; top: 1.6rem; right: 1.8rem; color: #8ca0a5; font: 700 1rem Bahnschrift, sans-serif; }
.advantage-featured { border-color: var(--navy-900); background: linear-gradient(135deg, #062f3d, #0b4b5d); color: white; }
.advantage-featured p { color: #cbd9dc; }
.advantage-featured svg { stroke: #63be79; }
.advantage-featured .card-number { color: #77b888; }

.section-services { isolation: isolate; background: var(--navy-950); color: white; }
.section-services::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .55; background: radial-gradient(circle at 82% 18%, rgba(244,165,20,.13), transparent 30%), linear-gradient(140deg, rgba(47,138,74,.08), transparent 42%); }
.section-services::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg, rgba(3,31,42,.97), rgba(3,31,42,.83)); }
.services-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: end; margin-bottom: 4rem; }
.services-intro { max-width: 600px; }
.services-intro p { margin: 0 0 1.5rem; color: #c5d3d6; font-size: 1.1rem; line-height: 1.75; }
.services-intro a { color: var(--amber); font-weight: 850; text-decoration: none; }
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { position: relative; isolation: isolate; min-height: 260px; padding: 2.25rem; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 28px 7px 28px 7px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); box-shadow: 0 20px 55px rgba(0,12,20,.12); transition: background .3s ease, transform .3s ease, border-color .3s ease; }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:nth-child(5), .service-card:nth-child(6) { grid-column: span 6; }
.service-card:nth-child(1) { background: linear-gradient(90deg, rgba(3,31,42,.98) 0%, rgba(3,31,42,.94) 43%, rgba(3,31,42,.35) 78%), url("assets/technical-management.png") 58% center / cover no-repeat; }
.service-card:nth-child(1) h3, .service-card:nth-child(1) p { max-width: 52%; }
.service-card:nth-child(4) { color: var(--navy-950); border-color: rgba(244,165,20,.65); background: linear-gradient(95deg, rgba(255,255,255,.98), rgba(248,245,236,.78)), url("assets/horizon-light.png") center / cover no-repeat; }
.service-card:nth-child(4) p { max-width: 70%; color: #4d656d; }
.service-card:nth-child(4) > span { border-color: rgba(47,138,74,.6); color: var(--green); }
.service-card:nth-child(4)::before { background: radial-gradient(circle, rgba(47,138,74,.28), transparent 67%); }
.service-card::before { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; right: -130px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(244,165,20,.35), transparent 67%); opacity: .5; transition: transform .35s ease, opacity .35s ease; }
.service-card:nth-child(3)::before, .service-card:nth-child(6)::before { background: radial-gradient(circle, rgba(80,190,112,.38), transparent 67%); }
.service-card:hover { border-color: rgba(244,165,20,.62); background: linear-gradient(145deg, rgba(244,165,20,.14), rgba(255,255,255,.025)); transform: translateY(-6px); }
.service-card:hover::before { opacity: 1; transform: scale(1.28); }
.service-card > span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 2.8rem; border: 1px solid rgba(244,165,20,.55); border-radius: 50%; color: var(--amber); font: 700 .9rem Bahnschrift, sans-serif; }
.service-card h3 { max-width: 360px; margin: 0 0 .9rem; font-size: 1.45rem; line-height: 1.25; }
.service-card p { margin: 0; color: #aebfc3; line-height: 1.6; }

.section-method { background: #edf1ee; }
.method-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.method-image { position: relative; min-height: 640px; }
.method-image::before { content: ""; position: absolute; inset: -22px 42px 28px -22px; border: 3px solid var(--amber); border-radius: 40px 8px 40px 8px; }
.method-image img { width: 100%; min-height: 640px; object-fit: cover; object-position: 46% center; border-radius: 34px 7px 34px 7px; box-shadow: 0 32px 90px rgba(4,40,51,.2); }
.method-badge { position: absolute; right: -24px; bottom: 40px; width: min(330px, 84%); padding: 1.2rem 1.35rem; display: grid; gap: .3rem; border-left: 5px solid var(--amber); background: rgba(3,31,42,.94); color: white; box-shadow: var(--shadow); }
.method-badge span { color: #b7c6ca; font-size: .88rem; }
.method-copy h2 { color: var(--ink); }
.method-lead { margin: 1.4rem 0 2.3rem; color: #5e7278; font-size: 1.1rem; line-height: 1.75; }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1.2rem; padding: 1.3rem 0; border-top: 1px solid #cbd6d2; }
.method-list > li > span { color: var(--amber); font: 700 1rem Bahnschrift, sans-serif; }
.method-list strong { font-size: 1.15rem; }
.method-list p { margin: .35rem 0 0; color: #64777d; line-height: 1.55; }

.section-experience { isolation: isolate; background: var(--navy-900); color: white; }
.section-experience::before { content: ""; position: absolute; z-index: -1; width: 980px; height: 720px; right: -300px; top: -470px; border: 3px solid rgba(244,165,20,.35); border-radius: 50%; }
.experience-header { display: grid; grid-template-columns: 1.1fr .75fr; column-gap: 5rem; align-items: end; margin-bottom: 4rem; }
.experience-header .section-kicker { grid-column: 1 / -1; }
.experience-header p:last-child { margin: 0; color: #bdd0d4; font-size: 1.1rem; line-height: 1.7; }
.experience-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; }
.experience-stats { align-self: start; border-top: 3px solid var(--amber); }
.experience-stats div { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 1rem; min-height: 140px; border-bottom: 1px solid rgba(255,255,255,.17); }
.experience-stats strong { color: var(--amber); font: 650 4rem/1 Bahnschrift, sans-serif; }
.experience-stats div:last-child strong { color: #63be79; }
.experience-stats span { max-width: 170px; color: #d7e2e4; line-height: 1.35; }
.project-list { border-top: 1px solid rgba(255,255,255,.2); }
.project-row { display: grid; grid-template-columns: 130px 1fr; gap: 1.8rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.project-row > span { padding-top: .2rem; color: var(--amber); font-size: .9rem; font-weight: 850; }
.project-row h3 { margin: 0 0 .45rem; font-size: 1.25rem; }
.project-row p { margin: 0; color: #aebfc3; }

.section-recognition { background: var(--paper); }
.recognition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.recognition-card { display: grid; grid-template-columns: 120px 1fr; gap: 1.6rem; align-items: center; min-height: 160px; padding: 1.6rem; border: 1px solid #d5deda; border-radius: 22px; background: white; }
.recognition-card > strong { min-height: 86px; display: grid; place-items: center; border-radius: 18px; background: var(--amber); color: var(--navy-950); font: 700 1.2rem Bahnschrift, sans-serif; }
.recognition-card:last-child > strong { background: var(--green); color: white; font-size: 2rem; }
.recognition-card h3 { margin: 0 0 .45rem; font-size: 1.12rem; line-height: 1.35; }
.recognition-card p { margin: 0; color: #6c7d82; font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.section-about { padding-bottom: 0; background: #edf1ee; }
.team-photo { overflow: hidden; border-radius: 32px 32px 0 0; background: var(--navy-950); }
.team-photo img { width: 100%; min-height: 350px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.05); }
.about-panel { position: relative; z-index: 1; width: calc(100% - 100px); margin: -28px auto 0; padding: 3.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; border-radius: 28px 28px 0 0; background: white; box-shadow: 0 -18px 60px rgba(5,38,48,.12); }
.about-panel h2 { font-size: clamp(2.8rem, 4.2vw, 4.5rem); }
.about-copy p { margin: 0 0 1rem; color: #5f7278; font-size: 1.06rem; line-height: 1.7; }
.about-copy span { display: inline-block; margin-top: .6rem; padding: .65rem .9rem; border-radius: 10px; background: #eef3ee; color: var(--green); font-weight: 850; }

.section-contact { isolation: isolate; padding-block: clamp(6rem, 10vw, 10rem); background: #f9f6ee; }
.section-contact::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("assets/horizon-light.png") center / cover no-repeat; }
.section-contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(249,246,238,.28); }
.contact-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; }
.contact-person { text-align: center; }
.portrait-wrap { width: min(430px, 88vw); aspect-ratio: 1; margin: 0 auto 1.4rem; padding: 10px; border: 4px solid var(--amber); border-radius: 50%; background: rgba(255,255,255,.82); box-shadow: 0 28px 80px rgba(5,38,48,.18); }
.portrait-wrap img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.contact-person > div:last-child { display: grid; gap: .3rem; }
.contact-person strong { color: var(--navy-900); font-size: 1.25rem; text-transform: uppercase; }
.contact-person span { color: #64777d; }
.contact-card { padding: clamp(2rem, 5vw, 4.6rem); border: 1px solid rgba(6,56,71,.18); border-radius: 36px; background: rgba(255,255,255,.91); box-shadow: 0 30px 100px rgba(5,38,48,.14); backdrop-filter: blur(12px); }
.contact-card h2 { max-width: 900px; font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.contact-card > p:not(.section-kicker) { max-width: 760px; margin: 1.4rem 0 2rem; color: #61747a; font-size: 1.08rem; line-height: 1.7; }
.contact-details { display: grid; grid-template-columns: .8fr 1.35fr 1fr; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #d3ddda; }
.contact-details a { min-width: 0; display: grid; gap: .35rem; text-decoration: none; }
.contact-details small { color: #76888d; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { overflow-wrap: anywhere; color: var(--navy-900); font-size: .92rem; }

.section-location { scroll-margin-top: 104px; padding: clamp(7.5rem, 9vw, 9rem) 0 0; background: var(--navy-950); color: white; }
.location-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: clamp(2rem, 4vw, 3.2rem); }
.location-heading h2 { margin: 0; font: 650 clamp(3.2rem, 5vw, 5.4rem)/.95 Bahnschrift, "Arial Narrow", sans-serif; letter-spacing: -.035em; }
.location-heading > p { display: flex; align-items: center; gap: .8rem; margin: 0 0 .45rem; color: #d7e2e4; font-size: 1.05rem; font-weight: 750; }
.location-heading > p span { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(99,190,121,.14); }
.map-frame { position: relative; width: 100%; min-height: 610px; overflow: hidden; background: #d8e0de; box-shadow: 0 -20px 80px rgba(0,0,0,.28); }
.map-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; border-top: 3px solid rgba(244,165,20,.86); }
.map-frame iframe { width: 100%; height: 610px; display: block; border: 0; }

.whatsapp-float { position: fixed; z-index: 90; right: clamp(1rem, 2vw, 1.8rem); bottom: max(1rem, env(safe-area-inset-bottom)); width: 66px; height: 66px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: #25d366; color: white; text-decoration: none; box-shadow: 0 14px 38px rgba(0,0,0,.28), 0 0 0 8px rgba(37,211,102,.12); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-float::before { content: "WhatsApp"; position: absolute; right: calc(100% + 13px); padding: .65rem .8rem; border-radius: 10px; background: var(--navy-950); color: white; font-size: .82rem; font-weight: 800; white-space: nowrap; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.whatsapp-float::after { content: ""; position: absolute; inset: -8px; border: 2px solid rgba(37,211,102,.5); border-radius: inherit; animation: whatsapp-pulse 2.4s ease-out infinite; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px) scale(1.04); background: #20bd5a; box-shadow: 0 18px 45px rgba(0,0,0,.32), 0 0 0 9px rgba(37,211,102,.16); }
.whatsapp-float:hover::before, .whatsapp-float:focus-visible::before { opacity: 1; transform: translateX(0); }
.whatsapp-float svg { position: relative; z-index: 1; width: 36px; height: 36px; }
@keyframes whatsapp-pulse { 0% { opacity: .7; transform: scale(.88); } 75%, 100% { opacity: 0; transform: scale(1.28); } }

.site-footer { padding: 5rem 0 1.5rem; background: var(--navy-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 4rem; padding-bottom: 3rem; }
.footer-brand .brand-plate { margin-bottom: 1.3rem; }
.footer-brand p { max-width: 410px; margin: 0; color: #9db2b8; line-height: 1.65; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; gap: .8rem; }
.footer-grid nav a, .footer-contact a { color: #cedadd; font-weight: 650; text-decoration: none; }
.footer-grid nav a:hover, .footer-contact a:hover { color: var(--amber); }
.footer-bottom { padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: #7f969d; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

@media (max-width: 1120px) {
  .main-nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(360px, calc(100vw - 48px)); padding: 1rem; display: none; align-items: stretch; flex-direction: column; gap: .15rem; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(3,31,42,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .9rem 1rem; border-radius: 10px; }
  .main-nav a:hover { background: rgba(255,255,255,.06); }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 165px; gap: 2.75rem; }
  .hero-copy { max-width: 820px; }
  .hero-leader { display: none; }
  .hero-trustbar { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
  .advantages-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-card:nth-child(n), .service-card:nth-child(n) { grid-column: auto; }
  .service-card:nth-child(1) h3, .service-card:nth-child(1) p, .service-card:nth-child(4) p { max-width: 72%; }
  .method-grid, .experience-layout, .contact-shell { grid-template-columns: 1fr; }
  .method-image { min-height: 520px; }
  .method-image img { min-height: 520px; }
  .experience-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
  .experience-stats div { grid-template-columns: 1fr; align-content: center; gap: .4rem; padding: 1rem; }
  .contact-person { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 1.5rem; text-align: left; }
  .portrait-wrap { width: 220px; margin: 0; }
}

@media (max-width: 680px) {
  .page-shell, .nav-shell { width: min(100% - 28px, 1420px); }
  .nav-shell { margin-top: 12px; min-height: 68px; padding: 8px 9px 8px 12px; border-radius: 17px; }
  .brand-plate { width: 232px; height: 68px; padding: 7px 14px 14px; border-radius: 16px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 820px; padding-top: 128px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1rem; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-backdrop { background-position: 64% center; }
  .hero-capabilities { font-size: .72rem; line-height: 1.6; }
  .hero-trustbar { grid-template-columns: 1fr; width: calc(100% - 28px); gap: 10px; margin-top: 0; margin-bottom: 1.5rem; }
  .trust-item { min-height: 102px; padding: 1.1rem 1.25rem; border-radius: 20px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.7rem, 12.6vw, 3.45rem); line-height: .99; overflow-wrap: normal; }
  .hero-capabilities { align-items: flex-start; flex-direction: column; gap: .22rem; }
  .hero-capabilities i { display: none; }
  .scroll-cue { display: none; }
  .section { padding-block: 5rem; }
  .section-heading, .services-top, .experience-header, .about-panel { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .advantages-grid, .services-grid, .recognition-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(1) h3, .service-card:nth-child(1) p, .service-card:nth-child(4) p { max-width: 100%; }
  .service-card:nth-child(1) { background: linear-gradient(90deg, rgba(3,31,42,.98), rgba(3,31,42,.78)), url("assets/technical-management.png") center / cover no-repeat; }
  .advantage-card { min-height: 330px; }
  .service-card { min-height: 260px; }
  .service-card > span { margin-bottom: 3.2rem; }
  .method-image, .method-image img { min-height: 430px; }
  .method-badge { right: 12px; bottom: 20px; }
  .experience-stats { grid-template-columns: 1fr; }
  .experience-stats div { grid-template-columns: 110px 1fr; }
  .project-row { grid-template-columns: 1fr; gap: .5rem; }
  .recognition-card { grid-template-columns: 84px 1fr; padding: 1rem; }
  .recognition-card > strong { min-height: 72px; font-size: .95rem; }
  .about-panel { width: calc(100% - 28px); padding: 2rem; }
  .team-photo img { min-height: 290px; object-position: 55% center; }
  .contact-person { grid-template-columns: 1fr; text-align: center; }
  .portrait-wrap { width: min(330px, 85vw); margin-inline: auto; }
  .contact-card { padding: 2rem 1.25rem; border-radius: 26px; }
  .contact-details { grid-template-columns: 1fr; }
  .location-heading { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .map-frame, .map-frame iframe { min-height: 440px; height: 440px; }
  .whatsapp-float { right: 15px; bottom: max(15px, env(safe-area-inset-bottom)); width: 58px; height: 58px; }
  .whatsapp-float::before { display: none; }
  .whatsapp-float svg { width: 32px; height: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .whatsapp-float::after { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
