@font-face {
  font-family: "Basic Sans";
  src: url("fonts/BasicSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans Light";
  src: url("fonts/BasicSans-Light.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans Light Italic";
  src: url("fonts/BasicSans-LightIt.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans";
  src: url("fonts/BasicSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Basic Sans";
  src: url("fonts/BasicSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ef2440;
  --ink: #050505;
  --muted: #5e5e5e;
  --paper: #ffffff;
  --soft: #f5f4f3;
  --line: #d8d8d8;
  --grey: #EDEBE8;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Basic Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.hp-field {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

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

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

.container {
  width: min(1640px, calc(100% - 88px));
  margin: 0 auto;
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 260px 1fr 360px;
  align-items: center;
  gap: 32px;
  min-height: 160px;
  padding: 0 140px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  position: relative;
  display: inline-grid;
  width: max-content;
  color: var(--red);
  font-weight: 900;
  line-height: 0.9;
}

.site-header .brand {
  display: block;
}

.site-header .brand img {
  display: block;
  max-width: 300px;
  margin-bottom: -60px;
}

.brand-main {
  font-size: 45px;
  letter-spacing: 0;
}

.brand-main span {
  color: var(--ink);
  font-size: 0.72em;
}

.brand-badge {
  justify-self: end;
  margin-top: 2px;
  padding: 5px 12px;
  background: var(--red);
  color: var(--paper);
  font-size: 17px;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.brand-by {
  justify-self: end;
  margin-top: -1px;
  padding: 5px 12px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  transform: rotate(-5deg);
}

.nav-links,
.header-contact {
  display: flex;
  justify-content: center;
  gap: 76px;
  color: #262626;
  font-size: 18px;
  text-transform: uppercase;
}

.header-contact {
  justify-content: flex-end;
  gap: 48px;
  font-weight: 800;
}

.phone {
  color: var(--red);
}

.hero {
  min-height: 920px;
  padding: 126px 0 104px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.hero-copy {
  max-width: 660px;
  padding-left: 140px;
}

.hero-copy h1 {
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.section-title,
.contact-copy h2,
.audience h2 {
  font-size: clamp(42px, 3.35vw, 64px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 595px;
  margin: 34px 0 58px;
  font-size: 18px;
  font-family: "Basic Sans", "DM Sans", Arial, Helvetica, sans-serif;
}

.hero-illustration {
  width: min(620px, 100%);
  justify-self: center;
}

.button {
  font-family: "Basic Sans", "DM Sans", Arial, Helvetica, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid currentColor;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.button img.hover {
  display: none;
}

.button:hover img.default {
  display: none;
}

.button:hover img.hover {
  display: block;
}

.button-primary {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
}

.button-primary .btn-icon {
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  margin-left: 4px;
}

.button-outline {
  min-width: 330px;
  background: var(--paper);
  color: var(--ink);
}

.audience {
  position: relative;
  padding: 126px 0 150px;
  text-align: center;
}

.connector {
  position: absolute;
  top: -180px;
  left: calc(50% + 200px);
  width: auto;
  height: 340px;
  display: block;
}

.audience h2 {
  margin-bottom: 112px;
  font-family: "Basic Sans", serif;
    font-weight: 900;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 190px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.audience-card {
  display: grid;
  justify-items: center;
}

.audience-card h3 {
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: 900;
}

.audience-card > img {
  height: 260px;
  width: auto;
  object-fit: contain;
  margin-bottom: 56px;
}
.audience-card .button{
  font-size: 19px;
  font-weight: normal;
  font-family: "Basic Sans", serif;
}
.audience-card .button img {
  width: auto;
  height: auto;
}
.audience-card a:hover, .hero-copy a:hover, .showcase-copy a.button:hover, .testimonial-copy a.button:hover,
.contact-copy a.button:hover {
  color: var(--red);
  background-color: white;
}

.solution {
  padding: 136px 0 86px;
}

.section-title {
  margin-bottom: 90px;
}

.section-title span {
  color: var(--red);
}
h2.section-title{
  font-weight: 900;
}

.showcase {
  position: relative;
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
  gap: 70px;
  min-height: 660px;
  padding: 70px 70px 70px 118px;
  overflow: hidden;
  border-radius: 24px;
  background-image: url("../images/slider_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-copy {
  position: relative;
  z-index: 1;
}

.showcase-copy h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
}

.showcase-copy ul,
.price-card ul {
  padding: 0;
  margin: 28px 0 58px;
  list-style: none;
}

.showcase-copy li,
.price-card li {
  position: relative;
  margin: 13px 0;
  padding-left: 20px;
}

.showcase-copy li::before,
.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.video-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--paper);
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 78px;
}

.slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-bottom: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.pricing {
  padding: 130px 0 92px;
  overflow: hidden;
}

.pricing-head {
  position: relative;
}

.offer-illustration {
  position: absolute;
  z-index: 3;
  width: 150px;
  right: 25%;
  bottom: -96px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 22px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 34px 36px;
  border-radius: 8px;
  background: var(--grey);
  box-shadow: var(--shadow);
}

.price-card.featured {
  background: var(--red);
  color: var(--paper);
}

.price-card h3 {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured h3 {
  border-color: rgba(255, 255, 255, 0.4);
}

.price-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 24px;
}

.price-body {
  padding: 30px 15px 28px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.price {
  margin: 14px 0 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
}

.price small {
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
}

.period,
.setup {
  color: var(--muted);
  font-size: 14px;
  font-family: "Basic Sans Light Italic", sans-serif;
}

.featured .period,
.featured .setup {
  color: rgba(255, 255, 255, 0.85);
}

.price-card ul {
  margin: 0 0 34px;
  font-size: 16px;
}

.price-card li {
  margin: 16px 0;
  padding-left: 30px;
}
.price .desc{
  display: grid;
  margin-left: 10px;
}

.price-card li::before {
  content: "";
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.price-card li.yes::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect width='20' height='20' rx='6' fill='%23ef2440'/%3E%3Cpath d='M5.5 10.4l3 3 6-6.6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.price-card li.no::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1' y='1' width='18' height='18' rx='6' fill='none' stroke='%23ef2440' stroke-opacity='0.35'/%3E%3Cpath d='M6.6 6.6l6.8 6.8M13.4 6.6l-6.8 6.8' fill='none' stroke='%23ef2440' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding: 128px 0 116px;
}

.testimonials.section-soft {
  background-image: url("../images/testi-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 104px;
}

.testimonial-copy,
.testimonial-side {
  max-width: 650px;
}
.testimonial-layout blockquote{
  font-family: "Basic Sans Light", serif;
}

blockquote {
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.7;
}

.person {
  margin-bottom: 62px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-side {
  padding-top: 8px;
}

.testimonial-side img {
  width: 260px;
  margin: 0 auto 78px;
}
.testimonial-layout .person{
  font-size: 16px;
  font-weight: 400;
}

.contact {
  padding: 126px 0 160px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.contact-grid img {
  width: 560px;
  justify-self: center;
}

.contact-copy {
  max-width: 610px;
}

.contact-copy p {
  font-size: 22px;
}

.contact-copy .button {
  margin-top: 34px;
}

.site-footer {
  position: relative;
  margin-top: -58px;
  padding: 150px 0 50px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.7fr 1fr;
  gap: 64px;
}

.footer-brand {
  margin-bottom: 52px;
}

.footer-brand .brand-main {
  color: var(--red);
}

.footer-brand .brand-main span {
  color: var(--paper);
}

.footer-phone {
  display: block;
  margin-bottom: 8px;
  font-size: 36px;
}
.footer-mail{
  font-size: 26px;
}

.site-footer p,
.site-footer a {
  color: var(--paper);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Basic Sans Light", sans-serif;
  font-size: 14px;
}

.services {
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.services p,
.newsletter label,
.newsletter p {
  display: block;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  text-transform: uppercase;
}
.services p{
  font-size: 24px;
}

.service-logos {
  display: inline-flex;
  align-items: center;
  min-height: 116px;
  border: 8px solid transparent;
  transition: border-color 180ms ease, transform 180ms ease;
}

.service-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 82px;
  padding: 0 34px;
  transition: color 180ms ease, transform 180ms ease;
}
.service-logo img.hover {
  display: none;
}
.service-logo:hover img {
  display: none;
}
.service-logo:hover img.hover {
  display: block;
}
.service-logo:hover,
.service-logo:focus-visible {
  color: var(--paper);
  transform: translateY(-2px);
  outline: 0;
}

.service-logo + .service-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.service-logo img {
  width: auto;
  max-width: none;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease;
}

.tour-logo img {
  height: 86px;
}

.service-logo:hover img,
.service-logo:focus-visible img,
.service-logos.is-hovered img {
  opacity: 1;
  filter: grayscale(0);
}

.services div:not(.service-logos) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  font-size: 28px;
}

.footer-grid a:not(.brand):hover,
.footer-grid a:not(.brand):focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--red);
  outline: 0;
}

.email-field {
  display: flex;
  width: min(330px, 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.email-field input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--paper);
  outline: 0;
  padding: 12px 0;
  font-size: 16px;
  font-family: "Basic Sans Light", sans-serif;
}

.email-field button {
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 20px;
  transition: color 180ms ease, transform 180ms ease;
}

.email-field button:hover,
.email-field button:focus-visible {
  color: var(--red);
  transform: translateX(4px);
  outline: 0;
}

.newsletter p {
  margin-top: 76px;
  margin-bottom: 18px;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  display: grid;
  place-items: center;
  transition: transform 180ms ease;
}

.socials a img {
  width: 23px;
  height: 23px;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.footer-bottom {
  display: flex;
  gap: 54px;
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}
.services div.footer-bottom, .services div.footer-bottom p {
  font-size: 14px;
  font-family: "Basic Sans Light", sans-serif;
}
.newsletter label{
  font-size: 24px;
  font-family: "Basic Sans Light", sans-serif;
}

.slider-button.next{
    padding-left: 10px;
}
.legal.section-soft{
    padding: 50px 30px;

}
.legal.section-soft h1{
    text-align: center;
}
.modal{
    min-height: 80vh;
    width: 80vh;
}
.modal iframe{
    width: 100%;
    height: 80vh;
    border: none;
}
.legal h2{
    margin-top: 50px;
}


.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 5, 5, 0.55);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.modal-overlay[hidden] {
    display: none;
}

.modal-overlay.is-open {
    opacity: 1;
}

.modal {
    position: relative;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 8px);
    overflow-y: hidden;
    padding: 48px 40px 40px;
    background: var(--paper);
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: translateY(16px);
    transition: transform 0.25s ease;
}

.modal-overlay.is-open .modal {
    transform: translateY(0);
}

.modal h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.15;
}

.modal p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 16px;
}

.modal .button {
    margin-top: 8px;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.modal-close:hover {
    background: var(--soft);
    color: var(--red);
}

@media (max-width: 1800px) {
  .button {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .footer-grid {
    grid-template-columns: 0.9fr 1.45fr 1fr;
    gap: 42px;
  }

  .services {
    padding-left: 42px;
  }

  .service-logos {
    min-height: 96px;
    border-width: 6px;
  }

  .service-logo {
    min-height: 70px;
    padding: 0 20px;
  }

  .service-logo img {
    height: 54px;
  }

  .tour-logo img {
    height: 66px;
  }
}

@media (max-width: 1200px) {
  .site-header {
    grid-template-columns: 220px 1fr;
    min-height: 126px;
    padding: 0 44px;
  }

  .header-contact {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 36px, 680px);
  }

  .site-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 14px;
    min-height: auto;
    padding: 20px 18px;
  }

  .site-header .brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .site-header .brand img {
    height: 64px;
    margin-bottom: 0;
  }

  .nav-links,
  .header-contact {
    justify-content: center;
    gap: 18px;
    width: auto;
    font-size: 12px;
      padding-bottom: 0px;
  }


  .hero {
    min-height: 0;
    padding: 64px 0;
  }

  .hero-grid,
  .audience-grid,
  .showcase,
  .pricing-head,
  .testimonial-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .audience {
    padding: 74px 0 86px;
  }

  .audience h2 {
    margin-bottom: 54px;
  }

  .audience-grid {
    gap: 72px;
  }

  .connector {
    display: none;
  }

  .solution,
  .pricing,
  .testimonials,
  .contact {
    padding: 74px 0;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .showcase {
    padding: 28px;
    min-height: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .offer-illustration {
    display: none;
  }

  .button-outline {
    min-width: min(330px, 100%);
  }

  .site-footer {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding-top: 100px;
  }

  .services {
    padding-left: 0;
    border-left: 0;
  }

  .service-logos {
    display: flex;
    width: 100%;
    min-height: 92px;
    border-width: 5px;
    overflow: hidden;
  }

  .service-logo {
    flex: 1 1 0;
    min-width: 0;
    min-height: 72px;
    padding: 0 12px;
  }

  .service-logo img {
    max-width: 100%;
    height: auto;
  }

  .tour-logo img {
    height: 56px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 18px;
  }
    .modal{
        max-height: calc(100vh - 48px);
        min-height: 80vh;
    }
}

