
  details.svelte-12rbyjh {
    transition: all var(--sa-transition-normal);
  }

  details.svelte-12rbyjh:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(99, 102, 241, 0.1);
  }

  details.svelte-12rbyjh:focus-within {
    outline: 2px solid rgba(99, 102, 241, 0.6);
    outline-offset: 2px;
  }

  summary.svelte-12rbyjh {
    outline: none;
    transition: all var(--sa-transition-fast);
    cursor: pointer;
  }

  summary.svelte-12rbyjh:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.6);
    outline-offset: -4px;
  }

  summary.svelte-12rbyjh span:where(.svelte-12rbyjh):last-child {
    transition: transform var(--sa-transition-normal);
    will-change: transform;
  }

  details[open].svelte-12rbyjh summary:where(.svelte-12rbyjh) span:where(.svelte-12rbyjh):last-child {
    transform: rotate(45deg);
  }

  @media (max-width: 640px) {
    details.svelte-12rbyjh {
      padding: var(--sa-space-md);
      border-radius: var(--sa-radius-lg);
    }

    summary.svelte-12rbyjh {
      font-size: 1rem;
    }

    summary.svelte-12rbyjh span:where(.svelte-12rbyjh):last-child {
      height: 24px;
      width: 24px;
      font-size: 14px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    details.svelte-12rbyjh,
    summary.svelte-12rbyjh,
    summary.svelte-12rbyjh span:where(.svelte-12rbyjh):last-child {
      transition: none;
      will-change: auto;
    }

    details.svelte-12rbyjh:hover {
      transform: none;
    }

    details[open].svelte-12rbyjh summary:where(.svelte-12rbyjh) span:where(.svelte-12rbyjh):last-child {
      transform: none;
    }
  }

  .dark .focus-visible\:ring-offset-2.svelte-1vmvsqc:focus-visible {
    outline-offset: 2px;
  }

  .cta-primary {
    animation: svelte-1vmvsqc-cta-pulse 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    transition: all var(--sa-transition-fast);
    will-change: transform, box-shadow;
  }

  .cta-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform var(--sa-transition-slow);
    pointer-events: none;
  }

  .cta-primary:hover::before {
    transform: translate(-50%, -50%) scale(2);
  }

  .cta-primary:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.6);
    outline-offset: 2px;
  }

  .cta-primary:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

  @keyframes svelte-1vmvsqc-cta-pulse {
    0%, 100% {
      box-shadow: 0 0 40px rgba(99,102,241,0.5), 0 8px 32px rgba(168,85,247,0.4);
    }
    50% {
      box-shadow: 0 0 50px rgba(99,102,241,0.6), 0 10px 36px rgba(168,85,247,0.5);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .cta-primary {
      animation: none;
      transition: none;
      will-change: auto;
    }
    .cta-primary::before {
      display: none;
      transition: none;
    }
  }

  /* Enable smooth scrolling for anchor links */
  html {
    scroll-behavior: smooth;
  }

  /* Hero with BRUTALIST paper texture */
  .support-agent-hero.svelte-p2wb0f {
    position: relative;
    background: #FFFFFF;
  }

  .support-agent-hero.svelte-p2wb0f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='6' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.045'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
  }

  /* Subtle grid overlay */
  .support-agent-hero.svelte-p2wb0f::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
      repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(0,0,0,0.008) 49px, rgba(0,0,0,0.008) 50px),
      repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(0,0,0,0.008) 49px, rgba(0,0,0,0.008) 50px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 1;
  }

  .support-agent-hero.svelte-p2wb0f > div:where(.svelte-p2wb0f) {
    position: relative;
    z-index: 2;
  }

  /* Live counter - minimal, not flashy */
  .live-counter.svelte-p2wb0f {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    padding: 6px 12px;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
  }

  .pulse-dot.svelte-p2wb0f {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    animation: svelte-p2wb0f-pulse 2s ease-in-out infinite;
  }

  @keyframes svelte-p2wb0f-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }

  /* Headline - MASSIVE and bold (Intercom style) */
  .hero-headline.svelte-p2wb0f {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0D1829;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  @media (max-width: 768px) {
    .hero-headline.svelte-p2wb0f {
      font-size: 48px;
    }
  }

  /* Subhead - smaller, lighter, tight (Intercom neutrals) */
  .hero-subhead.svelte-p2wb0f {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #67758D;
    margin-bottom: 48px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /* Buttons - solid, no gradients */
  .button-group.svelte-p2wb0f {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }

  .btn-primary.svelte-p2wb0f {
    background: #0B5CFF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(11, 92, 255, 0.3);
  }

  .btn-primary.svelte-p2wb0f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255,255,255,0.05) 2px,
      rgba(255,255,255,0.05) 4px
    );
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .btn-primary.svelte-p2wb0f:hover {
    background: #0047CC;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 92, 255, 0.4);
  }

  .btn-primary.svelte-p2wb0f:hover::before {
    opacity: 1;
  }

  .btn-secondary.svelte-p2wb0f {
    background: transparent;
    color: #FF5A5F;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px;
    border: 2px solid #FF5A5F;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .btn-secondary.svelte-p2wb0f:hover {
    background: #FF5A5F;
    color: #FFFFFF;
  }

  .btn-tertiary.svelte-p2wb0f {
    background: transparent;
    color: #67758D;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 32px;
    border: 1px solid #E5E9F2;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .btn-tertiary.svelte-p2wb0f:hover {
    background: #F7F9FC;
    border-color: #67758D;
    color: #0D1829;
  }

  /* Trust badges - inline, minimal (Intercom style) */
  .trust-badges.svelte-p2wb0f {
    font-size: 14px;
    color: #67758D;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-badges.svelte-p2wb0f span:where(.svelte-p2wb0f)::before {
    content: "\2713 ";
    color: #10B981;
  }

  /* Chat Demo Visual - Premium with animations */
  .hero-visual.svelte-p2wb0f {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: svelte-p2wb0f-floatIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
  }

  @keyframes svelte-p2wb0f-floatIn {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  /* Animated gradient glow behind demo (Intercom style) */
  .hero-visual.svelte-p2wb0f::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(
      circle,
      rgba(11, 92, 255, 0.15) 0%,
      rgba(11, 92, 255, 0.08) 30%,
      transparent 70%
    );
    filter: blur(40px);
    animation: svelte-p2wb0f-pulse-glow 4s ease-in-out infinite;
    z-index: -1;
  }

  @keyframes svelte-p2wb0f-pulse-glow {
    0%, 100% {
      opacity: 0.5;
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.1);
    }
  }

  .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f) {
    width: 100%;
    max-width: 800px;
    height: 600px;
    border-radius: 20px;
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 80px rgba(16, 185, 129, 0.15);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: svelte-p2wb0f-subtle-float 6s ease-in-out infinite;
  }

  @keyframes svelte-p2wb0f-subtle-float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
  }

  .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f):hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.2),
      0 0 120px rgba(16, 185, 129, 0.25);
  }

  /* Tablet / iPad (768px - 1024px) */
  @media (max-width: 1024px) and (min-width: 768px) {
    .hero-visual.svelte-p2wb0f {
      margin-bottom: 40px;
    }

    .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f) {
      max-width: 768px;
      height: 576px;
    }

    .hero-visual.svelte-p2wb0f::before {
      width: 130%;
      height: 130%;
    }
  }

  /* Mobile Phones (<768px) */
  @media (max-width: 767px) {
    .hero-visual.svelte-p2wb0f {
      margin-bottom: 32px;
    }

    .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f) {
      width: 100%;
      max-width: 480px;
      height: 600px;
      border-radius: 16px;
    }

    .hero-visual.svelte-p2wb0f::before {
      width: 150%;
      height: 150%;
    }

    .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f):hover {
      transform: translateY(0) scale(1);
    }
  }

  /* Extra Small Phones (<375px) */
  @media (max-width: 374px) {
    .hero-visual.svelte-p2wb0f iframe:where(.svelte-p2wb0f) {
      height: 500px;
      border-radius: 12px;
    }
  }

  /* Disclaimer - tiny, tucked away */
  .disclaimer.svelte-p2wb0f {
    font-size: 13px;
    color: #A3A3A3;
    margin-top: 24px;
    text-align: center;
  }

  /* Form input focus and validation states */
  input[type="text"].svelte-1rm2l7d,
  input[type="email"].svelte-1rm2l7d,
  input[type="tel"].svelte-1rm2l7d,
  input[type="number"].svelte-1rm2l7d,
  textarea.svelte-1rm2l7d {
    transition: all var(--sa-transition-fast);
  }

  input[type="text"].svelte-1rm2l7d:focus,
  input[type="email"].svelte-1rm2l7d:focus,
  input[type="tel"].svelte-1rm2l7d:focus,
  input[type="number"].svelte-1rm2l7d:focus,
  textarea.svelte-1rm2l7d:focus {
    border-color: rgba(99, 102, 241, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  input[type="text"].svelte-1rm2l7d:focus-visible,
  input[type="email"].svelte-1rm2l7d:focus-visible,
  input[type="tel"].svelte-1rm2l7d:focus-visible,
  input[type="number"].svelte-1rm2l7d:focus-visible,
  textarea.svelte-1rm2l7d:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.6);
    outline-offset: 2px;
  }

  /* Button states */
  button.svelte-1rm2l7d {
    transition: all var(--sa-transition-fast);
  }

  button.svelte-1rm2l7d:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.6);
    outline-offset: 2px;
  }

  button.svelte-1rm2l7d:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

  /* Mobile responsiveness for form sections */
  @media (max-width: 640px) {
    fieldset.svelte-1rm2l7d {
      gap: 1rem;
    }

    input[type="text"].svelte-1rm2l7d,
    input[type="email"].svelte-1rm2l7d,
    input[type="tel"].svelte-1rm2l7d,
    input[type="number"].svelte-1rm2l7d,
    textarea.svelte-1rm2l7d {
      font-size: 16px;
      padding: 12px 12px;
    }

    button.svelte-1rm2l7d {
      padding: 12px 16px;
    }

    /* Quick checkout mobile optimizations - make it compact */
    .quick-checkout-header.svelte-1rm2l7d {
      padding: 1rem !important;
      border-width: 2px !important;
    }

    .price-display.svelte-1rm2l7d {
      font-size: 3rem !important;
      line-height: 1 !important;
      margin-bottom: 0.5rem !important;
    }

    .price-term.svelte-1rm2l7d {
      font-size: 1.5rem !important;
    }

    /* Reduce spacing in fieldset */
    fieldset.space-y-6.svelte-1rm2l7d > :where(.svelte-1rm2l7d) + :where(.svelte-1rm2l7d) {
      margin-top: 0.75rem !important;
    }

    /* Make form field containers more compact */
    .space-y-2.svelte-1rm2l7d > :where(.svelte-1rm2l7d) + :where(.svelte-1rm2l7d) {
      margin-top: 0.25rem !important;
    }

    /* Compact labels */
    label.text-sm.svelte-1rm2l7d {
      font-size: 0.75rem !important;
    }

  }

  @media (prefers-reduced-motion: reduce) {
    input[type="text"].svelte-1rm2l7d,
    input[type="email"].svelte-1rm2l7d,
    input[type="tel"].svelte-1rm2l7d,
    input[type="number"].svelte-1rm2l7d,
    textarea.svelte-1rm2l7d,
    button.svelte-1rm2l7d {
      transition: none;
    }
  }

  /* Promotional Banner Styles */
  .promo-banner.svelte-1sgge03 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 16px;
    padding: 32px 24px;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .promo-banner.svelte-1sgge03::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 50%);
    animation: svelte-1sgge03-shimmer 3s ease-in-out infinite;
  }

  @keyframes svelte-1sgge03-shimmer {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
  }

  .promo-banner-content.svelte-1sgge03 {
    position: relative;
    z-index: 1;
  }

  .promo-badge-large.svelte-1sgge03 {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700 0%, #ffaa00 100%);
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }

  .promo-tagline.svelte-1sgge03 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  .promo-countdown.svelte-1sgge03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .countdown-label.svelte-1sgge03 {
    font-size: 14px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .countdown-units.svelte-1sgge03 {
    display: flex;
    gap: 8px;
  }

  .countdown-unit.svelte-1sgge03 {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 60px;
    text-align: center;
  }

  .countdown-value.svelte-1sgge03 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffd700;
    font-variant-numeric: tabular-nums;
  }

  .countdown-unit-label.svelte-1sgge03 {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  /* Price styling for promotions */
  .plan-price-original.svelte-1sgge03 {
    font-size: 24px;
    color: #9ca3af;
    text-decoration: line-through;
    margin-bottom: 4px;
  }

  .plan-price-promo.svelte-1sgge03 {
    color: #059669 !important;
  }

  .plan-savings.svelte-1sgge03 {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 8px;
  }

  @media (max-width: 768px) {
    .promo-banner.svelte-1sgge03 {
      padding: 24px 16px;
    }

    .promo-tagline.svelte-1sgge03 {
      font-size: 18px;
    }

    .countdown-unit.svelte-1sgge03 {
      min-width: 50px;
      padding: 6px 8px;
    }

    .countdown-value.svelte-1sgge03 {
      font-size: 20px;
    }
  }

  .pricing-section.svelte-1sgge03 {
    background: #FFFFFF;
    padding: 100px 24px;
  }

  .pricing-title.svelte-1sgge03 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #111827;
    margin-bottom: 28px;
  }

  .pricing-subhead.svelte-1sgge03 {
    font-size: 18px;
    color: #1F2937;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .pricing-cards.svelte-1sgge03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 0 auto 40px;
    padding-top: 32px;
    max-width: 1200px;
  }

  @media (max-width: 1024px) {
    .pricing-cards.svelte-1sgge03 {
      grid-template-columns: 1fr;
      max-width: 500px;
      margin: 0 auto 32px;
    }
  }

  .pricing-card.svelte-1sgge03 {
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 40px;
  }

  .pricing-card.svelte-1sgge03:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: #000000;
    transform: translateY(-4px);
  }

  .pricing-card-featured.svelte-1sgge03 {
    border: 2px solid #000000;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: scale(1.02);
  }

  .pricing-card-featured.svelte-1sgge03:hover {
    transform: scale(1.02) translateY(-4px);
  }

  @media (max-width: 1024px) {
    .pricing-card-featured.svelte-1sgge03 {
      transform: none;
    }
  }

  .pricing-card-clickable.svelte-1sgge03 {
    cursor: pointer;
  }

  .featured-badge.svelte-1sgge03 {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #000000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .plan-badge.svelte-1sgge03 {
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    color: #525252;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .plan-title.svelte-1sgge03 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
  }

  .plan-price.svelte-1sgge03 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin: 16px 0 8px;
  }

  .plan-term.svelte-1sgge03 {
    font-size: 14px;
    color: #525252;
    margin-bottom: 24px;
  }

  .plan-capacity-section.svelte-1sgge03 {
    background: #F7F9FC;
    padding: 16px;
    border-radius: 6px;
    margin: 24px 0;
    text-align: center;
  }

  .plan-capacity-section.svelte-1sgge03 strong:where(.svelte-1sgge03) {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
  }

  .capacity-detail.svelte-1sgge03 {
    display: block;
    font-size: 14px;
    color: #525252;
  }

  .technical-note.svelte-1sgge03 {
    font-size: 12px;
    color: #A3A3A3;
    margin-top: 16px;
    font-style: italic;
    text-align: center;
  }

  .annual-option.svelte-1sgge03 {
    font-size: 14px;
    color: #525252;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
    text-align: center;
  }

  .annual-option.svelte-1sgge03 strong:where(.svelte-1sgge03) {
    color: #000000;
  }

  .plan-headline.svelte-1sgge03 {
    font-size: 17px;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 8px;
  }

  .plan-subheadline.svelte-1sgge03 {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
    margin-bottom: 8px;
  }

  .plan-description.svelte-1sgge03 {
    font-size: 14px;
    color: #525252;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .plan-note.svelte-1sgge03 {
    font-size: 13px;
    color: #A3A3A3;
    margin-bottom: 16px;
  }

  .plan-cta.svelte-1sgge03 {
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid #E5E5E5;
    color: #0A0A0A;
    font-size: 15px;
    font-weight: 500;
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
  }

  .plan-cta.svelte-1sgge03:hover {
    border-color: #A3A3A3;
    background: #FAFAFA;
  }

  .plan-cta-featured.svelte-1sgge03 {
    background: #000000;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
  }

  .plan-cta-featured.svelte-1sgge03:hover {
    background: #1F2937;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  }

  .plan-cta-secondary.svelte-1sgge03 {
    background: #FFFFFF;
    border: 1.5px solid #E5E5E5;
    color: #0A0A0A;
  }

  .plan-cta-secondary.svelte-1sgge03:hover {
    border-color: #A3A3A3;
    background: #FAFAFA;
  }

  .pricing-contact.svelte-1sgge03 {
    text-align: center;
    margin-top: 32px;
  }

  .pricing-contact.svelte-1sgge03 a:where(.svelte-1sgge03) {
    font-size: 14px;
    color: #525252;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
  }

  .pricing-contact.svelte-1sgge03 a:where(.svelte-1sgge03):hover {
    color: #0A0A0A;
  }

  /* Mini How It Works */
  .how-it-works-mini.svelte-1sgge03 {
    max-width: 800px;
    margin: 48px auto 32px;
    padding: 32px;
    background: #FAFAFA;
    border-radius: 8px;
  }

  .how-it-works-mini-title.svelte-1sgge03 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
  }

  .how-it-works-bullets.svelte-1sgge03 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .how-it-works-bullet.svelte-1sgge03 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .how-it-works-bullet.svelte-1sgge03 svg:where(.svelte-1sgge03) {
    flex-shrink: 0;
    color: #00D664;
    margin-top: 2px;
  }

  .how-it-works-bullet.svelte-1sgge03 span:where(.svelte-1sgge03) {
    font-size: 15px;
    color: #525252;
    line-height: 1.5;
  }

  .how-it-works-bullet.svelte-1sgge03 strong:where(.svelte-1sgge03) {
    color: #000000;
  }

  /* Compact Guarantee */
  .guarantee-compact.svelte-1sgge03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 800px;
    margin: 32px auto;
    padding: 24px;
    background: #F0FDF4;
    border: 1px solid #00D664;
    border-radius: 8px;
  }

  .guarantee-compact-icon.svelte-1sgge03 {
    flex-shrink: 0;
    color: #00D664;
  }

  .guarantee-compact-text.svelte-1sgge03 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .guarantee-compact-text.svelte-1sgge03 strong:where(.svelte-1sgge03) {
    font-size: 16px;
    color: #000000;
  }

  .guarantee-compact-text.svelte-1sgge03 span:where(.svelte-1sgge03) {
    font-size: 13px;
    color: #525252;
  }

  @media (max-width: 768px) {
    .how-it-works-mini.svelte-1sgge03 {
      padding: 24px;
    }

    .guarantee-compact.svelte-1sgge03 {
      flex-direction: column;
      text-align: center;
    }

    .guarantee-compact-text.svelte-1sgge03 {
      align-items: center;
    }
  }
