﻿/* Lighthouse-style plans. Real configuration data and purchase destinations stay in Blade. */
.lighthouse-regions{background:#f5f7fa}
.lighthouse-regions .section-heading{display:block;text-align:center;margin-bottom:32px}
.lighthouse-regions .section-heading h2{font-size:36px;font-weight:500;margin-bottom:16px}
.lighthouse-regions .section-heading p{font-size:18px;line-height:1.75}
.lighthouse-regions .region-tabs{justify-content:center;gap:0;margin-bottom:28px;border-bottom:1px solid #dce3ee;overflow-x:auto;scrollbar-width:thin}
.lighthouse-regions .region-tabs a{display:flex;align-items:center;justify-content:center;gap:8px;min-width:120px;min-height:64px;padding:16px 24px;font-size:18px;font-weight:400;border-bottom-width:3px}
.lighthouse-regions .region-tabs a:hover{color:var(--blue);background:#edf2fa}
.lighthouse-regions .region-tabs a[aria-selected=true]{font-weight:600}
.lighthouse-regions .region-tabs span{font-size:16px;margin-left:0;letter-spacing:0}
.plan-grid,.plan-grid.catalog-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.plan-card{display:grid;grid-template-columns:220px minmax(0,1fr) 220px;min-height:224px;padding:0;border:2px solid #fff;border-radius:0;background:linear-gradient(0deg,#fff,#f3f5f8);box-shadow:8px 8px 20px #3763aa1a;overflow:hidden}
.plan-identity{min-width:0;padding:24px 22px;background:linear-gradient(0deg,#f3f6fc,#e9eef6)}
.plan-card .plan-label{font-size:16px;line-height:1.5;color:#53627a;margin:0 0 10px}
.plan-card h3{font-size:22px;line-height:1.45;font-weight:600;letter-spacing:0;margin:0 0 12px;overflow-wrap:anywhere}
.plan-card .plan-product{font-size:16px;line-height:1.55;margin:0;color:#3d485d}
.plan-card .plan-zone{font-size:16px;line-height:1.55;margin:6px 0 0;color:#53627a;overflow-wrap:anywhere}
.plan-specs{min-width:0;display:flex;align-items:center;padding:24px}
.plan-card .plan-specs dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 16px;width:100%;margin:0}
.plan-card .plan-specs dl>div{display:block;min-width:0;margin:0}
.plan-card .plan-specs dt{font-size:16px;line-height:1.5;color:#53627a;white-space:normal;overflow-wrap:anywhere;margin-bottom:6px}
.plan-card .plan-specs dd{display:block;max-width:none;padding:7px 8px;margin:0;text-align:left;background:#fff;color:#202b3c;font-size:16px;line-height:1.55;font-weight:500;overflow-wrap:anywhere}
.plan-purchase{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:24px 20px 24px 16px}
.plan-card .price{max-width:100%;padding:0;border:0;margin:0 0 20px;color:#ff4a14;font-size:36px;line-height:1.3;font-weight:600;letter-spacing:-1px;overflow-wrap:anywhere}
.plan-card .price small{font-size:16px;font-weight:400;letter-spacing:0}
.plan-card .price span{display:inline-block;font-size:16px;color:#53627a;font-weight:400;letter-spacing:0}
.plan-card .plan-actions{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px;margin:0;padding:0;font-size:16px}
.plan-card .plan-actions .button{width:100%;max-width:180px;min-height:44px;padding:9px 16px;font-size:16px;font-weight:400;border-radius:0;background:#0052d9;border-color:#0052d9}
.plan-card .plan-actions .button:hover{background:#0044b8;border-color:#0044b8}
.plan-card .plan-actions .text-link{font-size:16px;line-height:1.6;padding:0}
.lighthouse-regions .catalog-more{text-align:center;margin-top:32px}
.lighthouse-regions .catalog-more .text-link{font-size:17px}
.lighthouse-regions .section-footnote,#catalog .section-footnote{font-size:16px;line-height:1.75;margin-top:24px;color:#53627a}
.lighthouse-regions .section-footnote{text-align:center}
@media(max-width:1100px){
.plan-card{grid-template-columns:190px minmax(0,1fr) 195px}
.plan-identity{padding:24px 18px}
.plan-specs{padding:22px 18px}
.plan-card .plan-specs dl{gap:16px 10px}
.lighthouse-regions .region-tabs{justify-content:flex-start}
.lighthouse-regions .region-tabs a{flex:1 0 auto;min-width:108px;padding-inline:18px}
}
@media(max-width:900px){
.plan-card{grid-template-columns:180px minmax(0,1fr)}
.plan-identity{grid-row:1/3}
.plan-card .plan-specs dl{grid-template-columns:repeat(3,minmax(0,1fr))}
.plan-purchase{padding:4px 20px 22px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.plan-card .price{flex-shrink:0;margin:0}
.plan-card .plan-actions{width:auto;align-items:flex-end;gap:8px}
.plan-card .plan-actions .button{width:160px}
.lighthouse-regions .section-heading h2{font-size:30px}
}
@media(max-width:600px){
.plan-card{display:grid;grid-template-columns:minmax(0,1fr);gap:0;min-height:0}
.plan-identity{grid-row:auto;padding:20px}
.plan-card h3{font-size:22px;margin-bottom:8px}
.plan-card .plan-label{margin-bottom:8px}
.plan-card .plan-product{display:inline}
.plan-card .plan-zone{margin-top:5px}
.plan-specs{padding:20px}
.plan-card .plan-specs dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
.plan-card .plan-specs dd{font-size:16px;min-height:39px}
.plan-purchase{padding:4px 20px 22px;flex-direction:column;align-items:stretch;gap:16px}
.plan-card .price{font-size:36px}
.plan-card .plan-actions{width:100%;align-items:stretch}
.plan-card .plan-actions .button{width:100%;max-width:none;min-height:46px}
.plan-card .plan-actions .text-link{text-align:center;padding:4px 0}
.lighthouse-regions .section-heading{margin-bottom:20px}
.lighthouse-regions .section-heading h2{font-size:28px}
.lighthouse-regions .section-heading p{font-size:16px}
.lighthouse-regions .region-tabs{margin-bottom:20px}
.lighthouse-regions .region-tabs a{font-size:17px;min-width:88px;min-height:58px;padding:12px 16px}
.lighthouse-regions .region-tabs span{display:none}
.lighthouse-regions .section-footnote{text-align:left}
}

