.pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  align-items: stretch;
}

.price {
  background: #fffaf4;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 2em 1.5em;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price--pro {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 10px 40px rgba(188, 149, 92, 0.15);
  z-index: 1;
  transform: scale(1.02);
}

.price h3 {
  font-size: 1.5em;
  margin: 0.2em 0 0;
  color: var(--primary);
}

.price .sub-title {
  color: #8a7461;
  font-size: 0.95em;
  margin-bottom: 1.5em;
}

.price .tag {
  background: var(--accent);
  color: #fff;
  border: none;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3em 1em;
  box-shadow: 0 4px 10px rgba(188, 149, 92, 0.3);
}

.trial-emphasis {
  margin-bottom: 0.5em;
  min-height: 24px;
}

.trial-badge {
  display: inline-block;
  background-color: #e3f3e6;
  color: #176c3a;
  border: 1px solid #b5d6b9;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.4em 0.9em;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(23, 108, 58, 0.08);
  animation: pulse-green 3s infinite;
}

.amount {
  font-size: 2.8em;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin: 0.2em 0;
}

.after-trial {
  display: block;
  font-size: 0.35em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a1846b;
  margin-top: 6px;
}

.annual-option {
  margin-top: 1em;
  padding: 0.8em;
  background: var(--soft-accent);
  border-radius: 0.8em;
  font-size: 0.9em;
  color: #6e522e;
}

.promo-badge {
  display: inline-block;
  background: #fff;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85em;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  margin-left: 0.4em;
  border: 1px solid rgba(188, 149, 92, 0.3);
}

.price ul {
  text-align: left;
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.95em;
}

.price ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.8em;
  color: #6f5a4e;
  line-height: 1.4;
}

.price ul li b {
  color: var(--primary);
}

.price ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(181, 214, 185, 0.7); }
  70% { box-shadow: 0 0 0 6px rgba(181, 214, 185, 0); }
  100% { box-shadow: 0 0 0 0 rgba(181, 214, 185, 0); }
}

@media (max-width: 768px) {
  .pricing {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .price--pro {
    transform: none;
    order: -1;
  }
}

.note { margin-top: 1.5em; font-size: 0.95em; color: #7a6c60; line-height: 1.6; }
.note span { opacity:0.8; font-size:0.9em;}
.dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1em; margin-top: 1.5em; }
.dl { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1.5em; text-align: center; transition: transform 0.2s; position: relative; overflow: hidden; }
.dl:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 6px 20px #e3c59730; }
.dl h3 { margin-top: 0; font-size: 1.2em; color: #6b524b; display: flex; align-items: center; justify-content: center; gap: 0.5em; }
.dl-btn { width: 60%; display: inline-flex; justify-content: center; align-items: center; background: linear-gradient(90deg,#fff7eb,#f8eedb 90%); border: 1.5px solid #cfb689; padding: .7em 1em; border-radius: 999px; font-weight: 700; color: #6e522e; cursor: pointer; text-decoration: none; box-shadow: 0 2px 13px #e3c5972a; margin: 1em 0; transition: all .13s; }
.dl-btn:hover { background: #f4e6c7; text-decoration: none; }
.dl-meta { display: block; font-size: 0.85em; color: #a1846b; }
.dl-icon {
    display: block;
    width: auto;
    height: 52px;
    margin: 0 auto 1.2em;
    color: var(--accent);
}

@media (max-width: 800px) {
    .pricing, .dl-grid { grid-template-columns: 1fr; }
}

.system-reqs-card {
    margin: 0 auto;
    border-color: var(--border);
}

.center-title {
    text-align: center;
    margin-bottom: 0.5em;
}

.req-intro {
    text-align: center;
    margin-bottom: 0 auto;
}

.req-table-wrapper {
    overflow-x: auto;
    margin: 1.5em -1.2em;
    padding: 0 1.2em;
    -webkit-overflow-scrolling: touch;
}

.req-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    min-width: 600px;
}

.req-table th {
    text-align: left;
    padding: 1em;
    color: #a1846b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--border);
}

.req-table td {
    padding: 1.1em 1em;
    border-bottom: 1px solid rgba(236, 216, 189, 0.5);
    vertical-align: top;
    line-height: 1.45;
    color: #6f5a4e;
}

.req-table tr:last-child td {
    border-bottom: none;
}

.req-comp {
    font-weight: 700;
    color: var(--primary);
    width: 20%;
}

.req-rec {
    background: rgba(255, 247, 235, 0.4);
}

.req-rec strong {
    color: #c75c18;
    font-weight: 700;
}

.req-note {
    display: block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #b09a85;
    margin-top: 3px;
}

.req-sub {
    display: block;
    font-size: 0.85em;
    color: #a1846b;
    margin-top: 4px;
}

@media (min-width: 680px) {
    .req-table-wrapper {
        margin: 1.5em 0;
        padding: 0;
    }
}

.card-action {
  margin-top: 2em;
  text-align: center;
  width: 100%;
}

.btn-primary-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  padding: 0.8em 1.2em;

  background: linear-gradient(90deg, #fff7eb, #f8eedb 90%);
  border: 1.5px solid #cfb689;
  border-radius: 999px;

  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #6e522e;
  text-decoration: none;

  box-shadow: 0 4px 12px rgba(227, 197, 151, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.btn-primary-small:hover {
  background: #f4e6c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(227, 197, 151, 0.5);
  text-decoration: none;
}

.btn-primary-small::after {
  content: "→";
  margin-left: 0.5em;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.btn-primary-small:hover::after {
  transform: translateX(4px);
}

.mac-optimization {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #fff;
  border: 1.5px solid #dbeafe;
  background: linear-gradient(to right, #ffffff, #f0f7ff);
  border-radius: 12px;
  padding: 1em 1.2em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
}

.mac-icon {
  font-size: 1.8em;
  line-height: 1;
  padding-top: 0.1em;
}

.mac-text strong {
  display: block;
  color: #1e3a8a;
  font-size: 1.05em;
  margin-bottom: 0.3em;
}

.mac-text p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95em;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .mac-optimization {
    flex-direction: column;
    gap: 0.5em;
    text-align: center;
  }
  .mac-icon {
    margin: 0 auto;
  }
}