.guarantee-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(217,70,239,.08));border-color:rgba(124,58,237,.2)}
.guarantee-note p{margin:6px 0 0;color:var(--muted)}
.payment-split{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;max-width:1000px;margin:auto}
.payment-highlight-card{padding:32px;border:1px solid var(--line);border-radius:30px;background:var(--panel);box-shadow:var(--shadow)}
.payment-highlight-card.accent{background:linear-gradient(135deg,#5b21b6,#a21caf);border-color:transparent;color:#fff}
.payment-highlight-card p{color:var(--muted)}
.payment-highlight-card.accent p{color:rgba(255,255,255,.78)}
.payment-highlight-card span{display:block;font-size:clamp(52px,7vw,92px);font-weight:900;line-height:.9;letter-spacing:-.07em;color:var(--brand)}
.payment-highlight-card.accent span{color:#fff}
.payment-arrow{font-size:42px;color:var(--brand);font-weight:900}
.payment-process{max-width:900px;margin:0 auto;padding:0;list-style:none;display:grid;gap:16px}
.payment-process li{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:21px 0;border-bottom:1px solid var(--line)}
.payment-process li:last-child{border-bottom:0}
.payment-step-number{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#c026d3);color:#fff;font-weight:900;box-shadow:0 12px 24px rgba(124,58,237,.22)}
.payment-process h3{margin:0 0 4px;font-size:20px}
.payment-process p{margin:0;color:var(--muted);line-height:1.7}
.global-search-form{display:flex;gap:10px;align-items:center;max-width:900px;margin-top:28px;padding:8px;border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:var(--shadow)}
.global-search-form>span{display:grid;place-items:center;width:42px;height:42px;color:var(--brand);flex:0 0 auto}
.global-search-form .lm-icon{width:21px;height:21px}
.global-search-form input{border:0;background:transparent;box-shadow:none;min-width:0;margin:0}
.global-search-form input:focus{box-shadow:none}
.search-result-group+.search-result-group{margin-top:64px}
.search-cta .panel{padding:clamp(24px,5vw,60px);background:linear-gradient(135deg,rgba(124,58,237,.11),rgba(217,70,239,.07))}
.header-search-link{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-weight:900;font-size:12px;white-space:nowrap}
.header-search-link .lm-icon{width:18px;height:18px}
.header-search-link:hover{color:var(--brand);border-color:var(--brand)}
.header-voice-search,.voice-search-btn{display:inline-grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}
.header-voice-search{grid-auto-flow:column;gap:7px;padding:10px 11px;border:1px solid var(--line);border-radius:999px;font:inherit;font-size:12px;font-weight:900;white-space:nowrap}
.header-voice-search .lm-icon{width:18px;height:18px}
.header-voice-search:hover,.voice-search-btn:hover{color:var(--brand)}
.header-voice-search.is-listening,.voice-search-btn.is-listening{color:#d946ef;animation:voice-pulse 1.1s ease-in-out infinite}
.voice-search-btn{width:44px;height:44px;border-radius:14px;flex:0 0 auto}
.voice-search-btn .lm-icon{width:21px;height:21px}
.search-suggestions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;color:var(--muted);font-size:12px}
.search-suggestions span{font-weight:800;margin-right:3px}
.search-suggestions a{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);color:var(--text);font-weight:800}
.search-suggestions a:hover{border-color:var(--brand);color:var(--brand)}
.search-correction{margin:17px 0 0;color:var(--muted);font-size:13px}
.search-correction strong{color:var(--brand)}
@keyframes voice-pulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(217,70,239,0))}50%{transform:scale(1.1);filter:drop-shadow(0 0 9px rgba(217,70,239,.55))}}
.guarantee-grid,.tech-stack-grid{align-items:stretch}
.guarantee-card,.tech-stack-card{height:100%}
.tech-stack-card .badge{display:inline-flex;margin-bottom:16px}
.tech-stack-card h3{font-size:18px}
.tech-stack-card p{margin-bottom:0}
.compact-head{margin-bottom:20px}
@media(max-width:760px){
  .payment-split{grid-template-columns:1fr}
  .payment-arrow{transform:rotate(90deg);justify-self:center}
  .payment-highlight-card{text-align:center}
  .global-search-form{display:grid;grid-template-columns:auto minmax(0,1fr)}
  .global-search-form .btn{grid-column:1/-1;width:100%}
  .guarantee-note{display:grid}
  .header-search-link span{display:none}
  .header-voice-search span{display:none}
}
