.vp-education{background:var(--edu-bg, #FDFBF7);color:var(--edu-text, #1a1a1a);padding:60px 0 80px}.vp-education__header{text-align:center;margin-bottom:48px}.vp-education__title{font-size:clamp(24px,4vw,40px);font-weight:700;color:#06402b;margin:0 0 12px;line-height:1.2}.vp-education__sub{font-size:17px;color:#777;max-width:560px;margin:0 auto;line-height:1.65}.vp-education__grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:640px){.vp-education__grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.vp-education__grid{grid-template-columns:repeat(3,1fr)}}.vp-edu-card{background:#fff;border:1px solid #e8e3d9;border-radius:12px;padding:40px 32px 36px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s}.vp-edu-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#b8943f;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.vp-edu-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a;border-color:transparent}.vp-edu-card:hover:before{transform:scaleX(1)}.vp-edu-card__icon{width:68px;height:68px;background:#f5f0e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:#06402b;flex-shrink:0;transition:background .3s,color .3s}.vp-edu-card:hover .vp-edu-card__icon{background:#06402b;color:#fff}.vp-edu-card__title{font-size:20px;font-weight:700;color:#06402b;margin:0 0 12px;line-height:1.25}.vp-edu-card__text{font-size:15px;line-height:1.7;color:#777;margin:0 0 24px;flex:1}.vp-edu-card__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#06402b;text-decoration:none;border-bottom:2px solid #06402B;padding-bottom:2px;transition:gap .2s,color .2s,border-color .2s;margin-top:auto}.vp-edu-card__link:hover{gap:10px;color:#b8943f;border-color:#b8943f}@media(min-width:1024px){.vp-education{padding:80px 0 100px}}.vp-calc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.vp-calc-modal[hidden]{display:none}.vp-calc-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.vp-calc-modal__panel{position:relative;background:#fff;border-radius:16px;padding:32px;width:100%;max-width:480px;box-shadow:0 24px 64px #0003;max-height:90vh;overflow-y:auto;animation:vpCalcIn .28s ease}@keyframes vpCalcIn{0%{opacity:0;transform:scale(.93) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.vp-calc-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;border:none;background:#f2f2f2;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:background .2s}.vp-calc-modal__close:hover{background:#e0e0e0}.vp-calc-modal__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px;padding-right:32px}.vp-calc-modal__icon{width:52px;height:52px;border-radius:12px;background:#e8f3ee;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-calc-modal__title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.vp-calc-modal__sub{font-size:14px;color:#666;margin:0}.vp-calc-modal__body{display:flex;flex-direction:column;gap:20px}.fc-grid{display:flex;gap:16px;align-items:stretch}.fc-block{flex:1;border:1px solid #e9e9e9;border-radius:10px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.fc-title{font-weight:700;font-size:15px;color:#06402b;margin-bottom:12px;text-align:center}.fc-title-note{font-weight:400;font-size:12px;color:#888}.fc-control{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px}.fc-btn{width:34px;height:34px;border-radius:6px;border:1px solid #d0d0d0;background:#fff;cursor:pointer;font-size:18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;color:#06402b;transition:background .15s,border-color .15s}.fc-btn:hover{background:#e8f3ee;border-color:#06402b}.fc-input{width:90px;text-align:center;border:1px solid #ddd;border-radius:6px;padding:6px 8px;font-size:16px;-moz-appearance:textfield;outline:none;transition:border-color .2s}.fc-input:focus{border-color:#06402b}.fc-input::-webkit-inner-spin-button,.fc-input::-webkit-outer-spin-button{-webkit-appearance:none}.fc-kg{font-weight:600;font-size:14px;color:#555}.fc-results{background:#06402b;color:#fff;border-radius:8px;padding:14px;margin-top:6px}.fc-result-row{display:flex;gap:12px;align-items:flex-end;justify-content:space-between}.fc-result{flex:1;text-align:center}.fc-result-title{font-size:11px;font-weight:700;color:#ffffffbf;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.fc-value{font-size:20px;font-weight:800;color:#fff;line-height:1.2}.fc-disclaimer{font-size:12px;color:#888;margin:0;text-align:center;line-height:1.5}@media(max-width:480px){.fc-grid{flex-direction:column}.fc-input{width:80px}}.vp-calc-result__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:#b8943f;color:#fff;border-radius:6px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s;width:100%}.vp-calc-result__cta:hover{background:#a37e34}button.vp-edu-card__link{background:none;border:none;border-bottom:2px solid #06402B;cursor:pointer;padding-bottom:2px}
/*# sourceMappingURL=/cdn/shop/t/54/assets/vp-education-cta.css.map */
