@charset "UTF-8";
/*! normalize.css v8.0.1 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  font-size: clamp(12px, 10px + (100dvw - 1080px) / 1080 * 10, 68px);
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-idea {
  background-image: url("../icons/idea.png");
}
.icon.icon-selling {
  background-image: url("../icons/selling.png");
}
.icon.icon-of {
  background-image: url("../icons/management.png");
}
.icon.icon-crypto {
  background-image: url("../icons/cryptocurrency.png");
}
.icon.icon-drop {
  background-image: url("../icons/dropshipping.png");
}
.icon.icon-automation {
  background-image: url("../icons/automation.png");
}

body {
  font-family: "Inter", Arial, sans-serif;
  background: linear-gradient(120deg, #283c63 60%, #304c89 100%);
  background: radial-gradient(ellipse at bottom, #283c63 0%, #090a0f 100%);
}

h1,
h2,
h3,
h4,
.price-name,
.timeline-icon {
  font-family: "Secular One", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

[data-i18n] {
  transition: opacity 0.25s;
  opacity: 1;
}

[data-i18n].lang-fade {
  opacity: 0;
  transition: opacity 0.25s;
}

.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url("../images/hero-bg.png");
  color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(26, 34, 56, 0.35) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero-section .left-section {
  flex: 2;
  height: 100%;
  padding: 1.25rem;
}
.hero-section .left-section .container {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-section .left-section .container h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.25rem;
}
.hero-section .left-section .container p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.hero-section .left-section .container .callto-action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hero-section .left-section .container .callto-action a {
  text-decoration: none;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background: rgb(155, 155, 155);
  padding: 1rem;
  color: #e8e8e8;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  border-radius: 2.5rem;
  border-style: none;
  border-width: 0px 0px 0.18rem;
  border-color: rgb(1, 77, 130);
  box-shadow: none;
  line-height: 1.4rem;
  text-shadow: none;
}
.hero-section .left-section .container .callto-action .price {
  font-size: 1.3rem;
}
.hero-section .right-section {
  flex: 1;
  padding: 1.25rem;
}

.content-section {
  padding: 1.25rem;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.content-section h1 {
  color: #e8e8e8;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  text-align: center;
  margin-bottom: 1.25rem;
}
.content-section .content-summary {
  text-align: center;
  font-size: 1.2rem;
  color: #e8e8e8;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 2.5rem;
  width: 36.4%;
  margin-left: auto;
  margin-right: auto;
}
.content-section .timeline {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  margin: 0 auto;
  width: 36.4%;
}
.content-section .timeline::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 5rem;
  width: 0.25rem;
  background: #283c63;
  opacity: 1;
  border-radius: 0.125rem;
}
.content-section .timeline .timeline-step {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.content-section .timeline .timeline-step .timeline-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: #e8e8e8;
  border: 0.1875rem solid #283c63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #283c63;
  margin-right: 1.5rem;
  position: relative;
  z-index: 1;
}
.content-section .timeline .timeline-step .timeline-content {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.04);
  padding: 1.2rem 1.5rem;
  min-width: 0;
}
.content-section .timeline .timeline-step .timeline-content h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color: #283c63;
}
.content-section .timeline .timeline-step .timeline-content p {
  margin: 0;
  color: #555;
  font-size: 1.05rem;
}

.price-section {
  padding: 1.25rem;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.price-section .price-container {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
}
.price-section .price-container .price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0.68rem 1.25rem 0.3rem 0.5rem rgba(0, 0, 0, 0.44);
  z-index: 5;
  transform: rotateZ(0deg);
  z-index: 10;
  background-color: transparent;
  transition: transform 400ms ease, opacity 400ms ease;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  position: relative;
  perspective: 1000;
  transition: box-shadow 0.2s, transform 0.15s;
}
.price-section .price-container .price-item .limited-left {
  display: none;
  background: white;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem;
  color: #333;
}
.price-section .price-container .price-item .price-name-container {
  width: 100%;
  font-size: 1.8rem;
  color: white;
  background: #333;
  text-align: center;
  padding: 1rem 0.5rem 1rem 0.5rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
}
.price-section .price-container .price-item .price-name-container h4 {
  text-transform: uppercase;
  visibility: hidden;
  display: none;
  background: #e95846;
  color: #e8e8e8;
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.5rem rgba(233, 88, 70, 0.7);
  animation: pulse 2s infinite;
  z-index: 10;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0.5rem rgba(233, 88, 70, 0.7);
  }
  50% {
    box-shadow: 0 0 0.9375rem rgb(233, 88, 70);
  }
  100% {
    box-shadow: 0 0 0.5rem rgba(233, 88, 70, 0.7);
  }
}
.price-section .price-container .price-item.limited .price-name-container {
  color: #e95846;
}
.price-section .price-container .price-item.limited h4 {
  visibility: visible;
  display: block;
}
.price-section .price-container .price-item.limited .limited-left {
  display: block;
}
.price-section .price-container .price-item .price-amount {
  width: 100%;
  text-align: center;
  background: #222;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding: 0.2rem;
}
.price-section .price-container .price-item .price-content {
  width: 100%;
  background: white;
  color: #333;
  text-align: left;
  padding: 1rem;
}
.price-section .price-container .price-item .price-content ul {
  list-style-type: none;
}
.price-section .price-container .price-item .price-content ul li {
  font-size: 1.2rem;
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #ddd;
}
.price-section .price-container .price-item .buying-content {
  width: 100%;
  background: white;
  padding: 0.9375rem;
  text-align: left;
  overflow: hidden;
}
.price-section .price-container .price-item .buying-content .price {
  float: left;
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
}
.price-section .price-container .price-item .buying-content .price s {
  font-size: 1.6rem;
}
.price-section .price-container .price-item .buying-content .buy-button {
  float: right;
  color: white;
  background: #333;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 1.2em;
  transition: all 0.25s ease;
  text-decoration: none;
  cursor: pointer;
}

.testimonial-slider {
  background: transparent;
  padding: 3rem 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider .container {
  width: 60%;
  border-radius: 2rem;
  overflow: hidden;
  background: white;
  padding: 2rem;
}
.testimonial-slider .container h2 {
  font-size: 1.75rem;
  color: black;
}
.testimonial-slider .container .slider {
  position: relative;
  overflow: hidden;
}
.testimonial-slider .container .slider__wrapper {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.testimonial-slider .container .slider .slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.testimonial-slider .container .slider .slide blockquote {
  background: transparent;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  font-style: italic;
  color: #555;
}
.testimonial-slider .container .slider .slide blockquote cite {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: black;
}
.testimonial-slider .container .slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  background: transparent;
  color: black;
  opacity: 0.4;
  border: none;
  padding: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-slider .container .slider__btn:hover {
  color: #1a2238;
  text-shadow: 0 0.125rem 0.75rem rgba(28, 58, 149, 0.18);
  transform: translateY(-50%) scale(1.15);
  outline: none;
}
.testimonial-slider .container .slider__btn--prev {
  left: 1.125rem;
}
.testimonial-slider .container .slider__btn--next {
  right: 1.125rem;
}

.faq-section {
  background: #e8e8e8;
  padding: 3rem 1rem;
}
.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: black;
  letter-spacing: 0.0625rem;
}
.faq-section .container {
  max-width: 43.75rem;
  margin: 0 auto;
}
.faq-section .faq-item {
  margin-bottom: 1rem;
  border-bottom: 0.0625rem solid #ddd;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
}
.faq-section .faq-item .faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 1.15rem;
  padding: 1.2rem 1rem;
  cursor: pointer;
  font-weight: 600;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s, color 0.2s;
}
.faq-section .faq-item .faq-question::after {
  content: "➕";
  font-size: 1.2rem;
  margin-left: 1rem;
  transition: transform 0.3s;
}
.faq-section .faq-item .faq-question.active {
  color: #283c63;
  background: #e6eaff;
}
.faq-section .faq-item .faq-question.active::after {
  content: "➖";
  transform: rotate(180deg);
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
  font-size: 1rem;
  color: #555;
  padding: 0 1rem;
}
.faq-section .faq-item .faq-answer p {
  margin: 0;
  padding: 1rem;
}
.faq-section .faq-item .faq-question.active + .faq-answer {
  max-height: 12.5rem;
  padding: 0 1rem 1rem 1rem;
}

.site-footer {
  background: transparent;
  color: #e8e8e8;
  padding: 2.5rem 1rem 1rem 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  color: #e8e8e8;
}
.site-footer .footer-container {
  max-width: 56.25rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid white;
}
.site-footer .footer-col {
  flex: 1 1 12.5rem;
}
.site-footer .footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
  color: #e8e8e8;
  letter-spacing: 0.0625rem;
}
.site-footer .footer-col p,
.site-footer .footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-col ul li {
  margin-bottom: 0.4rem;
}
.site-footer .footer-col a {
  color: #283c63;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .footer-col a:hover {
  color: black;
  text-decoration: underline;
}
.site-footer .footer-socials a {
  margin-right: 0.5rem;
  color: #283c63;
  font-weight: 600;
}
.site-footer .footer-socials a:hover {
  color: black;
}
.site-footer .footer-bottom {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}
.site-footer .footer-col h4 {
  color: #e8e8e8;
}
.site-footer .footer-col a,
.site-footer .footer-bottom,
.site-footer .footer-col p {
  color: #e8e8e8;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.site-footer .footer-col a {
  transition: color 0.2s, text-shadow 0.2s;
}
.site-footer .footer-col a:hover {
  text-shadow: 0 0.125rem 0.5rem rgba(28, 58, 149, 0.08);
  background: rgb(42.1707317073, 55.1463414634, 90.8292682927);
  text-decoration: none;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 25rem 1.125rem rgba(28, 58, 149, 0.08);
}

a,
button {
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.hero-section .callto-action a {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  background: #283c63;
  color: #e8e8e8;
}
.hero-section .callto-action a:hover {
  background: #e8e8e8;
  color: #283c63;
  box-shadow: 0 25rem 1.125rem rgba(28, 58, 149, 0.12);
  transform: scale(1.05);
}

.price-section .buy-button {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.price-section .buy-button:hover {
  background: #283c63;
  color: #e8e8e8;
  box-shadow: 0 0.25rem 1.125rem rgba(28, 58, 149, 0.12) !important;
  transform: scale(1.05);
}

.timeline-step {
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  filter: blur(0);
}
.timeline-step .timeline-content {
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-step .timeline-icon {
  transition: background 0.35s, color 0.35s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s;
}
.timeline-step:hover .timeline-content {
  box-shadow: 0 0.5rem 2rem rgba(28, 58, 149, 0.13) !important;
  background: rgb(237.1, 237.1, 237.1);
  transform: scale(1.03);
}
.timeline-step:hover .timeline-icon {
  background: #283c63;
  color: #e8e8e8;
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 0.25rem 1.125rem rgba(28, 58, 149, 0.12) !important;
}

.faq-item {
  transition: box-shadow 0.2s, transform 0.15s;
}
.faq-item:hover {
  box-shadow: 0 0.5rem 2rem rgba(28, 58, 149, 0.1) !important;
  transform: scale(1.01);
}
.faq-item .faq-question {
  transform: translateY(0px) scale(1);
  box-shadow: 0 0.25rem 1.125rem rgba(28, 58, 149, 0.08);
  transition: background 0.2s, color 0.15s;
}
.faq-item .faq-question:hover {
  background: rgba(126.7485714286, 176.3485714286, 234.4514285714, 0.57);
  color: #283c63;
}

.price-item {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  filter: blur(0);
}

.lang-switch {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 20;
  display: flex;
  gap: 0.5rem;
}
.lang-switch button {
  background: white;
  color: #283c63;
  border: 1px solid #283c63;
  border-radius: 1.5rem;
  padding: 0.3rem 1rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.85;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.lang-switch button.active, .lang-switch button:hover {
  background: #283c63;
  color: white;
  opacity: 1;
}

@media (max-width: 820px) {
  .hero-section {
    display: block;
    flex-direction: column;
    min-height: 60vh;
    height: 60vh;
    align-items: stretch;
    background-image: url("../images/hero-bg-mobile.jpeg");
  }
  .hero-section .left-section {
    width: 100%;
    height: 100%;
  }
  .hero-section .right-section {
    display: none;
    width: 100%;
    flex: 0;
    padding: 0;
  }
  .hero-section .left-section .container {
    flex: unset;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 1rem 0.5rem;
    justify-content: center;
    align-items: center;
  }
  .hero-section .callto-action {
    flex-direction: column;
    gap: 1rem;
  }
  .hero-section .callto-action a,
  .hero-section .callto-action .price {
    width: 100%;
  }
  .content-section {
    padding: 1rem 0.5rem;
  }
  .content-section .content-summary {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .content-section .timeline {
    width: 100%;
    gap: 1.5rem;
  }
  .content-section .timeline::before {
    left: 1rem;
  }
  .content-section .timeline .timeline-step .timeline-icon {
    margin-right: 0.7rem;
  }
  .content-section .timeline .timeline-step .timeline-content {
    padding: 0.7rem 0.7rem;
  }
  .price-section {
    padding: 1rem 0.5rem;
  }
  .price-section .price-container {
    flex-direction: column;
    gap: 5rem;
    width: 80%;
    align-items: stretch;
  }
  .price-section .price-container .price-item {
    width: 100%;
    min-width: 0;
  }
  .price-section .price-container .price-item .price-content {
    padding: 1rem;
  }
  .price-section .price-container .price-item .price-name-container {
    padding: 0.7rem 0.3rem 0.7rem 0.3rem;
  }
  .testimonial-slider {
    padding: 5rem 0.5rem;
  }
  .testimonial-slider .container {
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
  }
  .testimonial-slider .container .slider .slide blockquote {
    padding: 1rem;
  }
  .testimonial-slider .container .slider__btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
  .testimonial-slider .container .slider__btn--prev {
    left: 0.5rem;
  }
  .testimonial-slider .container .slider__btn--next {
    right: 0.5rem;
  }
  .faq-section {
    padding: 1.5rem 0.5rem;
  }
  .faq-section .container {
    max-width: 100%;
    padding: 0;
  }
  .faq-section h2 {
    margin-bottom: 1.2rem;
  }
  .faq-section .faq-item .faq-question {
    padding: 1rem 0.7rem;
  }
  .faq-section .faq-item .faq-answer {
    padding: 0 0.7rem;
  }
  .faq-section .faq-item .faq-question.active + .faq-answer {
    padding: 0 0.7rem 0.7rem 0.7rem;
  }
  .site-footer {
    padding: 1.5rem 0.5rem 0.7rem 0.5rem;
  }
  .site-footer .footer-container {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 0.5rem;
    max-width: 100%;
  }
  .site-footer .footer-col {
    flex: 1 1 100%;
  }
  .site-footer .footer-bottom {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */