/* ============================================================
   Pricing — a clear, editorial surface for THROME proposals
   ============================================================ */

.pricing-page { background: #f7f5f0; }
.pricing-page .nav { color: #f8f5ee; }
.pricing-page .nav-wordmark i,
.pricing-page .nav-links,
.pricing-page .nav-links > a,
.pricing-page .nav-dropdown-trigger { color: rgba(248, 245, 238, 0.68); }
.pricing-page .nav-links > a.active,
.pricing-page .nav-links > a:hover,
.pricing-page .nav-dropdown-trigger:hover,
.pricing-page .nav-dropdown.open .nav-dropdown-trigger { color: #fff; }
.pricing-page .nav-dropdown-trigger:hover,
.pricing-page .nav-dropdown.open .nav-dropdown-trigger { background: rgba(255, 255, 255, 0.1); }
.pricing-page .nav .btn-primary { background: #e8a621; color: #17140d; box-shadow: none; }
.pricing-page .nav .btn-primary:hover { background: #f7bf43; }
.pricing-page .nav.scrolled { color: var(--ink); background: rgba(247, 245, 240, 0.9); }
.pricing-page .nav.scrolled .nav-wordmark i,
.pricing-page .nav.scrolled .nav-links,
.pricing-page .nav.scrolled .nav-links > a,
.pricing-page .nav.scrolled .nav-dropdown-trigger { color: var(--ink-soft); }
.pricing-page .nav.scrolled .nav-links > a.active,
.pricing-page .nav.scrolled .nav-links > a:hover,
.pricing-page .nav.scrolled .nav-dropdown-trigger:hover,
.pricing-page .nav.scrolled .nav-dropdown.open .nav-dropdown-trigger { color: var(--ink); }
.pricing-page .nav.scrolled .nav-dropdown-trigger:hover,
.pricing-page .nav.scrolled .nav-dropdown.open .nav-dropdown-trigger { background: rgba(23, 21, 31, 0.05); }

.pricing-hero {
  min-height: min(760px, 92vh); padding: 164px 24px 90px;
  background: #1d190d; color: #f8f5ee; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.pricing-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .7; pointer-events: none;
  background: radial-gradient(circle at 50% 104%, rgba(231, 165, 28, .34), transparent 38%),
    radial-gradient(circle at 0% 0%, rgba(255, 218, 119, .09), transparent 24%);
}
.pricing-hero-grid {
  position: absolute; inset: 0; opacity: .1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
}
.pricing-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.pricing-kicker { font-size: 11px; letter-spacing: .12em; font-weight: 500; }
.pricing-hero .pricing-kicker { color: #e8a621; margin-bottom: 20px; }
.pricing-title { font-size: clamp(44px, 6.4vw, 76px); line-height: 1.14; letter-spacing: -.045em; font-weight: 900; }
.pricing-title span { color: #ecad2a; position: relative; display: inline-block; }
.pricing-title span::after { content: ""; position: absolute; height: 7px; left: 3%; right: 3%; bottom: 5px; background: rgba(236, 173, 42, .25); border-radius: 100%; z-index: -1; }
.pricing-subtitle { max-width: 650px; margin: 28px auto 26px; color: rgba(248, 245, 238, .68); font-size: 16px; line-height: 1.9; }
.pricing-proof { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pricing-proof span { color: rgba(248,245,238,.76); padding: 6px 11px 6px 7px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 5px; font-size: 12px; }
.pricing-proof i { font-family: var(--font-mono); font-style: normal; color: #e8a621; font-size: 10px; margin-right: 6px; }
.pricing-scroll-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 38px; font-size: 14px; font-weight: 700; color: #f8f5ee; border-bottom: 1px solid rgba(248,245,238,.5); padding-bottom: 5px; transition: color .2s, border-color .2s; }
.pricing-scroll-link:hover { color: #e8a621; border-color: #e8a621; }
.pricing-scroll-link span { font-size: 18px; color: #e8a621; line-height: .8; }
.pricing-hero-word { position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); color: transparent; -webkit-text-stroke: 1px rgba(248,245,238,.09); font-family: var(--font-display); font-size: clamp(112px, 18vw, 270px); white-space: nowrap; line-height: .7; letter-spacing: .025em; pointer-events: none; }
.pricing-hero-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(232, 166, 33, .22); border-radius: 50%; }
.orbit-a { width: 610px; height: 610px; top: 50%; left: 50%; transform: translate(-50%, -52%) rotate(-22deg) scaleY(.44); }
.orbit-b { width: 840px; height: 840px; top: 48%; left: 50%; transform: translate(-50%, -50%) rotate(24deg) scaleY(.42); opacity: .65; }

.pricing-partners { background: #efede7; border-bottom: 1px solid #e1ddd5; }
.pricing-partners .container { display: flex; align-items: center; gap: 44px; min-height: 88px; overflow: hidden; }
.pricing-partners p { color: #8f8a80; font-size: 10px; white-space: nowrap; }
.pricing-partner-list { display: flex; min-width: max-content; align-items: center; justify-content: space-between; gap: clamp(24px, 4vw, 62px); flex: 1; color: #8f8a80; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; }

.pricing-plans { padding: 132px 0 118px; background: #f7f5f0; }
.pricing-section-head { max-width: 710px; margin-bottom: 52px; }
.pricing-section-head .pricing-kicker, .pricing-faq-head .pricing-kicker { color: #b87900; margin-bottom: 18px; }
.pricing-section-head h2, .pricing-faq-head h2 { font-size: clamp(34px, 4.6vw, 55px); font-weight: 900; letter-spacing: -.04em; line-height: 1.22; }
.pricing-faq-head h2 span { color: #ecad2a; position: relative; display: inline-block; }
.pricing-faq-head h2 span::after { content: ""; position: absolute; height: 7px; left: 3%; right: 3%; bottom: 5px; background: rgba(236, 173, 42, .25); border-radius: 100%; z-index: -1; }
.pricing-section-head > p:last-child { font-size: 15.5px; color: var(--ink-soft); max-width: 580px; line-height: 1.85; margin-top: 18px; }
.pricing-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.pricing-card { min-height: 578px; padding: 28px; background: #fff; border: 1px solid #e4e0d7; border-radius: 16px; position: relative; display: flex; flex-direction: column; box-shadow: 0 20px 35px -33px rgba(37, 29, 11, .38); transition: transform .28s cubic-bezier(.2,.8,.3,1), box-shadow .28s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 27px 45px -29px rgba(37, 29, 11, .36); }
.pricing-card-featured { background: #26200f; color: #fbf7ed; border-color: #26200f; padding-top: 46px; box-shadow: 0 25px 50px -25px rgba(37, 29, 11, .45); }
.pricing-card-featured:hover { box-shadow: 0 30px 56px -25px rgba(37, 29, 11, .56); }
.pricing-recommended { position: absolute; left: 0; right: 0; top: 0; height: 27px; display: flex; align-items: center; justify-content: center; font-size: 9px; letter-spacing: .11em; font-weight: 500; color: #201b0e; background: #e8a621; border-radius: 15px 15px 0 0; }
.pricing-card-top { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.pricing-card-index { font-size: 11px; color: #8d887d; }
.pricing-card-featured .pricing-card-index { color: rgba(251,247,237,.53); }
.pricing-card h3 { font-size: clamp(25px, 2.4vw, 31px); letter-spacing: -.035em; line-height: 1.2; margin: 24px 0 14px; font-weight: 900; }
.pricing-card-desc { font-size: 14px; line-height: 1.76; min-height: 76px; color: #656057; }
.pricing-card-featured .pricing-card-desc { color: rgba(251,247,237,.64); }
.pricing-price { border-top: 1px solid #e8e4dc; border-bottom: 1px solid #e8e4dc; margin: 25px 0 21px; padding: 14px 0; display: flex; flex-direction: column; gap: 2px; }
.pricing-price b { font-size: 16px; font-weight: 900; letter-spacing: -.02em; }
.pricing-price span { font-size: 11.5px; color: #958f85; }
.pricing-card-featured .pricing-price { border-color: rgba(251,247,237,.17); }
.pricing-card-featured .pricing-price span { color: rgba(251,247,237,.52); }
.pricing-features { list-style: none; display: grid; gap: 10px; font-size: 13px; color: #444038; }
.pricing-card-featured .pricing-features { color: rgba(251,247,237,.81); }
.pricing-features li { display: flex; gap: 9px; align-items: flex-start; }
.pricing-features li::before { content: ""; flex: none; width: 5px; height: 5px; margin-top: 8px; border-radius: 50%; background: #d8930a; }
.pricing-card-link { margin-top: auto; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; color: #1e1a12; font-size: 13px; font-weight: 900; border-bottom: 1px solid #3a3428; padding-bottom: 8px; transition: color .2s, border-color .2s; }
.pricing-card-link:hover { color: #b87900; border-color: #b87900; }
.pricing-card-featured .pricing-card-link { color: #f8f4e9; border-color: rgba(248,244,233,.64); }
.pricing-card-featured .pricing-card-link:hover { color: #e8a621; border-color: #e8a621; }
.pricing-card-link span { font-size: 18px; font-weight: 400; }
.pricing-card-symbol { position: relative; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; }
.pricing-card-symbol i { display: block; position: absolute; border-radius: 2px; }
.symbol-its i:nth-child(1) { width: 11px; height: 11px; background: #6455d9; transform: translate(-8px, 7px); }.symbol-its i:nth-child(2) { width: 11px; height: 17px; background: #9c90ed; transform: translate(0, -2px); }.symbol-its i:nth-child(3) { width: 11px; height: 13px; background: #eab7c7; transform: translate(8px, 5px); }
.symbol-aps i { height: 6px; }.symbol-aps i:nth-child(1) { width: 14px; background: #e8a621; transform: translate(-7px,-9px); }.symbol-aps i:nth-child(2) { width: 25px; background: #7bc9a6; transform: translate(2px,-2px); }.symbol-aps i:nth-child(3) { width: 17px; background: #8d7ff0; transform: translate(-6px,5px); }.symbol-aps i:nth-child(4) { width: 10px; background: #f4b8c9; transform: translate(8px,12px); }
.symbol-bms { display: grid; grid-template-columns: repeat(2, 10px); grid-template-rows: repeat(2, 10px); gap: 3px; }.symbol-bms i { position: static; width: 10px; height: 10px; }.symbol-bms i:nth-child(1) { background: #6455d9; }.symbol-bms i:nth-child(2) { background: #7bc9a6; }.symbol-bms i:nth-child(3) { background: #f1b6c7; }.symbol-bms i:nth-child(4) { background: #9c90ed; }
.pricing-note { font-size: 10px; color: #918b80; text-align: center; margin-top: 30px; }

.pricing-assurance { position: relative; overflow: hidden; padding: 108px 0; background: #f0c867; }
.pricing-assurance::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 1px, transparent 1px 66px); mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }
.pricing-assurance-glow { width: 640px; height: 640px; position: absolute; top: -350px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #fff5d4; filter: blur(48px); opacity: .7; }
.pricing-assurance-inner { display: grid; grid-template-columns: 165px 1fr 280px; gap: 65px; align-items: center; position: relative; }
.pricing-assurance-seal { width: 140px; height: 140px; border: 1px solid rgba(40,31,10,.52); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #33290f; transform: rotate(-11deg); }
.pricing-assurance-seal span { font: 500 10px var(--font-mono); letter-spacing: .12em; }.pricing-assurance-seal b { font-size: 49px; line-height: .85; font-weight: 400; }
.pricing-assurance-copy .pricing-kicker { color: rgba(54,42,12,.72); margin-bottom: 18px; }.pricing-assurance-copy h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.18; letter-spacing: -.04em; }.pricing-assurance-copy > p:not(.pricing-kicker) { max-width: 490px; color: rgba(55,43,14,.74); font-size: 15px; line-height: 1.8; margin: 18px 0 25px; }
.pricing-outline-btn { color: #2c230d; border: 1px solid rgba(44,35,13,.45); border-radius: 8px; padding: 13px 18px; font-size: 13px; }.pricing-outline-btn:hover { color: #fff; background: #2c230d; border-color: #2c230d; }.pricing-outline-btn span { font-size: 17px; }
.pricing-assurance-list { display: grid; gap: 18px; }.pricing-assurance-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; border-top: 1px solid rgba(55,43,14,.26); padding-top: 12px; }.pricing-assurance-list span { font: 500 10px var(--font-mono); color: rgba(55,43,14,.6); }.pricing-assurance-list p { font-size: 12px; line-height: 1.55; color: rgba(55,43,14,.75); }.pricing-assurance-list b { color: #30260d; margin-right: 8px; }

.pricing-faq { padding: 128px 0 132px; background: #f7f5f0; }.pricing-faq .container { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 96px; }.faq-list { border-top: 1px solid #dcd7ce; }.faq-item { border-bottom: 1px solid #dcd7ce; }.faq-item summary { list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; line-height: 1.5; padding: 20px 38px 20px 0; position: relative; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary span { position: absolute; right: 4px; top: 16px; color: #a9740e; font-size: 21px; font-weight: 400; transition: transform .2s; }.faq-item[open] summary span { transform: rotate(45deg); }.faq-item p { font-size: 14px; line-height: 1.86; color: #69645b; max-width: 630px; padding: 0 30px 22px 0; }

.pricing-cta { position: relative; overflow: hidden; text-align: center; color: #fbf7ed; background: #211c0e; padding: 133px 0 125px; }.pricing-cta::after { content: ""; position: absolute; width: 500px; height: 260px; left: 50%; bottom: -190px; transform: translateX(-50%); border-radius: 50%; background: #e7a51c; filter: blur(80px); opacity: .5; }.pricing-cta .container { position: relative; z-index: 1; }.pricing-cta .pricing-kicker { color: #e8a621; margin-bottom: 17px; }.pricing-cta h2 { font-size: clamp(45px, 6vw, 72px); font-weight: 900; line-height: 1.13; letter-spacing: -.045em; }.pricing-cta-sub { color: rgba(251,247,237,.66); font-size: 16px; margin: 20px 0 30px; }.pricing-cta-link { display: inline-flex; align-items: center; gap: 16px; color: #f8f5ee; font-size: clamp(17px, 2vw, 22px); font-family: var(--font-mono); border-bottom: 1px solid rgba(248,245,238,.55); padding-bottom: 7px; transition: color .2s, border-color .2s; }.pricing-cta-link:hover { color: #e8a621; border-color: #e8a621; }.pricing-cta-link span { color: #e8a621; font-size: 25px; }.pricing-cta-word { position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); font-family: var(--font-display); font-size: clamp(70px, 14vw, 205px); line-height: 1; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(251,247,237,.09); pointer-events: none; }

@media (max-width: 900px) {
  .pricing-hero { min-height: 670px; }.pricing-partner-list { gap: 32px; }.pricing-partners .container { gap: 28px; }.pricing-card-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }.pricing-card { min-height: auto; }.pricing-card-desc { min-height: auto; }.pricing-card-featured { order: -1; }.pricing-assurance-inner { grid-template-columns: 120px 1fr; gap: 34px; }.pricing-assurance-list { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 20px; }.pricing-faq .container { grid-template-columns: 1fr; gap: 45px; }.pricing-faq-head { max-width: 510px; }
}
@media (max-width: 560px) {
  .pricing-hero { min-height: 620px; padding: 125px 20px 70px; }.pricing-title { font-size: 42px; }.pricing-subtitle { font-size: 14px; }.pricing-proof { max-width: 290px; margin: 0 auto; }.pricing-partners .container { min-height: 62px; padding: 0 20px; }.pricing-partners p { display: none; }.pricing-partner-list { font-size: 10px; gap: 24px; animation: partnerMarquee 16s linear infinite; }.pricing-plans, .pricing-faq { padding: 82px 0; }.pricing-section-head { margin-bottom: 34px; }.pricing-card { padding: 24px; }.pricing-card-featured { padding-top: 44px; }.pricing-card h3 { font-size: 28px; }.pricing-assurance { padding: 74px 0; }.pricing-assurance-inner { grid-template-columns: 1fr; gap: 26px; }.pricing-assurance-seal { width: 112px; height: 112px; }.pricing-assurance-list { grid-template-columns: 1fr; }.pricing-assurance-list > div { grid-template-columns: 35px 1fr; }.pricing-faq .container { gap: 32px; }.pricing-faq-head h2 { font-size: 38px; }.faq-item summary { font-size: 14px; padding: 17px 35px 17px 0; }.pricing-cta { padding: 90px 0; }.pricing-cta h2 { font-size: 44px; }
}
@keyframes partnerMarquee { from { transform: translateX(0); } to { transform: translateX(-22%); } }
