.elementor-3417 .elementor-element.elementor-element-ff99d93{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.sobat-buy-guide,
    .sobat-buy-guide * {
      box-sizing: border-box;
    }

    .sobat-buy-guide {
      --sobat-navy: #20283d;
      --sobat-navy-2: #171e30;
      --sobat-red: #c93438;
      --sobat-red-hover: #a9272b;
      --sobat-bg: #f6f6f7;
      --sobat-card: #ffffff;
      --sobat-text: #333846;
      --sobat-muted: #777d89;
      --sobat-line: #ececef;
      --sobat-soft-red: #fff1f1;
      --sobat-shadow: 0 16px 44px rgba(32, 40, 61, .08);
      --sobat-shadow-sm: 0 8px 24px rgba(32, 40, 61, .07);
      --sobat-radius-xl: 30px;
      --sobat-radius-lg: 22px;
      --sobat-radius-md: 16px;
      --sobat-container: 1440px;

      direction: rtl;
      width: 100%;
      overflow: hidden;
      color: var(--sobat-text);
      background: #fff;
      font-family: inherit;
      line-height: 1.9;
    }

    .sobat-buy-guide img {
      display: block;
      width: 100%;
      height: auto;
    }

    .sobat-buy-guide button,
    .sobat-buy-guide a {
      font: inherit;
    }

    .sobat-buy-guide a {
      color: inherit;
      text-decoration: none;
    }

    .sobat-buy-guide__container {
      width: min(calc(100% - 32px), var(--sobat-container));
      margin-inline: auto;
    }

    .sobat-buy-guide__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: var(--sobat-red);
      font-size: 14px;
      font-weight: 800;
    }

    .sobat-buy-guide__eyebrow::before {
      content: "";
      width: 22px;
      height: 3px;
      border-radius: 999px;
      background: currentColor;
    }

    .sobat-buy-guide__title {
      margin: 0;
      color: var(--sobat-navy);
      font-size: clamp(30px, 5vw, 58px);
      line-height: 1.35;
      letter-spacing: -.04em;
    }

    .sobat-buy-guide__lead {
      max-width: 720px;
      margin: 20px 0 0;
      color: var(--sobat-muted);
      font-size: clamp(15px, 1.8vw, 18px);
    }

    .sobat-buy-guide__section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 34px;
    }

    .sobat-buy-guide__section-title {
      margin: 0;
      color: var(--sobat-navy);
      font-size: clamp(25px, 3vw, 38px);
      line-height: 1.45;
    }

    .sobat-buy-guide__section-text {
      max-width: 590px;
      margin: 12px 0 0;
      color: var(--sobat-muted);
      font-size: 15px;
    }

    /* Hero */
    .sobat-buy-guide__hero {
      position: relative;
      padding: 70px 0 44px;
      isolation: isolate;
    }

    .sobat-buy-guide__hero::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      z-index: -2;
      height: 510px;
      background:
        radial-gradient(circle at 15% 30%, rgba(201, 52, 56, .10), transparent 26%),
        radial-gradient(circle at 85% 0%, rgba(32, 40, 61, .10), transparent 30%),
        linear-gradient(180deg, #fbfbfc 0%, #fff 100%);
    }

    .sobat-buy-guide__hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
      align-items: center;
      gap: 54px;
    }

    .sobat-buy-guide__hero-copy {
      padding: 34px 0;
    }

    .sobat-buy-guide__hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .sobat-buy-guide__btn {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 11px 22px;
      border: 1px solid transparent;
      border-radius: 14px;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
    }

    .sobat-buy-guide__btn:hover {
      transform: translateY(-2px);
    }

    .sobat-buy-guide__btn--primary {
      color: #fff !important;
      background: var(--sobat-red);
      box-shadow: 0 10px 26px rgba(201, 52, 56, .23);
    }

    .sobat-buy-guide__btn--primary:hover {
      background: var(--sobat-red-hover);
    }

    .sobat-buy-guide__btn--ghost {
      color: var(--sobat-navy) !important;
      border-color: var(--sobat-line);
      background: #fff;
    }

    .sobat-buy-guide__hero-visual {
      position: relative;
      min-height: 460px;
    }

    .sobat-buy-guide__hero-card {
      position: absolute;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.8);
      border-radius: 28px;
      background: #fff;
      box-shadow: var(--sobat-shadow);
    }

    .sobat-buy-guide__hero-card--main {
      inset: 18px 36px 28px 0;
      z-index: 2;
      padding: 12px;
      transform: rotate(-1.2deg);
    }

    .sobat-buy-guide__hero-card--mini {
      right: 0;
      bottom: 0;
      z-index: 3;
      width: 47%;
      padding: 10px;
      transform: rotate(2.5deg);
    }

    .sobat-buy-guide__hero-card img {
      height: 100%;
      object-fit: cover;
      object-position: top center;
      border-radius: 19px;
    }

    .sobat-buy-guide__hero-card--main img {
      aspect-ratio: 1.42 / 1;
    }

    .sobat-buy-guide__hero-card--mini img {
      aspect-ratio: 1.14 / 1;
    }

    .sobat-buy-guide__hero-badge {
      position: absolute;
      top: 0;
      right: 18px;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 15px;
      color: var(--sobat-navy);
      border: 1px solid var(--sobat-line);
      border-radius: 16px;
      background: rgba(255,255,255,.95);
      box-shadow: var(--sobat-shadow-sm);
      font-size: 13px;
      font-weight: 800;
    }

    .sobat-buy-guide__hero-badge i {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--sobat-red);
      box-shadow: 0 0 0 5px var(--sobat-soft-red);
    }

    /* Quick steps */
    .sobat-buy-guide__quick {
      padding: 18px 0 84px;
    }

    .sobat-buy-guide__quick-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .sobat-buy-guide__quick-item {
      position: relative;
      min-height: 150px;
      padding: 24px;
      border: 1px solid var(--sobat-line);
      border-radius: var(--sobat-radius-lg);
      background: #fff;
      box-shadow: var(--sobat-shadow-sm);
      transition: transform .25s ease, border-color .25s ease;
    }

    .sobat-buy-guide__quick-item:hover {
      transform: translateY(-5px);
      border-color: rgba(201, 52, 56, .35);
    }

    .sobat-buy-guide__quick-number {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      color: var(--sobat-red);
      border-radius: 12px;
      background: var(--sobat-soft-red);
      font-weight: 900;
    }

    .sobat-buy-guide__quick-item h3 {
      margin: 0 0 6px;
      color: var(--sobat-navy);
      font-size: 17px;
    }

    .sobat-buy-guide__quick-item p {
      margin: 0;
      color: var(--sobat-muted);
      font-size: 13px;
      line-height: 1.8;
    }

    /* Process */
    .sobat-buy-guide__process {
      padding: 88px 0;
      background: var(--sobat-bg);
    }

    .sobat-buy-guide__timeline {
      position: relative;
      display: grid;
      gap: 28px;
    }

    .sobat-buy-guide__timeline::before {
      content: "";
      position: absolute;
      top: 36px;
      bottom: 36px;
      right: 37px;
      width: 2px;
      background: var(--sobat-line);
    }

    .sobat-buy-guide__step {
      position: relative;
      display: grid;
      grid-template-columns: 76px minmax(0, 1fr);
      gap: 24px;
    }

    .sobat-buy-guide__step-marker {
      position: relative;
      z-index: 2;
      width: 76px;
      height: 76px;
      display: grid;
      place-items: center;
      align-self: start;
      color: var(--sobat-red);
      border: 8px solid var(--sobat-bg);
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 8px 22px rgba(32, 40, 61, .09);
      font-size: 21px;
      font-weight: 900;
    }

    .sobat-buy-guide__step-card {
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
      gap: 0;
      border: 1px solid var(--sobat-line);
      border-radius: var(--sobat-radius-xl);
      background: #fff;
      box-shadow: var(--sobat-shadow);
    }

    .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-card {
      grid-template-columns: minmax(320px, 1.12fr) minmax(0, .88fr);
    }

    .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-copy {
      order: 2;
    }

    .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-media {
      order: 1;
    }

    .sobat-buy-guide__step-copy {
      padding: clamp(28px, 4vw, 52px);
      align-self: center;
    }

    .sobat-buy-guide__step-kicker {
      display: block;
      margin-bottom: 10px;
      color: var(--sobat-red);
      font-size: 13px;
      font-weight: 900;
    }

    .sobat-buy-guide__step-title {
      margin: 0 0 14px;
      color: var(--sobat-navy);
      font-size: clamp(22px, 2.5vw, 32px);
      line-height: 1.5;
    }

    .sobat-buy-guide__step-text {
      margin: 0;
      color: var(--sobat-muted);
      font-size: 15px;
    }

    .sobat-buy-guide__tips {
      display: grid;
      gap: 10px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }

    .sobat-buy-guide__tips li {
      position: relative;
      padding-right: 24px;
      color: var(--sobat-text);
      font-size: 14px;
    }

    .sobat-buy-guide__tips li::before {
      content: "✓";
      position: absolute;
      top: 1px;
      right: 0;
      width: 17px;
      height: 17px;
      display: grid;
      place-items: center;
      color: #fff;
      border-radius: 50%;
      background: var(--sobat-red);
      font-size: 10px;
      font-weight: 900;
    }

    .sobat-buy-guide__step-media {
      min-height: 410px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background:
        linear-gradient(135deg, rgba(32,40,61,.04), rgba(201,52,56,.05)),
        #fbfbfc;
    }

    .sobat-buy-guide__screenshot {
      overflow: hidden;
      width: 100%;
      border: 1px solid var(--sobat-line);
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 15px 40px rgba(32,40,61,.12);
    }

    .sobat-buy-guide__screenshot img {
      max-height: 520px;
      object-fit: contain;
      object-position: top center;
      background: #fff;
    }

    .sobat-buy-guide__screenshot--mini {
      max-width: 480px;
    }

    .sobat-buy-guide__screenshot--mini img {
      max-height: 410px;
    }

    /* Delivery and payment */
    .sobat-buy-guide__info {
      padding: 92px 0;
    }

    .sobat-buy-guide__info-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }

    .sobat-buy-guide__info-card {
      position: relative;
      overflow: hidden;
      min-height: 315px;
      padding: 34px;
      border: 1px solid var(--sobat-line);
      border-radius: var(--sobat-radius-xl);
      background: #fff;
      box-shadow: var(--sobat-shadow);
    }

    .sobat-buy-guide__info-card--dark {
      color: #fff;
      border-color: transparent;
      background: var(--sobat-navy);
    }

    .sobat-buy-guide__info-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      margin-bottom: 28px;
      color: var(--sobat-red);
      border-radius: 18px;
      background: var(--sobat-soft-red);
    }

    .sobat-buy-guide__info-card--dark .sobat-buy-guide__info-icon {
      color: #fff;
      background: rgba(255,255,255,.1);
    }

    .sobat-buy-guide__info-icon svg {
      width: 28px;
      height: 28px;
    }

    .sobat-buy-guide__info-card h3 {
      margin: 0 0 12px;
      color: var(--sobat-navy);
      font-size: 25px;
    }

    .sobat-buy-guide__info-card--dark h3 {
      color: #fff;
    }

    .sobat-buy-guide__info-card p {
      margin: 0;
      color: var(--sobat-muted);
      font-size: 15px;
    }

    .sobat-buy-guide__info-card--dark p {
      color: rgba(255,255,255,.72);
    }

    .sobat-buy-guide__info-list {
      display: grid;
      gap: 12px;
      margin: 25px 0 0;
      padding: 0;
      list-style: none;
    }

    .sobat-buy-guide__info-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
    }

    .sobat-buy-guide__info-list li::before {
      content: "";
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      margin-top: 10px;
      border-radius: 50%;
      background: var(--sobat-red);
    }

    /* Before buy */
    .sobat-buy-guide__before {
      padding: 86px 0;
      background: var(--sobat-bg);
    }

    .sobat-buy-guide__before-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .sobat-buy-guide__before-card {
      padding: 26px;
      border: 1px solid var(--sobat-line);
      border-radius: 20px;
      background: #fff;
    }

    .sobat-buy-guide__before-card strong {
      display: block;
      margin-bottom: 9px;
      color: var(--sobat-navy);
      font-size: 16px;
    }

    .sobat-buy-guide__before-card span {
      color: var(--sobat-muted);
      font-size: 13px;
      line-height: 1.8;
    }

    /* FAQ */
    .sobat-buy-guide__faq {
      padding: 92px 0;
    }

    .sobat-buy-guide__faq-list {
      display: grid;
      gap: 12px;
      max-width: 900px;
      margin-inline: auto;
    }

    .sobat-buy-guide__faq-item {
      overflow: hidden;
      border: 1px solid var(--sobat-line);
      border-radius: 18px;
      background: #fff;
      transition: border-color .25s ease, box-shadow .25s ease;
    }

    .sobat-buy-guide__faq-item.is-open {
      border-color: rgba(201, 52, 56, .35);
      box-shadow: var(--sobat-shadow-sm);
    }

    .sobat-buy-guide__faq-button {
      width: 100%;
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 18px 22px;
      color: var(--sobat-navy);
      border: 0;
      background: transparent;
      text-align: right;
      cursor: pointer;
      font-weight: 800;
    }

    .sobat-buy-guide__faq-plus {
      position: relative;
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background: var(--sobat-soft-red);
    }

    .sobat-buy-guide__faq-plus::before,
    .sobat-buy-guide__faq-plus::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 2px;
      border-radius: 99px;
      background: var(--sobat-red);
      transform: translate(-50%, -50%);
      transition: transform .25s ease;
    }

    .sobat-buy-guide__faq-plus::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .sobat-buy-guide__faq-item.is-open .sobat-buy-guide__faq-plus::after {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    .sobat-buy-guide__faq-panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease;
    }

    .sobat-buy-guide__faq-panel-inner {
      padding: 0 22px 22px;
      color: var(--sobat-muted);
      font-size: 14px;
    }

    /* CTA */
    .sobat-buy-guide__cta {
      padding: 0 0 92px;
    }

    .sobat-buy-guide__cta-box {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 30px;
      padding: clamp(34px, 5vw, 64px);
      color: #fff;
      border-radius: var(--sobat-radius-xl);
      background:
        radial-gradient(circle at 0 100%, rgba(201,52,56,.42), transparent 35%),
        var(--sobat-navy);
    }

    .sobat-buy-guide__cta-box::after {
      content: "";
      position: absolute;
      top: -80px;
      left: -70px;
      width: 210px;
      height: 210px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 50%;
      box-shadow:
        0 0 0 35px rgba(255,255,255,.035),
        0 0 0 70px rgba(255,255,255,.025);
    }

    .sobat-buy-guide__cta-title {
      margin: 0;
      color: #fff;
      font-size: clamp(26px, 4vw, 42px);
      line-height: 1.5;
    }

    .sobat-buy-guide__cta-text {
      max-width: 650px;
      margin: 12px 0 0;
      color: rgba(255,255,255,.72);
      font-size: 15px;
    }

    .sobat-buy-guide__cta-actions {
      position: relative;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .sobat-buy-guide__cta .sobat-buy-guide__btn--ghost {
      color: #fff !important;
      border-color: rgba(255,255,255,.24);
      background: rgba(255,255,255,.07);
    }

    /* Reveal */
    .sobat-buy-guide [data-reveal] {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .sobat-buy-guide [data-reveal].is-visible {
      opacity: 1;
      transform: none;
    }

    /* Accessibility */
    .sobat-buy-guide :focus-visible {
      outline: 3px solid rgba(201,52,56,.28);
      outline-offset: 3px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .sobat-buy-guide__hero-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .sobat-buy-guide__hero-copy {
        text-align: center;
      }

      .sobat-buy-guide__lead {
        margin-inline: auto;
      }

      .sobat-buy-guide__hero-actions {
        justify-content: center;
      }

      .sobat-buy-guide__hero-visual {
        width: min(100%, 720px);
        margin-inline: auto;
      }

      .sobat-buy-guide__quick-grid,
      .sobat-buy-guide__before-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .sobat-buy-guide__step-card,
      .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-card {
        grid-template-columns: 1fr;
      }

      .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-copy,
      .sobat-buy-guide__step:nth-child(even) .sobat-buy-guide__step-media {
        order: initial;
      }

      .sobat-buy-guide__step-media {
        min-height: 320px;
      }

      .sobat-buy-guide__info-grid {
        grid-template-columns: 1fr;
      }

      .sobat-buy-guide__cta-box {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767px) {
      .sobat-buy-guide__container {
        width: min(calc(100% - 24px), var(--sobat-container));
      }

      .sobat-buy-guide__hero {
        padding-top: 44px;
      }

      .sobat-buy-guide__hero-visual {
        min-height: 335px;
      }

      .sobat-buy-guide__hero-card--main {
        inset: 12px 18px 25px 0;
      }

      .sobat-buy-guide__hero-card--mini {
        width: 53%;
      }

      .sobat-buy-guide__hero-badge {
        right: 5px;
        font-size: 11px;
      }

      .sobat-buy-guide__quick {
        padding-bottom: 60px;
      }

      .sobat-buy-guide__quick-grid,
      .sobat-buy-guide__before-grid {
        grid-template-columns: 1fr;
      }

      .sobat-buy-guide__quick-item {
        min-height: auto;
      }

      .sobat-buy-guide__process,
      .sobat-buy-guide__info,
      .sobat-buy-guide__before,
      .sobat-buy-guide__faq {
        padding-block: 64px;
      }

      .sobat-buy-guide__section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
      }

      .sobat-buy-guide__timeline {
        gap: 18px;
      }

      .sobat-buy-guide__timeline::before {
        right: 25px;
      }

      .sobat-buy-guide__step {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
      }

      .sobat-buy-guide__step-marker {
        width: 52px;
        height: 52px;
        border-width: 6px;
        font-size: 15px;
      }

      .sobat-buy-guide__step-card {
        border-radius: 20px;
      }

      .sobat-buy-guide__step-copy {
        padding: 24px 20px;
      }

      .sobat-buy-guide__step-media {
        min-height: auto;
        padding: 12px;
      }

      .sobat-buy-guide__screenshot img {
        max-height: 360px;
      }

      .sobat-buy-guide__info-card {
        min-height: auto;
        padding: 26px 22px;
      }

      .sobat-buy-guide__cta {
        padding-bottom: 64px;
      }

      .sobat-buy-guide__cta-box {
        padding: 30px 22px;
        border-radius: 22px;
      }

      .sobat-buy-guide__cta-actions {
        width: 100%;
      }

      .sobat-buy-guide__cta-actions .sobat-buy-guide__btn {
        flex: 1 1 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .sobat-buy-guide *,
      .sobat-buy-guide *::before,
      .sobat-buy-guide *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
      }

      .sobat-buy-guide [data-reveal] {
        opacity: 1;
        transform: none;
      }
    }/* End custom CSS */