.elementor-1322 .elementor-element.elementor-element-2c30e87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1322 .elementor-element.elementor-element-77f229a{--display:flex;}.elementor-1322 .elementor-element.elementor-element-30ff5e1{--display:flex;}.elementor-1322 .elementor-element.elementor-element-859aacb{--display:flex;}.elementor-1322 .elementor-element.elementor-element-a6779e4{--display:flex;}.elementor-1322 .elementor-element.elementor-element-e0d4560{--display:flex;}.elementor-1322 .elementor-element.elementor-element-c76b571{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e304ea */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: #fff; color: #1a1a1a; }
a, a:hover, a:visited, a:active, a:focus { text-decoration: none !important; }

/* ══════════════════════════════
   BREADCRUMB
══════════════════════════════ */
.breadcrumb { padding: 12px 40px; background: #111; border-bottom: 1px solid rgba(255,255,255,0.08); }
.breadcrumb a,
.breadcrumb span { font-size: 11px; color: rgba(255,255,255,0.4); }
.breadcrumb a:hover { color: #c0392b; }
.breadcrumb .sep { margin: 0 6px; color: rgba(255,255,255,0.2); }
.breadcrumb .current { color: rgba(255,255,255,0.7); font-weight: 600; }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  background: #111;
  align-items: stretch;
}

.hero-left {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background: #111;
}

.hero-num { font-size: 72px; font-weight: 900; color: #c0392b; line-height: 1; letter-spacing: -2px; opacity: 0.9; }
.hero-title { font-size: 48px; font-weight: 900; text-transform: uppercase; line-height: 1.05; color: #fff; margin-top: -8px; }
.hero-desc { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 380px; }

.hero-badges { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 4px; }
.badge { display: flex; align-items: center; gap: 7px; }
.badge svg { width: 20px; height: 20px; fill: none; stroke: #c0392b; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; }
.badge-text { display: flex; flex-direction: column; }
.badge-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #fff; }
.badge-sub { font-size: 10px; color: rgba(255,255,255,0.45); }

.hero-price { display: flex; flex-direction: column; gap: 4px; margin-top: 8px; }
.price-trial-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.price-row { display: flex; align-items: baseline; gap: 8px; }
.price-num { font-size: 36px; font-weight: 900; color: #c0392b; }
.price-num.trial { font-size: 40px; }
.price-original { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 400; }

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #c0392b; color: #fff;
  padding: 13px 24px; border-radius: 3px;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  transition: background 0.2s;
}
.btn-primary svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary:hover { background: #a93226; color: #fff !important; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85);
  padding: 13px 24px; border-radius: 3px;
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  transition: all 0.2s;
}
.btn-secondary svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.btn-secondary:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.6); }

.hero-trial {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(192,57,43,0.12); border: 1px solid rgba(192,57,43,0.3);
  border-radius: 6px; padding: 12px 16px; margin-top: 4px;
  transition: background 0.2s, border-color 0.2s;
}
.hero-trial:hover { background: rgba(192,57,43,0.2); border-color: #c0392b; }
.hero-trial svg { width: 16px; height: 16px; fill: none; stroke: #c0392b; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; transition: transform 0.2s; }
.hero-trial:hover svg { transform: translateX(4px); }
.hero-trial-left { display: flex; flex-direction: column; gap: 2px; }
.hero-trial-title { font-size: 16px; font-weight: 800; color: #c0392b; line-height: 1; }

/* Carousel */
.hero-carousel { position: relative; overflow: hidden; background: #000; height: 100%; min-height: 600px; }
.carousel-track { display: flex; height: 100%; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.carousel-slide { min-width: 100%; height: 100%; flex-shrink: 0; overflow: hidden; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; }
.carousel-slide img { display: none; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: background 0.2s; }
.carousel-btn:hover { background: rgba(192,57,43,0.85); border-color: #c0392b; }
.carousel-btn svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.carousel-btn.prev { left: 12px; }
.carousel-btn.next { right: 12px; }
.carousel-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.dot.active { background: #c0392b; transform: scale(1.3); }

/* ══════════════════════════════
   SECTION COMMON
══════════════════════════════ */
.section-tag { font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.section-tag::after { content: ''; flex: 1; height: 1px; }
.section-tag.light { color: #c0392b; }
.section-tag.light::after { background: rgba(192,57,43,0.2); }
.section-tag.dark { color: #C9A97A; }
.section-tag.dark::after { background: rgba(201,169,122,0.2); }
.section-title { font-size: 22px; font-weight: 900; text-transform: uppercase; margin-bottom: 8px; }
.section-title.light { color: #1a1a1a; }
.section-title.dark { color: #fff; }
.section-title-line { width: 40px; height: 3px; background: #c0392b; margin-bottom: 28px; }

/* ══════════════════════════════
   PHÙ HỢP VỚI
══════════════════════════════ */
.suitable { background: #f0ede8; padding: 48px 40px; }
.suitable-inner { max-width: 1100px; margin: 0 auto; }
.suitable-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.suitable-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.suitable-icon { width: 52px; height: 52px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.suitable-icon svg { width: 24px; height: 24px; fill: none; stroke: #c0392b; stroke-width: 2; stroke-linecap: round; }
.suitable-name { font-size: 12px; font-weight: 700; color: #1a1a1a; }
.suitable-desc { font-size: 11px; color: #888; line-height: 1.5; }
.suitable-quote { margin-top: 24px; background: #c0392b; border-radius: 6px; padding: 16px 24px; text-align: center; }
.suitable-quote p { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 1px; }

/* ══════════════════════════════
   QUY TRÌNH + SIDEBAR
══════════════════════════════ */
.process-wrap { padding: 60px 40px; background: #111; }
.process-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.step-card { background: #1a1a1a; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); }
.step-img { width: 100%; height: 160px; object-fit: cover; display: block; background: #2a2a2a; }
.step-body { padding: 16px; }
.step-num-badge { width: 26px; height: 26px; background: #c0392b; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.step-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #fff; margin-bottom: 4px; }
.step-desc { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.6; }

.sidebar { background: #1a1a1a; border-radius: 10px; padding: 28px; position: sticky; top: 20px; border: 1px solid rgba(255,255,255,0.08); }
.sidebar-title { font-size: 11px; font-weight: 800; letter-spacing: 2px; color: #C9A97A; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.info-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.info-row:last-of-type { border-bottom: none; }
.info-icon { width: 32px; height: 32px; background: rgba(192,57,43,0.15); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-icon svg { width: 16px; height: 16px; fill: none; stroke: #c0392b; stroke-width: 2; stroke-linecap: round; }
.info-label { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); text-transform: uppercase; }
.info-val { font-size: 12px; font-weight: 600; color: #fff; }
.sidebar-btn { display: flex; align-items: center; justify-content: space-between; background: #c0392b; color: #fff; padding: 14px 18px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-top: 20px; transition: background 0.2s; }
.sidebar-btn:hover { background: #a93226; color: #fff !important; }
.sidebar-btn svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ══════════════════════════════
   LỢI ÍCH
══════════════════════════════ */
.benefits { padding: 60px 40px; background: #f8f8f8; }
.benefits-inner { max-width: 1100px; margin: 0 auto; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.benefit-item { background: #fff; border-radius: 8px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.benefit-icon { width: 44px; height: 44px; background: rgba(192,57,43,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit-icon svg { width: 22px; height: 22px; fill: none; stroke: #c0392b; stroke-width: 2; stroke-linecap: round; }
.benefit-title { font-size: 13px; font-weight: 800; color: #1a1a1a; margin-bottom: 4px; }
.benefit-desc { font-size: 12px; color: #888; line-height: 1.6; }

/* ══════════════════════════════
   REVIEWS
══════════════════════════════ */
.reviews { padding: 60px 40px; background: #111; }
.reviews-inner { max-width: 1100px; margin: 0 auto; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.review-card { background: #1a1a1a; border-radius: 8px; padding: 24px; display: flex; flex-direction: column; gap: 12px; border: 1px solid rgba(255,255,255,0.06); }
.review-stars { display: flex; gap: 2px; }
.review-stars svg { width: 14px; height: 14px; fill: #c0392b; }
.review-text { font-size: 12.5px; color: rgba(255,255,255,0.7); line-height: 1.7; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.review-avatar-ph { width: 36px; height: 36px; border-radius: 50%; background: #c0392b; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 800; flex-shrink: 0; }
.review-name { font-size: 12px; font-weight: 700; color: #fff; }
.review-role { font-size: 10px; color: rgba(255,255,255,0.4); }

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq { padding: 60px 40px; background: #f0ede8; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-list { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 8px; overflow: hidden; }
.faq-q { padding: 18px 20px; font-size: 13px; font-weight: 700; color: #1a1a1a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-q svg { width: 16px; height: 16px; fill: none; stroke: #c0392b; stroke-width: 2.5; stroke-linecap: round; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { padding: 0 20px; font-size: 12.5px; color: #666; line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 20px 16px; }

/* ══════════════════════════════
   RELATED
══════════════════════════════ */
.related { padding: 60px 40px; background: #0d0d0d; }
.related-inner { max-width: 1100px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.related-card { display: flex; background: #1a1a1a; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.related-img { width: 140px; height: 140px; object-fit: cover; flex-shrink: 0; background: #2a2a2a; display: block; }
.related-body { padding: 20px 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.related-name { font-size: 14px; font-weight: 800; text-transform: uppercase; color: #fff; }
.related-time { font-size: 11px; color: rgba(255,255,255,0.45); }
.related-price { font-size: 16px; font-weight: 800; color: #c0392b; }
.related-link { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #c0392b; display: flex; align-items: center; gap: 4px; }
.related-link svg { width: 12px; height: 12px; fill: none; stroke: #c0392b; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ══════════════════════════════
   ƯU ĐÃI GÓI
══════════════════════════════ */
.pkg-section { background: #fff; padding: 60px 40px; border-top: 1px solid #eee; }
.pkg-inner { max-width: 1100px; margin: 0 auto; }

.pkg-trial { display: flex; align-items: center; gap: 16px; background: #fdf2f2; border: 1px solid rgba(192,57,43,0.25); border-radius: 8px; padding: 18px 24px; margin-bottom: 36px; flex-wrap: wrap; }
.pkg-trial-icon { width: 40px; height: 40px; background: #c0392b; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pkg-trial-icon svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
.pkg-trial-text { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.pkg-trial-label { font-size: 11px; font-weight: 800; letter-spacing: 2px; color: #c0392b; text-transform: uppercase; }
.pkg-trial-desc { font-size: 12px; color: #333; line-height: 1.5; }
.pkg-trial-btn { display: inline-flex; align-items: center; gap: 8px; background: #c0392b; color: #fff; padding: 10px 20px; border-radius: 3px; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
.pkg-trial-btn:hover { background: #a93226; color: #fff !important; }
.pkg-trial-btn svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pkg-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; position: relative; transition: border-color 0.2s, transform 0.2s; }
.pkg-card:hover { border-color: rgba(192,57,43,0.5); transform: translateY(-3px); }
.pkg-card.featured { border: 2px solid #c0392b; }
.pkg-badge { position: absolute; top: -12px; left: 24px; background: #444; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
.pkg-badge.best, .featured .pkg-badge { background: #c0392b; }
.pkg-sessions { font-size: 52px; font-weight: 900; color: #1a1a1a; line-height: 1; letter-spacing: -2px; }
.pkg-sessions span { font-size: 18px; font-weight: 700; color: #666; letter-spacing: 0; }
.pkg-discount-tag { display: inline-flex; align-items: center; background: rgba(192,57,43,0.15); border: 1px solid rgba(192,57,43,0.35); color: #c0392b; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; width: fit-content; }
.pkg-price-wrap { display: flex; flex-direction: column; gap: 2px; }
.pkg-price-old { font-size: 12px; color: #aaa; font-weight: 400; }
.pkg-price-new { font-size: 32px; font-weight: 900; color: #c0392b; line-height: 1; letter-spacing: -0.5px; }
.pkg-price-per { font-size: 11px; color: #666; font-weight: 500; margin-top: 2px; }
.pkg-divider { height: 1px; background: #e8e8e8; }
.pkg-gifts { display: flex; flex-direction: column; gap: 10px; }
.pkg-gift-item { display: flex; align-items: flex-start; gap: 10px; font-size: 12.5px; color: #333; line-height: 1.5; }
.pkg-gift-item svg { width: 16px; height: 16px; fill: none; stroke: #C9A97A; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; margin-top: 1px; }
.pkg-gift-item strong { color: #C9A97A; font-weight: 700; }
.pkg-cta { display: flex; align-items: center; justify-content: space-between; background: #c0392b; color: #fff !important; padding: 13px 18px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-top: auto; transition: background 0.2s; }
.pkg-cta:hover { background: #a93226; color: #fff !important; }
.pkg-cta svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.pkg-note { font-size: 11px; color: #777; margin-top: 20px; text-align: center; font-style: italic; }

/* ══════════════════════════════
   TABLET — max 900px
══════════════════════════════ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-carousel { min-height: 400px; height: 400px; }
  .process-inner { grid-template-columns: 1fr; }
  .suitable-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .pkg-section { padding: 48px 28px; }
}

/* ══════════════════════════════
   iPAD — 540px–900px
══════════════════════════════ */
@media (min-width: 540px) and (max-width: 900px) {
  .hero-left { padding: 40px 32px; }
  .hero-title { font-size: 38px; }
  .hero-carousel { min-height: 420px; height: 420px; }
  .process-inner { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .sidebar { position: static; }
  .suitable-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .process-wrap, .benefits, .reviews, .related, .faq, .suitable { padding: 48px 28px; }
  .pkg-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .pkg-trial-btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════
   MOBILE — max 540px
══════════════════════════════ */
@media (max-width: 540px) {

  /* Hero — carousel làm background */
  .hero {
    position: relative;
    display: block;
    min-height: 560px;
  }
  .hero-carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: unset;
    z-index: 0;
  }
  .carousel-slide { height: 100%; }
  .hero-carousel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .hero-left {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 40px 20px 52px;
    min-height: 560px;
    justify-content: flex-end;
    gap: 10px;
  }
  .carousel-btn { display: none; }

  /* Ẩn elements thừa */
  .hero-badges,
  .hero-num,
  .price-original,
  .price-trial-label { display: none; }

  /* Typography */
  .hero-title { font-size: 26px; margin-bottom: 4px; margin-top: 0; }
  .hero-desc { font-size: 12px; line-height: 1.6; }
  .price-num { font-size: 32px; }

  /* Buttons */
  .hero-ctas { flex-direction: row; gap: 8px; }
  .btn-primary, .btn-secondary { padding: 10px 14px; font-size: 10px; }
  .hero-trial { padding: 10px 14px; font-size: 11px; }

  /* Sections */
  .steps-grid { grid-template-columns: 1fr; }
  .process-wrap, .benefits, .reviews, .related, .faq, .suitable { padding: 40px 20px; }
  .breadcrumb { padding: 12px 20px; }
  .pkg-section { padding: 40px 16px; }
  .pkg-grid { grid-template-columns: 1fr; gap: 20px; }
  .pkg-sessions { font-size: 44px; }
  .pkg-price-new { font-size: 28px; }
  .pkg-trial { flex-direction: column; align-items: flex-start; }
  .pkg-trial-btn { width: 100%; justify-content: center; }
}/* End custom CSS */