/*
Theme Name: Cyber Tiger MSP
Theme URI: https://cyber-tiger.net/
Author: Cyber Tiger MSP
Description: A lightweight, security-forward block theme for Cyber Tiger MSP, serving Long Island small and midsize businesses.
Version: 1.0.27
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: cyber-tiger-msp
*/

:root {
  --ct-navy: #061a3a;
  --ct-black: #03070d;
  --ct-cyan: #00ddf4;
  --ct-cyan-soft: #72edfa;
  --ct-orange: #ff7a00;
  --ct-white: #ffffff;
  --ct-muted: #aebfd1;
  --ct-line: rgba(114, 237, 250, 0.18);
  --ct-shadow: 0 22px 65px rgba(0, 0, 0, 0.3);
}

html { scroll-behavior: smooth; }
body { background: var(--ct-black); color: var(--ct-white); }
a { text-underline-offset: 0.2em; }
.wp-site-blocks { overflow: hidden; }

.ct-shell { padding-left: clamp(1.25rem, 4vw, 4.5rem); padding-right: clamp(1.25rem, 4vw, 4.5rem); }
.ct-section { padding-top: clamp(4.5rem, 8vw, 8rem); padding-bottom: clamp(4.5rem, 8vw, 8rem); }
.ct-kicker { color: var(--ct-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ct-muted { color: var(--ct-muted); }
.ct-accent { color: var(--ct-cyan); }

.ct-header { background: rgba(3, 7, 13, .9); border-bottom: 1px solid var(--ct-line); backdrop-filter: blur(16px); position: relative; z-index: 10; }
.ct-header-row { min-height: 98px; }
.ct-brand { flex-shrink: 0; text-decoration: none; }
.ct-brand figure { margin: 0; }
.ct-brand img { display: block; height: 78px; max-width: min(27vw, 265px); object-fit: contain; width: auto; }
.ct-nav a { color: #e8f5ff; font-size: .92rem; font-weight: 650; text-decoration: none; }
.ct-nav a:hover { color: var(--ct-cyan); }

.wp-block-button__link { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255, 122, 0, .24); }
.ct-button-outline .wp-block-button__link { background: transparent !important; border: 1px solid rgba(114, 237, 250, .55); color: var(--ct-white) !important; }
.ct-button-outline .wp-block-button__link:hover { border-color: var(--ct-cyan); box-shadow: 0 12px 30px rgba(0, 221, 244, .14); }

.ct-hero { background:
  radial-gradient(circle at 82% 32%, rgba(0, 221, 244, .15), transparent 25rem),
  radial-gradient(circle at 8% 5%, rgba(255, 122, 0, .1), transparent 22rem),
  linear-gradient(rgba(114, 237, 250, .045) 1px, transparent 1px),
  linear-gradient(90deg, rgba(114, 237, 250, .045) 1px, transparent 1px),
  var(--ct-black);
  background-size: auto, auto, 52px 52px, 52px 52px, auto;
  min-height: 700px;
  position: relative;
}
.ct-hero::after { background: linear-gradient(90deg, var(--ct-orange), var(--ct-cyan)); bottom: 0; content: ""; height: 3px; left: 0; position: absolute; width: 100%; }
.ct-hero h1 { font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.055em; line-height: .94; margin: 1.2rem 0 1.5rem; max-width: 940px; }
.ct-hero-copy { color: #c2d0dd; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.7; max-width: 700px; }
.ct-hero-animation-wrap { position: relative; }
.ct-hero-animation { aspect-ratio: 16 / 9; max-width: 640px; position: relative; width: 100%; }
.ct-hero-animation img { display: block; height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; transform: scale(1.22); transform-origin: center; width: 100%; }
.ct-hero-animation img.ct-hero-animation-static { display: none; }

.ct-trust-strip { background: #071327; border-bottom: 1px solid var(--ct-line); }
.ct-trust-item { border-left: 1px solid var(--ct-line); padding: 1.65rem 1.4rem; }
.ct-trust-item:last-child { border-right: 1px solid var(--ct-line); }
.ct-trust-item strong { color: var(--ct-white); display: block; font-size: 1rem; }
.ct-trust-item span { color: var(--ct-muted); font-size: .85rem; }

.ct-heading { font-size: clamp(2.35rem, 5vw, 4.5rem); letter-spacing: -.045em; line-height: 1.02; max-width: 900px; }
.ct-intro { color: var(--ct-muted); font-size: 1.08rem; line-height: 1.8; max-width: 680px; }
.ct-services { background: #050c17; }
.ct-card-grid { align-items: stretch !important; }
.ct-card { background: linear-gradient(145deg, rgba(11,35,66,.92), rgba(4,15,29,.96)); border: 1px solid var(--ct-line); border-radius: 18px; box-shadow: var(--ct-shadow); height: 100%; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.25rem); position: relative; }
.ct-card::before { background: linear-gradient(180deg, var(--ct-cyan), transparent); content: ""; height: 70%; left: 0; opacity: .75; position: absolute; top: 15%; width: 2px; }
.ct-card:hover { border-color: rgba(0, 221, 244, .42); transform: translateY(-4px); transition: .22s ease; }
.ct-card-number { color: var(--ct-orange); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.ct-card h3 { font-size: 1.38rem; margin-bottom: .7rem; margin-top: 1.3rem; }
.ct-card p { color: var(--ct-muted); line-height: 1.7; }

.ct-split-panel { background: linear-gradient(135deg, #071a34 0%, #061226 60%, #09101a 100%); border: 1px solid var(--ct-line); border-radius: 26px; box-shadow: var(--ct-shadow); overflow: hidden; padding: clamp(2rem, 5vw, 5rem); position: relative; }
.ct-split-panel::after { border: 1px solid rgba(255,122,0,.3); border-radius: 50%; content: ""; height: 340px; position: absolute; right: -150px; top: -170px; width: 340px; }
.ct-checklist { list-style: none; padding: 0; }
.ct-checklist li { border-bottom: 1px solid var(--ct-line); color: #d8e7f3; padding: 1rem 0 1rem 2rem; position: relative; }
.ct-checklist li::before { color: var(--ct-cyan); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.ct-industries { background: var(--ct-navy); }
.ct-industry { border-top: 1px solid rgba(114,237,250,.22); padding: 1.35rem .2rem; }
.ct-industry strong { color: var(--ct-white); font-size: clamp(1.2rem, 2.2vw, 1.8rem); }
.ct-industry span { color: var(--ct-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.ct-process-step { padding-right: 2rem; }
.ct-process-step .ct-step { align-items: center; border: 1px solid rgba(0,221,244,.38); border-radius: 50%; color: var(--ct-cyan); display: flex; font-weight: 900; height: 48px; justify-content: center; width: 48px; }
.ct-process-step h3 { margin: 1.1rem 0 .5rem; }
.ct-process-step p { color: var(--ct-muted); line-height: 1.65; }

.ct-faq details { border-bottom: 1px solid var(--ct-line); padding: 1.2rem 0; }
.ct-faq summary { color: var(--ct-white); cursor: pointer; font-size: 1.12rem; font-weight: 750; }
.ct-faq details p { color: var(--ct-muted); line-height: 1.7; max-width: 780px; }

.ct-final-cta { background: linear-gradient(120deg, #071a34, #0b294e); border: 1px solid rgba(0,221,244,.28); border-radius: 28px; box-shadow: var(--ct-shadow); padding: clamp(2.5rem, 6vw, 5.5rem); position: relative; }
.ct-final-cta::before { background: var(--ct-orange); content: ""; height: 4px; left: clamp(2.5rem, 6vw, 5.5rem); position: absolute; top: 0; width: 90px; }
.ct-final-cta h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.045em; line-height: 1; }

.ct-contact-hero { background: radial-gradient(circle at 75% 20%, rgba(0,221,244,.14), transparent 28rem), #03070d; min-height: 620px; }
.ct-contact-panel { background: linear-gradient(145deg, rgba(11,35,66,.95), rgba(4,15,29,.98)); border: 1px solid var(--ct-line); border-radius: 22px; box-shadow: var(--ct-shadow); padding: clamp(1.8rem, 4vw, 3.2rem); }
.ct-contact-note { border-left: 3px solid var(--ct-orange); color: var(--ct-muted); margin-top: 2rem; padding: .35rem 0 .35rem 1rem; }
.ct-contact-guide { position: sticky; top: 1.5rem; }
.ct-form-wrap { margin-top: 2rem; }
.ct-form-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ct-field { margin: 0 0 1.25rem; }
.ct-field label, .ct-fieldset legend { color: #e9f7ff; display: block; font-size: .9rem; font-weight: 750; margin-bottom: .5rem; }
.ct-field label span, .ct-required-note span { color: var(--ct-orange); }
.ct-field input, .ct-field select, .ct-field textarea { background: #030b16; border: 1px solid rgba(114,237,250,.28); border-radius: 8px; box-sizing: border-box; color: var(--ct-white); font: inherit; padding: .82rem .9rem; width: 100%; }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { border-color: var(--ct-cyan); box-shadow: 0 0 0 3px rgba(0,221,244,.14); outline: 0; }
.ct-field input::placeholder, .ct-field textarea::placeholder { color: #70869b; }
.ct-fieldset { border: 0; margin: .25rem 0 1.5rem; padding: 0; }
.ct-choice-grid { display: grid; gap: .65rem 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ct-choice-grid label, .ct-choice-row label { align-items: center; color: #c8d7e5; display: flex; font-size: .92rem; gap: .5rem; }
.ct-choice-grid input, .ct-choice-row input { accent-color: var(--ct-orange); height: 1rem; width: 1rem; }
.ct-choice-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.ct-captcha { max-width: 250px; }
.ct-honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.ct-required-note { color: var(--ct-muted); font-size: .8rem; }
.ct-form-submit { background: var(--ct-orange); border: 0; border-radius: 7px; color: var(--ct-black); cursor: pointer; font-size: .92rem; font-weight: 850; padding: .95rem 1.4rem; transition: transform .18s ease, box-shadow .18s ease; }
.ct-form-submit:hover { box-shadow: 0 12px 30px rgba(255,122,0,.24); transform: translateY(-2px); }
.ct-form-message { border-radius: 8px; margin-bottom: 1.25rem; padding: 1rem 1.1rem; }
.ct-form-success { background: rgba(0,221,244,.1); border: 1px solid rgba(0,221,244,.4); color: #c9faff; }
.ct-form-error { background: rgba(255,122,0,.1); border: 1px solid rgba(255,122,0,.45); color: #ffd6b0; }
.ct-pricing-panel { margin-left: auto; margin-right: auto; max-width: 980px; }
.ct-form-section-title { border-top: 1px solid var(--ct-line); font-size: 1.35rem; margin-top: 1rem; padding-top: 1.8rem; }
.ct-device-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ct-plans-page { background: radial-gradient(circle at 70% 5%, rgba(0,221,244,.12), transparent 32rem), #03070d; }
.ct-plan-jump { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2.25rem 0 1.25rem; }
.ct-plan-jump a { border: 1px solid rgba(114,237,250,.35); border-radius: 999px; color: var(--ct-white); font-size: .9rem; font-weight: 800; padding: .6rem 1rem; text-decoration: none; }
.ct-plan-jump a:hover, .ct-plan-jump a:focus-visible, .ct-plan-jump a.is-featured { background: var(--ct-orange); border-color: var(--ct-orange); color: var(--ct-black); }
.ct-plan-table-wrap { border: 1px solid var(--ct-line); border-radius: 18px; box-shadow: var(--ct-shadow); overflow-x: auto; padding: 18px 0; }
.ct-plan-table { border-collapse: separate; border-spacing: 0; color: #dceaf5; font-size: .88rem; min-width: 1080px; table-layout: fixed; width: 100%; }
.ct-plan-table th, .ct-plan-table td { border-bottom: 1px solid rgba(114,237,250,.13); border-right: 1px solid rgba(114,237,250,.13); padding: .9rem 1rem; text-align: center; vertical-align: middle; }
.ct-plan-table tr > *:last-child { border-right: 0; }
.ct-plan-table thead th { background: #0d2b3b; color: var(--ct-white); font-size: 1.15rem; padding: 1.4rem 1rem; }
.ct-plan-table thead th:first-child { min-width: 300px; text-align: left; width: 30%; }
.ct-plan-table thead th:nth-child(2), .ct-plan-table thead th:nth-child(4) { width: 22%; }
.ct-plan-table thead th:nth-child(3) { width: 26%; }
.ct-plan-table thead span { color: #afc3d4; display: block; font-size: .76rem; font-weight: 500; margin-top: .35rem; }
.ct-plan-table .ct-featured-col { border-left: 2px solid var(--ct-orange); border-right: 2px solid var(--ct-orange); box-shadow: none; position: relative; z-index: 1; }
.ct-plan-table .ct-featured-col::before, .ct-plan-table .ct-featured-col::after { background: var(--ct-orange); bottom: -1px; box-shadow: 0 0 12px 1px rgba(255,122,0,.78); content: ""; pointer-events: none; position: absolute; top: -1px; width: 2px; z-index: 2; }
.ct-plan-table .ct-featured-col::before { left: -2px; }
.ct-plan-table .ct-featured-col::after { right: -2px; }
.ct-plan-table thead .ct-featured-col { background: var(--ct-orange); color: var(--ct-black); padding-bottom: 1.65rem; padding-top: 1.65rem; }
.ct-featured-cap { box-sizing: border-box; height: 14px; left: -2px; pointer-events: none; position: absolute; right: -2px; z-index: 3; }
.ct-featured-cap-top { background: var(--ct-orange); border: 2px solid var(--ct-orange); border-bottom: 0; border-radius: 10px 10px 0 0; bottom: 100%; box-shadow: 0 -8px 22px -10px rgba(255,122,0,.9); }
.ct-featured-cap-bottom { background: rgba(255,122,0,.18); border: 2px solid var(--ct-orange); border-radius: 0 0 10px 10px; border-top: 0; box-shadow: 0 8px 22px -10px rgba(255,122,0,.9); top: 100%; }
.ct-plan-table thead .ct-featured-col span { color: #351a00; }
.ct-plan-table thead .ct-recommended { background: #061a3a; border-radius: 999px; color: var(--ct-white); display: table; font-size: .65rem; font-style: normal; letter-spacing: .08em; margin: .5rem auto 0; padding: .3rem .55rem; text-transform: uppercase; }
.ct-plan-table tbody th[scope="row"] { background: #0a1521; text-align: left; }
.ct-plan-table tbody td { background: #07111d; line-height: 1.45; }
.ct-plan-table tbody .ct-featured-col { background: rgba(255,122,0,.11); color: #f7e6d3; font-weight: 650; }
.ct-plan-table tbody .ct-featured-col .ct-included { background: #00b8d1; color: #04111b; }
.ct-plan-table tbody .ct-featured-col .ct-not-included { color: #6f8294; }
.ct-plan-table tbody .ct-plan-category th, .ct-plan-table tbody .ct-plan-category td { background: #076783; color: var(--ct-white); font-size: .83rem; letter-spacing: .08em; padding: .62rem 1rem; text-transform: uppercase; }
.ct-plan-table tbody .ct-plan-category th { text-align: left; }
.ct-plan-table tbody .ct-plan-category .ct-featured-col { background: rgba(255,122,0,.18); }
.ct-service-info { background: none; border: 0; color: #edf9ff; cursor: pointer; font: inherit; font-weight: 750; padding: 0; text-align: left; text-decoration: underline; text-decoration-color: rgba(0,221,244,.5); text-decoration-style: dotted; text-underline-offset: .28em; }
.ct-service-info:hover, .ct-service-info:focus-visible { color: var(--ct-cyan); text-decoration-style: solid; }
.ct-included { align-items: center; background: #00b8d1; border-radius: 50%; color: #04111b; display: inline-flex; font-size: .76rem; font-weight: 950; height: 1.35rem; justify-content: center; width: 1.35rem; }
.ct-not-included { color: #6f8294; }
.ct-plan-table tfoot th, .ct-plan-table tfoot td { background: #0d2b3b; border-bottom: 0; padding: 1.25rem .75rem; }
.ct-plan-table tfoot th { color: var(--ct-white); font-size: 1rem; text-align: left; }
.ct-plan-table tfoot .ct-featured-col { background: rgba(255,122,0,.18); padding-bottom: 1.5rem; padding-top: 1.5rem; }
.ct-plan-button { background: var(--ct-orange); border-radius: 7px; color: var(--ct-black); display: inline-block; font-size: .82rem; font-weight: 850; padding: .78rem .9rem; text-decoration: none; }
.ct-plan-table tfoot .ct-featured-col .ct-plan-button { background: var(--ct-orange); color: var(--ct-black); }
.ct-plan-button:hover, .ct-plan-button:focus-visible { box-shadow: 0 10px 24px rgba(255,122,0,.25); transform: translateY(-2px); }
.ct-plan-notes { color: var(--ct-muted); font-size: .78rem; line-height: 1.55; margin-top: 1.25rem; }
.ct-plan-notes p { margin: .25rem 0; }
.ct-plan-notes strong { color: var(--ct-cyan); }
.ct-service-dialog { background: linear-gradient(145deg, #0b2342, #040f1d); border: 1px solid rgba(0,221,244,.42); border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.65); color: var(--ct-white); max-width: 560px; padding: 2rem; width: calc(100% - 3rem); }
.ct-service-dialog::backdrop { background: rgba(1,5,10,.8); backdrop-filter: blur(4px); }
.ct-service-dialog h2 { font-size: clamp(1.65rem, 4vw, 2.35rem); margin: .7rem 2rem .8rem 0; }
.ct-service-dialog-description { color: #c5d6e5; line-height: 1.75; }
.ct-service-dialog-close { background: transparent; border: 1px solid rgba(114,237,250,.35); border-radius: 50%; color: var(--ct-white); cursor: pointer; font-size: 1.35rem; height: 2.25rem; line-height: 1; position: absolute; right: 1rem; top: 1rem; width: 2.25rem; }
.ct-service-dialog-close:hover, .ct-service-dialog-close:focus-visible { border-color: var(--ct-orange); color: var(--ct-orange); }

.ct-footer { background: #02050a; border-top: 1px solid var(--ct-line); }
.ct-footer a { color: #cfe1ef; text-decoration: none; }
.ct-footer a:hover { color: var(--ct-cyan); }
.ct-footer-logo { max-width: 170px; }
.ct-footer-small { color: #7f95aa; font-size: .82rem; }

@media (max-width: 900px) {
  .ct-header-row { min-height: 76px; }
  .ct-brand img { height: 58px; max-width: 210px; width: auto; }
  .ct-nav { display: none !important; }
  .ct-hero { min-height: auto; }
  .ct-hero .wp-block-columns { flex-direction: column-reverse; }
  .ct-hero-animation { max-width: 620px; }
  .ct-hero-animation img { transform: scale(1.12); }
  .ct-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .ct-contact-guide { position: static; }
  .ct-form-grid, .ct-choice-grid { grid-template-columns: 1fr; }
  .ct-device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-plan-table-wrap::before { color: var(--ct-muted); content: "Swipe to compare plans →"; display: block; font-size: .78rem; padding: .8rem 1rem; }
  .ct-trust-item, .ct-trust-item:last-child { border-left: 0; border-right: 0; border-top: 1px solid var(--ct-line); padding-left: 0; }
}

@media (max-width: 560px) {
  .ct-device-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .ct-hero-animation img.ct-hero-animation-motion { display: none; }
  .ct-hero-animation img.ct-hero-animation-static { display: block; }
}
