.mock-test-page{width:100%;min-height:100vh}.mock-test-page .mock-test-hero{width:100%;height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:radial-gradient(circle at top left,hsla(0,0%,100%,.12),transparent 32%),linear-gradient(135deg,#0f2747,#173d6b 54%,#b11226);color:#fff}.mock-test-page .mock-test-hero,.mock-test-page .mock-test-hero__media{position:relative;overflow:hidden}.mock-test-page .mock-test-hero__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.mock-test-page .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.mock-test-page .mock-test-hero__content{align-self:center;width:min(100%,680px);max-width:680px;padding:clamp(40px,7vw,80px);margin-left:clamp(24px,6vw,80px);text-align:left}.mock-test-page .hero-title{font-size:clamp(2.6rem,4vw,3.6rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff}.mock-test-page .hero-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:8px 14px;background:hsla(0,0%,100%,.14);font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.mock-test-page .hero-subtitle{font-size:1.2rem;opacity:.85;font-weight:400;max-width:620px;color:#fff}.mock-test-page .hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.mock-test-page .hero-pills span{padding:8px 14px;border-radius:999px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);font-size:.9rem}@media (max-width:900px){.mock-test-page .mock-test-hero{grid-template-columns:1fr;height:auto}.mock-test-page .mock-test-hero__media{height:320px}.mock-test-page .mock-test-hero__content{margin-left:0}}.mock-test-page .mock-test-options{padding:80px 20px;background:linear-gradient(180deg,#f6f7fb,#fff)}.mock-test-page .container{max-width:1200px;margin:0 auto}.mock-test-page .section-header{text-align:center;margin-bottom:60px}.mock-test-page .section-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.mock-test-page .section-header p{font-size:1.125rem;color:#666}.mock-test-page .test-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin-top:40px}@media (max-width:1024px){.mock-test-page .test-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.mock-test-page .test-cards{grid-template-columns:1fr}}.mock-test-page .test-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.mock-test-page .test-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.mock-test-page .test-card.featured{border:2px solid rgba(177,18,38,.22)}.mock-test-page .featured-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#b11226,#d73f53);color:#fff;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.mock-test-page .card-icon{width:70px;height:70px;background:linear-gradient(135deg,#0f2747,#b11226);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.mock-test-page .card-icon i{font-size:2rem;color:#fff}.mock-test-page .card-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.mock-test-page .card-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:24px}.mock-test-page .card-features{list-style:none;padding:0;margin:0 0 30px;flex-grow:1}.mock-test-page .card-features li{display:flex;align-items:center;padding:10px 0;color:#444;font-size:.95rem}.mock-test-page .card-features i{color:#b11226;margin-right:12px;font-size:1.125rem}.mock-test-page .book-btn{width:100%;padding:16px 24px;background:#fff;border:2px solid #b11226;color:#b11226;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mock-test-page .book-btn:hover{background:#b11226;color:#fff;transform:translateY(-2px)}.mock-test-page .book-btn.primary{background:linear-gradient(135deg,#b11226,#0f2747);color:#fff;border:none}.mock-test-page .book-btn.primary:hover{background:linear-gradient(135deg,#8e0c1d,#173d6b)}.mock-test-page .test-card--selected{border:2px solid rgba(177,18,38,.35);box-shadow:0 16px 44px rgba(17,39,71,.12)}.mock-test-page .mock-flow{padding:22px 0 44px;background:linear-gradient(180deg,#fff,#f8f3ef);scroll-margin-top:120px}.mock-test-page .mock-flow__panel{width:100%;max-width:none;margin:0 auto;background:#fff;border:1px solid rgba(15,39,71,.08);border-radius:24px;box-shadow:0 20px 50px rgba(15,39,71,.1);padding:clamp(24px,4vw,40px)}.mock-test-page .mock-flow__header h2{font-size:clamp(2rem,3.6vw,2.8rem);color:#0f2747;margin-bottom:10px}.mock-test-page .mock-flow__header p{font-size:1.1rem;color:#425466;margin-bottom:0}.mock-test-page .mock-flow__eyebrow,.mock-test-page .purchase-panel__label{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:rgba(177,18,38,.1);color:#b11226;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}.mock-test-page .mock-flow__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}.mock-test-page .mock-flow__choices--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.mock-test-page .choice-card{border:1px solid rgba(15,39,71,.12);border-radius:20px;padding:24px;background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;gap:10px}.mock-test-page .choice-card--selected,.mock-test-page .choice-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(15,39,71,.12);border-color:rgba(177,18,38,.32)}.mock-test-page .choice-card__icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,39,71,.08);color:#0f2747;font-size:1.25rem}.mock-test-page .choice-card__title{font-size:1.15rem;font-weight:700;color:#0f2747}.mock-test-page .choice-card__body{color:#4d5e70;line-height:1.6}.mock-test-page .mock-flow__banner{border-radius:16px;padding:14px 16px;margin-top:20px;line-height:1.6}.mock-test-page .mock-flow__banner--info{background:rgba(15,39,71,.06);color:#173d6b}.mock-test-page .mock-flow__banner--warn{background:rgba(240,157,0,.14);color:#8a5500}.mock-test-page .mock-flow__banner--danger{background:rgba(177,18,38,.12);color:#8e0c1d}.mock-test-page .purchase-panel{margin-top:28px;border-top:1px solid rgba(15,39,71,.08);padding-top:28px}.mock-test-page .purchase-panel__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.mock-test-page .purchase-panel__summary h3{font-size:1.6rem;color:#0f2747;margin-bottom:10px}.mock-test-page .purchase-panel__summary p{color:#4d5e70;max-width:700px;line-height:1.7}.mock-test-page .purchase-panel__price{font-size:1.8rem;font-weight:800;color:#b11226;white-space:nowrap}.mock-test-page .purchase-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mock-test-page .purchase-form__field{display:flex;flex-direction:column;gap:8px;color:#0f2747;font-weight:600}.mock-test-page .purchase-form__field input,.mock-test-page .purchase-form__field select,.mock-test-page .purchase-form__field textarea{width:100%;border-radius:12px;border:1px solid rgba(15,39,71,.14);padding:14px 16px;font:inherit;color:#12212f;background:#fff}.mock-test-page .purchase-form__field input:focus,.mock-test-page .purchase-form__field select:focus,.mock-test-page .purchase-form__field textarea:focus{outline:none;border-color:rgba(177,18,38,.4);box-shadow:0 0 0 4px rgba(177,18,38,.08)}.mock-test-page .purchase-form__help{color:#5a6b7d;font-size:.88rem;line-height:1.5;font-weight:500}.mock-test-page .purchase-form__field--full{margin-top:18px}.mock-test-page .purchase-form__actions{display:flex;gap:16px;margin-top:20px}.mock-test-page .purchase-form__hint{margin-top:16px;color:#5a6b7d}.mock-test-page .why-mock-test{padding:80px 20px;background:#fff}.mock-test-page .why-mock-test h2{text-align:center;font-size:2.5rem;font-weight:700;color:#0f2747;margin-bottom:60px}.mock-test-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.mock-test-page .benefit-item{text-align:center}.mock-test-page .benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#0f2747,#b11226);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.mock-test-page .benefit-icon i{font-size:2rem;color:#fff}.mock-test-page .benefit-item h4{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.mock-test-page .benefit-item p{color:#666;line-height:1.6;font-size:.95rem}@media (max-width:768px){.mock-test-page .mock-test-hero{height:520px}.mock-test-page .hero-title{font-size:2rem}.mock-test-page .hero-subtitle{font-size:1rem}.mock-test-page .hero-pills{gap:8px}.mock-test-page .section-header h2{font-size:1.875rem}.mock-test-page .test-cards{grid-template-columns:1fr}.mock-test-page .benefits-grid{grid-template-columns:1fr;gap:30px}.mock-test-page .mock-flow__choices,.mock-test-page .mock-flow__choices--triple,.mock-test-page .purchase-form__grid{grid-template-columns:1fr}.mock-test-page .purchase-form__actions,.mock-test-page .purchase-panel__summary{flex-direction:column}.mock-test-page .mock-flow,.mock-test-page .mock-test-options,.mock-test-page .why-mock-test{padding:50px 20px}.mock-test-page .mock-flow{padding:22px 0 36px}}@media (max-width:480px){.mock-test-page .mock-test-hero{height:460px}}