/* shared-web-hosting-linux — migrated from pages.css */
:root { --p-blue: #0d9488; --p-dark: #0f172a; --p-border: #e2e8f0; }
body { font-family: 'Inter', sans-serif !important; }

/* HERO */
.wh-hero { background: radial-gradient(ellipse 70% 90% at 85% 12%, rgba(20,184,166,.22) 0%, transparent 60%), radial-gradient(ellipse 55% 70% at 8% 95%, rgba(45,212,191,.13) 0%, transparent 55%), linear-gradient(135deg, #0b1c33 0%, #123047 55%, #0e4a44 100%); padding: 100px 0 80px; position: relative; overflow: hidden; }
.wh-hero::before { content: ''; position: absolute; top: -50%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%); pointer-events: none; }
.wh-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 10; }
.wh-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(13,148,136,0.15); border: 1px solid rgba(13,148,136,0.3); color: #5eead4; font-size: 14px; font-weight: 700; padding: 6px 14px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 24px; }
.wh-hero h1 { font-size: 3.8rem; font-weight: 900; color: #fff !important; line-height: 1; margin: 0 0 24px; letter-spacing: -0.04em; }
.wh-hero h1 span { color: #14b8a6; }
.wh-hero p { font-size: 1.25rem; color: #94a3b8; max-width: 700px; line-height: 1.6; margin-bottom: 32px; }

/* PRICING GRID */
.wh-pricing { padding: 80px 0; background: #f8fafc; }
.wh-grid { max-width: 1300px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wh-card { background: #fff; border: 1px solid var(--p-border); border-radius: 20px; padding: 40px 32px; display: flex; flex-direction: column; transition: all 0.3s; position: relative; }
.wh-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); border-color: #14b8a6; }
.wh-card.popular { border: 2px solid #14b8a6; }
.wh-popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #0f766e; color: #fff; font-size: 14px; font-weight: 800; padding: 5px 16px; border-radius: 20px; text-transform: uppercase; white-space: nowrap; }
.wh-plan-name { font-size: 1.4rem; font-weight: 800; color: var(--p-dark); margin-bottom: 12px; }
.wh-plan-desc { font-size: 14px; color: #64748b; line-height: 1.5; margin-bottom: 24px; min-height: 42px; }
.wh-plan-price { margin-bottom: 24px; font-family: 'Inter', sans-serif; }
.wh-plan-price .currency { font-size: 20px; font-weight: 700; color: var(--p-dark); margin-right: 4px; }
.wh-plan-price .amount { font-size: 3.2rem; font-weight: 900; color: var(--p-dark); line-height: 1; }
.wh-plan-price .period { font-size: 15px; color: #64748b; font-weight: 500; display: block; margin-top: 6px; }
.wh-plan-btn { display: block; text-align: center; background: #0f172a; color: #fff; padding: 16px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.2s; margin-top: auto; }
.wh-plan-btn:hover { background: #042f2e; transform: scale(1.02); color: #fff; }
.popular .wh-plan-btn { background: #0f766e; } /* teal-700: #14b8a6 with white text was 2.49:1, fails WCAG AA (needs 4.5:1) */
.popular .wh-plan-btn:hover { background: #115e59; } /* was #0d9488 at 3.74:1, also fails WCAG AA */

.wh-plan-features { list-style: none; padding: 0; margin: 24px 0 0; border-top: 1px solid #f1f5f9; padding-top: 24px; }
.wh-plan-features li { display: flex; align-items: start; gap: 12px; font-size: 14px; color: #475569; margin-bottom: 14px; }
.wh-plan-features li i { color: #16a34a; font-size: 16px; margin-top: 3px; }

/* FEATURES SECTION */
.wh-feats { padding: 100px 0; background: #fff; }
.wh-sh { text-align: center; margin-bottom: 60px; }
.wh-sh h2 { font-size: 2.8rem; font-weight: 900; color: var(--p-dark); margin-bottom: 16px; letter-spacing: -0.02em; }
.wh-sh p { font-size: 1.2rem; color: #64748b; max-width: 700px; margin: 0 auto; }
.wh-feats-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; padding: 0 32px; }
.wh-feat-item { display: flex; flex-direction: column; gap: 16px; }
.wh-feat-icon { width: 64px; height: 64px; background: #f0fdfa; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.wh-feat-icon i { font-size: 28px; color: #14b8a6; }
.wh-feat-text h3 { font-size: 1.25rem; font-weight: 800; color: var(--p-dark); margin-bottom: 10px; }
.wh-feat-text p { font-size: 15px; color: #64748b; line-height: 1.6; margin: 0; }

/* TECH STACK */
.wh-stack { background: #f8fafc; padding: 80px 0; }
.wh-stack-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; text-align: center; }
.wh-stack-logos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 40px; margin-top: 40px; opacity: 0.5; filter: grayscale(1); transition: all 0.5s; }
.wh-stack-logos:hover { opacity: 1; filter: grayscale(0); }
.wh-stack-logos i { font-size: 48px; color: #475569; }

/* SEO CONTENT */
.wh-content { padding: 100px 0; background: #fff; border-top: 1px solid var(--p-border); }
.wh-content-inner { max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.wh-content h2 { font-size: 2.4rem; font-weight: 900; color: var(--p-dark); margin-bottom: 28px; letter-spacing: -0.02em; }
.wh-content h3 { font-size: 1.6rem; font-weight: 800; color: var(--p-dark); margin: 40px 0 20px; }
.wh-content p { font-size: 1.15rem; color: #475569; line-height: 1.8; margin-bottom: 24px; }
.wh-content ul { padding-left: 20px; margin-bottom: 32px; list-style: none; }
.wh-content li { margin-bottom: 14px; color: #1e293b; font-size: 1.1rem; line-height: 1.6; display: flex; gap: 12px; }
.wh-content li::before { content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #14b8a6; }

@media (max-width: 1100px) { .wh-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } .wh-feats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .wh-hero h1 { font-size: 2.8rem; } .wh-grid, .wh-feats-grid { grid-template-columns: 1fr; } .wh-stack-logos { grid-template-columns: repeat(3, 1fr); } }

/* shared-web-hosting-linux — extracted from blade inline styles */
.wh-period-toggle { display:flex; justify-content:center; gap:0; margin:0 auto 40px; background:#f1f5f9; padding:4px; border-radius:10px; width:fit-content; }
            .wh-period-btn { padding:10px 24px; border:none; background:transparent; font-size:14px; font-weight:600; color:#64748b; border-radius:7px; cursor:pointer; transition:.2s; white-space:nowrap; }
            .wh-period-btn.active { background:#fff; color:#0f172a; box-shadow:0 2px 8px rgba(0,0,0,.1); }
            .wh-period-btn .wh-save-tag { background:#dcfce7; color:#15803d; font-size: 14px; padding:1px 6px; border-radius:20px; margin-left:4px; }
            .wh-price-monthly:not(.active), .wh-price-yearly:not(.active) { display:none !important; }
            .wh-guarantee-line { text-align:center; font-size: 14px; color:#166534; font-weight:600; margin:10px 0 0; line-height:1.4; }
            .wh-guarantee-line i { color:#16a34a; margin-right:4px; }


/* shared rules copied from reseller-web-hosting (used by this page, split from pages.css) */
.ribbon-clip {
    position:absolute; top:0; right:0; width:110px; height:110px;
    overflow:hidden; z-index:2; pointer-events:none; border-top-right-radius:inherit;
}
.offer-ribbon {
    position:absolute; top:14px; right:-32px; transform:rotate(45deg);
    background:linear-gradient(135deg,#dc2626,#ef4444); color:#fff; font-size: 14px; font-weight:800;
    letter-spacing:.5px; padding:4px 36px; box-shadow:0 2px 8px rgba(220,38,38,.35);
}
.plan-specs { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:14px; }
.plan-spec-chip { background:#f1f5f9; color:var(--body-text); font-size: 14px; font-weight:600; padding:4px 9px; border-radius:6px; white-space:nowrap; }
.plan-spec-chip i { color:var(--primary); margin-right:4px; }
.plan-price-was { display:block; font-size:14px; color:#9ca3af; text-decoration:line-through; font-weight:600; margin-bottom:2px; }
.offer-edit-link { font-size: 14px; font-weight:600; color:#14b8a6; text-decoration:none; }
.offer-edit-link:hover { color:#0d9488; text-decoration:underline; }
