body{min-height:100vh}.o3-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1rem 2rem}.o3-card{max-width:720px;width:100%;background:var(--card-bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.dark .o3-card{background:var(--card-bg-dark);box-shadow:0 4px 30px var(--card-shadow-dark)}.o3-photo{width:100%;overflow:hidden;background:#e5e7eb}.dark .o3-photo{background:#ffffff0f}.o3-photo img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.o3-content{padding:2rem 2rem 2.5rem;text-align:left}.o3-super{display:block;font-size:clamp(17px,2.4vw,22px);font-weight:600;text-transform:none;letter-spacing:0;line-height:1.35;color:var(--color-offer-accent);margin-bottom:0}.o3-heading{font-size:clamp(22px,3.5vw,36px);font-weight:700;line-height:1.15;color:var(--color-text);margin:0 0 1rem;letter-spacing:-.01em}.o3-body{font-size:clamp(14px,1.3vw,16px);line-height:1.65;color:var(--color-offer-body);margin-bottom:1.5rem}.o3-body p{margin:0 0 .75rem}.o3-body p:last-child{margin-bottom:0}.o3-body strong{color:var(--color-text);font-weight:600}.o3-cta{display:block;width:fit-content;padding:.8rem 2rem;background:var(--color-offer-accent);color:#fff;font-weight:600;font-size:clamp(14px,1.2vw,16px);border-radius:9999px;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease;text-decoration:none;margin:.5rem auto 0}.o3-cta:hover{background:var(--color-offer-accent-hover);transform:translateY(-1px)}.o3-cta:active{transform:translateY(0)}.o3-cta--submit{width:100%;padding:.9rem 2rem;font-size:1rem;margin-top:.25rem;text-align:center}.o3-price-old{text-decoration:line-through;color:var(--color-text-muted);font-weight:400;font-size:.75em}.o3-price-new{color:var(--color-offer-accent);font-weight:700}.o3-price-new--inline{font-size:1.1em}.o3-subheading{font-size:clamp(16px,1.4vw,20px);font-weight:600;color:var(--color-text);margin:0 0 .75rem;text-align:left;width:100%}.o3-checklist-wrap{width:100%;margin-bottom:1.5rem;text-align:left}.o3-checklist{list-style:none;padding:0;margin:0}.o3-checklist li{position:relative;padding-left:1.5rem;margin-bottom:.4rem;font-size:clamp(13px,1.2vw,15px);color:var(--color-offer-body);line-height:1.5}.o3-checklist li:before{content:"✓";position:absolute;left:0;color:var(--color-offer-accent);font-weight:700}.o3-details{width:100%;text-align:left;margin-bottom:1.5rem;font-size:clamp(14px,1.3vw,16px);line-height:1.6;color:var(--color-offer-body)}.o3-details p{margin:0 0 .5rem}.o3-details strong{color:var(--color-text)}.o3-portfolio{width:100%;margin-bottom:1.5rem}.o3-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:600px){.o3-portfolio-grid{grid-template-columns:1fr}}.o3-portfolio-card{text-align:center}.o3-portfolio-thumb{aspect-ratio:16 / 10;border-radius:.5rem;background:#f5f5f4;border:2px dashed rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.o3-portfolio-thumb:after{content:"Скоро";font-size:.8rem;color:var(--color-text-muted)}.o3-portfolio-name{font-size:clamp(12px,1.1vw,14px);color:var(--color-text-muted);line-height:1.4}.o3-availability{display:flex;align-items:center;gap:.5rem;font-size:clamp(14px,1.3vw,16px);font-weight:600;color:var(--color-text);margin-bottom:2rem;padding:.75rem 1.25rem;background:#f5f5f4;border-radius:9999px;box-shadow:0 1px 3px #00000014;opacity:0;transition:opacity .5s ease}.o3-availability.is-visible{opacity:1}.o3-availability.is-low .o3-dot{background:#f59e0b;animation-duration:1s}.o3-availability.is-critical .o3-dot{background:#ef4444;animation-duration:.6s}.o3-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:o3-pulse 2s ease-in-out infinite}@keyframes o3-pulse{0%,to{opacity:1}50%{opacity:.5}}.o3-important{margin:1.25rem 0;padding:1rem 1.25rem;border-radius:.5rem;background:#f6522e0f;font-size:clamp(14px,1.25vw,15px);line-height:1.6;color:var(--color-offer-body)}.o3-important p{margin:0 0 .5rem}.o3-important p:last-child{margin-bottom:0}.o3-important strong{color:var(--color-text);font-weight:600}.dark .o3-important{background:#f6522e1a;color:#fffc}.dark .o3-important strong{color:var(--color-text-light)}.o3-body ul:not(.o3-checklist){list-style:none;margin:0 0 .75rem;padding-left:0}.o3-body ul:not(.o3-checklist) li{position:relative;padding-left:1.25rem;margin-bottom:.35rem;line-height:1.55}.o3-body ul:not(.o3-checklist) li:before{content:"";position:absolute;left:.25rem;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--color-offer-accent)}.o3-process{display:flex;flex-direction:column;gap:.875rem;margin:1.25rem 0;padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:.875rem;background:#fbfbfb}.o3-process-title{margin:0;font-size:.95rem;font-weight:700;color:var(--color-text)}.o3-timeline-row{display:flex;flex-direction:column;gap:.375rem}.o3-timeline-label{font-weight:700;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text)}.o3-timeline-label--accent{color:var(--color-offer-accent)}.o3-timeline-track{display:flex;align-items:center;gap:.625rem}.o3-timeline-bar{display:flex;align-items:center;gap:0;height:2.5rem;border-radius:.625rem;overflow:hidden;font-size:.8rem;font-weight:600;white-space:nowrap}.o3-timeline-bar--default{background:#e5e5e4;color:#52525b}.o3-timeline-bar--accent{background:var(--color-offer-accent);color:#fff}.o3-timeline-seg{padding:0 .625rem}.o3-timeline-sep{opacity:.5;font-size:.75rem}.o3-timeline-time{flex-shrink:0;font-size:.8rem;font-weight:600;color:var(--color-text-muted)}@media(max-width:560px){.o3-process{padding:.75rem}.o3-timeline-bar{height:2.125rem;font-size:.7rem}.o3-timeline-time{font-size:.7rem}}.dark .o3-process{border-color:#ffffff1a;background:#ffffff08}.dark .o3-timeline-bar--default{background:#ffffff1f;color:var(--color-text-light)}.dark .o3-timeline-sep{opacity:.4}.o3-form-wrap{width:100%;text-align:left;margin-bottom:1.5rem;border:5px solid var(--color-offer-accent);border-radius:1rem;padding:1.5rem}.o3-form{display:flex;flex-direction:column;gap:.875rem}.o3-field{display:flex;flex-direction:column}.o3-label{font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:.3rem}.o3-optional{color:var(--color-text-muted);font-weight:400}.o3-input{display:block;width:100%;padding:.7rem .9rem;font-size:.9375rem;border-radius:.625rem;border:1px solid rgba(0,0,0,.15);background:#fff;color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.o3-input:focus{outline:none;border-color:var(--color-offer-accent);box-shadow:0 0 0 3px #f6522e26}.o3-input::placeholder{color:var(--color-text-muted)}.o3-textarea{resize:vertical;min-height:70px}.o3-form-note{margin-top:0;margin-bottom:.875rem;font-size:clamp(12px,1.1vw,14px);color:var(--color-text-muted);line-height:1.5;text-align:center}.o3-success{text-align:center;font-size:1rem;font-weight:500;color:#16a34a;padding:1.5rem 0}.o3-error{text-align:center;font-size:.8125rem;color:#dc2626;margin-top:.5rem}.o3-cta--submit:disabled{opacity:.6;cursor:not-allowed}.o3-footer{margin-top:1.5rem;padding:0 1rem 1rem;text-align:center;width:100%;max-width:720px}.o3-footer p{font-size:.8rem;color:#fff9;margin:0}@media(max-width:767px){.o3-page{padding:0;align-items:flex-start}.o3-card{max-width:100%;margin:0;border-radius:0;box-shadow:none}.dark .o3-card{box-shadow:none}.o3-content{padding:1.5rem 1rem 2rem}}.dark .o3-heading,.dark .o3-subheading,.dark .o3-body strong,.dark .o3-details strong,.dark .o3-label{color:var(--color-text-light)}.dark .o3-body,.dark .o3-checklist li,.dark .o3-details{color:#ffffffbf}.dark .o3-price-old,.dark .o3-optional,.dark .o3-form-note,.dark .o3-footer p,.dark .o3-portfolio-name,.dark .o3-portfolio-thumb:after{color:#ffffff80}.dark .o3-availability{background:#ffffff14;color:var(--color-text-light);box-shadow:0 1px 3px #0003}.dark .o3-portfolio-thumb{background:#ffffff0d;border-color:#ffffff1a}.dark .o3-input{background:#ffffff0d;border-color:#ffffff26;color:var(--color-text-light)}.dark .o3-input::placeholder{color:#fff6}.dark .o3-input:focus{border-color:var(--color-offer-accent);box-shadow:0 0 0 3px #f6522e40}
