@font-face {
  font-family: "PP Mori";
  src: url("assets/fonts/PPMori-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("assets/fonts/PPMori-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Writer";
  src: url("assets/fonts/PPWriter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #000002;
  --paper: #f7f6ef;
  --butter: #fffd8a;
  --mint: #a2d6d0;
  --lilac: #977ff9;
  --blush: #fcdfdc;
  --kiwi: #bcf697;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PP Mori", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  padding: 28px clamp(22px, 4vw, 72px) 36px;
  color: white;
  background: #0f6772 url("assets/hero.png") center/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 19, 24, .78) 0%, rgba(0, 28, 34, .48) 43%, rgba(0, 0, 0, .05) 76%);
}
.site-header { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { width: clamp(185px, 20vw, 315px); filter: invert(1); }
.header-tools { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); }
.languages { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.languages a { padding: 5px 1px; text-decoration: none; opacity: .58; }
.languages a:hover, .languages a[aria-current="page"] { opacity: 1; border-bottom: 1px solid currentColor; }
.header-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.hero-content { position: relative; z-index: 2; width: min(740px, 92%); margin: auto 0; padding: 70px 0; }
.eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2 { font-family: "PP Writer", Georgia, serif; font-weight: 400; margin: 0; }
h1 { font-size: clamp(58px, 8.8vw, 142px); line-height: .82; letter-spacing: -.055em; }
.hero-copy { width: min(600px, 100%); margin: 34px 0 0; font-size: clamp(17px, 1.45vw, 23px); line-height: 1.46; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid white;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--butter); border-color: var(--butter); }
.button-secondary { color: white; background: rgba(0, 0, 0, .08); backdrop-filter: blur(8px); }
.hero-note { position: relative; z-index: 2; margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.brand-shape { position: absolute; display: block; pointer-events: none; user-select: none; }
.shape-hero { z-index: 1; right: clamp(-110px, -4vw, -35px); bottom: -3%; width: clamp(260px, 34vw, 610px); opacity: .3; filter: invert(1); transform: rotate(-8deg); }
.intro { position: relative; overflow: hidden; padding: clamp(90px, 13vw, 190px) clamp(22px, 10vw, 170px); }
.intro-inner { position: relative; z-index: 1; }
.shape-intro { right: -9%; top: -8%; width: min(560px, 47vw); opacity: .075; transform: rotate(13deg); }
.intro h2 { max-width: 980px; font-size: clamp(48px, 7vw, 112px); line-height: .96; letter-spacing: -.045em; }
.intro-inner > p:last-child { max-width: 710px; margin: 42px 0 0 auto; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.55; }
.interest-grid { display: grid; grid-template-columns: 1fr 1fr; }
.interest-card { position: relative; overflow: hidden; min-height: 650px; padding: clamp(36px, 6vw, 92px); display: flex; flex-direction: column; }
.interest-card > *:not(.brand-shape) { position: relative; z-index: 1; }
.shape-card { width: min(430px, 55%); right: -8%; top: -5%; opacity: .08; transform: rotate(18deg); }
.interest-b2c { background: var(--butter); }
.interest-b2b { background: var(--mint); }
.card-number { margin: 0 0 auto; font-size: 12px; letter-spacing: .15em; }
.interest-card h2 { max-width: 590px; font-size: clamp(43px, 4.6vw, 74px); line-height: .96; letter-spacing: -.04em; }
.interest-card > p:not(.eyebrow):not(.card-number) { max-width: 540px; margin: 30px 0; font-size: 17px; line-height: 1.55; }
.text-link { width: fit-content; margin-top: 12px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-weight: 600; }
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(400px, .7fr);
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(90px, 12vw, 180px) clamp(22px, 7vw, 120px);
  background: var(--ink);
  color: white;
}
.contact-heading h2 { max-width: 760px; font-size: clamp(50px, 6vw, 100px); line-height: .94; letter-spacing: -.045em; }
.contact-heading > p:last-child { max-width: 560px; margin-top: 34px; font-size: 18px; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.contact-form { display: grid; gap: 22px; align-self: start; }
.form-status { padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.45; }
.form-status.success { color: var(--ink); background: var(--kiwi); }
.form-status.error { color: var(--ink); background: var(--blush); }
.contact-form label { display: grid; gap: 9px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label > span { font-weight: 400; color: rgba(255,255,255,.64); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.42);
  border-radius: 0;
  padding: 11px 0 13px;
  font: 17px/1.4 "PP Mori", Arial, sans-serif;
  outline: none;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--butter); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent { display: grid !important; grid-template-columns: 19px 1fr; align-items: start; gap: 12px !important; text-transform: none !important; letter-spacing: 0 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--butter); }
.consent span { color: rgba(255,255,255,.74) !important; }
.submit-button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--butter);
  font: 600 13px/1 "PP Mori", Arial, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}
.submit-button:hover { transform: translateY(-2px); filter: brightness(.96); }
.form-fallback { margin: 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.65); }
.form-fallback a { text-underline-offset: 4px; }
.consent a, .privacy-link, .cookie-banner a { text-underline-offset: 3px; }
.cookie-settings { display: block; margin: 7px auto 0; padding: 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; font: inherit; cursor: pointer; }
footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 30px;
  padding: 54px clamp(22px, 4vw, 72px);
  background: var(--mint);
  font-size: 12px;
}
footer img { width: min(270px, 100%); }
footer div { text-align: center; }
footer div p { margin: 8px 0 0; }
.footer-note { max-width: 360px; justify-self: end; margin: 0; line-height: 1.5; text-align: right; }
.cookie-banner {
  position: fixed;
  z-index: 20;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  color: white;
  background: rgba(0, 0, 2, .94);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .3);
}
.cookie-banner p { margin: 0; font-size: 13px; line-height: 1.45; }
.cookie-banner div { display: flex; flex: none; gap: 8px; }
.cookie-banner button {
  min-height: 40px;
  padding: 0 15px;
  color: white;
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  font: 600 11px/1 "PP Mori", Arial, sans-serif;
  cursor: pointer;
}
.cookie-banner .accept { color: var(--ink); background: var(--butter); border-color: var(--butter); }
.legal-page { background: var(--paper); }
.legal-header { display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(22px, 5vw, 72px); border-bottom: 1px solid rgba(0,0,2,.18); }
.legal-header img { width: clamp(185px, 20vw, 285px); }
.legal-content { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding: clamp(72px, 10vw, 130px) 0; }
.legal-content h1 { max-width: 820px; font-size: clamp(52px, 8vw, 104px); line-height: .92; letter-spacing: -.045em; }
.legal-content h2 { margin: 58px 0 14px; font-family: "PP Mori", Arial, sans-serif; font-size: clamp(22px, 2vw, 30px); font-weight: 600; letter-spacing: -.02em; }
.legal-content h3 { margin: 34px 0 8px; font: 600 18px/1.3 "PP Mori", Arial, sans-serif; }
.legal-content code { padding: 2px 5px; background: rgba(151,127,249,.14); border-radius: 5px; font-size: .92em; }
.legal-content p { max-width: 790px; font-size: 16px; line-height: 1.7; }
.legal-alert { margin: 42px 0 62px; padding: 22px 24px; border-left: 5px solid var(--lilac); background: var(--blush); font-size: 15px; line-height: 1.55; }
.legal-back { margin-top: 72px; font-weight: 600; }
@media (max-width: 760px) {
  .hero { min-height: 820px; background-position: 58% center; }
  .hero::before { background: linear-gradient(90deg, rgba(0, 19, 24, .82), rgba(0, 19, 24, .15)); }
  .hero-content { width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .intro-inner > p:last-child { margin-left: 0; }
  .shape-hero { width: 310px; right: -150px; bottom: 2%; opacity: .22; }
  .shape-intro { width: 380px; right: -190px; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 570px; }
  .contact-section { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer div, .footer-note { text-align: left; justify-self: start; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-banner div { display: grid; grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .site-header { align-items: flex-start; }
  .header-tools { align-items: flex-end; flex-direction: column; gap: 12px; }
  .languages { gap: 8px; }
  .header-link { font-size: 10px; }
  .cookie-banner div { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
