@font-face { font-family: "Roboto"; src: url("fonts/roboto-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("fonts/roboto-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("fonts/roboto-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Font Awesome 5 Free"; src: url("fonts/fa-solid-900.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: block; }
@font-face { font-family: "Font Awesome 5 Free"; src: url("fonts/fa-regular-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Font Awesome 5 Brands"; src: url("fonts/fa-brands-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: block; }

:root {
  --blue: #4453a2;
  --blue-dark: #34417f;
  --ink: #343434;
  --muted: #6d6d6d;
  --line: #dedede;
  --paper: #fff;
  --soft: #f2f2f2;
  --content: 920px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Roboto", Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }

.skip-link { position: fixed; top: -60px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; color: var(--blue); }
.skip-link:focus { top: 1rem; }

.utility { position: fixed; inset: 0 0 auto; z-index: 30; pointer-events: none; }
.utility__inner { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px; }
.utility__group { position: relative; pointer-events: auto; }
.utility__link { pointer-events: auto; }
.utility__button, .utility__link {
  display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: .58rem .9rem;
  border: 0; border-radius: 5px; background: rgba(68,83,162,.92); color: #fff;
  text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,.12); cursor: pointer;
}
.utility svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.utility__button:hover, .utility__link:hover, .utility__button:focus-visible, .utility__link:focus-visible { background: var(--blue-dark); }
.utility__menu {
  position: absolute; top: calc(100% + 8px); left: 0; width: min(310px, calc(100vw - 32px));
  padding: .7rem; border-radius: 6px; background: #ededed; box-shadow: 0 5px 22px rgba(0,0,0,.2);
}
.utility__menu[hidden] { display: none; }
.utility__menu a { display: flex; align-items: center; gap: .75rem; padding: .58rem .7rem; border-radius: 4px; color: #474747; text-decoration: none; }
.utility__menu a:hover, .utility__menu a:focus-visible { background: #fff; color: var(--blue); }
.menu-icon { width: 1.5rem; color: var(--blue); text-align: center; }
.fa-solid, .fa-regular, .fa-brand { display: inline-block; font-style: normal; line-height: 1; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fa-solid { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fa-regular { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.fa-brand { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.hero { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 8rem 1.5rem 10rem; text-align: center; }
.hero > :not(.wave) { position: relative; z-index: 1; }
.wave { position: absolute; left: 0; width: 100%; overflow: hidden; color: var(--blue); line-height: 0; pointer-events: none; }
.wave svg { position: relative; left: 50%; display: block; width: calc(300% + 2px); height: 110px; transform: translateX(-50%); fill: currentColor; }
.wave--top { top: -1px; }
.wave--bottom { bottom: -1px; transform: rotate(180deg); }
.wave--bottom svg { height: 140px; }
.hero__logo { width: 279px; margin: 0 auto 1.2rem; }
.hero h1 { margin: 0; font-size: clamp(1.1rem, 2.3vw, 1.45rem); font-weight: 400; color: #565656; }
.hero__rule { width: min(520px, 75vw); margin: 1.3rem auto; border: 0; border-top: 1px solid #aaa; }
.hero__nav { display: grid; gap: 20px; width: min(480px, 100%); margin: 0 auto; padding: 0 0 0 120px; list-style: none; text-align: left; }
.hero__nav a { display: flex; align-items: center; padding: 0; color: #5e5e5e; font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 500; line-height: 1.2; text-decoration: none; }
.hero__nav i { width: 1.25em; margin-right: 28px; color: var(--blue); font-size: 28px; text-align: center; flex: 0 0 auto; }
.hero__nav a:hover { color: var(--blue); }
.hero__down { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-top: 2rem; color: var(--blue); text-decoration: none; font-size: 2rem; }

.section-title { margin: 0; padding: 1.1rem 1.5rem; background: var(--blue); color: #fff; text-align: center; font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 400; }
.photo { position: relative; min-height: clamp(280px, 50vw, 520px); overflow: hidden; background-position: center; background-size: cover; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.photo .wave { z-index: 2; }
.photo .wave svg { width: calc(199% + 2px); height: 57px; }
.wave--white { color: #fff; }
.details-wave { position: relative; height: 100px; overflow: hidden; background: #fff; }
.details-wave .wave svg { height: 100px; }
.photo--dim::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.24); }
.details { width: min(var(--content), calc(100% - 32px)); margin: 0 auto; padding: 3rem 0 4rem; }
.feature { display: grid; grid-template-columns: 39px 1fr; gap: 40px; align-items: start; padding: 1.15rem 0; }
.feature + .feature { border-top: 1px solid var(--line); }
.feature__icon { width: 39px; color: var(--blue); font-size: 31px; text-align: center; }
.feature h3 { margin: 0 0 .22rem; color: #454545; font-size: 1.05rem; }
.feature p, .feature ul { margin: 0; color: var(--muted); }
.feature ul { padding-left: 1.2rem; }
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2.2rem 3.5rem; padding: 2rem 0 .3rem; }
.logos img { width: auto; max-width: min(280px, 100%); max-height: 100px; object-fit: contain; }
.logos--grid { display: grid; grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; align-items: center; gap: 2.5rem 4rem; max-width: 680px; margin-inline: auto; }
.logos--grid img { justify-self: center; }

.footer { padding: 3rem 1rem; background: var(--blue); color: #fff; text-align: center; }
.footer a { font-size: 12px; font-weight: 600; text-underline-offset: 3px; }
.to-top { position: fixed; right: 16px; bottom: 16px; z-index: 20; padding: .55rem .8rem; border-radius: 5px; background: rgba(68,83,162,.92); color: #fff; text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,.18); }

.subpage { min-height: 100vh; background: linear-gradient(180deg, var(--blue) 0 170px, #fff 170px); }
.subpage__header { width: min(var(--content), calc(100% - 32px)); margin: 0 auto; padding: 2rem 0 1.5rem; }
.wave-page { background: #fff; }
.wave-page .subpage__header { width: 100%; margin: 0; padding: 2rem max(16px, calc((100% - var(--content)) / 2)) 1.5rem; background: var(--blue); text-align: center; }
.wave-page .subpage__header a { display: inline-block; }
.wave-page .subpage__header img { margin-inline: auto; }
.subpage-wave { height: 72px; overflow: hidden; color: var(--blue); line-height: 0; pointer-events: none; }
.subpage-wave svg { position: relative; left: 50%; display: block; width: calc(260% + 2px); height: 72px; transform: translateX(-50%); fill: currentColor; }
.contact-footer-wave { height: 72px; overflow: hidden; color: var(--blue); background: #fff; line-height: 0; pointer-events: none; }
.contact-footer-wave svg { position: relative; left: 50%; display: block; width: calc(260% + 2px); height: 72px; transform: translateX(-50%) rotate(180deg); fill: currentColor; }
.wave-page .subpage__main { position: relative; z-index: 1; width: min(800px, calc(100% - 32px)); margin: 0 auto 4rem; padding: 2.5rem 0 1rem; box-shadow: none; }
.subpage-back { position: fixed; top: 16px; left: 16px; z-index: 40; display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: .58rem .9rem; border-radius: 5px; background: rgba(68,83,162,.92); color: #fff; text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,.12); }
.subpage-back:hover, .subpage-back:focus-visible { background: var(--blue-dark); }
.subpage-back svg { width: 18px; height: 18px; fill: currentColor; }
.subpage__header a { display: inline-block; }
.subpage__header img { width: 190px; }
.subpage__main { width: min(760px, calc(100% - 32px)); margin: 1rem auto 4rem; padding: clamp(1.5rem, 5vw, 3.5rem); background: #fff; box-shadow: 0 4px 25px rgba(0,0,0,.12); }
.subpage h1 { margin: 0 0 1.7rem; color: var(--blue); font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 400; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2.5rem; }
.contact-card { padding-top: 1rem; border-top: 2px solid var(--blue); }
.contact-card h2 { margin: 0 0 .25rem; font-size: 1.2rem; }
.button { display: inline-flex; align-items: center; gap: .5rem; margin-top: .7rem; padding: .65rem .9rem; border-radius: 4px; background: var(--blue); color: #fff; text-decoration: none; }
.legal h2 { margin-top: 2rem; font-size: 1.05rem; }
.legal-intro { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.legal-intro__title { margin: 0 0 1.4rem; color: var(--blue); font-size: 1.1rem; font-weight: 600; }
.legal-intro address { margin-bottom: 1.5rem; font-style: normal; }
.legal-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 2rem; margin: 1.5rem 0; }
.legal-facts div { padding-top: .75rem; border-top: 2px solid var(--blue); }
.legal-facts dt { color: var(--muted); font-size: .82rem; font-weight: 500; }
.legal-facts dd { margin: .2rem 0 0; font-weight: 600; }
.legal-intro__credits { margin-top: 1.5rem; color: var(--muted); font-size: .9rem; }

@media (max-width: 640px) {
  .utility__button span, .utility__link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .utility__button, .utility__link { width: 44px; justify-content: center; padding: 0; }
  .hero { padding: 5rem 1rem 6rem; }
  .wave svg { height: 15px; }
  .wave--bottom svg { height: 40px; }
  .photo .wave svg, .details-wave .wave svg { height: 40px; }
  .details-wave { height: 40px; }
  .hero__nav { width: min(390px, 100%); padding-left: 15%; }
  .details { padding-top: 2rem; }
  .feature { grid-template-columns: 39px 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .legal-facts { grid-template-columns: 1fr; }
  .logos--grid { grid-template-columns: minmax(0, 280px); gap: 2rem; }
  .subpage__header img { width: 155px; }
  .subpage-wave, .subpage-wave svg, .contact-footer-wave, .contact-footer-wave svg { height: 40px; }
  .subpage-back { width: 44px; justify-content: center; padding: 0; }
  .subpage-back span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .wave-page .subpage__main { padding-top: 2rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
