@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap");:root{--color-primary:#8B0000;--color-primary-dark:#6B0000;--color-primary-light:#A50000;--color-bg:#FCFAF5;--color-bg-card:#FFFFFF;--color-bg-muted:#F6F1E8;--color-text:#1A1A1A;--color-text-muted:#555555;--color-text-light:#999999;--color-border:#E7DDCC;--color-border-strong:#D2C6B2;--color-border-focus:#8B0000;--color-success:#27AE60;--color-error:#E74C3C;--color-warning:#E67E22;--color-info:#2980B9;--red:#8B0000;--red-h:#A50000;--red-dk:#6B0000;--red-lt:#FBEEE8;--dark:#181818;--text:#1A1A1A;--t2:#555555;--t3:#999999;--g1:#F6F1E8;--g2:#ECE3D4;--bdr:#E7DDCC;--bdr2:#D2C6B2;--gold:#C66C1E;--gold-soft:#F6E6D5;--terracotta:#C66C1E;--teal:#0E7C7B;--teal-soft:#DCEDEC;--olive:#C66C1E;--olive-soft:#F6E6D5;--font-heading:Tahoma,Verdana,Geneva,system-ui,sans-serif;--font-body:Tahoma,Verdana,Geneva,system-ui,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--max-width:1280px;--header-height:72px;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--radius-xl:20px;--radius-full:999px;--r:8px;--rl:14px;--rx:20px;--pill:999px;--shadow-sm:0 1px 4px rgba(0,0,0,0.07),0 3px 12px rgba(0,0,0,0.05);--shadow-md:0 4px 20px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.07);--shadow-lg:0 8px 40px rgba(0,0,0,0.18),0 2px 8px rgba(0,0,0,0.1);--sh:0 1px 4px rgba(0,0,0,0.07),0 3px 12px rgba(0,0,0,0.05);--sh-l:0 4px 20px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.07);--sh-h:0 8px 40px rgba(0,0,0,0.18),0 2px 8px rgba(0,0,0,0.1);--transition:140ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.55;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img,video{max-width:100%;height:auto}@media (max-width:640px){body,html{overflow-x:hidden}}button,input,select,textarea{font:inherit;color:inherit}@media (max-width:767px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}}.container,.wrap{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:48px}@media (max-width:768px){.container,.wrap{padding-inline:var(--space-6)}}@media (max-width:640px){.container,.wrap{padding-inline:var(--space-4)}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border-width:0}.btn,.sr-only{white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:11px 22px;border-radius:var(--r);font-family:var(--font-body);font-weight:600;font-size:var(--text-sm);line-height:1;border:2px solid transparent;cursor:pointer;transition:all var(--transition)}.btn,.btn:hover{text-decoration:none}.btn-red{background:var(--red);color:#fff;border-color:var(--red)}.btn-red:hover{background:var(--red-h);border-color:var(--red-h)}.btn-out{background:transparent;color:var(--red);border-color:var(--red)}.btn-out:hover{background:var(--red-lt)}.btn-ghost{background:transparent;color:var(--dark);border-color:var(--bdr2)}.btn-ghost:hover{border-color:var(--dark)}.btn-wh{background:#fff;color:var(--red);border-color:#fff}.btn-wh:hover{background:#f0f0f0}.btn-wh-o{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}.btn-wh-o:hover{border-color:#fff;background:rgba(255,255,255,.1)}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:15px 30px;font-size:var(--text-base)}.form-field{margin-bottom:var(--space-4)}.form-field label,.form-label{display:block;font-size:var(--text-sm);font-weight:600;color:var(--dark);margin-bottom:var(--space-2)}.form-input,.form-select,.form-textarea{width:100%;padding:11px 14px;font-family:var(--font-body);font-size:var(--text-sm);color:var(--dark);background:#fff;border:1.5px solid var(--bdr2);border-radius:var(--r);transition:border-color var(--transition),box-shadow var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-lt)}.form-textarea{min-height:120px;resize:vertical}.form-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-4);gap:var(--space-4)}@media (max-width:560px){.form-row{grid-template-columns:1fr}}.card{background:var(--color-bg-card);border-radius:var(--rl);box-shadow:var(--sh)}.bc{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);margin-bottom:var(--space-6)}.bc,.bc a{color:var(--t2)}.bc a,.bc a:hover{text-decoration:none}.bc a:hover{color:var(--red)}.bc span{color:var(--t3)}.st{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--pill);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.st-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.st-ok{background:#E8F5EE;color:var(--color-success)}.st-warn{background:#FDF0E6;color:var(--color-warning)}.st-info{background:#E8F1F8;color:var(--color-info)}.st-err{background:#FBE9E7;color:var(--color-error)}.av{justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--red-lt);color:var(--red);font-family:var(--font-heading);font-size:var(--text-sm);flex-shrink:0}.av,.bdg{display:inline-flex;align-items:center;font-weight:700}.bdg{padding:3px 9px;border-radius:var(--pill);font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:var(--g1);color:var(--t2)}.bdg-promo{background:#C0392B;color:#fff}.bdg-warn{background:var(--color-warning);color:#fff}.ph{background:repeating-linear-gradient(45deg,var(--g1),var(--g1) 10px,var(--g2) 10px,var(--g2) 20px)}