.packages-initial-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px;align-items:stretch;width:100%}
.packages-initial-grid>.price-card{width:100%;max-width:none;margin:0}.initial-package-card{min-height:100%;display:flex;flex-direction:column}
.initial-package-card.is-featured{transform:translateY(-10px)}
.initial-package-card .btn{margin-top:auto}
#packages-cards-area,#selected-package-area{scroll-margin-top:110px}.package-selection-toolbar{display:flex;justify-content:flex-start;margin-bottom:16px}
.back-to-packages{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid rgba(53,224,189,.20);border-radius:11px;background:rgba(53,224,189,.05);color:var(--accent-2);font:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:.22s ease}
.back-to-packages:hover{background:rgba(53,224,189,.10);border-color:rgba(53,224,189,.38)}
.back-to-packages .icon{transform:rotate(180deg)}
.packages-page-hero{padding-bottom:62px}
.packages-showcase-section{padding-top:72px}
.selected-package-layout{display:grid;grid-template-columns:minmax(320px,.76fr) minmax(0,1.5fr);gap:22px;align-items:stretch}
.selected-package-card{min-height:100%;border-color:rgba(53,224,189,.48);box-shadow:0 26px 76px rgba(0,0,0,.24),0 0 42px rgba(53,224,189,.07)}
.selected-package-card.is-featured{transform:none}
.selected-label{display:inline-flex;width:max-content;margin:0 0 14px;padding:5px 10px;border-radius:999px;background:rgba(53,224,189,.08);border:1px solid rgba(53,224,189,.18);color:var(--accent-2);font-size:10px;font-weight:800}
.package-spec-card{overflow:hidden;border:1px solid rgba(133,240,218,.16);border-radius:var(--radius);background:linear-gradient(145deg,rgba(9,51,53,.76),rgba(5,34,36,.78));box-shadow:inset 0 1px rgba(255,255,255,.025)}
.package-spec-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(53,224,189,.06),transparent)}
.package-spec-head span{display:block;color:var(--accent);font-size:10px;font-weight:800}
.package-spec-head h2{margin:3px 0 0;font-size:24px}
.package-spec-head>strong{color:#f4ffff;font-size:26px;white-space:nowrap}
.package-spec-head>strong small{color:var(--accent);font-size:10px}
.package-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.package-spec-row{min-height:72px;padding:15px 22px;border-bottom:1px solid rgba(255,255,255,.055);border-left:1px solid rgba(255,255,255,.055);display:flex;flex-direction:column;justify-content:center;gap:3px}
.package-spec-row:nth-child(2n){border-left:0}
.package-spec-row span{color:#8fb4b1;font-size:10px}
.package-spec-row strong{color:#e6f5f3;font-size:12px;line-height:1.8;font-weight:700}
.package-spec-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;background:rgba(2,25,27,.32)}
.package-spec-footer p{margin:0;color:var(--muted);font-size:10px}
.package-spec-footer a{display:inline-flex;align-items:center;gap:7px;color:var(--accent-2);font-size:11px;font-weight:800;white-space:nowrap}
.other-packages-block{margin-top:34px;padding-top:30px;border-top:1px solid rgba(255,255,255,.055)}
.other-packages-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.other-packages-head h2{margin:7px 0 0;font-size:22px}
.other-packages-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.other-package-card{min-height:100%}
.other-package-card.is-featured{transform:none}
.other-package-card .btn{margin-top:0}
.packages-comparison-card{margin-top:55px}
.empty-comparison-row{text-align:center;padding:28px}
@media(max-width:980px){.selected-package-layout{grid-template-columns:1fr}.selected-package-card{max-width:none}.package-spec-table{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.other-packages-grid{grid-template-columns:1fr}.package-spec-head,.package-spec-footer{align-items:flex-start;flex-direction:column}.package-spec-head>strong{font-size:23px}}
@media(max-width:600px){.packages-showcase-section{padding-top:52px}.package-spec-table{grid-template-columns:1fr}.package-spec-row{border-left:0}.selected-package-layout{gap:16px}.package-spec-head,.package-spec-footer{padding:19px}.package-spec-row{min-height:66px;padding:14px 18px}.other-packages-head h2{font-size:19px}}

@media(max-width:760px){.packages-initial-grid{grid-template-columns:1fr!important}.initial-package-card.is-featured{transform:none}}
@media(min-width:761px) and (max-width:1080px){.packages-initial-grid{gap:12px}.packages-initial-grid .price-card{padding-left:18px;padding-right:18px}.packages-initial-grid .price-card h2{font-size:23px}.packages-initial-grid .price strong{font-size:30px}}


/* Package estimate modal */
body.estimate-modal-open{overflow:hidden}
.package-estimate-trigger{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:var(--accent-2);font:inherit;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}
.package-estimate-trigger:hover{color:#b9fff1}
.package-estimate-trigger .icon{transition:transform .2s ease}
.package-estimate-trigger:hover .icon{transform:translateX(-3px)}
.estimate-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;direction:rtl}
.estimate-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,12,13,.78);backdrop-filter:blur(8px);cursor:default}
.estimate-modal-dialog{position:relative;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(112,240,216,.25);border-radius:26px;background:linear-gradient(145deg,rgba(8,48,50,.98),rgba(3,29,31,.99));box-shadow:0 35px 110px rgba(0,0,0,.52),0 0 60px rgba(53,224,189,.09);animation:estimateModalIn .22s ease-out}
.estimate-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 18px;border-bottom:1px solid rgba(255,255,255,.065)}
.estimate-modal-header span{display:block;color:var(--accent);font-size:10px;font-weight:800}
.estimate-modal-header h2{margin:5px 0 0;color:#f4ffff;font-size:24px;line-height:1.6}
.estimate-modal-close{width:38px;height:38px;flex:0 0 38px;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);color:#eafffb;font-size:27px;line-height:1;cursor:pointer;transition:.2s ease}
.estimate-modal-close:hover{border-color:rgba(53,224,189,.38);background:rgba(53,224,189,.08);color:var(--accent-2)}
.estimate-package-summary{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:20px 26px 0;padding:17px 20px;border:1px solid rgba(53,224,189,.16);border-radius:17px;background:linear-gradient(90deg,rgba(53,224,189,.075),rgba(255,255,255,.018))}
.estimate-package-summary>div:first-child{min-width:0}
.estimate-package-summary small{display:block;color:#86aaa7;font-size:9px;margin-bottom:4px}
.estimate-package-summary strong{display:block;color:#f4ffff;font-size:19px;line-height:1.5}
.estimate-package-summary span{display:block;color:#a8c8c5;font-size:10px;line-height:1.8}
.estimate-package-price{text-align:left;white-space:nowrap}
.estimate-package-price strong{color:var(--accent-2);font-size:24px}
.estimate-package-price span{color:var(--accent);font-size:9px}
.estimate-form{margin:20px 26px 26px;padding:22px;background:rgba(1,22,24,.42)}
.estimate-form .optional-label{display:inline;color:#82aaa6;font-size:9px;font-weight:500;margin-right:4px}
.estimate-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:5px;padding-top:17px;border-top:1px solid rgba(255,255,255,.06)}
.estimate-form-footer p{margin:0;color:#8eafac;font-size:9.5px;line-height:1.8}
.estimate-form-footer .btn{min-width:190px}
.estimate-success{margin:22px 26px 26px;padding:34px 24px;text-align:center;border:1px solid rgba(53,224,189,.20);border-radius:20px;background:rgba(53,224,189,.055)}
.estimate-success>span{width:54px;height:54px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:rgba(53,224,189,.12);border:1px solid rgba(53,224,189,.28);color:var(--accent-2);font-size:25px;box-shadow:0 0 24px rgba(53,224,189,.11)}
.estimate-success h3{margin:0 0 8px;color:#f4ffff;font-size:21px}
.estimate-success p{max-width:480px;margin:0 auto 20px;color:#a7c7c4;font-size:11px;line-height:1.9}
.estimate-success .btn{min-width:160px}
@keyframes estimateModalIn{from{opacity:0;transform:translateY(15px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:700px){.estimate-modal{padding:12px;align-items:end}.estimate-modal-dialog{max-height:calc(100vh - 18px);border-radius:22px 22px 0 0}.estimate-modal-header{padding:20px 18px 15px}.estimate-modal-header h2{font-size:20px}.estimate-package-summary{margin:16px 18px 0;align-items:flex-start;flex-direction:column;gap:10px}.estimate-package-price{text-align:right}.estimate-form{margin:16px 18px 20px;padding:18px}.estimate-form-footer{align-items:stretch;flex-direction:column}.estimate-form-footer .btn{width:100%}.estimate-success{margin:18px;padding:28px 18px}}
