@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Grifter;
  src: url(/fonts/grifterbold.otf) format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: GilroyBlack;
  src: url(/fonts/Gilroy-Black.ttf);
  font-display: swap;
}

:root {
  --font: Gilroy;
  --font-bold: 700;
  --font-semibold: 600;
  --font-medium: 500;
  --font-regular: 400;
  --primary-color: #10528b;
  --gray-color: #404040;
  --max-width: 1600px;
  --padding: 48px 5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font);
  font-weight: var(--font-medium);
  scroll-behavior: smooth;
}

.border-box {
  border: 1px solid #c6c6cd;
  border-radius: 10px;
}

/*  */

header {
  width: 100%;
  max-width: var(--max-width);
  padding: 32px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

header img {
  max-width: 150px;
}

.header-right > div {
  display: flex;
  justify-content: center;
  gap: 8px;
}

header button {
  padding: 0 16px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 35px;
}

header button:nth-child(2) {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/*  */

.hero-section {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
}

.hero-section h1 {
  max-width: 850px;
  font-size: 48px;
  font-family: Helvetica, sans-serif;
}

.hero-section p {
  font-size: 20px;
  margin-top: 32px;
  color: var(--gray-color);
}

.date-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 48px;
}

.date-box {
  width: fit-content;
}

.date-box span {
  font-size: 12px;
  color: var(--gray-color);
  font-weight: var(--font-semibold);
}

.date-box h5 {
  font-size: 24px;
  font-weight: var(--font-bold);
  margin-top: 8px;
}

/*  */

.what-happened {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
  display: flex;
  gap: 64px;
  margin-top: 50px;
}

.what-happened-left {
  flex: 1;
}

.what-happened-left h1 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
  margin-bottom: 24px;
}

.what-happened-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.what-happened-content p {
  font-size: 16px;
  color: var(--gray-color);
}

.what-happened-left button {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--primary-color);
  padding: 14px 16px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 80px;
  cursor: pointer;
  background-color: transparent;
}

.what-happened-left button i {
  color: #000;
  font-size: 16px;
}

.what-happened-right {
  max-width: 400px;
}

.what-happened-right img {
  width: 100%;
}

/*  */

.about-us {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
  background-color: var(--primary-color);
  color: #fff;
}

.about-us h1 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
  margin-bottom: 54px;
}

.about-us-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-us-content strong {
  font-weight: var(--font-bold);
}

/*  */

.news-coverage {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
}

.news-coverage h1 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
  margin-bottom: 40px;
}

.news-coverage ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 2rem;
  color: var(--gray-color);
}

.news-coverage ul li::marker {
  color: var(--gray-color);
}

.news-coverage ul li a {
  font-size: 16px;
  color: var(--gray-color);
}

/*  */

.about-incident {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;

  display: none;
}

.about-incident h1 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
}

.about-incident p {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  color: var(--gray-color);
  margin-top: 24px;
}

.about-incident p strong {
  font-weight: var(--font-bold);
  color: var(--primary-color);
}

.about-incident ul {
  font-size: 15px;
  color: var(--gray-color);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  margin-left: 1.5rem;
}

.about-incident .note {
  display: block;
  width: 100%;
  max-width: 700px;
  color: var(--gray-color);
  opacity: 80%;
  margin-top: 36px;
}

.about-incident .border-box {
  padding: 64px;
}

/*  */

.our-plan {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
}

.our-plan h1 {
  width: 100%;
  max-width: 800px;
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
  margin-bottom: 40px;
}

.our-plan-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.our-plan-content p {
  font-size: 16px;
  color: var(--gray-color);
}

.info {
  margin-top: 24px;
  border-radius: 6px;
  padding: 24px;
  background-color: #d5e3fd;
  font-size: 14px;
}

.info-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  color: #008cc7;
}

.info-header i {
  font-size: 16px;
}

.info p {
  color: #57657b;
  margin: 8px 0 0 28px;
}

.new-plan-features {
  width: 100%;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}

.new-plan-features-card {
  width: 100%;
  padding: 24px;
  background-color: #f7f9fb;
  border-radius: 6px;
}

.new-plan-features-card.long {
  grid-column: span 2;
}

.new-plan-features-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.new-plan-features-header i {
  font-size: 18px;
}

.new-plan-features-header h3 {
  font-size: 18px;
  font-weight: var(--font-bold);
}

.new-plan-features-body {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6cd;
}

.new-plan-features-body p {
  font-size: 12px;
  color: var(--gray-color);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.new-plan-features-body ul {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 1rem;
}

.new-plan-features-body-v2 {
  margin-top: 16px;
}

.new-plan-features-body-v2 p {
  font-size: 15px;
  color: var(--gray-color);
}

.new-plan-features-body-v2 ul {
  list-style: none;
  font-size: 14px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.new-plan-features-body-v2 ul li i {
  margin-right: 4px;
}

.new-plan-features-footer {
  width: 100%;
  margin-top: 16px;
}

.new-plan-features-footer p {
  font-size: 12px;
  color: var(--gray-color);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.new-plan-features-footer span {
  font-size: 14px;
}

.important-note {
  width: 100%;
  padding: 24px;
  margin-top: 36px;
}

.important-note h2 {
  font-size: 24px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 40px;
}

.important-note-content {
  width: 100%;
  display: flex;
  gap: 24px;
}

.important-note-content p {
  font-size: 16px;
  color: var(--gray-color);
  flex: 1;
}

.important-note-content button {
  width: fit-content;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--primary-color);
  padding: 0 12px;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
}

/*  */

.contact-form {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
}

.contact-form .border-box {
  background-color: #f5f5f5;
  padding: 96px 24px 0 24px;
}

.contact-form h1 {
  font-size: 28px;
  text-align: center;
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}

.contact-form h1 span {
  font-size: 24px;
  font-weight: var(--font-medium);
}

.contact-form p {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: var(--gray-color);
  text-align: center;
}

.form-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 48px;
  padding: 32px 24px;
  background: linear-gradient(180deg, #0d5ca8, #0a4d8f);
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-box h3 {
  font-size: 28px;
  text-align: center;
}

.form-box p {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px;
}
.form-group {
  text-align: left;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.input-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 0 18px;
  height: 48px;
  transition: 0.3s;
}
.input-box:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.input-box i {
  font-size: 20px;
  color: #6f8fb0;
  margin-right: 12px;
}
.input-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  font-family: inherit;
}
.input-box input::placeholder {
  color: #9b9b9b;
}
.submit-btn {
  height: 48px;
  border: none;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin: 10px 0 20px 0;
}

/*  */

.mail-updates {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
}

.mail-updates h1 {
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
}

.mail-updates h1 span {
  color: #777;
  font-family: Helvetica, sans-serif;
  font-weight: var(--font-bold);
}

.mail-update-images {
  margin-top: 48px;
}

.mail-update-images img {
  max-width: 100%;
}

/*  */

.sla-section {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.sla-section img {
  max-width: 80px;
}

.sla-section h1 {
  font-size: 32px;
  font-weight: var(--font-semibold);
}

.sla-section p {
  max-width: 300px;
  font-size: 16px;
  color: var(--gray-color);
}

.sla-section button {
  padding: 16px 40px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 48px 0 24px 0;
}

.sla-section button i {
  font-size: 18px;
}

.sla-section p:nth-child(5) {
  max-width: 500px;
  font-size: 14px;
  color: #76777d;
}

@media screen and (max-width: 1024px) {
  .hero-section h1 {
    font-size: 30px;
  }

  .what-happened {
    flex-direction: column-reverse;
    margin-top: 0px;
  }

  .sla-section {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .news-coverage h1,
  .about-us h1,
  .mail-updates h1,
  .about-incident h1,
  .our-plan h1,
  .sla-section h1 {
    font-size: 24px;
  }

  .new-plan-features-card.long {
    grid-column: span 1;
  }

  .new-plan-features {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .about-incident .border-box {
    padding: 24px;
  }

  .important-note-content {
    flex-direction: column;
  }

  .contact-form h1 span {
    font-size: 18px;
  }

  .contact-form .border-box {
    padding: 48px 24px 0 24px;
  }
}

@media print {
  header {
    padding: 24px;
  }

  .hero-section h1 {
    font-size: 30px;
  }

  .what-happened {
    flex-direction: column-reverse;
  }

  .sla-section {
    gap: 12px;
  }

  .news-coverage h1,
  .about-us h1,
  .mail-updates h1,
  .about-incident h1,
  .our-plan h1,
  .sla-section h1 {
    font-size: 24px;
  }

  .new-plan-features-card.long {
    grid-column: span 1;
  }

  .new-plan-features {
    grid-template-columns: 1fr;
  }

  .about-incident .border-box {
    padding: 24px;
  }

  .important-note-content {
    flex-direction: column;
  }

  .contact-form h1 span {
    font-size: 18px;
  }

  .contact-form .border-box {
    padding: 48px 24px 0 24px;
  }

  /* Recommended print fixes */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .new-plan-features-card,
  .border-box,
  section {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
