:root {
  --color-yellow: #F8B800;
  --color-yellow-dark: #E6A800;
  --color-yellow-soft: #FFF4CC;
  --color-black: #171717;
  --color-dark: #252525;
  --color-gray: #666666;
  --color-light: #FAF8F1;
  --color-white: #FFFFFF;
  --color-border: #E8E1D2;
  --color-red-soft: #FFE1DC;
  --color-red: #A32621;
  --color-green-soft: #E6F4DA;
  --color-green: #386C28;
  --color-blue-soft: #E7F0FF;
  --color-blue: #24527A;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-light);
  color: var(--color-black);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body,
p,
a,
li,
button,
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
}

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

p {
  color: var(--color-gray);
}

p strong,
.lead strong {
  color: var(--color-black);
  font-weight: 800;
}

.fa-solid {
  line-height: 1;
}

.navbar {
  background: rgba(250, 248, 241, 0.94);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(14px);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  width: 168px;
  padding: 0.35rem 0;
}

.navbar-brand img,
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-link {
  color: var(--color-dark);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-yellow-dark);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.8rem 1.35rem;
}

.btn-primary {
  background: var(--color-yellow);
  color: var(--color-black);
  border: none;
  box-shadow: 0 12px 22px rgba(248, 184, 0, 0.24);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--color-yellow-dark);
  color: var(--color-black);
}

.btn-outline-dark {
  border: 2px solid var(--color-black);
  color: var(--color-black);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: var(--color-black);
  color: var(--color-white);
}

.hero-section {
  position: relative;
  padding: 9.5rem 0 5rem;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(248, 184, 0, 0.18), transparent 24rem),
    linear-gradient(120deg, rgba(255, 244, 204, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin-bottom: 0.6rem;
  color: var(--color-yellow-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.1rem, 4.4vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
}

h3 {
  font-size: 1.14rem;
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 800;
}

.lead {
  max-width: 640px;
  margin-top: 1.1rem;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.6rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust-row span,
.role-pill,
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.trust-row i {
  flex: 0 0 auto;
  color: var(--color-yellow-dark);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.screenshot-hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-desktop-shot,
.hero-mobile-shot,
.demo-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-desktop-shot {
  border: 1px solid var(--color-border);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  transform: rotate(-1.5deg);
}

.hero-mobile-shot {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  width: min(210px, 36vw);
  border: 8px solid var(--color-black);
  border-radius: 30px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
  transform: rotate(4deg);
}

.dashboard-mockup,
.phone-mockup,
.card-soft {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.dashboard-mockup {
  padding: 1.3rem;
  transform: rotate(-1.5deg);
}

.mockup-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.mockup-topbar strong,
.tiny-label {
  display: block;
}

.tiny-label {
  color: var(--color-yellow-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.metric-box {
  padding: 1rem;
  border-radius: 20px;
  background: var(--color-yellow-soft);
}

.metric-box span,
.metric-box small {
  display: block;
  color: var(--color-gray);
  font-weight: 700;
}

.metric-box strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
}

.table-demo {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 20px;
}

.table-head,
.table-line {
  display: grid;
  grid-template-columns: 1.6fr 0.6fr 0.8fr 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.9rem;
}

.table-head {
  background: var(--color-black);
  color: var(--color-white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.table-line {
  border-top: 1px solid var(--color-border);
  color: var(--color-dark);
  font-weight: 700;
}

.status {
  display: inline-flex;
  justify-content: center;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.status.received {
  background: var(--color-red-soft);
  color: var(--color-red);
}

.status.working {
  background: var(--color-yellow-soft);
  color: #765600;
}

.status.done {
  background: var(--color-green-soft);
  color: var(--color-green);
}

.phone-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(235px, 48vw);
  padding: 1rem;
  border: 8px solid var(--color-black);
  border-radius: 34px;
  transform: rotate(4deg);
}

.phone-speaker {
  width: 54px;
  height: 6px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: #D7D0C0;
}

.mobile-card {
  margin-bottom: 0.8rem;
  padding: 0.75rem;
  border-radius: 18px;
  font-size: 0.8rem;
}

.mobile-card strong,
.mobile-card span,
.mobile-card em {
  display: block;
}

.mobile-card em {
  margin-top: 0.25rem;
  font-style: normal;
  font-weight: 800;
}

.state-working {
  background: var(--color-yellow-soft);
  color: #765600;
}

.state-received {
  background: var(--color-red-soft);
  color: var(--color-red);
}

.state-done {
  background: var(--color-green-soft);
  color: var(--color-green);
}

.section {
  padding: 5rem 0;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-intro p {
  font-size: 1.03rem;
}

.issue-card {
  height: 100%;
  padding: 1.35rem;
}

.issue-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  background: var(--color-yellow);
  font-weight: 800;
}

.issue-card p {
  margin: 0.65rem 0 0;
  color: var(--color-gray);
  font-size: 0.92rem;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-grid div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-white);
  font-weight: 800;
}

.feature-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-yellow-soft);
  color: var(--color-yellow-dark);
  font-size: 0.95rem;
}

.demo-section,
.packages-section,
.faq-section {
  background: var(--color-white);
}

.demo-card {
  height: 100%;
  padding: 1.2rem;
}

.demo-image-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0 0 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-light);
}

.demo-image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform 420ms ease;
}

.demo-card:hover .demo-image-wrap img {
  transform: scale(1.03);
}

.mobile-shot-wrap img {
  object-position: top center;
}

.mini-screen {
  min-height: 220px;
  margin-bottom: 1.2rem;
  padding: 1rem;
  border-radius: 22px;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.mini-total,
.mini-row,
.accordion-demo,
.customer-note,
.form-screen span {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 14px;
}

.mini-total {
  padding: 0.9rem;
  margin-bottom: 0.7rem;
  font-weight: 800;
}

.mini-total strong {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
}

.mini-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  padding: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.mini-row button {
  border: 0;
  border-radius: 999px;
  background: var(--color-yellow);
  font-size: 0.72rem;
  font-weight: 800;
}

.accordion-demo {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 0.8rem;
  font-weight: 800;
}

.accordion-demo span {
  font-size: 0.72rem;
}

.history-screen > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.form-screen {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 0.75rem;
}

.form-screen label {
  color: var(--color-gray);
  font-size: 0.78rem;
  font-weight: 800;
}

.form-screen span,
.customer-note {
  padding: 0.75rem;
  font-weight: 800;
}

.customer-note {
  margin-bottom: 0.8rem;
}

.customer-note strong,
.customer-note span {
  display: block;
}

.customer-note span {
  margin-top: 0.35rem;
  color: var(--color-gray);
  font-size: 0.78rem;
  font-weight: 600;
}

.role-card,
.price-card,
.contact-form {
  height: 100%;
  padding: 1.7rem;
}

.role-card ul,
.price-card ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.role-card li,
.price-card li {
  margin-bottom: 0.55rem;
  color: var(--color-dark);
  font-weight: 600;
}

.role-card h3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.role-card h3 i {
  color: var(--color-yellow-dark);
}

.price-card {
  position: relative;
}

.price-card.featured {
  border: 3px solid var(--color-yellow);
  transform: translateY(-10px);
}

.price {
  margin: 0.8rem 0 0.25rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}

.small-price {
  font-size: 2.35rem;
}

.price-note {
  color: var(--color-dark);
  font-weight: 700;
}

.cost-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.15rem 1.35rem;
  border: 2px solid var(--color-yellow);
  border-radius: 24px;
  background: var(--color-yellow-soft);
  color: var(--color-black);
}

.cost-notice strong,
.cost-notice span {
  display: block;
}

.cost-notice strong {
  flex: 0 0 320px;
  font-weight: 800;
}

.cost-notice span {
  color: var(--color-dark);
  font-weight: 600;
}

.badge-soft {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: var(--color-yellow-soft);
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(248, 184, 0, 0.18), rgba(255, 255, 255, 0)),
    var(--color-light);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  border-radius: 28px;
  background: var(--color-black);
  color: var(--color-white);
}

.cta-panel p,
.cta-panel small {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel h2 {
  color: var(--color-white);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.steps div {
  padding: 1.3rem;
  border-radius: 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--color-yellow);
  font-weight: 800;
}

.steps strong {
  display: block;
}

.install-note {
  max-width: 760px;
  margin: 1.5rem auto 0;
  text-align: center;
  font-weight: 700;
}

.security-box {
  padding: 1.3rem;
  border-radius: 22px;
  background: var(--color-yellow-soft);
  border: 1px solid var(--color-border);
}

.security-box strong,
.security-box span {
  display: block;
}

.security-box span {
  color: var(--color-gray);
}

.security-box i {
  margin-right: 0.45rem;
  color: var(--color-yellow-dark);
}

.contact-sticky {
  position: sticky;
  top: 120px;
}

.form-label {
  color: var(--color-dark);
  font-weight: 800;
}

.form-control,
.form-select {
  min-height: 52px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  font-weight: 600;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-yellow-dark);
  box-shadow: 0 0 0 0.2rem rgba(248, 184, 0, 0.18);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.check-grid label,
.privacy-check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-light);
  font-weight: 700;
}

.accordion {
  max-width: 920px;
  margin: 0 auto;
}

.accordion-item {
  overflow: hidden;
  margin-bottom: 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
}

.accordion-button {
  color: var(--color-black);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  background: var(--color-yellow-soft);
  color: var(--color-black);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 184, 0, 0.18);
}

.site-footer {
  padding: 3rem 0 1.5rem;
  background: var(--color-black);
  color: var(--color-white);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: 172px;
  padding: 0.4rem 0.65rem;
  border-radius: 16px;
  background: var(--color-white);
}

.payoff {
  color: var(--color-yellow);
  font-weight: 800;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem 1.4rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--color-yellow);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-section {
    padding-top: 8rem;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-mockup {
    right: 2rem;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-card.featured {
    transform: none;
  }

  .contact-sticky {
    position: static;
  }

  .cost-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .cost-notice strong {
    flex: auto;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0;
  }

  .hero-section {
    padding-bottom: 3.5rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn {
    display: inline-flex;
    justify-content: center;
  }

  .hero-visual {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .dashboard-mockup,
  .hero-desktop-shot {
    transform: none;
  }

  .table-head,
  .table-line {
    grid-template-columns: 1fr auto;
  }

  .table-head span:nth-child(3),
  .table-head span:nth-child(4),
  .table-line span:nth-child(3),
  .table-line span:nth-child(4) {
    display: none;
  }

  .phone-mockup {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 280px;
    margin: -1rem auto 0;
    transform: none;
  }

  .hero-mobile-shot {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 250px;
    margin: -1rem auto 0;
    transform: none;
  }

  .feature-grid,
  .check-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .mini-row {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    padding: 1.5rem;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .navbar-brand {
    width: 142px;
  }

  .hero-section {
    padding-top: 7.4rem;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .role-card,
  .price-card,
  .contact-form {
    padding: 1.2rem;
  }
}

[data-aos] {
  opacity: 0;
  transition-duration: 720ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aos-delay, 0ms);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 28px, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(28px, 0, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-28px, 0, 0);
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
