.choice-card{position:relative;display:block;min-width:0;cursor:pointer}.choice-card>input{position:absolute;width:1px;height:1px;min-height:0;padding:0;margin:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.choice-card-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;height:100%;padding:12px 10px;text-align:center;background:var(--417-white);border:1px solid var(--417-border)}.choice-card-content:before{content:"";display:block;width:30px;height:30px;flex:0 0 30px;margin-bottom:5px;border:2px solid var(--417-border-strong);border-radius:50%;background:#fff;box-shadow:0 2px 4px #17251d0a}.choice-card-content:after{content:"";position:absolute;top:19px;left:calc(50% - 4px);width:8px;height:13px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg);opacity:0}.choice-card-content strong{font-size:16px;line-height:1.3}.choice-card-content>span{color:var(--417-text-secondary);font-size:13px;line-height:1.4}.choice-card:hover .choice-card-content{border-color:var(--417-success)}.choice-card>input:checked+.choice-card-content{border-color:var(--417-success);box-shadow:inset 0 0 0 1px var(--417-success);background:linear-gradient(white,var(--417-success-soft))}.choice-card>input:checked+.choice-card-content:before{background:var(--417-success);border-color:var(--417-success);box-shadow:0 2px 5px #237a4926}.choice-card>input:checked+.choice-card-content:after{opacity:1}.choice-card>input:focus-visible+.choice-card-content{outline:3px solid var(--417-success);outline-offset:4px}.check-option{display:flex;align-items:center;gap:12px;min-height:32px;cursor:pointer;font-size:16px;line-height:1.5;font-weight:600}.check-option .check-control{-webkit-appearance:none;appearance:none;display:grid;place-content:center;flex:0 0 24px;width:24px;height:24px;min-height:0;padding:0;margin:0;border:2px solid var(--417-border-strong);border-radius:4px;background:#fff;cursor:pointer}.check-control:before{content:"";width:7px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg);opacity:0}.check-option .check-control:checked{background:var(--417-success);border-color:var(--417-success)}.check-control:checked:before{opacity:1}.check-control:focus-visible{outline:3px solid var(--417-success);outline-offset:4px}.comparison-shell{padding-top:16px;overflow-x:auto}.comparison-shell:focus-visible{outline:3px solid var(--417-primary);outline-offset:3px}.comparison-table{width:100%;min-width:980px;margin:0;border-collapse:collapse;border:1px solid var(--417-border);--bs-table-bg:transparent}.comparison-table th,.comparison-table td{padding:18px;border-bottom:1px solid var(--417-border);font-size:14px;line-height:1.5;vertical-align:top}.comparison-table thead th{position:relative;background:var(--417-surface-subtle);font-weight:600}.comparison-table tbody th{width:200px;font-weight:600}.comparison-table .recommended-col{background:#fff6f2;box-shadow:inset 2px 0 var(--417-primary),inset -2px 0 var(--417-primary)}.comparison-table thead .recommended-col{border-top:2px solid var(--417-primary)}.comparison-plan-name{display:block}.comparison-recommendation{position:absolute;z-index:1;top:-14px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:4px;margin:0;padding:4px 9px;background:var(--417-primary);color:#fff;font-size:11px;line-height:18px;font-weight:600;white-space:nowrap}@media(forced-colors:active){.choice-card>input:checked+.choice-card-content:before,.check-option .check-control:checked{background:Highlight}}@media(max-width:480px){.choice-card-content{display:grid;grid-template-columns:30px 1fr;column-gap:12px;text-align:center;padding:12px}.choice-card-content:before{grid-row:1 / 3;margin:0}.choice-card-content:after{left:23px;top:calc(50% - 8px)}}.hosting-page .section{padding-block:clamp(48px,5vw,76px)}.hosting-page .section--compact{padding-top:0}.hosting-page .page-hero{padding-bottom:52px}.hosting-page .hero-title{max-width:820px}.hosting-page .lead-soft{font-size:20px;max-width:760px}.hosting-page .text-soft{color:var(--muted)}.hosting-page .small-label{color:var(--red);margin-bottom:16px}.hosting-page .summary-card{border-left:3px solid var(--red);padding:8px 0 8px 28px}.hosting-page .summary-card h3{font-size:23px;margin-bottom:15px}.hosting-page .summary-points li{font-size:15px;padding-block:9px;border-bottom:1px solid var(--line);color:var(--muted)}.hosting-page .summary-points strong{color:var(--ink)}.hosting-page .finder{border:1px solid var(--line);border-top:3px solid var(--red);background:var(--surface)}.hosting-page .finder-heading{padding:30px 32px 0}.hosting-page .finder-heading h2{font-size:clamp(28px,3vw,38px);margin-bottom:14px}.hosting-page .finder-controls{padding:28px 32px 32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 40px}.hosting-page .recovery-choice-group{min-width:0;padding:0;margin:0;border:0}.hosting-page .recovery-choice-group legend{float:none;font-size:18px;font-weight:650;line-height:1.4;min-height:0;margin-bottom:6px}.hosting-page .choice-help{font-size:14px;line-height:1.5;min-height:0;margin-bottom:14px}.hosting-page .recovery-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hosting-page .choice-detail{font-size:13px;line-height:1.55;margin-top:16px}.hosting-page .finder-options,.hosting-page .finder-footer{grid-column:1/-1}.hosting-page .finder-footer{border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.hosting-page #recommendation-status{font-size:17px;max-width:720px}.hosting-page #recommended-plan-name{color:#000;background:linear-gradient(transparent 58%,var(--417-text-highlight) 58%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.hosting-page .finder-actions{flex-shrink:0}.hosting-page .service-scope{border-left:3px solid var(--red);padding:8px 0 8px 24px;margin-bottom:40px}.hosting-page .service-scope h3{font-size:21px;margin-bottom:12px}.hosting-page .service-scope p{font-size:15px;max-width:1080px}.hosting-page .pricing-card{position:relative;display:flex;flex-direction:column;height:100%;border:1px solid var(--line);border-top:3px solid var(--red);padding:30px 24px 24px;background:#fff}.hosting-page .recommended-label{position:absolute;top:-15px;left:20px;display:flex;gap:8px;align-items:center;background:var(--red);color:#fff;padding:4px 10px;font-size:12px;font-weight:600}.hosting-page .recommended{border-color:var(--red);box-shadow:inset 0 0 0 1px var(--red)}.hosting-page #plans>.shell>.row{row-gap:36px!important}.hosting-page .plan-title{font-size:27px;margin-bottom:16px}.hosting-page .plan-description{font-size:15px;line-height:1.6;margin-bottom:20px}.hosting-page .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:22px}.hosting-page .price{font-size:42px;line-height:1.1;letter-spacing:-.04em;font-weight:600}.hosting-page .price-term{font-size:14px;font-style:italic;color:var(--muted)}.hosting-page .metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:18px 14px;padding-block:20px;margin-bottom:16px}.hosting-page .metric-label{display:block;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.hosting-page .metric-value{display:block;font-size:14px;line-height:1.5;font-weight:600}.hosting-page .check-list{margin:0 0 24px}.hosting-page .check-list li{font-size:14px}.hosting-page .plan-cta{margin-top:auto}.hosting-page .plan-cta .button{width:100%}.hosting-page .architecture-link{display:block;text-align:center;font-size:14px;color:var(--red);padding-top:18px;text-decoration:underline;text-underline-offset:4px}.hosting-page .architecture-card{position:relative;height:100%;border:1px solid var(--line);padding:30px 24px 24px}.hosting-page .architecture-card h3{font-size:27px;margin-bottom:22px}.hosting-page #infrastructure>.shell>.row{row-gap:36px!important}.hosting-page .plan-diagram{margin:0}.hosting-page .architecture-image{display:block;width:100%;height:auto}.hosting-page .plan-diagram figcaption{margin-top:22px;font-size:14px;line-height:1.6;color:var(--muted)}.hosting-page .definition-card{border-top:3px solid var(--red);padding:24px 24px 0 0}.hosting-page .plan-badge{color:var(--red);font-size:15px;font-weight:600;letter-spacing:.06em;margin-bottom:16px}.hosting-page .definition-card h3{font-size:25px;margin-bottom:14px}.hosting-page .definition-card p{font-size:16px}.hosting-page .management-card{background:var(--surface);padding:36px}.hosting-page .management-card .big-title{font-size:clamp(28px,3vw,38px)}.hosting-page .management-card .point-card{border-bottom:1px solid var(--line);padding:14px 0;font-size:16px;height:100%}.hosting-page .fineprint-card{padding-top:24px;border-top:1px solid var(--line)}.hosting-page .fineprint-card p{font-size:14px;line-height:1.65;margin-bottom:14px}.hosting-page .table-responsive:focus-visible{outline:3px solid var(--red);outline-offset:3px}@media(min-width:768px){.hosting-page .plan-description{min-height:72px}}@media(min-width:1200px){.hosting-page #plans .col-xl-3{width:50%}}@media(max-width:800px){.hosting-page .finder-controls{grid-template-columns:1fr;gap:28px;padding:24px}.hosting-page .finder-heading{padding:24px 24px 0}.hosting-page .finder-footer{flex-direction:column;align-items:stretch}.hosting-page .finder-actions .button{width:100%}.hosting-page .choice-help,.hosting-page .recovery-choice-group legend{min-height:0}.hosting-page .management-card{padding:24px}.hosting-page .summary-card{margin-top:12px}}@media(max-width:480px){.hosting-page .finder-controls{padding:20px}.hosting-page .finder-heading{padding:20px 20px 0}.hosting-page .recovery-options{grid-template-columns:1fr;gap:8px}.hosting-page .pricing-card,.hosting-page .architecture-card{padding:30px 20px 20px}.hosting-page .lead-soft{font-size:18px}}@media print{.hosting-page .finder{display:none}.hosting-page .table-responsive{overflow:visible}.hosting-page .comparison-table{min-width:0}}.hosting-page #plan-finder{padding-bottom:28px}.hosting-page #plans{padding-top:28px}.hosting-page .finder-controls{row-gap:22px}
