:root {
  --accent: #1c6d95;
  --accent-dark: #0f3348;
  --accent-soft: #e6f4fb;
  --ink: #11161b;
  --muted: #516271;
  --border: #d6e0e6;
  --bg: #f8fbfd;
  --surface: #ffffff;
  --footer: #ebf1f5;
  --shadow: 0 18px 48px rgba(16, 34, 46, 0.16);
  --shadow-soft: 0 8px 24px rgba(16, 34, 46, 0.1);
  --hero-overlay: rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 0 28px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  backdrop-filter: blur(14px);
  background: rgba(248, 251, 253, 0.9);
  border-bottom: 1px solid rgba(28, 109, 149, 0.08);
}

.nav-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}

.brand-lockup {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-nav a {
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--accent-dark);
}

.hero {
  padding: 36px 0 18px;
}

.hero-visual {
  background-image: linear-gradient(to bottom, var(--hero-overlay) 0%, var(--hero-overlay) 100%),
    url("https://img1.wsimg.com/isteam/ip/c54eb714-c4ce-4796-9098-4a48242a236d/66db7d7e-5290-4000-b537-71058bc93396.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  min-height: min(86vh, 760px);
  display: grid;
  align-items: end;
  box-shadow: var(--shadow);
  padding: 36px;
}

.hero-copy {
  max-width: 680px;
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  opacity: 0.92;
}

.hero-title {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw + 1.1rem, 4rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0;
}

.hero-subtitle {
  margin: 16px 0 0;
  max-width: 60ch;
  font-size: clamp(1rem, 0.8vw + 0.8rem, 1.2rem);
  line-height: 1.7;
}

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

section {
  padding: 48px 0;
}

.section-surface {
  background: var(--surface);
}

.section-title {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1.65rem, 2vw + 1rem, 2.5rem);
  color: var(--accent-dark);
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: 0.04em;
}

.grid {
  display: grid;
  gap: 32px;
}

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

.media-card img {
  width: 100%;
  display: block;
  border-radius: 14px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.content-block {
  text-align: left;
}

.content-block h4 {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  color: var(--ink);
}

.content-block p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

.pill-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill-list li {
  border: 1px solid rgba(28, 109, 149, 0.24);
  background: var(--accent-soft);
  color: var(--accent-dark);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-family: "Cantarell", "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
}

.feature-card p {
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
}

.lead {
  font-size: 1.125rem;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 24px;
}

.video-frame {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact {
  background: linear-gradient(180deg, #f2f8fc 0%, #f8fbfd 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 22px;
  align-items: start;
}

.contact-meta {
  background: #0e2432;
  color: #d5e6f1;
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.contact-meta h3 {
  margin: 0 0 10px;
  font-family: "Cantarell", "Segoe UI", sans-serif;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.contact-meta p {
  margin: 0;
  line-height: 1.7;
}

.contact-meta ul {
  margin: 14px 0 0;
  padding-left: 18px;
  line-height: 1.8;
}

.contact-direct {
  margin-top: 18px !important;
  font-size: 0.92rem;
}

.contact-direct a {
  color: #8fd2ff;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.contact-card h4 {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: left;
}

.contact-form {
  display: grid;
  gap: 16px;
  text-align: left;
}

.field label {
  display: block;
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 16px 8px 12px;
  border: 1px solid var(--border);
  border-radius: 0;
  font-size: 0.95rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: #474747;
  background: #ffffff;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px var(--accent);
}

.field-hidden {
  position: absolute;
  left: -200vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  font-size: 0.87rem;
  color: var(--muted);
}

.consent-check input[type="checkbox"] {
  transform: translateY(2px);
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background: var(--accent-dark);
  color: #ffffff;
  border-radius: 999px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  min-height: 56px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.primary-button:hover {
  background: #0a2636;
  transform: translateY(-1px);
}

.primary-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.ghost-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.ghost-button:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.form-status {
  font-size: 0.88rem;
  line-height: 1.5;
  min-height: 1.2rem;
}

.form-status[data-state="pending"] {
  color: var(--accent-dark);
}

.form-status[data-state="success"] {
  color: #0f7a47;
}

.form-status[data-state="error"] {
  color: #b01f3d;
}

.form-note {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 8px;
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.footer-top svg {
  width: 53px;
  height: 24px;
  color: var(--footer);
}

footer {
  background: var(--footer);
  padding: 32px 0 48px;
}

.footer-inner {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer-inner .brand {
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}

.footer-links {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: -500px;
  max-width: 420px;
  width: 100%;
  background: var(--accent-dark);
  color: #ffffff;
  box-shadow: var(--shadow);
  padding: 24px;
  transition: bottom 0.8s ease;
  z-index: 9999;
}

.cookie-banner.show {
  bottom: 0;
}

.cookie-banner h4 {
  margin: 0 0 12px;
  font-family: "Cantarell", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.cookie-banner p {
  margin: 0 0 16px;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.cookie-actions button {
  flex: 1;
  min-height: 40px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.cookie-accept {
  background: #ffffff;
  color: #0d2b3c;
}

.cookie-accept:hover {
  background: #0d2b3c;
  color: #ffffff;
}

.secondary-hero {
  background-image: linear-gradient(to bottom, rgba(57, 100, 125, 0.75), rgba(57, 100, 125, 0.75)),
    url("https://img1.wsimg.com/isteam/ip/c54eb714-c4ce-4796-9098-4a48242a236d/66db7d7e-5290-4000-b537-71058bc93396.png");
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  border-radius: 12px;
  padding: 72px 24px;
  min-height: 45vh;
  align-items: center;
  text-align: center;
}

.policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 72px;
  line-height: 1.75;
}

.policy-content h2 {
  font-family: "Cantarell", "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--accent-dark);
  margin-top: 32px;
}

.policy-content ul {
  padding-left: 1.2em;
}

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

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .nav-shell {
    min-height: 64px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    padding: 26px 0 8px;
  }

  .hero-visual {
    min-height: 72vh;
    padding: 24px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions a {
    width: 100%;
  }

  .container {
    padding: 0 18px;
  }

  section {
    padding: 38px 0;
  }

  .cookie-banner {
    max-width: none;
  }
}
