.pricing-shell { max-width: 1440px; }
.brand-copy { display: grid; }
.brand-copy small { margin-top: 2px; color: #697064; font-family: "Libre Baskerville", serif; font-size: 8px; line-height: 1.25; }

.pricing-main { padding-top: 24px; }
.pricing-heading { text-align: center; }
.pricing-heading > p { margin: 0 0 7px; color: #854a42; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.pricing-heading h1 { margin: 0; color: #173d30; font-family: "Libre Baskerville", serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; }
.pricing-heading > span { display: block; margin-top: 5px; color: #4f554b; font-family: "Libre Baskerville", serif; font-size: 16px; }
.billing-switch { display: grid; width: 250px; margin: 18px auto 17px; padding: 3px; grid-template-columns: 1fr 1fr; border: 1px solid #c7a66e; border-radius: 8px; }
.billing-switch button { min-height: 34px; padding: 0 12px; color: #173d30; background: transparent; border: 0; border-radius: 5px; font-family: "Libre Baskerville", serif; font-size: 12px; cursor: pointer; }
.billing-switch button.active { color: #f6ecd8; background: #173d30; box-shadow: 0 2px 7px rgba(23,61,48,.18); }
.billing-switch button:disabled { cursor: not-allowed; opacity: .65; }
.billing-switch small { display: block; font-family: "DM Sans", sans-serif; font-size: 6px; line-height: 1; text-transform: uppercase; }

.pricing-grid { display: grid; width: min(820px, 100%); margin: 0 auto; grid-template-columns: 1fr 1.08fr; align-items: stretch; gap: 24px; }
.price-card { display: flex; position: relative; min-height: 480px; padding: 19px 54px 18px; flex-direction: column; align-items: stretch; overflow: hidden; border: 1px solid #c9aa79; border-radius: 12px; font-family: "Libre Baskerville", serif; }
.standard-card { background: rgba(255,250,240,.24); }
.premium-card { color: #f5ead7; background: linear-gradient(145deg, #0e382b, #174b3a); border: 4px double #c6a05b; box-shadow: 0 16px 28px rgba(22,53,41,.15); }
.featured-ribbon { position: absolute; top: -1px; left: 50%; min-width: 170px; padding: 7px 20px; color: #173d30; background: #c99a4a; border-radius: 0 0 7px 7px; font-family: "Libre Baskerville", serif; font-size: 11px; text-align: center; transform: translateX(-50%); }
.plan-art { display: block; width: 170px; height: 104px; margin: 0 auto -4px; object-fit: contain; }
.premium-card .plan-art { width: 190px; filter: brightness(0) saturate(100%) invert(67%) sepia(43%) saturate(678%) hue-rotate(358deg) brightness(93%) contrast(88%); }
.price-card h2 { margin: 0; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 28px; font-weight: 400; text-align: center; }
.premium-card h2 { color: #f5ead7; }
.price-rule { display: flex; align-items: center; gap: 7px; margin: 3px 0 4px; color: #bf9554; }
.price-rule span { height: 1px; flex: 1; background: currentColor; opacity: .7; }
.price-rule b { font-weight: 400; }
.price-value { display: block; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 42px; font-weight: 400; line-height: 1.05; text-align: center; }
.premium-card .price-value { color: #f5ead7; }
.price-value small { font-size: 24px; font-weight: 400; }
.price-value em { font-size: 12px; font-style: normal; }
.plan-purpose { margin: 3px 0 10px; font-size: 11px; line-height: 1.4; text-align: center; }
.price-card ul { display: grid; gap: 7px; margin: 0 0 16px; padding: 0; list-style: none; font-size: 11px; line-height: 1.3; }
.price-card li::first-letter { color: #1d6049; font-weight: 700; }
.premium-card li::first-letter { color: #d3a74e; }
.price-card > a { display: flex; min-height: 42px; margin-top: auto; align-items: center; justify-content: center; color: #173d30; background: rgba(255,250,240,.35); border: 1px solid #173d30; border-radius: 5px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.premium-card > a { background: #f5ead7; border-color: #c9a15e; }
.price-card > a:hover, .price-card > a:focus-visible { box-shadow: 0 8px 18px rgba(12,36,27,.18); transform: translateY(-2px); }
.availability-note { margin-top: 7px; color: #d9cdb6; font-family: "DM Sans", sans-serif; font-size: 7px; line-height: 1.3; text-align: center; }

.pricing-trust { display: grid; width: min(780px, 100%); min-height: 68px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); align-items: center; }
.pricing-trust article { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 11px; }
.pricing-trust article + article { border-left: 1px solid #bcae92; }
.pricing-trust span { color: #173d30; font-size: 28px; }
.pricing-trust strong { font-family: "Libre Baskerville", serif; font-size: 12px; font-weight: 400; }

.pricing-cta { display: flex; min-height: 72px; padding: 12px max(8vw,32px); align-items: center; justify-content: center; gap: 100px; color: #f5ecd8; background: #315346; border-top: 1px solid #c49a5d; border-bottom: 1px solid #c49a5d; }
.pricing-cta h2 { margin: 0; font-family: "Libre Baskerville", serif; font-size: 23px; font-weight: 400; }
.pricing-cta a { display: flex; min-width: 250px; padding: 12px 20px; justify-content: center; gap: 18px; color: #173d30; background: #f5ecd8; border: 1px solid #c49a5d; border-radius: 4px; font-family: "Libre Baskerville", serif; font-size: 12px; font-weight: 700; text-decoration: none; }

@media (max-width: 760px) {
  .pricing-main { padding-top: 38px; }
  .pricing-heading > span { font-size: 13px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; padding: 25px 32px; }
  .premium-card { padding-top: 42px; }
  .pricing-trust { grid-template-columns: 1fr; padding: 16px 0; }
  .pricing-trust article { padding: 12px; }
  .pricing-trust article + article { border-top: 1px solid #bcae92; border-left: 0; }
  .pricing-cta { flex-direction: column; gap: 16px; padding-top: 24px; padding-bottom: 24px; text-align: center; }
}
