@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
    --deep-blue: #0b1f44;
    --violet: #5f5bcf;
    --accent: #6ed1ff;
    --bg: #f6f8fc;
    --text: #0c1a33;
    --muted: #4c5670;
    --line: #d9deeb;
    --card: #ffffff;
  }
  
  * { box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: "Avenir LT Std", "Avenir Next", Avenir, "Century Gothic", "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
  }
  
  a { color: inherit; text-decoration: none; }
  
  
  .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .site-header {
    position: sticky;
    top: 0;
    background: linear-gradient(90deg, var(--deep-blue) 0%, #112b5c 55%, var(--violet) 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(10, 31, 68, 0.18);
    z-index: 10;
  }
  
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5%;
    gap: 16px;
  }
  
  .brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }

  .brand img {
    display: block;
    height: 83px;
    width: auto;
    max-width: min(55vw, 420px);
    margin-left: -45%;
    margin-top: 2%;
  }
  
  .nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-right: 12%;
  }
  
  .nav a {
    padding: -1px 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: color 120ms ease;
  }
  
  .nav a[aria-current="page"] {
    color: #ffffff;
    border-bottom: 1.5px solid rgba(255,255,255,0.7);
  }

  .nav a:hover {
    color: #dbe4ff;
    background: transparent;
  }

  .cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--deep-blue);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(8, 18, 40, 0.28);
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
    margin-right: -17%;
  }

  .cta-pill:hover {
    background: var(--accent);
    color: #052042;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(8, 18, 40, 0.32);
  }
  
  .hero {
    padding: 0;
  }
  
  .hero-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff 0%, #eef1f8 100%);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(12, 26, 51, 0.08);
  }

  .hero-card--cover {
    position: relative;
    overflow: hidden;
    min-height: clamp(460px, 62vh, 580px);
    background:
      radial-gradient(circle at 88% 50%, rgba(96, 73, 214, 0.4), transparent 38%),
      radial-gradient(circle at 86% 14%, rgba(111, 87, 232, 0.24), transparent 38%),
      radial-gradient(circle at 12% 78%, rgba(133, 188, 255, 0.14), transparent 30%),
      linear-gradient(112deg, #f6f9ff 0%, #ebf2ff 50%, #ddcffd 100%);
    color: #1a2550;
    border: 1px solid #d8e1f2;
    display: flex;
    align-items: center;
    padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 72px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    box-shadow: inset 0 -1px 0 #d8e1f2;
  }

  .hero-card--cover::before {
    content: "";
    position: absolute;
    inset: auto -160px -180px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(126, 98, 255, 0.14), transparent 68%);
    pointer-events: none;
  }

  .hero-card--cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.24) 42%, transparent 100%);
    pointer-events: none;
  }

  .hero-card--cover .hero-copy {
    position: relative;
    z-index: 1;
    max-width: 980px;
    width: 100%;
    margin: 0px auto 5%;
    padding: 0;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
    align-items: center;
  }

  .hero-copy h1 {
    margin: 5 0 16px;
    font-size: clamp(34px, 5.2vw, 72px);
    font-weight: 400;
    line-height: 1.10;
    letter-spacing: -0.03em;
    color: #1a2550;
    text-wrap: balance;
    text-align: left;
  }

  .hero-title {
    max-width: 18ch;
  }

  .hero-title::after {
    content: "";
    display: block;
    width: clamp(110px, 16vw, 170px);
    height: 6px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(95, 91, 207, 0.92), rgba(125, 108, 248, 0.3));
  }

  .hero-copy p {
    margin: 0 0 18px;
    color: rgba(245, 247, 252, 0.85);
    max-width: 58ch;
  }


  .hero-card--cover .hero-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #f6f8fc;
    border-color: rgba(255, 255, 255, 0.25);
  }

  .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  }

  .btn.primary {
    background: linear-gradient(120deg, var(--violet), #6f8bff);
    color: #fff;
    box-shadow: 0 12px 30px rgba(17, 43, 92, 0.25);
  }

  .btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(17, 43, 92, 0.28);
  }

  .btn.ghost {
    background: transparent;
    color: var(--deep-blue);
    border-color: rgba(11, 31, 68, 0.2);
  }

  .btn.ghost:hover {
    color: var(--violet);
    border-color: rgba(95, 91, 207, 0.45);
  }

  .hero-visual {
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .hero-visual img {
    width: min(440px, 100%);
    height: auto;
    filter: drop-shadow(0 24px 36px rgba(12, 26, 51, 0.16));
  }
  
  .hero h2 {
    margin: 0 0 83px;
    color: #374369;
    max-width: 56ch;
    font-size: 1.20rem;
    line-height: 1.45;
    font-weight: 400;
  }

  .hero .btn.primary {
    padding: 12px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(96, 89, 209, 0.24);
    margin-top: 2%;
  }

  .hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 92px;
    height: 42px;
    border: 0;
    background: transparent;
    display: grid;
    place-items: center;
    opacity: 0.85;
    transition: opacity 120ms ease, transform 120ms ease;
  }

  .hero-scroll:hover {
    text-decoration: none;
    opacity: 1;
    transform: translateX(-50%) translateY(2px);
  }

  .hero-scroll-img {
    display: block;
    width: 78px;
    height: auto;
    margin-top: -11%;
  }

  .hero-cta-strip {
    position: absolute;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(980px, calc(100% - 56px));
    margin-bottom:2%;
  }

  .hero-cta-strip a {
    color: #1a2550;
    font-size: clamp(0.86rem, 1.05vw, 1.02rem);
    font-weight: 600;
    padding: 0 18px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
  }

  .hero-cta-strip a + a {
    border-left: 2px solid rgba(26, 37, 80, 0.35);
  }

  .hero-cta-strip a:hover {
    color: #5f5bcf;
  }

  @media (max-width: 900px) {
    .hero-card--cover {
      padding: 34px 18px 40px;
      min-height: 420px;
    }

    .hero-card--cover .hero-copy {
      padding: 0;
    }

    .hero-copy h1 {
      font-size: clamp(30px, 8vw, 44px);
    }

    .hero h2 {
      font-size: 1.12rem;
      margin-bottom: 24px;
    }

    .hero .btn.primary {
      font-size: 1rem;
      padding: 12px 24px;
      border-radius: 14px;
    }

    .hero-scroll {
      bottom: 18px;
      width: 80px;
      height: 36px;
    }

    .hero-scroll-img {
      width: 64px;
    }

    .hero-cta-strip {
      bottom: 52px;
      width: calc(100% - 26px);
      gap: 8px;
      flex-wrap: wrap;
    }

    .hero-cta-strip a {
      font-size: 0.95rem;
      padding: 0 10px;
      white-space: normal;
    }

    .hero-cta-strip a + a {
      border-left: 0;
    }
  }

  .services {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    padding: clamp(28px, 5vw, 56px) 0 22px;
    padding-bottom: 18%;
    padding-inline: clamp(20px, 4vw, 56px);
    margin: -3% -50vw -10%;
  }

  .services::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(105deg, #112b5c 0%, #1a3f7d 55%, #5f5bcf 100%);
    border-top: 1px solid #2f4f8b;
    border-bottom: 1px solid #2f4f8b;
    z-index: -1;
  }

  .services-head {
    max-width: 1320px;
    margin-inline: auto;
    margin-bottom: 18px;
  }

  .services-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f5bcf;
    font-weight: 600;
    margin-top: 8%;
  }

  .services-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-top: 7%;
    text-align: center;
    margin-bottom: 8px;
  }

  .services-head h3 {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.55vw, 1.18rem);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5%;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1320px;
    margin-inline: auto;
  }

  .services-cta-row {
    max-width: 1320px;
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
  }

  .services-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 999px;
    background: #ffffff;
    color: #112b5c;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 28px rgba(16, 20, 55, 0.26);
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
    margin-top: 1%;
  }

  .services-quote-btn:hover,
  .services-quote-btn:focus-visible {
    background: #eef1ff;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(16, 20, 55, 0.3);
  }

  .service-card {
    display: block;
    position: relative;
    min-height: 460px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.26);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(17, 12, 45, 0.32);
    opacity: 0;
    transform: translateY(14px);
    animation: serviceCardIn 900ms ease forwards;
    margin-top: -8%;
  }

  .service-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d8d4ff 0%, #ffffff 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 280ms ease;
    pointer-events: none;
  }

  .service-card:hover::after,
  .service-card:focus-within::after {
    transform: scaleX(1);
  }

  .services-grid.observe-inview .service-card {
    animation-play-state: paused;
  }

  .services-grid.observe-inview.is-visible .service-card {
    animation-play-state: running;
  }

  .service-card:nth-child(1) {
    animation-delay: 140ms;
  }

  .service-card:nth-child(2) {
    animation-delay: 500ms;
  }

  .service-card:nth-child(3) {
    animation-delay: 860ms;
  }

  .service-text {
    height: 100%;
    padding: 34px 30px;
    background: transparent;
    margin-top: 10%;
  }

  .service-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .service-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.55;
  }

  .service-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.62;
    padding-top: 10%;
  }

  .service-card li {
    position: relative;
    padding-left: 22px;
  }

  .service-card li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0.02em;
    color: #ebe8ff;
    font-weight: 700;
    font-size: 1.05em;
    line-height: 1;
  }

  .service-card li + li {
    margin-top: 8px;
  }

  .service-cta {
    margin-top: 16px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
  }

  @keyframes serviceCardIn {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 980px) {
    .services-grid {
      grid-template-columns: 1fr;
    }

    .services-cta-row {
      margin-top: 20px;
    }

    .service-text {
      padding: 24px 20px;
    }

    .hero,
    .services,
    .articles-preview {
      position: relative;
      top: auto;
    }

    .services {
      padding-bottom: 22px;
    }

    .why-work-inner {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .why-intro h2 {
      max-width: 22ch;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero,
    .services,
    .articles-preview {
      position: relative;
      top: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .service-card {
      opacity: 1;
      transform: none;
      animation: none;
    }

    .why-intro p,
    .why-point p {
      opacity: 1;
      transform: none;
      animation: none;
    }
  }

  .why-work {
    position: relative;
    z-index: 2;
    margin-top: clamp(-92px, -9vw, -120px);
    padding: 0 0 clamp(40px, 6vw, 72px);
    background: transparent;
    margin-bottom: -18%;
  }

  .why-work::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1320px, calc(100% - 40px));
    transform: translateX(-50%);
    border-top: 0;
  }

  .why-work-inner {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(24px, 4vw, 44px);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: start;
    border-radius: 16px;
    border: 1px solid #dce3f2;
    background: linear-gradient(165deg, #ffffff 0%, #f5f7ff 100%);
    box-shadow: 0 24px 46px rgba(17, 31, 68, 0.16);
  }

  .why-kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-weight: 700;
    color: #5f5bcf;
  }

  .why-intro h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3.3vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #1a2550;
    max-width: 16ch;
  }

  .why-intro p {
    margin: 20px 0 0;
    max-width: 48ch;
    font-size: 1.02rem;
    line-height: 1.68;
    color: #455279;
    opacity: 0;
    transform: translateX(-22px);
    animation: whyTextSlideIn 620ms ease forwards;
    animation-delay: 70ms;
  }

  .why-work.observe-inview .why-intro p {
    animation-play-state: paused;
  }

  .why-work.observe-inview.is-visible .why-intro p {
    animation-play-state: running;
  }

  .why-points {
    border-top: 1px solid #dce3f3;
  }

  .why-point {
    padding: 22px 0 20px;
    border-bottom: 1px solid #dce3f3;
  }

  .why-point h3 {
    margin: 0;
    font-size: clamp(1.02rem, 1.4vw, 1.2rem);
    letter-spacing: -0.01em;
    color: #1f2c59;
    font-weight: 700;
  }

  .why-point p {
    margin: 10px 0 0;
    color: #4b5b87;
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 60ch;
    opacity: 0;
    transform: translateX(-22px);
    animation: whyTextSlideIn 620ms ease forwards;
  }

  .why-work.observe-inview .why-point p {
    animation-play-state: paused;
  }

  .why-work.observe-inview.is-visible .why-point p {
    animation-play-state: running;
  }

  .why-point:nth-child(1) p {
    animation-delay: 120ms;
  }

  .why-point:nth-child(2) p {
    animation-delay: 260ms;
  }

  .why-point:nth-child(3) p {
    animation-delay: 400ms;
  }

  @keyframes whyTextSlideIn {
    from {
      opacity: 0;
      transform: translateX(-22px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @media (max-width: 980px) {
    .why-work {
      margin-top: -34px;
      padding-bottom: 26px;
    }

    .why-work-inner {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 18px;
      border-radius: 14px;
    }

    .why-intro h2 {
      max-width: 22ch;
    }
  }

  .articles-preview {
    position: relative;
    padding: clamp(28px, 5vw, 52px) 0;
    margin-top: 10px;
  }

  .articles-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(105deg, #112b5c 0%, #1a3f7d 55%, #5f5bcf 100%);
    border-top: 1px solid #2f4f8b;
    border-bottom: 1px solid #2f4f8b;
    z-index: -1;
  }
  
  .section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 22px 0 10px;
  }
  
  .section-head h2 {
    margin: 0;
    color: var(--card);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-top: 7%;
    font-weight: 600;
  }
  
  .section-head a {
    color: var(--muted);
    font-size: 14px;
  }

  .section-head--publications {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin-top: 15%;
  }

  .section-head--publications h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-head--publications a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    margin-top: 6px;
    border-radius: 999px;
    background: #ffffff;
    color: #112b5c;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 24px rgba(16, 28, 62, 0.28);
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease, color 140ms ease;
  }

  .section-head--publications a:hover,
  .section-head--publications a:focus-visible {
    background: #eef2ff;
    color: #0b2552;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(16, 28, 62, 0.33);
  }

  .section-subline {
    margin: 0;
    color: rgba(234, 240, 255, 0.92);
    font-size: clamp(1rem, 1.55vw, 1.18rem);
    line-height: 1.5;
    max-width: 56ch;
    font-weight: 500;
  }
  
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
  }

  .articles-preview .cards {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  
  .card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    padding: 16px;
  }
  
  .card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
  }
  
  .card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
  }
  
  .card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 12px;
    border: 1px solid var(--line);
  }

  .site-footer {
    border-top: 1px solid var(--line);
    margin-top: 30px;
    padding: 18px 0;
    color: var(--muted);
    margin-top: -1px;
  }

  .about-page {
    padding: 0 0 40px;
  }

  .about-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #182e62 0%, #14224a 46%, #2c2458 100%);
    border: 1px solid #1f346f;
    border-radius: 0;
    padding: clamp(72px, 9vw, 132px) clamp(22px, 7vw, 96px);
    box-shadow: 0 18px 38px rgba(13, 27, 64, 0.2);
    margin-bottom: 24px;
    min-height: clamp(560px, 74vh, 820px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: center;
  }

  .about-hero::before {
    content: "";
    position: absolute;
    inset: auto -180px -220px auto;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 123, 255, 0.26), transparent 70%);
    pointer-events: none;
  }

  .about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, transparent 58%);
    pointer-events: none;
  }

  .about-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9db2ff;
    font-weight: 700;
  }

  .about-hero h1 {
    margin: 0;
    font-size: clamp(48px, 7vw, 108px);
    line-height: 1.04;
    color: #ffffff;
    max-width: 12ch;
  }

  .about-short {
    margin: 20px 0 0;
    max-width: 42ch;
    color: rgba(236, 242, 255, 0.88);
    font-size: clamp(1.2rem, 2.2vw, 2rem);
    line-height: 1.36;
  }

  .about-hero > * {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }

  .about-split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 18px;
    margin-bottom: 22px;
  }

  .about-profile {
    background: #fff;
    border: 1px solid #e5e9f4;
    border-left: 4px solid #5f5bcf;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 22px;
  }

  .about-profile h2 {
    margin: 0;
    font-size: 1.45rem;
    color: #1f2b57;
  }

  .about-role {
    margin: 6px 0 12px;
    color: #5a6486;
    font-weight: 600;
    font-size: 0.98rem;
  }

  .about-profile p {
    margin: 0;
    color: #3f4d75;
  }

  .about-image {
    margin: 0;
    min-height: 260px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e9f4;
    background: #e9eef9;
    box-shadow: 0 14px 32px rgba(15, 33, 74, 0.14);
  }

  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
  }

  .about-grid--three {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .about-card {
    background: #fff;
    border: 1px solid #e5e9f4;
    border-radius: 16px;
    padding: 20px;
  }

  .about-card h3 {
    margin: 0 0 10px;
    color: #223061;
    font-size: 1.12rem;
  }

  .about-card ul {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
  }

  .about-card li {
    color: #3f4d75;
  }

  .about-card--facts {
    background: linear-gradient(170deg, #ffffff 0%, #f6f8ff 100%);
  }

  @media (max-width: 900px) {
    .about-hero {
      min-height: 500px;
      padding: 34px 18px 40px;
    }

    .about-hero h1 {
      font-size: clamp(34px, 10vw, 56px);
    }

    .about-short {
      font-size: 1.12rem;
      margin-top: 14px;
    }

    .about-split {
      grid-template-columns: 1fr;
    }

    .about-image {
      min-height: 220px;
    }
  }

  .contact-page {
    padding: clamp(26px, 5vw, 54px) 0 42px;
  }

  .contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
  }

  .contact-main,
  .contact-side {
    background: #ffffff;
    border: 1px solid #dce3f2;
    border-radius: 16px;
    padding: clamp(20px, 3vw, 30px);
    box-shadow: 0 14px 28px rgba(14, 28, 64, 0.08);
  }

  .contact-kicker {
    margin: 0 0 8px;
    color: #5f5bcf;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .contact-main h1 {
    margin: 0;
    color: #1a2550;
    font-size: clamp(1.8rem, 3.1vw, 2.45rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
  }

  .contact-lead {
    margin: 14px 0 20px;
    color: #4a5781;
    max-width: 52ch;
  }

  .hidden-field {
    display: none;
  }

  .contact-form {
    display: grid;
    gap: 10px;
  }

  .contact-form label {
    margin-top: 4px;
    color: #263563;
    font-weight: 600;
    font-size: 0.94rem;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    border: 1px solid #cfd8ee;
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    color: #1f2f5f;
    background: #fbfcff;
    transition: border-color 120ms ease, box-shadow 120ms ease, background 120ms ease;
  }

  .contact-form textarea {
    resize: vertical;
    min-height: 150px;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #5f5bcf;
    box-shadow: 0 0 0 3px rgba(95, 91, 207, 0.16);
    background: #ffffff;
  }

  .contact-submit {
    margin-top: 8px;
    justify-self: start;
    border: 0;
    border-radius: 999px;
    min-height: 44px;
    padding: 0 20px;
    background: linear-gradient(115deg, #1a3f7d 0%, #5f5bcf 100%);
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(20, 38, 84, 0.24);
    transition: transform 120ms ease, box-shadow 120ms ease;
  }

  .contact-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 26px rgba(20, 38, 84, 0.28);
  }

  .contact-side h2 {
    margin: 0 0 12px;
    color: #1a2550;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
  }

  .contact-side p {
    margin: 0 0 10px;
    color: #455279;
  }

  .contact-side a {
    color: #223a78;
    text-decoration: underline;
    text-decoration-color: rgba(34, 58, 120, 0.34);
    text-underline-offset: 3px;
  }

  .consultation-btn {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #112b5c;
    border: 1px solid #c9d5f2;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 9px 20px rgba(16, 28, 62, 0.12);
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
  }

  .consultation-btn:hover {
    background: #eef2ff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(16, 28, 62, 0.16);
  }

  @media (max-width: 900px) {
    .contact-shell {
      grid-template-columns: 1fr;
    }
  }
