:root {
  --blue: #069fd2;
  --blue-deep: #006e9a;
  --blue-ink: #0a425a;
  --green: #5aaa19;
  --green-deep: #3f8411;
  --ink: #13222c;
  --muted: #60727c;
  --line: rgba(19, 34, 44, 0.13);
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 84, 118, 0.17);
}
* { box-sizing: border-box; }
html {
  min-height: 100%;
  color: var(--ink);
  background: radial-gradient(circle at 12% 8%, rgba(6,159,210,.15), transparent 34rem), radial-gradient(circle at 90% 86%, rgba(90,170,25,.14), transparent 30rem), linear-gradient(135deg,#f7fcfe 0%,#fff 48%,#eef8fb 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body { min-height: 100vh; margin: 0; }
a { color: inherit; text-decoration: none; }
.home-shell { min-height: 100vh; display: grid; grid-template-rows: auto 1fr; padding: clamp(22px,4vw,54px); }
.site-header, .legal-header, .hero { width: min(1160px, 100%); margin: 0 auto; }
.site-header, .legal-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(22px,4vw,48px); }
.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(6, 159, 210, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 44px rgba(0, 84, 118, 0.1);
  overflow: hidden;
}
.brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,0.55), transparent 45%);
  pointer-events: none;
}
.brand img {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(260px, 29vw, 410px);
  height: auto;
  filter: drop-shadow(0 8px 12px rgba(0, 84, 118, 0.1));
}
.header-contact {
  justify-self: center;
  display: grid;
  gap: 7px;
  min-width: min(500px, 100%);
  margin: 0;
  padding: 15px 20px 16px;
  border: 1px solid rgba(6, 159, 210, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(0, 84, 118, 0.08);
  color: var(--ink);
  font-size: 0.93rem;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  backdrop-filter: blur(16px);
}
.contact-company {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}
.contact-address {
  color: var(--ink);
  font-weight: 650;
}
.contact-details {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 8px 16px;
  padding-top: 7px;
  border-top: 1px solid rgba(6, 159, 210, 0.13);
  color: var(--blue-deep);
  font-weight: 760;
}
.contact-details > * {
  color: var(--blue-deep);
  white-space: nowrap;
}
.contact-details span span,
.contact-details a span {
  color: var(--blue-ink);
  font-weight: 850;
}
.header-contact a {
  text-decoration: none;
}
.header-contact a:hover,
.header-contact a:focus-visible {
  color: var(--green-deep);
  outline: none;
}
.nav-links { display: flex; align-items: center; gap: 10px; color: var(--blue-ink); font-size: .94rem; font-weight: 750; }
.nav-links a, .back-link { border-radius: 999px; padding: 10px 14px; transition: background-color 160ms ease, color 160ms ease; }
.nav-links a:hover, .nav-links a:focus-visible, .back-link:hover, .back-link:focus-visible { background: rgba(6,159,210,.1); color: var(--blue-deep); outline: none; }
.hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.62fr); align-items: center; gap: clamp(34px,6vw,86px); padding: clamp(58px,9vw,126px) 0 clamp(40px,7vw,82px); }
.hero-content { max-width: 760px; }
.kicker, .card-label { margin: 0 0 16px; color: var(--green-deep); font-size: .82rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3,h4,p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(2.45rem,6vw,5.9rem); line-height: .97; letter-spacing: 0; }
.lead { max-width: 660px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem,1.8vw,1.34rem); line-height: 1.6; }
.notice { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid rgba(6,159,210,.18); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 14px 32px rgba(0,110,154,.09); color: var(--blue-deep); font-weight: 800; }
.pulse { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(90,170,25,.13); }
.abo-card { position: relative; overflow: hidden; padding: clamp(30px,4vw,44px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(160deg,rgba(255,255,255,.95),rgba(255,255,255,.76)); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.abo-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg,var(--green),var(--blue)); }
.abo-card h2 { margin-bottom: 16px; font-size: clamp(1.55rem,2.4vw,2.25rem); line-height: 1.08; letter-spacing: 0; }
.abo-card p:not(.card-label) { margin-bottom: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.72; }
.legal-body { min-height: 100vh; padding: clamp(22px,4vw,54px); background: radial-gradient(circle at 14% 4%, rgba(6,159,210,.12), transparent 32rem), linear-gradient(135deg,#f8fcfe 0%,#fff 100%); }
.legal-header { margin-bottom: clamp(42px,7vw,86px); }
.legal-header .brand { padding: 12px 16px; }
.legal-header .brand img { width: clamp(220px,24vw,340px); }
.back-link { color: var(--blue-deep); font-weight: 800; justify-self: end; }
.legal-card { width: min(920px,100%); margin: 0 auto; padding: clamp(30px,5vw,58px); border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.87); box-shadow: 0 22px 64px rgba(0,84,118,.12); }
.legal-card h1 { margin-bottom: 24px; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.05; }
.legal-card h2 { margin: 36px 0 12px; color: var(--blue-ink); font-size: 1.35rem; line-height: 1.25; }
.legal-card h3 { margin: 28px 0 10px; color: var(--ink); font-size: 1.08rem; }
.legal-card h4 { margin: 22px 0 8px; color: var(--ink); font-size: 1rem; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.7; }
.legal-card a { color: var(--blue-deep); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-card ul { padding-left: 1.2rem; }
.legal-card strong { color: var(--ink); }
@media (max-width: 900px) { .site-header, .legal-header { grid-template-columns: 1fr; align-items: start; } .header-contact { justify-self: start; text-align: left; }
  .contact-details { justify-content: start; grid-template-columns: 1fr; } .back-link { justify-self: start; padding-left: 0; } }
@media (max-width: 780px) { .home-shell, .legal-body { padding: 20px; } .nav-links { width: 100%; justify-content: space-between; } .nav-links a { padding-inline: 0; } .hero { grid-template-columns: 1fr; padding-top: 54px; } h1 { font-size: clamp(2.45rem,13vw,4.1rem); } }

@media (max-width: 560px) {
  .contact-details {
    grid-template-columns: 1fr;
    justify-content: stretch;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 100%;
    padding: 14px 16px;
  }
  .brand img {
    width: min(100%, 390px);
  }
}
