/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[24\%\] {
    top: 24%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[42\%\] {
    top: 42%;
  }
  .top-\[58\%\] {
    top: 58%;
  }
  .top-\[70\%\] {
    top: 70%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[6\%\] {
    right: 6%;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[25\%\] {
    right: 25%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[6\%\] {
    left: 6%;
  }
  .left-\[8\%\] {
    left: 8%;
  }
  .left-\[18\%\] {
    left: 18%;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-full {
    width: 100%;
  }
  .grow {
    flex-grow: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-35 {
    opacity: 35%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:w-16 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .md\:w-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-28 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 28);
    }
  }
  .md\:w-36 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 36);
    }
  }
}
:root {
  --bg-page: #f2f3f8;
  --bg-card: #ffffff;
  --text-main: #171a3a;
  --text-muted: #59607c;
  --accent: #eb7a2c;
  --stroke-wave: #c5d8ff;
  --hero-start: #40c5bb;
  --hero-end: #9a87df;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--bg-page);
  color: var(--text-main);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
main {
  flex: 1;
}
.container {
  width: min(1140px, calc(100% - 2.25rem));
  margin: 0 auto;
}
.section {
  position: relative;
  padding: 5.25rem 0;
}
h1, h2, h3, p {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 24px !important;
}
p, a, li, label, input, textarea {
  font-size: 18px !important;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.site-header.scrolled {
  background: linear-gradient(110deg, var(--hero-start) 8%, var(--hero-end) 88%);
  opacity: 0.98;
  box-shadow: 0 8px 24px rgba(36, 30, 93, 0.2);
}
.header-inner {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.brand {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px !important;
  line-height: 0.85;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  z-index: 2;
  height: 42px;
}
.header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.nav-link {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1;
  transition: color 0.2s ease, opacity 0.2s ease;
  padding-bottom: 0.35rem;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: #ea7d2d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.nav-link:hover, .nav-link.active {
  color: #ffffff;
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}
.mobile-nav-toggle {
  margin-left: auto;
  border: 0;
  background: transparent;
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 0.45rem;
}
.mobile-nav-toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 99px;
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(242, 243, 248, 0.98);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-header {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem;
}
.mobile-menu-header .brand {
  color: var(--text-main);
}
.mobile-menu-close {
  border: 0;
  background: transparent;
  color: var(--text-main);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.mobile-menu-nav {
  height: calc(100dvh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.mobile-nav-link {
  text-decoration: none;
  color: var(--text-main);
  font-size: 1.45rem;
  font-weight: 700;
}
body.menu-open {
  overflow: hidden;
}
.hero {
  padding-top: 0;
}
.hero-gradient-panel {
  min-height: 330px;
  overflow: hidden;
}
.hero-content {
  min-height: 380px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #f7f8ff;
}
.hero-logo {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  max-width: 400px;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
  font-style: italic;
  opacity: 0.92;
}
.hero-logo span {
  display: block;
}
.hero-sidecopy {
  font-size: 24px !important;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero-sidecopy strong {
  display: inline-block;
  font-size: 32px !important;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero-sidecopy-right {
  text-align: right;
}
.hero-wave {
  height: 78px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.mockup-card {
  border-radius: 1rem;
  padding: 0.9rem;
}
.mockup-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}
.section-tag {
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.about-copy .section-tag {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ea7d2d;
  margin-bottom: 0.45rem;
}
.section-tag.center, h2.center {
  text-align: center;
}
.section-copy h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 0.9rem;
}
.about-copy h2 {
  color: #0e0a73;
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 1.7rem;
}
.section-copy p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.68;
  margin-bottom: 0.9rem;
}
.about-copy p {
  color: #7070a6;
  font-size: clamp(1.05rem, 1.8vw, 1.06rem);
  line-height: 1.48;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 1.95rem;
}
.about-copy p:last-child {
  margin-bottom: 0;
}
.dot {
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(circle, #6e57db 0%, rgba(110, 87, 219, 0.1) 75%, rgba(110, 87, 219, 0) 100%);
  pointer-events: none;
}
.dot-one {
  width: 46px;
  height: 46px;
  top: 18%;
  left: 52%;
}
.dot-two {
  width: 68px;
  height: 68px;
  bottom: 7%;
  right: 7%;
}
.how-grid {
  display: flex;
  gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.line-wave {
  position: absolute;
  top: -2.7rem;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: -1;
}
.cta-button {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.95rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: #f8fbff;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(87, 129, 185, 0.28);
  background: linear-gradient(90deg, #34e3be 0%, #54a9eb 100%);
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
button {
  cursor: pointer;
  transition: filter 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}
button:hover {
  filter: brightness(0.94);
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.cta-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 12px 26px rgba(87, 129, 185, 0.34);
}
.service-card {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border-radius: 0.7rem;
  box-shadow: 0 12px 24px rgba(29, 38, 80, 0.09);
  text-align: center;
  padding: 1rem;
}
.service-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  color: #535b83;
  font-weight: 700;
}
.service-card:nth-child(3) {
  grid-column: 1 / span 2;
  max-width: 240px;
  margin-inline: auto;
}
.how-copy {
  text-align: right;
  position: relative;
}
.how-copy h2 {
  color: #0f0a73;
  font-size: 22px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1.35rem;
}
.how-copy p {
  color: #7070a6;
  font-size: clamp(1.04rem, 1.8vw, 1.1rem);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.01em;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.35rem;
}
.how-copy::before {
  content: "";
  width: 78px;
  height: 78px;
  border-radius: 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.15rem;
  transform: translate(-80%, -22%);
  background: radial-gradient(circle, #6f59df 0%, rgba(111, 89, 223, 0.15) 68%, rgba(111, 89, 223, 0) 100%);
  pointer-events: none;
}
.portfolio .section-tag {
  color: #ea7d2d;
  font-size: 0.98rem !important;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.portfolio h2 {
  color: #0f0a73;
  font-size: 24px !important;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 2rem;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.logo-card {
  min-height: 112px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.35rem;
}
.logo-card img {
  width: 100%;
  max-width: 250px;
  max-height: 150px;
  object-fit: contain;
}
.logo-bingx {
  background: #0b69f4;
  color: #eff4ff;
}
.logo-itba {
  background: #035f94;
  color: #f2fbff;
}
.logo-galicia {
  background: #ea7d1b;
  color: #ffffff;
}
.logo-bybit {
  background: #1e1f26;
  color: #ffffff;
}
.logo-nexo {
  background: #ffffff;
  color: #252e3f;
  border: 1px solid #e3e7f5;
}
.logo-binance {
  background: #f4c70e;
  color: #161616;
}
.logo-xapo {
  background: #2b2e35;
  color: #f9f9f9;
}
.logo-exness {
  background: #ffffff;
  color: #1c1f2f;
  border: 1px solid #e3e7f5;
}
.line-wave-bottom {
  top: auto;
  bottom: -3rem;
}
.line-wave path {
  stroke: var(--stroke-wave);
}
.events {
  padding-top: 5.5rem;
  padding-bottom: 4.8rem;
  position: relative;
}
.events-head {
  max-width: 780px;
  margin: 0 auto 2.2rem;
  text-align: center;
}
.events-head .section-tag {
  color: #ea7d2d;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.events-head h2 {
  color: #0f0a73;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.events-head p:not(.section-tag) {
  color: #7070a6;
  max-width: 700px;
  margin: 0 auto 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.events-head p:not(.section-tag):last-child {
  margin-bottom: 0;
}
.events-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 1rem;
}
.event-card {
  overflow: hidden;
  border-radius: 0.4rem;
  background: #d6d6de;
}
.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-1 {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.event-2 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}
.event-3 {
  grid-column: 5 / span 2;
  grid-row: 1;
}
.event-4 {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}
.event-5 {
  grid-column: 3 / span 2;
  grid-row: 3;
}
.event-6 {
  grid-column: 5 / span 2;
  grid-row: 2 / span 2;
}
.event-7 {
  grid-column: 1 / span 3;
  grid-row: 4;
}
.event-8 {
  grid-column: 4 / span 3;
  grid-row: 4;
}
.dot-events-left {
  width: 44px;
  height: 44px;
  left: 2.8%;
  top: 62%;
}
.dot-events-right {
  width: 62px;
  height: 62px;
  right: 2.2%;
  top: 40%;
}
.contact-section {
  padding-top: 5.2rem;
  padding-bottom: 4rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: start;
}
.contact-visual {
  min-height: 320px;
}
.contact-content {
  max-width: 560px;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 16px 34px rgba(38, 47, 92, 0.12);
  padding: 1.6rem 1.5rem 1.35rem;
}
.contact-content .section-tag {
  color: #ea7d2d;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.contact-content h2 {
  color: #0f0a73;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.contact-form {
  width: 100%;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}
.contact-form label {
  display: block;
}
.contact-form label span {
  display: block;
  color: #7070a6;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8d8eb1;
  background: transparent;
  color: #272b57;
  padding: 0.2rem 0;
  outline: none;
  border-radius: 0;
}
.contact-form textarea {
  resize: vertical;
  min-height: 2.2rem;
}
.message-row {
  margin-top: 0.7rem;
}
.contact-form .cta-button {
  margin-top: 0.85rem;
}
.contact-feedback {
  margin-top: 1.1rem;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 600;
  color: #1ea95a;
}
.site-footer {
  background: #0d066d;
  margin: 0;
  width: 100%;
  padding: 2rem 0 1.8rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  color: #ffffff;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-grid > div:first-child {
  align-items: center;
}
.footer-grid > div:last-child {
  align-items: flex-end;
}
.footer-brand {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.9;
  margin-bottom: 0.35rem;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.site-footer p {
  color: #dfe2ff;
  margin: 0;
}
.site-footer a {
  color: #dfe2ff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ffffff;
}
@media (max-width: 960px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px !important;
  }
  p, a, li, label, input, textarea {
    font-size: 16px !important;
  }
  .container {
    width: min(1140px, calc(100% - 1.75rem));
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .how-grid {
    flex-direction: column;
    gap: 2rem;
  }
  .section-copy {
    text-align: center;
  }
  .about-copy h2 {
    font-size: clamp(2rem, 9vw, 3.3rem);
    line-height: 1;
    margin-bottom: 1.1rem;
  }
  .about-copy p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.35rem;
  }
  .how-copy::before {
    left: 50%;
    transform: translate(-260%, -10%);
    width: 62px;
    height: 62px;
  }
  .how-copy h2 {
    font-size: clamp(2rem, 8.5vw, 3.5rem);
    margin-bottom: 1.1rem;
  }
  .how-copy p {
    max-width: 640px;
    margin-bottom: 1.1rem;
  }
  .hero-content {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    text-align: center;
    justify-items: center;
    padding: 4.8rem 0 2.2rem;
  }
  .hero-gradient-panel {
    min-height: 420px;
  }
  .hero-logo {
    max-width: min(72vw, 320px);
  }
  .hero-sidecopy {
    font-size: 20px !important;
    text-align: center;
  }
  .hero-sidecopy-right {
    text-align: center;
  }
  .hero-sidecopy strong {
    font-size: 28px !important;
  }
  .events-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }
  .event-1, .event-2, .event-3, .event-4, .event-5, .event-6, .event-7, .event-8 {
    grid-column: auto;
    grid-row: auto;
  }
  .event-7, .event-8 {
    grid-column: span 2;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .contact-visual {
    min-height: 0;
    display: none;
  }
  .contact-content {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 20px !important;
  }
  p, a, li, label, input, textarea {
    font-size: 15px !important;
  }
  .header-nav {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .mobile-menu-overlay {
    display: block;
  }
  .section {
    padding: 4.3rem 0;
  }
  .hero-gradient-panel {
    min-height: 390px;
    background-size: cover !important;
    background-position: center !important;
  }
  .hero-content {
    min-height: 390px;
    gap: 1rem;
    padding-top: 5rem;
  }
  .hero-logo {
    max-width: min(76vw, 290px);
  }
  .hero-sidecopy {
    font-size: 18px !important;
  }
  .hero-sidecopy strong {
    font-size: 24px !important;
  }
  .how-grid {
    flex-direction: column;
    gap: 1.8rem;
  }
  .how-copy {
    text-align: center;
  }
  .services-cards {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .services-cards img {
    width: 100%;
    max-width: 420px;
    height: auto;
  }
  .logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .logo-card {
    min-height: 72px;
  }
  .logo-card img {
    max-width: 170px;
    max-height: 72px;
  }
  .events {
    padding-top: 4.2rem;
  }
  .events-head {
    margin-bottom: 1.4rem;
  }
  .events-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
    gap: 0.75rem;
  }
  .event-1, .event-2, .event-3, .event-4, .event-5, .event-6, .event-7, .event-8 {
    grid-column: auto;
    grid-row: auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-content {
    width: 100%;
    max-width: none;
    padding: 1.7rem 1.35rem 1.45rem;
  }
  .contact-content h2 {
    line-height: 1.08;
    margin-bottom: 1.05rem;
  }
  .contact-form input, .contact-form textarea {
    padding: 0.42rem 0;
  }
  .contact-form textarea {
    min-height: 3.1rem;
  }
  .contact-form .cta-button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .footer-grid > div:first-child, .footer-grid > div:last-child {
    align-items: center;
  }
  .site-footer {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 520px) {
  .container {
    width: min(1140px, calc(100% - 1.5rem));
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 19px !important;
  }
  p, a, li, label, input, textarea {
    font-size: 14px !important;
  }
  .site-header .container {
    width: calc(100% - 1.1rem);
  }
  .header-inner {
    height: 64px;
  }
  .brand {
    height: 36px;
  }
  .mobile-menu-header {
    height: 64px;
    padding: 0 0.9rem;
  }
  .mobile-menu-nav {
    height: calc(100dvh - 64px);
    gap: 1.2rem;
  }
  .mobile-nav-link {
    font-size: 1.25rem;
  }
  .hero-gradient-panel {
    min-height: 350px;
  }
  .hero-content {
    min-height: 420px;
    padding-top: 4.5rem;
    gap: 0px;
  }
  .hero-logo {
    max-width: min(82vw, 250px);
  }
  .hero-sidecopy {
    font-size: 16px !important;
  }
  .hero-sidecopy strong {
    font-size: 21px !important;
  }
  .how-grid {
    gap: 1.5rem;
  }
  .services-cards {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .services-cards img {
    width: 100%;
    max-width: 330px;
    height: auto;
  }
  .services-cards {
    grid-template-columns: 1fr;
  }
  .service-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }
  .logo-card {
    min-height: 88px;
    font-size: 1.05rem;
  }
  .logo-card img {
    max-width: 190px;
    max-height: 88px;
  }
  .about-copy p {
    font-size: 1rem;
    line-height: 1.55;
    letter-spacing: 0;
  }
  .how-copy::before {
    left: 1.05rem;
    top: -0.15rem;
    transform: none;
    width: 52px;
    height: 52px;
  }
  .how-copy h2 {
    font-size: clamp(1.9rem, 12vw, 2.7rem);
    line-height: 1;
  }
  .how-copy p {
    font-size: 0.97rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .contact-content {
    padding: 1.8rem 1.3rem 1.55rem;
  }
  .contact-content h2 {
    margin-bottom: 1.15rem;
  }
  .contact-form input, .contact-form textarea {
    padding: 0.5rem 0;
  }
  .contact-form textarea {
    min-height: 3.6rem;
  }
  .events-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 190px;
  }
  .event-card {
    min-height: 190px;
    grid-column: auto;
  }
  .dot-events-left, .dot-events-right {
    display: none;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
