/* Shieldy public site — TuneTune-inspired light visual system. */
:root {
  --bg: #f4fbf6;
  --bg-soft: #edf8f0;
  --surface: #ffffff;
  --surface-2: #f7fcf8;
  --surface-light: #ffffff;
  --line: #dcebe1;
  --line-light: #dcebe1;
  --text: #203027;
  --muted: #6b7d72;
  --dark: #10213b;
  --green: #28cf60;
  --green-2: #61e78a;
  --green-deep: #119441;
  --lime: #b9f36b;
  --danger: #e85f67;
  --shadow: 0 18px 45px rgba(31, 118, 66, .12);
  --radius-xl: 30px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: min(1120px, calc(100vw - 40px));
  --shieldy-navy: #10213b;
  --shieldy-navy-2: #162d4b;
}

body.brand-shieldy {
  --unity-accent: #28cf60;
  --unity-accent-2: #75e89a;
  --unity-accent-rgb: 40, 207, 96;
  --unity-header: rgba(255, 255, 255, .90);
  color: var(--text);
  background:
    radial-gradient(circle at 7% 7%, rgba(40, 207, 96, .16), transparent 27%),
    radial-gradient(circle at 93% 16%, rgba(117, 232, 154, .16), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f4fbf6 58%, #eef8f1 100%);
  font-family: Nunito, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ambient { filter: blur(120px); opacity: .12; }
.ambient-one { background: #2be866; left: -300px; }
.ambient-two { background: #72e795; right: -300px; opacity: .12; }
.section { padding-block: 78px; }

.site-header {
  padding: 0;
  min-height: 76px;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(40, 207, 96, .12);
  box-shadow: 0 8px 28px rgba(16, 33, 59, .045);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.site-header.scrolled {
  padding: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 34px rgba(16, 33, 59, .08);
}
.header-inner { min-height: 76px; }
.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  border: 1px solid #ccebd5;
  background: linear-gradient(145deg, #effbf2, #ffffff);
  box-shadow: 0 9px 24px rgba(40, 207, 96, .16);
}
.brand-copy strong { color: var(--shieldy-navy); font-size: 23px; font-weight: 900; }
.brand-copy small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.desktop-nav { gap: 25px; }
.desktop-nav a { color: #607267; font-size: 13px; font-weight: 800; }
.desktop-nav a:hover,
.desktop-nav a.nav-ecosystem { color: var(--green-deep); }
.desktop-nav a.nav-ecosystem::before { background: var(--green); }

.button { font-weight: 900; }
.button-primary {
  color: #07140c;
  background: linear-gradient(135deg, #55e77e, #25c95b);
  border: 1px solid rgba(21, 148, 65, .16);
  box-shadow: 0 12px 26px rgba(40, 207, 96, .24), inset 0 1px 0 rgba(255,255,255,.58);
}
.button-primary:hover { box-shadow: 0 16px 32px rgba(40, 207, 96, .31), inset 0 1px 0 rgba(255,255,255,.58); }
.button-ghost,
.button-secondary {
  color: var(--green-deep);
  border: 1px solid #bfe8cb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 20px rgba(31, 118, 66, .08);
}
.button-light { color: var(--shieldy-navy); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.09); }
.menu-toggle { border-color: var(--line); background: #fff; }
.menu-toggle span { background: var(--shieldy-navy); }
.mobile-menu {
  background: rgba(255,255,255,.98);
  border-color: var(--line);
  box-shadow: 0 24px 50px rgba(16,33,59,.13);
}
.mobile-menu > a:not(.button) { color: #506458; }
.mobile-menu .mobile-ecosystem { color: var(--green-deep) !important; border-top-color: var(--line); }

.hero {
  min-height: 740px;
  padding-top: 128px;
  padding-bottom: 62px;
  overflow: hidden;
}
.hero::before {
  background-image:
    linear-gradient(rgba(32, 87, 51, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 87, 51, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 10%, transparent 88%);
}
.hero-grid { grid-template-columns: 1.02fr .98fr; gap: 42px; }
.eyebrow {
  color: var(--green-deep);
  padding: 9px 14px;
  border: 1px solid #c9edd3;
  border-radius: 999px;
  background: #ebfaef;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .9px;
}
.pulse-dot { background: var(--green); }
.hero h1 {
  margin: 23px 0 20px;
  max-width: 720px;
  color: var(--shieldy-navy);
  font-size: clamp(46px, 5.2vw, 68px);
  line-height: 1.01;
  letter-spacing: -3px;
  font-weight: 900;
}
.hero h1 span { color: var(--green-deep); text-shadow: none; }
.hero-lead { color: var(--muted); font-size: 18px; line-height: 1.68; }
.hero-notes { color: #65796c; }
.hero-notes i { color: var(--green-deep); background: #dcf6e4; }
.hero-visual { min-height: 530px; }
.hero-card {
  width: min(100%, 520px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(31, 118, 66, .16), inset 0 1px 0 #fff;
  transform: rotate(1deg);
}
.hero-card::after { background: linear-gradient(120deg, transparent 35%, rgba(40,207,96,.045), transparent 62%); }
.hero-card-top { border-bottom-color: var(--line); background: #f8fcf9; }
.status-badge { color: #157f39; background: #e5f8eb; border-color: #c4ebd0; }
.window-dots i { background: #b9c9be; }
.hero-card-body { padding: 26px; }
.logo-stage {
  height: 270px;
  background: radial-gradient(circle, rgba(40,207,96,.20), rgba(40,207,96,.045) 52%, transparent 76%);
}
.logo-stage::before,
.logo-stage::after { border-color: rgba(40,207,96,.16); }
.logo-stage img {
  width: 232px;
  height: 232px;
  border-radius: 54px;
  box-shadow: 0 18px 48px rgba(31,118,66,.18), 0 0 30px rgba(40,207,96,.10);
}
.security-feed { margin-top: 15px; }
.feed-item { background: #f7fbf8; border-color: var(--line); }
.feed-item strong { color: var(--shieldy-navy); }
.feed-item span { color: var(--muted); }
.feed-item small { color: #829187; }
.feed-icon { color: #65776b; background: #edf4ef; }
.feed-ok .feed-icon { color: var(--green-deep); background: #e2f7e8; }
.security-orbit { border-color: rgba(40,207,96,.14); }
.floating-chip {
  color: #5c7063;
  background: rgba(255,255,255,.94);
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(31,118,66,.12);
}
.floating-chip span { color: var(--green-deep); }

.proof-strip {
  border-color: var(--line);
  background: rgba(255,255,255,.76);
}
.proof-track { min-height: 72px; color: #6f8176; }
.proof-track i { background: var(--green); }

.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2,
.protection-copy h2,
.faq-intro h2,
.premium-copy h2 {
  color: var(--shieldy-navy);
  font-size: clamp(36px, 4.2vw, 54px);
  letter-spacing: -2px;
}
.section-heading p,
.protection-copy > p,
.faq-intro p,
.premium-copy > p { color: var(--muted); }

.bento-grid { gap: 20px; }
.feature-card {
  min-height: 300px;
  padding: 31px;
  color: var(--text);
  background: rgba(255,255,255,.95);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.feature-card:hover { box-shadow: 0 24px 54px rgba(31,118,66,.16); }
.feature-wide {
  min-height: 390px;
  color: var(--text);
  background: linear-gradient(145deg, #ffffff, #f2fbf5);
  border-color: #cfe9d7;
}
.feature-card h3 { color: var(--shieldy-navy); }
.feature-card p,
.feature-wide p,
.feature-dark p { color: var(--muted); }
.card-kicker,
.feature-wide .card-kicker,
.feature-dark .card-kicker { color: var(--green-deep); }
.icon-box { color: var(--green-deep); background: #e5f8eb; }
.feature-dark {
  color: var(--text);
  background: rgba(255,255,255,.95);
}
.feature-dark .icon-box { color: var(--green-deep); background: #e5f8eb; }
.feature-dark::after { opacity: .06; }
.mini-list li { color: #54685b; }
.rule-builder {
  color: #e9f5ed;
  background: linear-gradient(145deg, var(--shieldy-navy), #142f28);
  border-color: rgba(255,255,255,.11);
  box-shadow: 0 24px 55px rgba(16,33,59,.22);
}
.rule-row { border-bottom-color: rgba(255,255,255,.08); }
.rule-row span { color: #9fb4a8; }
.rule-row strong { color: #edf7f0; }
.builder-save { color: #76efa0; background: rgba(40,207,96,.11); }

.protection-section { background: linear-gradient(180deg, transparent, rgba(40,207,96,.035), transparent); }
.protection-grid { gap: 62px; }
.check-stack > div { border-bottom-color: var(--line); }
.check-stack > div > span { color: var(--green-deep); background: #e6f8eb; }
.check-stack strong { color: var(--shieldy-navy); }
.check-stack p { color: var(--muted); }
.shield-monitor {
  border-color: rgba(255,255,255,.10);
  background: var(--shieldy-navy);
  box-shadow: 0 26px 66px rgba(16,33,59,.24);
}
.monitor-head { color: #c4d4ca; border-bottom-color: rgba(255,255,255,.10); }
.monitor-score,
.monitor-modules { color: #eef8f1; }
.monitor-modules > div { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.07); }
.monitor-modules span { color: #c9d6ce; }
.monitor-modules strong { color: #8ca193; }
.score-copy h3 { color: #fff; }
.score-copy p { color: #93aa9b; }
.score-ring { border-color: rgba(40,207,96,.28); }

.dashboard-window {
  border-color: #cfe5d6;
  background: #fff;
  box-shadow: 0 30px 72px rgba(16,33,59,.16);
}
.dashboard-topbar {
  min-height: 66px;
  color: #fff;
  border-bottom-color: rgba(255,255,255,.09);
  background: var(--shieldy-navy);
}
.server-select { color: #dce9e0; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.10); }
.profile-pill { color: #092012; background: linear-gradient(135deg, #7bf09e, #35d36a); }
.dashboard-layout { min-height: 570px; }
.dashboard-sidebar { border-right-color: var(--line); background: #f8fcf9; }
.sidebar-label { color: #90a096; }
.dashboard-sidebar a { color: #687b6e; }
.dashboard-sidebar a i { color: #7e9084; }
.dashboard-sidebar a.active { color: #137d38; background: #e6f8eb; }
.dashboard-sidebar a.active i { color: var(--green-deep); }
.dashboard-content { background: #f3f8f4; }
.dashboard-title span { color: var(--green-deep); }
.dashboard-title h3 { color: var(--shieldy-navy); }
.dashboard-title button { color: #267844; background: #e4f5e9; }
.settings-card { border-color: var(--line); background: #fff; box-shadow: 0 10px 26px rgba(31,118,66,.06); }
.settings-card-head { border-bottom-color: var(--line); }
.settings-card-head strong { color: var(--shieldy-navy); }
.settings-card-head span:not(.toggle):not(.online-label) { color: #7c8d82; }
.option-row { color: #697c70; border-bottom-color: #edf3ef; }
.option-row b { color: #27804a; }
.field-mock { color: #506357; background: #f5faf6; border-color: var(--line); }
.field-mock small { color: #87978d; }
.stat-row > div { background: #f5faf6; border-color: var(--line); }
.stat-row strong { color: var(--shieldy-navy); }
.stat-row span { color: #788b7f; }
.online-label { color: #147c38; background: #e1f7e8; }
.panel-actions { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }

.workflow-section { padding-top: 62px; }
.step-card {
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.step-card > span { color: #9aac9f; }
.step-card h3 { color: var(--shieldy-navy); }
.step-card p { color: var(--muted); }
.step-icon { color: var(--green-deep); background: #e6f8eb; }

.premium-section {
  color: var(--text);
  background: linear-gradient(180deg, #edf8f0 0%, #f7fcf8 100%);
  border-top: 1px solid #d9eadf;
  border-bottom: 1px solid #d9eadf;
}
.premium-banner {
  min-height: 292px;
  padding: 48px;
  color: #fff;
  background: linear-gradient(122deg, var(--shieldy-navy) 0%, #123b2b 58%, #159441 100%);
  box-shadow: 0 26px 64px rgba(16,33,59,.18);
}
.premium-copy h2 { color: #fff; }
.premium-copy > p { color: rgba(255,255,255,.74); }
.premium-eyebrow {
  color: #bff5ce;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}
.temporary-note { color: #e9fff0; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.14); }
.premium-spark { color: #c6ff72; }
.price-card {
  padding: 28px;
  border-color: #d7e7dc;
  box-shadow: 0 16px 42px rgba(31,118,66,.08);
}
.price-featured { border-color: #7bd598; box-shadow: 0 20px 50px rgba(31,118,66,.13); }
.price-top > span { color: #31493a; }
.price-soon { color: var(--green-deep); font-size: 25px !important; }
.price-card li { color: #5c6f63; }
.popular-label { color: #107333; background: #ddf5e5; }

.faq-grid { gap: 60px; }
.faq-intro { top: 112px; }
.text-link { color: var(--green-deep); }
.accordion-item {
  border-color: var(--line);
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(31,118,66,.055);
}
.accordion-item.open { border-color: #aadfba; background: #f3fbf5; }
.accordion-item button { color: var(--shieldy-navy); }
.accordion-item button i { color: var(--green-deep); }
.accordion-content > p { color: var(--muted); }

.final-cta { padding-top: 55px; }
.cta-card {
  min-height: 310px;
  color: #07140c;
  background: linear-gradient(135deg, #39dc6d 0%, #70e994 52%, #b9f36b 100%);
  box-shadow: 0 28px 65px rgba(31,118,66,.18);
}
.cta-copy h2 { color: var(--shieldy-navy); }
.cta-copy p { color: rgba(7,20,12,.68); }

.site-footer {
  padding: 62px 0 24px;
  color: #e9f3ed;
  border-top: 0;
  background: var(--shieldy-navy);
}
.site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-copy small { color: #9eb1a5; }
.footer-brand p { color: #a8baae; }
.footer-links strong { color: #fff; }
.footer-links a { color: #9fb1a5; }
.footer-links a:hover { color: #74ed99; }
.footer-bottom { color: #8fa397; border-top-color: rgba(255,255,255,.10); }

@media (max-width: 1050px) {
  .hero-grid,
  .protection-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,
  .hero-notes { justify-content: center; }
  .hero-visual { min-height: 510px; }
  .protection-copy { max-width: 760px; }
  .faq-intro { position: static; text-align: center; }
  .mobile-menu { top: 76px; }
}

@media (max-width: 780px) {
  .section { padding-block: 68px; }
  .site-header, .header-inner { min-height: 70px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 20px; }
  .mobile-menu { top: 70px; }
  .hero { min-height: auto; padding-top: 112px; padding-bottom: 46px; }
  .hero h1 { font-size: clamp(41px, 12vw, 57px); letter-spacing: -2.4px; }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 460px; }
  .hero-card { transform: none; }
  .floating-chip { display: none; }
  .bento-grid,
  .feature-wide,
  .steps-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; gap: 24px; }
  .feature-card { min-height: auto; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .dashboard-topbar { grid-template-columns: 1fr auto; }
  .server-select { display: none; }
  .settings-grid { grid-template-columns: 1fr; }
  .settings-card-wide { grid-column: auto; }
  .monitor-score { grid-template-columns: 1fr; text-align: center; }
  .score-ring { margin-inline: auto; }
  .monitor-modules { grid-template-columns: 1fr; }
  .premium-banner { padding: 36px 30px; }
  .premium-spark { display: none; }
  .cta-card { grid-template-columns: 1fr; text-align: center; }
  .cta-logo { margin-inline: auto; }
  .cta-actions { width: 100%; min-width: 0; }
  .panel-actions { flex-direction: column; align-items: stretch; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 1120px); }
  .hero-actions,
  .hero-notes { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-notes { align-items: flex-start; }
  .hero-card-body { padding: 18px; }
  .logo-stage { height: 230px; }
  .logo-stage img { width: 190px; height: 190px; border-radius: 44px; }
  .feed-item { grid-template-columns: 36px 1fr; }
  .feed-item small { display: none; }
  .proof-track { justify-content: flex-start; overflow-x: auto; padding-inline: 4px; }
  .proof-track span { white-space: nowrap; }
  .section-heading h2,
  .protection-copy h2,
  .faq-intro h2,
  .premium-copy h2 { font-size: 36px; }
  .feature-card,
  .step-card,
  .price-card { padding: 24px; }
  .dashboard-content { padding: 20px; }
  .dashboard-title { align-items: flex-start; gap: 12px; }
  .stat-row { grid-template-columns: 1fr; }
  .premium-banner { padding: 30px 24px; }
  .cta-card { padding: 30px 24px; }
}


/* Shieldy opening scene: four main modules, transform + opacity only. */
body.intro-active { overflow: hidden; }
body.intro-active .site-header,
body.intro-active .hero-copy,
body.intro-active .hero-visual { animation-play-state: paused !important; }

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(70, 226, 112, .18), transparent 30%),
    linear-gradient(145deg, #fbfefb 0%, #effaf2 52%, #e7f7ec 100%);
  animation: shieldyIntroLeave .55s 1.95s cubic-bezier(.65, 0, .35, 1) forwards;
}
.site-intro::before,
.site-intro::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(40, 207, 96, .10);
  border-radius: 50%;
  opacity: 0;
  animation: shieldyIntroWave 1.5s .08s ease-out both;
}
.site-intro::after { animation-delay: .34s; }
.intro-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding: 24px;
  text-align: center;
  animation: shieldyIntroContent .62s cubic-bezier(.2, .8, .2, 1) both;
}
.intro-emblem {
  position: relative;
  width: 320px;
  height: 250px;
  display: grid;
  place-items: center;
}
.intro-emblem img {
  position: relative;
  z-index: 4;
  width: 96px;
  height: 96px;
  border-radius: 27px;
  box-shadow: 0 18px 42px rgba(31, 118, 66, .18);
  animation: shieldyIntroLogo .75s cubic-bezier(.2, .8, .2, 1) both;
}
.intro-ring {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  border: 1px solid rgba(40, 207, 96, .28);
  border-radius: 50%;
  animation: shieldyIntroRing .8s cubic-bezier(.2, .8, .2, 1) both;
}
.intro-ring-two {
  width: 220px;
  height: 220px;
  margin: -110px 0 0 -110px;
  border-style: dashed;
  border-color: rgba(40, 207, 96, .14);
  animation-delay: .08s;
}
.intro-feature {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(40, 207, 96, .18);
  border-radius: 14px;
  color: #243b2b;
  background: rgba(255,255,255,.95);
  box-shadow: 0 10px 24px rgba(31,118,66,.10);
  opacity: 0;
  transform: translateY(10px) scale(.94);
  animation: shieldyIntroFeature .34s cubic-bezier(.2,.8,.2,1) forwards;
}
.intro-feature b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), var(--green-2));
  font-size: 13px;
  font-style: normal;
}
.intro-feature em {
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.intro-feature-security { left: 0; top: 35px; animation-delay: .46s; }
.intro-feature-logs { right: 3px; top: 35px; animation-delay: .70s; }
.intro-feature-welcome { left: 4px; bottom: 28px; animation-delay: .94s; }
.intro-feature-stats { right: 0; bottom: 28px; animation-delay: 1.18s; }
.intro-title {
  margin-top: 2px;
  color: var(--shieldy-navy);
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.9px;
}
.intro-caption {
  margin-top: 9px;
  color: #6b7d72;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .82px;
  text-transform: uppercase;
}
.intro-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(5px);
  animation: shieldyIntroState .32s 1.48s ease-out forwards;
}
.intro-state span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-2);
  box-shadow: 0 0 0 5px rgba(97, 231, 138, .12);
}
.intro-progress {
  width: 190px;
  height: 4px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(40, 207, 96, .13);
}
.intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-deep), var(--green-2));
  transform-origin: left;
  animation: shieldyIntroProgress 1.58s .12s cubic-bezier(.25, .7, .25, 1) both;
}

@keyframes shieldyIntroContent {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shieldyIntroLogo {
  0% { opacity: 0; transform: scale(.68) rotate(-6deg); }
  72% { opacity: 1; transform: scale(1.05) rotate(1deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes shieldyIntroRing {
  from { opacity: 0; transform: scale(.72) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes shieldyIntroFeature {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shieldyIntroState {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes shieldyIntroProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes shieldyIntroWave {
  0% { opacity: 0; transform: scale(.48); }
  35% { opacity: .85; }
  100% { opacity: 0; transform: scale(1); }
}
@keyframes shieldyIntroLeave {
  from { opacity: 1; transform: scale(1); visibility: visible; }
  to { opacity: 0; transform: scale(1.012); visibility: hidden; }
}

@media (max-width: 520px) {
  .intro-emblem { width: 286px; height: 235px; }
  .intro-feature { padding: 8px 10px; }
  .intro-feature em { font-size: 10px; }
  .intro-feature-security { left: 0; }
  .intro-feature-logs { right: 0; }
  .intro-feature-welcome { left: 0; }
  .intro-feature-stats { right: 0; }
}

.button-server {
  gap: 8px;
  color: #fff;
  border: 1px solid rgba(16, 33, 59, .10);
  background: linear-gradient(135deg, var(--shieldy-navy-2), var(--shieldy-navy));
  box-shadow: 0 10px 24px rgba(16, 33, 59, .16);
}
.button-server::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green-2);
  box-shadow: 0 0 0 5px rgba(97, 231, 138, .12);
}
.button-server:hover { box-shadow: 0 15px 30px rgba(16, 33, 59, .22); }
.mobile-menu .button-server { margin-top: 4px; }

@keyframes shieldyIntroContent {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes shieldyIntroLogo {
  from { opacity: 0; transform: scale(.72) rotate(-5deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes shieldyIntroRing {
  from { opacity: 0; transform: scale(.72); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes shieldyIntroProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes shieldyIntroLeave {
  from { opacity: 1; transform: scale(1); visibility: visible; }
  to { opacity: 0; transform: scale(1.015); visibility: hidden; }
}

@media (max-width: 1180px) and (min-width: 1051px) {
  .header-actions .button { padding-inline: 13px; font-size: 12px; }
  .desktop-nav { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  body.intro-active { overflow: auto; }
  .site-intro { display: none !important; }
  body.intro-active .site-header,
  body.intro-active .hero-copy,
  body.intro-active .hero-visual { animation-play-state: running !important; }
}

/* Shieldy V443 — native HTML/CSS protection center (no screenshot). */
.live-protection-center {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #d4e8da;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 45%, rgba(40, 207, 96, .11), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), #f5fbf7);
  box-shadow: 0 30px 72px rgba(16, 33, 59, .13);
  isolation: isolate;
}
.live-protection-center::before,
.live-protection-center::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 180px;
  border: 1px solid rgba(40,207,96,.12);
  border-radius: 50%;
  pointer-events: none;
}
.live-protection-center::before { left: -190px; bottom: -120px; transform: rotate(12deg); }
.live-protection-center::after { right: -190px; bottom: -125px; transform: rotate(-12deg); }

.protection-kpis {
  width: min(820px, 100%);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.protection-kpi {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid #dfece3;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(16,33,59,.07);
}
.protection-kpi-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #159441;
  background: #eaf8ee;
}
.protection-kpi-icon svg,
.demo-event-icon svg,
.demo-module-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.protection-kpi > div { min-width: 0; display: grid; gap: 2px; }
.protection-kpi strong { color: var(--shieldy-navy); font-size: 26px; line-height: 1; font-weight: 900; }
.protection-kpi span:last-child { color: #738478; font-size: 12px; line-height: 1.25; font-weight: 700; }
.protection-kpi-warn .protection-kpi-icon { color: #e98a27; background: #fff3e7; }
.protection-kpi-warn strong { color: #df7b18; }

.protection-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1.07fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.protection-demo-panel {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dce9e0;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 17px 40px rgba(16,33,59,.08);
}
.demo-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.demo-panel-head > div { display: grid; gap: 2px; }
.demo-panel-head span { color: #829187; font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.demo-panel-head strong { color: var(--shieldy-navy); font-size: 15px; font-weight: 900; }
.demo-panel-head small { color: #75867b; font-size: 11px; font-weight: 800; }
.demo-panel-head small i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(40,207,96,.09);
  animation: demoOnline 2.2s ease-in-out infinite;
}
.demo-events,
.demo-modules { display: grid; gap: 10px; }
.demo-event,
.demo-module {
  min-width: 0;
  display: grid;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #e3ede6;
  border-radius: 17px;
  background: #fbfefc;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.demo-event { grid-template-columns: 42px minmax(0, 1fr) auto; }
.demo-event:hover,
.demo-module:hover { transform: translateY(-2px); border-color: #bfe4ca; box-shadow: 0 10px 22px rgba(31,118,66,.08); }
.demo-event-icon,
.demo-module-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #188f42;
  background: #eaf8ee;
  font-size: 18px;
}
.demo-event-orange { color: #e4831d; background: #fff2e4; }
.demo-event-blue { color: #438dd7; background: #eaf4ff; }
.demo-event > div,
.demo-module > div { min-width: 0; display: grid; gap: 2px; }
.demo-event strong,
.demo-module strong { overflow: hidden; color: var(--shieldy-navy); font-size: 12px; line-height: 1.25; font-weight: 900; text-overflow: ellipsis; }
.demo-event span,
.demo-event small,
.demo-module small { overflow: hidden; color: #7a8b80; font-size: 10px; line-height: 1.3; font-weight: 700; text-overflow: ellipsis; }
.demo-event b {
  padding: 5px 7px;
  border-radius: 999px;
  color: #198441;
  background: #eaf8ee;
  font-size: 9px;
  font-weight: 900;
}
.demo-panel-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 9px 4px 2px;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
}
.demo-panel-link:hover { color: #087a31; }

.protection-core {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.protection-core::before {
  content: "";
  position: absolute;
  inset: 12% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80,224,122,.22), rgba(80,224,122,.06) 48%, transparent 70%);
  filter: blur(1px);
}
.protection-orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(40,207,96,.16);
  border-radius: 50%;
  animation: demoOrbit 20s linear infinite;
}
.protection-orbit-two { width: 270px; height: 270px; border-style: dashed; animation-duration: 15s; animation-direction: reverse; }
.orbit-node {
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 6px solid rgba(255,255,255,.92);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #65e98b, #23bd56);
  box-shadow: 0 10px 22px rgba(31,118,66,.18);
  font-size: 11px;
  font-weight: 900;
}
.orbit-node-one { top: 23%; left: 6%; }
.orbit-node-two { top: 35%; right: 4%; }
.protection-shield {
  position: relative;
  z-index: 3;
  width: 215px;
  filter: drop-shadow(0 22px 28px rgba(31,118,66,.20));
  animation: demoShieldFloat 4.4s ease-in-out infinite;
}
.protection-shield svg { display: block; width: 100%; height: auto; overflow: visible; }
.shield-shadow { fill: rgba(12,92,43,.10); transform: translateY(8px); }
.shield-body { fill: #fff; stroke: rgba(20,131,59,.16); stroke-width: 2; }
.shield-line { fill: url(#shieldGradient); }
.shield-face { fill: #fff; opacity: .94; }
.shield-mask { fill: #128c3b; }
.shield-eye { fill: #fff; }
.protection-status {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 13px;
  min-width: 245px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid #d7e9dc;
  border-radius: 19px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 15px 36px rgba(16,33,59,.12);
  transform: translateX(-50%);
}
.protection-status > span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #65e98b, #1eb551);
  box-shadow: 0 9px 20px rgba(31,118,66,.22);
  font-size: 20px;
  font-weight: 900;
}
.protection-status > div { display: grid; gap: 2px; }
.protection-status strong { color: #15833a; font-size: 18px; font-weight: 900; }
.protection-status small { color: #76877c; font-size: 10px; font-weight: 700; white-space: nowrap; }

.demo-module { grid-template-columns: 42px minmax(0, 1fr) auto; }
.demo-module-text { font-size: 14px; font-weight: 900; }
.demo-switch {
  position: relative;
  width: 42px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d4dfd7;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease;
}
.demo-switch i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(16,33,59,.18);
  transition: transform .2s ease;
}
.demo-switch[aria-pressed="true"] { background: linear-gradient(135deg, #56dd78, #18a948); box-shadow: 0 0 0 4px rgba(40,207,96,.08); }
.demo-switch[aria-pressed="true"] i { transform: translateX(18px); }
.demo-switch:focus-visible { outline: 3px solid rgba(39,190,85,.28); outline-offset: 3px; }
.demo-check {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 2px solid #4ac66c;
  border-radius: 50%;
  color: #1c9c47;
  font-size: 13px;
  font-weight: 900;
}

.protection-demo-cta {
  width: min(790px, 100%);
  min-height: 112px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px 20px;
  border: 1px solid #dbe9df;
  border-radius: 23px;
  color: inherit;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(16,33,59,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.protection-demo-cta:hover { transform: translateY(-3px); border-color: #9edbb0; box-shadow: 0 20px 40px rgba(31,118,66,.13); }
.protection-demo-cta > span:nth-child(2) { min-width: 0; display: grid; gap: 5px; }
.protection-demo-cta strong { color: var(--shieldy-navy); font-size: 16px; font-weight: 900; }
.protection-demo-cta small { color: #75867b; font-size: 12px; line-height: 1.45; font-weight: 700; }
.protection-demo-cta > b {
  padding: 13px 17px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #43d76d, #169d42);
  box-shadow: 0 10px 22px rgba(31,118,66,.18);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.mini-dashboard {
  position: relative;
  width: 112px;
  height: 72px;
  display: block;
  overflow: hidden;
  border: 1px solid #d4e7da;
  border-radius: 15px;
  background: #f3faf5;
  box-shadow: 0 8px 18px rgba(16,33,59,.10);
}
.mini-dashboard::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 28px; background: #e4f5e9; }
.mini-dashboard::after { content: ""; position: absolute; left: 39px; right: 12px; top: 13px; height: 7px; border-radius: 4px; background: #dbe9df; box-shadow: 0 16px 0 #e2eee6, 0 32px 0 #e8f2eb; }
.mini-dashboard i { position: relative; z-index: 1; display: block; width: 12px; height: 12px; margin: 9px 0 0 8px; border-radius: 4px; background: #46d36d; }
.mini-dashboard b { position: absolute; z-index: 2; right: 13px; bottom: 13px; width: 30px; height: 13px; border-left: 2px solid #4bcb70; border-bottom: 2px solid #4bcb70; transform: skewY(-25deg); }

@keyframes demoOnline { 0%,100% { opacity: .65; } 50% { opacity: 1; } }
@keyframes demoOrbit { to { transform: rotate(360deg); } }
@keyframes demoShieldFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 980px) {
  .protection-demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .protection-core { grid-column: 1 / -1; grid-row: 1; min-height: 390px; }
}
@media (max-width: 720px) {
  .live-protection-center { padding: 18px; border-radius: 22px; }
  .protection-kpis { grid-template-columns: 1fr; gap: 10px; }
  .protection-kpi { padding: 13px 15px; }
  .protection-kpi-icon { flex-basis: 42px; width: 42px; height: 42px; border-radius: 13px; }
  .protection-kpi strong { font-size: 22px; }
  .protection-demo-grid { grid-template-columns: 1fr; }
  .protection-core { grid-column: auto; min-height: 340px; }
  .protection-orbit { width: 290px; height: 290px; }
  .protection-orbit-two { width: 235px; height: 235px; }
  .protection-shield { width: 180px; }
  .protection-status { bottom: 6px; min-width: 228px; padding: 11px 14px; }
  .protection-status > span { flex-basis: 36px; width: 36px; height: 36px; }
  .protection-status strong { font-size: 16px; }
  .protection-demo-cta { grid-template-columns: 82px minmax(0, 1fr); gap: 15px; }
  .protection-demo-cta > b { grid-column: 1 / -1; width: 100%; text-align: center; }
  .mini-dashboard { width: 82px; height: 62px; }
}
@media (max-width: 460px) {
  .live-protection-center { padding: 12px; }
  .protection-demo-panel { padding: 15px; border-radius: 19px; }
  .demo-event { grid-template-columns: 38px minmax(0, 1fr); }
  .demo-event > b { display: none; }
  .demo-event-icon,
  .demo-module-icon { width: 38px; height: 38px; border-radius: 12px; }
  .demo-module { grid-template-columns: 38px minmax(0, 1fr) auto; }
  .protection-core { min-height: 315px; }
  .protection-orbit { width: 255px; height: 255px; }
  .protection-orbit-two { width: 208px; height: 208px; }
  .protection-shield { width: 160px; }
  .orbit-node { width: 28px; height: 28px; border-width: 5px; }
  .protection-status small { white-space: normal; }
  .protection-demo-cta { grid-template-columns: 1fr; text-align: center; }
  .mini-dashboard { margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel-head small i,
  .protection-orbit,
  .protection-shield { animation: none; }
  .demo-event,
  .demo-module,
  .demo-switch,
  .demo-switch i,
  .protection-demo-cta { transition: none; }
  .demo-event:hover,
  .demo-module:hover,
  .protection-demo-cta:hover { transform: none; }
}

/* Shieldy V444 — TuneTune-like header, real floating mark and premium cards. */
.site-header .header-inner{min-height:72px}
.site-header .brand-mark{width:46px;height:46px;border-radius:14px}
.site-header .brand-mark img{width:42px;height:42px;object-fit:cover;border-radius:12px}
.site-header .brand-copy strong{font-size:22px;line-height:1}
.site-header .brand-copy small{margin-top:3px;letter-spacing:.35px;text-transform:none;font-size:10px}
.site-header .header-actions{gap:10px}
.site-header .header-actions .button{min-height:43px;padding:10px 18px;border-radius:13px}
.site-header .desktop-nav{gap:24px}
.hero{padding-top:118px}
.hero-copy .eyebrow{display:inline-flex}
.hero-actions{gap:13px}
.hero-actions .button{min-width:178px}
.hero-visual .logo-stage img{animation:shieldyHeroFloat 4.8s ease-in-out infinite;will-change:transform}
@keyframes shieldyHeroFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-13px) rotate(1deg)}}
.protection-shield{width:225px;animation:demoShieldFloat 4.4s ease-in-out infinite;will-change:transform}
.protection-shield img{display:block;width:100%;height:auto;object-fit:contain;border-radius:34%;filter:drop-shadow(0 26px 28px rgba(31,118,66,.22))}
.premium-section{background:linear-gradient(180deg,#f8fcf9 0%,#edf8f0 100%)}
.premium-heading{max-width:780px;margin-inline:auto;text-align:center}
.premium-heading .eyebrow{display:inline-flex}
.premium-account-note{max-width:680px;margin:25px auto 0;display:flex;align-items:center;gap:13px;padding:15px 18px;border:1px solid #cae8d3;border-radius:18px;background:rgba(255,255,255,.88);text-align:left;box-shadow:0 12px 30px rgba(31,118,66,.07)}
.premium-account-note>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(135deg,#58df7d,#1eb653);font-weight:950}
.premium-account-note>div{display:grid;gap:2px}.premium-account-note strong{color:var(--shieldy-navy);font-size:14px}.premium-account-note small{color:var(--muted);font-weight:700;line-height:1.4}
.premium-pricing-grid{align-items:stretch;margin-top:34px}
.premium-plan-card{position:relative;display:flex;flex-direction:column;min-height:515px;padding:34px 30px;border-radius:26px;background:rgba(255,255,255,.97)}
.premium-plan-card:hover{transform:translateY(-7px);box-shadow:0 28px 58px rgba(31,118,66,.15)}
.premium-plan-card.price-featured{transform:translateY(-10px);border:2px solid #39c968;background:linear-gradient(180deg,#f1fff5 0%,#fff 35%)}
.premium-plan-card.price-featured:hover{transform:translateY(-15px)}
.plan-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:20px;border:1px solid #ccebd5;border-radius:18px;color:#14923f;background:#edf9f1;font-size:25px;font-weight:950}
.price-featured .plan-icon{color:#fff;border-color:transparent;background:linear-gradient(135deg,#56df7b,#1fb952);box-shadow:0 12px 26px rgba(40,207,96,.22)}
.premium-plan-card .price-top{display:grid;gap:9px}.premium-plan-card .price-top>span{font-size:17px;font-weight:950}.premium-plan-card .price-top>strong{color:var(--shieldy-navy);font-size:31px;line-height:1.1}.premium-plan-card .price-top small{color:var(--muted);font-size:12px;font-weight:800}
.plan-subtitle{margin:12px 0 20px;color:var(--muted);font-size:14px;font-weight:800}
.premium-plan-card ul{flex:1;display:grid;align-content:start;gap:13px;margin:0 0 26px;padding:0;list-style:none}
.premium-plan-card li{position:relative;padding-left:26px;line-height:1.45}.premium-plan-card li::before{content:"✓";position:absolute;left:0;top:0;color:#18a947;font-weight:950}
.premium-buy{width:100%;min-height:48px}
.premium-policy-note{max-width:850px;margin:26px auto 0;color:#718278;text-align:center;font-size:12px;line-height:1.55;font-weight:700}
@media(max-width:900px){.premium-plan-card.price-featured{transform:none}.premium-plan-card.price-featured:hover{transform:translateY(-7px)}}
@media(max-width:720px){.site-header .header-inner{min-height:68px}.hero{padding-top:106px}.hero-actions .button{min-width:0}.premium-plan-card{min-height:auto;padding:27px 23px}.premium-account-note{align-items:flex-start}.protection-shield{width:170px}}
@media(prefers-reduced-motion:reduce){.hero-visual .logo-stage img,.protection-shield{animation:none!important}}

@media (prefers-reduced-motion: reduce) {
  .site-intro { animation: none !important; }
  .site-intro::before, .site-intro::after,
  .intro-content, .intro-emblem img, .intro-ring, .intro-scan,
  .intro-node, .intro-state, .intro-progress span { animation: none !important; }
}


/* Shieldy V447 — Gamey-style lightweight flight intro. */
.site-intro {
  background:
    radial-gradient(circle at 50% 42%, rgba(40, 207, 96, .16), transparent 32%),
    linear-gradient(180deg, #ffffff, #f1fbf4);
  animation: shieldyIntroLeave .42s ease 1.58s forwards;
}
.site-intro::before,
.site-intro::after { display: none; }
.intro-content {
  width: min(430px, 94vw);
  gap: 10px;
  padding: 24px;
  animation: none;
}
.intro-emblem {
  width: 330px;
  height: 220px;
  opacity: 1;
  transform: none;
}
.intro-emblem::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 38%;
  right: 38%;
  bottom: 28px;
  height: 18px;
  border-radius: 50%;
  background: rgba(24, 93, 49, .16);
  filter: blur(8px);
  opacity: 0;
  transform: scale(.65);
  animation: shieldyFlightShadow .55s ease .28s forwards;
}
.intro-emblem img {
  z-index: 4;
  width: 112px;
  height: 112px;
  border-radius: 30px;
  opacity: 0;
  box-shadow: none;
  filter: drop-shadow(0 18px 24px rgba(40, 207, 96, .23));
  transform: translate(-58px, 38px) scale(.72) rotate(-12deg);
  animation:
    shieldyLogoFlyIn .68s cubic-bezier(.2,.85,.25,1.15) .08s forwards,
    shieldyLogoHover 2.2s ease-in-out .76s infinite;
}
.intro-ring {
  width: 154px;
  height: 154px;
  margin: -77px 0 0 -77px;
  border-radius: 42px;
  opacity: 0;
  transform: scale(.72) rotate(-9deg);
  animation: shieldyFlightRing .70s ease .22s forwards;
}
.intro-ring-two {
  width: 184px;
  height: 184px;
  margin: -92px 0 0 -92px;
  border-style: dashed;
  border-color: rgba(40,207,96,.16);
  animation-delay: .30s;
}
.intro-feature {
  min-height: 36px;
  padding: 0 11px;
  gap: 7px;
  border-color: rgba(40,207,96,.18);
  border-radius: 12px;
  color: #23613a;
  box-shadow: 0 11px 27px rgba(31,118,66,.11);
  opacity: 0;
}
.intro-feature b {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  font-size: 12px;
}
.intro-feature em { font-size: 10px; }
.intro-feature-security {
  left: 30px;
  top: 42px;
  transform: translate(34px, 24px) scale(.72) rotate(-10deg);
  animation: shieldyChipSecurity .58s cubic-bezier(.2,.9,.3,1.15) .34s forwards;
}
.intro-feature-logs {
  right: 25px;
  top: 48px;
  transform: translate(-32px, 22px) scale(.72) rotate(9deg);
  animation: shieldyChipLogs .58s cubic-bezier(.2,.9,.3,1.15) .42s forwards;
}
.intro-feature-welcome {
  left: 36px;
  bottom: 18px;
  transform: translate(34px, -20px) scale(.72) rotate(8deg);
  animation: shieldyChipWelcome .58s cubic-bezier(.2,.9,.3,1.15) .50s forwards;
}
.intro-feature-stats {
  right: 24px;
  bottom: 18px;
  transform: translate(-34px, -20px) scale(.72) rotate(-8deg);
  animation: shieldyChipStats .58s cubic-bezier(.2,.9,.3,1.15) .58s forwards;
}
.intro-title {
  margin-top: -1px;
  opacity: 0;
  transform: translateY(10px);
  animation: shieldyIntroCopyIn .42s ease .52s forwards;
}
.intro-caption {
  margin-top: 2px;
  opacity: 0;
  transform: translateY(8px);
  animation: shieldyIntroCopyIn .42s ease .60s forwards;
}
.intro-state {
  margin-top: 4px;
  opacity: 0;
  transform: translateY(7px);
  animation: shieldyIntroCopyIn .34s ease .84s forwards;
}
.intro-progress {
  width: 164px;
  margin-top: 8px;
  opacity: 0;
  animation: shieldyProgressShow .20s ease .62s forwards;
}
.intro-progress span {
  transform: translateX(-102%);
  animation: shieldyProgressFly .74s cubic-bezier(.25,.8,.25,1) .68s forwards;
}

@keyframes shieldyLogoFlyIn {
  0% { opacity: 0; transform: translate(-58px,38px) scale(.72) rotate(-12deg); }
  72% { opacity: 1; transform: translate(5px,-5px) scale(1.04) rotate(2deg); }
  100% { opacity: 1; transform: translate(0,0) scale(1) rotate(0); }
}
@keyframes shieldyLogoHover {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}
@keyframes shieldyFlightShadow { to { opacity: 1; transform: scale(1); } }
@keyframes shieldyFlightRing { to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes shieldyChipSecurity { to { opacity: 1; transform: translate(0,0) scale(1) rotate(-3deg); } }
@keyframes shieldyChipLogs { to { opacity: 1; transform: translate(0,0) scale(1) rotate(3deg); } }
@keyframes shieldyChipWelcome { to { opacity: 1; transform: translate(0,0) scale(1) rotate(2deg); } }
@keyframes shieldyChipStats { to { opacity: 1; transform: translate(0,0) scale(1) rotate(-2deg); } }
@keyframes shieldyIntroCopyIn { to { opacity: 1; transform: none; } }
@keyframes shieldyProgressShow { to { opacity: 1; } }
@keyframes shieldyProgressFly { to { transform: translateX(0); } }

@media (max-width: 520px) {
  .intro-emblem { width: 292px; height: 208px; }
  .intro-emblem img { width: 102px; height: 102px; }
  .intro-feature-security { left: 4px; }
  .intro-feature-logs { right: 2px; }
  .intro-feature-welcome { left: 4px; }
  .intro-feature-stats { right: 0; }
  .intro-feature em { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { display: none !important; }
  .intro-emblem img,
  .intro-emblem::after,
  .intro-ring,
  .intro-feature,
  .intro-title,
  .intro-caption,
  .intro-state,
  .intro-progress,
  .intro-progress span { animation: none !important; }
}


/* Shieldy V448: fixed back-to-top control */
.back-to-top {
  position: fixed;
  z-index: 48;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #18b957, #30d66f);
  box-shadow: 0 14px 30px rgba(24,185,87,.30), inset 0 1px 0 rgba(255,255,255,.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.88);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease, box-shadow .22s ease;
  cursor: pointer;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-to-top:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 36px rgba(24,185,87,.38), inset 0 1px 0 rgba(255,255,255,.32);
}
.back-to-top:active { transform: translateY(0) scale(.96); }
.back-to-top:focus-visible {
  outline: 3px solid rgba(48,214,111,.28);
  outline-offset: 4px;
}
.back-to-top svg { display: block; }

@media (max-width: 680px) {
  .back-to-top {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top { transition: none; }
  .back-to-top:hover { transform: none; }
}


/* Shieldy V449 — header action alignment and support contact CTA. */
@media (min-width: 981px) {
  .site-header .header-actions {
    margin-right: clamp(18px, 3.2vw, 52px);
  }
  .final-cta .cta-actions {
    margin-right: clamp(22px, 3vw, 48px);
  }
}
@media (max-width: 980px) {
  .site-header .header-actions,
  .final-cta .cta-actions {
    margin-right: 0;
  }
}

/* Shieldy V450 — dedicated contacts section and header contact link. */
.contact-section {
  padding-top: 54px;
  padding-bottom: 82px;
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: 38px;
  align-items: center;
  padding: 42px;
  border: 1px solid #d8e9dc;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 18%, rgba(64, 218, 111, .13), transparent 31%),
    linear-gradient(145deg, #ffffff 0%, #f4fbf6 100%);
  box-shadow: 0 24px 62px rgba(24, 84, 47, .10);
}
.contact-heading h2 {
  margin: 18px 0 13px;
  color: #10213d;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -2px;
  font-weight: 950;
}
.contact-heading p {
  max-width: 570px;
  margin: 0;
  color: #66786d;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
}
.contact-options {
  display: grid;
  gap: 14px;
}
.contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #d5e9da;
  border-radius: 20px;
  color: inherit;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(26, 94, 51, .07);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-card:hover {
  transform: translateY(-3px);
  border-color: #78d894;
  box-shadow: 0 18px 38px rgba(26, 94, 51, .12);
}
.contact-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #20be55, #62df83);
  box-shadow: 0 12px 24px rgba(32, 190, 85, .22);
  font-size: 22px;
  font-weight: 950;
}
.contact-card-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.contact-card-copy small {
  color: #7c8c82;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .55px;
}
.contact-card-copy strong {
  min-width: 0;
  color: #13243f;
  font-size: 17px;
  font-weight: 950;
  overflow-wrap: anywhere;
}
.contact-card-copy em {
  color: #188844;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 981px) {
  .site-header .header-actions { margin-right: clamp(30px, 4.4vw, 74px); }
}
@media (max-width: 1120px) and (min-width: 981px) {
  .site-header .desktop-nav { gap: 15px; }
  .site-header .desktop-nav a { font-size: 12px; }
  .site-header .header-actions .button { padding-inline: 13px; }
}
@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}
@media (max-width: 620px) {
  .contact-section { padding-top: 36px; padding-bottom: 62px; }
  .contact-panel { padding: 25px 20px; border-radius: 24px; }
  .contact-heading h2 { font-size: 36px; letter-spacing: -1.5px; }
  .contact-card { padding: 16px; }
  .contact-icon { width: 48px; height: 48px; border-radius: 15px; }
  .contact-card-copy strong { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-card { transition: none; }
  .contact-card:hover { transform: none; }
}

/* Shieldy V451: prevent intro labels from overlapping the flying logo. */
.intro-emblem {
  width: min(380px, 92vw);
  min-height: 258px;
  height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto minmax(122px, 1fr) auto;
  align-items: center;
  column-gap: 28px;
  row-gap: 10px;
}
.intro-emblem img {
  position: relative;
  left: auto;
  top: auto;
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.intro-emblem::after {
  left: 36%;
  right: 36%;
  top: 66%;
  bottom: auto;
}
.intro-feature {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 100%;
  white-space: nowrap;
}
.intro-feature-security {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.intro-feature-logs {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}
.intro-feature-welcome {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
}
.intro-feature-stats {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
}
.intro-title { margin-top: 8px; }
.intro-caption { margin-top: 0; }
.intro-state { margin-top: 7px; }

@media (max-width: 520px) {
  .intro-content { width: min(350px, 96vw); padding-inline: 12px; }
  .intro-emblem {
    width: min(326px, 92vw);
    min-height: 232px;
    grid-template-rows: auto minmax(104px, 1fr) auto;
    column-gap: 12px;
    row-gap: 8px;
  }
  .intro-emblem img { width: 94px; height: 94px; }
  .intro-feature { min-height: 32px; padding: 0 8px; gap: 5px; }
  .intro-feature b { width: 22px; height: 22px; font-size: 10px; }
  .intro-feature em { font-size: 8.5px; }
  .intro-emblem::after { left: 37%; right: 37%; top: 65%; }
  .intro-title { margin-top: 6px; }
}

/* Search landing link in the footer: visible to users and crawlable without crowding the column. */
.footer-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: #168e3e !important;
  font-weight: 900;
}
.footer-feature-link span {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 6px;
  color: #0f7e35;
  background: #e2f7e8;
  border: 1px solid #c4ebd0;
  font-size: 10px;
}
