:root{--gr-primary:#0b7269;--gr-primary-dark:#095c55;--gr-primary-light:rgba(11, 114, 105, 0.1);--gr-secondary:#14b8a6;--gr-success:#10b981;--gr-danger:#ef4444;--gr-warning:#f59e0b;--gr-white:#ffffff;--gr-light:#f8fafc;--gr-border:#e2e8f0;--gr-text:#1e293b;--gr-text-muted:#64748b;--gr-radius:10px;--gr-radius-lg:16px;--gr-shadow:0 1px 3px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.06);--gr-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--gr-transition:all 0.2s ease}.gr-header{background:linear-gradient(135deg,var(--gr-primary) 0,var(--gr-secondary) 100%);border-radius:var(--gr-radius-lg);padding:32px;margin-bottom:24px;position:relative;overflow:hidden}.gr-header::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:rgba(255,255,255,.05);border-radius:50%}.gr-header h1{color:var(--gr-white);font-size:1.75rem;font-weight:700;margin-bottom:8px}.gr-header p{color:rgba(255,255,255,.9);font-size:1rem;margin:0}.gr-header .badge-group{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);color:var(--gr-white);padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:500;margin-top:16px}.gr-section{background:var(--gr-white);border-radius:var(--gr-radius-lg);padding:28px;margin-bottom:20px;box-shadow:var(--gr-shadow);border:1px solid var(--gr-border);transition:var(--gr-transition)}.gr-section:hover{box-shadow:var(--gr-shadow-lg)}.section-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding:16px 20px;background:linear-gradient(135deg,var(--gr-light) 0,rgba(11,114,105,.05) 100%);border-radius:var(--gr-radius);border-left:4px solid var(--gr-primary);position:relative;overflow:hidden}.section-header::before{content:'';position:absolute;top:0;right:0;width:100px;height:100%;background:linear-gradient(90deg,transparent,rgba(11,114,105,.03));pointer-events:none}.section-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--gr-primary) 0,var(--gr-primary-dark) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--gr-white);font-size:1.25rem;box-shadow:0 4px 12px rgba(11,114,105,.3);flex-shrink:0;transition:var(--gr-transition)}.section-header:hover .section-icon{transform:scale(1.05);box-shadow:0 6px 16px rgba(11,114,105,.4)}.section-header-content{flex:1}.section-title{font-size:1.2rem;font-weight:700;color:var(--gr-text);margin:0 0 4px 0;letter-spacing:-.02em}.section-subtitle{font-size:.875rem;color:var(--gr-text-muted);margin:0;line-height:1.4}.section-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--gr-white);border:1px solid var(--gr-border);border-radius:20px;font-size:.75rem;font-weight:600;color:var(--gr-primary);white-space:nowrap}.section-badge i{font-size:.7rem}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gr-text);margin-bottom:8px}.form-label .required{color:var(--gr-danger);margin-left:2px}.form-control-gr{width:100%;padding:12px 16px;font-size:.95rem;border:2px solid var(--gr-border);border-radius:var(--gr-radius);background:var(--gr-white);color:var(--gr-text);transition:var(--gr-transition)}.form-control-gr:focus{outline:0;border-color:var(--gr-primary);box-shadow:0 0 0 4px var(--gr-primary-light)}.form-control-gr::placeholder{color:var(--gr-text-muted)}.input-group-gr{display:flex;gap:8px}.input-group-gr .input-addon{padding:12px 16px;background:var(--gr-light);border:2px solid var(--gr-border);border-radius:var(--gr-radius);font-weight:600;color:var(--gr-text);white-space:nowrap}.payment-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.payment-card{position:relative;background:var(--gr-white);border:2px solid var(--gr-border);border-radius:var(--gr-radius);padding:20px;cursor:pointer;transition:var(--gr-transition)}.payment-card:hover{border-color:var(--gr-primary);transform:translateY(-2px);box-shadow:var(--gr-shadow)}.payment-card.active{border-color:var(--gr-primary);background:var(--gr-primary-light)}.payment-card.active::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;top:12px;right:12px;width:24px;height:24px;background:var(--gr-primary);color:var(--gr-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem}.payment-card input[type=radio]{position:absolute;opacity:0}.payment-icon{width:48px;height:48px;background:var(--gr-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gr-primary);margin-bottom:12px}.payment-card.active .payment-icon{background:var(--gr-primary);color:var(--gr-white)}.payment-label{font-weight:600;font-size:.95rem;color:var(--gr-text);margin-bottom:4px}.payment-desc{font-size:.8rem;color:var(--gr-text-muted)}.duration-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.duration-card{position:relative;background:var(--gr-white);border:2px solid var(--gr-border);border-radius:var(--gr-radius);padding:16px 20px;cursor:pointer;transition:var(--gr-transition);display:flex;align-items:center;gap:16px}.duration-card:hover{border-color:var(--gr-primary);transform:translateY(-2px);box-shadow:var(--gr-shadow)}.duration-card.active{border-color:var(--gr-primary);background:var(--gr-primary-light)}.duration-card.active::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;top:12px;right:12px;width:22px;height:22px;background:var(--gr-primary);color:var(--gr-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem}.duration-card input[type=radio]{position:absolute;opacity:0}.duration-icon{width:44px;height:44px;background:var(--gr-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--gr-primary);flex-shrink:0}.duration-card.active .duration-icon{background:var(--gr-primary);color:var(--gr-white)}.duration-content{flex:1;min-width:0}.duration-label{font-weight:600;font-size:.95rem;color:var(--gr-text);margin-bottom:4px}.duration-desc{font-size:.75rem;color:#64748b;line-height:1.5;margin-bottom:8px}.duration-meta{display:flex;align-items:center;gap:8px}.duration-days{font-size:.8rem;color:var(--gr-text-muted)}.duration-price{font-weight:700;font-size:.95rem;color:var(--gr-primary)}.duration-card.active .duration-price{color:var(--gr-primary-dark)}.review-section{background:linear-gradient(135deg,var(--gr-light) 0,var(--gr-white) 100%);border:2px solid var(--gr-border)}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}@media (max-width:768px){.review-grid{grid-template-columns:1fr}}.review-card{background:var(--gr-white);border-radius:var(--gr-radius);padding:20px;border:1px solid var(--gr-border)}.review-card-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gr-border)}.review-card-icon{width:32px;height:32px;background:var(--gr-primary-light);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--gr-primary);font-size:.9rem}.review-card-title{font-size:.95rem;font-weight:600;color:var(--gr-text);margin:0}.review-item{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px dashed var(--gr-border)}.review-item:last-child{border-bottom:none}.review-label{font-size:.85rem;color:var(--gr-text-muted)}.review-value{font-size:.9rem;font-weight:600;color:var(--gr-text);text-align:right;max-width:60%;word-break:break-word}.total-section{background:linear-gradient(135deg,var(--gr-primary) 0,var(--gr-secondary) 100%);border-radius:var(--gr-radius);padding:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.total-info{display:flex;flex-direction:column;gap:4px}.total-label{color:rgba(255,255,255,.9);font-size:.9rem;font-weight:500}.total-amount{color:var(--gr-white);font-size:1.75rem;font-weight:700}.terms-checkbox{display:flex;align-items:flex-start;gap:12px;padding:20px;background:var(--gr-light);border-radius:var(--gr-radius);margin-bottom:20px}.terms-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:var(--gr-primary);cursor:pointer}.terms-checkbox label{font-size:.9rem;color:var(--gr-text);cursor:pointer}.terms-checkbox a{color:var(--gr-primary);font-weight:600;text-decoration:none}.terms-checkbox a:hover{text-decoration:underline}.btn-submit{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:700;color:var(--gr-white);background:linear-gradient(135deg,var(--gr-primary) 0,var(--gr-primary-dark) 100%);border:none;border-radius:var(--gr-radius);cursor:pointer;transition:var(--gr-transition);display:flex;align-items:center;justify-content:center;gap:10px}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(11,114,105,.3)}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-submit .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--gr-white);border-radius:50%;animation:spin .8s linear infinite;display:none}.btn-submit.loading .spinner{display:block}@keyframes spin{to{transform:rotate(360deg)}}.choices{position:relative;margin-bottom:0;font-size:.95rem}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:var(--gr-light);cursor:not-allowed;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*=select-one]::after{content:'';height:0;width:0;border-style:solid;border-color:var(--gr-text-muted) transparent transparent transparent;border-width:6px 5px 0 5px;position:absolute;right:16px;top:50%;margin-top:-3px;pointer-events:none;transition:all .2s ease}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent var(--gr-primary) transparent;border-width:0 5px 6px 5px;margin-top:-3px}.choices__inner{display:flex;align-items:center;flex-wrap:wrap;width:100%;min-height:48px;padding:7.5px 16px;padding-right:40px;border:2px solid var(--gr-border);border-radius:var(--gr-radius);background-color:var(--gr-white);font-size:.95rem;overflow:hidden;transition:all .2s ease}.is-focused .choices__inner,.is-open .choices__inner{border-color:var(--gr-primary);box-shadow:0 0 0 4px var(--gr-primary-light)}.choices__list--single{display:inline-flex;align-items:center;padding:0;width:100%}.choices__list--single .choices__item{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.choices__item{cursor:default;color:var(--gr-text)}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__placeholder{opacity:1;color:var(--gr-text-muted)}.choices__list--dropdown{visibility:hidden;z-index:1000;position:absolute;width:100%;background-color:var(--gr-white);border:2px solid var(--gr-primary);border-radius:var(--gr-radius);top:100%;margin-top:4px;box-shadow:var(--gr-shadow-lg);overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible;animation:choicesSlideDown .2s ease-out}@keyframes choicesSlideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:4px;border-radius:var(--gr-radius)}.choices__list--dropdown .choices__input{width:100%;padding:12px 16px;border:none;border-bottom:1px solid var(--gr-border);background-color:var(--gr-light);font-size:.9rem;color:var(--gr-text)}.choices__list--dropdown .choices__input:focus{outline:0}.choices__list--dropdown .choices__input::placeholder{color:var(--gr-text-muted)}.choices__list--dropdown .choices__list{position:relative;max-height:280px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:12px 16px;font-size:.9rem;color:var(--gr-text);transition:background-color .1s ease}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list--dropdown .choices__item--selectable:hover{background-color:var(--gr-primary-light);color:var(--gr-primary)}.choices__list--dropdown .choices__item--selectable.is-selected{background-color:var(--gr-primary);color:var(--gr-white)}.choices__list--dropdown .choices__item--selectable.is-selected.is-highlighted,.choices__list--dropdown .choices__item--selectable.is-selected:hover{background-color:var(--gr-primary-dark)}.choices__list--dropdown .choices__item--disabled{cursor:not-allowed;user-select:none;color:var(--gr-text-muted);background-color:transparent!important;padding:16px;text-align:center}.has-no-choices .choices__list--dropdown .choices__item--disabled,.has-no-results .choices__list--dropdown .choices__item--disabled{display:block}.choices__list--dropdown .choices__list::-webkit-scrollbar{width:8px}.choices__list--dropdown .choices__list::-webkit-scrollbar-track{background:var(--gr-light)}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{background:var(--gr-border);border-radius:4px}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover{background:var(--gr-text-muted)}.choices__heading{font-weight:600;font-size:.75rem;padding:12px 16px 6px;color:var(--gr-text-muted);text-transform:uppercase;letter-spacing:.05em}.input-group-gr{display:flex;align-items:stretch}.input-group-gr .choices{width:140px;flex-shrink:0}.input-group-gr .choices__inner{border-radius:var(--gr-radius) 0 0 var(--gr-radius);border-right-width:1px;min-height:48px;padding-right:36px}.input-group-gr .choices[data-type*=select-one]::after{right:12px}.input-group-gr .choices__list--single .choices__item{font-weight:600}.input-group-gr .form-control-gr{flex:1;border-left:none;border-radius:0 var(--gr-radius) var(--gr-radius) 0}.input-group-gr .choices.is-focused .choices__inner,.input-group-gr .choices.is-open .choices__inner{border-right-color:var(--gr-primary);z-index:2}.input-group-gr .choices__list--dropdown{min-width:300px}.phone-code-item{display:flex;align-items:center;gap:8px}.phone-code-item .code{font-weight:600;color:var(--gr-text)}.phone-code-item .country{font-size:.8rem;color:var(--gr-text-muted)}.choices__list--dropdown .choices__item--selectable.is-highlighted .phone-code-item .code,.choices__list--dropdown .choices__item--selectable.is-highlighted .phone-code-item .country{color:var(--gr-primary)}.choices__list--dropdown .choices__item--selectable.is-selected .phone-code-item .code,.choices__list--dropdown .choices__item--selectable.is-selected .phone-code-item .country{color:var(--gr-white)}.choices__list--dropdown .choices__item--selectable.is-selected .phone-code-item .country{opacity:.8}select.form-control-gr{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}select.form-control-gr:focus{outline:0;border-color:var(--gr-primary);box-shadow:0 0 0 4px var(--gr-primary-light)}@media (max-width:991.98px){.container.py-md{padding-left:16px;padding-right:16px}.gr-header{padding:28px}.gr-section{padding:24px}.section-header{padding:14px 18px}.payment-options{grid-template-columns:repeat(2,1fr);gap:14px}.duration-picker{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:768px){.container.py-md{padding-left:12px;padding-right:12px}.gr-header{padding:24px;border-radius:var(--gr-radius)}.gr-header h1{font-size:1.4rem}.gr-header p{font-size:.9rem}.gr-section{padding:20px;margin-bottom:16px}.section-header{padding:12px 16px;gap:12px}.section-icon{width:46px;height:46px;font-size:1.1rem}.section-title{font-size:1.1rem}.section-subtitle{font-size:.8rem}.payment-options{grid-template-columns:1fr 1fr;gap:12px}.payment-card{padding:16px}.payment-icon{width:40px;height:40px;font-size:1.1rem;margin-bottom:10px}.payment-label{font-size:.85rem}.payment-desc{font-size:.75rem}.duration-picker{grid-template-columns:1fr 1fr;gap:12px}.duration-card{padding:14px 16px;gap:12px}.duration-icon{width:38px;height:38px;font-size:1rem}.duration-label{font-size:.85rem}.duration-days{font-size:.75rem}.duration-price{font-size:.85rem}.total-section{flex-direction:column;text-align:center;gap:12px;padding:20px}.total-amount{font-size:1.5rem}.input-group-gr .choices{width:130px}.choices__inner{min-height:44px;padding:6px 14px;padding-right:36px}.choices__list--dropdown .choices__item{padding:10px 14px}.choices__list--dropdown{border-radius:var(--gr-radius)}.form-control-gr{min-height:48px;font-size:16px}select.form-control-gr{min-height:48px}.terms-checkbox{padding:16px}.terms-checkbox input[type=checkbox]{width:24px;height:24px}.btn-submit{padding:14px 28px;font-size:1rem;min-height:52px}.review-card{padding:16px}.review-card-header{gap:8px;margin-bottom:12px;padding-bottom:10px}.review-item{padding:6px 0}.review-label{font-size:.8rem}.review-value{font-size:.85rem}}@media (max-width:575.98px){.container.py-md{padding-left:10px;padding-right:10px}.gr-header{padding:20px;margin-bottom:16px}.gr-header h1{font-size:1.25rem;line-height:1.3}.gr-header p{font-size:.85rem}.gr-header .badge-group{font-size:.75rem;padding:6px 12px}.gr-section{padding:16px;margin-bottom:14px;border-radius:var(--gr-radius)}.section-header{flex-wrap:wrap;padding:12px 14px;gap:10px}.section-badge{order:3;width:100%;justify-content:center;margin-top:4px}.payment-options{grid-template-columns:1fr 1fr;gap:10px}.payment-card{padding:14px 12px}.payment-icon{width:36px;height:36px;font-size:1rem;margin-bottom:8px}.payment-label{font-size:.8rem}.payment-desc{font-size:.7rem;display:none}.input-group-gr{flex-direction:column}.input-group-gr .choices{width:100%}.input-group-gr .choices__inner{border-radius:var(--gr-radius) var(--gr-radius) 0 0;border-right-width:2px;border-bottom-width:1px}.input-group-gr .form-control-gr{border-radius:0 0 var(--gr-radius) var(--gr-radius);border-left:2px solid var(--gr-border);border-top:none}.input-group-gr .choices.is-open .choices__inner{border-bottom-color:var(--gr-primary)}.input-group-gr .choices__list--dropdown{min-width:100%}.review-grid{grid-template-columns:1fr;gap:12px}.review-card{padding:14px}.total-section{padding:16px;border-radius:var(--gr-radius)}.total-label{font-size:.85rem}.total-amount{font-size:1.4rem}.terms-checkbox{padding:14px;gap:10px}.terms-checkbox label{font-size:.85rem;line-height:1.4}.btn-submit{padding:14px 20px;font-size:.95rem;border-radius:var(--gr-radius)}.form-label{font-size:.8rem;margin-bottom:6px}.form-group{margin-bottom:16px}}@media (max-width:480px){.container.py-md{padding-left:8px;padding-right:8px}.gr-header{padding:16px}.gr-header h1{font-size:1.15rem}.gr-section{padding:14px}.payment-options{grid-template-columns:1fr;gap:8px}.payment-card{padding:12px;display:flex;align-items:center;gap:12px}.payment-card.active::after{top:50%;transform:translateY(-50%);right:10px}.payment-icon{margin-bottom:0;flex-shrink:0}.payment-card .payment-label{margin-bottom:0}.payment-desc{display:none}.choices__inner{min-height:44px;padding:8px 12px;padding-right:32px}.choices[data-type*=select-one]::after{right:12px}.form-control-gr{padding:10px 14px;font-size:16px}.section-header{flex-direction:row;flex-wrap:wrap;padding:12px;gap:10px}.section-icon{width:40px;height:40px;font-size:1rem;border-radius:10px}.section-header-content{flex:1;min-width:140px}.section-title{font-size:1rem}.section-subtitle{font-size:.75rem}.section-badge{order:3;width:100%;justify-content:center;font-size:.7rem;padding:4px 10px}.review-card-header{gap:6px}.review-card-icon{width:28px;height:28px;font-size:.8rem}.review-card-title{font-size:.85rem}.review-label,.review-value{font-size:.78rem}.total-section{padding:14px}.total-amount{font-size:1.25rem}.terms-checkbox{padding:12px}.terms-checkbox input[type=checkbox]{width:22px;height:22px}.terms-checkbox label{font-size:.8rem}.btn-submit{padding:12px 16px;font-size:.9rem;gap:8px}.btn-submit i{font-size:.9rem}.breadcrumb{padding:8px 12px;font-size:.8rem}.breadcrumb-item+.breadcrumb-item::before{padding:0 4px}}@media (max-width:360px){.container.py-md{padding-left:6px;padding-right:6px}.gr-header{padding:14px}.gr-header h1{font-size:1.1rem}.gr-section{padding:12px}.section-icon{width:36px;height:36px;font-size:.9rem}.section-title{font-size:.95rem}.payment-card{padding:10px}.payment-icon{width:32px;height:32px;font-size:.9rem}.payment-label{font-size:.75rem}.form-label{font-size:.75rem}}@supports (padding:env(safe-area-inset-bottom)){.container-fluid.pt-7{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media (max-width:767.98px){.review-section{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}}@media (max-width:767.98px){.container-fluid.pt-7{padding-top:5rem!important}.gr-header::before,.section-header::before{display:none}.gr-section{-webkit-tap-highlight-color:transparent}.gr-section:active{transform:scale(.995)}.form-control-gr:focus{transform:translateY(-1px)}.duration-card,.payment-card{-webkit-tap-highlight-color:transparent}.duration-card:active,.payment-card:active{transform:scale(.97);transition:transform .1s ease}.choices__list--dropdown{max-height:50vh;position:fixed!important;left:10px!important;right:10px!important;width:auto!important;bottom:10px!important;top:auto!important;margin:0;border-radius:var(--gr-radius-lg);z-index:9999}.choices__list--dropdown.is-active{animation:slideUpMobile .25s ease-out}.choices__list--dropdown .choices__list{max-height:calc(50vh - 60px)}.choices.is-open::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:9998}.review-item{flex-direction:column;align-items:flex-start;gap:4px}.review-value{text-align:left;max-width:100%}.total-section{position:sticky;bottom:-1px;z-index:10;margin-left:-16px;margin-right:-16px;border-radius:var(--gr-radius) var(--gr-radius) 0 0}.btn-submit{position:relative;box-shadow:0 -4px 20px rgba(11,114,105,.2)}.btn-submit:active{transform:scale(.98)}.terms-checkbox{position:relative}.terms-checkbox label{padding-left:8px}.input-group-gr .input-addon{padding:10px 12px;font-size:.85rem}:focus-visible{outline:3px solid var(--gr-primary);outline-offset:2px}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (prefers-reduced-motion:reduce){.btn-submit,.form-control-gr,.gr-section,.payment-card{transition:none}.choices__list--dropdown.is-active{animation:none}}}@keyframes slideUpMobile{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767.98px) and (orientation:landscape){.container-fluid.pt-7{padding-top:4rem!important}.gr-header{padding:16px 20px}.gr-header h1{font-size:1.2rem}.gr-section{padding:16px}.section-header{padding:10px 12px}.payment-options{grid-template-columns:repeat(4,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-contrast:high){.form-control-gr{border-width:3px}.payment-card.active{border-width:3px}.btn-submit{border:2px solid var(--gr-white)}}.gr-header{background:#fff;padding:1.5rem 1.75rem;border:1px solid var(--gr-border);border-radius:var(--gr-radius-lg);box-shadow:0 2px 10px rgba(15,23,42,.04);position:relative;overflow:hidden}.gr-header::before{content:"";position:absolute;top:0;bottom:0;left:0;right:auto;width:3px;height:100%;background:var(--gr-primary);border-radius:0}.gr-header h1{color:var(--gr-text);font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .3rem}.gr-header p{color:var(--gr-text-muted);font-size:.88rem;margin:0}.gr-header .badge-group{background:#f0faf9;color:var(--gr-primary);border:1px solid #d9ece9;padding:.3rem .75rem;border-radius:999px;font-size:.72rem;font-weight:600;margin-top:.85rem}.gr-section{border-radius:var(--gr-radius-lg);padding:1.5rem 1.6rem;margin-bottom:1rem;box-shadow:0 2px 10px rgba(15,23,42,.04);border:1px solid var(--gr-border);transition:box-shadow .2s ease,border-color .2s ease}.gr-section:hover{box-shadow:0 6px 18px rgba(15,23,42,.06)}.section-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.35rem;padding:.85rem 1rem;background:#f0faf9;border-radius:var(--gr-radius);border-left:0;border:1px solid #d9ece9;position:relative;overflow:hidden}.section-header::before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:var(--gr-primary)}.section-icon{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #d9ece9;box-shadow:0 2px 6px rgba(11,114,105,.08);color:var(--gr-primary);font-size:1rem;transition:box-shadow .2s ease,transform .2s ease}.section-header:hover .section-icon{transform:none;box-shadow:0 4px 10px rgba(11,114,105,.1)}.section-title{font-size:1rem;font-weight:700;color:var(--gr-text);margin:0 0 .1rem;letter-spacing:-.005em}.section-subtitle{font-size:.78rem;color:var(--gr-text-muted);line-height:1.45;margin:0}.section-badge{padding:.25rem .6rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:#fff;border:1px solid #d9ece9;color:var(--gr-primary)}.form-control-gr{padding:.65rem .9rem;font-size:.9rem;border:1px solid var(--gr-border);border-radius:10px}.form-control-gr:focus{border-color:var(--gr-primary);box-shadow:0 0 0 3px rgba(11,114,105,.12)}.input-group-gr .input-addon{padding:.65rem .9rem;border:1px solid var(--gr-border);border-radius:10px}.duration-card,.payment-card{border:1.5px solid var(--gr-border);border-radius:12px;padding:1rem 1.1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.duration-card:hover,.payment-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,23,42,.06)}.duration-card.active,.payment-card.active{border-color:var(--gr-primary);background:#f0faf9}.duration-icon,.payment-icon{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #d9ece9;color:var(--gr-primary);font-size:1rem;margin-bottom:.75rem}.duration-icon{margin-bottom:0}.duration-card.active .duration-icon,.payment-card.active .payment-icon{background:var(--gr-primary);color:#fff;border-color:var(--gr-primary)}.review-section{background:#fff;border:1px solid var(--gr-border)}.review-card{border:1px solid var(--gr-border);border-radius:12px;padding:1.1rem 1.2rem}.review-card-icon{width:32px;height:32px;border-radius:8px;background:#f0faf9;color:var(--gr-primary);border:1px solid #d9ece9}.review-card-title{font-size:.88rem;font-weight:700;color:var(--gr-text);letter-spacing:-.005em}.review-item{padding:.45rem 0;border-bottom:1px dashed #eef2f7}.review-label{font-size:.8rem;color:var(--gr-text-muted)}.review-value{font-size:.86rem;font-weight:600;color:var(--gr-text)}.total-section{background:linear-gradient(135deg,var(--gr-primary) 0,var(--gr-secondary) 100%);border-radius:14px;padding:1.2rem 1.35rem;box-shadow:0 8px 24px rgba(11,114,105,.2)}.total-label{font-size:.82rem}.total-amount{font-size:1.55rem}.terms-checkbox{background:#f8fafc;border:1px solid var(--gr-border);border-radius:12px;padding:1rem 1.1rem}.terms-checkbox label{font-size:.85rem}.btn-submit{padding:.95rem 1.75rem;font-size:1rem;font-weight:700;background:var(--gr-primary);border-radius:12px;box-shadow:0 6px 16px rgba(11,114,105,.22);transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.btn-submit:hover{background:var(--gr-primary-dark);transform:translateY(-1px);box-shadow:0 10px 24px rgba(11,114,105,.28)}select.form-control-gr{appearance:none;-webkit-appearance:none;padding-right:2.4rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237b91a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .9rem center;background-size:12px;cursor:pointer}.choices{margin:0;width:100%}.choices__inner{min-height:2.6rem;padding:.5rem 2.4rem .5rem .9rem;border:1px solid var(--gr-border);border-radius:10px;background:#fff;color:var(--gr-text);font-size:.9rem;display:flex;align-items:center;transition:border-color .2s ease,box-shadow .2s ease}.choices__inner:hover{border-color:#b9ced9}.choices.is-focused .choices__inner,.choices.is-open .choices__inner{border-color:var(--gr-primary);box-shadow:0 0 0 3px rgba(11,114,105,.12)}.choices[data-type*=select-one]::after{right:.95rem;border:0;width:auto;height:auto;margin:0;font-family:'Font Awesome 5 Free';font-weight:900;content:'\f078';color:#7b91a7;font-size:.7rem;top:50%;transform:translateY(-50%)}.choices[data-type*=select-one].is-open::after{transform:translateY(-50%) rotate(180deg)}.choices__list--single{padding:0}.choices__placeholder{color:var(--gr-text-muted);opacity:1}.choices__list--dropdown,.choices__list[aria-expanded]{z-index:1060;border:1px solid var(--gr-border);border-radius:12px;box-shadow:0 14px 28px rgba(15,23,42,.12);margin-top:.35rem;overflow:hidden}.choices__list--dropdown .choices__list{max-height:16rem}.choices__item--selectable.is-highlighted{background:#f0faf9;color:var(--gr-primary)}.choices__input{background:#f8fbfd;border:1px solid var(--gr-border);border-radius:8px;font-size:.82rem;padding:.4rem .6rem;margin:.4rem;width:calc(100% - .8rem)}.form-control-gr:disabled,.form-control-gr[readonly],select.form-control-gr:disabled,textarea.form-control-gr:disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#94a3b8}.form-control-gr:disabled::placeholder{color:#cbd5e1}.choices.is-disabled .choices__inner{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed;opacity:1}.choices.is-disabled .choices__item{color:#94a3b8}.choices.is-disabled[data-type*=select-one]::after{color:#cbd5e1}.duration-card.disabled,.duration-card[aria-disabled=true],.payment-card.disabled,.payment-card[aria-disabled=true]{background:#f8fafc;border-color:#e2e8f0;cursor:not-allowed;opacity:.75;pointer-events:none}.duration-card.disabled .duration-icon,.payment-card.disabled .payment-icon{background:#eef2f7;color:#94a3b8;border-color:#e2e8f0}.btn-submit:disabled{background:#cbd5e1;color:#fff;box-shadow:none;transform:none;cursor:not-allowed;opacity:1}.btn-submit:disabled:hover{background:#cbd5e1;transform:none;box-shadow:none}.add-member-form select.form-control,.gr-section select.form-control,.gr-section select.phone-code-select,.review-section select.form-control{appearance:none;-webkit-appearance:none;width:100%;min-height:2.6rem;padding:.55rem 2.4rem .55rem .9rem;font-size:.9rem;color:var(--gr-text);background:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237b91a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .9rem center;background-size:12px;border:1px solid var(--gr-border);border-radius:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.add-member-form select.form-control:focus,.gr-section select.form-control:focus,.gr-section select.phone-code-select:focus,.review-section select.form-control:focus{outline:0;border-color:var(--gr-primary);box-shadow:0 0 0 3px rgba(11,114,105,.12)}.add-member-form select.form-control:disabled,.gr-section select.form-control:disabled,.gr-section select.phone-code-select:disabled,.review-section select.form-control:disabled{background-color:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed;-webkit-text-fill-color:#94a3b8}.add-member-form select.form-control option,.gr-section select.form-control option,.gr-section select.phone-code-select option,.review-section select.form-control option{padding:.4rem .6rem;font-size:.9rem;color:var(--gr-text);background:#fff}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding:.5rem .85rem;font-size:.88rem;color:var(--gr-text);border-radius:0;transition:background .12s ease,color .12s ease}.choices__list--dropdown .choices__item--selectable{padding-right:2rem}.choices__list--dropdown .choices__item--selectable.is-highlighted{background:#f0faf9;color:var(--gr-primary)}.choices__list--dropdown .choices__item--choice.is-selected,.choices__list--dropdown .choices__item.is-selected{background:#e6f4f2;color:var(--gr-primary);font-weight:600}.choices__list--dropdown .choices__item--disabled{color:#cbd5e1;cursor:not-allowed;opacity:1}.choices__list--dropdown .has-no-choices,.choices__list--dropdown .has-no-results{color:var(--gr-text-muted);font-size:.82rem;padding:.75rem .9rem;text-align:center;font-style:italic}.gr-section select.phone-code-select{padding-right:2rem;background-position:right .6rem center}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{margin:0;padding:.2rem 0}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding:.35rem .7rem;font-size:.85rem;line-height:1.35;margin:0}.choices__list--dropdown .choices__item--selectable{padding-right:1.75rem}.choices__list--dropdown .choices__group .choices__heading{padding:.3rem .7rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gr-text-muted);border-bottom:1px solid var(--gr-border);margin:0}.add-member-form select.form-control option,.gr-section select.form-control option,.gr-section select.phone-code-select option,.review-section select.form-control option{padding:.3rem .55rem}.add-member-form .choices__inner,.gr-section .choices__inner,.input-group-gr .choices__inner,.review-section .choices__inner{min-height:2.6rem;padding:.45rem 2.4rem .45rem .9rem;border:1px solid var(--gr-border);border-radius:10px;background:#fff;font-size:.9rem;color:var(--gr-text);display:flex;align-items:center;flex-wrap:nowrap}.gr-section .choices.is-focused .choices__inner,.gr-section .choices.is-open .choices__inner,.input-group-gr .choices.is-focused .choices__inner,.input-group-gr .choices.is-open .choices__inner{border-color:var(--gr-primary);box-shadow:0 0 0 3px rgba(11,114,105,.12)}.input-group-gr .choices__inner{border-radius:10px 0 0 10px;border-right:1px solid var(--gr-border)}.input-group-gr .form-control-gr{border-left:none;border-radius:0 10px 10px 0}.input-group-gr .choices[data-type*=select-one]::after{right:.75rem}.choices[data-type*=select-one]::after,.input-group-gr .choices[data-type*=select-one]::after{content:"";border:0;width:12px;height:12px;margin-top:0;top:50%;transform:translateY(-50%);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237b91a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") center/contain no-repeat;transition:transform .2s ease}.choices[data-type*=select-one].is-open::after{transform:translateY(-50%) rotate(180deg);border:0;margin-top:0}.choices__list--dropdown{border:1px solid var(--gr-border);border-radius:12px;box-shadow:0 14px 28px rgba(15,23,42,.12);overflow:hidden;margin-top:.35rem}.choices__list--dropdown .choices__item--selectable.is-selected,.choices__list[aria-expanded] .choices__item--selectable.is-selected{background:#e6f4f2;color:var(--gr-primary);font-weight:600}.choices__list--dropdown .choices__item--selectable.is-selected.is-highlighted,.choices__list--dropdown .choices__item--selectable.is-selected:hover,.choices__list[aria-expanded] .choices__item--selectable.is-selected.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-selected:hover{background:#d9ece9;color:var(--gr-primary)}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list--dropdown .choices__item--selectable:hover,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable:hover{background:#f0faf9;color:var(--gr-primary)}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{padding:.2rem 0;max-height:16rem}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding:.4rem .75rem;font-size:.85rem;line-height:1.35}.choices__list--dropdown .choices__item--selectable{padding-right:1.5rem}.choices__list--dropdown .choices__input{padding:.55rem .85rem;border:0;border-bottom:1px solid var(--gr-border);background:#f8fbfd;font-size:.85rem;margin:0;width:100%;border-radius:0}.input-group-gr .choices__list--dropdown{min-width:320px}.add-member-form input.form-control,.add-member-form select.form-control,.form-control-gr,.gr-section input.form-control,.gr-section select.form-control,.gr-section select.phone-code-select,.review-section input.form-control,.review-section select.form-control,select.form-control-gr{height:44px;min-height:44px;padding-top:0;padding-bottom:0;line-height:normal}textarea.form-control-gr{height:auto;min-height:5.5rem;padding-top:.7rem;padding-bottom:.7rem;line-height:1.5}.add-member-form .choices__inner,.gr-section .choices__inner,.input-group-gr .choices__inner,.review-section .choices__inner{height:44px;min-height:44px;padding-top:0;padding-bottom:0}.input-group-gr .form-control-gr{height:44px;min-height:44px}.input-group-gr{position:relative}.input-group-gr .choices{width:112px;flex:0 0 112px;position:relative}.input-group-gr .choices__inner{padding-right:1.75rem;padding-left:.8rem}.input-group-gr .choices__list--single{padding:0;width:100%}.input-group-gr .choices__list--single .choices__item{font-weight:600;font-size:.9rem;color:var(--gr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.input-group-gr .choices[data-type*=select-one]::after{right:.6rem;width:10px;height:10px}.input-group-gr .choices.is-focused,.input-group-gr .choices.is-open,.input-group-gr .form-control-gr:focus{z-index:2}.input-group-gr .form-control-gr{flex:1 1 auto;min-width:0;padding-left:.9rem}.input-group-gr .choices__list--dropdown{min-width:280px;max-width:360px;left:0;right:auto}.phone-code-item{display:flex;align-items:baseline;gap:.5rem;min-width:0}.phone-code-item .code{font-weight:700;color:var(--gr-text);flex-shrink:0}.phone-code-item .country{font-size:.78rem;color:var(--gr-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.choices__list--dropdown .choices__item--selectable.is-highlighted .phone-code-item .code,.choices__list--dropdown .choices__item--selectable.is-highlighted .phone-code-item .country{color:var(--gr-primary)}.choices__list--dropdown .choices__item--selectable.is-selected .phone-code-item .code,.choices__list--dropdown .choices__item--selectable.is-selected .phone-code-item .country{color:var(--gr-primary);font-weight:600}@media (max-width:576px){.input-group-gr .choices{width:96px;flex:0 0 96px}.input-group-gr .choices__list--dropdown{min-width:240px}}.section-header-content{line-height:1.3}.section-title{margin:0!important;line-height:1.25}.section-subtitle{margin:0!important;line-height:1.35}.section-header-content{display:flex;flex-direction:column;gap:0!important;justify-content:center;line-height:1.15}.section-header-content>.section-title{margin:0!important;padding:0!important;font-size:.95rem!important;line-height:1.15!important;letter-spacing:-.005em}.section-header-content>.section-subtitle{margin:1.5px 0 0!important;padding:0!important;font-size:.74rem!important;line-height:1.2!important}