*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --main-color-5: rgba(254, 91, 30, 0.05);
  --main-color-20: rgba(254, 91, 30, 0.2);
  --color-brand: #fe5b1e;
  --color-brand-hover: #dd501b;
  --color-brand-dark: #e05a18;
  --color-brand-light: #fff0e8;
  --color-amber: #f59e0b;

  --color-text: #1d0b04;
  --color-text-muted: #6b6b6b;
  --color-text-faint: #999;
  --color-white: #fff;

  --color-bg: #fff;
  --color-card-bg: #fafafa;
  --color-border: #e8e8e8;

  --radius-lg: 10px;
  --radius-md: 6px;
  --radius-sm: 4px;

  --hovered: #dd501b;
  --pressed: #b54115;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--color-text);
  background: var(--color-bg);
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  @media (width < 1280px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  border-bottom: 1px solid var(--main-color-20);
  height: 54px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  @media (width > 1024px) {
    height: 74px;
  }
}

/* ── NAV ── */
.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: var(--color-white);
  z-index: 100;
  @media (width > 1280px) {
    padding-bottom: 4px;
  }
}

.actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.btn-menu {
  background-color: transparent;
  border: none;
  width: 28px;
  height: 16px;
  cursor: pointer;
  @media (width >= 768px) {
    display: none;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-brand);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.logo svg {
  width: 26px;
  height: 26px;
}

.nav-links,
.nav-links-modal {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-links-modal {
  flex-direction: column;
}

a.btn-login {
  max-width: 150px;
  height: 36px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  @media (width < 768px) {
    display: none;
  }
}
.nav-links a,
.nav-links-modal a {
  text-decoration: none;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--hovered);
}

/* ── BUTTONS ── */
.btn-primary {
  background: var(--color-brand);
  color: var(--color-white);
  border: none;
  border-radius: var(--radius-md);
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.1s;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background: var(--color-brand-hover);
}
.btn-primary:active {
  background: var(--pressed);
}

.btn-primary--lg {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.1px;
  @media (width > 768px) {
    font-size: 16px;
    width: 300px;
  }
}

.btn-outline {
  background: var(--color-white);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 300ms ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--color-brand);
  text-align: center;
  letter-spacing: 0.1px;
}

.btn-outline:hover {
  background: var(--color-brand);
  color: var(--color-white);
  transition: all 300ms ease;
}

/* ── HERO ── */
.hero {
  text-align: center;
  padding-top: 64px;
  @media (width >= 1280px) {
    padding-top: 50px;
  }
  /* padding-bottom: 100px; */
}

.hero-icon {
  margin: 0 auto 30px;
  width: 150px;
  height: 105px;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (width >= 1280px) {
    margin: 0 auto 28px;
    width: 300px;
    height: 211px;
  }
}

.hero h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  margin-bottom: 22px;
  @media (width >= 1280px) {
    font-size: 80px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
  }
}

.hero__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-feature-settings:
    "liga" off,
    "clig" off;
  margin-bottom: 28px;
  @media (width < 575px) {
    max-width: 282px;
    margin: 0px auto 40px auto;
    font-size: 18px;
    letter-spacing: 0.15px;
  }
}

.hero-badges {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 170px;
  margin: 0px auto 40px auto;
  @media (width >= 575px) {
    gap: 30px;
    max-width: unset;
    margin: 0px auto 44px auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.badge svg {
  width: 18px;
  height: 18px;
  color: var(--color-brand);
}

/* ── SHARED SECTION TYPOGRAPHY ── */
.section-title {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 30px;
  &.col-mobile {
    @media (width < 575px) {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
  }
}

.section-title span {
  color: var(--color-brand);
}

.section-subtitle {
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  @media (width < 768px) {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-subtitle--sm {
  margin-bottom: 16px;
}

/* ── FEATURES ── */
.features {
  padding-top: 90px;
  padding-bottom: 40px;
  @media (width >= 1280px) {
    padding: 180px 0px 90px 0px;
  }
}

.features-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  @media (width < 768px) {
    margin-top: 30px;
  }
  @media (width >= 1280px) {
    gap: 30px 31px;
  }
}

.feature-card {
  background: var(--main-color-5);
  border-radius: var(--radius-lg);
  padding: 20px;
  min-height: 150px;
  @media (width >= 982px) {
    min-height: 176px;
    padding: 25px;
  }
}

.feature-card-header {
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: var(--main-color-20);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand);
}

.feature-icon svg {
  width: 20px;
  height: 20px;
}

.feature-card h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.feature-card p {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
  @media (width >= 768px) {
    margin-top: 15px;
  }
}

/* ── PRICING ── */
.pricing {
  padding-top: 40px;
  padding-bottom: 60px;
  @media (width >= 1280px) {
    padding: 94px 0px 90px 0px;
  }
}

.pricing-includes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  padding-top: 14px;
  font-size: 14px;
  letter-spacing: 0.15px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  @media (width > 575px) {
    max-width: unset;
    flex-direction: row;
  }
  @media (width > 768px) {
    padding-top: 4px;
    margin-bottom: 30px;
    gap: 30px;
  }
}

.pricing-includes span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-icon {
  width: 20px;
  height: 20px;
}
.plans {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}
.plan {
  border-radius: 10px;
  border: 1px solid rgba(254, 91, 30, 0.1);
  background-color: rgba(254, 91, 30, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 200ms ease;
  position: relative;
  height: 148px;
  gap: 10px;
  @media (width >=768px) {
    align-items: center;
    justify-content: space-between;
    height: 85px;
    flex-direction: row;
  }
  @media (width >= 1280px) {
    padding: 12px 30px 15px 40px;
  }
}

.plan:hover {
  border-radius: 10px;
  border: 2px solid var(--color-brand);
  background-color: var(--main-color-20);
  transition: all 200ms ease;
  .btn-outline {
    background: var(--color-brand);
    color: var(--color-white);
    transition: all 300ms ease;
  }
}

.plan--featured {
  border-color: var(--color-brand);
  background: var(--color-brand-light);
}

.plan-left {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  @media (width >=768px) {
    flex-direction: column;
  }
}
.plan-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.plan-period {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.plan-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  p {
    display: none;
  }
  span {
    display: block;
    width: 171px;
  }
  @media (width >= 768px) {
    font-size: 16px;
    p {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    span {
      display: none;
    }
  }
}

.plan-center {
  /* flex: 1; */
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 8px 0px;
  &.mg-right {
    margin-right: 30px;
  }

  @media (width < 768px) {
    display: none;
  }
}

.plan-meta {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15px;
  text-decoration-line: line-through;
  text-align: right;
}

.plan-meta s {
  text-decoration: line-through;
}

.plan-per-month {
  color: #484442;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15px;
  text-align: right;
  &.mobile {
    color: #b54115;
    padding-bottom: 8px;
    font-size: 14px;
  }
  @media (width >= 768px) {
    &.mobile {
      display: none;
    }
  }
}

.plan-price {
  color: var(--color-brand);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.15px;
  @media (width >= 768px) {
    font-size: 46px;
    &.mobile {
      display: none;
    }
  }
}

.plan-price sub {
  font-size: 32px;
  font-weight: 400;
  vertical-align: baseline;
}

.plan-badge {
  min-width: 180px;
  height: 26px;
  padding: 10px;
  border-radius: 20px;
  background: #08f;
  position: absolute;
  width: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  top: -12px;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  @media (width >= 768px) {
    left: 30px;
  }
}

.discount-tag {
  display: inline-block;
  background: rgba(0, 136, 255, 0.6);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 7px;
  border-radius: var(--radius-lg);
  margin-left: 6px;
  vertical-align: middle;
}

.plan-btn {
  white-space: nowrap;
  width: 171px;
  @media (width >768px) {
    width: 200px;
  }
}

/* ── FAQ ── */
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  @media (width >= 1280px) {
    padding: 96px 40px;
  }
}
.faq-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-subtitle {
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  @media (width < 768px) {
    margin: 0px auto 40px auto;
    width: 300px;
    br {
      display: none;
    }
  }
}

.faq-item {
  padding: 20px;
  border-radius: 10px;
  background: var(--main-color-5);
  @media (width >= 768px) {
    padding: 15px 30px 23px 31px;
  }
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.faq-question svg {
  transition: transform 0.25s;
  flex-shrink: 0;
}

.faq-question.open svg {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq-answer.open {
  max-height: 200px;
}

.faq-answer p {
  padding-top: 10px;

  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
  padding-bottom: 7px;

  @media (width >= 768px) {
    font-size: 16px;
    line-height: 24px;
    padding-top: 23px;
  }
}

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--main-color-20);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
  @media (width < 575px) {
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    flex-direction: column;
  }
}
.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
  color: var(--color-brand);
  font-feature-settings:
    "liga" off,
    "clig" off;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  @media (width >= 575px) {
    align-items: center;
    br{display: none;}
  }
  @media (width < 900px) {
    justify-content: center;
    width: 100%;
  }
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  @media (width < 575px) {
    order: 1;
  }
}

.footer-links a {
  text-decoration: none;
  transition: color 0.2s;
  text-align: center;
  color: inherit;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.footer-links a:hover {
  color: var(--color-brand);
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-tg,
.footer-support {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
}

.footer-tg:hover,
.footer-support:hover {
  color: var(--color-brand);
}

/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(211, 215, 220, 0.8);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: clamp(18px,2.08vw,30px);
  max-width: 420px;
  width: 100%;
  position: relative;
  transform: translateY(16px) scale(0.97);
  transition: transform 0.25s ease;
  border: 1px solid #1d0b04;
  
}

.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  display: none;
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-faint);
  font-size: 22px;
  line-height: 1;
  transition: color 0.15s;
}

.modal-close:hover {
  color: var(--color-text);
}

.modal-title {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--color-brand);
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(16px,1.38vw,20px);
}

.modal-steps {
  margin-bottom: 20px;
}

.modal-step {
  margin-bottom: 8px;
}

.modal-step-heading {
  font-size: clamp(12px,1.11vw,16px);
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 2px;
}

.modal-step p {
  color: #484442;
  font-size: clamp(12px,0.97vw,14px);
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.modal-actions {
  margin: 0 auto;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-actions .btn-outline {
  box-shadow: 0 1px 8px 0 rgba(54, 88, 138, 0.1);
}
.modal-actions .btn-outline,
.modal-actions .btn-primary {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 14px;
}

/* ── MODAL MENU── */
.modal-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(211, 215, 220, 0.8);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1000;
  padding: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal-menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-menu {
  background: var(--color-white);
  border-radius: 0px;
  padding: 30px;
  max-width: 300px;
  width: 100%;
  position: relative;
  transform: translateX(16px) scale(0.97);
  transition: transform 0.25s ease;
  border-left: 1px solid var(--main-color-20);
  height: 100dvh;
}

.modal-menu-overlay.open .modal-menu {
  transform: translateY(0) scale(1);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .plan {
    flex-wrap: wrap;
    gap: 12px;
  }
  .plan-center {
    text-align: left;
    padding-right: 0;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    flex-direction: column;
    gap: 8px;
  }
}
