:root {
  --navy: #052d59;
  --navy-2: #0a3f73;
  --ink: #0b2037;
  --muted: #536579;
  --teal: #12aeb6;
  --teal-dark: #087d87;
  --ice: #edf8f8;
  --line: #d8e4ea;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 38, 72, .14);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.8vw, 5.2rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin-bottom: 20px; }
h3 { font-size: 1.26rem; margin-bottom: 10px; }
p { color: var(--muted); }
.lead { max-width: 720px; font-size: clamp(1.05rem, 1.8vw, 1.22rem); }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .nav-toggle:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(18,174,182,.35); outline-offset: 3px; }
.btn-primary { background: var(--teal); color: #032c38; }
.btn-primary:hover { background: #28c4c8; }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.icon { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: #fff; border-bottom: 1px solid var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-copy { line-height: 1.13; color: var(--navy); }
.brand-copy strong { display: block; font-size: 1.05rem; letter-spacing: .06em; }
.brand-copy span { font-size: .71rem; font-weight: 750; color: var(--teal-dark); letter-spacing: .09em; }
.brand-copy.brand-legal { max-width: 250px; }
.brand-copy.brand-legal strong { font-size: .78rem; line-height: 1.18; letter-spacing: .015em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.desktop-nav a { font-size: .91rem; font-weight: 700; color: #263c54; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--teal-dark); }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--line); color: var(--navy); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.mobile-panel { position: fixed; inset: 82px 0 0; z-index: 90; display: none; background: #fff; padding: 24px 20px 40px; overflow-y: auto; }
.mobile-panel.open { display: block; }
.mobile-panel a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid var(--line); font-weight: 750; color: var(--navy); }
.mobile-panel .btn { margin-top: 24px; border: 0; color: #fff; }

.hero { min-height: calc(100svh - 82px); background: linear-gradient(120deg, #041f3e, #073e72); color: #fff; overflow: hidden; }
.hero-grid { min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding: 70px 0; }
.hero .eyebrow { color: #65e0df; }
.hero h1 { color: #fff; max-width: 760px; }
.hero h1 span { color: #5cdbdc; }
.hero p { color: #d5e5f0; max-width: 650px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #e0edf5; font-size: .9rem; font-weight: 700; }
.trust-line span { display: flex; align-items: center; gap: 8px; }
.trust-line i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.hero-visual { position: relative; }
.hero-image-frame { position: relative; border-radius: 34px; overflow: hidden; box-shadow: 0 34px 80px rgba(0,0,0,.33); aspect-ratio: 1.2/1; background: #0a3156; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,24,47,.55)); }
.hero-chip { position: absolute; z-index: 2; left: -26px; bottom: 28px; max-width: 230px; padding: 18px; border-radius: 18px; background: #fff; color: var(--navy); box-shadow: var(--shadow); }
.hero-chip strong { display: block; font-size: 1.05rem; }
.hero-chip span { color: var(--muted); font-size: .86rem; }

.section { padding: 104px 0; }
.section-tight { padding: 72px 0; }
.section-soft { background: #f5f9fb; }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy p { color: #c8d9e6; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-head > div:first-child { max-width: 720px; }
.section-head p { max-width: 570px; margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 288px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--ice); color: var(--teal-dark); margin-bottom: 34px; }
.service-card p { margin-bottom: 28px; }
.text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; }
.text-link .icon { width: 18px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.quote-block { padding: 54px; border-radius: 32px; background: linear-gradient(135deg, var(--teal), #56d6d2); }
.quote-block blockquote { margin: 0; color: #052d59; font-size: clamp(1.9rem, 4vw, 3.45rem); line-height: 1.08; font-weight: 850; letter-spacing: -.04em; }
.values { display: grid; gap: 15px; }
.value { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value .num { color: var(--teal-dark); font-weight: 900; font-size: 1.15rem; }
.value p { margin: 4px 0 0; font-size: .93rem; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: item; }
.process-item { position: relative; padding: 26px 20px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.process-item small { display: block; color: #72dfe0; font-weight: 800; letter-spacing: .12em; margin-bottom: 22px; }
.process-item p { margin: 0; font-size: .92rem; }
.sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sector { min-height: 148px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.sector .icon { color: var(--teal-dark); margin-bottom: 24px; }
.sector strong { display: block; color: var(--navy); font-size: 1.08rem; }
.cta { padding: 60px; border-radius: 34px; background: linear-gradient(120deg, #062c57 0%, #0a4a78 67%, #0a7079 100%); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { color: #fff; max-width: 700px; margin-bottom: 12px; }
.cta p { color: #d4e3ed; margin: 0; }

.page-hero { padding: 94px 0 78px; background: linear-gradient(135deg, #04274c, #07547c); color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.55rem, 5vw, 4.7rem); max-width: 900px; }
.page-hero p { color: #d5e5ef; max-width: 740px; font-size: 1.13rem; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 36px; color: #b9d2e2; font-size: .88rem; }
.breadcrumbs a { color: #7be1e0; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: start; }
.prose h2 { font-size: clamp(1.85rem, 3.5vw, 2.75rem); margin-top: 52px; }
.prose h2:first-child { margin-top: 0; }
.check-list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-list li { position: relative; padding: 16px 16px 16px 46px; border: 1px solid var(--line); border-radius: 14px; color: #264057; font-weight: 650; }
.check-list li::before { content: ""; position: absolute; left: 17px; top: 19px; width: 16px; height: 9px; border-left: 2px solid var(--teal-dark); border-bottom: 2px solid var(--teal-dark); transform: rotate(-45deg); }
.aside-card { position: sticky; top: 106px; padding: 28px; border-radius: 24px; background: var(--ice); border: 1px solid #c9e6e7; }
.aside-card .btn { width: 100%; margin-top: 12px; }
.aside-card ul { list-style: none; padding: 0; margin: 20px 0; }
.aside-card li { padding: 10px 0; border-bottom: 1px solid #cee4e5; font-size: .94rem; color: #345267; }
.aside-card li:last-child { border: 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat { padding: 30px; border-left: 3px solid var(--teal); background: #fff; }
.stat strong { display: block; color: var(--navy); font-size: 1.22rem; }
.stat p { margin: 8px 0 0; font-size: .92rem; }

.form-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.form-intro { position: sticky; top: 110px; align-self: start; }
.form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid #b8cbd6; border-radius: 12px; padding: 12px 14px; color: var(--ink); background: #fff; }
.field textarea { min-height: 130px; resize: vertical; }
.result { display: none; margin-top: 4px; padding: 20px; border-radius: 16px; background: var(--ice); border: 1px solid #bce0e2; }
.result.show { display: block; }
.result pre { white-space: pre-wrap; word-break: break-word; font: inherit; color: #1d4053; margin: 0 0 16px; }
.form-note { margin: 0; font-size: .86rem; }
.site-footer { padding: 70px 0 26px; background: #031d38; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr 1.15fr; gap: 64px; padding-bottom: 48px; }
.footer-brand { max-width: 680px; margin-bottom: 42px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand p { margin-top: 22px; color: #b8ccda; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer nav { display: grid; gap: 10px; }
.site-footer nav a { color: #b8ccda; }
.site-footer nav a:hover { color: #67dddd; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; color: #8fa8ba; font-size: .84rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.footer-legal-link { color: #b8ccda; }
.footer-legal-link:hover { color: #67dddd; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 60px 20px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .split, .form-shell { grid-template-columns: 1fr; }
  .hero-grid { padding: 58px 0 80px; gap: 44px; }
  .hero-visual { width: min(100%, 650px); }
  .hero-chip { left: 18px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .aside-card, .form-intro { position: static; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy span { font-size: .62rem; }
  .mobile-panel { inset: 74px 0 0; }
  .section { padding: 74px 0; }
  .section-tight { padding: 54px 0; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 48px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-image-frame { border-radius: 24px; aspect-ratio: 1/1.05; }
  .hero-chip { right: 12px; left: 12px; bottom: 12px; max-width: none; }
  .section-head { display: block; margin-bottom: 30px; }
  .cards, .process, .sectors, .stats, .check-list, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .quote-block { padding: 34px 26px; }
  .cta { padding: 36px 26px; display: block; }
  .cta .btn { width: 100%; margin-top: 24px; }
  .page-hero { padding: 65px 0 54px; }
  .form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ACS editorial corporate system */
:root {
  --navy: #123652;
  --navy-2: #0a263c;
  --ink: #18232d;
  --muted: #55626b;
  --teal: #00989a;
  --teal-dark: #006f72;
  --ice: #f4f2ed;
  --line: #cfd5d6;
  --shadow: none;
  --radius: 0;
  --container: 1240px;
}
body { background: #faf9f6; font-family: "IBM Plex Sans", Arial, sans-serif; line-height: 1.62; -webkit-font-smoothing: antialiased; }
.container { width: min(calc(100% - 64px), var(--container)); }
.eyebrow { gap: 12px; color: var(--teal-dark); font-size: .75rem; font-weight: 600; letter-spacing: .16em; }
.eyebrow::before { width: 38px; height: 1px; background: currentColor; }
h1, h2, h3 { color: var(--navy-2); line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.4vw, 6.35rem); font-weight: 500; margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.35rem); font-weight: 500; margin-bottom: 22px; }
h3 { font-size: 1.3rem; font-weight: 600; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.55; }
.btn { min-height: 50px; border-radius: 2px; font-weight: 600; transition: background .2s, color .2s, border-color .2s; }
.btn:hover { transform: none; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dark); }
.btn-dark { background: var(--navy); }
.btn-dark:hover { background: var(--navy-2); }
.icon { stroke-width: 1.6; }

.site-header { height: 88px; }
.nav-wrap { gap: 34px; }
.brand { gap: 13px; min-width: 222px; }
.brand-copy strong { font-size: 1.16rem; font-weight: 600; letter-spacing: .08em; }
.brand-copy span { font-size: .66rem; font-weight: 600; letter-spacing: .14em; }
.desktop-nav { gap: 29px; }
.desktop-nav a { position: relative; font-size: .9rem; font-weight: 500; }
.desktop-nav a:not(.btn)::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { border-radius: 0; }
.mobile-panel { inset: 88px 0 0; padding: 20px 28px 40px; }
.mobile-panel a { min-height: 58px; font-size: 1.06rem; font-weight: 500; }

.hero { min-height: calc(100svh - 88px); background: var(--ice); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: calc(100svh - 88px); grid-template-columns: 1.03fr .97fr; align-items: stretch; gap: 0; padding: 0; }
.hero-grid > div:first-child { padding: 82px 70px 82px 0; align-self: center; }
.hero .eyebrow { color: var(--teal-dark); }
.hero h1 { color: var(--navy-2); margin-top: 22px; }
.hero h1 span { color: var(--teal-dark); font-family: "IBM Plex Serif", Georgia, serif; font-style: italic; font-weight: 500; }
.hero p { color: #46545e; font-size: 1.13rem; line-height: 1.68; }
.hero .btn-outline { border-color: var(--navy); color: var(--navy); }
.hero .btn-outline:hover { background: var(--navy); color: #fff; }
.trust-line { gap: 24px; margin-top: 46px; color: #53616a; font-size: .86rem; font-weight: 500; }
.trust-line i { width: 14px; height: 1px; border-radius: 0; }
.hero-visual { min-width: 50vw; margin-right: calc((100vw - min(calc(100vw - 64px), var(--container))) / -2); overflow: hidden; background: var(--navy); }
.hero-image-frame { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; box-shadow: none; }
.hero-image-frame img { object-position: 58% center; filter: grayscale(100%) contrast(.88) brightness(.72); }
.hero-image-frame::after { background: rgba(0,86,91,.42); mix-blend-mode: multiply; }
.hero-chip { left: 0; bottom: 0; width: min(360px, 78%); max-width: none; padding: 28px 30px; border-radius: 0; background: var(--navy-2); color: #fff; box-shadow: none; border-top: 4px solid var(--teal); }
.hero-chip span { color: #cbd8df; }

.section { padding: 120px 0; }
.section-tight { padding: 84px 0; }
.section-soft { background: var(--ice); }
.section-navy { background: var(--navy-2); }
.section-navy .eyebrow { color: #62d5d2; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; margin-bottom: 64px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.cards { grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); counter-reset: services; }
.service-card { position: relative; display: grid; grid-template-columns: 70px 1fr; grid-template-rows: auto auto 1fr; column-gap: 24px; min-height: 270px; padding: 34px 38px 32px 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; counter-increment: services; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card:nth-child(even) { padding-left: 38px; }
.service-card:hover { transform: none; box-shadow: none; border-color: var(--line); background: rgba(255,255,255,.48); }
.service-card::before { content: "0" counter(services); grid-column: 1; grid-row: 1 / span 4; color: var(--teal-dark); font-size: .82rem; letter-spacing: .1em; padding-top: 6px; }
.icon-box { grid-column: 2; width: 42px; height: 42px; border: 1px solid #a9bebe; border-radius: 50%; background: transparent; margin: 0 0 26px; }
.service-card h3, .service-card p, .service-card .text-link { grid-column: 2; }
.service-card h3 { font-size: 1.5rem; }
.service-card p { max-width: 470px; }
.text-link { font-weight: 600; }
.split { gap: 92px; }
.quote-block { padding: 70px 62px 76px; border-radius: 0; background: var(--teal); }
.quote-block::before { content: "ACS / İNSAN"; display: block; margin-bottom: 60px; color: rgba(255,255,255,.82); font-size: .72rem; letter-spacing: .18em; }
.quote-block blockquote { color: #fff; font-family: "IBM Plex Serif", Georgia, serif; font-size: clamp(2.2rem, 4.4vw, 4.5rem); line-height: 1.03; font-weight: 500; }
.values { gap: 0; border-top: 1px solid var(--line); }
.value { grid-template-columns: 56px 1fr; gap: 20px; padding: 23px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.value .num { font-weight: 500; font-size: .86rem; letter-spacing: .08em; }
.value strong { font-size: 1.08rem; font-weight: 600; }
.process { gap: 0; border-top: 1px solid rgba(255,255,255,.24); }
.process-item { min-height: 255px; padding: 34px 26px 30px 0; border: 0; border-right: 1px solid rgba(255,255,255,.18); border-radius: 0; background: transparent; }
.process-item + .process-item { padding-left: 26px; }
.process-item:last-child { border-right: 0; }
.process-item small { font-weight: 500; margin-bottom: 50px; }
.process-item h3 { font-size: 1.18rem; }
.sectors { gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector { min-height: 180px; padding: 28px; background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
.sector .icon { margin-bottom: 48px; }
.sector strong { font-weight: 600; }
.cta { padding: 68px 72px; border-radius: 0; background: var(--teal); }
.cta p { color: #e6ffff; }

.page-hero { padding: 110px 0 86px; background: var(--ice); color: var(--ink); border-bottom: 1px solid var(--line); }
.page-hero h1 { color: var(--navy-2); font-size: clamp(3rem, 5.7vw, 5.7rem); max-width: 1050px; margin-top: 22px; }
.page-hero p { color: #53616a; font-size: 1.18rem; }
.breadcrumbs { margin-bottom: 42px; color: #6f7a81; }
.breadcrumbs a { color: var(--teal-dark); }
.detail-grid { grid-template-columns: minmax(0, 1fr) 350px; gap: 90px; }
.prose h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); margin-top: 64px; }
.check-list { gap: 0; border-top: 1px solid var(--line); }
.check-list li { padding: 19px 14px 19px 35px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-weight: 500; }
.check-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.check-list li::before { left: 2px; top: 26px; width: 16px; height: 1px; background: var(--teal); transform: none; border: 0; }
.aside-card { top: 112px; padding: 34px; border-radius: 0; background: var(--navy-2); border: 0; }
.aside-card .eyebrow { color: #62d5d2; }
.aside-card h3 { color: #fff; font-family: "IBM Plex Serif", Georgia, serif; font-size: 1.75rem; line-height: 1.2; margin-top: 22px; }
.aside-card ul { border-top: 1px solid rgba(255,255,255,.18); }
.aside-card li { border-bottom-color: rgba(255,255,255,.18); color: #c9d6dd; }
.aside-card .btn { background: var(--teal); }
.stats { gap: 0; border-top: 1px solid var(--line); }
.stat { padding: 34px 38px 38px 0; border: 0; border-right: 1px solid var(--line); background: transparent; }
.stat + .stat { padding-left: 38px; }
.stat strong { font-family: "IBM Plex Serif", Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.form-shell { grid-template-columns: .76fr 1.24fr; gap: 96px; }
.form { padding: 44px; border-radius: 0; box-shadow: none; }
.field label { font-weight: 600; }
.field input, .field select, .field textarea { border-radius: 0; }
.result { border-radius: 0; background: var(--ice); }
.site-footer { padding: 78px 0 28px; background: #081f31; }
.site-footer h3 { font-size: .88rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.reveal { transform: translateY(14px); transition-duration: .55s; }

@media (max-width: 1020px) {
  .hero-grid, .detail-grid, .form-shell { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .hero-grid > div:first-child { padding: 72px 0; }
  .hero-visual { min-width: 100%; width: 100%; height: 620px; margin: 0; }
  .cards { grid-template-columns: 1fr; }
  .service-card:nth-child(odd) { border-right: 0; }
  .service-card:nth-child(even) { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .footer-contact { grid-column: 1 / -1; max-width: 760px; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 76px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy span { font-size: .58rem; }
  .mobile-panel { inset: 76px 0 0; }
  .section { padding: 82px 0; }
  .section-tight { padding: 58px 0; }
  .hero-grid > div:first-child { padding: 58px 0 52px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.5rem); }
  .hero p { font-size: 1.05rem; }
  .hero-visual { height: 490px; margin-right: -16px; margin-left: -16px; width: calc(100% + 32px); }
  .hero-chip { left: 0; right: auto; width: calc(100% - 28px); padding: 22px; }
  .section-head { display: block; margin-bottom: 38px; padding-bottom: 24px; }
  .service-card { grid-template-columns: 42px 1fr; column-gap: 14px; min-height: 245px; padding: 28px 0; }
  .service-card::before { grid-column: 1; }
  .icon-box, .service-card h3, .service-card p, .service-card .text-link { grid-column: 2; }
  .process-item, .process-item + .process-item { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-item small { margin-bottom: 22px; }
  .sector { min-height: 148px; }
  .quote-block { padding: 46px 30px 52px; }
  .quote-block::before { margin-bottom: 48px; }
  .cta { padding: 44px 28px; }
  .page-hero { padding: 72px 0 60px; }
  .breadcrumbs { margin-bottom: 32px; }
  .check-list li:nth-child(odd) { border-right: 0; }
  .stats { border-top: 0; }
  .stat, .stat + .stat { padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); }
  .form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; max-width: none; }
  .brand-copy.brand-legal { max-width: 205px; }
  .brand-copy.brand-legal strong { font-size: .7rem; line-height: 1.12; }
}

/* Mobile fit and overflow corrections */
.nav-wrap > *, .hero-grid > *, .split > *, .section-head > *, .detail-grid > *, .form-shell > *, .form-row > *, .cards > *, .sectors > *, .footer-grid > * { min-width: 0; }
h1, h2, h3, p, li, .brand-copy, .btn { overflow-wrap: break-word; }
.field input, .field select, .field textarea, .form, .service-card, .sector, .aside-card { min-width: 0; max-width: 100%; }

@media (max-width: 700px) {
  h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); line-height: 1.02; }
  h2 { font-size: clamp(2rem, 9.5vw, 2.65rem); line-height: 1.08; }
  h3 { line-height: 1.16; }
  .page-hero h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .site-header, .nav-wrap { min-width: 0; }
  .nav-wrap { gap: 12px; }
  .brand { flex: 1 1 auto; max-width: calc(100% - 60px); }
  .brand-copy { min-width: 0; }
  .brand-copy span { display: block; white-space: nowrap; }
  .nav-toggle { flex: 0 0 48px; }
  .mobile-panel { max-width: 100vw; }
  .hero-grid { display: block; }
  .hero-grid > div:first-child { padding: 48px 0 42px; }
  .hero-actions { margin-top: 28px; }
  .trust-line { margin-top: 30px; }
  .hero-visual { display: flex; flex-direction: column; width: calc(100% + 32px); min-width: 0; height: auto; margin: 0 -16px; overflow: visible; }
  .hero-image-frame { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 3 / 2; flex: none; }
  .hero-image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .hero-chip { position: relative; inset: auto; width: 100%; max-width: 100%; padding: 22px 24px 24px; }
  .section-head p { max-width: 100%; }
  .cta h2 { max-width: 100%; }
  .btn { max-width: 100%; white-space: normal; text-align: center; }
}

.mobile-lang-switch { display: none; }
@media (max-width: 980px) {
  .mobile-lang-switch { display: inline-flex; flex: 0 0 auto; margin-left: auto; }
  .mobile-lang-switch .lang-link { border: 0; min-height: auto; padding: 0; margin: 0; }
  .nav-wrap .brand { max-width: none; }
  .nav-wrap .nav-toggle { margin-left: 0; }
}

@media (max-width: 370px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy span { font-size: .52rem; letter-spacing: .11em; }
  .hero-visual { width: calc(100% + 24px); margin-inline: -12px; }
  .service-card { grid-template-columns: 34px minmax(0, 1fr); column-gap: 10px; }
  .form { padding-inline: 16px; }
}

/* Service, contact and conversion surfaces */
.service-card { grid-template-columns: 70px minmax(0, 1fr); min-height: 320px; padding-top: 38px; padding-bottom: 36px; transition: background .2s, border-color .2s, transform .2s; }
.hero h1 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.service-card:hover, .service-card:focus-visible { background: #fff; border-color: var(--teal); outline: none; }
.service-card:focus-visible { box-shadow: inset 0 0 0 2px var(--teal); }
.service-number, .sector-number { grid-column: 1; grid-row: 1 / span 4; color: var(--teal-dark); font-size: .82rem; letter-spacing: .1em; padding-top: 6px; }
.service-card::before { display: none; }
.service-card .text-link { gap: 12px; color: var(--teal-dark); }
.service-card .text-link .icon, .cta-action .icon { transition: transform .2s ease; }
.service-card:hover .text-link .icon, .service-card:focus-visible .text-link .icon, .cta-panel:hover .cta-action .icon, .cta-panel:focus-visible .cta-action .icon { transform: translateX(5px); }
.model-callout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding: 58px 64px; background: var(--navy-2); color: #fff; }
.model-callout h2 { max-width: 680px; margin-top: 22px; color: #fff; }
.model-callout p { max-width: 620px; color: #cad9e1; }
.model-callout .eyebrow { color: #65d8d5; }
.model-callout ul { align-self: center; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.model-callout li { padding: 17px 0 17px 28px; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; position: relative; }
.model-callout li::before { content: ''; position: absolute; left: 0; top: 27px; width: 12px; height: 1px; background: var(--teal); }
.experience-panel { padding: 52px; background: var(--ice); border-left: 4px solid var(--teal); }
.experience-panel h2 { margin-top: 22px; overflow-wrap: normal; word-break: normal; }
.experience-panel strong { display: block; margin-top: 28px; color: var(--navy); font-size: 1.35rem; font-weight: 600; }
.experience-panel p { margin: 10px 0 0; }
.experience-panel-dark { background: var(--navy-2); border-left: 0; color: #fff; }
.experience-panel-dark .eyebrow { color: #65d8d5; }
.experience-panel-dark strong { color: #fff; font-family: "IBM Plex Serif", Georgia, serif; font-size: clamp(4rem, 8vw, 7rem); line-height: .9; font-weight: 500; }
.experience-panel-dark p { color: #cbd9e0; }
.experience-line { display: block; width: 64px; height: 3px; margin-top: 30px; background: var(--teal); }
.cta-split { display: grid; grid-template-columns: 1fr 1fr; }
.cta-panel { display: block; min-height: 330px; padding: 54px 58px; border: 1px solid var(--navy); background: var(--navy-2); color: #fff; transition: background .2s, color .2s, transform .2s; }
.cta-panel + .cta-panel { border-left: 0; }
.cta-panel-quote:hover, .cta-panel-quote:focus-visible { background: var(--navy-2); color: #fff; outline: 3px solid currentColor; outline-offset: -3px; }
.cta-panel-join:hover, .cta-panel-join:focus-visible { background: var(--teal); color: var(--navy-2); outline: 3px solid currentColor; outline-offset: -3px; }
.cta-panel .eyebrow { color: #6be0dc; }
.cta-panel-quote:hover .eyebrow, .cta-panel-quote:focus-visible .eyebrow { color: #6be0dc; }
.cta-panel h2 { max-width: 520px; margin-top: 22px; color: #fff; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.cta-panel p { max-width: 500px; color: #c8d8e0; }
.cta-panel-quote:hover h2, .cta-panel-quote:focus-visible h2, .cta-panel-quote:hover p, .cta-panel-quote:focus-visible p { color: #fff; }
.cta-action { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; min-height: 48px; max-width: 100%; margin-top: 28px; padding: 0 18px; border: 1px solid transparent; color: var(--navy-2); font-weight: 700; line-height: 1.25; text-align: left; white-space: normal; }
.cta-panel-quote .cta-action { background: var(--teal); border-color: var(--teal); color: var(--navy-2); }
.cta-panel-quote:hover .cta-action, .cta-panel-quote:focus-visible .cta-action { background: var(--teal); border-color: var(--teal); color: var(--navy-2); }
.cta-panel { display: flex; flex-direction: column; }
.cta-panel .cta-action { margin-top: auto; }
.cta-panel-join { background: var(--teal); color: var(--navy-2); }
.cta-panel-join .eyebrow,
.cta-panel-join h2,
.cta-panel-join p,
.cta-panel-join .cta-action { color: var(--navy-2); }
.cta-panel-join:hover .eyebrow,
.cta-panel-join:focus-visible .eyebrow,
.cta-panel-join:hover h2,
.cta-panel-join:focus-visible h2,
.cta-panel-join:hover p,
.cta-panel-join:focus-visible p { color: var(--navy-2); }
.cta-panel-join .cta-action { background: var(--navy-2); border-color: var(--navy-2); color: #fff; }
.cta-panel-join:hover .cta-action, .cta-panel-join:focus-visible .cta-action { background: var(--navy-2); border-color: var(--navy-2); color: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 0 24px 0 0; }
.faq-item + .faq-item { padding-left: 24px; border-left: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; padding: 24px 24px 24px 0; color: var(--navy); font-size: 1.12rem; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; float: right; color: var(--teal-dark); font-size: 1.4rem; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 0 24px; margin: 0; font-size: .95rem; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.lang-current { color: var(--teal-dark); }
.lang-link { color: var(--navy); }
.lang-link:hover { color: var(--teal-dark); }
.mobile-panel .lang-switch { min-height: 58px; }
.mobile-panel .lang-link { border: 0; min-height: auto; padding: 0; margin: 0; }
.contact-list { display: grid; gap: 10px; }
.contact-address { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 16px; color: #b8ccda; font-size: .86rem; font-style: normal; line-height: 1.55; }
.contact-address .icon { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.contact-address span { min-width: 0; overflow-wrap: anywhere; }
.contact-address strong { display: block; margin-bottom: 4px; color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-link { display: flex; align-items: center; gap: 10px; width: 100%; padding: 7px 0; border: 0; background: transparent; color: #b8ccda; text-align: left; cursor: pointer; }
.contact-link:hover { color: #67dddd; }
.contact-link .icon { width: 18px; height: 18px; }
.contact-link span { overflow-wrap: anywhere; }
.contact-link.is-disabled { cursor: not-allowed; opacity: .72; }
.contact-link.is-disabled:hover { color: #b8ccda; }
.legal-name { font-size: .78rem; letter-spacing: .02em; }
.required-mark { margin-left: 3px; color: var(--teal-dark); }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.form-status { min-height: 1.5em; margin: 12px 0 0; color: var(--teal-dark); font-size: .9rem; }
.answer-block { margin-top: 42px; padding: 26px; border-left: 3px solid var(--teal); background: var(--ice); }
.answer-block p { margin: 12px 0 0; }

@media (max-width: 1020px) {
  .model-callout { grid-template-columns: 1fr; gap: 28px; }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-item:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
}
@media (max-width: 700px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .service-card { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto 1fr auto; column-gap: 0; min-height: 300px; padding: 24px 14px; }
  .service-card:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-card:nth-child(even) { padding-left: 14px; }
  .service-card .service-number,
  .service-card .icon-box,
  .service-card h3,
  .service-card p,
  .service-card .text-link { grid-column: 1; }
  .service-card .service-number { grid-row: 1; padding-top: 0; margin-bottom: 14px; }
  .service-card .icon-box { grid-row: 2; width: 38px; height: 38px; margin-bottom: 16px; }
  .service-card h3 { grid-row: 3; font-size: clamp(.95rem, 4.2vw, 1.12rem); line-height: 1.13; }
  .service-card p { grid-row: 4; font-size: .78rem; line-height: 1.4; margin-bottom: 18px; }
  .service-card .text-link { grid-row: 5; gap: 6px; font-size: .76rem; }
  .values { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
  .value { grid-template-columns: minmax(0, 1fr); gap: 8px; min-width: 0; padding: 18px 10px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
  .value:last-child { border-right: 0; }
  .value .num { font-size: .76rem; }
  .value strong { display: block; font-size: clamp(.78rem, 3.4vw, .98rem); line-height: 1.15; }
  .value p { margin: 6px 0 0; font-size: clamp(.68rem, 2.8vw, .78rem); line-height: 1.35; }
  .model-callout { padding: 34px 26px; }
  .experience-panel { padding: 34px 26px; }
  .cta-split, .faq-grid { grid-template-columns: 1fr; }
  .cta-panel { min-height: 280px; padding: 38px 28px; }
  .cta-panel + .cta-panel { border-left: 1px solid var(--navy); border-top: 0; }
  .faq-item, .faq-item + .faq-item, .faq-item:nth-child(3) { padding-left: 0; border-left: 0; }
  .faq-item summary { padding-right: 0; }
  .form-actions > * { width: 100%; }
}

@media (max-width: 370px) {
  .service-card { min-height: 280px; padding: 20px 10px; }
  .service-card:nth-child(even) { padding-left: 10px; }
  .service-card h3 { font-size: .88rem; }
  .service-card p { font-size: .7rem; }
  .service-card .text-link { font-size: .68rem; }
  .value { padding-inline: 7px; }
  .value strong { font-size: .74rem; }
  .value p { font-size: .64rem; }
}

/* Compact segmented language control. */
.lang-switch { gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #f4f8fa; font-size: .72rem; letter-spacing: .04em; }
.lang-option { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; min-height: 30px; padding: 0 8px; border: 0; border-radius: 999px; }
.lang-current { background: var(--teal); color: #032c38; box-shadow: 0 2px 6px rgba(5,45,89,.14); }
.lang-link { color: var(--navy); transition: background .2s, color .2s; }
.lang-link:hover, .lang-link:focus-visible { background: #d9f1f1; color: var(--navy); }
.mobile-lang-switch .lang-switch { font-size: .7rem; }

/* MUI-style language thumb: the active language sits on the moving teal thumb. */
.lang-switch { position: relative; display: inline-flex; gap: 0; width: 72px; height: 34px; padding: 3px; border: 1px solid #c8d4db; border-radius: 999px; background: #e8eef1; overflow: hidden; }
.lang-switch::before { content: ''; position: absolute; z-index: 0; top: 3px; left: 3px; width: 32px; height: 26px; border-radius: 999px; background: var(--teal); box-shadow: 0 2px 6px rgba(5,45,89,.18); transition: transform .24s ease; }
.lang-switch.is-en::before { transform: translateX(32px); }
.lang-option { position: relative; z-index: 1; width: 32px; min-width: 32px; height: 26px; min-height: 26px; padding: 0; border-radius: 999px; font-size: .68rem; letter-spacing: .02em; }
.lang-current { background: transparent; color: #032c38; box-shadow: none; }
.lang-link { color: #526675; }
.lang-link:hover, .lang-link:focus-visible { background: transparent; color: var(--navy); }

/* Keep the primary navigation CTA readable on its dark surface. */
.desktop-nav a.btn-dark,
.desktop-nav a.btn-dark:hover,
.desktop-nav a.btn-dark:focus-visible {
  color: #fff;
}

/* Keep the English header CTA on one line without pushing the navigation out of shape. */
.desktop-nav > a.btn-dark {
  flex: 0 0 auto;
  min-width: 154px;
  white-space: nowrap;
  overflow-wrap: normal;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav > a.btn-dark { min-width: 146px; padding-inline: 16px; font-size: .84rem; }
}

.hero-full-bleed { position: relative; min-height: calc(100svh - 88px); background: #031d38; overflow: hidden; }
.hero-full-bleed .hero-background, .hero-full-bleed picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-full-bleed .hero-background img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-full-bleed .hero-background::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,29,56,.04) 40%, rgba(3,29,56,.72) 100%); }
.hero-content-overlay { position: relative; z-index: 1; min-height: inherit; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 0 max(32px, calc((100vw - 1240px) / 2)) 48px; }
.hero-content-overlay .hero-actions { margin: 0; }
.hero-content-overlay .btn-outline { border-color: #fff; color: #fff; background: rgba(3,29,56,.3); }
.hero-content-overlay .btn-outline:hover, .hero-content-overlay .btn-outline:focus-visible { background: #fff; color: var(--navy); }
.hero-content-overlay .trust-line { margin-top: 20px; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.detail-image { margin: 0 0 42px; overflow: hidden; border-radius: 24px; background: #dce8ec; }
.detail-image img { display: block; width: 100%; height: auto; }
.detail-image figcaption { padding: 10px 16px 14px; color: #536675; font-size: .8rem; }
.services-intro { max-width: 900px; margin: 0 0 46px; }
.services-intro p { max-width: 820px; margin: 0; }
.services-intro p + p { margin-top: 14px; }
.floating-contacts { position: fixed; right: 20px; bottom: 20px; z-index: 120; display: flex; flex-direction: row; gap: 12px; }
.floating-contact-link { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.2); transition: transform .2s, opacity .2s; }
.floating-contact-link:hover, .floating-contact-link:focus-visible { transform: translateY(-3px); }
.floating-whatsapp { background: #0aa89e; }
.floating-phone { background: var(--navy); }
.floating-contact-link.is-disabled { cursor: not-allowed; opacity: .58; }
.floating-contact-link.is-disabled:hover { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Keep the footer brand mark centered and fully contained inside its frame. */
.footer-brand > .brand { min-width: 0; align-items: center; line-height: 0; }
.footer-brand > .brand img { display: block; flex: 0 0 58px; width: 58px; height: 58px; aspect-ratio: 1; object-fit: contain; object-position: center; }
.footer-brand > .brand .brand-copy { min-width: 0; flex: 1 1 auto; align-self: center; line-height: 1.13; }
.footer-brand > .brand .brand-copy strong,
.footer-brand > .brand .brand-copy span { overflow-wrap: normal; word-break: normal; }
.footer-brand > .brand .footer-brand-mark { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; overflow: hidden; border-radius: 50%; background: #fff; }
.footer-brand > .brand .footer-brand-mark img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; transform: none; }
.footer-brand > .brand .brand-copy strong { display: block; max-width: 330px; color: #fff; font-size: 1rem; line-height: 1.25; }

@media (max-width: 760px) {
  .hero-full-bleed { min-height: 0; height: calc(100svh - 76px); }
  .hero-content-overlay { height: 100%; padding: 0 20px 32px; }
  .hero-content-overlay .hero-actions { width: 100%; }
  .hero-content-overlay .hero-actions .btn { width: 100%; }
  .hero-content-overlay .trust-line { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 18px; }
  .floating-contacts { right: 14px; bottom: 16px; flex-direction: column; gap: 10px; }
  .floating-contact-link { width: 50px; height: 50px; }
}

@media (max-width: 700px) {
  .footer-brand > .brand { gap: 10px; }
  .footer-brand > .brand .footer-brand-mark { flex-basis: 48px; width: 48px; height: 48px; }
  .footer-brand > .brand .brand-copy strong { max-width: 245px; font-size: .9rem; }
  .footer-brand > .brand .brand-copy span { white-space: normal; }
}

/* Animate only the language switch thumb; page content remains immediate. */
.lang-switch::before { transition: transform .28s cubic-bezier(.2,.75,.25,1); }
@media (prefers-reduced-motion: reduce) {
  .lang-switch::before { transition: none; }
}

.legal-page { max-width: 900px; }
.legal-page > section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-page > section:last-child { border-bottom: 0; }
.legal-page h2 { margin-bottom: 10px; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal-page p { margin: 0; }

@media (max-width: 700px) {
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
}

/* Footer refinement: clear logo, compact contact labels and horizontal legal links. */
.footer-brand > .brand .footer-brand-mark {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.footer-brand > .brand .footer-brand-mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  object-position: center;
}
.footer-brand > .brand .brand-copy strong {
  max-width: 390px;
  font-size: 1.02rem;
  line-height: 1.25;
}
.contact-address span { padding-top: 0; }
.site-footer .footer-legal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.site-footer .footer-legal .footer-legal-link { white-space: nowrap; }

@media (max-width: 700px) {
  .footer-brand > .brand .footer-brand-mark {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
  .footer-brand > .brand .footer-brand-mark img {
    width: 60px;
    height: 60px;
  }
  .site-footer .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}


/* Footer logo/name alignment matched to the compact header treatment. */
.footer-brand > .brand {
  gap: 14px;
  align-items: center;
}
.footer-brand > .brand .footer-brand-mark {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}
.footer-brand > .brand .footer-brand-mark img {
  width: 64px;
  height: 64px;
}
.footer-brand > .brand .brand-copy.brand-legal {
  max-width: none;
  flex: 0 1 auto;
}
.footer-brand > .brand .brand-copy.brand-legal strong {
  max-width: none;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .015em;
  font-weight: 700;
}
@media (max-width: 700px) {
  .footer-brand > .brand .footer-brand-mark {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .footer-brand > .brand .footer-brand-mark img {
    width: 52px;
    height: 52px;
  }
  .footer-brand > .brand .brand-copy.brand-legal strong {
    font-size: .95rem;
    line-height: 1.18;
  }
}
