/*
Theme Name: YRS Support Theme V3 MSP
Theme URI: https://yourremotesupport.com
Author: OpenAI
Description: Professional MSP-style WordPress theme for YourRemoteSupport.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: yrs-support-theme
*/

:root{
  --bg:#07152d;
  --bg2:#0d1f45;
  --panel:#0f2b66;
  --panel2:#16377c;
  --text:#eff5ff;
  --muted:#c7d5f3;
  --ink:#0a1733;
  --white:#ffffff;
  --blue:#2f6df6;
  --blue2:#63a6ff;
  --line:rgba(255,255,255,.12);
  --shadow:0 14px 40px rgba(5,18,45,.28);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#0f172a;
  background:#f4f7fc;
  line-height:1.6;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none}
.wrap{max-width:1220px;margin:0 auto;padding:0 24px}
.section{padding:72px 0}
.section-title{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.1;margin:0 0 12px;color:#0a1733}
.section-copy{max-width:760px;color:#5a6988;margin:0 0 24px}
.site-header{
  position:sticky;top:0;z-index:999;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.header-inner{
  min-height:86px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.branding{display:flex;align-items:center;gap:14px}
.branding img{max-height:54px;width:auto}
.primary-menu ul{
  list-style:none;margin:0;padding:0;display:flex;gap:24px;align-items:center;flex-wrap:wrap;
}
.primary-menu a{color:#14213d;font-weight:700;font-size:.96rem}
.primary-menu a:hover{color:var(--blue)}
.header-cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 18px;border-radius:14px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff;font-weight:700;box-shadow:0 8px 20px rgba(47,109,246,.25)
}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 80%, rgba(99,166,255,.15), transparent 18%),
    radial-gradient(circle at 95% 8%, rgba(255,255,255,.15), transparent 14%),
    linear-gradient(120deg, var(--bg) 0%, var(--bg2) 55%, #2b62d9 100%);
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.03), transparent 30%, rgba(255,255,255,.02) 60%, transparent 100%);
  pointer-events:none;
}
.hero-inner{
  position:relative;
  display:grid;grid-template-columns:1.2fr .9fr;gap:38px;align-items:center;
  padding:82px 0 92px;
}
.kicker{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color:#d9e7ff;background:rgba(255,255,255,.06);
  font-size:.82rem;font-weight:700;
}
.hero h1{
  margin:18px 0 14px;
  color:#fff;
  font-size:clamp(2.5rem,5vw,4.6rem);
  line-height:1.02;
  max-width:760px;
}
.hero-copy{
  color:#d7e4ff;
  font-size:1.08rem;
  max-width:700px;
  margin:0 0 24px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 20px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:12px 18px;border-radius:14px;font-weight:700;
}
.btn-primary{
  color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue2));box-shadow:0 10px 24px rgba(47,109,246,.28)
}
.btn-secondary{
  color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05)
}
.hero-points{
  display:flex;gap:18px;flex-wrap:wrap;color:#d8e7ff;font-size:.92rem;font-weight:700;
}
.workflow-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:26px;
  color:#fff;
}
.workflow-title{font-size:1.55rem;margin:0 0 12px}
.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0 18px}
.wf-badge{
  border-radius:999px;background:#ecf2ff;color:#234a99;
  text-align:center;font-weight:800;padding:11px 8px;font-size:.88rem
}
.workflow-copy{color:#d8e6ff;margin:0}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  background:#fff;border:1px solid rgba(10,23,51,.08);border-radius:22px;padding:24px;box-shadow:0 12px 28px rgba(15,23,42,.06)
}
.card-icon{
  width:42px;height:42px;border-radius:13px;background:#e8f0ff;color:#2f6df6;
  display:grid;place-items:center;font-weight:800;margin-bottom:14px
}
.card h3{margin:0 0 10px;color:#0a1733;font-size:1.2rem}
.card p{margin:0;color:#576682}
.alt-section{
  background:linear-gradient(180deg,#eef4ff 0%, #f8fbff 100%);
  border-top:1px solid rgba(10,23,51,.05);
  border-bottom:1px solid rgba(10,23,51,.05);
}
.portal-grid,.pricing-grid,.faq-grid,.testimonial-grid{display:grid;gap:22px}
.portal-grid{grid-template-columns:1fr 1fr}
.portal-list, .feature-list{padding-left:18px;margin:0}
.portal-list li, .feature-list li{margin:8px 0;color:#4d5d7b}
.pricing-grid{grid-template-columns:repeat(3,1fr)}
.price-card{
  position:relative;background:#fff;border:1px solid rgba(10,23,51,.08);border-radius:24px;padding:28px;box-shadow:0 12px 28px rgba(15,23,42,.06)
}
.price-card.featured{
  background:linear-gradient(180deg,#0d2150 0%, #153575 100%);
  color:#fff;border-color:rgba(255,255,255,.1)
}
.price-label{font-size:1rem;font-weight:800;margin:0 0 10px}
.price-value{font-size:2.5rem;font-weight:900;line-height:1;margin:0 0 8px}
.price-desc{margin:0 0 18px;color:#627395}
.featured .price-desc,.featured .feature-list li{color:#dce8ff}
.faq-grid{grid-template-columns:1fr 1fr}
.faq-item{background:#fff;border:1px solid rgba(10,23,51,.08);border-radius:18px;padding:20px}
.faq-item h3{margin:0 0 10px;font-size:1.08rem;color:#0a1733}
.faq-item p{margin:0;color:#566683}
.testimonial-grid{grid-template-columns:repeat(3,1fr)}
.quote{
  background:#fff;border:1px solid rgba(10,23,51,.08);border-radius:20px;padding:24px;
}
.quote p{margin:0 0 14px;color:#485774}
.quote strong{color:#0a1733}
.cta-band{
  background:linear-gradient(120deg,#0a1733 0%, #13326e 65%, #2b62d9 100%);
  color:#fff;border-radius:28px;padding:34px;display:flex;justify-content:space-between;align-items:center;gap:22px;
  box-shadow:var(--shadow)
}
.cta-band h2{margin:0 0 8px;color:#fff}
.cta-band p{margin:0;color:#dce8ff;max-width:720px}
.site-main{min-height:48vh}
.content-area{padding:42px 0}
.entry-title{color:#0a1733;font-size:2rem;margin:0 0 14px}
.entry-content{color:#42506d}
.site-footer{
  margin-top:56px;
  background:#07152d;
  color:#d7e2fb;
}
.footer-inner{
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;align-items:center;
  padding:28px 0;
}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{color:#d7e2fb}
.footer-links a:hover{color:#fff}
@media (max-width: 1050px){
  .hero-inner,.portal-grid,.faq-grid,.pricing-grid,.testimonial-grid,.info-grid{grid-template-columns:1fr}
}
@media (max-width: 820px){
  .header-inner{flex-direction:column;align-items:flex-start;padding:16px 0}
  .primary-menu ul{gap:14px}
  .cta-band{flex-direction:column;align-items:flex-start}
}
