/* Cloud Compare */
#cloud-compare {
	 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

#cloud-compare h1 {
	text-align: center;
	color: #000;
	margin-bottom: 15px;
	font-size: 2.5em;
	font-weight: 300;
	padding-top: 40px;
}

#cloud-compare .subtitle {
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	font-size: 1.2em;
	font-weight: 300;
}

#cloud-compare .subtitle a {
	color: #0082c9;
	text-decoration: none;
}

#cloud-compare .tabs {
	display: flex;
	justify-content: center;
	gap: 0;
	margin-bottom: 0;
}

#cloud-compare .tab-btn {
	padding: 15px 40px;
	background: #e9e9e9;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
	transition: all 0.2s ease;
	position: relative;
	top: 1px;
}

#cloud-compare .tab-btn:hover {
	background: #f5f5f5;
}

#cloud-compare .tab-btn.active {
	background: white;
	color: #0082c9;
	border-bottom: 1px solid white;
}

#cloud-compare .tab-btn i {
	margin-right: 8px;
}

#cloud-compare .tab-content {
	display: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    border-top: 0;
    padding: 0;
}

#cloud-compare .tab-content.active {
	display: block;
}

#cloud-compare .pricing-wrapper {
	position: relative;
}

#cloud-compare .pricing-grid {
	display: grid;
	grid-template-columns: 300px repeat(3, 1fr);
}

#cloud-compare .pricing-header {
	display: contents;
}

#cloud-compare .column-header {
	padding: 30px 20px;
	text-align: center;
	position: sticky;
	top: 85px;
	z-index: 10;
}

#cloud-compare .column-header.label {
	background: transparent;
	display: inline;
}

#cloud-compare .column-header.standard {
	background: #b3d9f2;
	border-top-left-radius: 12px;
}

#cloud-compare .column-header.premium {
	background: #66b3e6;
}

#cloud-compare .column-header.ultimate {
	background: #0082c9;
	border-top-right-radius: 12px;
}

#cloud-compare .column-header h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: unset;
    text-transform: none;
}

#cloud-compare .column-header.standard h3 {
	color: #000;
}

#cloud-compare .column-header.premium h3 {
	color: #000;
}

#cloud-compare .column-header.ultimate h3 {
	color: white;
}

#cloud-compare .column-header .price {
	font-size: 0.9em;
	line-height: 1.5;
}

#cloud-compare .column-header.ultimate .price {
	color: white;
}

#cloud-compare .category-row {
	display: contents;
}

#cloud-compare .category-label {
	grid-column: 1 / -1;
	background: #eef6fa;
	padding: 15px 20px;
	font-weight: 900;
	font-size: 1.1em;
	color: #333;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #d4eaff;
	padding-left: 108px;
}

#cloud-compare .feature-row {
	display: contents;
}

#cloud-compare .feature-name {
	padding: 18px 20px;
	background: #fafafa;
	border-right: 3px solid #387eac42;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	display: ruby;
	align-items: center;
	gap: 8px;
	text-align: right;
}

#cloud-compare .feature-name.white {
	background: white;
}

#cloud-compare .feature-name a {
	color: #0082c9;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

#cloud-compare .feature-value {
	padding: 18px 20px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#cloud-compare .check-icon {
	width: 24px;
	height: 24px;
	background: #46ba61;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

#cloud-compare .times-icon {
	width: 24px;
	height: 24px;
	background: #ea4444;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

#cloud-compare .optional-icon {
	width: 24px;
	height: 24px;
	background: #f90;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

#cloud-compare .small-text {
	font-size: 0.85em;
	color: #666;
}

#cloud-compare .product-icon {
	width: 20px;
	height: 20px;
}

#cloud-compare .cta-button {
	display: inline-block;
	padding: 10px 25px;
	background: #0082c9;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	font-size: 0.9em;
	transition: all 0.2s ease;
}

.cta-button:hover {
	background: #006da8;
}

@media (max-width: 1200px) {
	#cloud-compare .pricing-grid {
		display: block;
		overflow-x: auto;
	}

	#cloud-compare table {
		min-width: 1000px;
	}
}






/* Modern Single Pricing Table */
.modern-pricing {
  margin-top: 50px;
  width: 53%;
}
.modern-pricing-price {
  font-size: 7.5rem;
}
.modern-pricing-license {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d1d1d1;
}
.modern-pricing-license-type {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.05rem;
}
.modern-pricing-files {
  margin-top: 3rem;
}
.modern-pricing-files-type {
  padding-bottom: 1.5rem;
}
.modern-pricing-purchase {
  position: absolute;
  bottom: 0;
}

.mp-card {
  position: relative;
  width: 410px;
  transition: all 0.3s ease-in;
}

.mp-card:hover {
  transform: translateY(-12px);
}

.mp-card:hover .mp-card-back-shadow {
  box-shadow: 30px 28px 90px -10px rgba(0, 0, 0, 0.55);
}

.mp-card-front {
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 4rem;
  position: relative;
  z-index: 20;
  height: 342px;
  border-radius: 12px;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.mp-card-back {
  border-radius: 0.25rem;
  width: 425px;
  height: 400px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.mp-card-back-shadow {
  position: absolute;
  background: #0d0d0db0;
  width: 400px;
  height: 347px;
  z-index: 200;
  box-shadow: 20px 18px 75px -5px rgba(0, 0, 0, 0.45);
  border-radius: 12px;
}
.mp-left {
  float: left;
}
.mp-right {
  float: right;
}
.mp-link {
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 2.5rem;
  text-transform: uppercase;
}
.mp-support-text {
 	color: rgba(0, 0, 0, 0.5);
    padding: 0;
    font-size: 24px;
}

.mp-color-primary {
    background-color: #283a50;
    border-radius: 12px;
}
.mp-color-secondary {
  background-color: #3b3d41;
  border-radius: 12px;
}




/* Server Start */
.server-section-title {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #798eb5;
	margin-bottom: 30px;
	padding: 15px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	border: 1px solid #e1e1e1;
	text-decoration: underline;
}

.server-card {
	background: white;
	border-radius: 16px;
	padding: 10px 20px;
	margin-bottom: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 24px;
	align-items: center;
}

.server-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.server-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 20px 12px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.meta-tag {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(255,255,255,0.06);
	color: #aaa;
}

.meta-tag.yellow {
	background: rgba(255, 193, 7, 0.12);
	color: #f0c96b;
	}
.meta-tag.red {
	background: rgba(255, 193, 7, 0.12);
	color: #f0c96b;
}
.meta-tag.black {
	background: rgba(255, 193, 7, 0.12);
	color: #f0c96b;
}
.meta-tag.green {
	background: rgb(7 255 107 / 12%);
	color: #4aa38f;
}
.meta-tag.purple {
	background: rgb(222 7 255 / 12%);
	color: #d16fff;
}

.server-alert {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	margin: 10px 0;
	border-radius: 10px;
	background: rgba(0, 123, 255, 0.08);
	border: 1px solid rgba(0, 123, 255, 0.25);
	font-size: 13px;
	color: #7d92ac;
}

.alert-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 123, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}


.server-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.server-code {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	min-width: 80px;
}

.server-icon {
	width: 80px;
	height: 60px;
	border-radius: 8px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.server-icon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, 
		#e0e0e0 0%, #e0e0e0 20%,
		#d32f2f 20%, #d32f2f 60%,
		#e0e0e0 60%, #e0e0e0 100%);
}

.server-icon.brown::before {
	background: linear-gradient(90deg, 
		#e0e0e0 0%, #e0e0e0 20%,
		#795548 20%, #795548 60%,
		#e0e0e0 60%, #e0e0e0 100%);
}

.server-icon.dark-brown::before {
	background: linear-gradient(90deg, 
		#e0e0e0 0%, #e0e0e0 20%,
		#5d4037 20%, #5d4037 60%,
		#e0e0e0 60%, #e0e0e0 100%);
}

.server-details {
		display: grid;
		grid-template-columns: 3fr 2fr 2fr 1fr 1.7fr 1.5fr;
		gap: 20px;
}

.detail-item {
	text-align: center;
}

.detail-label {
	font-size: 13px;
	color: #666;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.detail-value {
	font-size: 15px;
	color: #1a1a1a;
	font-weight: 700;
}

.processor-name {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 3px;
}

.processor-specs {
	font-size: 12px;
	color: #666;
}

.raid-check {
	width: 24px;
	height: 24px;
	background: #4caf50;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin: 0 auto;
}

.action-section {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

.buy-button {
	background: linear-gradient(135deg, #2675a6 0%, #007789 100%);
	color: white;
	border: none;
	padding: 10px 25px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(38, 166, 154, 0.3);
	display: flex;
	align-items: center;
	gap: 8px;
}

.buy-button:hover {
	background: linear-gradient(135deg, #00897b 0%, #00695c 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(38, 166, 154, 0.4);
}

.buy-button::before {
	content: '🛒';
	font-size: 16px;
}

.price {
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
}

.price-period {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.pricing-link {
	color: #26a69a;
	font-size: 13px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
}

.pricing-link:hover {
	text-decoration: underline;
}

.info-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #666;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
}



@media (max-width: 1024px) {
	.server-card {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.server-icon-wrapper {
		justify-content: center;
	}

	.server-details {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 15px;
	}

	.action-section {
		align-items: center;
	}

	.section-title {
		font-size: 24px;
	}
}

@media (max-width: 640px) {
	.server-details {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-title {
		font-size: 20px;
	}

	.price {
		font-size: 20px;
	}

	.server-card {
		padding: 20px;
	}
}


/* Kido Start */
.kido {
	font-family: Newgrotesk, Arial, sans-serif;
}

.kido-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 15px;
}

.kido-card {
    background: #fbfafe;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e6e6ef;
    display: flex;
    flex-direction: column;
}

.kido-card.kido-featured {
    border-radius: 12px;
    border: 5px solid transparent;
    background:
	linear-gradient(#fbfafe, #fbfafe) padding-box,
    linear-gradient(90deg, #a2f2f1, #a397f8) border-box;
    
    box-shadow: 0 0 0 4px rgba(142, 142, 255, 0.1);
}


.kido h3 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: none;
}

.kido-price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 33px;
}

.kido-price.kido-custom {
    font-size: 28px;
}

.kido-section {
    margin-bottom: 18px;
}

.kido-section strong {
	display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #0000009c;
}

.kido-section p {
    font-size: 14px;
    color: #000000d1;
	margin: 0;
}

.kido-btn {
    margin-top: 15px;
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.kido-btn.kido-primary {
    background: linear-gradient(90deg, #6dd5ed, #8e8eff);
    color: #fff;
}

.kido-btn.kido-secondary {
    background: #f3f3ff;
    color: #5c5cff;
    border: 1px solid #ddd;
}

.kido-btn:hover {
    opacity: 0.9;
}

.kido-zero {
    margin-top: 10px;
    font-size: 13px;
    color: #18a558;
	text-align: center;
}

.kido-divider {
    height: 1px;
    background: #eee;
    margin: 20px 0 5px 0;
}

.kido h4 {
    margin: 20px 0 15px 0;
    font-size: 20px;
	color: #4e4e4e;
}

.kido ul {
    list-style: none;
    margin-bottom: 15px;
	padding-left: 0;
}

.kido ul li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
	color: #000000;
}

.kido ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #18a558;
    font-size: 12px;
}

.kido-small-note {
    font-size: 12px;
    color: #777;
}

.kido-bottom-note {
	margin-top: 40px;
    padding: 18px;
    background: #f0f9f4bd;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: #1b7a46;
    border: 1px dotted #91af9e;
} 




/* Kedo Start */
.kedo-wrapper{
	font-family:Newgrotesk,Arial,sans-serif;
}
  

.kedo-billing-toggle{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
	margin-bottom:50px;
  }
  
  .kedo-billing-toggle .kedo-label{
	opacity:.5;
	transition:.3s;
  }
  
  .kedo-billing-toggle .kedo-active{
	opacity:1;
	font-weight:600;
  }
  
  .kedo-switch{
	width:52px;
	height:28px;
	border-radius:20px;
	background:#6c63ff;
	position:relative;
	cursor:pointer;
	transition:.3s;
  }
  
  .kedo-switch .kedo-dot{
	width:22px;
	height:22px;
	background:white;
	border-radius:50%;
	position:absolute;
	top:3px;
	right:3px;
	transition:.3s;
  }
  
  .kedo-switch.kedo-annual .kedo-dot{
	right:27px;
  }
  
  /* GRID */
  
  .kedo-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
	align-items:stretch;
  }
  
  /* CARD */
  
  .kedo-card{
	background: #fbfafe;
    border-radius: 18px;
    padding: 35px 28px 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #efefef;
  }
  
  .kedo-badge{
	position:absolute;
	top:20px;
	left:28px;
	background:#eef0f6;
	padding:6px 14px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
  }
  
  .kedo-card h2{
	margin:30px 0 0 0;
	font-size:32px;
  }
  
  .kedo-card h4{
	margin:20px 0 10px 0;
  }
  
  .kedo-card h2 .kedo-price{
	font-size:30px;
	font-weight:700;
	color: #777;
  }

  .kedo-card h2 .kedo-currency{
	font-size:30px;
	font-weight:700;
	color: #777;
  }
  
  .kedo-card h2 .kedo-period{
	font-size:14px;
	font-weight:300;
	color: #777;
  }
  
  .kedo-sub{
	font-size:14px;
	opacity:.7;
	margin-bottom:12px;
	color: inherit;
  }
  
  .kedo-desc{
	margin:16px 0;
	font-weight:500;
  }
  
  .kedo-card ul {
	padding-left: 0;
	list-style: none;
  }

.kedo-card ul li {
	line-height: 30px; 
	color: #000000; 
}
  
  .kedo-card ul li::before {
	content: "✓";
	color: #818181;
	font-weight: 700;
	margin-right: 8px;
  }
  
  .kedo-card hr{
	border:none;
	border-top:1px solid #eee;
	margin:5px 0;
    background-image: none;
    height: 0;
  }
  
  .kedo-card .kedo-select{
	padding:8px;
	border-radius:8px;
	border:1px solid rgb(27, 27, 27);
	margin-bottom:10px;
  }
  
  /* BUTTONS */
  
  .kedo-btn{
	
	padding:12px;
	border-radius:12px;
	font-weight:600;
	cursor:pointer;
	border:none;
  }
  
  .kedo-btn-outline{
	background:white;
	border:1px solid #6c63ff;
	color:#6c63ff;
  }
  
  .kedo-btn-gradient{
	background:linear-gradient(90deg,#6c63ff,#8f94fb);
	color:white;
  }
  
  /* FEATURED */
  
  .kedo-featured{
	background:#0f0f2d;
	color:white;
	transform:scale(1.05);
	border:2px solid #6c63ff;
  }
  
  .kedo-featured hr{
	border-color:rgba(255,255,255,.1);
  }
  .kedo-featured h4{
	color: whitesmoke;
  }
  
  .kedo-featured select{
	background:#1b1b45;
	color:white;
	border:none;
  }
  
  .kedo-featured .kedo-badge{
	background:#6c63ff;
	color:white;
	display:flex;
	gap:8px;
	align-items:center;
  }
  
  .kedo-featured .kedo-badge span{
	background:white;
	color:#6c63ff;
	padding:3px 10px;
	border-radius:20px;
	font-size:10px;
	font-weight:700;
  }

  .kedo-featured h2 .kedo-price{
	font-size:30px;
	font-weight:700;
	color: #d3d3d3;
  }

  .kedo-featured h2 .kedo-currency{
	font-size:30px;
	font-weight:700;
	color: #d3d3d3;
  }
  
  .kedo-featured h2 .kedo-period{
	font-size:14px;
	font-weight:300;
	color: #d3d3d3;
  } 

  .kedo-featured .kedo-desc {
	color: #33b9a7;
  }

  .kedo-featured ul li {
	line-height: 30px; 
	color: #f3f3ff; 
}
 
 
  /* BOTTOM SECTION */

  .kedo-includes {
	margin: 15px 0;
    margin-top: auto;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0;
  }
  
  .kedo-bottom{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:25px;
	margin-top:50px;
  }
  
  .kedo-bottom-card{
	background:white;
	padding:30px;
	border-radius:18px;
	box-shadow:0 10px 35px rgba(0,0,0,.05);
  }
  
  /* RESPONSIVE */
  
  @media(max-width:1100px){
	.kedo-grid{
	  grid-template-columns:repeat(2,1fr);
	}
  }
  
  @media(max-width:700px){
	.kedo-grid,
	.kedo-bottom{
	  grid-template-columns:1fr;
	}
  }









  /* IP TABLE */


/* Main Layout */
.ip-main {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	overflow: hidden;
	font-family: 'Inter', sans-serif;
  }
  
  /* Pricing Table Grid */
  .ip-pricing-table {
	display: grid;
	grid-template-columns: 1fr;
	font-size: 12px;
  }
  
  /* Section styles for mobile: each section stacks vertically */
  /* On desktop (md+), we use CSS grid order to create columns */
  
  /* Column content divs */
  .ip-pricing-table > .ip-section > div {
	background-color: #ffffff;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  }
  
  .ip-pricing-table > .ip-section > div:first-child {
	padding-top: 2.5rem;
	border-radius: 1rem 1rem 0 0;
  }
  
  .ip-pricing-table > .ip-section > div:last-child {
	padding-bottom: 2.5rem;
	border-radius: 0 0 1rem 1rem;
  }
  
  /* Toggle area */
  .ip-toggle-wrapper {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e2e8f0;
  }
  
  .ip-toggle-inner {
	text-align: center;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
  }
  
  .ip-toggle-label-text {
	font-size: 0.875rem;
	color: #64748b;
	margin-right: 0.5rem;
  }
  
  .ip-toggle-label-text.ip-right {
	margin-right: 0;
	margin-left: 0.5rem;
  }
  
  .ip-toggle-label-text .ip-discount {
	color: #10b981;
  }
  
  /* Toggle switch */
  .ip-toggle-switch-wrapper {
	position: relative;
  }
  
  #ip-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
  }
  
  .ip-toggle-switch {
	position: relative;
	display: flex;
	height: 1.5rem;
	width: 2.75rem;
	cursor: pointer;
	align-items: center;
	border-radius: 9999px;
	background-color: #94a3b8;
	padding: 0 0.125rem;
	outline-color: #94a3b8;
	transition: background-color 0.15s;
  }
  
  .ip-toggle-switch::before {
	content: '';
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 9999px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	transition: transform 0.15s;
  }
  
  #ip-toggle:checked + .ip-toggle-switch {
	background-color: #6366f1;
  }
  
  #ip-toggle:checked + .ip-toggle-switch::before {
	transform: translateX(100%);
  }
  
  #ip-toggle:focus-visible + .ip-toggle-switch {
	outline: 2px solid #9ca3af;
	outline-offset: 2px;
  }
  
  #ip-toggle:checked:focus-visible + .ip-toggle-switch {
	outline-color: #6366f1;
  }
  
  .ip-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
  }
  
  /* Pricing card header */
  .ip-plan-header {
	flex-grow: 1;
	margin-bottom: 1.25rem;
  }
  
  .ip-plan-name {
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 0.125rem;
  }
  
  .ip-plan-price-row {
	margin-bottom: 0.25rem;
  }
  
  .ip-plan-currency {
	font-size: 1.25rem;
	font-weight: 500;
	color: #0f172a;
  }
  
  .ip-plan-amount {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f172a;
  }
  
  .ip-plan-period {
	color: #64748b;
	font-weight: 500;
  }
  
  .ip-plan-description {
	font-size: 0.875rem;
	color: #64748b;
  }
  
  .ip-plan-cta {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e8f0;
  }
  
  .ip-btn-primary {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	border-radius: 0.5rem;
	background-color: #6366f1;
	padding: 0.375rem 0.625rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(67, 20, 7, 0.1);
	transition: background-color 0.15s;
  }
  
  .ip-btn-primary:hover {
	background-color: #4f46e5;
  }
  
  .ip-btn-arrow {
	letter-spacing: -0.025em;
	color: #a5b4fc;
	margin-left: 0.25rem;
	display: inline-block;
	transition: transform 0.15s ease-in-out;
  }
  
  .ip-btn-primary:hover .ip-btn-arrow {
	transform: translateX(0.125rem);
  }
  
  /* Section category labels */
  .ip-section-label {
	padding: 0.5rem 0;
	color: #0f172a;
	font-weight: 500;
	margin-top: 1rem;
  }
  
  /* Feature rows */
  .ip-feature-row {
	display: flex;
	align-items: center;
	height: 100%;
	border-bottom: 1px solid #e2e8f0;
	padding: 0.5rem 0;
	color: #475569;
  }
  
  .ip-feature-row.ip-label-only {
	color: #475569;
  }
  
  .ip-checkmark {
	flex-shrink: 0;
	fill: #10b981;
	margin-right: 0.75rem;
  }
  
  /* ── Perform (dark) column ───────────────────────────────── */
  .ip-pricing-table > .ip-section.ip-dark > div {
	background-color: #0f172a;
  }
  
  .ip-pricing-table > .ip-section.ip-dark .ip-plan-name,
  .ip-pricing-table > .ip-section.ip-dark .ip-plan-currency,
  .ip-pricing-table > .ip-section.ip-dark .ip-plan-amount {
	color: #e2e8f0;
  }
  
  .ip-pricing-table > .ip-section.ip-dark .ip-feature-row {
	color: #94a3b8;
	border-bottom-color: #334155;
  }
  
  .ip-pricing-table > .ip-section.ip-dark .ip-section-label {
	color: #e2e8f0;
	border-bottom-color: #334155;
  }
  
  .ip-pricing-table > .ip-section.ip-dark .ip-plan-cta {
	border-bottom-color: #334155;
  }
  
  .ip-pricing-table > .ip-section.ip-dark .ip-feature-row.ip-mobile-sr-only {
	border-bottom-color: #334155;
  }
  
  @media (min-width: 768px) {
	.ip-pricing-table > .ip-section.ip-dark > div {
	  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
	  position: relative;
	  z-index: 10;
	}
  }
  
  /* Most popular badge */
  .ip-badge-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 1.5rem;
	margin-top: -1rem;
  }
  
  .ip-badge {
	display: inline-flex;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.375rem 0.75rem;
	background-color: #10b981;
	color: #ffffff;
	border-radius: 9999px;
	box-shadow: 0 1px 2px rgba(2, 6, 23, 0.05);
  }
  
  /* Footer */
  .ip-footer {
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1rem;
	text-align: center;
  }
  
  .ip-footer a {
	font-size: 0.75rem;
	color: #64748b;
	text-decoration: none;
  }
  
  .ip-footer a:hover {
	text-decoration: underline;
  }
  
  /* Banner */
  .ip-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 50;
  }
  
  .ip-banner.ip-hidden {
	display: none;
  }
  
  .ip-banner-inner {
	background-color: #1e293b;
	font-size: 0.875rem;
	padding: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .ip-banner-links {
	color: #64748b;
	display: inline-flex;
	align-items: center;
  }
  
  .ip-banner-links a.ip-tutorial {
	font-weight: 500;
	color: #cbd5e1;
	text-decoration: none;
  }
  
  .ip-banner-links a.ip-tutorial:hover {
	text-decoration: underline;
  }
  
  .ip-banner-links .ip-em {
	font-style: italic;
	padding: 0 0.375rem;
  }
  
  .ip-banner-links a.ip-download {
	font-weight: 500;
	color: #6366f1;
	text-decoration: none;
	display: flex;
	align-items: center;
  }
  
  .ip-banner-links a.ip-download:hover {
	text-decoration: underline;
  }
  
  .ip-banner-links a.ip-download svg {
	fill: #818cf8;
	margin-left: 0.25rem;
  }
  
  .ip-banner-close {
	color: #64748b;
	background: none;
	border: none;
	cursor: pointer;
	padding-left: 0.5rem;
	margin-left: 0.75rem;
	border-left: 1px solid #334155;
  }
  
  .ip-banner-close:hover {
	color: #475569;
  }
  
  .ip-banner-close svg {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	fill: currentColor;
	display: block;
  }
  
  /* =====================
	 DESKTOP (md: 768px+)
	 ===================== */
  @media (min-width: 768px) {
  
	.ip-container {
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	}
  
	.ip-pricing-table {
	  max-width: none;
	  grid-template-columns: repeat(4, 1fr);
	  margin-left: -1.5rem;
	  margin-right: -1.5rem;
	}
  
	/* display: contents — each section's children become direct grid items */
	.ip-pricing-table > .ip-section {
	  display: contents;
	}
  
	/* Reset border-radius overrides from mobile */
	.ip-pricing-table > .ip-section > div:first-child {
	  border-radius: 0;
	  padding-top: 0;
	}
  
	.ip-pricing-table > .ip-section > div:last-child {
	  border-radius: 0;
	  padding-bottom: 0;
	}
  
	/* Restore rounded corners via first/last child selectors within each "visual column":
	   The header row (order 0) is the top, the last row (order 14) is the bottom.
	   Since display:contents, we target them directly. */
	.ip-pricing-table > .ip-section > div[style*="order:0"] {
	  border-radius: 1rem 1rem 0 0 !important;
	  padding-top: 2.5rem !important;
	}
  
	.ip-pricing-table > .ip-section > div[style*="order:14"] {
	  border-radius: 0 0 1rem 1rem !important;
	  padding-bottom: 2.5rem !important;
	}
  
	/* Toggle row: no border-bottom on md */
	.ip-toggle-wrapper {
	  border-bottom: none;
	}
  
	.ip-toggle-inner {
	  text-align: left;
	}
  
	/* md-sr-only: visually hidden on md+ */
	.ip-md-sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  white-space: nowrap;
	  border-width: 0;
	}
  
	.ip-footer {
	  text-align: left;
	  left: 3rem;
	  right: auto;
	  bottom: 2rem;
	}
  
	.ip-banner {
	  bottom: 1.5rem;
	  right: 3rem;
	  width: auto;
	}
  
	.ip-banner-inner {
	  border-radius: 0.25rem;
	  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	}
  }
  
  /* md:max-lg hidden (768px to 1024px) */
  @media (min-width: 768px) and (max-width: 1023px) {
	.ip-toggle-label-monthly {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  white-space: nowrap;
	  border-width: 0;
	}
  }
  
  /* max-md hidden - for label column items that only show on desktop */
  @media (max-width: 767px) {
	.ip-max-md-hidden {
	  display: none;
	}
  
	.ip-pricing-table {
	  max-width: 24rem;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	/* On mobile, empty feature rows (no checkmark, no content) stay hidden */
	.ip-mobile-sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0, 0, 0, 0);
	  white-space: nowrap;
	  border-width: 0;
	}
  }