.landing-shell {
  padding-bottom: 1rem;
}

.landing-shell section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
}

.landing-shell .hero {
  text-align: center;
  padding-top: 4.75rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-radius: 0 0 32px 32px;
}

.landing-shell .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.85rem;
  font-weight: 700;
}

.landing-shell .hero h1,
.landing-shell .included-section h2,
.landing-shell .cta-section h2 {
  margin: 1rem auto 0;
  max-width: 820px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.08;
  color: var(--text);
}

.landing-shell .highlight {
  color: var(--accent-dark);
}

.landing-shell .hero p,
.landing-shell .cta-section p,
.landing-shell .contact-card p,
.landing-shell .subtitle,
.landing-shell .price-note,
.landing-shell .feature-item,
.landing-shell .included-item {
  color: #475569;
}

.landing-shell .hero p {
  max-width: 720px;
  margin: 1rem auto 0;
  font-size: 1.1rem;
}

.landing-shell .hero p a,
.landing-shell .contact-card a {
  color: #9a3412;
}

.landing-shell .cta-section p a {
  color: #fdba74;
}

.landing-shell .billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 2rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.landing-shell .billing-toggle span {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
}

.landing-shell .billing-toggle span.active {
  color: var(--text);
}

.landing-shell .toggle-switch {
  position: relative;
  width: 56px;
  height: 30px;
  border-radius: 999px;
  background: #e2e8f0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.landing-shell .toggle-switch::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}

.landing-shell .toggle-switch.active {
  background: var(--accent);
}

.landing-shell .toggle-switch.active::after {
  transform: translateX(26px);
}

.landing-shell .save-badge {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.78rem;
  font-weight: 700;
}

.landing-shell .billing-toggle .save-badge {
  color: #166534;
}

.landing-shell .pricing-section {
  padding-top: 2.5rem;
}

.landing-shell .pricing-grid,
.landing-shell .included-grid,
.landing-shell .contact-info {
  display: grid;
  gap: 1.5rem;
}

.landing-shell .pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.landing-shell .pricing-card,
.landing-shell .contact-card {
  padding: 1.75rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.landing-shell .pricing-card {
  position: relative;
}

.landing-shell .pricing-card.featured {
  border: 2px solid var(--accent);
  transform: translateY(-4px);
}

.landing-shell .pricing-card.featured::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.landing-shell .popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.78rem;
  font-weight: 700;
}

.landing-shell .pricing-card h3,
.landing-shell .contact-card h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text);
}

.landing-shell .pricing-card .subtitle {
  margin: 0.55rem 0 1.2rem;
  font-size: 0.95rem;
}

.landing-shell .price {
  margin: 0;
}

.landing-shell .price .amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text);
}

.landing-shell .pricing-card.featured .price .amount {
  color: var(--accent-dark);
}

.landing-shell .price .period {
  margin-left: 0.35rem;
  color: #64748b;
}

.landing-shell .price-note {
  margin: 0.55rem 0 1.5rem;
  font-size: 0.9rem;
}

.landing-shell .features-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.landing-shell .feature-item,
.landing-shell .included-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.landing-shell .feature-item svg,
.landing-shell .included-item svg,
.landing-shell .contact-card .icon {
  color: var(--accent-dark);
}

.landing-shell .btn-outline,
.landing-shell .btn-filled,
.landing-shell .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.landing-shell .btn-outline,
.landing-shell .btn-filled {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 999px;
}

.landing-shell .btn-outline {
  border: 2px solid var(--accent);
  background: transparent;
  color: #9a3412;
}

.landing-shell .btn-outline:hover {
  background: #fff7ed;
}

.landing-shell .btn-filled {
  border: 2px solid var(--accent);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
}

.landing-shell .btn-filled:hover,
.landing-shell .btn-secondary:hover {
  transform: translateY(-1px);
}

.landing-shell .yearly-price {
  display: none;
}

.landing-shell .pricing-section.billing-yearly .yearly-price {
  display: inline;
}

.landing-shell .pricing-section.billing-yearly .monthly-price {
  display: none;
}

.landing-shell .pricing-section > p[style] {
  color: #64748b !important;
}

.landing-shell .included-section {
  text-align: center;
  background: #fff;
  border-radius: 32px;
}

.landing-shell .included-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 980px;
  margin: 2rem auto 0;
}

.landing-shell .included-item {
  justify-content: center;
  padding: 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
}

.landing-shell .cta-section {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 32px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  box-shadow: var(--shadow);
}

.landing-shell .cta-section h2 {
  color: #fff;
}

.landing-shell .cta-section p {
  max-width: 700px;
  margin: 1rem auto 0;
  color: #cbd5e1;
}

.landing-shell .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.landing-shell .cta-section .btn-primary,
.landing-shell .cta-section .btn-secondary {
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
}

.landing-shell .cta-section .btn-secondary {
  border: 1px solid #475569;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.landing-shell .form-section {
  max-width: 860px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.landing-shell .form-container {
  padding: 1rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.landing-shell .form-container iframe {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
  border-radius: 20px;
}

.landing-shell .contact-info {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 2rem;
}

.landing-shell .contact-card {
  text-align: center;
}

.landing-shell .contact-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: #fff7ed;
}

.landing-shell .contact-card p {
  margin: 0.55rem 0 0;
}

.landing-shell .fade-in,
.landing-shell .stagger-children > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.landing-shell .fade-in-delay-1 {
  transition-delay: 0.08s;
}

.landing-shell .fade-in-delay-2 {
  transition-delay: 0.16s;
}

.landing-shell .fade-in-delay-3 {
  transition-delay: 0.24s;
}

.landing-shell .stagger-children.visible > *:nth-child(1) {
  transition-delay: 0.08s;
}

.landing-shell .stagger-children.visible > *:nth-child(2) {
  transition-delay: 0.16s;
}

.landing-shell .stagger-children.visible > *:nth-child(3) {
  transition-delay: 0.24s;
}

.landing-shell .stagger-children.visible > *:nth-child(4) {
  transition-delay: 0.32s;
}

.landing-shell .visible,
.landing-shell .stagger-children.visible > * {
  opacity: 1;
  transform: translateY(0);
}

body.page-landing-contact .landing-shell .hero {
  border-radius: 0 0 24px 24px;
}

body.page-landing-contact .landing-shell .hero h1 {
  max-width: 680px;
}

body.page-landing-pricing .landing-shell .pricing-section {
  width: min(1320px, calc(100% - 2rem));
}

@media (max-width: 1180px) {
  .landing-shell .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-shell .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .landing-shell .contact-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .landing-shell section {
    width: min(100% - 1.5rem, 1180px);
    padding: 3rem 0;
  }

  .landing-shell .hero {
    padding-top: 3.75rem;
  }

  .landing-shell .billing-toggle,
  .landing-shell .cta-buttons {
    flex-direction: column;
  }

  .landing-shell .pricing-grid,
  .landing-shell .included-grid {
    grid-template-columns: 1fr;
  }

  .landing-shell .pricing-card.featured {
    transform: none;
  }

  .landing-shell .cta-section {
    padding-inline: 1.25rem;
  }

  .landing-shell .form-container iframe {
    min-height: 760px;
  }
}
