.ma-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ma-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 36px);
  align-items: start;
}
.ma-col {
  padding: clamp(24px, 2.5vw, 36px);
  border: 1px solid rgba(245, 232, 168, 0.07);
  background: rgba(255, 255, 255, 0.015);
  position: relative;
  transition:
    border-color 0.35s,
    background 0.35s;
}
.ma-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 232, 168, 0.25),
    transparent
  );
  transition: opacity 0.35s;
}
.ma-col:hover {
  border-color: rgba(245, 232, 168, 0.16);
  background: rgba(255, 255, 255, 0.028);
}
.ma-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 8px;
}
.ma-col-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(245, 232, 168, 0.08);
}
.ma-col-num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 4px;
  color: var(--gold);
  flex-shrink: 0;
  text-shadow:
    0 0 10px rgba(245, 232, 168, 0.5),
    0 0 28px rgba(245, 232, 168, 0.2);
}
.ma-col-title {
  font-family: "Cinzel", serif;
  font-size: clamp(17px, 2vw, 20px);
  letter-spacing: 4px;
  color: var(--gold);
  margin: 0;
}
.ma-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ma-list li {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  line-height: 1.75;
  color: var(--cream);
  opacity: 0.85;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid rgba(245, 232, 168, 0.05);
  position: relative;
  transition:
    opacity 0.25s,
    padding-left 0.25s;
}
.ma-list li:last-child {
  border-bottom: none;
}
.ma-list li::before {
  content: "◈";
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 9px;
  color: var(--green-deep);
}
.ma-list li:hover {
  opacity: 1;
  padding-left: 28px;
}
.ma-price {
  font-style: normal;
  color: var(--gold);
  opacity: 1;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(245, 232, 168, 0.35);
}
.ma-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 28px;
  border-left: 2px solid rgba(240, 168, 192, 0.45);
  background: rgba(240, 168, 192, 0.03);
}
.ma-note-symbol {
  font-size: 12px;
  color: rgba(240, 168, 192, 0.8);
  flex-shrink: 0;
  margin-top: 5px;
  line-height: 1;
}
.ma-note p {
  font-family: "Playfair Display", serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.85;
  margin: 0;
}
.ma-note p strong {
  color: rgba(240, 168, 192, 0.95);
  font-weight: 600;
  opacity: 1;
}
.ma-addons-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.ma-addons-title {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 5px;
  color: var(--gold);
  margin: 0;
  white-space: nowrap;
}
.ma-addon-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
}
.ma-addon-sep {
  font-size: 12px;
  color: rgba(245, 232, 168, 0.3);
  padding: 0 clamp(20px, 3vw, 48px);
  align-self: center;
}
.ma-addon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid rgba(245, 232, 168, 0.07);
  background: rgba(255, 255, 255, 0.015);
  position: relative;
  transition:
    border-color 0.3s,
    transform 0.3s;
}
.ma-addon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--green-deep),
    var(--gold),
    transparent
  );
  opacity: 0.6;
}
.ma-addon:hover {
  border-color: rgba(245, 232, 168, 0.18);
  transform: translateY(-3px);
}
.ma-addon-tag {
  font-family: "Cinzel", serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: rgba(143, 168, 50, 0.9);
  width: fit-content;
}
.ma-addon-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 3px;
  color: var(--cream);
}
.ma-addon-desc {
  font-family: "Playfair Display", serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  color: var(--cream);
  opacity: 0.85;
  line-height: 1.75;
}
.ma-addon-price {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--gold-light);
  margin-top: 6px;
  text-shadow:
    0 0 10px rgba(245, 232, 168, 0.45),
    0 0 28px rgba(245, 232, 168, 0.2);
}
.ma-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Cinzel Decorative", cursive;
  font-size: 13px;
  letter-spacing: 4px;
  padding: 18px 52px;
  min-height: 54px;
  border: 1px solid rgba(143, 168, 50, 0.35);
  color: var(--green);
  text-decoration: none;
  background: rgba(143, 168, 50, 0.04);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}
.ma-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(143, 168, 50, 0.08) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.ma-cta-btn:hover {
  border-color: var(--green-deep);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(143, 168, 50, 0.12);
  color: var(--lime);
}
.ma-cta-btn:hover::before {
  opacity: 1;
}
.ma-cta-btn svg {
  transition: transform 0.25s;
}
.ma-cta-btn:hover svg {
  transform: translateX(3px);
}
