@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700;800&display=swap');
  :root {
    --ink:        #0a0a0a;
    --ink-2:      #3d4250;
    --mute:       #80858f;
    --paper:      #ffffff;
    --paper-2:    #f4f5f7;
    --line:       #e3e5e9;
    --line-2:     #c9ccd3;
    --accent:     #00b0f0;
    --accent-ink: #0089bd;
    --display: "Poppins", system-ui, -apple-system, sans-serif;
    --body:    "Inter", system-ui, -apple-system, sans-serif;
    --fs-label: 13px;
    --fs-ui:    14px;
    --fs-body:  16px;
    --fs-lead:  18px;
    --fs-sub:   21px;
    --max: 1120px;
    --pad: 40px;
    --radius: 4px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: var(--fs-body);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; height: auto; }
  ::selection { background: var(--accent); color: #fff; }
  .yv-container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
  .yv-nav,
  .yv-hero,
  .yv-section,
  .yv-contact,
  .yv-footer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .yv-hero, .yv-section, .yv-contact, .yv-footer { overflow: hidden; }
  html, body { overflow-x: hidden; max-width: 100%; }
  *, *::before, *::after { box-sizing: border-box; }
  .yv-nav, .yv-hero, .yv-section, .yv-contact, .yv-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .yv-dot::after {
    content: "";
    display: inline-block;
    width: 0.32em; height: 0.32em;
    border-radius: 50%;
    background: var(--accent);
    margin-left: 0.12em;
    vertical-align: 0.15em;
  }
  .yv-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
  }
  .yv-nav-inner {
    max-width: var(--max); margin: 0 auto; padding: 48px var(--pad) 22px;
    display: flex; align-items: center; justify-content: space-between; gap: 32px;
  }
  #help, #about, #clients, #news, #contact, #top {
    scroll-margin-top: 124px;
  }
  .yv-nav-logo { display: inline-flex; align-items: center; }
  .yv-nav-logo img { height: 38px; width: auto; display: block; }
  .yv-nav-toggle {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    width: 42px; height: 42px; padding: 9px; border: 0; background: transparent;
    cursor: pointer; border-radius: 6px;
  }
  .yv-nav-toggle span {
    display: block; height: 2px; width: 100%; background: var(--ink);
    border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .yv-nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
  .yv-nav-links a {
    font-size: var(--fs-ui); font-weight: 500; letter-spacing: 0.01em;
    color: var(--ink-2); padding: 4px 0; position: relative; transition: color 0.2s;
  }
  .yv-nav-links a::after {
    content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
    background: var(--accent); transition: width 0.25s ease;
  }
  .yv-nav-links a:hover { color: var(--ink); }
  .yv-nav-links a:hover::after { width: 100%; }
  .yv-nav-cta {
    font-family: var(--body); font-weight: 500; font-size: var(--fs-ui);
    letter-spacing: 0.01em; padding: 4px 0;
    border: 0; border-radius: 0;
    color: var(--ink-2) !important; background: transparent;
  }
  .yv-nav-cta::after {
    content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
    background: var(--accent); transition: width 0.25s ease;
  }
  .yv-nav-cta:hover { color: var(--ink) !important; background: transparent; }
  .yv-nav-cta:hover::after { width: 100%; }
  .yv-hero { border-bottom: 1px solid var(--line); }
  .yv-hero-inner {
    max-width: var(--max); margin: 0 auto; padding: 176px var(--pad) 56px;
  }
  .yv-eyebrow {
    font-family: var(--display); font-weight: 600; font-size: var(--fs-label);
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-ink);
    margin-bottom: 30px; display: inline-flex; align-items: center; gap: 10px;
  }
  .yv-eyebrow::before {
    content: ""; width: 26px; height: 2px; background: var(--accent); display: inline-block;
  }
  .yv-hero h1 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(38px, 5vw, 64px); line-height: 1.05;
    letter-spacing: -0.03em; color: var(--ink);
    max-width: 17ch; margin-bottom: 30px; text-wrap: balance;
  }
  .yv-hero h1 em { font-style: normal; color: var(--accent-ink); }
  .yv-hero-sub {
    font-size: var(--fs-lead); line-height: 1.55; color: var(--ink-2);
    max-width: 54ch; margin-bottom: 40px;
  }
  .yv-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
  .yv-hero-proof {
    border-top: 1px solid var(--line); padding-top: 28px;
    font-size: var(--fs-body); line-height: 1.6; color: var(--mute); max-width: 70ch;
  }
  .yv-hero-proof strong { color: var(--ink-2); font-weight: 600; }
  .yv-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: var(--display); font-weight: 600; font-size: var(--fs-ui);
    letter-spacing: 0.01em; padding: 15px 30px; border-radius: var(--radius);
    border: 1.5px solid #07294e; color: #fff; background: #07294e;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  }
  .yv-btn:hover { transform: translateY(-1px); }
  .yv-btn-primary:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
  .yv-btn-ghost:hover { background: var(--ink-2); border-color: var(--ink-2); color: #fff; }
  .yv-section { padding: 44px 0; }
  .yv-section-alt { background: var(--paper-2); }
  .yv-section + .yv-section { padding-top: 12px; }
  .yv-section + .yv-about { padding-top: 44px; }
  .yv-section-head { max-width: 64ch; margin-bottom: 40px; }
  .yv-kicker {
    font-family: var(--display); font-weight: 600; font-size: var(--fs-label);
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink);
    margin-bottom: 16px; display: inline-block;
  }
  .yv-section-title {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(30px, 3.8vw, 46px); line-height: 1.08;
    letter-spacing: -0.025em; color: var(--ink);
  }
  .yv-section-intro { font-size: var(--fs-lead); color: var(--ink-2); margin-top: 18px; max-width: 60ch; }
  .yv-caps {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 72px !important;
    border-top: 1px solid var(--line);
    padding-top: 48px;
    align-items: start;
  }
  .yv-cap {
    padding: 0 !important; border: 0 !important;
    display: flex; flex-direction: column; position: relative;
    min-width: 0;
  }
  .yv-cap-num {
    font-family: var(--display); font-weight: 700; font-size: var(--fs-label);
    color: var(--accent-ink); letter-spacing: 0.04em; margin-bottom: 20px;
  }
  .yv-cap h3 {
    font-family: var(--display); font-weight: 600; font-size: var(--fs-sub);
    line-height: 1.25; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 22px;
  }
  .yv-cap p { font-size: var(--fs-body); line-height: 1.8; color: var(--ink-2); margin-bottom: 16px; }
  .yv-cap p strong { color: var(--ink); font-weight: 600; }
  .yv-cap-credit {
    margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line);
    font-size: var(--fs-label); line-height: 1.7; color: var(--mute);
  }
  .yv-cap-credit strong { color: var(--ink-2); font-weight: 600; }
  .yv-creds,
  .yv-creds .yv-container,
  .yv-creds-grid { background: #07294e !important; color: #fff; }
  .yv-section.yv-creds { padding-top: 44px; }
  .yv-creds-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
  .yv-creds-grid > * { min-width: 0; }
  .yv-creds .yv-kicker { color: var(--accent); }
  .yv-creds-title {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(26px, 3vw, 38px); line-height: 1.12;
    letter-spacing: -0.025em; color: #fff; max-width: 16ch;
  }
  .yv-creds-list { display: flex; flex-direction: column; }
  .yv-cred { padding: 26px 0; border-top: 1px solid rgba(255,255,255,0.16); }
  .yv-cred:first-child { padding-top: 4px; border-top: 0; }
  .yv-cred:last-child { padding-bottom: 0; }
  .yv-cred p { font-size: var(--fs-body); line-height: 1.65; color: rgba(255,255,255,0.78); }
  .yv-cred p strong { color: #fff; font-weight: 600; }
  .yv-about-grid {
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 44px;
    row-gap: 0;
    align-items: start;
    max-width: 100%;
  }
  .yv-about-grid > .yv-kicker {
    grid-column: 1 / -1;
    margin-bottom: 40px;
  }
  .yv-about-media {
    grid-column: 1; grid-row: 2;
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: var(--paper-2);
    border: 3px solid var(--paper);
    box-shadow: 0 0 0 1px var(--line), 0 10px 24px -16px rgba(10,10,10,0.4);
  }
  .yv-about-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
  .yv-about-head { grid-column: 2; grid-row: 2; }
  .yv-about-body { grid-column: 2; grid-row: 3; margin-top: 24px; }
  .yv-about-name {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(30px, 3.4vw, 44px); line-height: 1.04;
    letter-spacing: -0.025em; color: var(--ink); margin-top: 0;
  }
  .yv-about-role {
    font-family: var(--display); font-weight: 500; font-size: var(--fs-body);
    color: var(--accent-ink); margin-top: 10px;
    padding-bottom: 26px; border-bottom: 1px solid var(--line);
  }
  .yv-about-p { font-size: var(--fs-body); line-height: 1.78; color: var(--ink-2); margin-bottom: 20px; max-width: 64ch; }
  .yv-about-p strong { color: var(--ink); font-weight: 600; }
  .yv-about-p:last-child { margin-bottom: 0; }
  .yv-clients { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .yv-client {
    background: var(--paper); padding: 34px 30px;
    display: flex; flex-direction: column; gap: 20px;
  }
  .yv-client-logo {
    height: 68px; display: flex; align-items: center; justify-content: flex-start;
  }
  .yv-client-logo img { max-height: 52px; max-width: 170px; width: auto; object-fit: contain; }
  .yv-client-logo--tall img { max-height: 64px; max-width: 150px; }
  .yv-client-logo--mark { color: var(--ink); }
  .yv-client-logo--mark svg { height: 52px; width: auto; max-width: 100%; }
  .yv-client h3 {
    font-family: var(--display); font-weight: 600; font-size: var(--fs-body);
    line-height: 1.25; letter-spacing: -0.01em; color: var(--ink);
  }
  .yv-client p { font-size: var(--fs-body); line-height: 1.6; color: var(--ink-2); }
  .yv-news {
    display: block; background: var(--paper);
    border: 1px solid var(--line); overflow: hidden;
  }
  .yv-news-media {
    display: block; width: 100%;
    aspect-ratio: 2.56 / 1;
    background-color: #f2f2f2;
    background-image: url("images/dsit-yoovip-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-bottom: 1px solid var(--line);
  }
  .yv-news-body { padding: 44px 48px; max-width: 860px; }
  .yv-news-meta {
    font-family: var(--display); font-weight: 600; font-size: var(--fs-label);
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 18px;
  }
  .yv-news-body h3 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(23px, 2.4vw, 30px); line-height: 1.22;
    letter-spacing: -0.02em; color: var(--ink); margin-bottom: 20px;
  }
  .yv-news-body p { font-size: var(--fs-body); line-height: 1.75; color: var(--ink-2); max-width: 68ch; }
  .yv-contact { background: #07294e !important; color: #fff; padding: 44px 0; }
  .yv-section.yv-contact { padding-top: 36px; }
  .yv-contact .yv-section-title { color: #fff; font-size: clamp(26px, 3vw, 38px); line-height: 1.12; }
  .yv-contact .yv-kicker { color: var(--accent); }
  .yv-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .yv-contact-grid > * { min-width: 0 !important; max-width: 100%; }
  .yv-contact-lead { font-size: var(--fs-body); line-height: 1.65; color: rgba(255,255,255,0.55); max-width: 42ch; margin-top: 22px; }
  .yv-contact-rows { display: flex; flex-direction: column; gap: 22px; max-width: 440px; min-width: 0; margin-top: 29px; }
  .yv-crow { display: block; min-width: 0; }
  .yv-crow dt { font-family: var(--display); font-weight: 600; font-size: var(--fs-label); letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 7px; }
  .yv-crow dd { font-size: var(--fs-body); line-height: 1.4; color: rgba(255,255,255,0.7); overflow-wrap: anywhere; }
  .yv-crow dd a { color: rgba(255,255,255,0.7); border-bottom: 1px solid transparent; transition: border-color 0.2s, color 0.2s; }
  .yv-crow dd a:hover { color: var(--accent); border-bottom-color: var(--accent); }
  .yv-crow--primary dd { font-family: var(--display); font-weight: 600; font-size: var(--fs-lead); letter-spacing: -0.01em; }
  .yv-crow--primary dd a { color: #fff; }
  .yv-crow--primary dd a:hover { color: var(--accent); border-bottom-color: transparent; }
  .yv-footer { background: #061f3c !important; border-top: 1px solid rgba(255,255,255,0.07); padding: 22px 0; }
  .yv-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .yv-footer-logo img { height: 24px; width: auto; }
  .yv-footer-copy { font-size: var(--fs-label); color: rgba(255,255,255,0.5); }
  .yv-footer-social { display: flex; gap: 16px; }
  .yv-footer-social a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
  .yv-footer-social a:hover { color: var(--accent); }
  .yv-footer-social svg { width: 19px; height: 19px; }
  .yv-r { opacity: 1; transform: none; }
  html.yv-js .yv-r { opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease, transform 0.7s ease; }
  html.yv-js .yv-r.yv-in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .yv-r, html.yv-js .yv-r { opacity: 1; transform: none; transition: none; } }
  @media (max-width: 1040px) and (min-width: 901px) {
    .yv-caps { grid-template-columns: repeat(2, minmax(0,1fr)) !important; column-gap: 56px !important; row-gap: 48px; }
    .yv-cap { padding: 0 !important; }
    .yv-cap:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 44px !important; }
    .yv-clients { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 900px) {
    :root { --pad: 24px; }
    .yv-nav-links { gap: 22px; }
    .yv-hero-inner { padding: 104px var(--pad) 48px; }
    .yv-section { padding: 52px 0; }
    .yv-section + .yv-section { padding-top: 24px; }
    .yv-caps { grid-template-columns: 1fr !important; column-gap: 0 !important; padding-top: 36px; }
    .yv-cap { padding: 36px 0 0 !important; border-top: 1px solid var(--line); }
    .yv-cap:first-child { padding-top: 0 !important; border-top: 0; }
    .yv-clients { grid-template-columns: 1fr; }
    .yv-news-body { padding: 32px 24px; }
    .yv-creds-grid { grid-template-columns: 1fr; gap: 32px; }
    .yv-about-grid { grid-template-columns: 1fr; column-gap: 0; row-gap: 0; align-items: start; }
    .yv-about-grid > .yv-kicker { margin-bottom: 24px; }
    .yv-about-media { grid-column: 1; grid-row: auto; max-width: 120px; aspect-ratio: 1 / 1; border-radius: 50%; margin-bottom: 22px; }
    .yv-about-head { grid-column: 1; grid-row: auto; }
    .yv-about-body { grid-column: 1; grid-row: auto; margin-top: 26px; padding-top: 26px; }
    .yv-contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .yv-contact-rows { margin-top: 0; }
  }
  @media (max-width: 560px) {
    .yv-nav-inner {
      flex-direction: row; align-items: center; justify-content: space-between;
      padding: 26px var(--pad);
    }
    .yv-nav-toggle { display: flex; }
    .yv-nav-links {
      position: absolute; top: 100%; left: 0; right: 0;
      flex-direction: column; align-items: flex-start; gap: 0;
      background: #ffffff; border-bottom: 1px solid var(--line);
      padding: 6px var(--pad) 14px;
      box-shadow: 0 14px 28px -18px rgba(10,10,10,0.35);
      display: none;
    }
    .yv-nav-open .yv-nav-links { display: flex; }
    .yv-nav-links li { width: 100%; }
    .yv-nav-links a { display: block; width: 100%; padding: 13px 0; font-size: 16px; }
    .yv-nav-links a::after { display: none; }
    .yv-nav-open .yv-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .yv-nav-open .yv-nav-toggle span:nth-child(2) { opacity: 0; }
    .yv-nav-open .yv-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .yv-hero-inner { padding: 116px var(--pad) 44px; }
  }
  .wp-block-post-title,
  h1.wp-block-post-title {
    display: none !important;
  }
  main > .wp-block-template-part:last-child {
    display: none !important;
  }
  .yv-caps > p,
  .yv-clients > p,
  .yv-creds-list > p,
  .yv-contact-rows > p,
  .yv-section > p,
  .yv-container > p,
  .yv-creds-grid > p,
  .yv-about-grid > p,
  .yv-hero-actions > br {
    display: none !important;
  }
  .wp-block-post-content > p:empty,
  .yv-section p:empty {
    display: none !important;
    margin: 0 !important;
  }