.elementor-1276 .elementor-element.elementor-element-6002af8{--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-1276 .elementor-element.elementor-element-6002af8.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1276 .elementor-element.elementor-element-6002af8{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-dddf4bc *//* Simple CSS - No JavaScript Dependencies */

.gpt-landing-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gpt-landing-wrapper {
  width: 100%;
  background: #ffffff;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gpt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gpt-container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Navigation */
.gpt-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #f3f4f6;
  padding: 1rem 1.5rem;
}

.gpt-navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.gpt-logo-text {
  font-size: 1.25rem;
  font-weight: 700;
}

.logo-main { color: #111827; }
.logo-accent { color: #1e3a8a; }

.gpt-logo-tagline {
  font-size: 0.75rem;
  color: #6b7280;
}

.gpt-cta-button {
  background: #1e3a8a;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
}

/* Hero */
.gpt-hero {
  padding: 5rem 1.5rem 8rem;
  text-align: center;
}

.gpt-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #dbeafe;
  color: #1e3a8a;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

.gpt-hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.gradient-text {
  background: linear-gradient(to right, #1e3a8a, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gpt-hero-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 2.5rem;
}

.gpt-cta-button-large {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1e3a8a;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
}

/* Framework */
.gpt-framework {
  background: #f9fafb;
  padding: 6rem 1.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}

.framework-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.framework-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
}

.framework-icon-wrapper {
  width: 48px;
  height: 48px;
  background: #dbeafe;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.framework-icon { color: #1e3a8a; }

.framework-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.framework-desc {
  color: #6b7280;
}

/* Features */
.gpt-features {
  padding: 6rem 1.5rem;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.features-intro {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.features-list {
  list-style: none;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.feature-check {
  width: 24px;
  height: 24px;
  background: #d1fae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-check svg { color: #059669; }

/* Mock Interface */
.mock-interface {
  background: #111827;
  border-radius: 1rem;
  padding: 2rem;
}

.mock-window {
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid #374151;
  border-radius: 0.75rem;
  padding: 1rem;
}

.mock-titlebar {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #374151;
}

.mock-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mock-dot-red { background: #ef4444; }
.mock-dot-yellow { background: #eab308; }
.mock-dot-green { background: #22c55e; }

.mock-content { padding-top: 1rem; }

.mock-message {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mock-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.mock-avatar-blue { background: #1e3a8a; }
.mock-avatar-gray { background: #6b7280; }

.mock-text {
  height: 8px;
  background: #4b5563;
  border-radius: 9999px;
}

.mock-text-1 { width: 192px; }
.mock-text-2 { width: 128px; }
.mock-text-3 { width: 224px; }
.mock-text-4 { width: 160px; }
.mock-text-5 { width: 192px; }

/* Testimonials */
.gpt-testimonials {
  background: #f9fafb;
  padding: 6rem 1.5rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.star {
  width: 20px;
  height: 20px;
  fill: #fbbf24;
}

.testimonial-text {
  color: #374151;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.author-name {
  font-weight: 600;
}

.author-role {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Pricing */
.gpt-pricing {
  padding: 6rem 1.5rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.pricing-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
}

.pricing-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e3a8a;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
}

.pricing-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 800;
}

.price-period {
  font-size: 1rem;
  color: #6b7280;
  margin-left: 0.5rem;
}

.pricing-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.pricing-features {
  list-style: none;
  margin-bottom: 2rem;
}

.pricing-feature {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.pricing-feature .feature-icon {
  color: #1e3a8a;
}

.pricing-button {
  width: 100%;
  background: #f9fafb;
  color: #1e3a8a;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
}

.pricing-button-highlight {
  background: #1e3a8a;
  color: #ffffff;
}

/* FAQ */
.gpt-faq {
  padding: 6rem 1.5rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  cursor: pointer;
  text-align: left;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  color: #6b7280;
  padding-bottom: 1rem;
}

/* Footer */
.gpt-footer {
  border-top: 1px solid #e5e7eb;
  padding: 3rem 1.5rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo-text {
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-tagline {
  font-size: 0.75rem;
  color: #6b7280;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-link {
  color: #6b7280;
  text-decoration: none;
}

.footer-copyright {
  font-size: 0.875rem;
  color: #9ca3af;
}

/* Responsive */
@media (min-width: 768px) {
  .framework-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-content { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1024px) {
  .framework-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
}/* End custom CSS */