/* =========================================================================
   TOTA BUSINESS — شركة توتة للأعمال التجارية
   ========================================================================= */

@font-face { font-family: "Plex Arabic"; font-weight: 400; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-arabic-400.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE70-FEFC; }
@font-face { font-family: "Plex Arabic"; font-weight: 500; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-arabic-500.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE70-FEFC; }
@font-face { font-family: "Plex Arabic"; font-weight: 600; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-arabic-600.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE70-FEFC; }
@font-face { font-family: "Plex Arabic"; font-weight: 700; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-arabic-700.woff2) format("woff2"); unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE70-FEFC; }
@font-face { font-family: "Plex Arabic"; font-weight: 400; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-latin-400.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Plex Arabic"; font-weight: 500; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-latin-500.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Plex Arabic"; font-weight: 600; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-latin-600.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Plex Arabic"; font-weight: 700; font-style: normal; font-display: swap; src: url(../fonts/plex-arabic-latin-700.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212; }

:root {
  --navy: #0E2A47;
  --navy-800: #0B223A;
  --navy-900: #081B30;
  --navy-600: #1C3D63;
  --gold: #C9A45C;
  --gold-600: #A8843C;
  --gold-700: #8A6A2B;
  --gold-100: #F6EEDC;
  --gold-50: #FBF7EE;
  --ink: #13202F;
  --text: #33445A;
  --muted: #5E6E82;
  --line: #E3E8EF;
  --line-strong: #CFD7E2;
  --bg: #FFFFFF;
  --bg-soft: #F5F7FA;
  --bg-cream: #FAF8F3;
  --success: #1E7B52;
  --danger: #B3261E;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(14, 42, 71, .06), 0 2px 8px rgba(14, 42, 71, .04);
  --shadow: 0 10px 30px -12px rgba(14, 42, 71, .18), 0 4px 10px -6px rgba(14, 42, 71, .08);
  --shadow-lg: 0 30px 60px -20px rgba(8, 27, 48, .35);
  --container: 1200px;
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --font: "Plex Arabic", "Segoe UI", Tahoma, "Noto Sans Arabic", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.85; color: var(--text);
  background: var(--bg); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--navy-600); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--gold-700); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.35; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
ul, ol { padding-inline-start: 1.25em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
main:focus { outline: none; }
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.ltr-start { text-align: right; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; inset-inline-start: 16px; top: -60px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: var(--radius-sm); transition: top .2s; }
.skip-link:focus { top: 12px; color: #fff; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* ------------------------------------------------------------------ buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .72em 1.4em; border-radius: 999px; border: 1.5px solid transparent;
  font: inherit; font-weight: 600; font-size: 1rem; line-height: 1.4; text-decoration: none; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn .icon { width: 1.1em; height: 1.1em; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: .9em 1.8em; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: var(--navy-900); box-shadow: 0 8px 20px -10px rgba(201, 164, 92, .9); }
.btn-gold:hover { background: #D6B36D; color: var(--navy-900); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-600); color: #fff; }
.btn-outline { border-color: var(--line-strong); color: var(--navy); background: #fff; }
.btn-outline:hover { border-color: var(--navy); color: var(--navy); }
.btn-ghost-light { border-color: rgba(255, 255, 255, .35); color: #fff; background: rgba(255, 255, 255, .04); }
.btn-ghost-light:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .1); }

/* ------------------------------------------------------------------ header */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid transparent; transition: height .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.site-header.is-scrolled { --header-h: 70px; border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(8, 27, 48, .5); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); flex: none; }
.brand-mark { width: 46px; height: 46px; transition: width .25s var(--ease), height .25s var(--ease); }
.is-scrolled .brand .brand-mark { width: 40px; height: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.brand-ar { font-weight: 700; font-size: 1.02rem; color: var(--navy); }
.brand-en { font-size: .74rem; font-weight: 500; color: var(--muted); letter-spacing: .02em; text-align: right; }
.main-nav { margin-inline-start: auto; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.main-nav a {
  position: relative; display: block; padding: 8px 12px; border-radius: 8px;
  font-size: .96rem; font-weight: 500; color: var(--ink); text-decoration: none; white-space: nowrap;
}
.main-nav a::after {
  content: ""; position: absolute; inset-inline: 12px; bottom: 2px; height: 2px; border-radius: 2px;
  background: var(--gold); transform: scaleX(0); transition: transform .25s var(--ease);
}
.main-nav a:hover { color: var(--navy); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: var(--navy); font-weight: 600; }
.nav-mobile-extra { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { padding: .6em 1.25em; }
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; color: var(--navy); cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

@media (max-width: 1180px) {
  .main-nav a { padding: 8px 9px; font-size: .92rem; }
  .brand-en { display: none; }
}
@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .brand-en { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: #fff; padding: 20px 24px 120px; overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .25s var(--ease), visibility .2s;
  }
  .nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--line); }
  .main-nav a { padding: 16px 4px; font-size: 1.1rem; }
  .main-nav a::after { inset-inline: 4px auto; width: 28px; bottom: 10px; }
  .nav-mobile-extra { display: grid; gap: 14px; margin-top: 24px; }
  .nav-phone { display: flex; justify-content: center; gap: 8px; align-items: center; padding: 12px; color: var(--navy); font-weight: 600; text-decoration: none; }
  .nav-open { overflow: hidden; }
}
@media (max-width: 420px) {
  .brand-ar { font-size: .92rem; }
  .brand-en { font-size: .66rem; }
  .brand-mark { width: 40px; height: 40px; }
  .container { padding-inline: 16px; }
}

/* ------------------------------------------------------------------ sections */
.section { padding-block: clamp(64px, 5vw + 32px, 112px); }
.section-soft { background: var(--bg-soft); }
.section-cream { background: var(--bg-cream); }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-lead { font-size: 1.12rem; color: var(--muted); margin: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px;
  font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-700);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); border-radius: 2px; }
.eyebrow-light { color: var(--gold); }
.lead { font-size: clamp(1.08rem, 1rem + .4vw, 1.25rem); }

/* ------------------------------------------------------------------ hero */
.hero {
  position: relative; overflow: hidden; color: #D7E0EB;
  background: radial-gradient(1100px 600px at 10% -10%, rgba(201, 164, 92, .16), transparent 60%),
              radial-gradient(900px 600px at 100% 120%, rgba(28, 61, 99, .9), transparent 60%),
              linear-gradient(160deg, var(--navy) 0%, var(--navy-900) 100%);
  padding-block: clamp(64px, 7vw, 120px) clamp(72px, 8vw, 132px);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000 20%, transparent 90%); -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 90%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { color: #fff; margin-bottom: .45em; }
.hero h1 .accent { color: var(--gold); }
.hero .lead { color: #C3CFDD; max-width: 600px; margin-bottom: 2em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 40px 0 0; }
.hero-tags li {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .04); font-size: .9rem; color: #DDE5EE;
}
.hero-tags .icon { color: var(--gold); width: 1.05em; height: 1.05em; }
.hero-art { position: relative; }
.hero-art svg { width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .35)); }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 520px; margin-inline: auto; width: 100%; }
}

/* ------------------------------------------------------------------ pillars strip */
.pillars { position: relative; margin-top: -56px; z-index: 2; }
.pillars-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden;
}
.pillar { display: flex; gap: 14px; align-items: flex-start; padding: 26px 24px; }
.pillar + .pillar { border-inline-start: 1px solid var(--line); }
.pillar h3 { font-size: 1.02rem; margin: 0 0 2px; }
.pillar p { margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.7; }
.pillar-icon { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-50); color: var(--gold-700); }
.pillar-icon .icon { width: 22px; height: 22px; }
@media (max-width: 900px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(3) { border-inline-start: 0; }
  .pillar:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar + .pillar { border-inline-start: 0; border-top: 1px solid var(--line); }
}

/* ------------------------------------------------------------------ about split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split-media { position: relative; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split-media { order: 2; } }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.vm-card { padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.vm-card h3 { display: flex; gap: 10px; align-items: center; font-size: 1.08rem; margin-bottom: 8px; }
.vm-card h3 .icon { color: var(--gold-600); }
.vm-card p { margin: 0; font-size: .98rem; }
@media (max-width: 560px) { .vm-grid { grid-template-columns: 1fr; } }
.art-frame {
  border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(155deg, var(--bg-soft), var(--gold-50));
  border: 1px solid var(--line); padding: clamp(20px, 3vw, 36px);
}
.art-frame svg { width: 100%; height: auto; }

/* ------------------------------------------------------------------ services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  position: relative; display: flex; flex-direction: column; padding: 28px 26px 26px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--line); text-decoration: none; color: inherit; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.service-card::before {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-600));
  transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; color: inherit; }
.service-card:hover::before { transform: scaleX(1); }
.service-num { position: absolute; top: 20px; inset-inline-end: 22px; font-size: .82rem; font-weight: 600; color: var(--line-strong); letter-spacing: .05em; }
.service-icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px;
  background: var(--navy); color: var(--gold); transition: background-color .3s, color .3s;
}
.service-icon .icon { width: 26px; height: 26px; }
.service-card:hover .service-icon { background: var(--gold); color: var(--navy-900); }
.service-card h3 { margin-bottom: 2px; font-size: 1.14rem; }
.service-en { font-size: .82rem; color: var(--gold-700); font-weight: 600; margin-bottom: 12px; letter-spacing: .02em; }
.service-card p { font-size: .95rem; color: var(--muted); margin: 0 0 16px; line-height: 1.8; }
.service-more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--navy); }
.service-more .icon { width: 1em; height: 1em; transition: transform .25s var(--ease); }
.service-card:hover .service-more .icon { transform: translateX(-4px); }
.center-actions { display: flex; justify-content: center; margin-top: 44px; }

/* service detail (services page) */
.service-detail { display: grid; grid-template-columns: 76px 1fr 1fr; gap: 28px; padding: 40px 0; border-top: 1px solid var(--line); align-items: start; }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail .service-icon { margin: 0; width: 64px; height: 64px; }
.service-detail h2 { font-size: 1.45rem; margin-bottom: 2px; }
.service-detail p { color: var(--text); margin-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.7; }
.check-list .icon { color: var(--gold-600); margin-top: .3em; width: 1.1em; height: 1.1em; }
@media (max-width: 900px) { .service-detail { grid-template-columns: 64px 1fr; } .service-detail .check-list { grid-column: 2; } }
@media (max-width: 560px) { .service-detail { grid-template-columns: 1fr; gap: 16px; } .service-detail .check-list { grid-column: auto; } }

/* ------------------------------------------------------------------ startups journey */
.startup-section { background: var(--navy); color: #C9D4E1; position: relative; overflow: hidden; }
.startup-section::after {
  content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; inset-inline-start: -220px; top: -260px;
  background: radial-gradient(circle, rgba(201, 164, 92, .18), transparent 65%); pointer-events: none;
}
.startup-section h2 { color: #fff; }
.startup-section .section-lead { color: #AFBdCD; }
.journey { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; padding: 0; margin: 0; counter-reset: step; }
@media (max-width: 1000px) { .journey { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .journey { grid-template-columns: 1fr; } }
.journey li {
  position: relative; padding: 26px 24px; border-radius: var(--radius); counter-increment: step;
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); transition: background-color .3s, border-color .3s;
}
.journey li:hover { background: rgba(255, 255, 255, .07); border-color: rgba(201, 164, 92, .45); }
.journey li::before {
  content: counter(step, decimal-leading-zero); position: absolute; top: 20px; inset-inline-end: 22px;
  font-size: .85rem; font-weight: 700; color: var(--gold); opacity: .8; font-family: var(--font); direction: ltr;
}
.journey .step-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(201, 164, 92, .14); color: var(--gold); margin-bottom: 16px; }
.journey .step-icon .icon { width: 22px; height: 22px; }
.journey h3 { color: #fff; font-size: 1.04rem; margin-bottom: 6px; }
.journey p { margin: 0; font-size: .93rem; line-height: 1.75; }
.startup-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-top: 44px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .1); }
.startup-cta p { margin: 0; color: #DCE4EE; font-size: 1.1rem; font-weight: 500; }
.journey-light li { background: #fff; border-color: var(--line); }
.journey-light li:hover { background: #fff; border-color: var(--gold); box-shadow: var(--shadow); }
.journey-light h3 { color: var(--ink); }
.journey-light p { color: var(--muted); }
.journey-light li::before { color: var(--gold-700); }
.journey-light .step-icon { background: var(--gold-50); color: var(--gold-700); }

/* ------------------------------------------------------------------ consulting */
.consult-list { display: grid; gap: 14px; margin: 28px 0 32px; list-style: none; padding: 0; }
.consult-list li { display: flex; gap: 16px; padding: 18px 20px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.consult-list .ci { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--navy); color: var(--gold); }
.consult-list h3 { font-size: 1.02rem; margin: 0 0 2px; }
.consult-list p { margin: 0; font-size: .93rem; color: var(--muted); line-height: 1.7; }

/* ------------------------------------------------------------------ process */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; padding: 0; margin: 0; counter-reset: p; }
.process li { position: relative; padding: 0 20px; text-align: center; counter-increment: p; }
.process li::before {
  content: counter(p); display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%;
  background: #fff; border: 2px solid var(--gold); color: var(--navy); font-weight: 700; font-size: 1.2rem; position: relative; z-index: 1;
}
.process li:not(:last-child)::after { content: ""; position: absolute; top: 28px; inset-inline-start: calc(50% + 28px); width: calc(100% - 56px); height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 12px); }
.process h3 { font-size: 1.05rem; margin-bottom: 6px; }
.process p { font-size: .93rem; color: var(--muted); margin: 0; line-height: 1.75; }
@media (max-width: 800px) {
  .process { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .process li::after { display: none; }
}
@media (max-width: 480px) { .process { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ reasons */
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1000px) { .reasons-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .reasons-grid { grid-template-columns: 1fr; } }
.reason { display: flex; gap: 16px; padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.reason:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.reason-icon { flex: none; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-50); color: var(--gold-700); border: 1px solid var(--gold-100); }
.reason h3 { font-size: 1.05rem; margin-bottom: 6px; }
.reason p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.reasons-grid .reason-feature { grid-column: span 1; background: var(--navy); border-color: var(--navy); }
.reason-feature h3 { color: #fff; }
.reason-feature p { color: #BAC7D6; }
.reason-feature .reason-icon { background: rgba(201, 164, 92, .15); border-color: transparent; color: var(--gold); }

/* ------------------------------------------------------------------ company info */
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.info-item { padding: 22px 26px; border-bottom: 1px solid var(--line); border-inline-start: 1px solid var(--line); margin-inline-start: -1px; }
.info-wide { grid-column: span 3; }
.info-item dt { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); font-weight: 500; margin-bottom: 4px; }
.info-item dt .icon { color: var(--gold-600); width: 1.1em; height: 1.1em; }
.info-item dd { margin: 0; font-weight: 600; color: var(--ink); font-size: 1.05rem; overflow-wrap: anywhere; }
.info-item dd a { color: var(--navy); text-decoration: none; }
.info-item dd a:hover { color: var(--gold-700); text-decoration: underline; }
.info-grid > :last-child, .info-grid > :nth-last-child(-n+3):not(.info-wide) { border-bottom: 0; }
@media (max-width: 900px) {
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-wide { grid-column: span 2; }
  .info-grid > :nth-last-child(-n+3):not(.info-wide) { border-bottom: 1px solid var(--line); }
  .info-grid > :last-child { border-bottom: 0; }
}
@media (max-width: 560px) { .info-grid { grid-template-columns: 1fr; } .info-wide { grid-column: auto; } }

/* ------------------------------------------------------------------ CTA band */
.cta-band { padding-block: 0 clamp(64px, 6vw, 104px); }
.section + .cta-band, .section-soft + .cta-band { padding-top: 0; }
.cta-inner {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between; padding: clamp(32px, 5vw, 56px);
  border-radius: var(--radius-lg); color: #C9D4E1; position: relative; overflow: hidden;
  background: radial-gradient(600px 300px at 0% 100%, rgba(201, 164, 92, .25), transparent 70%), linear-gradient(135deg, var(--navy), var(--navy-900));
}
.cta-inner h2 { color: #fff; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem); margin-bottom: 8px; }
.cta-inner p { margin: 0; max-width: 560px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ------------------------------------------------------------------ inner pages */
.page-hero {
  color: #C9D4E1; padding-block: clamp(48px, 6vw, 88px);
  background: radial-gradient(800px 400px at 0% 0%, rgba(201, 164, 92, .14), transparent 60%), linear-gradient(160deg, var(--navy), var(--navy-900));
}
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 1.4rem + 2.2vw, 3rem); margin-bottom: .3em; }
.page-hero .lead { max-width: 760px; margin: 0; color: #BDC9D8; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; }
.breadcrumbs li { display: flex; gap: 8px; align-items: center; color: #9FB0C4; }
.breadcrumbs li + li::before { content: "‹"; color: var(--gold); }
.breadcrumbs a { color: #DCE4EE; text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold); }

.prose { max-width: 820px; }
.prose h2 { font-size: 1.45rem; margin-top: 2em; padding-top: .2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.12rem; margin-top: 1.6em; }
.prose ul, .prose ol { margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: .96rem; }
.prose th, .prose td { text-align: start; padding: 12px 14px; border: 1px solid var(--line); vertical-align: top; }
.prose th { background: var(--bg-soft); color: var(--ink); font-weight: 600; }
.table-wrap { overflow-x: auto; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.legal-aside { position: sticky; top: calc(var(--header-h) + 24px); padding: 22px; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line); }
.legal-aside h2 { font-size: .95rem; margin-bottom: 10px; }
.legal-aside ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.legal-aside a { display: block; padding: 7px 10px; border-radius: 8px; text-decoration: none; color: var(--text); font-size: .94rem; }
.legal-aside a:hover { background: #fff; color: var(--navy); }
.legal-aside a[aria-current="page"] { background: var(--navy); color: #fff; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 14px 18px; border-radius: var(--radius-sm); background: var(--gold-50); border: 1px solid var(--gold-100); font-size: .93rem; margin-bottom: 32px; }
@media (max-width: 900px) { .legal-layout { grid-template-columns: 1fr; } .legal-aside { position: static; order: 2; } }
.note { padding: 18px 20px; border-radius: var(--radius-sm); background: var(--bg-soft); border-inline-start: 4px solid var(--gold); margin: 0 0 1.4em; }

/* ------------------------------------------------------------------ contact */
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-card { padding: clamp(24px, 3vw, 36px); border-radius: var(--radius-lg); background: var(--navy); color: #C9D4E1; position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; inset-inline-end: -160px; bottom: -180px; background: radial-gradient(circle, rgba(201, 164, 92, .22), transparent 65%); }
.contact-card h2 { color: #fff; font-size: 1.3rem; }
.contact-lines { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 18px; position: relative; z-index: 1; }
.contact-lines li { display: flex; gap: 14px; align-items: flex-start; }
.contact-lines .ci { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); color: var(--gold); border: 1px solid rgba(255, 255, 255, .1); }
.contact-lines small { display: block; color: #97A8BC; font-size: .82rem; }
.contact-lines a, .contact-lines strong { color: #fff; font-weight: 600; text-decoration: none; }
.contact-lines a:hover { color: var(--gold); }

.form-card { padding: clamp(24px, 3vw, 40px); border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: 1.35rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; color: var(--ink); font-size: .95rem; margin-bottom: 6px; }
.field .opt { font-weight: 400; color: var(--muted); font-size: .85rem; }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--bg-soft);
  border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.field textarea { min-height: 160px; resize: vertical; line-height: 1.7; }
.field input:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--navy-600); box-shadow: 0 0 0 4px rgba(28, 61, 99, .12); }
.field input[type="email"], .field input[type="tel"] { direction: ltr; text-align: right; }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); background: #FFF8F7; }
.field-error { color: var(--danger); font-size: .88rem; margin: 6px 0 0; }
.check-field { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.check-field input { margin-top: .45em; width: 18px; height: 18px; accent-color: var(--navy); flex: none; }
.form-foot { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; margin-top: 8px; }
.form-foot small { color: var(--muted); }
.hp { position: absolute !important; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: 12px; margin-bottom: 22px; font-weight: 500; }
.alert .icon { margin-top: .25em; }
.alert-success { background: #EAF6F0; color: var(--success); border: 1px solid #BFE3D1; }
.alert-error { background: #FDEEEC; color: var(--danger); border: 1px solid #F3C7C2; }

/* ------------------------------------------------------------------ footer */
.site-footer { background: var(--navy-900); color: #A9B7C8; font-size: .95rem; padding-top: clamp(56px, 6vw, 80px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1.1fr .8fr 1fr; gap: 40px; padding-bottom: 48px; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 18px; }
.footer-logo .brand-mark { width: 48px; height: 48px; }
.footer-wordmark { display: flex; flex-direction: column; line-height: 1; text-align: left; }
.footer-wordmark strong { color: #fff; font-size: 1.6rem; letter-spacing: .1em; font-weight: 700; }
.footer-wordmark span { color: var(--gold); font-size: .72rem; letter-spacing: .45em; font-weight: 600; margin-top: 6px; }
.footer-legal-name { color: #fff; font-weight: 600; margin-bottom: 2px; }
.footer-en { margin: 0; font-size: .88rem; text-align: right; }
.footer-title { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a, .footer-contact a { color: #A9B7C8; text-decoration: none; transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .icon { color: var(--gold); margin-top: .35em; width: 1.05em; height: 1.05em; }
.social { list-style: none; display: flex; gap: 10px; padding: 0; margin: 20px 0 0; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .14); color: #DCE4EE; }
.social a:hover { background: var(--gold); color: var(--navy-900); border-color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding-block: 22px; }
.copyright { margin: 0; font-size: .88rem; text-align: center; color: #8596AB; }

/* ------------------------------------------------------------------ mobile call bar */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; inset-inline: 12px; bottom: 12px; z-index: 90;
    padding: 8px; border-radius: 18px; background: rgba(8, 27, 48, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow-lg); padding-bottom: calc(8px + env(safe-area-inset-bottom) / 2);
  }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 12px; font-weight: 600; text-decoration: none; }
  .mobile-bar-call { background: var(--gold); color: var(--navy-900); }
  .mobile-bar-msg { color: #fff; background: rgba(255, 255, 255, .08); }
  .site-footer { padding-bottom: 84px; }
  .nav-open .mobile-bar { display: none; }
}

/* ------------------------------------------------------------------ 404 */
.error-page { text-align: center; padding-block: clamp(80px, 12vw, 160px); }
.error-code { font-size: clamp(4rem, 12vw, 8rem); font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 10px; }

/* ------------------------------------------------------------------ motion */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-group > * { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal-group.is-visible > * { opacity: 1; transform: none; }
.js .reveal-group.is-visible > :nth-child(2) { transition-delay: .06s; }
.js .reveal-group.is-visible > :nth-child(3) { transition-delay: .12s; }
.js .reveal-group.is-visible > :nth-child(4) { transition-delay: .18s; }
.js .reveal-group.is-visible > :nth-child(5) { transition-delay: .24s; }
.js .reveal-group.is-visible > :nth-child(6) { transition-delay: .3s; }
.js .reveal-group.is-visible > :nth-child(7) { transition-delay: .36s; }
.js .reveal-group.is-visible > :nth-child(8) { transition-delay: .42s; }
.hero-art .float { animation: float 7s ease-in-out infinite; }
.hero-art .float-2 { animation: float 8s ease-in-out -2s infinite; }
.hero-art .draw { stroke-dasharray: 600; stroke-dashoffset: 600; animation: draw 2.2s .4s var(--ease) forwards; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal, .js .reveal-group > * { opacity: 1; transform: none; }
  .hero-art .draw { stroke-dashoffset: 0; }
}

@media print {
  .site-header, .mobile-bar, .cta-band, .site-footer, .legal-aside { display: none; }
  .page-hero { background: none; color: #000; } .page-hero h1 { color: #000; }
}

/* ------------------------------------------------------------------ small additions */
a.reason { text-decoration: none; color: inherit; }
.reason-title, .h2-like { font-size: 1.05rem; margin-bottom: 6px; }
.h2-like { font-size: 1.45rem; margin-bottom: 2px; }
.center-actions { justify-content: center; }
.home .section-soft .company-info { padding-bottom: clamp(48px, 5vw, 80px); }
