.tp-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--tp-space-5);gap:var(--tp-space-5)}@media (max-width:1024px){.tp-benefit-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tp-benefit-grid{grid-template-columns:1fr}}.tp-requirements{display:flex;flex-direction:column;gap:var(--tp-space-4);list-style:none;margin:0;padding:0}.tp-requirements li{display:flex;align-items:flex-start;gap:var(--tp-space-3);color:var(--tp-text);font-size:var(--tp-text-body)}.tp-requirements li svg{flex:none;margin-top:2px}.tp-anketa-card{max-width:720px;margin:0 auto}.tp-anketa-card .tp-contact-form{gap:var(--tp-space-7)}.tp-anketa-group{display:flex;flex-direction:column;gap:var(--tp-space-5)}.tp-anketa-group+.tp-anketa-group{padding-top:var(--tp-space-6);border-top:1px solid var(--tp-border)}.tp-anketa-group__title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tp-primary)}.tp-langfield{flex-direction:column}.tp-langfield,.tp-langfield__add{display:flex;gap:var(--tp-space-3)}.tp-langfield__add{flex-wrap:wrap}.tp-langfield__add select{min-width:160px}.tp-langfield__tags{display:flex;flex-wrap:wrap;gap:var(--tp-space-3)}.tp-langtag{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 12px;background:var(--tp-surface-sunken);border:1.5px solid var(--tp-border-strong);border-radius:var(--tp-radius-pill);font-size:var(--tp-text-caption);font-weight:var(--tp-weight-medium);color:var(--tp-text)}.tp-langtag__name{cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.tp-langtag__level{background:var(--tp-primary);color:var(--tp-text-inverse);padding:2px 8px;border-radius:var(--tp-radius-pill);font-size:11px;font-weight:600;cursor:pointer}.tp-langtag__remove{background:none;border:none;cursor:pointer;opacity:.5;font-size:13px;padding:2px 4px;color:inherit;line-height:1}.tp-langtag__remove:hover{opacity:1}.tp-levelgrid{display:flex;flex-direction:column;gap:var(--tp-space-2)}.tp-levelopt{display:flex;align-items:center;gap:var(--tp-space-3);padding:10px 14px;border:1.5px solid var(--tp-border);border-radius:var(--tp-radius-sm);cursor:pointer;font-size:var(--tp-text-body);color:var(--tp-text)}.tp-levelopt input{accent-color:var(--tp-primary);width:16px;height:16px;cursor:pointer}.tp-levelopt--sel{border-color:var(--tp-primary);background:var(--tp-primary-soft)}.tp-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(10,15,26,.6);display:flex;align-items:center;justify-content:center;padding:var(--tp-space-5)}.tp-modal{position:relative;width:100%;background:var(--tp-surface);border-radius:var(--tp-radius);max-height:90vh;overflow-y:auto;box-shadow:var(--tp-shadow-lift)}.tp-modal__close{position:absolute;top:var(--tp-space-4);right:var(--tp-space-4);background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--tp-text-muted);z-index:1}.tp-modal__header{padding:var(--tp-space-6) var(--tp-space-7) var(--tp-space-4);border-bottom:1px solid var(--tp-border)}.tp-modal__title{font-family:var(--tp-font-display);font-size:1.3rem;font-weight:var(--tp-weight-heading);color:var(--tp-text)}.tp-modal__subtitle{font-size:var(--tp-text-caption);color:var(--tp-text-muted);margin-top:4px}.tp-modal__body{padding:var(--tp-space-6) var(--tp-space-7)}.tp-modal__footer{padding:var(--tp-space-5) var(--tp-space-7) var(--tp-space-6);border-top:1px solid var(--tp-border);display:flex;gap:var(--tp-space-3);justify-content:flex-end;flex-wrap:wrap}