:root {
    --blue: #2457e6;
    --blue2: #143cb4;
    --blue-soft: #eef4ff;
    --orange: #ffb020;
    --orange-soft: #fff4dc;
    --green: #10b981;
    --green-soft: #e9fff7;
    --text: #162033;
    --muted: #64748b;
    --line: #e6ebf3;
    --bg: #f5f7fb;
    --card: #fff;
    --dark: #0f172a;
    --shadow: 0 10px 24px #0f172a0e
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
    background: radial-gradient(circle at top left, #2457e617, transparent 240px), var(--bg);
    color: var(--text);
    line-height: 1.82;
}

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

.container {
    width: min(1120px, calc(100% - 20px));
    margin: auto
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fffffff0;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}

.header-inner {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 950;
    font-size: 16px
}

.brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    color: #fff;
    font-size: 11px;
    box-shadow: 0 8px 20px #2457e633
}

.nav {
    display: none
}

.header-btn {
    background: var(--orange);
    color: #1f2937;
    border-radius: 12px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap
}

.hero {
    padding: 12px 0 8px
}

.hero-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #f1f6ff 100%);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px 14px;
    box-shadow: var(--shadow)
}

.hero-card:before {
    content: "";
    position: absolute;
    left: -70px;
    top: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #ffb02033
}

.hero-card:after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -85px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #2457e61c
}

.hero-content {
    position: relative;
    z-index: 2
}

.hero-content > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.hero-content > div > div {
    flex: 1
}

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

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--orange-soft);
    color: #815300;
    border: 1px solid #ffe1a3;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    margin-bottom: 7px
}

.hero h1 {
    margin: 0 0 7px;
    font-size: 23px;
    line-height: 1.55;
    letter-spacing: -.35px
}

.hero h1 span {
    color: var(--blue)
}

.hero p {
    margin: 0 0 10px;
    color: #48576f;
    font-size: 13px
}

.hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 10px 0
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 10px;
    border: 0;
    padding: 8px 11px;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 950;
    cursor: pointer;
    text-align: center
}

.btn.primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 10px 22px #2457e636
}

.btn.orange {
    background: var(--orange);
    color: #1f2937;
    box-shadow: 0 10px 22px #ffb0202e
}

.btn.light {
    background: #fff;
    color: var(--blue);
    border: 1px solid #d8e3ff
}

.search-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 7px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px;
    box-shadow: 0 10px 22px #0f172a0b;
    margin-top: 20px;
}

.search-box input {
    border: 0;
    outline: 0;
    font-family: inherit;
    padding: 8px;
    font-size: 12.3px;
    min-width: 0
}

.search-box button {
    min-height: 38px;
    border-radius: 9px;
    padding: 7px 11px;
    background: var(--dark);
    color: #fff;
    border: 0;
    font-family: inherit;
    font-weight: 950;
    font-size: 12px
}

.quick-chips {
    display: flex !important;
    gap: 7px;
    overflow: auto;
    padding: 9px 0 2px;
    scrollbar-width: none;
    flex-direction: row !important;
}

.quick-chips::-webkit-scrollbar {
    display: none
}

.chip {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11.7px;
    font-weight: 850;
    color: #40506a;
    box-shadow: 0 7px 15px #0f172a09
}

.section {
    padding: 14px 0
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px
}

.section-title h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.55
}

.section-title p {
    margin: 1px 0 0;
    color: var(--muted);
    font-size: 12.2px
}

.more-link {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap
}

.paths {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px
}

.path {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: center;
    box-shadow: 0 10px 22px #0f172a0a
}

.path-icon {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: 21px;
    background: var(--blue-soft)
}

.path:nth-child(2) .path-icon {
    background: var(--orange-soft)
}

.path:nth-child(3) .path-icon {
    background: var(--green-soft)
}

.path h3 {
    margin: 0 0 2px;
    font-size: 14.5px;
    line-height: 1.45
}

.path p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7
}

.order-box {
    background: linear-gradient(135deg, var(--dark), #27364e);
    color: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden
}

.order-box:before {
    content: "";
    position: absolute;
    left: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #ffb0202e
}

.order-box h2 {
    position: relative;
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.55
}

.order-box p {
    position: relative;
    margin: 0 0 10px;
    color: #d1d5db;
    font-size: 12.5px
}

.horizontal-scroll {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding: 1px 0 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.horizontal-scroll::-webkit-scrollbar {
    display: none
}

.service {
    flex: 0 0 74%;
    max-width: 280px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: start;
    box-shadow: 0 10px 22px #0f172a0a
}

.service-icon {
    grid-row: 1 / span 3;
    width: 42px;
    height: 42px;
    border-radius: 9px;
    background: var(--blue-soft);
    display: grid;
    place-items: center;
    font-size: 22px;
    margin: 0
}

.service h3 {
    margin: 0 0 3px;
    font-size: 14.5px;
    line-height: 1.5
}

.service p {
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 11.8px;
    line-height: 1.7
}

.service a {
    color: var(--blue);
    font-weight: 950;
    font-size: 12px
}

.reviews-scroll {
    display: flex;
    gap: 9px;
    overflow: auto;
    padding: 1px 0 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.reviews-scroll::-webkit-scrollbar {
    display: none
}

.review-card {
    flex: 0 0 82%;
    max-width: 310px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 18px #0f172a09
}

.review-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--blue-soft);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-weight: 950;
    flex: 0 0 auto
}

.review-card h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.55
}

.review-card span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    margin-top: 1px
}

.review-card p {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 11.8px;
    line-height: 1.75
}

.stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 950
}

.review-link {
    color: var(--blue);
    font-size: 11.5px;
    font-weight: 950;
    white-space: nowrap
}

.ask-box {
    background: linear-gradient(135deg, #fff, #f1f6ff);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    box-shadow: var(--shadow)
}

.ask-box h2 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.55
}

.ask-box p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 12.5px
}

.ask-cats {
    display: flex;
    gap: 7px;
    overflow: auto;
    scrollbar-width: none;
    margin-bottom: 10px
}

.ask-cats::-webkit-scrollbar {
    display: none
}

.ask-cats a {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    color: #41516d;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11.7px;
    font-weight: 850
}

.ask-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 7px
}

.ask-form input {
    border: 0;
    outline: 0;
    font-family: inherit;
    padding: 8px;
    font-size: 12.3px;
    min-width: 0
}

.tutorial-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 22px #0f172a0a;
    margin-bottom: 8px
}

.tutorial-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px
}

.tutorial-num {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    background: var(--blue-soft);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 12px
}

.tutorial-card h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.55
}

.tutorial-card p {
    margin: 0 0 9px;
    color: var(--muted);
    font-size: 12px
}

.split-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px
}

.news-list {
    display: grid;
    gap: 8px
}

.news {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 11px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    box-shadow: 0 8px 20px #0f172a09
}

.news strong {
    display: block;
    font-size: 12.8px;
    line-height: 1.65
}

.news small {
    color: var(--muted);
    font-size: 11.2px
}

.tag {
    background: var(--orange-soft);
    color: #825400;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 10.3px;
    font-weight: 950;
    white-space: nowrap
}

.faq {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
    box-shadow: 0 8px 20px #0f172a09
}

.faq h3 {
    margin: 0 0 4px;
    font-size: 13.5px
}

.faq p {
    margin: 0;
    color: var(--muted);
    font-size: 12px
}

.copyright {
    margin-top: 15px;
    border-top: 1px solid #ffffff1a;
    padding: 10px;
    text-align: center;
    color: #94a3b8;
    font-size: 11px
}

.support-float {
    position: fixed;
    left: 14px;
    bottom: 84px;
    z-index: 90
}

.support-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    border: 0;
    box-shadow: 0 14px 28px #10b9814d;
    font-size: 24px;
    cursor: pointer
}

.support-panel {
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 230px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 11px;
    box-shadow: 0 18px 36px #0f172a24;
    display: none
}

.support-float:hover .support-panel,
.support-float:focus-within .support-panel {
    display: block
}

.support-panel strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px
}

.support-panel p {
    margin: 0 0 9px;
    color: var(--muted);
    font-size: 11.7px;
    line-height: 1.7
}

.support-panel a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    font-weight: 950;
    font-size: 12px
}

.mobile-sticky {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 80;
    background: #fffffff2;
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    box-shadow: 0 -10px 24px #0f172a13
}

.mobile-sticky a {
    min-height: 45px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 950
}

.mobile-sticky .services {
    background: var(--blue);
    color: #fff
}

.mobile-sticky .learn {
    background: var(--orange-soft);
    color: #7a4f00;
    border: 1px solid #ffdfa0
}

@media(min-width:992px) {
    .hero-content > div {
        flex-direction: row;
    }
}

@media(min-width:760px) {
    body {
        padding-bottom: 0
    }

    .container {
        width: min(1160px, calc(100% - 40px))
    }

    .header-inner {
        height: 72px
    }

    .brand {
        font-size: 20px
    }

    .brand-icon {
        width: 44px;
        height: 44px
    }

    .nav {
        display: flex;
        align-items: center;
        gap: 20px;
        color: #475569;
        font-size: 14px;
        font-weight: 800
    }

    .nav a:hover {
        color: var(--blue)
    }

    .header-btn {
        padding: 9px 16px;
        font-size: 13px
    }

    .hero {
        padding: 28px 0 14px
    }

    .hero-card {
        padding: 30px;
        border-radius: 20px
    }

    .hero h1 {
        max-width: 760px;
        font-size: 40px
    }

    .hero p {
        max-width: 740px;
        font-size: 15px
    }

    .hero-actions {
        display: flex;
        max-width: 720px
    }

    .btn {
        min-height: 44px;
        padding: 9px 15px;
        font-size: 13.5px
    }

    .ask-form {
        max-width: 760px
    }

    .quick-chips,
    .ask-cats {
        flex-wrap: wrap;
        overflow: visible
    }

    .paths {
        grid-template-columns: repeat(3, 1fr)
    }

    .path {
        grid-template-columns: 42px 1fr;
        min-height: auto;
        padding: 12px;
        align-content: center
    }

    .horizontal-scroll {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        overflow: visible
    }

    .service {
        max-width: none;
        flex: initial
    }



    .review-card {
        max-width: none;
        flex: initial
    }

    .tutorial-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
    }

    .news-list {
        grid-template-columns: repeat(3, 1fr)
    }

    .faq-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .mobile-sticky {
        display: none
    }

    .support-float {
        bottom: 22px
    }
}

.cafeneti-trust-section {
  direction: rtl;
  padding: 50px 15px;
  background: #f8fafc;
  font-family: inherit;
}

.cafeneti-trust-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cafeneti-trust-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 35px;
}

.cafeneti-trust-header span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 14px;
  font-weight: 700;
}

.cafeneti-trust-header h2 {
  font-size: 28px;
  line-height: 1.8;
  margin: 0 0 15px;
  color: #1e293b;
  font-weight: 800;
}

.cafeneti-trust-header p {
  font-size: 16px;
  line-height: 2.1;
  color: #475569;
  margin: 0;
}

.cafeneti-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cafeneti-trust-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.cafeneti-trust-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #0f172a;
  font-weight: 800;
}

.cafeneti-trust-card p {
  font-size: 15px;
  line-height: 2;
  color: #475569;
  margin: 0;
}

.cafeneti-trust-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cafeneti-trust-btn {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.cafeneti-trust-btn.primary {
  background: #2563eb;
  color: #ffffff;
}

.cafeneti-trust-btn.secondary {
  background: #ffffff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}

.cafeneti-trust-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .cafeneti-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cafeneti-trust-grid {
    grid-template-columns: 1fr;
  }

  .cafeneti-trust-header h2 {
    font-size: 22px;
  }

  .cafeneti-trust-actions {
    flex-direction: column;
  }

  .cafeneti-trust-btn {
    text-align: center;
    width: 100%;
  }
}

.home-faq {
  margin: 40px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  direction: rtl;
}

.home-faq h2 {
  margin: 0 0 24px;
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  text-align: center;
  line-height: 1.8;
}

.home-faq .faq-item {
  margin-bottom: 14px;
  padding: 18px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  transition: all 0.25s ease;
}

.home-faq .faq-item:hover {
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
}

.home-faq .faq-item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.9;
}

.home-faq .faq-item p {
  margin: 0 0 10px;
  font-size: 15.5px;
  font-weight: 400;
  color: #4b5563;
  line-height: 2.1;
}

.home-faq .faq-item p:last-child {
  margin-bottom: 0;
}

.home-faq .faq-item a {
  display: inline-block;
  margin-top: 6px;
  padding: 9px 16px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.home-faq .faq-item a:hover {
  background: #1d4ed8;
  color: #ffffff;
}

@media (max-width: 768px) {
  .home-faq {
    margin: 28px 12px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .home-faq h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .home-faq .faq-item {
    padding: 15px 14px;
  }

  .home-faq .faq-item h3 {
    font-size: 16.5px;
  }

  .home-faq .faq-item p {
    font-size: 14.5px;
    line-height: 2;
  }

  .home-faq .faq-item a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}