.w37-security-plans {
  --navy: #173c5a;
  --navy-deep: #0f2c43;
  --blue: #5c9fd4;
  --blue-light: #dcecf8;
  --teal: #168fa0;
  --ink: #1b3040;
  --muted: #647787;
  --line: #dce5eb;
  --mist: #f2f6f8;
  --white: #ffffff;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.w37-security-plans * { box-sizing: border-box; }
.w37-security-plans { scroll-behavior: smooth; }
.w37-security-plans { margin: 0; background: white; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.w37-security-plans a { color: inherit; text-decoration: none; }
.w37-security-plans button, .w37-security-plans a, .w37-security-plans summary { -webkit-tap-highlight-color: transparent; }
.w37-security-plans .shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.w37-security-plans .skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; background: white; color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.w37-security-plans .skip-link:focus { top: 16px; }

.w37-security-plans .utility-bar { background: var(--navy-deep); color: #d8e6f0; font-size: 12px; }
.w37-security-plans .utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 20px; }
.w37-security-plans .utility-inner div { display: flex; gap: 24px; }
.w37-security-plans .utility-inner a:hover { color: white; }
.w37-security-plans .site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #e7edf1; position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.w37-security-plans .nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.w37-security-plans .brand { display: inline-flex; flex-direction: column; line-height: .8; color: var(--blue); flex-shrink: 0; }
.w37-security-plans .brand-37 { font-size: 30px; font-weight: 300; letter-spacing: -.07em; font-family: Georgia, 'Times New Roman', serif; }
.w37-security-plans .brand-tech { font-size: 9px; letter-spacing: .35em; text-transform: uppercase; border-top: 1px solid currentColor; margin-top: 6px; padding-top: 5px; }
.w37-security-plans nav { display: flex; gap: 30px; align-items: center; margin-left: auto; }
.w37-security-plans nav a { font-size: 14px; font-weight: 700; color: #354d5d; }
.w37-security-plans nav a:hover, .w37-security-plans nav a:focus-visible { color: var(--blue); }
.w37-security-plans .button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 9px; background: var(--blue); color: white; font-weight: 800; font-size: 14px; box-shadow: 0 10px 28px rgba(26,85,126,.22); transition: transform .2s ease, background .2s ease; }
.w37-security-plans .button:hover, .w37-security-plans .button:focus-visible { transform: translateY(-2px); background: #6eb0e3; }
.w37-security-plans .button-small { min-height: 44px; padding: 0 18px; }

.w37-security-plans .hero { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy-deep), var(--navy) 58%, #1f526e); color: white; padding: 88px 0 92px; }
.w37-security-plans .hero:after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--blue), var(--teal), var(--blue)); }
.w37-security-plans .hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.w37-security-plans .hero-glow-one { width: 620px; height: 620px; background: rgba(98,170,221,.12); right: -160px; top: -320px; }
.w37-security-plans .hero-glow-two { width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); left: -180px; bottom: -220px; }
.w37-security-plans .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 86px; align-items: center; }
.w37-security-plans .eyebrow { margin: 0 0 15px; color: #a9d4f0; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.w37-security-plans .eyebrow.dark { color: var(--teal); }
.w37-security-plans .hero h1 { font-size: clamp(48px, 5.6vw, 76px); line-height: .98; letter-spacing: -.045em; margin: 0; max-width: 750px; }
.w37-security-plans .hero h1 span { color: var(--blue); }
.w37-security-plans .hero-lede { max-width: 680px; color: #d5e1e9; font-size: 19px; line-height: 1.65; margin: 28px 0 32px; }
.w37-security-plans .hero-actions { display: flex; align-items: center; gap: 28px; }
.w37-security-plans .text-link { color: white; font-weight: 800; font-size: 14px; }
.w37-security-plans .text-link span, .w37-security-plans .plan-link span { display: inline-block; transition: transform .2s ease; }
.w37-security-plans .text-link:hover span, .w37-security-plans .plan-link:hover span { transform: translateX(4px); }
.w37-security-plans .trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: #b9cbd8; font-size: 12px; font-weight: 700; }
.w37-security-plans .check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(92,159,212,.15); color: var(--blue); font-size: 12px; font-weight: 900; flex: 0 0 auto; }
.w37-security-plans .hero-card { position: relative; background: rgba(255,255,255,.97); color: var(--ink); padding: 38px; border-radius: 16px; box-shadow: 0 30px 70px rgba(4,20,31,.33); }
.w37-security-plans .shield-mark { position: absolute; right: 30px; top: -27px; width: 58px; height: 64px; display: grid; place-items: center; color: white; background: var(--teal); clip-path: polygon(50% 0, 92% 16%, 88% 67%, 50% 100%, 12% 67%, 8% 16%); font-family: Georgia, serif; font-size: 20px; }
.w37-security-plans .hero-card-kicker { color: var(--teal); font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 8px; }
.w37-security-plans .hero-card h2 { color: var(--navy); font-size: 28px; line-height: 1.12; margin: 0 40px 24px 0; }
.w37-security-plans .hero-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.w37-security-plans .hero-card li { display: flex; gap: 10px; align-items: center; color: #4f6473; font-size: 14px; }
.w37-security-plans .hero-card-note { margin: 26px -38px -38px; padding: 18px 38px; background: var(--mist); border-radius: 0 0 16px 16px; color: #6b7d89; font-size: 12px; }

.w37-security-plans .section { padding: 96px 0; }
.w37-security-plans .section-heading { margin-bottom: 44px; }
.w37-security-plans .section-heading.centered { text-align: center; max-width: 780px; margin-left: auto; margin-right: auto; }
.w37-security-plans .section-heading h2, .w37-security-plans .guardz-intro h2, .w37-security-plans .advanced-copy h2, .w37-security-plans .faq-grid h2 { margin: 0; color: var(--navy); font-size: clamp(35px, 4vw, 50px); line-height: 1.05; letter-spacing: -.035em; }
.w37-security-plans .section-heading > p:last-child, .w37-security-plans .guardz-intro > p, .w37-security-plans .advanced-copy > p, .w37-security-plans .faq-grid > div > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }
.w37-security-plans .section-heading.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.w37-security-plans .section-heading.split > p { margin: 0; }
.w37-security-plans .plans-section { background: white; }
.w37-security-plans .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.w37-security-plans .plan-card { --accent: var(--blue); position: relative; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: white; box-shadow: 0 16px 45px rgba(18,54,77,.07); }
.w37-security-plans .plan-card.teal { --accent: var(--teal); }
.w37-security-plans .plan-card.navy { --accent: var(--navy); }
.w37-security-plans .plan-card.featured { transform: translateY(-12px); border-color: var(--teal); box-shadow: 0 24px 58px rgba(13,114,130,.15); }
.w37-security-plans .plan-badge { position: absolute; top: 0; right: 24px; transform: translateY(-1px); background: var(--teal); color: white; padding: 7px 13px; border-radius: 0 0 8px 8px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.w37-security-plans .plan-top { background: var(--accent); color: white; padding: 34px 30px 30px; min-height: 312px; }
.w37-security-plans .plan-card.navy .plan-top { background: var(--navy-deep); }
.w37-security-plans .plan-top h3 { margin: 0; font-size: 22px; text-transform: uppercase; letter-spacing: .02em; }
.w37-security-plans .price { display: flex; align-items: center; margin: 22px 0 20px; font-weight: 900; font-size: 60px; line-height: 1; }
.w37-security-plans .price sup { font-size: 25px; align-self: flex-start; margin: 7px 2px 0 0; }
.w37-security-plans .price span { font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; margin-left: 8px; color: rgba(255,255,255,.78); }
.w37-security-plans .plan-top h4 { margin: 0 0 10px; font-size: 18px; line-height: 1.25; }
.w37-security-plans .plan-top > p:last-child { color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.55; margin: 0; }
.w37-security-plans .feature-list { list-style: none; padding: 28px 30px 16px; margin: 0; display: grid; gap: 13px; }
.w37-security-plans .feature-list li { display: flex; gap: 10px; color: #455c6b; font-size: 13px; line-height: 1.4; }
.w37-security-plans .best-fit { margin: auto 30px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.w37-security-plans .best-fit strong { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.w37-security-plans .best-fit p { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 7px 0 0; }
.w37-security-plans .plan-link { margin: 22px 30px 30px; color: var(--accent); font-weight: 900; font-size: 13px; }
.w37-security-plans .pricing-note { color: #81909a; font-size: 11px; text-align: center; max-width: 900px; margin: 27px auto 0; line-height: 1.55; }

.w37-security-plans .comparison-section { background: var(--mist); }
.w37-security-plans .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 15px 40px rgba(18,54,77,.06); }
.w37-security-plans table { width: 100%; border-collapse: collapse; min-width: 820px; }
.w37-security-plans th { background: var(--navy); color: white; padding: 22px 20px; text-align: center; font-size: 15px; }
.w37-security-plans th:first-child { text-align: left; }
.w37-security-plans th span { font-size: 12px; color: #b9d8ee; }
.w37-security-plans th.standard-col { background: var(--teal); }
.w37-security-plans td { padding: 17px 20px; text-align: center; border-top: 1px solid #e7edf1; color: #4a5f6d; font-size: 13px; }
.w37-security-plans td.capability { text-align: left; color: var(--ink); font-weight: 800; }
.w37-security-plans td.standard-col { background: rgba(22,143,160,.055); }
.w37-security-plans tbody tr:nth-child(even) td:not(.standard-col) { background: #f8fafb; }

.w37-security-plans .guardz-section { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.w37-security-plans .guardz-section:before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); right: -250px; top: 150px; }
.w37-security-plans .guardz-intro { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; margin-bottom: 45px; }
.w37-security-plans .guardz-intro h2 { color: white; }
.w37-security-plans .guardz-intro > p { color: #beced8; margin: 0; }
.w37-security-plans .control-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; }
.w37-security-plans .control-card { min-height: 225px; padding: 30px; background: #163852; }
.w37-security-plans .control-card:hover { background: #1b435f; }
.w37-security-plans .control-number { color: var(--blue); font-family: Georgia, serif; font-size: 15px; }
.w37-security-plans .control-card h3 { font-size: 18px; line-height: 1.25; margin: 25px 0 10px; }
.w37-security-plans .control-card p { color: #b7c9d5; font-size: 13px; line-height: 1.6; margin: 0; }
.w37-security-plans .guardz-levels { position: relative; display: grid; grid-template-columns: 1fr 55px 1fr; align-items: center; margin-top: 42px; }
.w37-security-plans .guardz-levels article { padding: 28px 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.w37-security-plans .guardz-levels h3 { margin: 0 0 10px; font-size: 24px; }
.w37-security-plans .guardz-levels p:last-child { color: #bfd0db; font-size: 13px; line-height: 1.6; margin: 0; }
.w37-security-plans .guardz-levels .elite-card { background: var(--teal); border-color: var(--teal); }
.w37-security-plans .elite-card .eyebrow, .w37-security-plans .elite-card p:last-child { color: white; }
.w37-security-plans .level-arrow { color: var(--blue); font-size: 26px; text-align: center; }

.w37-security-plans .advanced-section { background: white; }
.w37-security-plans .advanced-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.w37-security-plans .advanced-copy { position: sticky; top: 130px; }
.w37-security-plans .advanced-copy > p { margin: 23px 0; }
.w37-security-plans .dark-link { color: var(--teal); display: inline-block; line-height: 1.5; }
.w37-security-plans .layer-list { border-top: 1px solid var(--line); }
.w37-security-plans .layer-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.w37-security-plans .layer-list article > span { color: var(--blue); font-family: Georgia, serif; font-size: 14px; }
.w37-security-plans .layer-list h3 { margin: 0 0 8px; color: var(--navy); font-size: 20px; }
.w37-security-plans .layer-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.w37-security-plans .admin-section { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); color: white; }
.w37-security-plans .light-heading h2 { color: white; }
.w37-security-plans .light-heading > p:last-child { color: #bdced9; }
.w37-security-plans .admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.w37-security-plans .admin-grid article { padding: 32px 26px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.w37-security-plans .admin-grid span { color: var(--blue); font-family: Georgia, serif; font-size: 14px; }
.w37-security-plans .admin-grid h3 { margin: 36px 0 12px; font-size: 18px; }
.w37-security-plans .admin-grid p { margin: 0; color: #bed0db; font-size: 13px; line-height: 1.6; }

.w37-security-plans .faq-section { background: var(--mist); }
.w37-security-plans .faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.w37-security-plans .faq-list { border-top: 1px solid #cbd7df; }
.w37-security-plans details { border-bottom: 1px solid #cbd7df; padding: 20px 4px; }
.w37-security-plans summary { cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 800; list-style: none; padding-right: 32px; position: relative; }
.w37-security-plans summary::-webkit-details-marker { display: none; }
.w37-security-plans summary:after { content: "+"; position: absolute; right: 4px; top: -4px; color: var(--teal); font-size: 28px; font-weight: 400; }
.w37-security-plans details[open] summary:after { content: "–"; }
.w37-security-plans details p { margin: 14px 42px 2px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.w37-security-plans .cta-section { background: white; padding: 80px 0; }
.w37-security-plans .cta-card { background: linear-gradient(120deg, var(--blue), #4a8fc5); border-radius: 16px; padding: 50px 54px; color: white; display: flex; align-items: center; justify-content: space-between; gap: 50px; box-shadow: 0 20px 55px rgba(29,93,137,.2); }
.w37-security-plans .cta-card .eyebrow { color: #e7f5ff; }
.w37-security-plans .cta-card h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.03em; margin: 0; max-width: 700px; }
.w37-security-plans .cta-card p:last-child { margin: 14px 0 0; color: #ecf7ff; max-width: 720px; }
.w37-security-plans .cta-actions { display: grid; gap: 14px; text-align: center; flex: 0 0 245px; }
.w37-security-plans .light-button { background: white; color: var(--navy); box-shadow: none; }
.w37-security-plans .light-button:hover { background: #eff8ff; }
.w37-security-plans .cta-actions > a:last-child { font-weight: 900; }

.w37-security-plans footer { background: #0b2639; color: #aabfcb; padding: 70px 0 24px; }
.w37-security-plans .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 55px; }
.w37-security-plans .footer-brand { color: var(--blue); margin-bottom: 20px; }
.w37-security-plans .footer-grid h3 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 18px; }
.w37-security-plans .footer-grid p, .w37-security-plans .footer-grid a, .w37-security-plans .footer-grid span { display: block; margin: 0 0 10px; font-size: 12px; line-height: 1.6; }
.w37-security-plans .footer-grid a:hover { color: white; }
.w37-security-plans .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.w37-security-plans .footer-bottom div { display: flex; gap: 22px; }
.w37-security-plans @media (max-width: 980px) {
  nav { display: none; }
  .w37-security-plans .hero-grid, .w37-security-plans .section-heading.split, .w37-security-plans .guardz-intro, .w37-security-plans .advanced-grid, .w37-security-plans .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .w37-security-plans .hero-grid { max-width: 760px; }
  .w37-security-plans .hero-card { max-width: 620px; }
  .w37-security-plans .plan-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .w37-security-plans .plan-card.featured { transform: none; }
  .w37-security-plans .plan-top { min-height: auto; }
  .w37-security-plans .control-grid { grid-template-columns: repeat(2, 1fr); }
  .w37-security-plans .advanced-copy { position: static; }
  .w37-security-plans .admin-grid { grid-template-columns: repeat(2, 1fr); }
  .w37-security-plans .cta-card { align-items: flex-start; flex-direction: column; }
  .w37-security-plans .cta-actions { width: 100%; max-width: 300px; flex-basis: auto; }
  .w37-security-plans .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .w37-security-plans .footer-grid > div:last-child { grid-column: 2 / 3; }
}
.w37-security-plans @media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .w37-security-plans .utility-inner { justify-content: center; min-height: 30px; }
  .w37-security-plans .utility-inner > span, .w37-security-plans .utility-inner a:first-child { display: none; }
  .w37-security-plans .nav-wrap { min-height: 72px; }
  .w37-security-plans .button-small { font-size: 12px; min-height: 40px; padding: 0 13px; }
  .w37-security-plans .brand-37 { font-size: 26px; }
  .w37-security-plans .hero { padding: 62px 0 70px; }
  .w37-security-plans .hero h1 { font-size: 45px; }
  .w37-security-plans .hero-lede { font-size: 17px; }
  .w37-security-plans .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .w37-security-plans .trust-row { display: grid; gap: 10px; }
  .w37-security-plans .hero-card { padding: 30px 24px; }
  .w37-security-plans .hero-card-note { margin: 25px -24px -30px; padding: 17px 24px; }
  .w37-security-plans .section { padding: 70px 0; }
  .w37-security-plans .section-heading { margin-bottom: 32px; }
  .w37-security-plans .plan-top, .w37-security-plans .feature-list { padding-left: 24px; padding-right: 24px; }
  .w37-security-plans .best-fit { margin-left: 24px; margin-right: 24px; }
  .w37-security-plans .plan-link { margin-left: 24px; }
  .w37-security-plans .control-grid { grid-template-columns: 1fr; }
  .w37-security-plans .control-card { min-height: auto; }
  .w37-security-plans .guardz-levels { grid-template-columns: 1fr; gap: 16px; }
  .w37-security-plans .level-arrow { transform: rotate(90deg); }
  .w37-security-plans .admin-grid { grid-template-columns: 1fr; }
  .w37-security-plans .cta-card { width: calc(100% - 28px); padding: 36px 26px; }
  .w37-security-plans .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .w37-security-plans .footer-grid > div:last-child { grid-column: auto; }
  .w37-security-plans .footer-grid > div:first-child { grid-column: 1 / -1; }
  .w37-security-plans .footer-bottom { flex-direction: column; }
}
.w37-security-plans @media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .w37-security-plans *, .w37-security-plans *:before, .w37-security-plans *:after { transition: none !important; }
}
