.elementor-kit-3613{--e-global-color-primary:#E9B7CE;--e-global-color-secondary:#E9B7CE;--e-global-color-text:#A46BA6;--e-global-color-accent:#FBD8E8;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-size:63px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:27px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:30px;--e-global-typography-secondary-letter-spacing:0.3px;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:29px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:35px;--e-global-typography-text-letter-spacing:0.3px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3613 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3613{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:21px;--e-global-typography-text-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.plans {
  text-align: center;
  padding: 80px 20px;
  background: #f5f7fa;
}

.plans h2 {
  font-size: 2.2rem;
  color: #002b5c;
  margin-bottom: 50px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.plan-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 40px 30px;
  transition: 0.3s;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.plan-card h3 {
  font-size: 1.6rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.plan-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

.plan-card ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.btn-filled, .btn-outline {
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-filled {
  background: #ffc300;
  color: #002b5c;
}

.btn-outline {
  border: 2px solid #ffc300;
  color: #002b5c;
}

.btn-filled:hover, .btn-outline:hover {
  background: #002b5c;
  color: #fff;
  border-color: #002b5c;
}/* End custom CSS */