/* ARES Tactical Systems Landing Page */

:root {
  --bg: #050505;
  --bg-soft: #0b0b0d;
  --panel: #111114;
  --panel-light: #18181c;
  --red: #ff2a2a;
  --red-dark: #b80000;
  --text: #f2f2f2;
  --muted: #9a9a9a;
  --metal: #c7c7c7;
  --line: rgba(255, 42, 42, 0.35);
  --white-line: rgba(255, 255, 255, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 42, 42, 0.12), transparent 30%),
    radial-gradient(circle at 20% 70%, rgba(255, 42, 42, 0.08), transparent 28%),
    linear-gradient(180deg, #050505 0%, #090909 48%, #030303 100%);
  color: var(--text);
  font-family: "Rajdhani", system-ui, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  z-index: 50;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
}

.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  background: linear-gradient(
    to bottom,
    transparent,
    transparent 50%,
    rgba(255, 42, 42, 0.035) 51%,
    transparent 52%
  );
  background-size: 100% 8px;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 6vw;
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--white-line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 42, 42, 0.65));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.2s ease;
}

.main-nav a:hover {
  color: var(--text);
}

.main-nav a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 12px 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--red);
  border: 1px solid var(--red);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.header-right{

    display:flex;
    align-items:center;
    gap:20px;
}

.social-links{

    display:flex;
    gap:10px;
}

.social-links a{

    width:42px;
    height:42px;

    display:flex;
    justify-content:center;
    align-items:center;

    border:1px solid rgba(255,42,42,0.35);

    color:#ff2a2a;

    font-family:'Orbitron', sans-serif;

    font-size:12px;

    text-decoration:none;

    clip-path: polygon(
        20% 0,
        100% 0,
        80% 100%,
        0 100%
    );

    transition:0.2s;
}

.social-links a:hover{

    background:#ff2a2a;

    color:black;

    box-shadow:0 0 20px rgba(255,42,42,0.5);
}

/* Hero */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 6vw;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 42, 42, 0.12);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  z-index: -1;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 850px;
  font-size: clamp(2.1rem, 8vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-shadow: 0 0 28px rgba(255, 42, 42, 0.22);
}

.hero-text {
  max-width: 680px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid var(--red);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);/*12% 0, 100% 0, 88% 100%, 0 100%*/
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-en {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border: 1px solid var(--red);
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);/*12% 0, 100% 0, 88% 100%, 0 100%*/
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: transform 0.45s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 16px rgba(255, 42, 42, 0.65));
}

.btn:hover::before {
  transform: translateX(110%);
}

.btn-primary {
  color: #050505;
  background: linear-gradient(135deg, var(--red), #ff6767);
}

.btn-secondary {
  color: var(--red);
  background: rgba(255, 42, 42, 0.05);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  max-width: 640px;
  gap: 14px;
  margin-top: 58px;
}

.hero-stats div {
  padding: 18px;
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--white-line);
  border-left: 2px solid var(--red);
  clip-path: polygon(0 0, 94% 0, 100% 18%, 100% 100%, 6% 100%, 0 82%);
}

.hero-stats strong {
  display: block;
  color: var(--text);
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
}

.hero-stats span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Hero Visual */

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
}

.target-frame {
  position: relative;
  width: min(86vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,42,42,0.18), transparent 42%),
    repeating-conic-gradient(from 0deg, rgba(255,42,42,0.55) 0deg 9deg, transparent 9deg 22deg);
  mask: radial-gradient(circle, transparent 0 56%, #000 56% 58%, transparent 58% 63%, #000 63% 65%, transparent 65%);
  filter: drop-shadow(0 0 26px rgba(255, 42, 42, 0.38));
  animation: rotateSlow 28s linear infinite;
}

.hex-device {
  position: absolute;
  inset: 17%;
  display: grid;
  place-items: center;
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
  background: linear-gradient(145deg, #222, #070707);
  border: 1px solid var(--red);
  box-shadow: inset 0 0 32px rgba(255,255,255,0.06), 0 0 40px rgba(255,42,42,0.5);
  animation: counterRotate 28s linear infinite;
}

.hex-inner {
  display: grid;
  place-items: center;
  width: 82%;
  aspect-ratio: 1;
  clip-path: polygon(25% 4%, 75% 4%, 98% 50%, 75% 96%, 25% 96%, 2% 50%);
  border: 2px solid rgba(255, 42, 42, 0.65);
  background: radial-gradient(circle at 50% 35%, rgba(255,42,42,0.18), rgba(0,0,0,0.92) 62%);
}

.hex-inner span {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(7rem, 12vw, 13rem);
  font-weight: 900;
  color: var(--red);
  text-shadow: 0 0 28px rgba(255, 42, 42, 0.95);
}

.pulse-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--red);
  box-shadow: 0 0 20px var(--red);
}

.dot-1 { top: 15%; left: 50%; }
.dot-2 { right: 15%; top: 50%; }
.dot-3 { bottom: 15%; left: 50%; }

@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}

@keyframes counterRotate {
  to { transform: rotate(-360deg); }
}

/* Sections */

.section {
  padding: 110px 6vw;
}

.section-header {
  max-width: 840px;
  margin-bottom: 54px;
}

.section-header.compact {
  max-width: 720px;
}

.section-header h2,
.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-header p,
.final-cta p {
  margin-top: 20px;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
}

.system-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}

.system-card,
.feature-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    var(--panel);
  border: 1px solid var(--white-line);
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0 90%);
  overflow: hidden;
}

.system-card::before,
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--red);
  opacity: 0.7;
}

.system-card h3,
.feature-card h3 {
  margin-top: 52px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

.system-card p,
.feature-card p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

.large-card {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,42,42,0.18), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    var(--panel);
}

.card-number {
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(255,42,42,0.75);
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.icon-hex {
  display: grid;
  place-items: center;
  width: 58px;
  height: 52px;
  color: var(--red);
  font-family: "Orbitron", sans-serif;
  border: 1px solid var(--red);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.video-frame {
  position: relative;
  border: 1px solid var(--line);
  padding: 16px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  background: rgba(255,42,42,0.04);
}

.video-placeholder {
  display: grid;
  place-items: center;
  min-height: 460px;
  background:
    linear-gradient(135deg, rgba(255,42,42,0.12), transparent 42%),
    #070707;
  border: 1px solid var(--white-line);
  color: var(--muted);
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

/*  TEASER SECTION  */

.teaser-section {
  min-height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 6vw;
}

.teaser-container {
  width: 100%;
  max-width: 1300px;
}

#teaser-text {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.2rem, 5.2vw, 5.6rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 15px rgba(255,42,42,0.25);
  min-height: 180px;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    filter 0.45s ease;
}

.teaser-subtitle{
    margin-top:25px;
    color:var(--muted);
    font-size:1.3rem;
    letter-spacing:0.08em;
}

.ares-highlight{
    color:#ff2a2a;
    text-shadow:
        0 0 20px rgba(255,42,42,0.8),
        0 0 40px rgba(255,42,42,0.5);
}

.fade-out {
  opacity: 0.25;
  transform: translateX(0) scaleX(0.92) skewX(-6deg);
  filter: blur(1px);
}

.glitching {
  animation: teaserGlitch 0.05s linear;

  text-shadow:
    3px 0 rgba(255,42,42,0.9),
    -3px 0 rgba(255,255,255,0.15),
    0 0 20px rgba(255,42,42,0.6);
}

@keyframes teaserGlitch {
  0% {
    transform: translate(0, 0) skewX(0deg) scaleX(1);
    text-shadow:
      0 0 15px rgba(255,42,42,0.25);
  }

  10% {
    transform: translate(-450px,0px) skewX(25deg) scaleX(0.75);
  }

  20% {
    transform: translate(500px, 0px) skewX(-15deg) scaleX(1.2);
    text-shadow:
      3px 0 rgba(255,42,42,0.85),
      -3px 0 rgba(255,255,255,0.25);
  }

  30% {
    transform: translate(-400px, 0px) skewX(30deg) scaleX(0.6);
  }

  40% {
    transform: translate(390px, 0px) skewX(13deg) scaleX(1.3);
    text-shadow:
      -4px 0 rgba(255,42,42,0.85),
      4px 0 rgba(255,255,255,0.22);
  }

  50% {
    transform: translate(-300px, 0px) skewX(-15deg) scaleX(0.8);
  }

  60% {
    transform: translate(400px, 0px) skewX(19deg) scaleX(1.12);
    text-shadow:
      2px 0 rgba(255,42,42,0.7),
      -2px 0 rgba(255,255,255,0.18);
  }

  70% {
    transform: translate(-200px, 0px) skewX(-23deg) scaleX(0.68);
  }

  80% {
    transform: translate(300px, 0px) skewX(11deg) scaleX(1.11);
  }

  90% {
    transform: translate(-100px, 0px) skewX(-8deg) scaleX(0.92);
  }


  100% {
    transform: translate(250px, 0) skewX(0deg) scaleX(1);
    text-shadow:
      0 0 15px rgba(255,42,42,0.25);
  }
}

/*  SOCIAL  */

.social-showcase {
  margin-top: 70px;
  text-align: center;
}

.social-showcase h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.social-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.social-card {
  position: relative;
  min-height: 230px;
  padding: 34px 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    var(--panel);
  border: 1px solid var(--white-line);
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--red);
  opacity: 0.7;
}

.social-card:hover {
  transform: translateY(-5px);
  border-color: var(--red);
  box-shadow: 0 0 30px rgba(255,42,42,0.18);
}

.social-icon {
  width: 74px;
  height: 68px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  color: var(--red);
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  border: 1px solid var(--red);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  box-shadow: 0 0 18px rgba(255,42,42,0.2);
}

.social-card h3 {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.social-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .social-card-grid {
    grid-template-columns: 1fr;
  }
}


/*  Signup SECTION  */
.final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,42,42,0.16), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255,42,42,0.04));
}

.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.hidden-field {
  display: none;
}

.signup-form {
  display: flex;
  justify-content: center;
  gap: 14px;
  max-width: 760px;
  margin: 42px auto 0;
}

.signup-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  color: var(--text);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--white-line);
  outline: none;
  font: inherit;
  font-size: 1.1rem;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.signup-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 18px rgba(255,42,42,0.24);
}

/* FOOTER */

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 6vw;
  color: var(--muted);
  border-top: 1px solid var(--white-line);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-links{

    display:flex;
    gap:24px;
}

.footer-links a{

    color:#888;

    text-decoration:none;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:13px;

    transition:0.2s;
}

.footer-links a:hover{

    color:#ff2a2a;
}

/* Responsive */

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .system-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 72px;
    padding: 0 22px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    font-size: 0.74rem;
    padding: 10px 16px;
  }

  .hero {
    padding: 70px 22px;
  }

  .hero-stats,
  .system-grid,
  .feature-grid,
  .signup-form {
    grid-template-columns: 1fr;
  }

  .signup-form {
    display: grid;
  }

  .section {
    padding: 76px 22px;
  }

  .video-placeholder {
    min-height: 300px;
  }

  .site-footer {
    flex-direction: column;
    font-size: 0.82rem;
  }
}

/* =========================
   IMPRESSUM PAGE
========================= */

.impressum-hero {
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.impressum-hero::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 42, 42, 0.12);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  z-index: -1;
}

.impressum-hero h1 {
  font-size: clamp(3.5rem, 9vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-shadow: 0 0 28px rgba(255, 42, 42, 0.22);
}

.impressum-section {
  padding-top: 40px;
}

.impressum-card {
  position: relative;
  margin-bottom: 28px;
  padding: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    var(--panel);
  border: 1px solid var(--white-line);
  clip-path: polygon(0 0, 96% 0, 100% 12%, 100% 100%, 4% 100%, 0 88%);
  overflow: hidden;
}

.impressum-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid var(--red);
  opacity: 0.7;
}

.impressum-card h2 {
  margin-bottom: 34px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: 0.04em;
}

.impressum-card p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.legal-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .impressum-card {
    padding: 32px 24px;
  }
}

/*  COOKIE BANNER */

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  padding: 24px 28px;

  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    #080808;

  border: 1px solid var(--line);

  clip-path: polygon(
    0 0,
    97% 0,
    100% 18%,
    100% 100%,
    3% 100%,
    0 82%
  );

  box-shadow: 0 0 35px rgba(255,42,42,0.18);
}

.cookie-banner h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.cookie-banner p {
  max-width: 900px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

.cookie-banner .btn {
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ====================================
   THANK YOU PAGE
==================================== */

.thankyou-page {

    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 40px;

    text-align: center;
}

.thankyou-container {

    width: 100%;
    max-width: 900px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.thankyou-container h1 {

    font-size: clamp(4rem, 10vw, 8rem);

    line-height: 0.9;

    margin-bottom: 24px;

    text-transform: uppercase;

    text-shadow:
        0 0 20px rgba(255,42,42,0.25);
}

.thankyou-container .coming-text {

    max-width: 700px;

    margin-bottom: 30px;
}

.thankyou-container .coming-divider {

    margin: 40px auto;
}

.thankyou-container .coming-status {

    margin-bottom: 40px;
}
