:root {
  --bg: #050505;
  --surface: #080808;
  --panel: #0b0c02;
  --yellow: #f8b100;
  --yellow-deep: #d59800;
  --text: #f4f4f4;
  --muted: #a9a9a9;
  --muted-2: #7d7d7d;
  --border-soft: rgba(248, 177, 0, 0.48);
  --border-ghost: rgba(255, 255, 255, 0.12);
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }

.site-shell {
  width: min(100% - 44px, 1440px);
  margin: 0 auto;
}
.section-top-space { padding-top: 120px; }
.section-panel {
  padding: 34px 26px 40px;
}
.section-title {
  text-align: center;
  font-size: clamp(2.35rem, 1.45rem + 3.2vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 36px;
}

.site-header {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 1050;
}
.site-header .navbar { padding: 16px 0; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 600;
}
.brand:hover { color: var(--white); }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #fff 0, #fff 38%, var(--yellow) 39%, #1b1b1b 75%);
  color: #111;
  font-size: 1.2rem;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}
.brand-text {
  font-size: clamp(1.8rem, 1.25rem + 0.9vw, 2.15rem);
  line-height: 1;
}
.nav-center { gap: 1.6rem; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus { color: var(--white); }
.navbar-toggler { padding: 0; }
.navbar-toggler-icon {
  width: 2rem;
  height: 2rem;
}

.btn-store {
  background: var(--yellow);
  color: #000;
  border: 2px solid var(--yellow);
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(1.05rem, 0.95rem + 0.3vw, 1.15rem);
  line-height: 1;
  padding: 18px 28px;
  min-width: 290px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: 0.25s ease;
}
.btn-store:hover {
  background: #ffbe19;
  border-color: #ffbe19;
  color: #000;
  transform: translateY(-1px);
}
.btn-store i { font-size: 1.6rem; line-height: 1; }
.btn-store-sm {
  min-width: auto;
  font-size: 0.95rem;
  padding: 14px 18px;
  gap: 10px;
}
.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.center-buttons { justify-content: center; margin-top: 24px; }

.hero-section { padding-bottom: 58px; }
.hero-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.75), rgba(255,255,255,0.3));
}
.hero-content { max-width: 690px; }
.hero-title {
  font-size: 96px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 20px;
}
.hero-title span,
.finance-heading span,
.cta-copy h2 span,
.section-heading-highlight span {
  display: inline-block;
  background: var(--yellow);
  color: #000;
  padding: 4px 16px 8px;
  border-radius: 6px;
  width: 70%;
}
.hero-subtitle {
  font-size: clamp(1.15rem, 0.95rem + 0.5vw, 1.6rem);
  color: var(--text);
  margin-bottom: 26px;
  max-width: 620px;
}
.hero-visual {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-phones { position: relative; z-index: 3; width: min(100%, 610px); }
.orbit {
  position: absolute;
  border: 2px solid rgba(248, 177, 0, 0.32);
  border-radius: 50%;
}
.orbit-outer { width: 95%; height: 88%; }
.orbit-inner { width: 72%; height: 68%; }
.float-chip {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(255,188,28,0.96), rgba(57,42,4,0.92));
  color: #fff2c0;
  box-shadow: 0 18px 35px rgba(0,0,0,0.42);
  font-size: 2rem;
  z-index: 2;
}
.float-chip::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background: rgba(248,177,0,0.95);
  right: -10px;
  top: -10px;
  z-index: -1;
}
.chip-a { left: 2%; top: 16%; }
.chip-b { left: 18%; top: 50%; }
.chip-c { left: 8%; bottom: 12%; }
.chip-d { right: 8%; bottom: 16%; }
.chip-e { right: 5%; top: 47%; }
.chip-f { right: 2%; bottom: 4%; }

.section-soft { padding: 36px 0 54px; }
.section-advantages { padding-top: 20px; margin-bottom: 50px; }
.advantages-grid { margin-top: 8px; }
.adv-card {
  min-height: 360px;
  border-radius: 28px;
  padding: 18px 28px 26px;
  position: relative;
  height: 530px;
}
.adv-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  border-right: 1px solid rgba(248, 177, 0, 0.45);
  border-bottom: 1px solid rgba(248, 177, 0, 0.45);
  z-index: -1;
}
.adv-card-filled {
  background: var(--yellow);
  color: #000;
  box-shadow: 15px 18px 0 rgba(143, 108, 40, 0.9);
}
.adv-card-outline {
  background: transparent;
  border: 1.5px solid var(--border-soft);
  color: var(--yellow);
}
.adv-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  margin-bottom: 28px;
}
.adv-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin-bottom: 110px;
}
.black-icon { background: #090909; color: var(--yellow); }
.gold-icon { background: var(--yellow); color: #fff; }
.adv-card h3 {
  font-size: clamp(2.05rem, 1.2rem + 1.5vw, 2.7rem);
  line-height: 1.14;
  font-weight: 700;
  margin-bottom: 14px;
}
.adv-card p {
  font-size: clamp(1.1rem, 1rem + 0.25vw, 1.25rem);
  display: flex;
  gap: 10px;
  line-height: 1.28;
  margin: 0;
}
.adv-card p i { flex: 0 0 auto; font-size: 1.4rem; }
#use-cases{
  position: relative;
}
.section-use-cases { padding: 58px 0 54px; }
.section-heading-highlight {
  font-size: clamp(2.4rem, 1.3rem + 3.1vw, 4.1rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 42px;
  display: flex;
  position: absolute;
  height: 100px;
  top: 0;
  width: 100%;
}
.use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.use-card {
  background: var(--yellow);
  border-radius: 18px;
  padding: 26px 22px 22px;
  color: #000;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.use-personal { grid-column: 1 / -1; min-height: 170px; }
.use-icon {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 18px;
}
.use-card h3 {
  font-size: clamp(1.75rem, 1.1rem + 1vw, 2.4rem);
  margin: 0 0 10px;
  font-weight: 700;
}
.use-card p {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.28;
}
.use-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.use-image-wrap img {
  width: min(100%, 700px);
}

.section-how { padding: 44px 0 52px; }
.steps-desktop {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
}
.step-item {
  text-align: center;
  width: 11%;
}
.step-icon-box {
  width: 126px;
  height: 126px;
  margin: 0 auto 18px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f4b400 0%, #f4b400 72%, #ffd447 72%, #ffd447 100%);
  display: grid;
  place-items: center;
  color: #000;
  font-size: 4rem;
  position: relative;
}
.step-icon-box::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 62px;
  height: 62px;
  background: rgba(255, 209, 71, 0.5);
  border-radius: 30px 0 34px 0;
}
.step-icon-box i { position: relative; z-index: 1; }
.step-item h3 {
  font-size: 2.15rem;
  color: var(--yellow);
  margin: 0 0 10px;
  font-weight: 700;
}
.step-item p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.35;
}
#analytics{
  position: relative;
}
.left-yellow-line{
  display: flex !important;
  position: absolute;
  left: 0;
  width: 50% !important;
  justify-content: end;
  padding-right: 150px !important;
}
.step-connector {
  flex: 1 1 auto;
  height: 150px;
  min-width: 60px;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}
.connector-one {
  background-image: url("/assets/img/ellipse-t.png");
  background-position: top;
}
.connector-two {
  background-image: url("/assets/img/ellipse-bt.png");
  background-position: bottom;
}
.steps-mobile {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 4px;
}
.steps-mobile .step-item { width: 100%; }

.section-analytics { padding-top: 14px; }
.finance-heading {
  font-size: clamp(2.45rem, 1.2rem + 2.85vw, 4rem);
  line-height: 1.08;
  margin: 0 0 24px;
  font-weight: 800;
}
.analytics-list {
  list-style: none;
  padding: 0;
  margin: 120px 0 24px;
}
.analytics-list li {
  border: 2px solid var(--yellow-deep);
  border-radius: 18px;
  font-size: clamp(1.55rem, 1rem + 0.9vw, 2rem);
  font-weight: 600;
  padding: 18px 24px;
  text-align: center;
  margin-bottom: 14px;
}
.analytics-visual { text-align: center; }
.analytics-visual img { width: min(100%, 590px); }

.section-reviews { padding: 60px 0 44px; }
.review-card {
  min-height: 300px;
  border-radius: 24px;
  padding: 32px 34px 32px 265px;
  position: relative;
  border: 8px solid #ededed;
}
.review-yellow {
  background: var(--yellow);
  color: #000;
}
#reviews{
  margin-bottom: 100px;
}
.review-dark {
  background: transparent;
  color: var(--yellow);
  border-color: var(--yellow);
}
.review-avatar-wrap {
  width: 210px;
  height: 250px;
  position: absolute;
  left: 26px;
  top: 100px;
  border-radius: 15px;
  background: #fff;
  padding: 0px;
}
.review-avatar-wrap.accent-frame { background: transparent; }
.review-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.review-copy h3 {
  font-size: clamp(2.4rem, 1.4rem + 1.4vw, 3.25rem);
  font-weight: 700;
  margin: 0 0 22px;
}
.review-copy p {
  font-size: clamp(1.2rem, 1rem + 0.4vw, 1.55rem);
  line-height: 1.5;
  max-width: 385px;
  margin: 0 0 26px;
}
.review-stars {
  font-size: 2rem;
  line-height: 1;
}
.review-stars span {
  font-size: 1.15rem;
  margin-left: 12px;
}
.dark-copy .review-stars,
.dark-copy h3,
.dark-copy p { color: #000; }
.gold-copy .review-stars,
.gold-copy h3,
.gold-copy p { color: var(--yellow); }

.section-cta { padding: 40px 0 52px; }
.cta-image { width: min(100%, 760px); border-radius: 26px; }
.cta-copy h2 {
  font-size: 47px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 28px;
}
.cta-lead {
  text-align: center;
  font-size: 1.85rem;
  margin-bottom: 18px;
}
.cta-copy p {
  font-size: clamp(1.15rem, 1rem + 0.4vw, 1.45rem);
  line-height: 1.45;
  text-align: right;
  margin-bottom: 18px;
}
.right-yellow-line{
  display: block;
  position: absolute;
  left: 62%;
}
.section-contact { padding: 56px 0 64px; }
.contact-row { margin-top: 8px; }
.contact-card {
  background: var(--yellow);
  color: #000;
  border-radius: 18px;
  height: 100%;
  padding: 32px 28px 140px;
  position: relative;
  overflow: hidden;
}
.contact-card h3 {
  font-size: 2.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-intro {
  font-size: 1.2rem;
  margin-bottom: 56px;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 32px;
}
.contact-list i {
  font-size: 1.5rem;
  margin-top: 3px;
}
.contact-socials {
  display: flex;
  gap: 16px;
}
.contact-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000;
  color: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.contact-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(208, 146, 0, 0.5);
  position: absolute;
  right: -40px;
  bottom: -28px;
}
.contact-form {
  padding: 20px 0 0;
  height: 100%;
}
.contact-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  color: #f3f3f3;
}
.contact-form .form-control {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.55);
  border-radius: 0;
  padding: 0 0 12px;
  font-size: 1.1rem;
  box-shadow: none;
}
.contact-form .form-control:focus {
  background: transparent;
  color: #fff;
  border-color: var(--yellow);
  box-shadow: none;
}
.contact-form .form-control::placeholder { color: rgba(255,255,255,0.38); }
.contact-form .accent-value {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}
.btn-send {
  min-width: 180px;
  padding: 14px 18px;
  background: var(--yellow);
  color: #000;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  font-weight: 600;
  margin-top: 74px;
}
.btn-send:hover { background: #ffbe19; border-color: #ffbe19; color: #000; }

.site-footer {
  padding: 18px 0 34px;
}
.footer-brand { margin-bottom: 22px; }
.footer-text {
  color: var(--muted-2);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.15rem);
  line-height: 1.42;
  max-width: 350px;
  margin: 0;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li + li { margin-top: 16px; }
.footer-links a {
  color: var(--muted-2);
  font-size: 1.1rem;
}
.footer-links a:hover { color: #d5d5d5; }
.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.footer-actions .btn-store-sm{
  display: block;
  width: 220px;
}
.footer-copy {
  text-align: center;
  color: var(--muted-2);
  font-size: 1rem;
  margin-top: 30px;
}
.section-cta{
  position: relative;
}
.photo-family{
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background: url(/assets/img/family-photo.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.right-phone{
  display: flex;
  position: absolute;
  right: 0;
  top: 90px;
  width: 47%;
  height: 100%;
  background: url(/assets/img/right-phone.png);
  background-repeat: no-repeat;
  z-index: 100;
  background-size: 90%;
  margin-right: -120px;
}
.use-image-wrap {
  background: url(/assets/img/family-stack-b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50vh;
  width: auto;
}

@media (max-width: 1199.98px) {
  .site-shell { width: min(100% - 34px, 1200px); }
  .review-card { padding-left: 170px; }
  .step-icon-box { width: 110px; height: 110px; font-size: 3.4rem; }
}

@media (max-width: 991.98px) {
  .right-yellow-line-new {
    width: auto !important;
  }
  .right-yellow-line {
    left: 0 !important;
  }
  .use-image-wrap {
    background: url(/assets/img/family-stack-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50vh;
    width: auto;
  }
  .left-yellow-line{
    font-size: 41px !important;
    display: flex !important;
    position: relative !important;
    left: 0;
    width: 100% !important;
    justify-content: flex-start !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .col-lg-6.order-2.order-lg-2{
    height: 330px !important;
  }
  .right-phone {
    display: flex;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: 100%;
    background: url(/assets/img/right-phone.png);
    background-repeat: no-repeat;
    z-index: 100;
    background-size: 100% !important;
    margin-right: 0px !important;
  }
  .hero-title span, .finance-heading span, .cta-copy h2 span, .section-heading-highlight span {
    width: 100% !important;
  }
  .right-yellow-line-new {
    width: auto !important;
  }
  .photo-family {
    display: flex;
    position: relative;
    left: -8px;
    right: -8px;
    top: 0;
    width: 108%;
    height: 50vh;
    background: url(/assets/img/family-photo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .site-shell { width: min(100% - 22px, 920px); }
  .section-top-space { padding-top: 96px; }
  .site-header .navbar { padding: 14px 0; }
  .navbar-collapse {
    background: #0b0b0b;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 14px;
    padding: 18px 0 10px;
  }
  .nav-center { gap: 0.9rem; }
  .navbar-dark .navbar-nav .nav-link { padding: 10px 0; font-size: 1.5rem; }
  .nav-actions { align-items: flex-start; margin-top: 16px; }
  .hero-line { display: none; }
  .hero-title { font-size: clamp(3.5rem, 2.3rem + 4vw, 4.8rem); }
  .hero-title span,
  .finance-heading span,
  .cta-copy h2 span,
  .section-heading-highlight span {
    padding: 4px 14px 6px;
    border-radius: 0;
  }
  .hero-section { padding-bottom: 18px; }
  .hero-visual {
    min-height: 450px;
    margin-top: 8px;
  }
  .float-chip { width: 56px; height: 56px; font-size: 1.55rem; border-radius: 15px; }
  .chip-a { left: 0%; top: 7%; }
  .chip-b { left: 22%; top: 2%; }
  .chip-c { right: 6%; top: 6%; left: auto; bottom: auto; }
  .chip-d { right: 2%; bottom: 16%; }
  .chip-e { left: 5%; bottom: 18%; right: auto; top: auto; }
  .chip-f { left: 42%; bottom: 10%; right: auto; }
  .orbit-outer { width: 96%; height: 86%; }
  .orbit-inner { width: 74%; height: 68%; }
  .section-panel { padding: 26px 12px 30px; }
  .adv-card { min-height: 320px; }
  .adv-icon { margin-bottom: 80px; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .use-card { min-height: 200px; }
  .use-personal { grid-column: 1 / -1; }
  .section-heading-highlight { margin-bottom: 28px; }
  .analytics-list li { padding: 16px 20px; }
  .review-card {
    min-height: 280px;
    padding: 28px 24px 24px 160px;
  }
  .review-avatar-wrap {
    width: 132px;
    height: 132px;
    left: 22px;
    top: 28px;
  }
  .cta-copy p, .cta-lead { text-align: left; }
  .footer-actions { align-items: flex-start; }
}

@media (max-width: 767.98px) {
  .right-yellow-line {
    left: 0 !important;
  }
  .site-shell { width: min(100% - 16px, 740px); }
  .section-top-space { padding-top: 84px; }
  .brand-text { font-size: 1.9rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-content { max-width: none; }
  .hero-title {
    font-size: clamp(2.95rem, 6.2vw, 4.1rem);
    line-height: 1.06;
    margin-bottom: 18px;
  }
  .hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.32;
    max-width: 320px;
  }
  .store-buttons { flex-direction: column; gap: 14px; }
  .btn-store { width: 100%; min-width: 0; padding: 18px 22px; font-size: 1.05rem; }
  .btn-store i { font-size: 1.9rem; }
  .hero-visual {
    min-height: 535px;
    padding-bottom: 24px;
  }
  .hero-phones { width: min(100%, 430px); }
  .section-title { margin-bottom: 24px; }
  .section-soft { padding-bottom: 34px; }
  .section-advantages { padding-top: 22px; }
  .advantages-grid > [class*=col-] { padding-bottom: 0; }
  .adv-card {
    min-height: 300px;
    padding: 16px 18px 20px;
    margin-right: 10px;
  }
  .adv-card::after { right: -8px; top: 10px; }
  .adv-card-filled { box-shadow: 10px 14px 0 rgba(143, 108, 40, 0.85); }
  .adv-brand { font-size: 0.95rem; margin-bottom: 16px; }
  .adv-icon { width: 62px; height: 62px; margin-bottom: 52px; font-size: 1.8rem; }
  .adv-card h3 { margin-bottom: 12px; font-size: 2rem; }
  .adv-card p { font-size: 0.95rem; }
  .section-use-cases { padding-top: 28px; }
  .section-heading-highlight {
    font-size: clamp(2.1rem, 8vw, 3rem);
    margin-bottom: 20px;
  }
  .use-row { display: block; }
  .use-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .mobile-first-card { order: -1; }
  .desktop-personal { order: 0; }
  .desktop-couples { order: 1; }
  .use-card {
    min-height: 190px;
    padding: 22px 18px;
  }
  .use-icon { font-size: 3rem; margin-bottom: 12px; }
  .use-card h3 { font-size: 1.75rem; }
  .use-card p { font-size: 1rem; }
  .use-image-wrap { margin-top: 18px; }
  .section-how { padding-top: 18px; }
  .step-icon-box {
    width: 120px;
    height: 120px;
    border-radius: 32px;
    font-size: 4rem;
    margin-bottom: 16px;
  }
  .step-item h3 { font-size: 2rem; margin-bottom: 8px; }
  .step-item p { font-size: 1.15rem; max-width: 290px; margin: 0 auto; }
  .section-analytics { padding-top: 12px; }
  .finance-heading {
    font-size: clamp(2.15rem, 8vw, 3.2rem);
    margin-bottom: 18px;
  }
  .analytics-list li {
    font-size: 1.1rem;
    padding: 16px 14px;
    border-radius: 16px;
  }
  .analytics-buttons { margin-bottom: 22px; }
  .section-reviews { padding-top: 32px; }
  .review-card {
    min-height: 0;
    padding: 24px 18px 24px;
  }
  .review-avatar-wrap {
    position: static;
    width: 128px;
    height: 128px;
    margin-bottom: 18px;
  }
  .review-copy h3 { font-size: 2rem; margin-bottom: 16px; }
  .review-copy p { font-size: 1rem; margin-bottom: 18px; }
  .review-stars { font-size: 1.7rem; }
  .review-stars span {
    display: block;
    margin: 8px 0 0;
    font-size: 1rem;
  }
  .section-cta { padding-top: 14px; }
  .cta-copy h2 {
    font-size: clamp(2rem, 7.5vw, 3rem);
    margin-bottom: 20px;
  }
  .cta-lead { font-size: 1.1rem; margin-bottom: 14px; }
  .cta-copy p { font-size: 0.98rem; margin-bottom: 14px; }
  .cta-image-col { margin-top: 0; }
  .section-contact { padding-top: 22px; }
  .contact-card {
    padding: 20px 20px 120px;
    min-height: 420px;
  }
  .contact-card h3 { font-size: 2rem; }
  .contact-intro { margin-bottom: 32px; }
  .contact-list li { font-size: 1rem; margin-bottom: 24px; }
  .contact-form { padding-top: 0; }
  .contact-form label { font-size: 0.95rem; }
  .contact-form .form-control { font-size: 1rem; padding-bottom: 10px; }
  .btn-send {
    width: auto;
    min-width: 150px;
    margin-top: 36px;
  }
  .site-footer {
    padding: 10px 25px;
  }
  .footer-brand { margin-bottom: 18px; }
  .footer-text { max-width: none; }
  .footer-actions { gap: 12px; }
}

/*---------------------------------- Mobile menu button -----------------------------*/
.mobile-menu-btn {
  width: 52px;
  height: 44px;
  padding: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: transparent;
  border: none;
  margin-right: 5px;
}

.mobile-menu-btn:focus {
  box-shadow: none;
}

.mobile-menu-line {
  display: block;
  width: 42px;
  height: 5px;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.25s ease;
}

/* превращение в крестик при открытии */
.mobile-menu-btn[aria-expanded="true"] .mobile-menu-line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.mobile-menu-btn[aria-expanded="true"] .mobile-menu-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn[aria-expanded="true"] .mobile-menu-line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

/* Mobile header */
@media (max-width: 991.98px) {
  .hero-title span, .finance-heading span, .cta-copy h2 span, .section-heading-highlight span.right-yellow-line-new {
    width: auto !important;
  }
  .mobile-menu-btn {
    display: flex;
    margin-left: auto;
  }

  .site-header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-collapse {
    background: #000;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
  }

  .navbar-nav {
    gap: 0;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 18px;
    color: #ffffff;
  }

  .nav-actions {
    margin-top: 18px;
  }

  .nav-actions .btn-store {
    width: 100%;
    justify-content: center;
  }
}