/*
Theme Name: iotix-invest-saas Theme
Theme URI:
Author:
Author URI:
Description: Custom theme for iotix-invest-saas.
Version: 1.0.0
Text Domain: iotix-invest-saas
*/
@charset "UTF-8";
:root {
  --bg: #070A12;
  --bg2: #0B1022;
  --surface: rgba(255, 255, 255, 0.08);
  --surface2: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.14);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.70);
  --radius: 18px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  --container: 1560px;
  --gutter: 20px;
  --brandA: #7C3AED;
  --brandB: #06B6D4;
  --brandC: #22C55E;
  --btn: rgba(255, 255, 255, 0.92);
  --btnText: #0b0f1a;
  --grad-primary: linear-gradient(135deg, rgba(124, 58, 237, 1) 0%, rgba(6, 182, 212, 1) 55%, rgba(34, 197, 94, 1) 110%);
  --grad-hero: radial-gradient(1200px 700px at 12% 20%, rgba(124, 58, 237, 0.35) 0%, rgba(124, 58, 237, 0) 60%),
  radial-gradient(1000px 600px at 80% 18%, rgba(6, 182, 212, 0.28) 0%, rgba(6, 182, 212, 0) 62%),
  radial-gradient(900px 560px at 70% 80%, rgba(34, 197, 94, 0.18) 0%, rgba(34, 197, 94, 0) 60%);
  --focus: 0 0 0 4px rgba(6, 182, 212, 0.25);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.btn {
  display: inline-flex;
}

.card {
  border-radius: var(--radius);
}

.hero {
  padding: 64px 0 42px;
}

.trust {
  padding: 10px 0 36px;
}

.features {
  padding: 44px 0;
}

.metrics {
  padding: 10px 0 44px;
}

.how {
  padding: 10px 0 44px;
}

.testimonials {
  padding: 10px 0 44px;
}

.faq {
  padding: 10px 0 54px;
}

.cta {
  padding: 10px 0 64px;
}

.contact {
  padding: 10px 0 74px;
}
.contact__box {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(520px 240px at 12% 20%, rgba(124, 58, 237, 0.2) 0%, rgba(124, 58, 237, 0) 65%), radial-gradient(520px 240px at 90% 10%, rgba(6, 182, 212, 0.18) 0%, rgba(6, 182, 212, 0) 62%), rgba(255, 255, 255, 0.04);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 767px) {
  .contact__box {
    padding: 10px;
  }
}
.contact__left {
  padding: 6px 4px 4px;
}
.contact__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.contact__badge {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.76);
}
.contact__right {
  padding: 4px;
}
.contact__form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.12);
  border-radius: calc(var(--radius) - 6px);
  padding: 16px;
}
.contact .wpcf7 {
  margin: 0;
}
.contact .wpcf7 form {
  margin: 0;
}
.contact .wpcf7 p {
  margin: 0 0 12px;
}
.contact .wpcf7 label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 input[type=tel],
.contact .wpcf7 input[type=url],
.contact .wpcf7 input[type=number],
.contact .wpcf7 textarea,
.contact .wpcf7 select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
  padding: 12px 12px;
  outline: none;
  transition: box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.contact .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.contact .wpcf7 input::-moz-placeholder, .contact .wpcf7 textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.contact .wpcf7 input::placeholder,
.contact .wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.contact .wpcf7 input:focus,
.contact .wpcf7 textarea:focus,
.contact .wpcf7 select:focus {
  box-shadow: var(--focus);
  border-color: rgba(6, 182, 212, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.contact .wpcf7 .wpcf7-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.96);
  background: var(--grad-primary);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.18);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.contact .wpcf7 .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(6, 182, 212, 0.16);
}
.contact .wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.contact .wpcf7 .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  padding: 12px;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}
.contact .wpcf7 .wpcf7-spinner {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .contact__box {
    grid-template-columns: 1fr;
  }
}

.contact__box {
  position: relative;
  align-items: center;
  overflow: hidden;
}
.contact__left {
  display: flex;
  flex-direction: column-reverse;
}
.contact__bg {
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.contact__bgVideo {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .section-head, .contact__badges {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .contact__bgVideo {
    opacity: 0.35;
  }
}
body {
  background: var(--grad-hero), linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color: var(--text);
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 10, 18, 0.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 16px;
  max-width: 100%;
  padding: 0 16px;
  height: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
}
.brand__logo {
  width: 100%;
  background: white;
  max-width: 60px;
  height: 100%;
  display: block;
}
.brand__name {
  font-weight: 800;
  letter-spacing: 0.2px;
}

.nav__list {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__list a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: color 0.18s ease;
}
.nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: var(--grad-primary);
  border-radius: 999px;
  transition: width 0.2s ease;
}
.nav__list a:hover {
  color: var(--text);
}
.nav__list a:hover::after {
  width: 100%;
}
.nav__list a:focus-visible {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 10px;
}

.header-cta {
  display: flex;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--text);
  line-height: 1;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}
.btn--primary {
  background: var(--grad-primary);
  color: rgba(255, 255, 255, 0.96);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.18);
  padding: 10px 30px;
}
.btn--ghost {
  background: transparent;
}

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.section-head {
  margin: 0 0 18px;
}

.section-title {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-sub {
  margin: 0;
  color: var(--muted);
}

.hero {
  padding: 64px 0 42px;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.hero__title {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
@media (max-width: 700px) {
  .hero__title {
    font-size: 26px !important;
  }
}
.hero__sub {
  margin: 0 0 18px;
  color: var(--muted);
  max-width: 58ch;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero__media {
  position: relative;
}
.hero__img {
  width: 100%;
  margin: auto;
  height: auto;
  max-width: 500px;
  display: block;
  border-radius: 20px;
}
.hero__shape {
  position: absolute;
  inset: auto -12px -18px auto;
  width: 170px;
  opacity: 0.85;
  pointer-events: none;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.35));
}

.trust {
  padding: 10px 0 36px;
  padding-block: 5rem;
}
.trust__title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}
.trust__marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.trust__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: trust-marquee 22s linear infinite;
}
.trust__marquee:hover .trust__inner {
  animation-play-state: paused;
}
.trust__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: -moz-max-content;
  width: max-content;
  padding-right: 18px;
}
.trust__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.trust__logo {
  height: 34px;
  width: auto;
  max-width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
.trust__pill {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}
.trust__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  pointer-events: none;
  z-index: 2;
}
.trust__fade--left {
  left: 0;
  background: linear-gradient(90deg, rgb(7, 10, 18) 0%, rgba(7, 10, 18, 0) 100%);
}
.trust__fade--right {
  right: 0;
  background: linear-gradient(270deg, rgb(7, 10, 18) 0%, rgba(7, 10, 18, 0) 100%);
}

@keyframes trust-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 700px) {
  .trust__logo {
    height: 30px;
    max-width: 160px;
  }
  .trust__track {
    gap: 14px;
    padding-right: 14px;
  }
  .trust__inner {
    animation-duration: 18s;
  }
  .trust__fade {
    width: 60px;
  }
}
.features {
  padding: 44px 0;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1620px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .features__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.feature-card {
  padding: 18px;
  aspect-ratio: 2;
  display: flex;
  flex-direction: column;
}
.feature-card__icon {
  width: 100%;
  height: 100%;
  max-width: 100px;
  margin: auto;
  max-height: 100px;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(6, 182, 212, 0.18));
  justify-content: center;
  align-items: center;
  align-content: center;
}
.feature-card__title {
  margin: 0 0 8px;
  color: var(--text);
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.feature-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.metrics {
  padding: 10px 0 44px;
}
.metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.metric {
  padding: 18px;
  aspect-ratio: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .metric {
    aspect-ratio: unset;
  }
}
.metric__value {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.metric__label {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
}

.how {
  padding: 10px 0 44px;
}
.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1620px) {
  .how__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .how__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.how-step {
  padding: 18px;
  aspect-ratio: 2;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.how-step__num {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
}
.how-step__title {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.how-step__text {
  margin: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.testimonials {
  padding: 10px 0 44px;
}

.t-card {
  padding: 18px;
  aspect-ratio: 3/2;
  line-height: 1.5;
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  justify-content: center;
}
.t-card__text {
  margin: 10px 0 14px;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.86);
}
.t-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.t-card__name {
  color: var(--text);
  font-weight: 800;
}
.t-card__role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.t-dots {
  margin-top: 14px;
}

.faq {
  padding: 10px 0 54px;
}
.faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.faq-item {
  padding: 0;
}
.faq-item__q {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--text);
  font-weight: 800;
  list-style: none;
  position: relative;
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__a {
  padding: 0 18px 16px;
  color: rgba(255, 255, 255, 0.72);
}

.cta {
  padding: 10px 0 64px;
}
.cta__box {
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(520px 240px at 12% 20%, rgba(124, 58, 237, 0.24) 0%, rgba(124, 58, 237, 0) 65%), radial-gradient(520px 240px at 90% 10%, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0) 62%), rgba(255, 255, 255, 0.04);
}
.cta__title {
  margin: 0 0 8px;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  max-width: 68ch;
}
.cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 46px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}
.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
.site-footer__mark {
  width: 100%;
  max-width: 80px;
  background: white;
  height: 100%;
  display: block;
}
.site-footer__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer__bottom {
  padding-top: 14px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.16s ease;
}
.footer-nav a:hover {
  color: var(--text);
}
.footer-nav a:focus-visible {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 10px;
}

.social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social__link {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.social__link:hover {
  color: var(--text);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
}
.social__link:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.content {
  padding: 40px 0;
}

.content__card {
  padding: 22px;
}

.content__title {
  margin: 0 0 10px;
}

.content__body {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .how-step {
    aspect-ratio: 0;
  }
  .hero__actions {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cta__actions {
    display: flex;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .btn--primary {
    padding: 15px 30px;
  }
  .hero__content {
    position: absolute;
    z-index: 9;
    padding: 0 15px;
    margin: auto;
    top: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero__inner {
    position: relative;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
  }
  .features__grid {
    grid-template-columns: 1fr;
  }
  .metrics__grid {
    grid-template-columns: 1fr 1fr;
  }
  .how__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}
.video-sec {
  padding: 10px 0 54px;
}
.video-sec__box {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.video-sec__head {
  max-width: 70ch;
}
.video-sec__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 16/9;
  min-height: 260px;
}
.video-sec__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
  transform: scale(1.02);
}
.video-sec__tint {
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 240px at 12% 20%, rgba(124, 58, 237, 0.2) 0%, rgba(124, 58, 237, 0) 65%), radial-gradient(520px 240px at 90% 10%, rgba(6, 182, 212, 0.18) 0%, rgba(6, 182, 212, 0) 62%), rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.video-sec__glow {
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg, rgba(124, 58, 237, 0), rgba(124, 58, 237, 0.18), rgba(6, 182, 212, 0.18), rgba(124, 58, 237, 0));
  filter: blur(30px);
  opacity: 0.55;
  animation: videoGlow 10s linear infinite;
  pointer-events: none;
}
.video-sec__btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.video-sec__btn:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

@keyframes videoGlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .video-sec__box {
    padding: 18px;
  }
  .video-sec__media {
    aspect-ratio: 1;
  }
}
.hero__media {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.how__img {
  width: 100%;
  margin: auto;
  height: auto;
  max-width: 1250px;
  display: block;
  border-radius: 20px;
}

.faq-item__q {
  padding-right: 52px;
}
.faq-item__q::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.faq-item__q:hover::after {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.faq-item[open] .faq-item__q::after {
  content: "−";
}

@media (max-width: 700px) {
  .feature-card {
    aspect-ratio: 0;
  }
}
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.burger:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}
.burger:active {
  transform: scale(0.98);
}
.burger:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}
.burger__line {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}
.burger__line:nth-child(1) {
  top: 15px;
}
.burger__line:nth-child(2) {
  top: 21px;
}
.burger__line:nth-child(3) {
  top: 27px;
}

.site-header.is-menu-open .burger__line:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}
.site-header.is-menu-open .burger__line:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .burger__line:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 900px) {
  .burger {
    display: inline-flex;
  }
  .site-header__inner {
    justify-content: space-between;
  }
  .nav {
    display: none;
  }
  .site-header.is-menu-open .nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    padding: 12px 16px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #005ae0;
    backdrop-filter: blur(14px);
  }
  .site-header.is-menu-open .nav__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .site-header.is-menu-open .nav__list a {
    display: block;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
  }
  .site-header.is-menu-open .nav__list a::after {
    display: none;
  }
}
.content-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.hero-calc {
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  width: min(360px, 92vw);
  padding: 14px;
  border-radius: 18px;
  z-index: 6;
  background: rgba(7, 10, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.hero-calc__title {
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.hero-calc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.hero-calc__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.hero-calc__input {
  width: 140px;
  max-width: 50%;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}
.hero-calc__input:focus {
  outline: none;
  box-shadow: var(--focus);
}

.hero-calc__range {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}

.hero-calc__out {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.hero-calc__out-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
}

.hero-calc__out-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.hero-calc__out-val {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
}

.hero-calc__out-row--profit .hero-calc__out-val {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-calc__small {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

/* Mobile: calculator goes under image (so it doesn't overlap content) */
@media (max-width: 900px) {
  .hero__media {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .hero-calc {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
.contact .wpcf7 p {
	position: relative;
}
.wpcf7-spinner {
	top: 8px;
    position: absolute;
    left: 0;
}
