:root {
  --navy-950: #061629;
  --navy-900: #0b2341;
  --navy-800: #12365f;
  --navy-700: #174879;
  --blue-500: #2f78b7;
  --sage-500: #809d73;
  --sage-400: #9bb98f;
  --sage-100: #e8f0e4;
  --mint-50: #f3f7f0;
  --blue-50: #f1f6fb;
  --ink: #132235;
  --muted: #627083;
  --line: #dfe6ed;
  --white: #ffffff;
  --offwhite: #fafcfd;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow-lg: 0 32px 80px rgba(6, 22, 41, .16);
  --shadow-md: 0 18px 50px rgba(6, 22, 41, .10);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--offwhite);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(88px, 9vw, 132px) 0; }

.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: var(--white); color: var(--navy-900); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow-md); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(250, 252, 253, .88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(6, 22, 41, .08); }
.nav-wrap { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.03em; font-size: 1.08rem; width: fit-content; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #435266; font-weight: 600; font-size: .93rem; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--sage-500); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-cta { justify-self: end; }

.button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(47, 120, 183, .28); outline-offset: 3px; }
.button-sm { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-primary { color: var(--white); background: var(--navy-900); box-shadow: 0 10px 24px rgba(11, 35, 65, .18); }
.button-primary:hover { background: var(--navy-800); box-shadow: 0 14px 30px rgba(11, 35, 65, .25); }
.button-ghost { color: var(--navy-900); background: rgba(255,255,255,.66); border-color: #cfd9e3; }
.button-ghost:hover { background: var(--white); border-color: #aebdca; }
.button-light { color: var(--navy-950); background: var(--white); }
.button-light:hover { background: var(--sage-100); }

.menu-button { display: none; justify-self: end; width: 46px; height: 46px; border: 1px solid var(--line); background: rgba(255,255,255,.8); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 18px; height: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 780px; padding-top: 164px; background: linear-gradient(135deg, #f7fafc 0%, #f3f7f0 55%, #edf4f9 100%); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(11,35,65,.07) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to right, #000, transparent 48%); z-index: -2; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -1; }
.hero-orb-one { width: 480px; height: 480px; background: rgba(155, 185, 143, .22); right: -160px; top: 90px; }
.hero-orb-two { width: 280px; height: 280px; background: rgba(47, 120, 183, .10); left: 38%; bottom: -120px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(56px, 7vw, 96px); }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy-700); font-size: .88rem; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.74); border: 1px solid rgba(47,120,183,.14); margin-bottom: 24px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage-500); box-shadow: 0 0 0 5px rgba(128,157,115,.14); }
.hero h1, .section h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; line-height: 1.02; margin: 0; color: var(--navy-950); }
.hero h1 { font-size: clamp(3.3rem, 6vw, 5.65rem); max-width: 770px; }
.hero h1 span { color: var(--sage-500); }
.hero-lead { color: #526175; font-size: clamp(1.05rem, 1.5vw, 1.22rem); max-width: 670px; margin: 28px 0 0; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #5b6878; font-size: .9rem; font-weight: 600; }
.hero-points span { display: flex; align-items: center; gap: 8px; }
.hero-points i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage-500); }

.hero-visual { position: relative; min-height: 510px; }
.image-shell { position: absolute; width: 86%; height: 470px; right: 0; top: 5px; border-radius: 32px 84px 32px 32px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy-900); transform: rotate(1.2deg); }
.image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,22,41,.02), rgba(6,22,41,.34)); }
.float-card { position: absolute; z-index: 3; min-width: 232px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.88); backdrop-filter: blur(14px); border-radius: 18px; box-shadow: var(--shadow-md); }
.float-card-top { top: 60px; left: 4px; }
.float-card-bottom { right: -18px; bottom: 18px; }
.float-card small, .contact-direct small { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.float-card strong { display: block; color: var(--navy-950); font-size: .91rem; margin-top: 2px; }
.float-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--sage-100); color: var(--navy-800); border-radius: 12px; flex: none; }
.float-icon svg { width: 22px; height: 22px; }
.mini-bars { width: 46px; height: 42px; padding: 9px 8px; display: flex; align-items: flex-end; gap: 4px; background: var(--blue-50); border-radius: 12px; }
.mini-bars span { flex: 1; border-radius: 6px 6px 2px 2px; background: var(--blue-500); }
.mini-bars span:nth-child(1){height:32%}.mini-bars span:nth-child(2){height:58%}.mini-bars span:nth-child(3){height:78%}.mini-bars span:nth-child(4){height:100%;background:var(--sage-500)}
.hero-badge { position: absolute; left: 28px; bottom: 28px; z-index: 3; width: 132px; height: 132px; color: var(--white); background: var(--navy-900); border: 7px solid rgba(255,255,255,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: var(--shadow-md); }
.hero-badge span { font-family: "Manrope"; font-weight: 800; font-size: 1.4rem; }
.hero-badge small { font-size: .65rem; line-height: 1.25; color: #d8e6ef; text-transform: uppercase; letter-spacing: .04em; }

.signal-strip { background: var(--white); border-block: 1px solid var(--line); }
.signal-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.signal-inner p { margin: 0; font-weight: 700; color: var(--navy-900); }
.signal-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px; color: #778393; font-size: .86rem; }
.signal-tags b { color: var(--sage-500); }

.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(2.4rem, 4.4vw, 4.1rem); margin-top: 10px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.kicker { display: inline-block; color: var(--sage-500); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.kicker.light { color: #b7d1aa; }
.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 510px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, #fff 0%, #fafcfd 100%); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(128,157,115,.08); right: -70px; top: -90px; transition: transform .35s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: #cad7e1; }
.service-card:hover::before { transform: scale(1.2); }
.service-card.featured { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); box-shadow: var(--shadow-md); }
.service-card.featured::before { background: rgba(155,185,143,.13); }
.service-number { font-family: "Manrope"; color: #a9b4c0; font-weight: 700; font-size: .82rem; }
.featured .service-number { color: #91a8bc; }
.service-icon { width: 58px; height: 58px; border-radius: 16px; background: var(--sage-100); color: var(--navy-800); display: grid; place-items: center; margin: 34px 0 24px; }
.featured .service-icon { background: rgba(255,255,255,.1); color: #c3ddb6; }
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-family: "Manrope"; font-size: 1.5rem; margin: 0; letter-spacing: -.03em; }
.service-card p { color: var(--muted); margin: 14px 0 18px; }
.featured p { color: #c1cfdd; }
.service-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; color: #526175; font-size: .93rem; }
.featured ul { color: #d4dce5; }
.service-card li { position: relative; padding-left: 19px; }
.service-card li::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--sage-500); left: 0; top: .62em; }
.text-link { position: absolute; left: 32px; bottom: 31px; font-weight: 800; color: var(--navy-800); font-size: .92rem; }
.featured .text-link { color: #c3ddb6; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.approach-section { background: var(--navy-950); color: var(--white); position: relative; overflow: hidden; }
.approach-section::after { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -260px; bottom: -360px; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 140px); }
.approach-intro { align-self: start; position: sticky; top: 120px; }
.approach-intro h2 { color: var(--white); font-size: clamp(2.6rem, 4.8vw, 4.3rem); margin: 12px 0 22px; }
.approach-intro p { color: #aebdca; max-width: 510px; margin: 0 0 30px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0 32px; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list > li > span { color: #86a87b; font-family: "Manrope"; font-weight: 800; font-size: .85rem; padding-top: 5px; }
.process-list h3 { margin: 0 0 8px; font-family: "Manrope"; font-size: 1.35rem; }
.process-list p { margin: 0; color: #aebdca; }

.about-section { background: var(--mint-50); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 120px); align-items: center; }
.about-art { min-height: 580px; position: relative; overflow: hidden; border-radius: 36px; background: linear-gradient(145deg, #dce9d6, #dbe9f4); box-shadow: inset 0 0 0 1px rgba(11,35,65,.06); }
.about-art::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(11,35,65,.13); border-radius: 26px; }
.about-art > img { position: absolute; width: 160px; height: 160px; object-fit: contain; left: 50%; top: 44%; transform: translate(-50%,-50%); filter: drop-shadow(0 10px 22px rgba(11,35,65,.1)); }
.arch { position: absolute; border: 2px solid rgba(11,35,65,.11); border-radius: 999px 999px 0 0; border-bottom: 0; }
.arch-1 { width: 360px; height: 420px; left: 50%; bottom: 0; transform: translateX(-50%); }
.arch-2 { width: 260px; height: 320px; left: 50%; bottom: 0; transform: translateX(-50%); border-color: rgba(128,157,115,.36); }
.about-quote { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 22px 24px; color: var(--white); background: rgba(6,22,41,.91); backdrop-filter: blur(10px); border-radius: 18px; }
.about-quote span { color: #a8c69b; font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.about-quote p { margin: 5px 0 0; font-family: "Manrope"; font-size: 1.15rem; line-height: 1.35; }
.about-copy h2 { font-size: clamp(2.5rem, 4.8vw, 4.25rem); margin: 12px 0 24px; }
.about-copy > p { color: var(--muted); margin: 0 0 18px; max-width: 650px; }
.about-copy .lead { color: #34465b; font-size: 1.1rem; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 34px; }
.values-grid > div { padding: 18px; border: 1px solid rgba(11,35,65,.10); background: rgba(255,255,255,.68); border-radius: 16px; }
.values-grid span { color: var(--sage-500); font-size: .72rem; font-weight: 800; }
.values-grid strong { display: block; color: var(--navy-950); font-family: "Manrope"; margin-top: 4px; }
.values-grid small { display: block; color: #718093; margin-top: 2px; font-size: .81rem; }

.team-section { background: var(--white); }
.team-heading { align-items: end; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.team-photo { aspect-ratio: 4 / 5; overflow: hidden; background: #edf1f4; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .4s ease, filter .3s ease; }
.team-card:hover img { transform: scale(1.025); filter: saturate(1); }
.team-meta { padding: 18px 18px 20px; }
.team-meta h3 { margin: 0; font-family: "Manrope"; font-size: 1.05rem; letter-spacing: -.02em; }
.team-meta p { margin: 4px 0 0; color: var(--muted); font-size: .86rem; }
.team-card:nth-child(1) .team-photo img { object-position: 50% 34%; }
.team-card:nth-child(2) .team-photo img { object-position: 50% 28%; }
.team-card:nth-child(3) .team-photo img { object-position: 50% 38%; }
.team-card:nth-child(4) .team-photo img { object-position: 50% 35%; }

.faq-section { background: var(--blue-50); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 120px); align-items: start; }
.faq-intro h2 { font-size: clamp(2.35rem, 4.3vw, 3.8rem); margin: 12px 0 20px; }
.faq-intro p { color: var(--muted); max-width: 440px; }
.accordion { border-top: 1px solid #cedae4; }
details { border-bottom: 1px solid #cedae4; }
summary { list-style: none; display: grid; grid-template-columns: 1fr 28px; gap: 18px; align-items: center; padding: 24px 0; font-family: "Manrope"; font-weight: 700; color: var(--navy-950); cursor: pointer; }
summary::-webkit-details-marker { display:none; }
summary span { position: relative; width: 26px; height: 26px; border: 1px solid #b9c9d5; border-radius: 50%; }
summary span::before, summary span::after { content:""; position:absolute; background:var(--navy-800); left:50%; top:50%; transform:translate(-50%,-50%); transition: transform .2s ease; }
summary span::before { width:10px; height:1.5px; }
summary span::after { width:1.5px; height:10px; }
details[open] summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
details p { color: var(--muted); margin: -6px 42px 24px 0; }

.contact-section { padding: 48px 0 0; background: var(--white); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 92px); padding: clamp(36px, 6vw, 74px); border-radius: 34px; color: var(--white); background: linear-gradient(135deg, var(--navy-950), #12375f); overflow: hidden; position: relative; }
.contact-shell::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(155,185,143,.12); left: -160px; bottom: -250px; }
.contact-copy { position: relative; z-index: 1; align-self: center; }
.contact-copy h2 { color: var(--white); font-size: clamp(2.5rem, 4.6vw, 4rem); margin: 12px 0 20px; }
.contact-copy > p { color: #b9c8d6; max-width: 500px; }
.contact-direct { display: grid; gap: 10px; margin-top: 34px; }
.contact-direct > a { width: fit-content; display: flex; align-items: center; gap: 12px; color: var(--white); }
.contact-direct strong { display: block; font-size: .95rem; }
.contact-direct small { color: #96a9bb; }
.contact-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #bed7b1; }
.contact-form { position: relative; z-index: 1; padding: 28px; border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 13px; color: #536276; font-size: .82rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d7e0e7; color: var(--ink); background: #fbfcfd; border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: #fff; border-color: #7ea5c3; box-shadow: 0 0 0 4px rgba(47,120,183,.08); }
.contact-form ::placeholder { color: #9ba7b2; }
.button-submit { width: 100%; border: 0; background: var(--sage-500); color: #081a2c; margin-top: 4px; }
.button-submit:hover { background: var(--sage-400); }
.form-note { color: #8592a0; font-size: .75rem; text-align: center; margin: 10px 0 0; }
.hidden-field { display:none; }

.site-footer { background: var(--white); padding: 66px 0 24px; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-bottom: 46px; }
.brand-footer img { width: 42px; height: 42px; }
.footer-brand p { max-width: 300px; margin: 14px 0 0; color: var(--muted); font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; }
.footer-links strong { font-family: "Manrope"; color: var(--navy-950); margin-bottom: 5px; }
.footer-links a { color: var(--muted); font-size: .87rem; width: fit-content; }
.footer-links a:hover { color: var(--navy-800); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 21px; display: flex; justify-content: space-between; gap: 20px; color: #84909d; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { font-weight: 700; color: #687686; }
.whatsapp-fab { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: #178a55; box-shadow: 0 12px 30px rgba(15, 92, 57, .28); transition: transform .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-fab svg { width: 24px; height: 24px; stroke-width: 2; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1020px) {
  :root { --container: min(100% - 38px, 900px); }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .desktop-nav, .desktop-cta { display:none; }
  .menu-button { display:flex; }
  .mobile-menu { display:block; position: fixed; top: 76px; right: 18px; left: 18px; padding: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.98); border-radius: 22px; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-12px) scale(.98); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .mobile-menu.open { opacity:1; transform:none; pointer-events:auto; }
  .mobile-menu nav { display:grid; gap:4px; }
  .mobile-menu nav > a:not(.button) { padding: 14px 14px; font-weight: 700; color: #425266; border-radius: 12px; }
  .mobile-menu nav > a:not(.button):hover { background: var(--blue-50); }
  .mobile-menu .button { margin-top: 7px; }
  .hero { padding-top: 132px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 560px; max-width: 690px; width: 100%; margin: 0 auto; }
  .image-shell { width: 88%; height: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 660px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 420px; }
  .approach-grid, .about-grid, .faq-grid, .contact-shell, .footer-main { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  .approach-intro p { max-width: 650px; }
  .about-art { min-height: 520px; max-width: 650px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro p { max-width: 650px; }
  .contact-shell { gap: 44px; }
  .footer-main { gap: 42px; }
}

@media (max-width: 700px) {
  :root { --container: calc(100% - 28px); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 74px; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.15rem); }
  .hero-lead { margin-top: 22px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 10px 16px; }
  .hero-visual { min-height: 420px; }
  .image-shell { width: 92%; height: 385px; border-radius: 24px 54px 24px 24px; }
  .float-card { min-width: 0; max-width: 205px; padding: 11px 12px; }
  .float-card-top { top: 34px; left: 0; }
  .float-card-bottom { right: -4px; bottom: 4px; }
  .float-card strong { font-size: .78rem; }
  .float-icon, .mini-bars { width: 36px; height: 36px; }
  .hero-badge { width: 96px; height: 96px; left: 16px; bottom: 8px; border-width: 5px; }
  .hero-badge span { font-size: 1.05rem; }
  .hero-badge small { font-size: .52rem; }
  .signal-inner { min-height: 106px; padding-block: 16px; display: grid; gap: 7px; }
  .signal-tags { justify-content:flex-start; gap: 6px 10px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column:auto; min-height: 495px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .about-copy h2, .approach-intro h2, .contact-copy h2, .faq-intro h2 { font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .approach-grid { gap: 50px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .about-grid { gap: 46px; }
  .about-art { min-height: 460px; border-radius: 26px; }
  .about-art > img { width: 130px; height: 130px; }
  .arch-1 { width: 300px; height: 355px; }
  .arch-2 { width: 210px; height: 265px; }
  .about-quote { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .team-meta { padding: 13px 12px 15px; }
  .team-meta h3 { font-size: .92rem; }
  .team-meta p { font-size: .76rem; line-height: 1.35; }
  .faq-grid { gap: 38px; }
  summary { font-size: .96rem; }
  .contact-section { padding-top: 24px; }
  .contact-shell { width: 100%; border-radius: 0; padding: 64px 18px; }
  .contact-form { padding: 20px 16px; border-radius: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column:1/-1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp-fab { right: 15px; bottom: 15px; width: 48px; height: 48px; }
}

@media (max-width: 430px) {
  .hero-points { display:grid; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { aspect-ratio: 4 / 4.5; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-links > div:last-child { grid-column:auto; }
}

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

/* Contact form submission feedback */
.button-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
.form-status {
  margin-top: 14px;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: .84rem;
  line-height: 1.55;
  text-align: left;
  border: 1px solid transparent;
}
.form-status[hidden] { display: none; }
.form-status.success {
  color: #1d563c;
  background: #eef7ed;
  border-color: #cfe4cb;
}
.form-status.error {
  color: #8a2f2f;
  background: #fff1f1;
  border-color: #f0cccc;
}
.form-status strong {
  display: block;
  color: inherit;
  font-family: "Manrope", sans-serif;
  font-size: .92rem;
  margin-bottom: 2px;
}

/* 2026 content alignment: Metier Deck workforce solutions */
.services-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-grid-four .service-card { min-height: 485px; }
.company-facts > div { min-height: 130px; }
.company-facts span { text-transform: uppercase; letter-spacing: .1em; }
.company-facts strong { font-size: 1.02rem; }

.roadmap-section { background: var(--white); padding-top: 0; }
.roadmap-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(42px, 7vw, 90px);
  padding: clamp(38px, 6vw, 72px);
  border-radius: 34px;
  color: var(--white);
  background: linear-gradient(135deg, #0b2341 0%, #12365f 70%, #174879 100%);
  box-shadow: var(--shadow-lg);
}
.roadmap-shell::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(193, 160, 92, .13);
}
.roadmap-copy, .roadmap-steps { position: relative; z-index: 1; }
.roadmap-copy h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  margin: 12px 0 22px;
}
.roadmap-copy p { margin: 0; max-width: 700px; color: #c2d0dc; font-size: 1.03rem; }
.roadmap-steps { display: grid; gap: 12px; align-content: center; }
.roadmap-steps > div {
  padding: 19px 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
.roadmap-steps span {
  display: block;
  color: #d4b06c;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 5px;
}
.roadmap-steps strong { font-family: "Manrope"; font-size: 1rem; }
.footer-domain { display: inline-block; margin-top: 10px; color: #9bb7cb; font-weight: 700; font-size: .9rem; }

@media (max-width: 1020px) {
  .services-grid-four { grid-template-columns: 1fr 1fr; }
  .services-grid-four .service-card:last-child { grid-column: auto; min-height: 485px; }
  .roadmap-shell { grid-template-columns: 1fr; }
  .roadmap-copy p { max-width: 760px; }
}

@media (max-width: 700px) {
  .services-grid-four { grid-template-columns: 1fr; }
  .services-grid-four .service-card,
  .services-grid-four .service-card:last-child { min-height: 500px; }
  .roadmap-section { padding-top: 0; }
  .roadmap-shell { width: 100%; border-radius: 0; padding: 64px 18px; }
  .roadmap-copy h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
}

@media (max-width: 430px) {
  .brand { font-size: 1rem; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero-lead { font-size: 1rem; }
  .services-grid-four .service-card,
  .services-grid-four .service-card:last-child { min-height: 520px; padding: 26px; }
  .services-grid-four .text-link { left: 26px; bottom: 26px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts > div { min-height: auto; }
}
