/* ════════════════════════════════════════════════════════════
   Most Revizija d.o.o. — zajednički stilovi
   Navy + Purple · Manrope · oštar, profesionalan, pregledan
   ════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #16335f;
  --navy-deep: #0d1820;
  --navy-soft: #2d5a82;
  --purple:    #6b4f94;
  --purple-br: #a78bdf;
  --teal:      #1b8f86;
  --paper:     #ffffff;
  --paper-2:   #f8f9fb;
  --paper-3:   #f0f1f5;
  --card:      #ffffff;
  --ink:       #1a1a1a;
  --muted:     #707070;
  --line:      rgba(22,51,95,0.1);
  --line-soft: rgba(22,51,95,0.05);

  --sans: 'Manrope', system-ui, -apple-system, sans-serif;

  --gut: clamp(24px, 6vw, 88px);
  --maxw: 100%;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
::selection { background: var(--navy); color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.wrap { max-width: 100%; margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }

/* ── headings ── */
h1, h2, h3, h4 { font-weight: 800; line-height: 1.1; letter-spacing: -0.022em; color: var(--navy); text-wrap: balance; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--purple); white-space: nowrap;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--purple); }
.eyebrow.light { color: var(--purple-br); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }

.display { font-size: clamp(2.5rem, 5.4vw, 4.3rem); line-height: 1.04; font-weight: 800; }
.display em { font-style: normal; color: var(--purple-br); }

.sec-title { font-size: clamp(1.85rem, 3.6vw, 2.7rem); margin-top: 18px; max-width: 22ch; }
.sec-title em { font-style: normal; color: var(--purple-br); }
.sec-intro { color: var(--muted); font-size: 1.07rem; max-width: 60ch; margin-top: 18px; text-wrap: pretty; }

.section { padding: clamp(60px, 8.5vw, 124px) 0; position: relative; }
.section-head { margin-bottom: clamp(38px, 5vw, 62px); }

.lead { color: var(--muted); font-size: 1.18rem; line-height: 1.78; }

/* ── buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--sans); font-weight: 700; font-size: 0.96rem;
  padding: 16px 32px; border-radius: 8px; cursor: pointer;
  transition: all 0.26s ease; border: 1.5px solid transparent; white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--purple); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(107,79,148,0.32); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-ghost-light { border-color: rgba(255,255,255,0.45); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn .arrow { transition: transform 0.24s; }
.btn:hover .arrow { transform: translateX(4px); }

/* ════════ TOP BAR ════════ */
.topbar { background: var(--navy-deep); color: rgba(255,255,255,0.74); font-size: 0.76rem; letter-spacing: 0.01em; display: none; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.topbar a { color: rgba(255,255,255,0.8); transition: color 0.2s; }
.topbar a:hover { color: var(--purple-br); }
.topbar-left { display: flex; gap: 24px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar-right { display: flex; gap: 14px; align-items: center; }
.topbar-right .sep { opacity: 0.35; }
.topbar svg { width: 13px; height: 13px; stroke: var(--purple-br); fill: none; stroke-width: 2; }

/* ════════ NAV ════════ */
nav.main {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft); transition: box-shadow 0.3s, background 0.3s;
}
nav.main.scrolled { box-shadow: 0 6px 28px rgba(15,31,46,0.08); background: rgba(255,255,255,0.98); }
nav.main .wrap { display: flex; align-items: center; justify-content: space-between; height: 86px; gap: 32px; transition: height 0.25s ease; }
nav.main.scrolled .wrap { height: 72px; }

.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark { width: 50px; height: 50px; flex-shrink: 0; transition: width 0.25s, height 0.25s; }
nav.main.scrolled .brand .mark { width: 42px; height: 42px; }
.brand-text { font-weight: 800; font-size: 1.28rem; color: var(--navy); letter-spacing: -0.025em; line-height: 1.1; white-space: nowrap; text-transform: uppercase; }
.brand-text .r { color: var(--purple-br); }
.brand-text small { display: block; font-size: 0.59rem; font-weight: 700; letter-spacing: 0.18em; color: var(--muted); margin-top: 6px; text-transform: uppercase; }

.nav-links { display: flex; gap: 52px; align-items: center; }
.nav-links a { font-size: 0.95rem; font-weight: 700; color: var(--ink); position: relative; padding: 8px 0; white-space: nowrap; transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.06em; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--purple); transition: width 0.25s; }
.nav-links a:hover { color: var(--purple); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--navy); }
.nav-links a.active::after { width: 100%; }

/* ── dropdown (Usluge) ── */
.nav-links li.has-dd { position: relative; }
.nav-links li.has-dd > a .caret { font-size: 0.62em; opacity: 0.55; margin-left: 3px; display: inline-block; transition: transform 0.2s; }
.nav-links li.has-dd:hover > a .caret { transform: rotate(180deg); }
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px); padding-top: 14px; opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease; z-index: 1000; }
.nav-links li.has-dd:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dd-inner { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 48px rgba(15,31,46,0.15); padding: 10px; min-width: 320px; display: flex; flex-direction: column; gap: 1px; }
.dd-inner a { padding: 11px 13px; border-radius: 8px; font-size: 0.92rem; font-weight: 600; color: var(--ink); white-space: nowrap; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.82rem; }
.dd-inner a::after { display: none; }
.dd-inner a:hover { background: var(--paper-2); color: var(--purple); }
.dd-inner a.cur { color: var(--purple); background: rgba(107,79,148,0.08); }
.dd-ic { width: 32px; height: 32px; border-radius: 8px; background: var(--paper-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dd-ic svg { width: 17px; height: 17px; stroke: var(--purple); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dd-all { margin-top: 5px; padding-top: 14px !important; border-top: 1px solid var(--line-soft); color: var(--purple) !important; font-weight: 700 !important; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 700; color: var(--navy); padding: 8px 4px; transition: color 0.2s; white-space: nowrap; }
.nav-phone svg { width: 16px; height: 16px; stroke: var(--purple); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.2s; }
.nav-phone:hover { color: var(--purple); }
.nav-right .btn-primary { padding: 12px 22px; font-size: 0.88rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); transition: 0.3s; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 950; background: var(--navy-deep);
  transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  display: flex; flex-direction: column; padding: 90px var(--gut) 40px;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { color: #fff; font-weight: 700; font-size: 1.5rem; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-menu a:hover { color: var(--purple-br); }
.mobile-menu a.sub { font-size: 1.04rem; font-weight: 600; color: rgba(255,255,255,0.74); padding: 9px 0 9px 16px; border-bottom: none; }
.mobile-menu a.sub::before { content: "—"; margin-right: 9px; opacity: 0.5; }
.mobile-menu a.sub:hover { color: var(--purple-br); }
.mobile-close { position: absolute; top: 26px; right: var(--gut); background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ════════ PAGE HEADER (subpages) ════════ */
.page-header { background: linear-gradient(135deg, #16335f 0%, #2d5a82 100%); color: #fff; position: relative; overflow: hidden; }
.page-header::after {
  content: ""; position: absolute; right: -4%; top: -30%; width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(167,139,223,0.16), transparent 64%); pointer-events: none;
}
.page-header .wrap { padding-top: clamp(64px, 9vw, 110px); padding-bottom: clamp(64px, 9vw, 110px); position: relative; z-index: 1; }
.page-header h1 { color: #fff; font-size: clamp(2.4rem, 4.8vw, 3.7rem); max-width: 20ch; letter-spacing: -0.027em; }
.page-header h1 em { font-style: normal; color: var(--purple-br); }
.page-header p { color: rgba(255,255,255,0.82); font-size: 1.15rem; max-width: 62ch; margin-top: 22px; line-height: 1.72; }
.crumbs { font-size: 0.82rem; color: rgba(255,255,255,0.66); margin-bottom: 26px; letter-spacing: 0.02em; }
.crumbs a { color: rgba(255,255,255,0.66); transition: color 0.2s; }
.crumbs a:hover { color: var(--purple-br); }
.crumbs .sep { margin: 0 10px; opacity: 0.5; }

/* ════════ HERO (home) ════════ */
.hero { background: var(--paper); position: relative; overflow: hidden; }
.hero-arc { position: absolute; top: -6%; right: -4%; width: 56%; max-width: 720px; opacity: 0.6; pointer-events: none; z-index: 0; }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(42px, 5.5vw, 84px); align-items: center; padding-top: clamp(96px, 11vw, 150px); padding-bottom: clamp(96px, 11vw, 150px); }
.hero-copy h1 { margin-top: 26px; letter-spacing: -0.028em; }
.hero-copy .lead { margin-top: 28px; max-width: 52ch; }
.hero-cta { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust { margin-top: 42px; display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 0.9rem; flex-wrap: wrap; }
.hero-trust .pill { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy); }
.hero-trust .pill svg { width: 16px; height: 16px; stroke: var(--purple); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; }
.hero-frame { position: relative; border: 1px solid var(--line); background: var(--card); padding: 13px; border-radius: 12px; box-shadow: 0 28px 64px rgba(15,31,46,0.13); }
.hero-frame image-slot { width: 100%; height: 500px; display: block; border-radius: 8px; }
.hero-badge { position: absolute; left: -28px; bottom: 42px; background: var(--navy); color: #fff; padding: 24px 30px; border-radius: 12px; z-index: 3; box-shadow: 0 20px 44px rgba(13,24,32,0.35); max-width: 240px; }
.hero-badge .n { font-weight: 800; font-size: 2.5rem; line-height: 1; color: #fff; letter-spacing: -0.032em; }
.hero-badge .n em { font-style: normal; color: var(--purple-br); }
.hero-badge .t { font-size: 0.84rem; color: rgba(255,255,255,0.78); margin-top: 8px; }

/* ════════ FACT BAND ════════ */
.factband { background: var(--navy); color: #fff; }
.factband .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { padding: clamp(40px, 5vw, 60px) clamp(24px, 3.5vw, 52px); border-left: 1px solid rgba(255,255,255,0.14); }
.fact:first-child { border-left: none; padding-left: 0; }
.fact .num { font-weight: 800; font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: 1; letter-spacing: -0.032em; color: #fff; }
.fact .num em { font-style: normal; color: var(--purple-br); }
.fact .lbl { color: rgba(255,255,255,0.78); font-size: 0.96rem; margin-top: 12px; letter-spacing: 0.01em; }

/* ════════ SERVICES GRID ════════ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.svc { background: var(--card); padding: 44px 38px; position: relative; transition: background 0.3s; overflow: hidden; }
.svc::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3.5px; background: var(--purple); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.svc:hover { background: #fafbfd; }
.svc:hover::before { transform: scaleX(1); }
.svc-num { font-weight: 800; font-size: 0.8rem; color: var(--purple); letter-spacing: 0.16em; text-transform: uppercase; }
.svc-ico { width: 56px; height: 56px; margin: 20px 0 28px; stroke: var(--navy); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s, transform 0.35s; color: var(--navy); }
.svc:hover .svc-ico { stroke: var(--purple); color: var(--purple); transform: translateY(-2px); }
.svc h3 { font-size: 1.38rem; letter-spacing: -0.02em; }
.svc p { color: var(--muted); font-size: 0.98rem; margin-top: 14px; line-height: 1.68; }

/* ── service detail (Usluge page) ── */
.svc-detail { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 4.5vw, 68px); align-items: start; padding: clamp(48px, 6vw, 76px) 0; border-top: 1px solid var(--line); }
.svc-detail:first-of-type { border-top: none; padding-top: 0; }
.svc-detail .sd-head { position: sticky; top: 120px; }
.svc-detail .sd-num { font-weight: 800; font-size: 0.81rem; color: var(--purple); letter-spacing: 0.17em; text-transform: uppercase; }
.svc-detail h2 { font-size: clamp(1.7rem, 2.9vw, 2.2rem); margin-top: 14px; letter-spacing: -0.023em; }
.svc-detail .sd-ico { width: 56px; height: 56px; margin-bottom: 20px; stroke: var(--navy); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svc-detail p.sd-desc { color: var(--muted); margin-top: 16px; max-width: 45ch; font-size: 1.06rem; line-height: 1.72; }
.check-list { display: flex; flex-direction: column; gap: 2px; margin-top: 28px; }
.check-list li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 4px; border-bottom: 1px solid var(--line-soft); }
.check-list li:last-child { border-bottom: none; }
.check-list .ck { flex-shrink: 0; width: 28px; height: 28px; border-radius: 7px; background: rgba(107,79,148,0.12); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.check-list .ck svg { width: 15px; height: 15px; stroke: var(--purple); fill: none; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.check-list span.txt { font-size: 1.03rem; color: var(--ink); font-weight: 500; line-height: 1.68; }

/* ════════ FILM SECTION ════════ */
.film { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.film::after { content: ""; position: absolute; left: -6%; bottom: -40%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(167,139,223,0.16), transparent 64%); pointer-events: none; }
.film .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(42px, 5.5vw, 80px); align-items: center; }
.film h2 { color: #fff; font-size: clamp(2.1rem, 3.8vw, 2.9rem); letter-spacing: -0.026em; }
.film h2 em { font-style: normal; color: var(--purple-br); }
.film p { color: rgba(255,255,255,0.82); margin-top: 20px; font-size: 1.08rem; text-wrap: pretty; line-height: 1.74; }
.film .quote { border-left: 3.5px solid var(--purple-br); padding: 8px 0 8px 28px; margin-top: 34px; font-size: 1.28rem; font-weight: 700; color: #fff; line-height: 1.48; letter-spacing: -0.015em; }
.film-side { border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 10px; background: rgba(255,255,255,0.04); }
.film-side image-slot { width: 100%; height: 420px; display: block; border-radius: 10px; }
.film-points { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.film-points li { display: flex; gap: 14px; align-items: flex-start; color: rgba(255,255,255,0.88); font-size: 1rem; line-height: 1.6; }
.film-points .dot { flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--purple-br); margin-top: 8px; }

/* ════════ WHY / ABOUT LIST ════════ */
.about { background: var(--paper-2); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.why { background: var(--card); padding: 40px 36px; transition: background 0.3s; }
.why:hover { background: #fafbfd; }
.why-ico { width: 56px; height: 56px; border-radius: 11px; background: linear-gradient(135deg, var(--navy) 0%, #1f4170 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: transform 0.35s, box-shadow 0.35s; }
.why:hover .why-ico { transform: translateY(-3px) rotate(-2deg); box-shadow: 0 12px 28px rgba(22,51,95,0.28); }
.why-ico svg { width: 26px; height: 26px; stroke: var(--purple-br); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.why h3 { font-size: 1.24rem; letter-spacing: -0.02em; }
.why p { color: var(--muted); font-size: 0.97rem; margin-top: 12px; line-height: 1.7; }

/* prose blocks (About page) */
.prose { max-width: 72ch; }
.prose p { color: var(--ink); font-size: 1.1rem; margin-top: 22px; line-height: 1.76; }
.prose p:first-child { margin-top: 0; }
.prose p.lead-p { font-size: 1.24rem; color: var(--navy); font-weight: 700; line-height: 1.65; }

.split { display: grid; grid-template-columns: 0.96fr 1.04fr; gap: clamp(42px, 5.5vw, 84px); align-items: center; }
.split-visual { position: relative; }
.split-visual image-slot { width: 100%; height: 540px; display: block; border: 1px solid var(--line); border-radius: 14px; }
.tag-strip { position: absolute; right: -22px; bottom: -22px; background: var(--purple); color: #fff; padding: 24px 28px; border-radius: 12px; max-width: 260px; box-shadow: 0 18px 42px rgba(107,79,148,0.36); }
.tag-strip strong { font-size: 1.14rem; font-weight: 800; display: block; letter-spacing: -0.01em; }
.tag-strip span { font-size: 0.86rem; opacity: 0.94; margin-top: 6px; }

/* ════════ TEAM ════════ */
.team-intro { max-width: 72ch; }
.team-intro p { color: var(--ink); font-size: 1.1rem; margin-top: 20px; line-height: 1.76; }
.team-intro p:first-child { margin-top: 0; }

.member-card { display: grid; grid-template-columns: 320px 1fr; gap: clamp(32px, 4.5vw, 64px); align-items: start; padding: clamp(44px, 6vw, 72px) 0; border-top: 1px solid var(--line); }
.member-card:first-of-type { border-top: none; padding-top: 0; }
.member-photo { position: relative; }
.member-photo image-slot { width: 100%; height: 400px; display: block; border: 1px solid var(--line); border-radius: 12px; }
.member-photo .lic { margin-top: 18px; display: inline-flex; align-items: center; gap: 9px; font-size: 0.82rem; font-weight: 700; color: var(--purple); letter-spacing: 0.03em; text-transform: uppercase; }
.member-photo .lic svg { width: 16px; height: 16px; stroke: var(--purple); fill: none; stroke-width: 2.2; }
.member-info h2 { font-size: clamp(1.75rem, 2.8vw, 2.2rem); letter-spacing: -0.024em; }
.member-info .role { color: var(--purple); font-size: 0.87rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; margin-top: 10px; }
.member-info p { color: var(--muted); margin-top: 18px; font-size: 1.04rem; line-height: 1.72; }
.member-info .expertise { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.member-info .expertise span { font-size: 0.84rem; font-weight: 600; color: var(--navy); background: var(--paper-2); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; }
.member-flag { display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); background: rgba(107,79,148,0.1); padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; }
.placeholder-card .member-photo image-slot { border-style: dashed; }
.placeholder-card .member-info h2 { color: var(--muted); }

/* ════════ TEAM PREVIEW (home) ════════ */
.team-prev { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.tp-card { display: flex; gap: 24px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 28px; transition: box-shadow 0.3s; }
.tp-card:hover { box-shadow: 0 20px 48px rgba(22,51,95,0.11); }
.tp-card image-slot { width: 104px; height: 104px; flex-shrink: 0; display: block; border-radius: 11px; border: 1px solid var(--line); }
.tp-card h3 { font-size: 1.24rem; letter-spacing: -0.02em; }
.tp-card .role { color: var(--purple); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 7px; }
.tp-card p { color: var(--muted); font-size: 0.94rem; margin-top: 11px; line-height: 1.68; }

/* ════════ CTA BAND ════════ */
.cta { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta::after { content: ""; position: absolute; right: -5%; top: -60%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(167,139,223,0.16), transparent 64%); }
.cta .wrap { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 42px; flex-wrap: wrap; padding-top: clamp(60px, 7vw, 96px); padding-bottom: clamp(60px, 7vw, 96px); }
.cta h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.8rem); max-width: 18ch; letter-spacing: -0.026em; }
.cta h2 em { font-style: normal; color: var(--purple-br); }
.cta p { color: rgba(255,255,255,0.82); margin-top: 16px; max-width: 50ch; font-size: 1.06rem; line-height: 1.72; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ════════ CONTACT ════════ */
.contact-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: clamp(48px, 6vw, 80px); }
.contact-info h2 { font-size: 1.8rem; letter-spacing: -0.024em; }
.contact-info > p { color: var(--muted); margin-top: 16px; max-width: 42ch; font-size: 1.06rem; line-height: 1.72; }
.cdetail { display: flex; gap: 18px; margin-top: 30px; align-items: flex-start; }
.cdetail-ic { flex-shrink: 0; width: 48px; height: 48px; background: var(--navy); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.cdetail-ic svg { width: 21px; height: 21px; stroke: var(--purple-br); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cdetail strong { display: block; font-weight: 700; color: var(--navy); font-size: 0.95rem; letter-spacing: -0.01em; }
.cdetail span { color: var(--muted); font-size: 0.97rem; margin-top: 4px; }
.cdetail span.placeholder { font-style: italic; opacity: 0.7; }

.reg-table { margin-top: 36px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.reg-table .row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line-soft); font-size: 0.93rem; }
.reg-table .row:last-child { border-bottom: none; }
.reg-table .row:nth-child(odd) { background: var(--paper-2); }
.reg-table .k { color: var(--muted); }
.reg-table .v { color: var(--navy); font-weight: 700; text-align: right; }

form.lead-form { background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px; padding: clamp(32px, 5vw, 48px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fgroup { margin-bottom: 20px; display: flex; flex-direction: column; }
.fgroup label { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: 0.01em; }
.fgroup input, .fgroup select, .fgroup textarea {
  font-family: var(--sans); font-size: 0.98rem; color: var(--ink); padding: 14px 16px;
  border: 1px solid var(--line); background: #fff; border-radius: 8px; transition: border-color 0.2s; width: 100%;
}
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(107,79,148,0.08); }
.fgroup textarea { resize: vertical; min-height: 140px; }
.btn-submit { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 16px; text-align: center; }
.map-slot { margin-top: 42px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.map-slot image-slot { width: 100%; height: 340px; display: block; }

/* ════════ FOOTER ════════ */
footer.site { background: var(--navy-deep); color: rgba(255,255,255,0.7); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 48px; padding-top: clamp(64px, 8vw, 100px); padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand .brand-text { color: #fff; font-size: 1.32rem; }
.footer-brand .brand-text .r { color: var(--purple-br); }
.footer-brand p { font-size: 0.92rem; line-height: 1.78; margin-top: 20px; max-width: 340px; color: rgba(255,255,255,0.72); }
.footer-col h4 { font-size: 0.79rem; font-weight: 800; color: #fff; letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.92rem; transition: color 0.2s; color: rgba(255,255,255,0.7); }
.footer-col a:hover { color: var(--purple-br); }
.footer-col .ftxt { font-size: 0.92rem; line-height: 1.78; color: rgba(255,255,255,0.7); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 30px 0; font-size: 0.84rem; flex-wrap: wrap; color: rgba(255,255,255,0.6); }

/* ════════ BLOG ════════ */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.blog-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 36px; transition: box-shadow 0.3s, transform 0.3s; }
.blog-card:hover { box-shadow: 0 18px 48px rgba(22,51,95,0.11); transform: translateY(-4px); }
.blog-meta { display: flex; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
.blog-date { font-size: 0.79rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.blog-cat { font-size: 0.76rem; font-weight: 800; color: #fff; background: var(--purple); padding: 5px 13px; border-radius: 5px; text-transform: uppercase; letter-spacing: 0.05em; }
.blog-card h2 { font-size: 1.38rem; margin-top: 8px; letter-spacing: -0.02em; }
.blog-card h2 a { color: var(--navy); transition: color 0.2s; }
.blog-card h2 a:hover { color: var(--purple); }
.blog-card > p { color: var(--muted); font-size: 1rem; margin-top: 16px; line-height: 1.76; }
.blog-read { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.read-more { color: var(--purple); font-weight: 700; font-size: 0.96rem; transition: color 0.2s; }
.read-more:hover { color: var(--navy); }
.read-time { font-size: 0.82rem; color: var(--muted); }

/* blog post */
.blog-post { max-width: 1020px; margin: 0 auto; padding: 0 36px; }
.blog-post .blog-meta { margin-bottom: 28px; }
.blog-post h1 { font-size: clamp(2.1rem, 4.2vw, 2.8rem); margin-top: 14px; letter-spacing: -0.026em; }
.blog-post h1 em { color: var(--purple-br); }
.blog-post .post-intro { font-size: 1.16rem; color: var(--muted); margin-top: 20px; line-height: 1.74; }
.blog-post-content { margin-top: 56px; }
.blog-post-content p { color: var(--ink); font-size: 1.08rem; line-height: 1.82; margin-top: 20px; max-width: 100%; }
.blog-post-content p:first-child { margin-top: 0; }
.blog-post-content h2 { font-size: 1.54rem; margin-top: 48px; margin-bottom: 18px; letter-spacing: -0.022em; }
.blog-post-content h3 { font-size: 1.24rem; margin-top: 32px; margin-bottom: 14px; color: var(--navy); letter-spacing: -0.01em; }
.blog-post-content ul { margin-top: 16px; margin-left: 24px; }
.blog-post-content li { list-style: disc; color: var(--muted); margin-top: 10px; line-height: 1.7; }
.blog-post-content strong { font-weight: 700; color: var(--navy); }
.blog-post-content em { font-style: italic; color: var(--muted); }
.blog-post-content .highlight { background: rgba(107,79,148,0.12); padding: 28px; border-left: 4px solid var(--purple); border-radius: 8px; margin: 32px 0; }
.blog-post-content .blog-img { width: 100%; height: auto; margin: 36px 0; border-radius: 12px; box-shadow: 0 10px 32px rgba(22,51,95,0.14); }
.blog-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 68px; padding-top: 36px; border-top: 1px solid var(--line); }
.blog-nav a { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: var(--paper-2); border-radius: 12px; transition: background 0.2s; }
.blog-nav a:hover { background: var(--paper-3); }
.blog-nav a .label { font-size: 0.81rem; color: var(--muted); text-transform: uppercase; font-weight: 800; letter-spacing: 0.05em; }
.blog-nav a .title { color: var(--navy); font-weight: 700; font-size: 1.02rem; letter-spacing: -0.01em; }

@media (max-width: 1200px) {
  .blog-post { padding: 0 30px; }
}

@media (max-width: 880px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-nav { grid-template-columns: 1fr; }
  .blog-post { padding: 0 20px; }
}

/* ════════ SECURITY ════════ */
/* Prevent iframe embedding */
@media print {
  body::before {
    content: "Most revizija d.o.o. © 2026";
  }
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1180px) {
  .nav-phone { display: none; }
  .nav-links { gap: 22px; }
}
@media (max-width: 1024px) {
  .services-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .nav-links, .topbar-left span.hide-sm { display: none; }
  .hamburger { display: flex; }
  .nav-right .btn { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-frame image-slot { height: 320px; }
  .factband .wrap { grid-template-columns: 1fr; }
  .fact { border-left: none; border-top: 1px solid rgba(255,255,255,0.13); padding-left: 0; }
  .fact:first-child { border-top: none; }
  .film .wrap, .split, .contact-grid { grid-template-columns: 1fr; }
  .svc-detail { grid-template-columns: 1fr; gap: 24px; }
  .svc-detail .sd-head { position: static; }
  .member-card { grid-template-columns: 1fr; }
  .member-photo { max-width: 320px; }
  .team-prev { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .split-visual image-slot { height: 380px; }
}
@media (max-width: 560px) {
  .services-grid, .why-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-badge { left: 0; }
  .tag-strip { right: 0; }
  .tp-card { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* ════════ LANGUAGE SWITCHER ════════ */
.lang-switcher { display: flex; align-items: center; gap: 10px; }
.lang-btn { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; color: var(--muted); padding: 6px 8px; transition: all 0.2s; border-radius: 4px; text-transform: uppercase; }
.lang-btn:hover { color: var(--purple); }
.lang-btn.active { color: var(--navy); background: var(--paper-2); }
.lang-sep { opacity: 0.3; }

/* ════════ PROCESS STEPS ════════ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.step { background: var(--card); padding: 36px 30px; transition: background 0.3s; }
.step:hover { background: #fafbfd; }
.step .sn { font-weight: 800; font-size: 2.2rem; color: var(--purple); letter-spacing: -0.032em; line-height: 1; }
.step h3 { font-size: 1.18rem; margin-top: 16px; letter-spacing: -0.02em; }
.step p { color: var(--muted); font-size: 0.95rem; margin-top: 11px; line-height: 1.7; }
.sectors { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.sectors span { font-size: 0.94rem; font-weight: 650; color: var(--navy); background: var(--card); border: 1px solid var(--line); padding: 11px 20px; border-radius: 999px; }

/* ════════ SERVICE PAGE ════════ */
.svc-page-grid { display: grid; grid-template-columns: 1.58fr 0.42fr; gap: clamp(42px, 5.5vw, 80px); align-items: start; }
.svc-page-main .eyebrow { margin-bottom: 10px; }
.svc-page-main h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin-top: 12px; letter-spacing: -0.024em; }
.svc-page-main h2 em { color: var(--purple); }
.svc-page-main .lead { margin-top: 18px; max-width: 60ch; }
.svc-page-main p { color: var(--muted); font-size: 1.07rem; margin-top: 18px; max-width: 62ch; text-wrap: pretty; line-height: 1.74; }
.svc-page-main p:first-of-type { margin-top: 0; }
.svc-page-main .check-list { margin-top: 34px; }
.quote-light { border-left: 3.5px solid var(--purple); padding: 8px 0 8px 26px; margin: 34px 0 8px; font-size: 1.26rem; font-weight: 700; color: var(--navy); line-height: 1.48; letter-spacing: -0.015em; max-width: none; }

.svc-aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 20px; }
.aside-card { border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.aside-card h3 { font-size: 1.18rem; letter-spacing: -0.02em; }
.aside-card.dark { background: var(--navy); border-color: var(--navy); color: #fff; }
.aside-card.dark h3 { color: #fff; }
.aside-card.dark p { color: rgba(255,255,255,0.82); font-size: 0.95rem; margin-top: 11px; line-height: 1.7; }
.aside-card .btn { margin-top: 20px; width: 100%; justify-content: center; }
.aside-card h4.aside-h { font-size: 0.77rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--purple); margin-bottom: 8px; }
.aside-links { display: flex; flex-direction: column; gap: 1px; }
.aside-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 2px; border-bottom: 1px solid var(--line-soft); font-size: 0.95rem; font-weight: 650; color: var(--ink); transition: color 0.2s, padding 0.2s; }
.aside-links a:last-child { border-bottom: none; }
.aside-links a:hover { color: var(--purple); padding-left: 7px; }
.aside-links a.cur { color: var(--purple); cursor: default; font-weight: 700; }
.aside-links a.cur:hover { padding-left: 2px; }
.aside-links a .ar { opacity: 0.45; }
@media (max-width: 880px) {
  .svc-page-grid { grid-template-columns: 1fr; }
  .svc-aside { position: static; }
}

/* ════════ MICRO-INTERACTIONS & ANIMATIONS ════════ */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  
  /* Subtle fade-in for cards */
  .blog-card, .svc, .why, .step, .tp-card {
    animation: fadeInUp 0.5s ease-out backwards;
  }
  
  .blog-card { animation-delay: 0.05s; }
  .svc:nth-child(2) { animation-delay: 0.1s; }
  .svc:nth-child(3) { animation-delay: 0.15s; }
  .why:nth-child(2) { animation-delay: 0.08s; }
  .why:nth-child(3) { animation-delay: 0.16s; }
  .step:nth-child(2) { animation-delay: 0.08s; }
  .step:nth-child(3) { animation-delay: 0.16s; }
  .step:nth-child(4) { animation-delay: 0.24s; }
  .tp-card:nth-child(2) { animation-delay: 0.1s; }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Button interactions */
  .btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .btn:hover {
    transition-duration: 0.25s;
  }
  .btn:active {
    transform: scale(0.98);
  }
  
  /* Link animations */
  .nav-links a::after {
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Service card top bar */
  .svc::before {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Icon color transitions */
  .svc-ico, .why-ico {
    transition: stroke 0.3s ease;
  }
  
  /* Form focus states */
  .fgroup input, .fgroup textarea, .fgroup select {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .fgroup input:focus, .fgroup textarea:focus, .fgroup select:focus {
    box-shadow: 0 0 0 3px rgba(107, 79, 148, 0.14);
  }
}

/* ════════ LOADING STATE ════════ */
image-slot:not([src]) {
  background: linear-gradient(90deg, var(--paper-2) 25%, var(--paper-3) 50%, var(--paper-2) 75%);
  background-size: 200% 100%;
  animation: shimmerLoad 1.8s infinite;
}

@keyframes shimmerLoad {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ════════ ACCESSIBILITY ════════ */
*:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

/* Remove focus outline for mouse users */
*:focus:not(:focus-visible) {
  outline: none;
}

/* ════════ PHASE 3 — MICRO-DETAILS ════════ */

/* Scroll reveal — default hidden state */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible { transform: translateX(0); }
[data-reveal][data-delay="100"] { transition-delay: 100ms; }
[data-reveal][data-delay="200"] { transition-delay: 200ms; }
[data-reveal][data-delay="300"] { transition-delay: 300ms; }
[data-reveal][data-delay="400"] { transition-delay: 400ms; }
[data-reveal][data-delay="500"] { transition-delay: 500ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* Stagger reveal — children animate in sequence */
[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal-stagger].is-visible > * { opacity: 1; transform: translateY(0); }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: 80ms; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: 160ms; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: 240ms; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: 320ms; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: 400ms; }

/* Card hover — subtle cursor-aware shine */
.svc, .why, .blog-card, .tp-card {
  position: relative;
  isolation: isolate;
}
.svc::after, .why::after, .blog-card::after, .tp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(107,79,148,0.07), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  border-radius: inherit;
  z-index: -1;
}
.svc:hover::after, .why:hover::after, .blog-card:hover::after, .tp-card:hover::after { opacity: 1; }

/* Image loading shimmer */
image-slot {
  position: relative;
  overflow: hidden;
}
image-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
image-slot[loading]::before { opacity: 1; }
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Focus visible — accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2.5px solid var(--purple);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline-offset: 4px;
}

/* Smooth scroll for the whole document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Selection */
::selection {
  background: var(--purple);
  color: #fff;
}

/* Animated counter for fact band */
.fact .num {
  font-variant-numeric: tabular-nums;
}

/* Refined link underline animation (for blog/inline links) */
a.inline-link {
  position: relative;
  color: var(--purple);
  font-weight: 700;
}
a.inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: var(--purple);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.2, 1);
}
a.inline-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Subtle pulse on CTA primary button */
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(107,79,148,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(107,79,148,0); }
}
.btn-primary.btn-pulse {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

/* Decorative SVG grid pattern utility */
.bg-grid {
  background-image:
    linear-gradient(rgba(22,51,95,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,51,95,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* Polish: better hover lift on service cards */
.svc h3 { transition: color 0.3s, transform 0.3s; }
.svc:hover h3 { color: var(--purple); }
.svc-num { transition: color 0.3s, letter-spacing 0.3s; }
.svc:hover .svc-num { color: var(--navy); letter-spacing: 0.2em; }

/* Member card photo subtle zoom */
.member-photo image-slot {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.member-card:hover .member-photo image-slot {
  /* no transform — keep photo fixed */
}

/* Better dropdown animation */
.dropdown { transform-origin: top center; }

/* Eyebrow line animation on reveal */
[data-reveal].is-visible .eyebrow::before {
  animation: lineExpand 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
@keyframes lineExpand {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

/* ════════ PRINT ════════ */
@media print {
  nav.main, .topbar, .mobile-menu, .cta { display: none; }
  body { background: white; color: black; }
  .section { page-break-inside: avoid; }
  a { text-decoration: underline; }
}

/* ════════ SERVICE PAGE — EXPANDED SECTIONS ════════ */
.svc-page-main h3 {
  font-size: 1.32rem;
  margin-top: 44px;
  margin-bottom: 12px;
  letter-spacing: -0.022em;
  color: var(--navy);
}
.svc-page-main h3:first-of-type { margin-top: 36px; }
.svc-page-main h4 {
  font-size: 1.08rem;
  margin-top: 28px;
  margin-bottom: 8px;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.svc-page-main ul:not(.check-list) {
  margin-top: 14px;
  padding-left: 0;
  list-style: none;
  max-width: 62ch;
}
.svc-page-main ul:not(.check-list) li {
  position: relative;
  padding-left: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}
.svc-page-main ul:not(.check-list) li::before {
  content: "";
  position: absolute;
  left: 0; top: 18px;
  width: 8px; height: 8px;
  background: var(--teal);
  border-radius: 50%;
}
.svc-page-main ul:not(.check-list) li strong { color: var(--ink); font-weight: 700; }

.svc-page-main .quote-light { margin-top: 36px; }

/* Process steps (numbered) */
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
  counter-reset: pstep;
}
.process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px 4px;
  border-bottom: 1px solid var(--line-soft);
}
.process-step:last-child { border-bottom: none; }
.process-step::before {
  counter-increment: pstep;
  content: "0" counter(pstep);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding-top: 2px;
}
.process-step h4 {
  font-size: 1.12rem;
  color: var(--navy);
  margin: 0 0 6px;
  letter-spacing: -0.014em;
}
.process-step p {
  color: var(--muted);
  font-size: 0.98rem;
  margin: 0;
  line-height: 1.7;
  max-width: 62ch;
}

/* Phone CTA banner */
.phone-cta {
  margin-top: 56px;
  background: linear-gradient(135deg, #16335f 0%, #0d1f3a 100%);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.phone-cta::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(27, 143, 134, 0.22) 0%, transparent 60%);
  pointer-events: none;
}
.phone-cta-text { position: relative; z-index: 1; }
.phone-cta-eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6acabf;
  margin-bottom: 10px;
}
.phone-cta h3 {
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 36ch;
  text-wrap: balance;
}
.phone-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
  max-width: 52ch;
}
.phone-cta-action {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}
.phone-cta-action .pca-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.phone-cta-action a.pca-num {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.014em;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color 0.2s;
}
.phone-cta-action a.pca-num svg {
  width: 22px; height: 22px;
  stroke: #6acabf;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.phone-cta-action a.pca-num:hover { color: #6acabf; }
.phone-cta-action .pca-hours {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}
@media (max-width: 700px) {
  .phone-cta { grid-template-columns: 1fr; }
  .phone-cta-action { text-align: left; }
}

/* FAQ accordion */
.faq-list {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 56px 22px 0;
  position: relative;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.45;
  transition: color 0.2s;
  outline: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316335f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.faq-item[open] summary::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b8f86' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/></svg>");
}
.faq-item[open] summary { color: var(--teal); }
.faq-item summary:hover { color: var(--teal); }
.faq-item .faq-a {
  padding: 0 56px 24px 0;
  color: var(--muted);
  font-size: 1.0rem;
  line-height: 1.74;
  max-width: 64ch;
}
.faq-item .faq-a p { margin: 0 0 12px 0; color: var(--muted); }
.faq-item .faq-a p:last-child { margin-bottom: 0; }
.faq-item .faq-a strong { color: var(--ink); font-weight: 700; }

/* Related services row */
.related-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}
.related-svc-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.related-svc-card:hover {
  border-color: var(--teal);
  box-shadow: 0 10px 28px rgba(22, 51, 95, 0.08);
}
.related-svc-card .rsc-ico {
  width: 36px; height: 36px;
  margin-bottom: 14px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.related-svc-card h4 {
  font-size: 1.08rem;
  color: var(--navy);
  letter-spacing: -0.014em;
  margin: 0 0 6px;
}
.related-svc-card p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.62;
}
.related-svc-card .rsc-arrow {
  margin-top: 16px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.02em;
}
@media (max-width: 880px) {
  .related-svc-grid { grid-template-columns: 1fr; }
}

/* Section spacer inside service main */
.svc-block {
  margin-top: 56px;
  padding-top: 8px;
}
.svc-block:first-of-type { margin-top: 36px; }
.svc-block > .eyebrow { margin-bottom: 8px; }
.svc-block > h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 14px; letter-spacing: -0.022em; }
