.upgrade-scope{--gray-offset: rgba(0, 0, 0, .03);--gray-border: rgba(0, 0, 0, .15);--gray-light: rgba(0, 0, 0, .4);--gray-mid: rgba(0, 0, 0, .7);--gray-dark: rgba(0, 0, 0, .9);--brand-bg: rgb(240, 248, 255);--button-bg: #000000;--button-text: #ffffff;--button-hover: #222222;--body-color: var(--gray-mid);--headline-color: var(--gray-dark);--accent-color: var(--button-bg);--body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;--radius: 6px;background-color:var(--brand-bg);color:var(--body-color);font-family:var(--body-font-family);-webkit-font-smoothing:antialiased}.upgrade-scope *{box-sizing:border-box}.upgrade-scope h1,.upgrade-scope h2,.upgrade-scope h3,.upgrade-scope h4,.upgrade-scope h5,.upgrade-scope h6{color:var(--body-color);margin-top:2px;margin-bottom:4px}.upgrade-scope h1{font-size:27px;color:var(--headline-color)}.upgrade-scope h4{font-weight:500;font-size:14px;color:var(--gray-light)}.upgrade-scope .sr-root{display:flex;flex-direction:column;justify-content:flex-start;width:100%;min-width:320px;height:auto;min-height:100vh;padding:48px 20px}.upgrade-scope .sr-header{margin-top:32px;margin-bottom:32px;text-align:center}.upgrade-scope .sr-payment-summary{margin-bottom:20px;text-align:center}.upgrade-scope .sr-main,.upgrade-scope .sr-content{display:flex;flex-direction:column;justify-content:center;height:100%}.upgrade-scope .sr-main{width:100%}.upgrade-scope .sr-content{display:none;padding-left:48px}.upgrade-scope .sr-header__logo{height:24px;background-position:center;background-size:contain;background-repeat:no-repeat;width:100%}.upgrade-scope .sr-legal-text{color:var(--gray-light);text-align:center;font-size:13px;line-height:17px;margin-top:12px}.upgrade-scope .sr-field-error{color:var(--accent-color);text-align:left;font-size:13px;line-height:17px;margin-top:12px}@media(min-width:720px){.upgrade-scope .sr-root{flex-direction:row;justify-content:center;padding:0}.upgrade-scope .sr-header__logo{background-position:left top}.upgrade-scope .sr-payment-summary{text-align:left}.upgrade-scope .sr-content{display:block}.upgrade-scope .sr-main{width:auto}}.upgrade-scope .price-table-container{display:flex;justify-content:center;gap:40px;margin-top:20px}.upgrade-scope .price-table-container section{border-radius:var(--radius);padding:40px 32px;display:flex;flex-direction:column;align-items:center;width:320px;background-color:#fff;box-shadow:0 2px 5px #3c425714,0 1px 1px #0000001f}.upgrade-scope .plan-card form{display:flex;flex-direction:column;flex:1;width:100%;align-items:center;justify-content:space-between}.upgrade-scope .price-table-container .name{color:#333;font-size:20px;font-weight:600;margin-top:12px;margin-bottom:12px;text-align:center}.upgrade-scope .price-table-container .price{color:#000;font-size:32px;font-weight:700;margin-bottom:6px;text-align:center}.upgrade-scope .price-table-container .duration{color:#666;font-size:16px;margin-bottom:20px;text-align:center}.upgrade-scope .price-table-container button{background-color:var(--button-bg);color:var(--button-text);border-radius:8px;padding:14px 20px;font-size:18px;font-weight:600;cursor:pointer;width:100%;max-width:200px;height:48px;margin:0 auto;display:flex;align-items:center;justify-content:center}.upgrade-scope .price-table-container button:hover{background-color:var(--button-hover)}.upgrade-scope .autyros-logo{font-size:26px;font-weight:700;color:#000}.upgrade-scope .sr-main h1{font-size:32px;color:#000;font-weight:700;margin-bottom:16px;text-align:center}.upgrade-scope .sub-headline{font-size:18px;color:#333;text-align:center;margin-bottom:30px}.upgrade-scope .features{margin:16px 0 20px;width:100%}.upgrade-scope .features ul{list-style:none;padding:0;margin:0}.upgrade-scope .features li{font-size:15px;color:#444;margin:6px 0;padding-left:28px;position:relative;text-align:left}.upgrade-scope .features li:before{content:"✔";color:var(--accent-color);position:absolute;left:0;font-weight:700;font-size:16px;line-height:1}.upgrade-scope .cancel-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:var(--brand-bg);text-align:center;padding:80px 20px 20px}.upgrade-scope .cancel-container{background:#fff;padding:70px 50px;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:700px;width:100%}.upgrade-scope .cancel-container h1{font-size:36px;font-weight:700;color:var(--headline-color);margin-bottom:24px;font-family:var(--body-font-family)}.upgrade-scope .cancel-container p{font-size:20px;line-height:1.5;color:var(--gray-mid);margin-bottom:30px;font-family:var(--body-font-family)}.upgrade-scope .back-button{display:inline-block;background-color:var(--button-bg);color:var(--button-text);font-size:18px;font-weight:600;padding:14px 28px;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:background-color .2s ease,transform .05s ease}.upgrade-scope .back-button:hover{background-color:var(--button-hover)}.upgrade-scope .back-button:active{transform:translateY(1px)}.upgrade-scope .back-button:focus{outline:2px solid #99c2ff;outline-offset:2px}.upgrade-scope .success-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background-color:var(--brand-bg);text-align:center;padding:80px 20px 20px}.upgrade-scope .success-container{background:#fff;padding:70px 50px;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:700px;width:100%}.upgrade-scope .success-container h1{font-size:36px;font-weight:700;color:var(--headline-color);margin-bottom:24px;font-family:var(--body-font-family)}.upgrade-scope .success-container p{font-size:20px;line-height:1.5;color:var(--gray-mid);margin-bottom:20px;font-family:var(--body-font-family)}.upgrade-scope .success-actions{display:flex;justify-content:center;gap:20px;margin-top:30px}.upgrade-scope .success-actions button,.upgrade-scope .success-actions .manage-button{background-color:var(--button-bg);color:var(--button-text);font-size:18px;font-weight:600;padding:14px 28px;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease,transform .05s ease}.upgrade-scope .success-actions button:hover,.upgrade-scope .success-actions .manage-button:hover{background-color:var(--button-hover)}.upgrade-scope .success-actions button:active,.upgrade-scope .success-actions .manage-button:active{transform:translateY(1px)}.upgrade-scope .success-actions button:focus,.upgrade-scope .success-actions .manage-button:focus{outline:2px solid #99c2ff;outline-offset:2px}
