
  
  @font-face {
    font-family: 'Geist';
    src: url(data:font/woff2;base64,PLACEHOLDER) format('woff2');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Geist';
    src: url(data:font/woff2;base64,PLACEHOLDER) format('woff2');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Geist';
    src: url(data:font/woff2;base64,PLACEHOLDER) format('woff2');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'Geist';
    src: url(data:font/woff2;base64,PLACEHOLDER) format('woff2');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Geist';
    src: url(data:font/woff2;base64,PLACEHOLDER) format('woff2');
    font-weight: 900;
    font-style: normal;
  }



  /* ===== VARIABLES ===== */
  :root {
    --green-primary: #51dd7d;
    --green-secondary: #2ecc71;
    --green-dark: #27ae60;
    --green-glow: rgba(81,221,125,0.3);
    --bg-dark: #0a0a0a;
    --bg-card: #1a1a1a;
    --text-white: #f5f5f5;
    --text-muted: #888888;
    --border-glass: rgba(81,221,125,0.15);
  }

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

  html { overflow-x: hidden; scrollbar-color: rgba(81,221,125,0.2) transparent; }

  body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }

  /* Thin green scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--bg-dark); }
  ::-webkit-scrollbar-thumb { background: rgba(81,221,125,0.25); border-radius: 3px; }
  ::-webkit-scrollbar-thumb:hover { background: rgba(81,221,125,0.4); }

  /* ===== SECTIONS ===== */
  section {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: var(--bg-dark);
  }

  /* ===== CTA FINAL ===== */
  .cta-final {
    max-width: 100%;
    padding: 30px 20px;
    text-align: center;
  }

  .cta-label {
    font-size: 16px;
    color: var(--text-muted);
    letter-spacing: 1px;
    margin-bottom: 16px;
  }

  .cta-workana-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    background: linear-gradient(135deg, var(--green-primary), var(--green-secondary));
    border-radius: 12px;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(81,221,125,0.25);
  }

  .cta-workana-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(81,221,125,0.4);
  }

  .cta-workana-btn svg text {
    fill: #0a0a0a;
  }

  /* ===== COVER ===== */
  .cover {
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 32px;
    overflow: clip;
  }

  .cover::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 70vw;
    height: 70vw;
    max-width: 800px;
    max-height: 800px;
    background: radial-gradient(circle, rgba(81,221,125,0.12) 0%, rgba(81,221,125,0.04) 30%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
  }

  .cover::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -10%;
    width: 60vw;
    height: 60vw;
    max-width: 700px;
    max-height: 700px;
    background: radial-gradient(circle, rgba(46,204,113,0.1) 0%, rgba(46,204,113,0.03) 30%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
  }

  .cover .logo-wrap {
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
  }

  .cover .logo-wrap .brand-name {
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 900;
    color: var(--text-white);
    letter-spacing: -1px;
  }

  .cover .logo-wrap .brand-name span {
    background: linear-gradient(135deg, var(--green-primary), var(--green-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .cover .logo-wrap .brand-name sup {
    font-size: 14px;
    color: var(--green-primary);
    -webkit-text-fill-color: var(--green-primary);
    font-weight: 400;
    vertical-align: super;
  }

  .cover .divider-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-secondary));
    margin-bottom: 32px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
  }

  .cover h1 {
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.3;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .cover h1 span {
    background: linear-gradient(135deg, var(--green-primary), var(--green-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .cover .subtitle {
    font-size: clamp(13px, 2vw, 16px);
    color: var(--text-muted);
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
  }

  .cover .meta-info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    font-size: 13px;
    color: var(--text-muted);
  }

  .cover .meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cover .meta-info .dot {
    width: 6px;
    height: 6px;
    background: var(--green-primary);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--green-glow);
    flex-shrink: 0;
  }

  .cover .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-primary), var(--green-secondary), var(--green-dark));
  }

  /* ===== INNER SECTIONS ===== */
  .inner-section {
    padding: 48px 32px 60px;
    position: relative;
  }

  .inner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--green-primary), transparent);
  }

  .cover + .inner-section::before {
    display: none;
  }

  .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(81,221,125,0.1);
    flex-wrap: wrap;
    gap: 8px;
  }

  .page-header .brand-text {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-white);
    opacity: 0.6;
    letter-spacing: -0.3px;
  }

  .page-header .brand-text sup {
    font-size: 8px;
    font-weight: 400;
    vertical-align: super;
  }

  .page-header .section-label {
    font-size: 11px;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    white-space: nowrap;
  }

  /* ===== SECTION TITLES ===== */
  .section-title {
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

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

  .section-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
  }

  /* ===== GLASS CARDS ===== */
  .glass-card {
    background: rgba(20,20,20,0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(81,221,125,0.15);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
  }

  .glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(81,221,125,0.3), transparent);
  }

  .glass-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .glass-card h3 .icon {
    width: 28px;
    height: 28px;
    background: rgba(81,221,125,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }

  .glass-card p, .glass-card li {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.7;
  }

  .glass-card ul {
    list-style: none;
    padding: 0;
  }

  .glass-card ul li {
    padding: 6px 0;
    padding-left: 18px;
    position: relative;
  }

  .glass-card ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--green-primary);
    font-weight: 700;
  }

  /* ===== MODULE GRID ===== */
  .module-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
  }

  .module-item {
    background: rgba(20,20,20,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(81,221,125,0.12);
    border-radius: 10px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.03);
  }

  .module-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--green-primary), transparent);
  }

  .module-item .mod-num {
    font-size: 11px;
    color: var(--green-primary);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .module-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 8px;
  }

  .module-item p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.6;
  }

  /* ===== PRICING ===== */
  .pricing-card {
    background: linear-gradient(135deg, rgba(81,221,125,0.1), rgba(20,20,20,0.7));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(81,221,125,0.25);
    border-radius: 14px;
    padding: 32px;
    margin: 24px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(81,221,125,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
  }

  .pricing-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(81,221,125,0.04) 0%, transparent 50%);
    pointer-events: none;
  }

  .pricing-card .price-label {
    font-size: 12px;
    color: var(--green-primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .pricing-card .price {
    font-size: clamp(36px, 8vw, 52px);
    font-weight: 900;
    color: var(--text-white);
    position: relative;
    z-index: 1;
    letter-spacing: -2px;
  }

  .pricing-card .price .currency {
    font-size: clamp(18px, 4vw, 26px);
    color: var(--green-primary);
    font-weight: 600;
    vertical-align: super;
  }

  .pricing-card .price-note {
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 8px;
    position: relative;
    z-index: 1;
  }

  /* ===== PAYMENT GRID ===== */
  .payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
  }

  .payment-grid .glass-card {
    margin-bottom: 0;
    text-align: center;
  }

  /* ===== TIMELINE ===== */
  .timeline {
    margin: 20px 0;
  }

  .timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .timeline-dot {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(81,221,125,0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid rgba(81,221,125,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--green-primary);
    box-shadow: 0 0 20px rgba(81,221,125,0.15);
  }

  .timeline-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 4px;
  }

  .timeline-content p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.5;
  }

  .timeline-content .duration {
    display: inline-block;
    background: rgba(81,221,125,0.1);
    color: var(--green-primary);
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 20px;
    margin-top: 6px;
  }

  /* ===== TECH STACK ===== */
  .tech-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
  }

  .tech-tag {
    background: rgba(81,221,125,0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(81,221,125,0.18);
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    color: var(--green-primary);
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  /* ===== SECTION FOOTER ===== */
  .page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #555;
    border-top: 1px solid rgba(81,221,125,0.08);
    padding-top: 16px;
    margin-top: 40px;
  }

  .highlight {
    color: var(--green-primary);
    font-weight: 600;
  }

  .text-sm { font-size: 14px; }
  .mb-10 { margin-bottom: 10px; }
  .mb-20 { margin-bottom: 20px; }
  .mb-30 { margin-bottom: 30px; }

  /* ===== CTA SECTION ===== */
  .cta-box {
    background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
    border-radius: 12px;
    padding: 32px;
    margin: 24px 0;
    text-align: center;
  }

  .cta-box h3 {
    color: #0a0a0a;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 800;
    margin-bottom: 8px;
  }

  .cta-box p {
    color: rgba(10,10,10,0.7);
    font-size: 14px;
  }

  /* ===== STAT ROW ===== */
  .stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
  }

  .stat-item {
    background: rgba(20,20,20,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(81,221,125,0.1);
    border-radius: 10px;
    padding: 20px 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.03);
  }

  .stat-item .stat-num {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 900;
    color: var(--green-primary);
    letter-spacing: -1px;
  }

  .stat-item .stat-label {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
  }

  /* ===== DELIVERABLES GRID ===== */
  .deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
  }

  .deliverables-grid .glass-card {
    margin-bottom: 0;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .cover {
      padding: 48px 24px;
      min-height: 85vh;
      min-height: 85dvh;
    }

    .cover h1 {
      font-size: 3.9vw;
    }

    .cover .meta-info {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .inner-section {
      padding: 36px 20px 48px;
    }

    .page-header {
      margin-bottom: 28px;
    }

    .page-header .brand-text {
      font-size: 14px;
    }

    .page-header .section-label {
      font-size: 10px;
      letter-spacing: 1.5px;
    }

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

    .stat-row {
      grid-template-columns: repeat(2, 1fr);
    }

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

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

    .glass-card {
      padding: 20px;
    }

    .pricing-card {
      padding: 24px;
    }

    .page-footer {
      flex-direction: column;
      gap: 4px;
      text-align: center;
    }
  }

  @media (max-width: 480px) {
    .cover {
      padding: 40px 16px;
    }

    .inner-section {
      padding: 28px 16px 40px;
    }

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

    .stat-item {
      padding: 16px 8px;
    }

    .timeline-item {
      gap: 14px;
    }

    .timeline-dot {
      width: 34px;
      height: 34px;
      min-width: 34px;
      font-size: 12px;
    }

    .tech-tag {
      font-size: 12px;
      padding: 5px 10px;
    }
  }

