/* Production refinements shared by the homepage and partner page. */
[hidden] { display: none !important; }
.skip { z-index: 10000; }
.field input,.field select,.field textarea { border-color: #777; }
.field input::placeholder,.field textarea::placeholder { color: #aaa; }
.package-select { position: relative; }
.package-trigger { width: 100%; min-height: 54px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; font: 400 16px/1.5 var(--body); color: var(--ink); background: var(--card); border: 1px solid #777; border-radius: 10px; }
.package-trigger::after { content: ''; flex: 0 0 7px; height: 7px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); margin: -4px 3px 0 0; }
.package-trigger[aria-expanded="true"]::after { transform: rotate(225deg); margin-top: 4px; }
.package-trigger:focus-visible { outline-offset: 0; border-color: white; border-radius: 10px; }
.package-options { position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; right: 0; overflow-y: auto; overscroll-behavior: contain; list-style: none; padding: 6px; margin: 0; background: #171816; border: 1px solid #777; border-radius: 12px; box-shadow: 0 18px 40px #0008; }
.opens-up .package-options { top: auto; bottom: calc(100% + 8px); }
.package-options [role="option"] { padding: 12px; border-radius: 7px; cursor: pointer; }
.package-options [role="option"]:hover,.package-options .is-active { background: #30312e; }
.package-options [aria-selected="true"] .package-option-title::after { content: ' ✓'; margin-left: 8px; }
.package-option-title { display: block; font-size: 14px; font-weight: 500; }
.package-option-description { display: block; margin-top: 3px; color: var(--ink-60); font-size: 11px; line-height: 1.5; }
.faq-heading { margin: 0; }
.faq-title { flex: 1; font: 600 clamp(19px,2vw,26px)/1.25 var(--display); letter-spacing: -.015em; }
.faq-a { height: auto; }
.no-script-contact { padding: 18px 0; line-height: 1.7; }
.no-script-contact a { text-decoration: underline; overflow-wrap: anywhere; }

/* Homepage process and offer details. */
.process-steps { display: grid; gap: 24px; }
.process-steps .step-row { display: block; padding: 28px 0; border-top: 1px solid var(--hairline); border-bottom: 0; }
.process-steps .step-num { display: block; margin-bottom: 22px; }
.process-steps .step-row:hover { background: none; }
.process-steps .step-row:hover h3 { transform: none; }
.process-steps .step-row p { margin-top: 14px; max-width: 34ch; }
#process .steps-caption { max-width: 800px; margin: 28px auto 0; font-size: 13px; }
#pricing .plan-top { min-height: 88px; }
#start { padding-top: 75px; }
#about { scroll-margin-top: 110px; }
@media (min-width: 900px) {
  .process-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
}

/* Keep the complete portfolio and monthly offer visible. */
#pricing .renewal { padding: 20px; border: 1px solid #666; border-radius: 12px; background: #151613; }
#pricing .renewal strong { font-size: 15px; }
.monthly-offers { margin-top: 72px; padding-top: 56px; border-top: 1px solid var(--hairline); scroll-margin-top: 100px; }
.monthly-heading { max-width: 760px; margin-bottom: 32px; }
.monthly-heading h3 { font: 600 clamp(28px, 4vw, 42px)/1.15 var(--display); letter-spacing: -.025em; margin: 12px 0 18px; }
.monthly-heading > p:last-child { color: var(--ink-60); font-size: 15px; }
.monthly-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.monthly-plan { padding: 30px; border: 1px solid #555; border-radius: 16px; background: #111210; }
.monthly-plan h4 { font: 500 26px/1.2 var(--display); }
.monthly-price { font: 600 clamp(36px, 4vw, 48px)/1.2 var(--display); letter-spacing: -.03em; margin: 20px 0 12px; }
.monthly-price span { font: 400 13px/1.5 var(--body); letter-spacing: 0; color: var(--ink-60); margin-left: 7px; }
.monthly-intro { color: var(--ink-60); font-size: 14px; }
.monthly-plan .features { list-style: none; border-top: 1px solid var(--hairline); padding: 18px 0 0; margin-top: 24px; }
.monthly-footer { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 28px; }
.monthly-footer p { max-width: 620px; color: var(--ink-60); font-size: 14px; }
.monthly-footer .pill { flex-shrink: 0; font-size: 12px; }
.monthly-offers .pricing-notes { margin-top: 22px; }
@media (max-width: 959px) {
  .monthly-grid { grid-template-columns: 1fr; }
  .monthly-plan { padding: 26px; }
  .monthly-footer { flex-direction: column; align-items: start; gap: 20px; }
}
