:root {
  --landing-accent: #ef5a3c;
  --landing-accent-dark: #d94a2d;
  --landing-ink: #232742;
  --landing-muted: #6b6f92;
  --landing-soft: #fff6f2;
  --landing-border: rgba(35, 39, 66, 0.12);
  --landing-shadow: 0 28px 70px rgba(34, 41, 71, 0.12);
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--landing-muted);
  background: #ffffff;
}

.brand-mark {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: var(--landing-ink);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-section .hero-content span,
.hero-panel__label,
.pricing-card__badge,
.process-card__number {
  font-family: "Montserrat", sans-serif;
}

.brand-mark:hover {
  color: var(--landing-accent);
}

.brand-mark--footer {
  color: #ffffff;
}

.main-btn {
  background: var(--landing-accent);
}

.main-btn.border-btn {
  border-color: var(--landing-accent);
  color: var(--landing-ink);
}

.main-btn:hover,
.scroll-top,
.scroll-top:hover {
  background: var(--landing-accent-dark);
}

.hero-section--custom {
  position: relative;
  overflow: hidden;
}

.hero-section--custom > .container,
.hero-section--custom .row,
.hero-section--custom .hero-content,
.hero-section--custom .hero-panel {
  position: relative;
  z-index: 2;
}

.hero-section--custom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top right, rgba(239, 90, 60, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 246, 242, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-section--custom .hero-content span {
  color: #6670eb;
  font-size: 28px;
  font-weight: 700;
}

.hero-section--custom .hero-content h1 {
  color: var(--landing-ink);
  font-weight: 800;
}

.hero-section--custom .hero-content p {
  color: rgba(35, 39, 66, 0.82);
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-badges li {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(35, 39, 66, 0.08);
  color: var(--landing-ink);
  font-weight: 600;
}

.hero-panel {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
  border: 1px solid rgba(35, 39, 66, 0.08);
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: var(--landing-shadow);
}

.hero-panel__label,
.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--landing-soft);
  color: var(--landing-accent-dark);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
}

.hero-panel h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

.hero-panel__list {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.hero-panel__list li {
  position: relative;
  padding-left: 28px;
  color: var(--landing-ink);
}

.hero-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--landing-accent);
  box-shadow: 0 0 0 6px rgba(239, 90, 60, 0.12);
}

.integration-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(35, 39, 66, 0.08);
}

.integration-strip span {
  color: var(--landing-muted);
  font-weight: 600;
}

.integration-strip strong {
  padding: 10px 16px;
  border-radius: 999px;
  background: #f7f8ff;
  color: var(--landing-ink);
  font-weight: 700;
}

.process-section {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f7 100%);
}

.process-card {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(35, 39, 66, 0.06);
}

.process-card__number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--landing-accent);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
}

.process-card p {
  color: var(--landing-ink);
}

.pricing-section {
  background: linear-gradient(180deg, #fffaf8 0%, #ffffff 100%);
}

.pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(35, 39, 66, 0.08);
  box-shadow: var(--landing-shadow);
}

.pricing-card--featured {
  background: linear-gradient(180deg, #ffffff 0%, #fff4ee 100%);
  border-color: rgba(239, 90, 60, 0.24);
}

.pricing-card__top h3 {
  margin-bottom: 14px;
}

.pricing-card__price {
  margin-bottom: 14px;
  color: var(--landing-ink);
  font-family: "Archivo Black", sans-serif;
  font-size: 42px;
  line-height: 1.1;
}

.pricing-card__list {
  display: grid;
  gap: 16px;
  margin-bottom: auto;
}

.pricing-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--landing-ink);
}

.pricing-card__list i {
  color: var(--landing-accent);
  margin-top: 4px;
}

.faq-section .single-faq,
.contact-card {
  border-radius: 24px;
  border: 1px solid var(--landing-border);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(35, 39, 66, 0.05);
}

.contact-card {
  padding: 34px;
}

.contact-label {
  display: block;
  margin-bottom: 10px;
  color: var(--landing-ink);
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(35, 39, 66, 0.14);
  padding: 14px 18px;
  color: var(--landing-ink);
  background-color: #fff;
}

textarea.form-control {
  min-height: 130px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(239, 90, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(239, 90, 60, 0.14);
}

.hp-wrap,
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-alert {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 600;
}

.form-alert--success {
  background: rgba(59, 167, 108, 0.12);
  color: #18794e;
}

.form-alert--error,
.field-error {
  color: #c0392b;
}

.field-error {
  margin-top: 8px;
  font-size: 14px;
}

.footer--custom {
  background: #232742;
}

.copy-right p {
  font-weight: 600;
}

.footer-points {
  display: grid;
  gap: 12px;
}

.footer-points li,
.footer .widget-wrapper .footer-widget .links li a,
.footer .widget-wrapper .footer-widget p,
.footer .copy-right p {
  color: rgba(255, 255, 255, 0.78);
}

.footer .widget-wrapper .footer-widget .links li a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pt-150 {
    padding-top: 96px;
  }

  .pt-110,
  .pt-100 {
    padding-top: 84px;
  }

  .pb-120,
  .pb-100 {
    padding-bottom: 84px;
  }

  .pb-60 {
    padding-bottom: 56px;
  }

  .mt-150 {
    margin-top: 96px;
  }

  .mb-50 {
    margin-bottom: 32px !important;
  }

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

  .section-title h1,
  .hero-section .hero-content h1 {
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .section-title p {
    font-size: 18px;
    line-height: 1.6;
  }

  .navbar-area {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(35, 39, 66, 0.08);
  }

  .navbar {
    padding: 18px 0;
  }

  .navbar-collapse {
    margin-top: 14px;
    border-radius: 22px;
    border: 1px solid rgba(35, 39, 66, 0.08);
  }

  .navbar-nav .nav-item {
    margin-left: 0;
  }

  .navbar-nav .nav-item a {
    display: block;
    width: 100%;
    padding: 12px 4px;
    font-weight: 600;
  }

  .hero-section {
    padding: 128px 0 88px;
  }

  .hero-actions {
    margin-bottom: 24px;
  }

  .hero-panel,
  .contact-card {
    padding: 28px 24px;
  }

  .hero-section--custom .hero-content p {
    font-size: 18px;
  }

  .service-section .row,
  .counter-up-section .counter-up-content .counter-up-wrapper .row,
  .pricing-section .row,
  .process-section .row {
    row-gap: 18px;
  }

  .service-section .single-service,
  .pricing-card,
  .process-card {
    box-shadow: 0 16px 34px rgba(35, 39, 66, 0.08);
  }

  .service-section .single-service,
  .pricing-card,
  .process-card,
  .faq-section .single-faq,
  .contact-card {
    border-radius: 24px;
  }

  .service-section .single-service {
    margin-bottom: 0;
    padding: 32px 24px;
    text-align: left;
  }

  .service-section .single-service .icon {
    width: 78px;
    height: 78px;
    margin: 0 0 18px;
    font-size: 34px;
  }

  .service-section .single-service .content h3 {
    font-size: 28px;
    line-height: 1.12;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(35, 39, 66, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(35, 39, 66, 0.07);
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .icon {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    margin-bottom: 0;
    font-size: 34px;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .content h1 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .content span {
    display: block;
    font-size: 18px;
    line-height: 1.35;
  }

  .counter-up-section .counter-up-img {
    display: none;
  }

  .about-section .accordion .single-faq button {
    width: 100%;
    padding: 24px 62px 18px 24px;
    font-size: 24px;
    line-height: 1.35;
  }

  .about-section .accordion .single-faq button::after {
    right: 22px;
    font-size: 24px;
  }

  .about-section .accordion .single-faq .faq-content {
    padding: 0 24px 24px;
    font-size: 18px;
    line-height: 1.6;
  }

  .pricing-card {
    padding: 32px 24px;
  }

  .pricing-card__price {
    font-size: 34px;
  }

  .pricing-card__list {
    gap: 14px;
  }

  .pricing-card__list li {
    line-height: 1.45;
  }

  .cta-section .section-title h1 {
    max-width: 12ch;
  }

  .cta-section .main-btn,
  .contact-card .main-btn {
    width: 100%;
  }

  .footer {
    padding-top: 96px;
  }

  .scroll-top {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .brand-mark {
    font-size: 22px;
  }

  .navbar {
    padding: 14px 0;
  }

  .navbar-toggler .toggler-icon {
    width: 34px;
  }

  .hero-section {
    padding: 102px 0 72px;
    background-position: center bottom;
  }

  .hero-section--custom .hero-content span {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .hero-section .hero-content h1,
  .section-title h1 {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .hero-section--custom .hero-content p,
  .section-title p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-actions .main-btn,
  .hero-panel__cta .main-btn,
  .cta-section .main-btn,
  .about-content > .main-btn {
    width: 100%;
    padding: 18px 22px;
    font-size: 16px;
    border-radius: 20px;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .hero-badges li,
  .integration-strip strong {
    width: 100%;
    text-align: center;
  }

  .hero-badges li {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-panel {
    margin-top: 24px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .hero-panel h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .hero-panel__list {
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-panel__list li {
    font-size: 15px;
    line-height: 1.55;
    padding-left: 24px;
  }

  .integration-strip {
    justify-content: flex-start;
    padding: 18px;
    border-radius: 20px;
    gap: 10px;
  }

  .integration-strip span {
    width: 100%;
    font-size: 14px;
  }

  .service-section .single-service,
  .pricing-card,
  .process-card {
    padding: 24px 20px;
  }

  .service-section .single-service .icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .service-section .single-service .content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .service-section .single-service .content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter {
    padding: 16px;
    gap: 14px;
    border-radius: 22px;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .content h1 {
    font-size: 28px;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .content span {
    font-size: 16px;
    line-height: 1.35;
  }

  .process-card__number {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .process-card p,
  .pricing-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .pricing-card__price {
    font-size: 28px;
  }

  .pricing-card__top h3 {
    font-size: 22px;
  }

  .pricing-card__list li {
    font-size: 15px;
  }

  .about-section .accordion .single-faq {
    margin-bottom: 14px;
    border-radius: 20px;
  }

  .about-section .accordion .single-faq button {
    padding: 18px 52px 16px 18px;
    font-size: 17px;
    line-height: 1.45;
  }

  .about-section .accordion .single-faq button::after {
    right: 18px;
    font-size: 20px;
  }

  .about-section .accordion .single-faq .faq-content {
    padding: 0 18px 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-card {
    padding: 24px 20px;
  }

  .form-control,
  .form-select {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 16px;
  }

  .contact-label {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .footer {
    padding-top: 72px;
  }

  .footer .widget-wrapper .footer-widget {
    margin-bottom: 28px;
  }

  .copy-right {
    padding-top: 8px;
  }

  .scroll-top {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 14px;
    border-radius: 14px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pt-150 {
    padding-top: 72px;
  }

  .pt-110,
  .pt-100 {
    padding-top: 64px;
  }

  .pb-120,
  .pb-100 {
    padding-bottom: 64px;
  }

  .pb-60 {
    padding-bottom: 44px;
  }

  .mt-150 {
    margin-top: 72px;
  }

  .hero-section .hero-content h1,
  .section-title h1 {
    font-size: 26px;
  }

  .section-title p,
  .hero-section--custom .hero-content p {
    font-size: 15px;
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter {
    align-items: flex-start;
  }

  .counter-up-section .counter-up-content .counter-up-wrapper .single-counter .content h1 {
    font-size: 24px;
  }

  .about-section .accordion .single-faq button {
    font-size: 16px;
  }
}
