/* EdTech Cube — site styles */
@font-face { font-family: "Carlito"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/carlito-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Carlito"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/carlito-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Carlito"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/carlito-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Carlito"; font-style: italic; font-weight: 700; font-display: swap; src: url("../fonts/carlito-latin-700-italic.woff2") format("woff2"); }

:root {
  --brand: #0E2A47;
  --brand-2: #173B60;
  --accent: #EC6A2C;
  --accent-dark: #C2501A;   /* text-safe accent on white */
  --accent-soft: #FFF4EE;
  --btn: #C4521B;          /* AA contrast with white text */
  --btn-hover: #A5420F;
  --ink: #1B2230;
  --muted: #535C6D;
  --line: #E3E6EC;
  --line-2: #CDD3DC;
  --soft: #F7F8FA;
  --tint: #EEF2F7;
  --white: #FFFFFF;
  --ok: #1E7A45;
  --radius: 16px;
  --shadow: 0 24px 50px rgba(14, 42, 71, 0.16);
  --font: Calibri, Carlito, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --container: 1200px;
  --gutter: 120px;
}
@media (max-width: 1280px) { :root { --gutter: 48px; } }
@media (max-width: 720px) { :root { --gutter: 20px; } }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-size: 17px; font-family: var(--font); color: var(--ink); background: var(--soft); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; line-height: 1.12; }
p, li { text-wrap: pretty; }
img, svg { display: block; max-width: 100%; }
a { color: var(--accent-dark); text-decoration: none; }
a:hover { color: #9A3D10; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 6px; z-index: 100; }
.skip:focus { left: 8px; color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: var(--container); margin: 0 auto; }
.section { padding: 112px var(--gutter); background: var(--soft); }
.section.white { background: var(--white); }
.section.dark { background: var(--brand); color: #fff; }
.section.tight { padding-top: 0; }
.stack { display: flex; flex-direction: column; gap: 56px; }
@media (max-width: 720px) { .section { padding: 64px var(--gutter); } .stack { gap: 36px; } }

/* type */
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-dark); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); }
.dark .eyebrow, .hero-dark .eyebrow { color: #F59A6B; }
.sec-head { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.sec-head h2 { font-size: 44px; font-weight: 700; }
.sec-head p { font-size: 19px; color: var(--muted); }
.dark .sec-head p { color: rgba(255,255,255,0.74); }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--brand); white-space: nowrap; }
.more:hover { color: var(--accent-dark); }
.dark .more { color: #fff; }
@media (max-width: 720px) { .sec-head h2 { font-size: 30px; } .sec-head p { font-size: 16px; } }

/* buttons */
.btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 13px 24px; border-radius: 8px; font-size: 16px; font-weight: 700; border: 1.5px solid transparent; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; font-family: inherit; cursor: pointer; }
.btn-primary { background: var(--btn); border-color: var(--btn); color: #fff; }
.btn-primary:hover { background: var(--btn-hover); border-color: var(--btn-hover); color: #fff; }
.btn-secondary { background: #fff; color: var(--brand); border-color: var(--line-2); }
.btn-secondary:hover { border-color: var(--brand); color: var(--brand); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: #fff; }
.btn-sm { min-height: 44px; padding: 10px 18px; font-size: 15px; }
@media (max-width: 720px) { .btns .btn { width: 100%; } }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); padding: 0 var(--gutter); }
.site-header .wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--brand); }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-img { display: block; height: 35.5px; width: auto; }
.logo-name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--brand); }
.logo-sub { font-size: 11px; font-weight: 400; color: var(--muted); letter-spacing: 0.02em; margin-top: 4px; }
.site-footer .logo-name { color: #fff; }
.site-footer .logo-sub { color: rgba(255,255,255,0.65); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav > ul { display: flex; gap: 26px; list-style: none; padding: 0; align-items: center; }
.nav li { position: relative; }
.nav-link { display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 700; color: #3A4354; padding: 30px 0 28px; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--brand); }
.nav-link[aria-current="page"] { border-bottom-color: var(--accent); }
.dropdown { position: absolute; top: 100%; left: -20px; min-width: 300px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 10px; list-style: none; display: none; }
.nav li:hover > .dropdown, .nav li:focus-within > .dropdown, .nav li.dd-open > .dropdown { display: block; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 15px; font-weight: 700; color: var(--ink); }
.dropdown a:hover { background: var(--tint); color: var(--brand); }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--brand); align-items: center; justify-content: center; cursor: pointer; }
@media (max-width: 1100px) {
  .site-header .wrap { height: 68px; }
  .menu-toggle { display: flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 68px; background: #fff; border-bottom: 1px solid var(--line); padding: 12px var(--gutter) 24px; flex-direction: column; align-items: stretch; gap: 16px; max-height: calc(100vh - 68px); overflow-y: auto; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid var(--line); justify-content: space-between; }
  .nav-link[aria-current="page"] { border-bottom-color: var(--line); color: var(--accent-dark); }
  .dropdown { display: block; position: static; box-shadow: none; border: 0; padding: 4px 0 8px 12px; min-width: 0; }
  .dropdown a { padding: 8px 0; font-weight: 400; color: var(--muted); }
  .nav .btn { width: 100%; }
  .logo-name { font-size: 19px; }
  .logo-img { height: 30px; }
}

/* hero */
.hero { background: #fff; padding: 96px var(--gutter) 110px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 44%; background: linear-gradient(180deg, var(--tint), #F7F9FB); }
.hero .wrap, .hero-dark .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: 48px; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero h1 { font-size: 60px; font-weight: 700; line-height: 1.05; }
.hero-sub { font-size: 20px; color: var(--muted); }
.hero-sub.hero-punch { color: var(--brand); font-weight: 700; margin-top: -8px; }
.trust { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; font-weight: 700; color: var(--muted); }
.trust span.b { padding: 5px 10px; border-radius: 5px; background: var(--tint); font-size: 12px; font-weight: 700; color: var(--brand); }
.hero-visual { position: relative; min-height: 460px; }
.hero-dark { background: var(--brand); color: #fff; padding: 56px var(--gutter) 96px; position: relative; overflow: hidden; }
.hero-dark .deco { position: absolute; right: -80px; bottom: -120px; opacity: 0.08; width: 460px; height: 460px; }
.hero-dark h1 { font-size: 54px; font-weight: 700; line-height: 1.08; }
.hero-dark .hero-sub { color: rgba(255,255,255,0.78); font-size: 19px; }
.hero-dark .hero-grid { margin-top: 40px; }
.hero-dark.plain .hero-grid { grid-template-columns: minmax(0, 1fr); max-width: 820px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px; font-weight: 400; list-style: none; padding: 0; }
.crumbs li { color: rgba(255,255,255,0.9); display: flex; gap: 10px; }
.crumbs li + li::before { content: "/"; color: rgba(255,255,255,0.35); }
.crumbs a { color: rgba(255,255,255,0.6); }
.crumbs a:hover { color: #fff; }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero::before { display: none; }
  .hero-visual { min-height: 0; }
}
@media (max-width: 720px) {
  .hero { padding: 48px var(--gutter) 56px; }
  .hero h1 { font-size: 38px; }
  .hero-dark { padding: 32px var(--gutter) 56px; }
  .hero-dark h1 { font-size: 36px; }
  .hero-sub, .hero-dark .hero-sub { font-size: 17px; }
}

/* visuals */
.v-scale { width: 100%; }
.laptop { width: 100%; max-width: 540px; }
.laptop .screen-wrap { background: #1E2430; border-radius: 16px 16px 6px 6px; padding: 14px 14px 18px; box-shadow: var(--shadow); }
.laptop .base { width: 112%; margin-left: -6%; height: 16px; background: linear-gradient(#C9CED6, #9EA5B0); border-radius: 0 0 16px 16px; }
.cs { background: #fff; border-radius: 6px; overflow: hidden; color: var(--ink); text-align: left; }
.cs-top { display: flex; justify-content: space-between; gap: 10px; padding: 11px 16px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; }
.cs-top span:last-child { color: rgba(255,255,255,0.7); font-weight: 400; white-space: nowrap; }
.cs-body { display: flex; gap: 16px; padding: 20px 18px; }
.cs-char { width: 110px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.cs-avatar { width: 86px; height: 86px; border-radius: 50%; background: linear-gradient(160deg, #F4C9A8, #D99A73); }
.cs-char b { font-size: 11px; }
.cs-char small { font-size: 10.5px; line-height: 1.4; color: var(--muted); }
.cs-q { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.cs-q strong { font-size: 13px; }
.opt { padding: 9px 11px; border: 1.5px solid var(--line); border-radius: 6px; font-size: 11.5px; }
.opt.sel { border-color: var(--accent); background: var(--accent-soft); font-weight: 700; }
.cs-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.bar { width: 130px; height: 6px; border-radius: 3px; background: var(--line); overflow: hidden; }
.bar i { display: block; width: 42%; height: 100%; background: var(--accent); }
.submit { padding: 6px 12px; border-radius: 5px; background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; }
.float-card { position: absolute; background: #fff; border-radius: 12px; box-shadow: 0 18px 40px rgba(14,42,71,0.18); color: var(--ink); }
.rtl-card { width: 250px; overflow: hidden; font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
.rtl-card .t { padding: 10px 14px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; }
.rtl-card .b { padding: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 11px; }
.rtl-card .b strong { font-size: 12px; }
.rtl-card .l { padding: 4px 14px 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); direction: ltr; text-align: left; font-family: var(--font); }
.pill-card { display: flex; align-items: center; gap: 10px; padding: 12px 16px; }
.pill-card .ic { width: 34px; height: 34px; border-radius: 8px; background: #E7F6EC; color: var(--ok); display: flex; align-items: center; justify-content: center; }
.pill-card b { display: block; font-size: 13px; }
.pill-card small { font-size: 12px; color: var(--muted); }
.v-home { min-height: 500px; }
.v-home .laptop { position: absolute; left: 0; top: 130px; max-width: 520px; }
.v-home .rtl-card { right: 0; top: 0; z-index: 2; }
.v-home .pill-card { left: -10px; bottom: 0; z-index: 2; }
.story { width: 300px; padding: 18px; display: flex; flex-direction: column; gap: 10px; transform: rotate(-4deg); font-size: 12px; line-height: 1.5; }
.story .k { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.story .img { height: 80px; border-radius: 6px; background: linear-gradient(135deg, var(--tint), #DCE5EF); }
.v-story { display: flex; align-items: center; justify-content: flex-end; }
.v-story .story { position: absolute; left: 0; top: 0; z-index: 1; width: 270px; }
.v-story .laptop { max-width: 400px; margin-top: 190px; }
.review { width: 340px; padding: 20px; display: flex; flex-direction: column; gap: 11px; font-size: 13px; line-height: 1.55; }
.review .k { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.review mark { background: #FFE7D6; padding: 1px 3px; }
.review .ref { font-size: 11px; color: var(--muted); }
.review hr { border: 0; border-top: 1px solid var(--line); margin: 2px 0; width: 100%; }
.cmt { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; }
.tag { padding: 2px 7px; border-radius: 4px; font-size: 10px; font-weight: 700; flex-shrink: 0; }
.tag.med { background: #E8F0FB; color: #2657A5; } .tag.leg { background: #F4EAFB; color: #6B3AA0; } .tag.reg { background: #E7F6EC; color: #1E7A45; }
.status { width: 250px; overflow: hidden; }
.status .t { padding: 10px 14px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; }
.status .r { display: flex; justify-content: space-between; padding: 0 14px; font-size: 13px; margin: 10px 0; }
.status .ok { color: var(--ok); font-weight: 700; } .status .warn { color: var(--accent-dark); font-weight: 700; }
.v-review .review { position: absolute; left: 0; top: 0; }
.v-review .status { right: 0; bottom: 20px; }
.map-card { background: #fff; border-radius: 16px; padding: 22px; box-shadow: var(--shadow); color: var(--ink); display: flex; flex-direction: column; gap: 16px; max-width: 480px; margin-left: auto; }
.addr { display: flex; gap: 14px; align-items: flex-start; }
.addr .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.addr b { display: block; font-size: 15px; }
.addr span { font-size: 14px; color: var(--muted); }
.v-panel { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 14px; max-width: 460px; margin-left: auto; }
.v-row { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border-radius: 12px; color: var(--ink); }
.v-row .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-row b { display: block; font-size: 15px; }
.v-row small { font-size: 12.5px; color: var(--muted); }
.v-row:nth-child(2) { margin-left: 28px; } .v-row:nth-child(3) { margin-left: 56px; } .v-row:nth-child(4) { margin-left: 84px; }
.video-frame { border-radius: 16px; background: #1E2430; padding: 14px; box-shadow: var(--shadow); max-width: 520px; margin-left: auto; }
.video-frame .v { aspect-ratio: 16 / 9; border-radius: 8px; background: linear-gradient(135deg, var(--brand-2), #2B5A8A); display: flex; align-items: center; justify-content: center; position: relative; }
.video-frame .play { width: 76px; height: 76px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; }
.video-frame .tl { position: absolute; left: 14px; right: 14px; bottom: 14px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.25); }
.video-frame .tl i { display: block; width: 35%; height: 100%; border-radius: 3px; background: var(--accent); }
@media (max-width: 1100px) {
  .v-home { min-height: 0; }
  .v-home .laptop { position: static; }
  .v-home .rtl-card, .v-home .pill-card, .v-story .story, .v-review .status { display: none; }
  .v-story .laptop { margin-top: 0; }
  .v-review .review { position: static; transform: none; }
  .v-row:nth-child(n) { margin-left: 0; }
  .map-card, .v-panel, .video-frame { margin-left: 0; }
}
@media (max-width: 520px) {
  .cs-char { display: none; }
  .review { width: 100%; }
}

/* cards & grids */
.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .g3, .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); }
a.card:hover { border-color: var(--brand); color: var(--ink); }
/* Hover lift for cards (pointer devices only) */
.card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pillar { position: relative; overflow: hidden; }
.pillar::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.pillar .ic-box { transition: background-color .25s ease, color .25s ease, transform .25s ease; }
@media (hover: hover) and (pointer: fine) {
  a.card:hover, .pillar:hover, .art-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,42,71,0.12); }
  .art-card:hover { border-color: #D6DEE8; }
  .pillar:hover { border-color: #D6DEE8; }
  .pillar:hover::before { transform: scaleX(1); }
  .pillar:hover .ic-box { background: var(--accent); color: #fff; transform: scale(1.05); }
}
.card h3 { font-size: 21px; font-weight: 700; }
.card p { font-size: 15.5px; color: var(--muted); }
.card .more { margin-top: auto; font-size: 15px; }
.ic-box { width: 52px; height: 52px; border-radius: 12px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dark .card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); color: #fff; }
.dark .card p { color: rgba(255,255,255,0.72); }
.dark .ic-box { background: rgba(255,255,255,0.08); color: #F59A6B; }
.pillar .num { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-dark); }
.pillar h3 { font-size: 25px; }
.pillar ul { list-style: none; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.ticks { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ticks li, .pillar li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.ticks svg, .pillar li svg { color: var(--accent); margin-top: 3px; flex-shrink: 0; }
.ind-card { padding: 0; overflow: hidden; }
.ind-card .art { height: 170px; background: linear-gradient(135deg, var(--tint), #DDE6F0); display: flex; align-items: center; justify-content: center; color: var(--brand); position: relative; overflow: hidden; }
.ind-card .art .art-bg { position: absolute; inset: 12px 8px 0; width: calc(100% - 16px); height: calc(100% - 12px); transition: transform .4s ease; }
.ind-card .art::after { content: ""; position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(closest-side, rgba(255,255,255,.9), rgba(255,255,255,0)); }
.ind-card:hover .art .art-bg { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .ind-card .art .art-bg { transition: none; } .ind-card:hover .art .art-bg { transform: none; } }
.ind-card .art .ic-box { position: relative; z-index: 1; width: 76px; height: 76px; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(14,42,71,0.1); }
.ind-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }

/* rows (bullets with titles) */
.rows { display: flex; flex-direction: column; }
.row { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.row .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.row b { display: block; font-size: 17px; margin-bottom: 3px; }
.row p { font-size: 15.5px; color: var(--muted); }
.dark .row { border-bottom-color: rgba(255,255,255,0.14); }
.dark .row .ic { background: rgba(255,255,255,0.08); color: #F59A6B; }
.dark .row b { color: #fff; }
.dark .row p { color: rgba(255,255,255,0.72); }
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: 80px; align-items: start; }
.split.even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; }
.split .sticky { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 24px; }
@media (max-width: 1000px) { .split, .split.even { grid-template-columns: 1fr; gap: 36px; } .split .sticky { position: static; } }
.prose-p { display: flex; flex-direction: column; gap: 14px; font-size: 17px; color: var(--muted); }
.dark .prose-p { color: rgba(255,255,255,0.78); }
.two-col-rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
@media (max-width: 680px) { .two-col-rows { grid-template-columns: 1fr; } }

/* checklist */
.checklist { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 32px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.checklist .dot { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.dark .checklist li { color: #fff; }
@media (max-width: 680px) { .checklist { grid-template-columns: 1fr; } }

/* steps */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: s; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; display: flex; gap: 14px; align-items: flex-start; }
.steps .n { width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.steps li.key { border-color: var(--accent); background: var(--accent-soft); }
.steps li.key .n { background: var(--accent); }
.steps b { display: block; font-size: 16.5px; margin-bottom: 2px; }
.steps p { font-size: 14.5px; color: var(--muted); }
@media (max-width: 1000px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }

/* process strip (home) */
.strip { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; position: relative; list-style: none; padding: 0; }
.strip::before { content: ""; position: absolute; left: 4%; right: 4%; top: 26px; height: 2px; background: var(--line-2); }
.strip li { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; position: relative; font-size: 14px; font-weight: 700; line-height: 1.3; }
.strip .n { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--brand); background: #fff; color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.strip li.key .n { background: var(--accent); border-color: var(--accent); color: #fff; }
.strip small { font-size: 11px; letter-spacing: 0.08em; color: var(--accent-dark); }
/* Process flow animation: runs once when the strip scrolls into view */
.strip li { z-index: 1; }
.strip .n { transition: transform .25s ease, box-shadow .25s ease; }
.strip::after { content: ""; position: absolute; left: 4%; right: 4%; top: 26px; height: 2px; transform: scaleX(0); transform-origin: left center;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 42%, #FFD3BC 50%, var(--accent) 58%, var(--accent) 100%); background-size: 250% 100%; }
.strip.play::after { animation: flow-fill 3.6s linear forwards, flow-shine 2.6s linear 3.8s infinite; }
.strip.play .n { animation: step-on .45s ease forwards; animation-delay: calc(var(--i) * .3s + .1s); }
.strip.play li.key .n { animation-name: step-key; }
@keyframes flow-fill { to { transform: scaleX(1); } }
@keyframes flow-shine { from { background-position: 100% 0; } to { background-position: -150% 0; } }
@keyframes step-on {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.18); background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 0 8px rgba(236,106,44,.18); }
  100% { transform: scale(1); background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: none; }
}
@keyframes step-key {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(236,106,44,.4); }
  50%  { transform: scale(1.22); box-shadow: 0 0 0 12px rgba(236,106,44,.2); }
  100% { transform: scale(1); box-shadow: 0 0 0 6px rgba(236,106,44,.15); }
}
@media (hover: hover) and (pointer: fine) {
  .strip li:hover .n { transform: translateY(-4px) scale(1.06); box-shadow: 0 10px 22px rgba(14,42,71,.18); }
}
.strip.done .n, .strip.done li.key .n { animation: none; }
.strip.done li:not(.key) .n { background: var(--brand); border-color: var(--brand); color: #fff; }
.strip.done li.key .n { box-shadow: 0 0 0 6px rgba(236,106,44,.15); }
.strip.done::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
  .strip.play::after, .strip.play .n { animation: none !important; }
}
.phases { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; }
.phases div { padding-top: 8px; border-top: 3px solid var(--brand); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.phases .p1 { grid-column: 1 / 5; } .phases .p2 { grid-column: 5 / 9; border-color: var(--accent); } .phases .p3 { grid-column: 9 / 13; border-color: var(--ok); }
@media (max-width: 1000px) {
  .phases { display: none; }
  .strip { grid-template-columns: 1fr; gap: 8px; }
  .strip::before { left: 25px; right: auto; top: 20px; bottom: 20px; width: 2px; height: auto; }
  .strip::after { left: 25px; right: auto; top: 20px; bottom: 20px; width: 2px; height: auto; transform: scaleY(0); transform-origin: center top;
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent) 42%, #FFD3BC 50%, var(--accent) 58%, var(--accent) 100%); background-size: 100% 250%; }
  @keyframes flow-fill { to { transform: scaleY(1); } }
  @keyframes flow-shine { from { background-position: 0 100%; } to { background-position: 0 -150%; } }
  .strip.done::after { transform: scaleY(1); }
  .strip li { flex-direction: row; text-align: left; gap: 16px; }
  .strip .n { width: 44px; height: 44px; font-size: 16px; flex-shrink: 0; }
}

/* compare */
.compare .card h3 { font-size: 22px; }
.tags { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; padding: 0; }
.tags li { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 14px; font-weight: 700; color: var(--brand); background: #fff; }
.dark .tags li { border-color: rgba(255,255,255,0.25); color: #fff; background: transparent; }

/* numbers + proof */
.proof { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 40px; display: flex; flex-direction: column; gap: 22px; }
.proof .lbl { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.iso { display: flex; align-items: center; gap: 14px; }
.iso .seal { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--brand); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 11px; font-weight: 700; line-height: 1.1; color: var(--brand); flex-shrink: 0; }
.iso b { display: block; font-size: 15px; }
.iso span { font-size: 13px; color: var(--muted); }
.nums { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nums div { padding: 0 28px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.nums b { font-size: 64px; font-weight: 700; line-height: 1; color: var(--brand); letter-spacing: -0.03em; }
.nums b.sm { font-size: 48px; }
.nums span { font-size: 15px; color: var(--muted); }
@media (max-width: 1000px) { .nums { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; } .nums b { font-size: 48px; } .nums b.sm { font-size: 36px; } }
@media (max-width: 720px) { .proof { padding: 24px; } .nums div { padding: 0 16px; } }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.team-grid div { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.team-grid b { display: block; font-size: 44px; font-weight: 700; color: var(--brand); line-height: 1; margin-bottom: 8px; }
.team-grid span { font-size: 15px; color: var(--muted); }
.team-grid .role { display: flex; align-items: center; gap: 14px; padding: 20px 22px; }
.team-grid .role i { width: 44px; height: 44px; border-radius: 12px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .25s ease, color .25s ease; }
.team-grid .role span { font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.3; }
@media (hover: hover) and (pointer: fine) { .team-grid .role { transition: transform .25s ease, box-shadow .25s ease; } .team-grid .role:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(14,42,71,0.1); } .team-grid .role:hover i { background: var(--accent); color: #fff; } }
@media (max-width: 680px) { .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* dark "what changes" */
.changes .grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
@media (max-width: 680px) { .changes .grid-2 { grid-template-columns: 1fr; } }

/* work cards */
.work-card { padding: 0; overflow: hidden; }
.work-card .shot { height: 210px; background: var(--brand); padding: 24px; position: relative; }
.work-card .shot .scr { position: absolute; inset: 24px 24px 56px; background: rgba(255,255,255,0.08); border-radius: 8px; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.work-card .shot i { display: block; height: 8px; border-radius: 4px; background: rgba(255,255,255,0.2); }
.work-card .shot .tiles { display: flex; gap: 8px; margin-top: 8px; }
.work-card .shot .tiles span { width: 64px; height: 38px; border-radius: 6px; background: rgba(255,255,255,0.14); }
.work-card .shot .tiles span.on { background: var(--accent); }
.work-card .shot .lab { position: absolute; left: 24px; bottom: 18px; padding: 4px 10px; border-radius: 4px; background: rgba(255,255,255,0.14); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: #fff; }
.work-card .body { padding: 24px 28px 30px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-dark); }

/* articles */
.article .thumb { height: 180px; border-radius: 14px; background: linear-gradient(135deg, var(--tint), #DCE5EF); display: flex; align-items: center; justify-content: center; color: var(--brand); margin-bottom: 6px; }
.article { display: flex; flex-direction: column; gap: 10px; }
.article h3 { font-size: 20px; font-weight: 700; line-height: 1.35; }
.article p { font-size: 15px; color: var(--muted); }
.soon { font-size: 12px; font-weight: 700; color: var(--muted); }

/* links list */
.linklist { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; }
.linklist a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; color: var(--ink); }
.linklist a:hover { border-color: var(--brand); color: var(--brand); }
.linklist svg { color: var(--accent); flex-shrink: 0; }

/* faq */
.faq { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 4px; font-size: 18px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq .pm { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--brand); flex-shrink: 0; transition: transform .2s; }
.faq details[open] .pm { transform: rotate(45deg); }
.faq .ans { padding: 0 4px 24px; font-size: 16px; color: var(--muted); max-width: 820px; }

/* prose */
.prose { max-width: 820px; display: flex; flex-direction: column; gap: 36px; }
.prose h2 { font-size: 32px; font-weight: 700; }
.prose h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.prose p, .prose li { font-size: 17px; color: #3A4354; }
.prose p + p { margin-top: 12px; }
.prose ul { padding-left: 22px; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }

/* CTA band */
.cta { padding: 96px var(--gutter); background: var(--soft); }
.cta-box { background: var(--brand); border-radius: 20px; padding: 72px 80px; display: flex; align-items: center; justify-content: space-between; gap: 48px; position: relative; overflow: hidden; color: #fff; }
.cta-box .deco { position: absolute; right: -40px; top: -40px; opacity: 0.12; width: 260px; height: 260px; }
.cta-box .txt { max-width: 640px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.cta-box h2 { font-size: 40px; font-weight: 700; }
.cta-box p { font-size: 18px; color: rgba(255,255,255,0.78); }
.cta-box .btns { position: relative; flex-shrink: 0; }
@media (max-width: 1000px) { .cta-box { flex-direction: column; align-items: flex-start; padding: 48px 32px; } }
@media (max-width: 720px) { .cta { padding: 56px var(--gutter); } .cta-box h2 { font-size: 28px; } .cta-box .btns { width: 100%; } }

/* forms */
.enquiry { background: #fff; border: 1px solid var(--line); border-radius: 20px; display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.5fr); overflow: hidden; }
.enquiry .side { background: var(--tint); padding: 52px 44px; display: flex; flex-direction: column; gap: 22px; }
.enquiry .side h2 { font-size: 38px; font-weight: 700; }
.enquiry .side p { color: var(--muted); font-size: 17px; }
.stepnav { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.stepnav li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--muted); }
.stepnav li span { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--line-2); background: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.stepnav li.on { color: var(--ink); font-weight: 700; }
.stepnav li.on span { background: var(--brand); border-color: var(--brand); color: #fff; }
.stepnav li.done span { background: var(--ok); border-color: var(--ok); color: #fff; }
.human { margin-top: auto; display: flex; gap: 12px; align-items: center; padding: 16px; background: #fff; border-radius: 12px; font-weight: 700; font-size: 14px; }
.human .ic-box { width: 44px; height: 44px; }
.enquiry form { padding: 52px 52px 44px; display: flex; flex-direction: column; gap: 22px; }
.progress { display: flex; gap: 6px; }
.progress i { flex-grow: 1; height: 6px; border-radius: 3px; background: var(--line); }
.progress i.on { background: var(--accent); }
.stepno { font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; }
fieldset { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
fieldset[hidden] { display: none; }
legend { font-size: 24px; font-weight: 700; padding: 0; margin-bottom: 4px; }
legend small { font-size: 15px; font-weight: 400; color: var(--muted); margin-left: 6px; }
.chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 12px 16px; border-radius: 10px; border: 1.5px solid var(--line-2); background: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.chip span::before { content: ""; width: 20px; height: 20px; border-radius: 5px; border: 1.5px solid #9AA3B1; flex-shrink: 0; background: #fff center / 14px no-repeat; }
.chip input[type="radio"] + span::before { border-radius: 50%; }
.chip input:checked + span { border-color: var(--accent); background: var(--accent-soft); }
.chip input:checked + span::before { background-color: var(--accent); border-color: var(--accent); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E"); }
.chip input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.fgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field .lab { font-size: 14px; font-weight: 700; }
.req { color: var(--accent-dark); }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="month"], select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid var(--line-2); border-radius: 8px; background: #fff; font: inherit; font-size: 15px; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(14,42,71,0.12); }
input[type="file"] { font: inherit; font-size: 14px; padding: 14px; border: 1.5px dashed var(--line-2); border-radius: 10px; width: 100%; background: #fff; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--accent); flex-shrink: 0; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--muted); max-width: 320px; }
.form-msg { padding: 16px 18px; border-radius: 10px; font-size: 15px; font-weight: 700; }
.form-msg.ok { background: #E7F6EC; color: #145C33; }
.form-msg.err { background: #FDECEC; color: #8A1F1F; }
.field .err-t { font-size: 13px; color: #B42318; font-weight: 700; }
.hp { position: absolute; left: -9999px; }
.captcha { display: flex; flex-direction: column; gap: 6px; }
.captcha-label { font-size: 13px; font-weight: 700; color: var(--muted); }
.captcha-slot { min-height: 65px; max-width: 400px; }
@media (max-width: 1000px) { .enquiry { grid-template-columns: 1fr; } .enquiry .side { padding: 36px 28px; } .enquiry form { padding: 32px 28px; } .human { margin-top: 8px; } }
@media (max-width: 680px) { .chips, .fgrid { grid-template-columns: 1fr; } .enquiry .side h2 { font-size: 28px; } }

/* contact hero */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr); gap: 64px; align-items: start; margin-top: 8px; }
.contact-grid .intro { display: flex; flex-direction: column; gap: 24px; padding-top: 12px; }
.quick { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; }
.quick a, .quick div { display: flex; gap: 16px; align-items: center; padding: 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; color: #fff; }
.quick a:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.quick .ic { width: 44px; height: 44px; border-radius: 10px; background: var(--btn); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quick b { display: block; font-size: 16px; }
.quick small { font-size: 14px; color: rgba(255,255,255,0.7); }
.form-card { background: #fff; color: var(--ink); border-radius: 20px; padding: 40px; box-shadow: 0 30px 60px rgba(0,0,0,0.25); }
.form-card form { display: flex; flex-direction: column; gap: 20px; }
.form-card h2 { font-size: 28px; font-weight: 700; }
@media (max-width: 1000px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .form-card { padding: 24px; } }
.office { padding: 0; overflow: hidden; }
.office .map { height: 120px; background: linear-gradient(135deg, #D8E3EE, #EAF1F7); display: flex; align-items: center; justify-content: center; color: var(--brand); }
.office .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 8px; }
.office h3 { font-size: 22px; }
.office .ent { font-size: 14px; font-weight: 700; color: var(--muted); }
.office address { font-style: normal; font-size: 15.5px; line-height: 1.6; }

/* footer */
.site-footer { background: var(--brand); color: #fff; padding: 80px var(--gutter) 36px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1.2fr 1.1fr 0.8fr 1.3fr; gap: 40px; }
.foot-col h2 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.foot-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { color: rgba(255,255,255,0.86); font-size: 15px; }
.foot-col a:hover { color: #fff; text-decoration: underline; }
.foot-brand { display: flex; flex-direction: column; gap: 18px; }
.foot-brand p { font-size: 15px; color: rgba(255,255,255,0.72); }
.foot-mail { display: flex; align-items: center; gap: 10px; font-weight: 700; color: #fff; }
.foot-office { margin-bottom: 14px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.72); font-style: normal; }
.foot-office b { display: block; color: #fff; }
.foot-mid { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.14); flex-wrap: wrap; }
.badges { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; list-style: none; padding: 0; }
.badges li { padding: 7px 12px; border: 1px solid rgba(255,255,255,0.22); border-radius: 6px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.86); }
.badges li:last-child { border: 0; padding-left: 0; }
.badges small { font-size: 12px; color: rgba(255,255,255,0.55); }
.locs { display: flex; gap: 20px; font-size: 14px; flex-wrap: wrap; }
.locs a { color: rgba(255,255,255,0.7); }
.locs a:hover { color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.55); flex-wrap: wrap; }
.foot-bottom a { color: rgba(255,255,255,0.7); }
@media (max-width: 1100px) { .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .foot-grid { grid-template-columns: 1fr; } .site-footer { padding: 56px var(--gutter) 28px; } }

/* 404 */
.nf { min-height: 60vh; display: flex; align-items: center; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Process page: phases with stages and sign-off gates */
.phases-flow { display: flex; flex-direction: column; gap: 28px; }
.phase-block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ph-head { background: var(--brand); color: #fff; padding: 18px 26px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; }
.ph-tag { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #F59A6B; }
.ph-head h3 { font-size: 22px; }
.ph-roles { font-size: 14px; color: rgba(255,255,255,.7); flex-basis: 100%; }
@media (min-width: 900px) { .ph-roles { flex-basis: auto; margin-left: auto; } }
.ph-stages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ph-stage { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid var(--line); position: relative; transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.ph-stage:last-child { border-right: 0; }
.ph-stage .n { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--brand); color: var(--brand); background: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.ph-stage b { font-size: 17px; color: var(--ink); }
.ph-stage p { font-size: 15px; color: var(--muted); line-height: 1.55; }
.ph-gate { display: flex; align-items: center; gap: 10px; padding: 14px 26px; background: var(--accent-soft); border-top: 1px solid #FBD9C6; color: var(--accent-dark); font-weight: 700; font-size: 15px; }
.ph-gate svg { flex-shrink: 0; }
@media (hover: hover) and (pointer: fine) {
  .ph-stage:hover { background: var(--soft); }
  .ph-stage:hover .n { background: var(--accent); border-color: var(--accent); color: #fff; }
}
.phases-flow.play .ph-stage .n { animation: stage-on .5s ease forwards; animation-delay: calc(var(--i) * .22s + .1s); }
.phases-flow.done .ph-stage .n { animation: none; background: var(--brand); border-color: var(--brand); color: #fff; }
@keyframes stage-on {
  50%  { transform: scale(1.2); background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 0 0 7px rgba(236,106,44,.18); }
  100% { transform: scale(1); background: var(--brand); border-color: var(--brand); color: #fff; }
}
@media (hover: hover) and (pointer: fine) { .phases-flow.done .ph-stage:hover .n { background: var(--accent); border-color: var(--accent); } }
@media (max-width: 1000px) { .ph-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ph-stage:nth-child(2n) { border-right: 0; } .ph-stage:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 600px) { .ph-stages { grid-template-columns: 1fr; } .ph-stage { border-right: 0; border-bottom: 1px solid var(--line); } .ph-stage:last-child { border-bottom: 0; } .ph-head, .ph-gate { padding-left: 20px; padding-right: 20px; } }
@media (prefers-reduced-motion: reduce) { .phases-flow.play .ph-stage .n { animation: none !important; } }

/* A lone last art card spans the row, with the art beside the text */
@media (min-width: 1001px) {
  .grid.g3 > .art-card:last-child:nth-child(3n+1) { grid-column: 1 / -1; flex-direction: row; }
  .grid.g3 > .art-card:last-child:nth-child(3n+1) .art { height: auto; min-height: 170px; flex: 0 0 calc((100% - 48px) / 3 * 2 + 24px); }
  .grid.g3 > .art-card:last-child:nth-child(3n+1) .body { justify-content: center; }
}

/* Step boxes (service and industry pages): hover lift */
.steps li { position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease; }
.steps li::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.steps .n { transition: transform .25s ease, background-color .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .steps li:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(14,42,71,.12); border-color: #D6DEE8; }
  .steps li:hover::after { transform: scaleX(1); }
  .steps li:hover .n { background: var(--accent); transform: scale(1.1); }
  .steps li.key:hover { border-color: var(--accent); }
}
.dark .art-card .body h3 { color: #fff; }

/* Step boxes light up in order when they scroll into view */
.steps.play li { animation: box-on .6s ease both; animation-delay: calc(var(--i) * .18s); }
.steps.play .n { animation: num-on .6s ease both; animation-delay: calc(var(--i) * .18s); }
.steps.play li.key .n { animation-name: num-key; }
.steps.done li, .steps.done .n { animation: none; }
@keyframes box-on { 0% { box-shadow: 0 0 0 0 rgba(236,106,44,0); } 45% { box-shadow: 0 0 0 3px rgba(236,106,44,.35), 0 12px 26px rgba(14,42,71,.1); } 100% { box-shadow: 0 0 0 0 rgba(236,106,44,0); } }
@keyframes num-on { 45% { transform: scale(1.18); background: var(--accent); } 100% { transform: scale(1); } }
@keyframes num-key { 45% { transform: scale(1.22); box-shadow: 0 0 0 6px rgba(236,106,44,.2); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .steps.play li, .steps.play .n { animation: none !important; } }

/* Related services: richer links with an illustration */
.links-split { align-items: start; }
.ll-art { border-radius: var(--radius); background: linear-gradient(135deg, var(--tint), #DDE6F0); padding: 18px 12px 6px; }
.ll-art svg { display: block; width: 100%; height: auto; }
.ll-note { font-size: 15.5px; color: var(--muted); }
.ll-note a { font-weight: 700; }
.linklist a { align-items: center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.linklist .ll-ic { width: 42px; height: 42px; border-radius: 10px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background-color .25s ease, color .25s ease; }
.linklist .ll-txt { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.linklist .ll-txt b { color: var(--ink); font-size: 16.5px; }
.linklist .ll-txt small { color: var(--muted); font-size: 14px; font-weight: 400; line-height: 1.45; }
.linklist a > svg:last-child { transition: transform .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .linklist a:hover { transform: translateX(4px); box-shadow: 0 10px 24px rgba(14,42,71,.08); }
  .linklist a:hover .ll-ic { background: var(--accent); color: #fff; }
  .linklist a:hover > svg:last-child { transform: translateX(4px); }
}

/* Office cards: the map pin bounces on hover */
@keyframes pin-bounce { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 70% { transform: translateY(-3px); } }
.office .art-bg path[d^="M562 64"], .office .art-bg path[d^="M562 64"] + circle { transform-box: fill-box; }
@media (hover: hover) and (pointer: fine) {
  .office:hover .art-bg path[d^="M562 64"], .office:hover .art-bg path[d^="M562 64"] + circle { animation: pin-bounce .8s ease 2; }
  .office:hover .ic-box { color: var(--accent); }
}
@media (prefers-reduced-motion: reduce) { .office:hover .art-bg path, .office:hover .art-bg circle { animation: none !important; } }

/* Page entrance: the opening section fades and rises in, then sections further down slide in as they scroll into view. */
@keyframes page-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes deco-in { from { opacity: 0; } }
@media (prefers-reduced-motion: no-preference) {
  main > section:first-child .wrap:not(.hero-grid) > :not(.hero-grid),
  main > section:first-child .hero-copy > *,
  main > section:first-child .hero-grid > :not(.hero-copy) { animation: page-in .75s cubic-bezier(.2,.7,.2,1) both; animation-delay: var(--in, 0s); }
  main > section:first-child .deco { animation: deco-in 1.2s ease both; }
  main > section:first-child .hero-copy > :nth-child(1) { --in: .08s; }
  main > section:first-child .hero-copy > :nth-child(2) { --in: .16s; }
  main > section:first-child .hero-copy > :nth-child(3) { --in: .24s; }
  main > section:first-child .hero-copy > :nth-child(4) { --in: .32s; }
  main > section:first-child .hero-copy > :nth-child(5) { --in: .40s; }
  main > section:first-child .hero-copy > :nth-child(n+6) { --in: .48s; }
  main > section:first-child .hero-grid > :not(.hero-copy) { --in: .30s; }
  .reveal { opacity: 0; transform: translateY(32px); }
  .reveal.in { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--rd, 0s); }
}
@media print { .reveal { opacity: 1 !important; transform: none !important; } }

/* Contact dropdown */
@media (min-width: 1101px) { .dropdown.dd-sm { min-width: 190px; left: auto; right: -20px; } }

/* Careers */
.perk { display: flex; flex-direction: column; gap: 12px; padding: 28px; }
.perk .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--tint); color: var(--brand); display: flex; align-items: center; justify-content: center; transition: background .25s ease, color .25s ease; }
.perk h3 { font-size: 20px; font-weight: 700; }
.perk p { font-size: 15px; color: var(--muted); }
@media (hover: hover) and (pointer: fine) { .perk { transition: transform .25s ease, box-shadow .25s ease; } .perk:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,42,71,0.12); } .perk:hover .ic { background: var(--accent); color: #fff; } }
.hire-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: none; }
.hire-steps li { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 8px; position: relative; }
.hire-steps .n { width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.hire-steps b { font-size: 18px; }
.hire-steps small { font-size: 15px; color: var(--muted); }
@media (max-width: 1000px) { .hire-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .hire-steps { grid-template-columns: 1fr; } }
.jobs { display: flex; flex-direction: column; gap: 16px; }
.job-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 26px 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px; color: inherit; text-decoration: none; }
.job-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.job-card p { font-size: 15px; color: var(--muted); margin-top: 10px; max-width: 760px; }
.job-card .go { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--accent-dark); white-space: nowrap; }
@media (hover: hover) and (pointer: fine) { .job-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; } .job-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(14,42,71,0.1); border-color: #D6DEE8; } .job-card:hover .go svg { transform: translateX(4px); } .job-card .go svg { transition: transform .25s ease; } }
@media (max-width: 680px) { .job-card { grid-template-columns: 1fr; padding: 22px; } }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; padding: 0; font-size: 14px; color: var(--muted); }
.job-meta li { display: inline-flex; align-items: center; gap: 6px; }
.hero-dark .job-meta { color: rgba(255,255,255,0.8); font-size: 16px; }
.empty-box { background: #fff; border: 1px dashed var(--line-2); border-radius: 16px; padding: 32px; font-size: 17px; color: var(--muted); }
.empty-box b { color: var(--ink); display: block; font-size: 20px; margin-bottom: 6px; }
.job-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 520px); gap: 56px; align-items: start; }
.job-layout .apply-wrap { position: sticky; top: 100px; }
@media (max-width: 1100px) { .job-layout { grid-template-columns: 1fr; } .job-layout .apply-wrap { position: static; } }
.apply-card { box-shadow: 0 20px 50px rgba(14,42,71,0.12); border: 1px solid var(--line); }
.apply-card .form-intro { font-size: 15px; color: var(--muted); margin-top: -8px; }
.field .hint { font-weight: 400; color: var(--muted); font-size: 13px; }
.general-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); grid-template-rows: auto auto; gap: 0 56px; align-items: start; }
.general-split > .stack { grid-column: 1; grid-row: 1; }
.general-split > .form-card { grid-column: 2; grid-row: 1 / span 2; }
.general-split > .collab { grid-column: 1; grid-row: 2; }
@media (max-width: 1100px) {
  .general-split { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .general-split > .form-card { grid-column: 1; grid-row: 2; margin-top: 28px; }
  .general-split > .collab { grid-column: 1; grid-row: 3; }
}

/* Team illustration beside the general application form */
.collab { margin-top: 34px; max-width: 560px; }
.collab svg { width: 100%; height: auto; display: block; overflow: visible; }
.collab .link { stroke-dasharray: 5 9; }
.collab .spark, .collab .ring { opacity: 0; }   /* motion only – hidden when motion is switched off */
@media (max-width: 1100px) { .collab { margin: 34px auto 0; max-width: 420px; } }
@media (max-width: 640px) { .collab { margin-top: 26px; max-width: 320px; } }
@media (prefers-reduced-motion: no-preference) {
  .collab .fig { animation: collab-float 7s ease-in-out infinite; transform-box: fill-box; transform-origin: center bottom; }
  .collab .p2 { animation-duration: 8.4s; animation-delay: -1.2s; }
  .collab .p3 { animation-duration: 7.8s; animation-delay: -2.4s; }
  .collab .p4 { animation-duration: 9s; animation-delay: -3.6s; }
  .collab .link { animation: collab-dash 6s linear infinite; }
  .collab .l2 { animation-duration: 7s; } .collab .l3 { animation-duration: 8s; } .collab .l4 { animation-duration: 9s; }
  .collab .spark { animation: collab-spark 4.8s ease-in-out infinite; }
  .collab .s2 { animation-duration: 6.4s; animation-delay: 1.2s; }
  .collab .ring { animation: collab-ring 5.6s ease-out infinite; transform-box: fill-box; transform-origin: center; }
  .collab .r2 { animation-duration: 6.8s; animation-delay: -2.4s; }
  .collab .bub { animation: collab-bubble 9s ease-in-out infinite; transform-box: fill-box; transform-origin: center bottom; }
  .collab .b2 { animation-delay: -4.5s; }
  .collab .bar { animation: collab-bar 9s ease-in-out infinite; transform-box: fill-box; transform-origin: left center; }
  .collab .av { animation: collab-float 8s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
  .collab .a1 { animation-delay: -1.1s; } .collab .a2 { animation-delay: -2.2s; }
  .collab .a3 { animation-delay: -3.3s; } .collab .a4 { animation-delay: -4.4s; }
  .collab .join { animation: collab-join 7s ease-in-out infinite; }
  .collab .join-line { animation: collab-dash 4s linear infinite; }
  .collab .orbit { animation: collab-orbit 40s linear infinite; transform-box: fill-box; transform-origin: center; }
  .collab .spoke { stroke-dasharray: 4 8; animation: collab-dash 9s linear infinite; }
  .collab .sp1 { animation-duration: 10s; } .collab .sp2 { animation-duration: 11s; }
  .collab .sp3 { animation-duration: 12s; } .collab .sp4 { animation-duration: 13s; }
  .collab .hub-ring { animation: collab-ring 5.6s ease-out infinite; transform-box: fill-box; transform-origin: center; }
  .collab .h2 { animation-delay: -2.8s; }
}
.collab .hub-ring { opacity: 0; }
@keyframes collab-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes collab-dash { to { stroke-dashoffset: -56; } }
@keyframes collab-spark { 0%, 10% { opacity: 0; } 25%, 75% { opacity: .85; } 92%, 100% { opacity: 0; } }
@keyframes collab-ring { 0% { opacity: .5; transform: scale(.72); } 70% { opacity: 0; transform: scale(1.25); } 100% { opacity: 0; transform: scale(1.25); } }
@keyframes collab-bubble { 0%, 6% { opacity: 0; transform: translateY(6px) scale(.96); } 16%, 44% { opacity: 1; transform: translateY(0) scale(1); } 56%, 100% { opacity: 0; transform: translateY(-4px) scale(.98); } }
@keyframes collab-bar { 0%, 12% { transform: scaleX(.55); } 55%, 100% { transform: scaleX(1); } }
@keyframes collab-join { 0%, 100% { transform: translateY(0); } 45% { transform: translateY(-10px); } }
@keyframes collab-orbit { to { stroke-dashoffset: -280; } }
.closed-note { background: #FFF6ED; border: 1px solid #F9DBBE; border-radius: 12px; padding: 16px 20px; font-weight: 700; color: #8A3B12; }

/* Rich text (jobs and blog posts) */
.rich { font-size: 18px; line-height: 1.7; color: #2C3444; max-width: 760px; }
.rich > * + * { margin-top: 18px; }
.rich h2 { font-size: 30px; line-height: 1.2; color: var(--ink); margin-top: 40px; }
.rich h3 { font-size: 23px; line-height: 1.3; color: var(--ink); margin-top: 32px; }
.rich h4 { font-size: 19px; color: var(--ink); margin-top: 24px; }
.rich ul, .rich ol { padding-left: 24px; display: flex; flex-direction: column; gap: 8px; }
.rich a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.rich blockquote { border-left: 4px solid var(--accent); padding: 6px 0 6px 20px; color: var(--brand); font-size: 20px; font-weight: 700; }
.rich img { max-width: 100%; height: auto; border-radius: 12px; }
.rich figure figcaption { font-size: 14px; color: var(--muted); margin-top: 8px; }
.rich hr { border: 0; border-top: 1px solid var(--line); margin: 32px 0; }
.rich table { border-collapse: collapse; width: 100%; font-size: 16px; }
.rich th, .rich td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.rich th { background: var(--tint); }

/* Blog */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
@media (max-width: 1000px) { .posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .posts { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; color: inherit; text-decoration: none; }
.post-card .thumb { aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--tint), #DCE5EF); display: flex; align-items: center; justify-content: center; color: var(--brand); overflow: hidden; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card h3 { font-size: 21px; font-weight: 700; line-height: 1.3; }
.post-card p { font-size: 15px; color: var(--muted); }
.post-card .date { margin-top: auto; padding-top: 6px; font-size: 13px; color: var(--muted); }
@media (hover: hover) and (pointer: fine) { .post-card { transition: transform .25s ease, box-shadow .25s ease; } .post-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(14,42,71,0.12); } .post-card:hover .thumb img { transform: scale(1.04); } }
.post-hero .hero-copy { max-width: 860px; }
.post-hero h1 { font-size: 52px; }
@media (max-width: 680px) { .post-hero h1 { font-size: 36px; } }
.post-cover { max-width: 1000px; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 50px rgba(14,42,71,0.16); position: relative; }
.post-cover img { display: block; width: 100%; height: auto; }
.post-body { display: flex; justify-content: center; }
.post-foot { max-width: 760px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pager { display: flex; gap: 12px; justify-content: center; margin-top: 40px; }
.solo-hero .hero-copy { margin-top: 40px; }
.rich > :first-child { margin-top: 0; }
.post-cover { margin: 0 auto 56px; }

/* ISO certifications: always gently highlighted */
.iso-tag { display: inline-block; padding: 0 4px 1px; margin: 0 -3px; border-radius: 5px; background-color: rgba(236,106,44,.13); position: relative; }
.dark .iso-tag, .hero-dark .iso-tag, .site-footer .iso-tag, .cta-box .iso-tag { background-color: rgba(245,154,107,.22); }
.badges .iso-tag { background: none; padding: 0; margin: 0; }
@media (prefers-reduced-motion: no-preference) {
  .iso-tag { animation: iso-pulse 3.6s ease-in-out infinite; }
  .iso-tag::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 1px; height: 2px; border-radius: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left center; animation: iso-underline 3.6s ease-in-out infinite; pointer-events: none; }
  .badges .iso-tag::after { display: none; }
  .badges li { animation: badge-glow 5.2s ease-in-out infinite; }
  .badges li:nth-child(2) { animation-delay: .4s; }
  .badges li:nth-child(3) { animation-delay: .8s; }
  .badges li:nth-child(4) { animation-delay: 1.2s; }
  .badges li:last-child { animation: none; }
  .row:has(.iso-tag) .ic { animation: iso-ic 3.6s ease-in-out infinite; }
  .dark .row:has(.iso-tag) .ic { animation: iso-ic-dark 3.6s ease-in-out infinite; }
  .checklist li:has(.iso-tag) .dot { animation: iso-dot 3.6s ease-in-out infinite; }
}
@keyframes iso-pulse {
  0%, 100% { background-color: rgba(236,106,44,.10); box-shadow: 0 0 0 0 rgba(236,106,44,0); }
  50% { background-color: rgba(236,106,44,.24); box-shadow: 0 0 0 3px rgba(236,106,44,.12); }
}
@keyframes iso-underline { 0% { transform: scaleX(0); opacity: .35; } 40%, 62% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(0); opacity: .35; } }
@keyframes badge-glow {
  0%, 60%, 100% { border-color: rgba(255,255,255,0.22); color: rgba(255,255,255,0.86); box-shadow: none; transform: translateY(0); }
  18%, 32% { border-color: var(--accent); color: #fff; box-shadow: 0 0 20px rgba(236,106,44,.4); transform: translateY(-2px); }
}
@keyframes iso-ic { 0%, 100% { background: var(--tint); color: var(--brand); } 50% { background: var(--accent); color: #fff; } }
@keyframes iso-ic-dark { 0%, 100% { background: rgba(255,255,255,0.08); color: #F59A6B; } 50% { background: var(--accent); color: #fff; } }
@keyframes iso-dot { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(236,106,44,0); } 50% { transform: scale(1.12); box-shadow: 0 0 0 5px rgba(236,106,44,.18); } }

/* Sitemap page */
.foot-links { display: flex; gap: 20px; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: start; }
@media (max-width: 900px) { .sitemap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .sitemap-grid { grid-template-columns: 1fr; } }
.sitemap-col { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; }
.sitemap-col h2 { font-size: 20px; font-weight: 700; margin-bottom: 14px; }
.sitemap-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.sitemap-col a { display: flex; align-items: center; gap: 8px; padding: 7px 0; font-size: 16px; color: var(--ink); border-bottom: 1px solid transparent; }
.sitemap-col a small { color: var(--muted); font-size: 14px; font-weight: 400; }
.sitemap-col a svg { color: var(--accent); flex-shrink: 0; transition: transform .25s ease; }
@media (hover: hover) and (pointer: fine) { .sitemap-col a:hover { color: var(--brand); } .sitemap-col a:hover svg { transform: translateX(4px); } }
.sitemap-col .empty { font-size: 15px; color: var(--muted); }
