.sales-page-container{width:100%;font-family:var(--font-body);box-sizing:border-box;background-color:#fafbfc;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.sales-content-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1140px;margin:0 auto;display:grid}.sales-info{flex-direction:column;margin-top:-25px;display:flex}.sales-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;width:fit-content;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.sales-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.15}.sales-description p{color:#475569;max-width:440px;margin:0 0 2rem;font-size:1rem;line-height:1.7}.sales-comparison{flex-direction:column;gap:.75rem;display:flex}.sales-comparison-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem}.sales-comparison-block--green{border-left:3px solid #10b981}.sales-comparison-block--red{border-left:3px solid #ef4444}.sales-comparison-label{text-transform:uppercase;letter-spacing:.06em;margin:0 0 .35rem;font-size:.7rem;font-weight:700}.sales-comparison-label--green{color:#10b981}.sales-comparison-label--red{color:#ef4444}.sales-comparison-text{margin:0;font-size:.9rem;line-height:1.6}.sales-comparison-text--dark{color:#1e293b}.sales-comparison-text--muted{color:#94a3b8}.sales-form-section{justify-content:flex-end;align-items:center;display:flex}.sales-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:460px;padding:2.25rem;box-shadow:0 4px 24px #0000000f}.form-heading{color:#0f172a;margin:0 0 .3rem;font-size:1.25rem;font-weight:700}.form-subheading{color:#64748b;margin:0 0 1.5rem;font-size:.85rem;line-height:1.5}.contact-form{flex-direction:column;gap:.9rem;display:flex}.form-field{flex-direction:column;gap:.3rem;display:flex}.contact-form label{color:#374151;font-size:.78rem;font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s,background .2s}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.contact-form textarea{resize:vertical;min-height:80px}.contact-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:32px}.form-row-split{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.contact-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:.35rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 1px 3px #2563eb4d}.contact-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 14px #2563eb4d}.contact-button:active{transform:translateY(0)}.form-disclaimer{color:#94a3b8;text-align:center;margin:0;font-size:.73rem;line-height:1.4}@media (max-width:1024px){.sales-content-wrapper{gap:2.5rem}.sales-title{font-size:2.1rem}}@media (max-width:768px){.sales-page-container{align-items:flex-start;min-height:auto;padding:2rem 1.25rem}.sales-content-wrapper{grid-template-columns:1fr;gap:0}.sales-info{display:none}.sales-form-section{justify-content:center;margin-top:50px}.sales-form-card{max-width:100%;padding:1.5rem}.form-row-split{grid-template-columns:1fr;gap:.85rem}.contact-button{width:100%}}@media (max-width:480px){.sales-page-container{padding:1.5rem 1rem}.sales-title{font-size:1.65rem}.sales-form-card{border-radius:12px;padding:1.25rem}}
