/* PRICING PAGE */
    .pricing-hero {
      position: relative;
      min-height: 200px;
      padding: 24px 0 40px;
      background:
        linear-gradient(90deg, rgba(11, 26, 48, 0.96) 0%, rgba(11, 26, 48, 0.88) 40%, rgba(11, 26, 48, 0.58) 100%),
        url("{% static 'images/banners/banner-1.jpeg' %}") center right / cover no-repeat;
      color: #ffffff;
      overflow: hidden;
    }

    .pricing-hero-content {
      max-width: 760px;
      margin: auto;
      text-align: center;
      position: relative;
      z-index: 2;
    }

    .pricing-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(202, 165, 103, 0.15);
      border: 1.5px solid rgba(202, 165, 103, 0.35);
      color: var(--accent-gold);
      padding: 6px 13px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 13px;
    }

    .pricing-pill svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
    }

    .pricing-hero h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 32px;
      line-height: 1.15;
      font-weight: 760;
      color: #ffffff;
      margin-bottom: 8px;
      text-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
    }

    .pricing-hero h1 span {
      color: var(--accent-gold);
    }

    .pricing-hero p {
      max-width: 590px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.84);
      font-size: 13.5px;
      line-height: 1.45;
      font-weight: 500;
    }

    .trial-callout {
      margin: 18px auto 0;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 9px 16px;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: #ffffff;
      font-size: 13.5px;
      font-weight: 750;
    }

    .trial-callout i {
      width: 18px;
      height: 18px;
      color: var(--accent-gold);
    }

    .pricing-section {
      padding: 0 0 70px;
      background: var(--bg-light);
    }

    .pricing-wrap {
      position: relative;
      z-index: 5;
      margin-top: 40px;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      max-width: 1100px;
      margin: 0 auto;
      align-items: stretch;
    }

    .pricing-card {
      min-height: 420px;
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 22px 24px 20px;
      background: #ffffff;
      border: 1px solid rgba(11, 26, 48, 0.12);
      border-radius: 10px;
      box-shadow: 0 22px 50px rgba(11, 26, 48, 0.13);
      overflow: hidden;
    }

    .pricing-card.featured {
      color: #ffffff;
      background: linear-gradient(180deg, #11233b 0%, #0b1a30 100%);
      border: 2px solid var(--accent-gold);
      box-shadow: 0 26px 60px rgba(11, 26, 48, 0.3);
    }

    .plan-ribbon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #e7c17a 0%, var(--accent-gold) 100%);
      color: var(--brand-navy);
      font-size: 11.5px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .plan-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 14px;
      padding-top: 6px;
    }

    .featured .plan-head {
      padding-top: 18px;
    }

    .plan-name {
      font-family: 'Playfair Display', Georgia, serif;
      color: var(--brand-navy);
      font-size: 24px;
      line-height: 1.12;
      margin-bottom: 5px;
    }

    .featured .plan-name {
      color: #ffffff;
    }

    .plan-desc {
      max-width: 260px;
      color: var(--text-dark);
      font-size: 12.5px;
      line-height: 1.45;
      font-weight: 500;
    }

    .featured .plan-desc {
      color: rgba(255, 255, 255, 0.82);
    }

    .plan-icon {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: var(--brand-navy);
      border: 1px solid rgba(11, 26, 48, 0.18);
      background: #f4f6fa;
    }

    .featured .plan-icon {
      color: var(--accent-gold);
      border-color: var(--accent-gold);
      background: rgba(202, 165, 103, 0.08);
    }

    .plan-icon i {
      width: 20px;
      height: 20px;
      stroke-width: 1.8;
    }

    .plan-price {
      display: flex;
      align-items: baseline;
      margin: 0 0 5px;
      color: var(--brand-navy);
      font-size: 40px;
      line-height: 1;
      font-weight: 800;
      font-family: 'Outfit', sans-serif;
    }

    .featured .plan-price {
      color: #ffffff;
    }

    .currency {
      font-size: 24px;
      margin-right: 3px;
    }

    .price-period {
      margin-left: 7px;
      color: var(--text-light);
      font-size: 12.5px;
      font-weight: 600;
    }

    .featured .price-period {
      color: rgba(255, 255, 255, 0.7);
    }

    .billing-note {
      color: var(--text-light);
      font-size: 11.5px;
      font-weight: 600;
      margin-bottom: 14px;
    }

    .featured .billing-note {
      color: rgba(255, 255, 255, 0.68);
    }

    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 24px;
      font-size: 15px;
      font-weight: 700;
      color: #ffffff;
      background: var(--brand-navy);
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.2s ease;
      border: 1px solid transparent;
      white-space: nowrap;
      cursor: pointer;
    }

    .cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(11, 26, 48, 0.15);
    }

    .cta-button.outline {
      background: transparent;
      color: var(--brand-navy);
      border: 1px solid var(--brand-navy);
    }

    .cta-button.outline:hover {
      background: var(--brand-navy);
      color: #ffffff;
    }

    .featured .cta-button {
      background: linear-gradient(180deg, #e7c17a 0%, var(--accent-gold) 100%);
      color: var(--brand-navy);
    }

    .featured .cta-button:hover {
      box-shadow: 0 4px 15px rgba(202, 165, 103, 0.4);
    }

    .feature-list {
      display: flex;
      flex-direction: column;
      gap: 9px;
      list-style: none;
      margin-bottom: 14px;
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      color: var(--text-dark);
      font-size: 12.5px;
      line-height: 1.35;
      font-weight: 560;
    }

    .featured .feature-list li {
      color: rgba(255, 255, 255, 0.9);
    }

    .feature-list i {
      width: 15px;
      height: 15px;
      flex: 0 0 15px;
      margin-top: 1px;
      color: var(--brand-navy);
      stroke-width: 2.2;
    }

    .featured .feature-list i {
      color: var(--accent-gold);
    }

    .locked-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 9px;
      margin: -8px 0 24px;
      padding-top: 12px;
      border-top: 1px solid rgba(11, 26, 48, 0.08);
    }

    .locked-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      color: var(--text-light);
      font-size: 12px;
      line-height: 1.35;
      font-weight: 600;
    }

    .locked-list i {
      width: 14px;
      height: 14px;
      flex: 0 0 14px;
      margin-top: 1px;
      color: #dc2626;
      stroke-width: 2.2;
    }

    .featured .locked-list {
      display: none;
    }

    .plan-action {
      width: 100%;
      margin-top: auto;
      min-height: 46px;
    }

    .plan-action.btn-outline {
      border-color: var(--accent-gold-dark);
      color: var(--accent-gold-dark);
      background: transparent;
    }

    .plan-action.btn-outline:hover {
      background: var(--accent-gold-light);
      color: var(--brand-navy);
    }

    .featured .plan-action.btn-dark {
      background: var(--accent-gold);
      color: var(--brand-navy);
    }

    .featured .plan-action.btn-dark:hover {
      background: var(--accent-gold-dark);
      color: var(--brand-navy);
    }

    .features-toggle-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      background: transparent;
      border: none;
      color: var(--accent-gold-dark);
      font-size: 12.5px;
      font-weight: 700;
      cursor: pointer;
      margin: 4px 0 12px;
      padding: 4px 0;
      width: fit-content;
      transition: var(--transition);
      align-self: flex-start;
    }

    .features-toggle-btn:hover {
      color: var(--brand-navy);
    }

    .featured .features-toggle-btn {
      color: var(--accent-gold);
    }

    .featured .features-toggle-btn:hover {
      color: #ffffff;
    }

    .features-toggle-btn i {
      width: 14px;
      height: 14px;
      transition: transform 0.3s ease;
    }

    .features-toggle-btn.active i {
      transform: rotate(180deg);
    }

    .collapsible-features {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                  opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .collapsible-features.open {
      max-height: 500px;
      opacity: 1;
      margin-bottom: 16px;
    }

    .trust-strip {
      margin: 24px auto 0;
      max-width: 900px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      background: #ffffff;
      border: 1px solid rgba(11, 26, 48, 0.08);
      border-radius: 10px;
      box-shadow: var(--shadow-md);
      overflow: hidden;
    }

    .trust-item {
      min-height: 108px;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 24px 28px;
      border-right: 1px solid var(--border-color);
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-icon {
      width: 50px;
      height: 50px;
      flex: 0 0 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: var(--brand-navy);
      background: #eef1f6;
    }

    .trust-icon i {
      width: 24px;
      height: 24px;
      stroke-width: 2;
    }

    .trust-title {
      margin: 0 0 4px;
      color: var(--brand-navy);
      font-size: 16px;
      font-weight: 900;
    }

    .trust-copy {
      margin: 0;
      color: var(--text-light);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 500;
    }

    .comparison-section {
      margin: 28px auto 0;
      max-width: 980px;
      background: #ffffff;
      border: 1px solid rgba(11, 26, 48, 0.08);
      border-radius: 12px;
      box-shadow: var(--shadow-md);
      overflow: hidden;
    }

    .comparison-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 24px 28px;
      background: #ffffff;
      border-bottom: 1px solid var(--border-color);
    }

    .comparison-head h2 {
      font-family: 'Playfair Display', Georgia, serif;
      color: var(--brand-navy);
      font-size: 26px;
      line-height: 1.2;
    }

    .comparison-head p {
      max-width: 540px;
      color: var(--text-light);
      font-size: 13.5px;
      line-height: 1.5;
      font-weight: 550;
    }

    .comparison-table-wrap {
      overflow-x: auto;
    }

    .comparison-table {
      width: 100%;
      min-width: 680px;
      border-collapse: collapse;
    }

    .comparison-table th,
    .comparison-table td {
      padding: 14px 22px;
      border-bottom: 1px solid var(--border-color);
      text-align: left;
      font-size: 13.5px;
    }

    .comparison-table th {
      background: #f8fafc;
      color: var(--brand-navy);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      font-size: 12px;
    }

    .comparison-table td {
      color: var(--text-dark);
      font-weight: 650;
    }

    .comparison-table tr:last-child td {
      border-bottom: 0;
    }

    .plan-yes,
    .plan-no,
    .plan-limit {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
    }

    .plan-yes i,
    .plan-no i,
    .plan-limit i {
      width: 16px;
      height: 16px;
      stroke-width: 2.3;
    }

    .plan-yes {
      color: #047857;
    }

    .plan-no {
      color: #b91c1c;
    }

    .plan-limit {
      color: var(--accent-gold-dark);
    }

    .upgrade-note {
      margin-top: 18px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .upgrade-card {
      background: #ffffff;
      border: 1px solid rgba(11, 26, 48, 0.08);
      border-radius: 10px;
      padding: 18px;
      box-shadow: var(--shadow-sm);
    }

    .upgrade-card h3 {
      color: var(--brand-navy);
      font-size: 14px;
      font-weight: 900;
      margin-bottom: 6px;
    }

    .upgrade-card p {
      color: var(--text-light);
      font-size: 13px;
      line-height: 1.45;
      font-weight: 550;
    }

    .modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(11, 26, 48, 0.72);
      backdrop-filter: blur(8px);
    }

    .modal.open {
      display: flex;
    }

    .modal-panel {
      width: min(100%, 500px);
      position: relative;
      padding: 38px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid rgba(202, 165, 103, 0.25);
      box-shadow: var(--shadow-lg);
      text-align: center;
    }

    .modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 50%;
      background: #f1f4f8;
      color: var(--brand-navy);
      cursor: pointer;
    }

    .modal-badge {
      width: 66px;
      height: 66px;
      margin: 0 auto 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: var(--accent-gold-dark);
      background: var(--accent-gold-light);
    }

    .modal-badge i {
      width: 32px;
      height: 32px;
    }

    .modal-title {
      margin: 0 0 10px;
      font-family: 'Playfair Display', Georgia, serif;
      color: var(--brand-navy);
      font-size: 28px;
      line-height: 1.2;
    }

    .modal-copy {
      margin: 0 0 22px;
      color: var(--text-light);
      font-size: 15px;
      line-height: 1.55;
    }

    .modal-mail {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 999px;
      background: var(--brand-navy);
      color: #ffffff;
      font-size: 14px;
      font-weight: 800;
      max-width: 100%;
    }

    .modal-mail i {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
    
    /* COMPARE TABLE */
    .compare-table-section {
      margin-top: 50px;
    }
    .compare-title {
      text-align: center;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px;
      color: var(--brand-navy);
      margin-bottom: 24px;
      position: relative;
    }
    .compare-title::before, .compare-title::after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 1px;
      background: #e2e8f0;
      vertical-align: middle;
      margin: 0 16px;
    }
    .compare-wrapper {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 10px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      box-shadow: 0 10px 30px rgba(0,0,0,0.03);
      max-width: 900px;
      margin: 0 auto;
    }
    .compare-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
    }
    .compare-table th, .compare-table td {
      padding: 10px 12px;
      border-bottom: 1px solid #e2e8f0;
      vertical-align: middle;
      font-size: 12.5px;
      color: var(--brand-navy);
      font-weight: 600;
    }
    .compare-table th {
      background: #fff;
      padding-top: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #e2e8f0;
    }
    .compare-table td:first-child, .compare-table th:first-child {
      text-align: left;
      font-weight: 700;
      color: var(--brand-navy);
      padding-left: 20px;
      width: 35%;
    }
    .compare-table th:nth-child(3), .compare-table td:nth-child(3) {
      background: #fffcf5; /* Highlight for Modern */
    }
    .compare-table .plan-name-th {
      font-size: 12.5px;
      font-weight: 800;
      color: var(--brand-navy);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .compare-table .plan-price-th {
      font-size: 11px;
      color: var(--text-light);
      font-weight: 500;
      margin-top: 2px;
    }
    .compare-badge {
      display: inline-block;
      background: #f97316;
      color: white;
      font-size: 8.5px;
      padding: 2px 5px;
      border-radius: 4px;
      font-weight: 700;
    }
    .compare-table svg {
      width: 15px;
      height: 15px;
      margin: 0 auto;
    }
    .icon-included-basic { color: var(--brand-navy); fill: var(--brand-navy); }
    .icon-included-basic circle, .icon-included-modern circle { fill: white; }
    .icon-included-modern { color: #f97316; fill: #f97316; }
    .icon-excluded { color: #cbd5e1; fill: #cbd5e1; }
    .icon-excluded circle { fill: white; }
    
    .compare-legend {
      display: flex;
      justify-content: center;
      gap: 32px;
      padding: 12px;
      background: #ffffff;
      font-size: 11.5px;
      font-weight: 600;
      color: var(--text-dark);
      border-top: 1px solid #e2e8f0;
    }
    .compare-legend-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .compare-legend-item svg {
      width: 15px;
      height: 15px;
    }
    
    /* SEO SECTIONS CSS */
    .seo-section {
      padding: 60px 0;
      background: #ffffff;
      border-top: 1px solid #e2e8f0;
      border-bottom: 1px solid #e2e8f0;
    }
    .seo-container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
    }
    .seo-title {
      text-align: center;
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 28px;
      color: var(--brand-navy);
      margin-bottom: 16px;
    }
    .seo-subtitle {
      text-align: center;
      color: var(--text-dark);
      font-size: 15px;
      margin-bottom: 40px;
      line-height: 1.6;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .plan-target-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 60px;
    }
    @keyframes borderGlow {
      0%, 100% { border-color: #e2e8f0; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
      50% { border-color: rgba(202,165,103, 0.5); box-shadow: 0 4px 20px rgba(202,165,103, 0.1); }
    }
    .plan-target-card {
      background: #ffffff;
      padding: 24px;
      border-radius: 12px;
      border: 1px solid #e2e8f0;
      box-shadow: 0 4px 15px rgba(0,0,0,0.02);
      transition: all 0.3s ease;
      animation: borderGlow 4s ease-in-out infinite;
    }
    .plan-target-card:nth-child(2) {
      animation-delay: 1s;
    }
    .plan-target-card:nth-child(3) {
      animation-delay: 2s;
    }
    .plan-target-card:hover {
      border-color: var(--accent-gold);
      animation-play-state: paused;
    }
    .plan-target-card h3 {
      font-size: 18px;
      color: var(--accent-gold);
      margin-bottom: 12px;
      font-family: 'Playfair Display', Georgia, serif;
    }
    .plan-target-card p {
      font-size: 13.5px;
      color: var(--text-dark);
      line-height: 1.6;
    }
    
    @media (max-width: 768px) {
      .pricing-grid,
      .trust-strip,
      .upgrade-note,
      .plan-target-grid {
        grid-template-columns: 1fr;
      }
      
      .trust-strip {
        display: flex;
        flex-direction: column;
      }

      .compare-title::before, .compare-title::after {
        display: none;
      }

      .pricing-card {
        padding: 16px !important;
      }
      
      .plan-icon {
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 8px !important;
      }
      
      .plan-icon i {
        width: 22px !important;
        height: 22px !important;
      }
      
      .plan-name {
        font-size: 20px !important;
        margin-bottom: 2px !important;
      }

      .plan-desc {
        font-size: 11.5px !important;
        margin-bottom: 10px !important;
      }
      
      .plan-price {
        font-size: 32px !important;
      }
      
      .currency {
        font-size: 18px !important;
      }
      
      .feature-list li {
        font-size: 12px !important;
        margin-bottom: 2px !important;
      }
    }
    
    /* FAQ Section */
    .faq-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      max-width: 1000px;
      margin: 0 auto;
      background: transparent;
      border: none;
      overflow: visible;
    }
    @media (min-width: 768px) {
      .faq-container {
        grid-template-columns: 1fr 1fr;
      }
    }
    .faq-item {
      background: #ffffff;
      border-radius: 12px;
      border: 1px solid #e2e8f0;
      align-self: start;
    }
    .faq-question {
      width: 100%;
      text-align: left;
      padding: 20px 24px;
      background: none;
      border: none;
      font-size: 15px;
      font-weight: 600;
      color: var(--brand-navy);
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: background 0.2s;
    }
    .faq-question:hover {
      background: #f8fafc;
    }
    .faq-answer {
      padding: 0 24px;
      font-size: 14px;
      color: var(--text-dark);
      line-height: 1.6;
      display: none;
    }
    .faq-answer.open {
      display: block;
      padding-bottom: 20px;
    }
    .faq-icon {
      transition: transform 0.3s;
      width: 20px;
      height: 20px;
      color: var(--accent-gold);
    }
    .faq-item.active .faq-icon {
      transform: rotate(180deg);
    }
    
    /* Quick Links */
    .quick-links-section {
      padding: 40px 0;
      background: #ffffff;
      border-top: 1px solid #e2e8f0;
    }
    .quick-links-container {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }
    .quick-links-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 28px;
      list-style: none;
      padding: 0;
      margin: 0;
      max-width: 900px;
    }
    .quick-links-list a {
      color: var(--brand-navy);
      font-weight: 500;
      font-size: 14px;
      text-decoration: none;
      transition: color 0.2s;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .quick-links-list a:hover {
      color: var(--accent-gold);
    }