:root {
  --ink: #091a37;
  --muted: #5e6b80;
  --line: #dce4f0;
  --paper: #ffffff;
  --canvas: #f5f8fc;
  --purple: #0b43b8;
  --purple-dark: #06328f;
  --purple-soft: #eaf1ff;
  --green: #08785d;
  --green-soft: #e5f5ef;
  --dark: #07152f;
  --shadow: 0 18px 55px rgba(7, 32, 78, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.page-main { min-height: 70vh; padding: 42px 0 85px; }
.section { padding: 76px 0; }
.section-sm { padding: 42px 0; }
.section-dark { color: white; background: var(--dark); }
.eyebrow { display: inline-block; color: var(--purple-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #8eb5ff; }
.muted { color: var(--muted); }
.center { text-align: center; }
.narrow { max-width: 720px; }

.trust-bar { min-height: 30px; display: flex; align-items: center; color: #dbe8ff; background: #06152f; font-size: 9px; letter-spacing: .04em; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; z-index: 50; top: 0; height: 82px; display: flex; align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 5px 20px rgba(7,35,84,.04); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo, .footer-logo { display: block; }
.logo-window { position: relative; width: 208px; height: 52px; display: block; overflow: hidden; }
.logo-window img { position: absolute; width: 250px; max-width: none; left: -26px; top: -40px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: #46566f; font-size: 12px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.nav-dropdown { position: relative; padding: 30px 0; margin: -30px 0; }
.mega-menu { position: absolute; z-index: 80; top: 72px; left: 50%; width: 720px; padding: 20px; visibility: hidden; opacity: 0; transform: translate(-50%, 8px); background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 22px 65px rgba(7,35,84,.18); transition: .16s ease; }
.mega-industries { width: 820px; }
.nav-dropdown:hover .mega-menu, .nav-dropdown:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 4px 13px; border-bottom: 1px solid var(--line); }
.mega-heading > a { color: var(--purple-dark); font-size: 10px; }
.mega-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding-top: 12px; }
.mega-links a { padding: 9px 10px; border-radius: 8px; }
.mega-links a:hover { background: var(--purple-soft); }
.mega-links strong, .mega-links span { display: block; }
.mega-links strong { color: var(--ink); font-size: 10px; }
.mega-links span { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); }
.mobile-nav { display: none; position: fixed; z-index: 45; top: 112px; left: 0; right: 0; max-height: calc(100vh - 112px); overflow-y: auto; padding: 14px 20px 23px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav.open { display: grid; gap: 4px; }
.mobile-nav a { padding: 11px 12px; border-radius: 8px; font-weight: 650; }
.mobile-nav a:hover { background: var(--purple-soft); }
.mobile-nav > strong { padding: 15px 12px 4px; color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.mobile-nav a strong, .mobile-nav a span { display: block; }
.mobile-nav a span { color: var(--muted); font-size: 9px; font-weight: 500; }

.button { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-weight: 750; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 8px 22px rgba(11,67,184,.25); }
.button-primary:hover { background: var(--purple-dark); }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: white; }
.button-wide { width: 100%; }
.text-link { color: var(--purple-dark); font-size: 13px; font-weight: 750; }

.agency-hero { position: relative; overflow: hidden; padding: 92px 0 82px; color: white; background: linear-gradient(135deg, #06152f 0%, #0a2455 100%); }
.agency-hero::before { content: ""; position: absolute; right: -170px; top: -260px; width: 650px; height: 650px; border: 105px solid rgba(22,82,201,.46); border-radius: 50%; }
.agency-hero::after { content: ""; position: absolute; right: 330px; bottom: -280px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; max-width: 890px; }
.agency-hero h1 { margin: 15px 0 20px; font-size: clamp(46px, 7vw, 82px); line-height: .96; letter-spacing: -.07em; }
.agency-hero p { max-width: 720px; margin: 0; color: #c9c9d0; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.proof strong { display: block; font-size: 25px; }
.proof span { color: #a8a8b0; font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading.centered { display: block; max-width: 760px; margin: 0 auto 36px; text-align: center; }
.section-heading h2 { margin: 8px 0 7px; font-size: clamp(30px, 4vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p { max-width: 690px; margin: 0; color: var(--muted); }
.section-dark .section-heading p { color: #aaaab2; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.value-number { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--purple-dark); background: var(--purple-soft); font-weight: 850; }
.value-card h3 { margin: 20px 0 7px; font-size: 19px; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }

.editorial-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; align-items: center; padding: 36px; margin: 0 0 42px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.editorial-split h2 { margin: 9px 0 12px; font-size: clamp(28px, 4vw, 43px); line-height: 1.05; letter-spacing: -.045em; }
.editorial-split p { color: var(--muted); }
.editorial-photo img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; border-radius: 12px; }
.editorial-panel { position: relative; overflow: hidden; min-height: 320px; padding: 210px 24px 24px; color: white; background: linear-gradient(0deg, rgba(6,21,47,.96), rgba(6,21,47,.1)), url('/assets/global-delivery.webp') center/cover; border-radius: 12px; }
.editorial-panel strong { font-size: 17px; }
.editorial-panel ul { margin: 10px 0 0; padding-left: 18px; color: #dbe8ff; font-size: 11px; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.category-card { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 13px; transition: .18s ease; }
.category-card:hover { transform: translateY(-2px); border-color: #a9c2ed; box-shadow: var(--shadow); }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--ink); font-size: 19px; }
.category-card h3 { margin: 17px 0 6px; font-size: 17px; }
.category-card p { min-height: 58px; margin: 0 0 17px; color: var(--muted); font-size: 12px; }
.category-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: #8a8a91; font-size: 11px; }

.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.market-card { padding: 22px; color: white; background: #0b2046; border: 1px solid #173668; border-radius: 13px; }
.market-flag { font-size: 24px; }
.market-card h3 { margin: 13px 0 4px; }
.market-card p { min-height: 54px; margin: 0 0 14px; color: #a9a9b2; font-size: 11px; }
.market-card a { color: #91b9ff; font-size: 12px; font-weight: 750; }

.catalog-hero { padding: 54px 0 35px; }
.catalog-hero h1, .page-hero h1 { max-width: 900px; margin: 10px 0 14px; font-size: clamp(39px, 6vw, 65px); line-height: 1; letter-spacing: -.06em; }
.catalog-hero p, .page-hero p { max-width: 760px; color: var(--muted); font-size: 16px; }
.catalog-controls { position: sticky; z-index: 20; top: 88px; display: grid; grid-template-columns: minmax(260px, 1fr) 230px 220px; gap: 10px; padding: 15px; margin: 25px 0; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 35px rgba(25,24,34,.06); backdrop-filter: blur(12px); }
.catalog-controls input, .catalog-controls select { height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; background: white; outline: none; }
.catalog-controls input:focus, .catalog-controls select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px var(--purple-soft); }
.results-bar { display: flex; align-items: center; justify-content: space-between; margin: 17px 2px; color: var(--muted); font-size: 12px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; transition: .18s ease; }
.project-card:hover { transform: translateY(-2px); border-color: #acc5ef; box-shadow: var(--shadow); }
.project-card-visual { position: relative; height: 116px; padding: 18px; display: flex; align-items: end; color: white; background: linear-gradient(140deg, #071831, #0d3b83); overflow: hidden; }
.project-card-visual::after { content: ""; position: absolute; right: -28px; top: -60px; width: 160px; height: 160px; border: 30px solid rgba(41,103,224,.58); border-radius: 50%; }
.project-category { position: relative; z-index: 2; padding: 5px 8px; border-radius: 6px; background: rgba(255,255,255,.12); font-size: 10px; font-weight: 750; backdrop-filter: blur(6px); }
.project-card-body { padding: 20px; }
.project-card h3 { min-height: 46px; margin: 0 0 8px; font-size: 16px; line-height: 1.38; }
.project-card p { min-height: 54px; margin: 0 0 15px; color: var(--muted); font-size: 11px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { padding: 4px 7px; border-radius: 6px; color: var(--purple-dark); background: var(--purple-soft); font-size: 9px; font-weight: 750; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: #8b8b92; font-size: 10px; }

.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 25px; color: #85858c; font-size: 12px; }
.breadcrumbs a:hover { color: var(--purple-dark); }
.project-hero { position: relative; overflow: hidden; padding: 52px; color: white; background: linear-gradient(135deg, #06152f, #0a2c65); border-radius: 18px; }
.project-hero::after { content: ""; position: absolute; right: -120px; top: -190px; width: 470px; height: 470px; border: 80px solid rgba(31,91,210,.44); border-radius: 50%; }
.project-hero > * { position: relative; z-index: 2; }
.project-hero h1 { max-width: 920px; margin: 13px 0 15px; font-size: clamp(39px, 6vw, 68px); line-height: .98; letter-spacing: -.06em; }
.project-hero p { max-width: 760px; margin: 0; color: #c8c8cf; font-size: 16px; }
.project-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 32px; }
.project-stat { padding: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.project-stat strong { display: block; font-size: 17px; }
.project-stat span { color: #aaaab2; font-size: 9px; }
.project-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 17px; margin-top: 17px; align-items: start; }
.content-stack { display: grid; gap: 17px; }
.content-card { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.content-card h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.content-card > p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.feature { padding: 15px; border: 1px solid var(--line); border-radius: 10px; }
.feature strong { display: block; margin-bottom: 4px; font-size: 12px; }
.feature span { color: var(--muted); font-size: 10px; }
.stack-list { display: grid; }
.stack-row { display: grid; grid-template-columns: 95px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.stack-row:last-child { border-bottom: 0; }
.stack-row strong { color: #8b8b92; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.stack-row span { font-size: 11px; font-weight: 650; }
.sticky { position: sticky; top: 95px; }
.delivery-list { display: grid; gap: 13px; }
.delivery-step { display: grid; grid-template-columns: 32px 1fr; gap: 10px; }
.delivery-step > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: var(--purple-dark); background: var(--purple-soft); font-size: 9px; font-weight: 850; }
.delivery-step strong { display: block; font-size: 11px; }
.delivery-step small { color: var(--muted); font-size: 9px; }
.market-note { padding: 17px; margin-top: 18px; border-radius: 10px; color: #504775; background: var(--purple-soft); font-size: 11px; }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 17px; }
.team-card { padding: 17px; display: flex; gap: 12px; background: white; border: 1px solid var(--line); border-radius: 11px; }
.avatar { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--purple); font-size: 11px; font-weight: 850; }
.team-card h3 { margin: 0 0 2px; font-size: 13px; }
.team-role { color: var(--muted); font-size: 9px; }
.team-skills { margin-top: 7px; color: #5e56a4; font-size: 9px; font-weight: 650; }
.team-card a { display: inline-block; margin-top: 7px; color: var(--purple-dark); font-size: 9px; font-weight: 750; }
.profile-hero { padding: 35px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 14px; }
.profile-hero .avatar { width: 76px; height: 76px; border-radius: 21px; font-size: 20px; }
.profile-hero h1 { margin: 6px 0 3px; font-size: 34px; letter-spacing: -.045em; }
.profile-rate { text-align: right; }
.profile-rate strong { display: block; font-size: 20px; }
.profile-rate span { color: var(--muted); font-size: 10px; }
.experience-list { display: grid; gap: 16px; }
.experience { padding-left: 16px; border-left: 2px solid #d8d3ff; }
.experience strong { display: block; font-size: 12px; }
.experience span { color: var(--muted); font-size: 10px; }
.representative-note { padding: 12px; margin-top: 18px; border-radius: 8px; color: #725c27; background: #fff7df; font-size: 9px; }

.country-hero { padding: 60px 0 45px; }
.country-hero h1 { max-width: 900px; margin: 10px 0 13px; font-size: clamp(40px, 6vw, 67px); line-height: 1; letter-spacing: -.06em; }
.country-hero p { max-width: 760px; color: var(--muted); font-size: 16px; }
.country-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 25px; }
.fact { padding: 17px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.fact strong { display: block; font-size: 14px; }
.fact span { color: var(--muted); font-size: 9px; }

.cta-band { padding: 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--dark); border-radius: 16px; }
.cta-band h2 { margin: 0 0 5px; font-size: 30px; letter-spacing: -.04em; }
.cta-band p { max-width: 680px; margin: 0; color: #aaaab2; }
.faq-list { display: grid; gap: 8px; }
.faq-item { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 10px; }
.faq-question { width: 100%; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; border: 0; background: white; text-align: left; cursor: pointer; font-weight: 750; }
.faq-answer { display: none; padding: 0 19px 18px; color: var(--muted); font-size: 12px; }
.faq-item.open .faq-answer { display: block; }

.site-footer { padding: 58px 0 25px; color: #b8c6dc; background: #06152f; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 40px; }
.footer-logo .logo-window { width: 208px; height: 52px; margin-bottom: 15px; border-radius: 7px; background: white; }
.footer-brand p { max-width: 340px; color: #8fa2c1; font-size: 11px; }
.footer-email { color: white; font-size: 11px; font-weight: 750; }
.footer-column strong { display: block; margin-bottom: 13px; color: white; font-size: 11px; }
.footer-column a { display: block; margin: 8px 0; color: #91a4c3; font-size: 10px; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #17315a; color: #7086aa; font-size: 9px; }
.footer-bottom a { color: #9eb3d4; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 20px; display: none; place-items: center; background: rgba(15,15,20,.62); backdrop-filter: blur(6px); }
.modal-backdrop.open { display: grid; }
.inquiry-modal { position: relative; width: min(540px, 100%); padding: 34px; background: white; border-radius: 16px; box-shadow: var(--shadow); }
.inquiry-modal h2 { margin: 8px 0; font-size: 27px; letter-spacing: -.04em; }
.inquiry-modal > p { color: var(--muted); font-size: 12px; }
.modal-close { position: absolute; right: 18px; top: 16px; border: 0; background: transparent; color: #77777e; font-size: 25px; cursor: pointer; }
.inquiry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 20px 0; }
.inquiry-grid div { padding: 12px; border: 1px solid var(--line); border-radius: 9px; }
.inquiry-grid span { width: 22px; height: 22px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 7px; color: var(--purple-dark); background: var(--purple-soft); font-size: 9px; font-weight: 850; }
.inquiry-grid strong { display: block; font-size: 10px; }
.inquiry-grid small { color: var(--muted); font-size: 8px; }
.modal-note { display: block; margin-top: 12px; color: #8e8e95; text-align: center; font-size: 9px; }

.trust-hero { padding: 70px 0 48px; }
.trust-hero h1 { max-width: 900px; margin: 10px 0 14px; font-size: clamp(42px, 6vw, 68px); line-height: .98; letter-spacing: -.06em; }
.trust-hero p { max-width: 760px; color: var(--muted); font-size: 16px; }
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; counter-reset: process; }
.process-timeline::before { content: ""; grid-column: 1 / -1; min-height: 340px; margin-bottom: 8px; background: linear-gradient(90deg, rgba(6,21,47,.12), rgba(6,21,47,0)), url('/assets/product-discovery.webp') center/cover; border-radius: 16px; box-shadow: var(--shadow); }
.process-step { position: relative; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.process-step::before { counter-increment: process; content: "0" counter(process); width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 20px; color: white; background: var(--purple); border-radius: 10px; font-size: 11px; font-weight: 850; }
.process-step h3 { margin: 0 0 7px; font-size: 16px; }
.process-step p { margin: 0; color: var(--muted); font-size: 11px; }
.process-deliverable { display: block; margin-top: 15px; padding-top: 12px; color: var(--purple-dark); border-top: 1px solid var(--line); font-size: 9px; font-weight: 750; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.principle-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.principle-card h3 { margin: 14px 0 7px; font-size: 18px; }
.principle-card p { margin: 0; color: var(--muted); font-size: 12px; }
.principle-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--purple-dark); background: var(--purple-soft); border-radius: 10px; font-weight: 850; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.assurance-card { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.assurance-card strong { display: block; margin-bottom: 6px; font-size: 14px; }
.assurance-card p { margin: 0; color: var(--muted); font-size: 10px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.trust-proof { padding: 20px; background: white; }
.trust-proof strong { display: block; font-size: 17px; }
.trust-proof span { color: var(--muted); font-size: 9px; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.engagement-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.engagement-card.featured { color: white; background: linear-gradient(145deg, #071a3b, #0b3f91); border-color: transparent; }
.engagement-card h3 { margin: 13px 0 8px; font-size: 19px; }
.engagement-card p { color: var(--muted); font-size: 11px; }
.engagement-card.featured p { color: #b5c8e8; }
.engagement-card ul { margin: 16px 0 0; padding-left: 17px; color: var(--muted); font-size: 10px; }
.engagement-card.featured ul { color: #d6e3f8; }

.legal-shell { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 18px; align-items: start; }
.legal-nav { position: sticky; top: 100px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.legal-nav strong { display: block; margin-bottom: 10px; font-size: 11px; }
.legal-nav a { display: block; padding: 8px 9px; color: var(--muted); border-radius: 7px; font-size: 9px; }
.legal-nav a:hover, .legal-nav a.active { color: var(--purple-dark); background: var(--purple-soft); }
.legal-document { padding: 40px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.legal-document h1 { margin: 8px 0 7px; font-size: clamp(34px, 5vw, 51px); letter-spacing: -.05em; }
.legal-document .legal-intro { max-width: 760px; color: var(--muted); font-size: 13px; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 18px 0 27px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #7b8799; font-size: 9px; }
.legal-section { padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 10px; font-size: 19px; }
.legal-section h3 { margin: 18px 0 7px; font-size: 13px; }
.legal-section p, .legal-section li { color: #536176; font-size: 11px; }
.legal-section ul { padding-left: 18px; }
.legal-notice { padding: 16px; margin: 20px 0; color: #684f16; background: #fff7dd; border: 1px solid #f1dfa5; border-radius: 9px; font-size: 10px; }
.legal-source-links { display: grid; gap: 7px; margin-top: 12px; }
.legal-source-links a { color: var(--purple-dark); font-size: 10px; font-weight: 700; }
.legal-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.legal-card { padding: 23px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.legal-card h3 { margin: 12px 0 5px; }
.legal-card p { min-height: 52px; margin: 0 0 12px; color: var(--muted); font-size: 10px; }
.review-checklist { display: grid; gap: 8px; }
.review-item { display: flex; gap: 10px; padding: 12px; background: var(--purple-soft); border-radius: 8px; font-size: 10px; }
.review-item span { color: var(--purple-dark); font-weight: 900; }

.seo-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 16px; }
.seo-link-grid a { padding: 14px; color: var(--ink); background: var(--purple-soft); border: 1px solid #d7e4ff; border-radius: 9px; }
.seo-link-grid a:hover { border-color: #92b4fa; transform: translateY(-1px); }
.seo-link-grid strong, .seo-link-grid span { display: block; }
.seo-link-grid strong { font-size: 11px; }
.seo-link-grid span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.seo-more-link { margin: 16px 0 0; font-size: 10px; font-weight: 800; }
.market-link-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.market-link-list a { padding: 8px 11px; color: var(--purple-dark); background: var(--purple-soft); border: 1px solid #d7e4ff; border-radius: 999px; font-size: 9px; font-weight: 750; }
.index-country-group { padding-top: 20px; margin-top: 20px; border-top: 1px solid var(--line); }
.index-country-group:first-of-type { padding-top: 0; border-top: 0; }
.index-country-group h3 { margin: 0; }
.project-title-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 20px; }
.project-title-index > div { padding: 18px; background: var(--canvas); border: 1px solid var(--line); border-radius: 10px; }
.project-title-index h3 { margin: 0 0 11px; font-size: 14px; }
.project-title-index a { display: block; padding: 6px 0; color: var(--purple-dark); border-bottom: 1px solid #e2e9f4; font-size: 9px; }
.project-title-index a:last-child { border-bottom: 0; }

.cookie-notice { position: fixed; z-index: 90; left: 18px; right: 18px; bottom: 18px; max-width: 760px; margin: 0 auto; padding: 15px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: white; background: #06152f; border: 1px solid #24487e; border-radius: 12px; box-shadow: var(--shadow); }
.cookie-notice p { margin: 0; color: #c6d5eb; font-size: 10px; }
.cookie-notice p strong { color: white; }
.cookie-actions { flex: 0 0 auto; display: flex; gap: 7px; }
.cookie-actions a, .cookie-actions button { min-height: 34px; padding: 0 11px; display: inline-flex; align-items: center; border: 1px solid #3a5c8e; border-radius: 7px; color: white; background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; }
.cookie-actions button { color: #07152f; background: white; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions .button-secondary { display: none; }
  .category-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .market-grid { grid-template-columns: repeat(3, 1fr); }
  .project-layout { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .assurance-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .agency-hero { padding: 66px 0 58px; }
  .agency-hero h1 { font-size: 48px; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .value-grid, .category-grid, .market-grid, .project-grid, .editorial-split { grid-template-columns: 1fr; }
  .section { padding: 55px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .catalog-controls { position: static; grid-template-columns: 1fr; }
  .project-hero { padding: 33px 23px; }
  .project-stats, .country-facts { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .team-grid { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: auto 1fr; }
  .profile-rate { grid-column: 1 / -1; text-align: left; padding-top: 15px; border-top: 1px solid var(--line); }
  .cta-band { align-items: start; flex-direction: column; padding: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .inquiry-grid { grid-template-columns: 1fr; }
  .trust-bar { display: none; }
  .mobile-nav { top: 82px; }
  .process-timeline, .principles-grid, .engagement-grid, .assurance-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .legal-shell { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-document { padding: 26px; }
  .legal-card-grid { grid-template-columns: 1fr; }
  .seo-link-grid, .project-title-index { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .logo-window { width: 166px; height: 45px; }
  .logo-window img { width: 208px; left: -22px; top: -34px; }
  .header-actions .button { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .agency-hero h1 { font-size: 39px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .project-stats, .country-facts { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-notice { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions a, .cookie-actions button { flex: 1; justify-content: center; }
}
