@font-face {
  font-family: AntonLocal;
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: CutiveLocal;
  src: url("../fonts/Cutive-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --page-width: 1080px;
  --ink: #fffdf3;
  --blue: #165ed0;
  --glow: #5da4ff;
  --line: rgba(99, 146, 255, .34);
}

* {
  box-sizing: border-box;
}

html {
  background: #02061b;
}

body {
  margin: 0;
  min-width: 320px;
  background: #02061b;
  color: var(--ink);
  font-family: CutiveLocal, Georgia, serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--page-width));
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 4, 23, .05) 0%, rgba(1, 4, 23, .55) 72%, rgba(1, 4, 23, .88) 100%),
    url("../assets/background/Hintergrund.webp") top center / 1120px auto repeat-y,
    #02061b;
}

.page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 18%, rgba(24, 83, 190, .23), transparent 30%),
    radial-gradient(circle at 20% 7%, rgba(28, 101, 220, .18), transparent 24%);
  pointer-events: none;
}

.top-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 28px 34px 0;
}

.site-button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 74px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 20px 12px;
  border: 1px solid rgba(120, 181, 255, .82);
  background:
    linear-gradient(180deg, rgba(27, 93, 208, .88), rgba(4, 20, 72, .88) 48%, rgba(2, 7, 29, .94)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .26), transparent 44%);
  box-shadow:
    0 0 20px rgba(47, 111, 255, .34),
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -14px 26px rgba(0, 0, 0, .28);
  color: var(--ink);
  overflow: hidden;
  font-family: AntonLocal, Impact, sans-serif;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease;
}

.site-button::before,
.site-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-button::before {
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 14px rgba(93, 164, 255, .24);
}

.site-button::after {
  left: 13px;
  right: 13px;
  bottom: 9px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(126, 190, 255, .86), transparent);
  opacity: .7;
}

.site-button:hover,
.site-button:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 16px rgba(86, 160, 255, .85));
  outline: none;
}

.button-kicker,
.button-title {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .92);
}

.button-kicker {
  margin-bottom: 2px;
  color: #89c6ff;
  font-family: CutiveLocal, Georgia, serif;
  font-size: 13px;
  line-height: 1;
}

.button-title {
  font-size: 32px;
  line-height: .98;
  overflow-wrap: anywhere;
}

.hero {
  position: relative;
  min-height: 486px;
  padding: 28px 34px 0;
}

.hero-text {
  position: relative;
  z-index: 3;
  width: 64%;
  padding-top: 8px;
}

h1,
h2,
h3 {
  font-family: AntonLocal, Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: 70px;
  line-height: .98;
  text-shadow: 0 0 16px rgba(255, 255, 255, .18);
}

h1 span {
  color: var(--blue);
  text-shadow: 0 0 14px rgba(32, 91, 220, .45);
}

.hero p {
  max-width: 530px;
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.36;
  text-shadow: 0 0 7px rgba(0, 0, 0, .95);
}

.rhino-main {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: 7px;
  width: 415px;
  filter: drop-shadow(0 0 20px rgba(81, 151, 255, .68));
}

.rhino-views {
  position: absolute;
  z-index: 2;
  left: 138px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.rhino-views img {
  width: auto;
  height: 198px;
  max-width: none;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 0 15px rgba(77, 143, 255, .82));
}

.engineered {
  position: relative;
  display: grid;
  grid-template-columns: 34% 30% 36%;
  gap: 24px;
  min-height: 284px;
  padding: 14px 34px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(99, 146, 255, .2);
}

h2 {
  margin: 0 0 15px;
  font-size: 50px;
  line-height: .98;
}

.engineered p {
  margin: 0;
  font-size: 17px;
  line-height: 1.36;
}

.engineered p span {
  color: #0a8eff;
}

.engineered p::selection,
.benefits p::selection,
.about p::selection {
  background: rgba(22, 94, 208, .65);
}

.features {
  align-self: center;
  padding-top: 6px;
}

.features div {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.features div:last-child {
  margin-bottom: 0;
}

.features img {
  width: 82px;
  max-height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(85, 158, 255, .95));
}

.product-photo {
  position: absolute;
  right: 22px;
  bottom: -66px;
  width: 560px;
  max-height: 429px;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, .85));
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 28px 38px 20px;
}

.benefits > div {
  text-align: center;
}

.benefits img {
  width: 168px;
  height: 168px;
  margin: 0 auto 4px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(86, 159, 255, .96));
}

.benefit-voucher img {
  width: 188px;
  height: 188px;
  margin-top: -10px;
  margin-bottom: -6px;
}

.benefits div:nth-child(3) img {
  width: 185px;
  height: 185px;
  margin-top: -9px;
  margin-bottom: -4px;
}

.benefits h3 {
  min-height: 62px;
  max-width: 150px;
  margin: 0 auto 9px;
  font-size: 25px;
  line-height: 1.02;
}

.benefit-voucher h3 {
  max-width: 190px;
}

.benefits p {
  max-width: 150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3;
}

.benefits span {
  color: #0a8eff;
}

.service-note {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr);
  gap: 28px;
  padding: 20px 38px 24px;
  border-top: 1px solid rgba(99, 146, 255, .2);
  border-bottom: 1px solid rgba(99, 146, 255, .26);
  background:
    linear-gradient(90deg, rgba(6, 21, 70, .55), rgba(2, 8, 34, .18));
}

.service-note h2 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.02;
}

.service-note p,
.service-note li {
  font-size: 15px;
  line-height: 1.42;
  text-shadow: 0 0 7px rgba(0, 0, 0, .95);
}

.service-note p {
  margin: 0;
}

.service-note a {
  color: #57a8ff;
  text-decoration: none;
}

.service-note a:hover,
.service-note a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.service-note ul {
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-note li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 18px;
}

.service-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(111, 176, 255, .9);
  box-shadow: 0 0 9px rgba(86, 159, 255, .8);
  transform: rotate(45deg);
}

.about {
  display: grid;
  grid-template-columns: 176px minmax(500px, 1fr) 280px;
  align-items: center;
  gap: 16px;
  padding: 2px 34px 18px;
}

.portrait {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(74, 144, 255, .9));
  object-fit: cover;
}

.about-text {
  position: relative;
  min-height: 176px;
  padding-top: 26px;
}

.about-copy {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: start;
  gap: 16px;
}

.about-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.07;
}

.about p {
  margin: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.36;
  white-space: nowrap;
}

.signature {
  width: 158px;
  margin: 30px 0 0 -26px;
}

.about-badges {
  display: grid;
  grid-template-columns: 88px 142px 97px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-28px);
}

.logo-small {
  width: 88px;
  justify-self: center;
}

.badge {
  width: 88px;
  justify-self: center;
}

.badge-gd {
  width: 142px;
  max-width: none;
  z-index: 2;
}

.badge-vn {
  width: 97px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 42px 8px;
}

.contact-button {
  min-height: 92px;
}

.contact-button .button-title {
  font-size: 30px;
  text-transform: none;
}

footer {
  position: relative;
  text-align: center;
}

footer p {
  position: relative;
  z-index: 2;
  width: 360px;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1.28;
  text-shadow: 0 0 7px #000;
}

.legal-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: calc(100% - 68px);
  margin: 18px auto 26px;
}

.legal-nav a {
  min-height: 56px;
  padding: 10px 12px;
  font-size: 19px;
  line-height: 1;
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: #74b6ff;
  outline: none;
}

footer img {
  width: 100%;
  height: 510px;
  margin-top: -12px;
  object-fit: cover;
  object-position: center top;
  opacity: .92;
  filter: saturate(1.04) contrast(1.05);
}

.legal-page {
  min-height: 100vh;
  padding: 44px 24px 72px;
  background:
    linear-gradient(180deg, rgba(1, 4, 23, .2), rgba(1, 4, 23, .86)),
    url("../assets/background/Hintergrund.webp") top center / 1120px auto repeat-y,
    #02061b;
}

.legal-document {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(89, 150, 255, .35);
  background: rgba(2, 8, 34, .82);
  box-shadow: 0 0 28px rgba(20, 78, 190, .24);
  color: var(--ink);
}

.legal-document h1,
.legal-document h2 {
  margin: 0 0 18px;
}

.legal-document h1 {
  font-size: 48px;
  line-height: 1;
}

.legal-document h1 span {
  color: #57a8ff;
}

.legal-document h2 {
  padding-top: 22px;
  font-size: 28px;
}

.legal-document h3 {
  margin: 18px 0 8px;
  color: #57a8ff;
  font-size: 22px;
  line-height: 1.1;
}

.legal-document p,
.legal-document li {
  font-size: 17px;
  line-height: 1.55;
}

.legal-document a {
  color: #57a8ff;
}

.legal-document ul {
  padding-left: 22px;
}

.legal-language {
  margin-top: 28px;
  padding-top: 4px;
  border-top: 1px solid rgba(89, 150, 255, .35);
}

.legal-language:first-of-type {
  margin-top: 12px;
}

.legal-note {
  margin-top: 30px;
  padding: 16px 18px;
  border: 1px solid rgba(89, 150, 255, .35);
  background: rgba(7, 24, 76, .58);
}

.legal-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: #57a8ff;
  font-family: AntonLocal, Impact, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .page {
    background-size: 980px auto;
  }

  .top-buttons {
    gap: 12px;
    padding: 18px 22px 0;
  }

  .site-button {
    min-height: 66px;
    padding: 11px 14px 10px;
  }

  .button-title {
    font-size: 27px;
  }

  .button-kicker {
    font-size: 12px;
  }

  .hero {
    min-height: 470px;
    padding: 24px 18px 0;
  }

  .hero-text {
    width: 74%;
  }

  h1 {
    font-size: clamp(43px, 9vw, 64px);
  }

  .hero p {
    font-size: 15px;
  }

  .rhino-main {
    top: 144px;
    right: -50px;
    width: 360px;
  }

  .rhino-views {
    left: 72px;
    gap: 12px;
  }

  .rhino-views img {
    height: 170px;
  }

  .engineered {
    grid-template-columns: 1fr 1fr;
    padding: 20px 22px;
  }

  .product-photo {
    position: absolute;
    width: 290px;
  }

  .benefits {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 24px 18px;
  }

  .service-note {
    grid-template-columns: 1fr;
    padding: 20px 24px 22px;
  }

  .about {
    grid-template-columns: 126px 1fr;
    padding: 10px 24px 18px;
  }

  .portrait {
    width: 126px;
    height: 126px;
  }

  .about-badges {
    grid-column: 1 / -1;
    justify-content: center;
    grid-template-columns: 88px 142px 97px;
    transform: none;
  }

  .contact {
    gap: 16px;
    padding: 0 22px 8px;
  }

  .contact-button {
    min-height: 82px;
  }

  .contact-button .button-title {
    font-size: 24px;
  }

  .legal-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 44px);
  }
}

@media (max-width: 560px) {
  .top-buttons,
  .contact {
    grid-template-columns: 1fr;
  }

  .top-buttons {
    gap: 10px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-button {
    min-height: 62px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .button-title {
    font-size: 25px;
  }

  .contact-button .button-title {
    font-size: 21px;
  }

  .legal-nav {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100% - 36px);
  }

  .hero {
    min-height: 600px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-text {
    width: 100%;
  }

  h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .rhino-main {
    top: 250px;
    right: -54px;
    width: min(340px, 88vw);
  }

  .rhino-views {
    left: 18px;
    right: 18px;
    bottom: 18px;
    justify-content: center;
  }

  .rhino-views img {
    height: clamp(104px, 27vw, 136px);
  }

  .engineered {
    display: block;
  }

  .features {
    margin: 22px 0;
  }

  .product-photo {
    position: static;
    width: 78%;
    margin-left: auto;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .benefits img {
    width: 136px;
    height: 136px;
  }

  .benefit-voucher img,
  .benefits div:nth-child(3) img {
    width: 150px;
    height: 150px;
    margin-top: -6px;
    margin-bottom: -4px;
  }

  .service-note h2 {
    font-size: 34px;
  }

  .benefits h3 {
    min-height: 0;
    font-size: 24px;
  }

  .benefits p,
  .engineered p,
  .about p {
    font-size: 15px;
  }

  .about {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 14px 18px 20px;
  }

  .portrait {
    width: 118px;
    height: 118px;
  }

  .about-text {
    min-height: 0;
    padding-top: 0;
    text-align: center;
  }

  .about-copy {
    display: block;
  }

  .about-copy h2 {
    margin: 0 0 8px;
    font-size: 34px;
  }

  .about p {
    white-space: normal;
  }

  .signature {
    margin: 18px auto 0;
  }

  .about-badges {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .logo-small,
  .badge,
  .badge-vn {
    width: min(76px, 24vw);
  }

  .badge-gd {
    width: min(116px, 34vw);
  }

  footer p {
    width: min(100% - 40px, 360px);
    font-size: 12px;
  }

  footer img {
    height: 380px;
    object-position: center top;
  }

  .legal-page {
    padding: 20px 14px 48px;
  }

  .legal-document {
    padding: 22px 18px;
  }

  .legal-document h1 {
    font-size: 38px;
  }

  .legal-document h2 {
    font-size: 25px;
  }

  .legal-document p,
  .legal-document li {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .button-title {
    font-size: 23px;
  }

  .contact-button .button-title {
    font-size: 19px;
  }

  .hero {
    min-height: 570px;
  }

  h1 {
    font-size: 39px;
  }

  .rhino-main {
    top: 244px;
    right: -66px;
    width: 330px;
  }

  .benefits h3 {
    font-size: 21px;
  }

  .benefits p {
    font-size: 13px;
  }

  .legal-nav a {
    font-size: 18px;
  }
}
