.lifetime-shell{
max-width:1280px;
margin:0 auto;
padding:34px 40px 80px;
}

.lifetime-kicker{
display:inline-block;
padding:8px 12px;
border-radius:999px;
background:rgba(31,77,58,.12);
color:var(--pnw-evergreen);
font-size:12px;
font-weight:700;
letter-spacing:.05em;
text-transform:uppercase;
}

.lifetime-hero{
max-width:860px;
margin-bottom:30px;
}

.lifetime-hero h1{
margin:14px 0;
font-size:52px;
line-height:1.02;
color:var(--pnw-navy);
}

.lifetime-hero p{
margin:0;
font-size:18px;
line-height:1.65;
color:rgba(42,42,42,.78);
}

.lifetime-grid,
.lifetime-seo-grid{
display:grid;
grid-template-columns:1.45fr .85fr;
gap:24px;
}

.lifetime-seo-grid{
grid-template-columns:repeat(3, minmax(0, 1fr));
margin-top:24px;
}

.lifetime-form-card,
.lifetime-summary-card,
.lifetime-results-card,
.lifetime-seo-card{
background:rgba(255,255,255,.34);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.62);
border-radius:20px;
box-shadow:
0 18px 34px rgba(30,47,68,.10),
inset 0 1px 0 rgba(255,255,255,.55);
padding:26px;
}

.lifetime-form-card h2,
.lifetime-summary-card h2,
.lifetime-results-card h2,
.lifetime-seo-card h2{
margin-top:0;
color:var(--pnw-evergreen);
}

.lifetime-form-card .form-grid label{
gap:8px;
font-weight:600;
color:rgba(30,47,68,.88);
}

.lifetime-form-card input,
.lifetime-form-card select{
min-height:48px;
padding:12px 14px;
font-size:16px;
box-sizing:border-box;
}

.lifetime-actions,
.lifetime-header-actions{
display:flex;
justify-content:flex-end;
align-items:center;
gap:10px;
}

.lifetime-actions{
margin-top:22px;
}

.lifetime-takeaway{
margin:0 0 14px;
padding:16px 18px;
border-radius:14px;
background:rgba(255,255,255,.30);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
border:1px solid rgba(31,77,58,.16);
color:var(--pnw-evergreen);
font-weight:600;
line-height:1.55;
box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
}

.lifetime-status,
.lifetime-table-hint{
font-size:14px;
line-height:1.5;
color:rgba(42,42,42,.72);
}

.lifetime-status{
margin-bottom:16px;
}

.lifetime-metrics-grid{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:14px;
margin-bottom:22px;
}

.lifetime-metric-card{
padding:18px;
border-radius:16px;
background:rgba(255,255,255,.26);
border:1px solid rgba(31,77,58,.12);
box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
}

.lifetime-metric-label{
font-size:12px;
font-weight:700;
letter-spacing:.05em;
text-transform:uppercase;
color:rgba(30,47,68,.76);
}

.lifetime-metric-value{
margin-top:8px;
font-size:24px;
line-height:1.15;
font-weight:700;
color:var(--pnw-navy);
}

.lifetime-summary-list{
margin:0 0 18px;
padding-left:18px;
line-height:1.7;
}

.lifetime-summary-list li + li{
margin-top:8px;
}

.lifetime-note{
padding:18px;
border-radius:14px;
background:rgba(255,255,255,.26);
backdrop-filter:blur(8px);
-webkit-backdrop-filter:blur(8px);
border:1px solid rgba(31,77,58,.12);
box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
}

.lifetime-note + .lifetime-note{
margin-top:14px;
}

.lifetime-note p{
margin:8px 0 0;
line-height:1.6;
}

.lifetime-table-wrap{
overflow-x:auto;
overflow-y:hidden;
-webkit-overflow-scrolling:touch;
overscroll-behavior-x:contain;
padding-bottom:6px;
}

.lifetime-table{
width:100%;
border-collapse:collapse;
min-width:760px;
}

.lifetime-table th,
.lifetime-table td{
padding:14px 12px;
border-bottom:1px solid rgba(0,0,0,.08);
text-align:left;
vertical-align:top;
font-size:14px;
}

.lifetime-table th{
font-size:13px;
text-transform:uppercase;
letter-spacing:.04em;
color:var(--pnw-navy);
}

.lifetime-table tbody tr:hover{
background:rgba(31,77,58,.04);
}

.lifetime-seo-card p{
margin:0;
line-height:1.7;
color:rgba(42,42,42,.82);
}

.lifetime-seo-card a{
color:var(--pnw-evergreen);
font-weight:600;
}

@media (max-width: 980px){
.lifetime-shell{
padding:24px 20px 56px;
}

.lifetime-grid,
.lifetime-seo-grid,
.lifetime-metrics-grid{
grid-template-columns:1fr;
}

.lifetime-hero h1{
font-size:38px;
}

.lifetime-header-actions{
justify-content:flex-start;
flex-wrap:wrap;
margin-top:12px;
}
}

@media (max-width: 720px){
.lifetime-shell{
padding:24px 16px 48px;
}

.lifetime-hero h1{
font-size:34px;
}

.lifetime-hero p{
font-size:16px;
line-height:1.6;
}

.lifetime-form-card,
.lifetime-summary-card,
.lifetime-results-card,
.lifetime-seo-card,
.lifetime-metric-card{
padding:18px;
border-radius:16px;
}
}
