.planswiftAltPage {
  background: var(--background-color);
  color: var(--text-color);
}
.planswiftAltPage h2 {
  color: var(--text-color-dark);
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
.planswiftAltPage h3 {
  color: var(--text-color-dark);
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 12px 0;
}
.planswiftAltPage p {
  line-height: 1.55;
}
.planswiftHero {
  background: #fff;
}
.planswiftHeroInner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
  align-items: center;
  gap: 44px;
  max-width: 1280px;
  width: 90%;
  padding: 62px 0 72px 0;
}
.planswiftEyebrow {
  color: #d94419;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.planswiftHero .heroTitle {
  color: var(--text-color-dark);
  font-size: 56px;
  font-weight: bold;
  line-height: 1.05;
  margin: 0;
}
.planswiftHero .heroSubHeading {
  font-size: 18px;
  margin-top: 40px;
  max-width: 660px;
}
.planswiftHeroButtons,
.planswiftFinalButtons,
.planswiftPricingActions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.planswiftHeroButtons {
  margin-top: 30px;
}
.planswiftHeroButtons .btn,
.planswiftFinalButtons .btn,
.planswiftPricingActions .btn,
.planswiftCenteredCta .btn {
  text-align: center;
}
.planswiftHeroBullets {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  margin: 22px 0 0 0;
  padding: 0;
}
.planswiftHeroBullets li {
  align-items: center;
  color: var(--text-color-dark);
  display: flex;
  font-size: 15px;
  gap: 6px;
}
.planswiftHeroBullets span,
.planswiftChecklist li::before {
  color: #39a746;
  font-weight: 700;
}
.planswiftHeroVisual {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 620px;
}
.planswiftMonitorWrapper {
  display: block;
  max-width: 100%;
  position: relative;
}
.planswiftMonitor {
  display: block;
  height: auto;
  width: 100%;
}
.planswiftMonitorVideo {
  background-color: transparent !important;
  height: auto;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 41.2%;
  transform: translate(-50%, -50%);
  width: 92.5%;
}
.planswiftPhoneLayer {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.planswiftPhone {
  bottom: 0;
  height: auto;
  object-fit: contain;
  position: absolute;
  right: 5%;
  width: 18%;
  z-index: 2;
}
.planswiftPhoneVideo {
  background-color: transparent !important;
  height: auto;
  left: 86%;
  object-fit: contain;
  position: absolute;
  top: 78.3%;
  transform: translate(-50%, -50%);
  width: 17.1%;
  z-index: 3;
}
.planswiftBand {
  padding: 64px 0;
}
.planswiftValueBand,
.planswiftImportBand,
.planswiftPricingBand {
  background: var(--background-contrast-color);
}
.planswiftSectionInner {
  max-width: 1280px;
  width: 90%;
}
.planswiftSectionHeader {
  margin: 0 auto 32px auto;
  max-width: 820px;
  text-align: center;
}
.planswiftSectionHeader p {
  font-size: 17px;
  margin: 14px 0 0 0;
}
.planswiftValueGrid,
.planswiftImportGrid {
  display: grid;
  gap: 24px;
}
.planswiftValueGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.planswiftImportGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.planswiftValueCard,
.planswiftInfoCard,
.planswiftChecklistPanel {
  background: #fff;
  border: 1px solid var(--border-divider-color);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.planswiftValueCard p,
.planswiftInfoCard p {
  margin: 0;
}
.planswiftTestimonialCallout {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border-divider-color);
  border-left: 4px solid #f36424;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 18px;
  margin: 32px auto 0 auto;
  max-width: 980px;
  padding: 24px 28px;
}
.planswiftTestimonialCallout--wide {
  max-width: 1040px;
}
.planswiftTestimonialCallout--source {
  background: var(--background-contrast-color);
}
.planswiftTestimonialQuoteMark {
  color: #f36424;
  flex: 0 0 auto;
  font-size: 52px;
  font-weight: 800;
  line-height: 0.9;
  margin-top: 2px;
}
.planswiftTestimonialLabel {
  color: #d94419;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}
.planswiftTestimonialCallout blockquote {
  color: var(--text-color-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.planswiftTestimonialContext {
  color: var(--text-color);
  font-size: 15px;
  margin: 10px 0 0 0;
}
.planswiftTestimonialAttribution {
  align-items: center;
  color: var(--text-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin: 14px 0 0 0;
}
.planswiftTestimonialAttribution strong {
  color: var(--text-color-dark);
}
.planswiftTestimonialAttribution a {
  color: #d94419;
  font-weight: 700;
  text-decoration: none;
}
.planswiftTestimonialAttribution a:hover {
  text-decoration: underline;
}
.planswiftTwoColumn {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
}
.planswiftTwoColumn p,
.planswiftPricingInner p,
.planswiftFinalCta p {
  font-size: 17px;
  margin: 16px 0 0 0;
}
.planswiftTextLink {
  color: #d94419;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.planswiftTextLinkButton {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
}
.planswiftTextLink:hover {
  color: #b94317;
}
.planswiftTextLink:focus-visible {
  border-radius: 2px;
  outline: 3px solid rgba(36, 148, 227, 0.25);
  outline-offset: 2px;
}
.planswiftChecklist,
.planswiftInfoList,
.planswiftPlainList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.planswiftChecklist li,
.planswiftInfoList li,
.planswiftPlainList li {
  line-height: 1.45;
  margin: 0 0 12px 0;
  padding-left: 26px;
  position: relative;
}
.planswiftChecklist li:last-child,
.planswiftInfoList li:last-child,
.planswiftPlainList li:last-child {
  margin-bottom: 0;
}
.planswiftChecklist li::before {
  content: "✓";
  left: 0;
  position: absolute;
  top: 0;
}
.planswiftInfoList li::before,
.planswiftPlainList li::before {
  background: var(--text-color-light);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 6px;
}
.planswiftSupportText {
  color: var(--text-color);
  margin: 24px auto 0 auto;
  max-width: 820px;
  text-align: center;
}
.planswiftCenteredCta {
  margin-top: 26px;
  text-align: center;
}
.planswiftAccentCard {
  border-color: rgba(243, 100, 36, 0.35);
}
.planswiftFeatureComparison {
  background: #fff;
  border: 1px solid var(--border-divider-color);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.planswiftFeatureComparison:focus {
  outline: 3px solid rgba(36, 148, 227, 0.2);
  outline-offset: 3px;
}
.planswiftComparisonDisclaimer {
  color: var(--text-color-light);
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 4px 0 4px;
}
.planswiftComparisonTable {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 780px;
  width: 100%;
}
.planswiftComparisonTable th,
.planswiftComparisonTable td {
  border-bottom: 1px solid var(--border-divider-color);
  padding: 16px 20px;
  vertical-align: middle;
}
.planswiftComparisonTable thead th {
  background: #f7f8fa;
  color: var(--text-color-dark);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.planswiftComparisonTable thead th:first-child,
.planswiftComparisonTable tbody tr:not(.planswiftComparisonSectionRow) th {
  text-align: left;
}
.planswiftComparisonTable tbody tr:not(.planswiftComparisonSectionRow) th {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  width: 52%;
}
.planswiftComparisonTable th + th,
.planswiftComparisonTable td {
  border-left: 1px solid var(--border-divider-color);
}
.planswiftComparisonTableProduct {
  color: #d94419 !important;
}
.planswiftStatusCell {
  text-align: center;
  width: 24%;
}
.planswiftStatusCellProduct {
  background: rgba(243, 100, 36, 0.05);
}
.planswiftComparisonSectionRow th {
  background: var(--background-contrast-color);
  color: var(--text-color-dark);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
}
.planswiftComparisonTable tbody:last-child tr:last-child th,
.planswiftComparisonTable tbody:last-child tr:last-child td {
  border-bottom: 0;
}
.planswiftStatus {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 32px;
  padding: 6px 12px;
  text-align: center;
}
.planswiftStatus--yes,
.planswiftStatus--no {
  background: transparent;
  font-size: 34px;
  line-height: 1;
  padding: 0;
}
.planswiftStatus--yes {
  color: #10a957;
}
.planswiftStatus--no {
  color: #e84535;
}
.planswiftStatus--note {
  background: #f1f4f8;
  color: var(--text-color-dark);
}
.planswiftStatus--limited {
  background: #fff4da;
  color: #7b5600;
}
.planswiftStatus--paid {
  background: #fff0e8;
  color: #b94317;
}
.planswiftStatus--planned {
  background: #eaf5ff;
  color: #1769a8;
}
.planswiftPricingInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
.planswiftPricingInner > div:first-child {
  max-width: 640px;
}
.planswiftFaqList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}
.planswiftFaqItem {
  background: #fff;
  border: 1px solid var(--border-divider-color);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.planswiftFaqItem summary {
  color: var(--text-color-dark);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 20px 48px 20px 24px;
  position: relative;
}
.planswiftFaqItem summary::-webkit-details-marker {
  display: none;
}
.planswiftFaqItem summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  right: 24px;
  top: 15px;
}
.planswiftFaqItem[open] summary::after {
  content: "-";
}
.planswiftFaqItem p {
  border-top: 1px solid var(--border-divider-color);
  margin: 0;
  padding: 18px 24px 22px 24px;
}
.planswiftDisclaimer {
  color: var(--text-color-faded);
  font-size: 13px;
  line-height: 1.45;
  margin: 28px auto 0 auto;
  max-width: 900px;
  text-align: center;
}
.planswiftFinalCta {
  text-align: center;
}
.planswiftFinalCta .planswiftSectionInner {
  max-width: 820px;
}
.planswiftFinalButtons {
  justify-content: center;
  margin-top: 26px;
}
.planswiftAltPage button.btn {
  font-family: inherit;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: none;
  height: 100dvh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal-overlay.active {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 40px);
  max-width: 500px;
  overflow: hidden;
  width: 90%;
}
.modal-header {
  background: #f0f0f0;
  flex-shrink: 0;
  padding: 16px 32px;
  position: relative;
  text-align: center;
}
.modal-header h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.modal-header p {
  font-size: 16px;
  margin: 0;
}
.close-button {
  align-items: center;
  background: rgba(195, 195, 195, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: background-color 0.3s ease;
  width: 36px;
}
.close-button:hover {
  background: rgba(214, 214, 214, 0.3);
}
.modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #2494E3;
  box-shadow: 0 0 0 3px rgba(36, 148, 227, 0.1);
  outline: none;
}
.form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.submit-btn {
  background: linear-gradient(135deg, #f36424 0%, #e85317 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  position: relative;
  width: 100%;
}
.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.loading-spinner {
  animation: spin 1s linear infinite;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid #fff;
  display: none;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  width: 20px;
}
.success-message {
  color: #44ba52;
  display: none;
  padding: 32px;
  text-align: center;
}
.success-message p {
  margin-bottom: 0;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body.modal-open {
  overflow: hidden;
}
.lg-l .planswiftHeroInner {
  grid-template-columns: 1fr;
  padding-top: 44px;
  text-align: center;
}
.lg-l .planswiftHero .heroSubHeading,
.lg-l .planswiftPricingInner > div:first-child {
  margin-left: auto;
  margin-right: auto;
}
.lg-l .planswiftHeroButtons,
.lg-l .planswiftHeroBullets {
  justify-content: center;
}
.lg-l .planswiftHeroVisual {
  width: 700px;
}
.md-l .planswiftHero .heroTitle {
  font-size: 46px;
}
.md-l .planswiftValueGrid,
.md-l .planswiftImportGrid,
.md-l .planswiftTwoColumn {
  grid-template-columns: 1fr;
}
.md-l .planswiftPricingInner {
  align-items: flex-start;
  flex-direction: column;
}
.sm-l .planswiftBand {
  padding: 48px 0;
}
.sm-l .planswiftAltPage h2 {
  font-size: 30px;
}
.sm-l .planswiftHero .heroTitle {
  font-size: 38px;
}
.sm-l .planswiftHeroInner {
  padding-bottom: 52px;
}
.sm-l .planswiftHeroButtons,
.sm-l .planswiftFinalButtons,
.sm-l .planswiftPricingActions {
  align-items: stretch;
  flex-direction: column;
}
.sm-l .planswiftHeroButtons .btn,
.sm-l .planswiftFinalButtons .btn,
.sm-l .planswiftPricingActions .btn {
  width: 100%;
}
.sm-l .planswiftHeroBullets {
  align-items: center;
  flex-direction: column;
}
.sm-l .planswiftValueCard,
.sm-l .planswiftInfoCard,
.sm-l .planswiftChecklistPanel {
  padding: 24px;
}
.sm-l .planswiftTestimonialCallout {
  gap: 12px;
  padding: 22px;
}
.sm-l .planswiftTestimonialQuoteMark {
  font-size: 40px;
}
.sm-l .planswiftTestimonialCallout blockquote {
  font-size: 17px;
}
.sm-l .planswiftTestimonialAttribution {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.sm-l .planswiftComparisonTable {
  min-width: 560px;
}
.sm-l .planswiftComparisonTable tbody tr:not(.planswiftComparisonSectionRow) th {
  width: 40%;
}
.sm-l .planswiftStatusCell {
  width: 30%;
}
.sm-l .planswiftComparisonTable th,
.sm-l .planswiftComparisonTable td {
  padding: 14px 16px;
}
.sm-l .planswiftStatus {
  font-size: 13px;
}
.sm-l .planswiftStatus--yes,
.sm-l .planswiftStatus--no {
  font-size: 30px;
}
.sm-l .modal-overlay.active {
  align-items: flex-start;
  padding-top: 20px;
}
.sm-l .modal {
  width: 95%;
}
.sm-l .modal-header {
  padding: 20px;
}
.sm-l .modal-header h2 {
  font-size: 22px;
}
.sm-l .modal-body {
  padding: 20px;
}
.xs-l .planswiftHero .heroTitle {
  font-size: 32px;
}
.xs-l .planswiftAltPage h2 {
  font-size: 26px;
}